* {
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
}
/*
@font-face {
    font-family: Gibson;
    src: url("assets/Gibson-Regular.ttf"),
         url("assets/gibson-bold.ttf");
}
         */

html, 
body {
    font-family: 'Oswald', sans-serif;
    scroll-behavior: smooth;
}


/**** 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;
}

/***************************/


/******************************-----PageContent -----******************************************/

body {
    margin: 0;
    background-color: #F8F8F8;
    position: relative;
    min-height: 100%;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;    
    font-style: normal;
    font-size: 16px;
    line-height: 1.4;
    color: #6D6E70;
}

ul {
    padding-left: 20px;
    list-style: none;
}

ol {
    padding-left: 20px;
}

li {    
    font-size: 21px;
    margin: 0.2em 0;
    position: relative;
    font-weight: 300;
}

/* "BEHOLD! the darkest of css patterns!" ~ voldemort */
ul > li:before {
    font-family: 'FontAwesome';
    content: '\f058';
    color: #63d05a;
    position: absolute;
    left: -27px;
    top: 1px;
}

div.actionMenu ul.dnn_mact li::before, 
.editbar ul.menuEditBar li::before, 
.redactor-toolbar li::before, 
.ms-nav.ms-nav-pills.ManageTab li::before,
.ui-accordion-content li::before {
    content: none;
}

.NavTopRight > ul > li:before, 
ul.menu > li:before, 
.ddLinks > li:before, 
.socialIcons:before,
.dnnSearchResultPanel .dnnSearchResultSortOptions li:before, 
#dnnSearchResultAdvancedForm .dnnActions li:before, 
.pageHistoryContainer ul li:before {
    content: '';
}


p {     
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 25px;
    /* font-weight: 300; */
}

a,
a:visited {
    color: #00B4E4;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #3b87d9;
}

h1,
h2,
h3,
h4,
h5,
h6 { 
    font-weight: 500;
    font-style: normal;
    color: #6D6E70;
    font-family: 'Oswald', sans-serif;
}

h1 {
    font-size: 36px;
}

h2.red {
    color:rgba(182,9,1,1);
}

h3 {}

h4 {}

h5 {}

.generalBtn {
    padding: 15px 35px;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    text-transform: uppercase;
    width: auto;
    color: white !important;
    flex: 0 0 auto;
    margin: 25px 0;
    max-width: fit-content;
    transition: 0.15s all ease-in-out;
    background-color: #00B4E4;
    text-decoration: none;
}

.generalBtn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3B87D9;
}

nav {
    width: 100%;
    position: relative;
    z-index: 101;
    top: 0;
    transition: 0.3s;
    background-color: white;
}

.menuContainer .alert {
    padding: 10px;
    box-sizing: border-box;
    background:#F7F7F7;
    border: 1px solid #ececec;
    border-radius: 100em;
    width: 42px;
    height: 42px;
    margin-left: 25px;
    position: relative;
    transition: 0.15s all ease-in-out;
    cursor: pointer !important;
}

.rounded {
    border-radius: 32px;
    background:white;
    margin: 3.5em auto !important;
}

.alert:hover {
    transform:scale(1.075);
    background:#ececec;
}

.wiggle-me:hover .alert-no {
    animation: shake 0.95s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
  
  @keyframes shake {
    10%, 90% {
      transform: translate3d(-1px, 0, 0);
    }
    
    20%, 80% {
      transform: translate3d(2px, 0, 0);
    }
  
    30%, 50%, 70% {
      transform: translate3d(-4px, 0, 0);
    }
  
    40%, 60% {
      transform: translate3d(4px, 0, 0);
    }
  }

.alert::after {
    width: 1px;
    height: 100%;
    background: #ececec;
    display: block;
    position: absolute;
    bottom: -100%;
    content: "";
    align-self: center;
    margin: 0 auto;
    left: 19px;
}

.alert:hover i {
    color:black;
}

.alert i {
    color: #008DE5;
    font-size: 17px;
    text-align: center;
    margin: 0 auto;
    display: block;
    line-height: 20px;
         transition: 0.15s all ease-in-out;
}

.alert-no {
    width: 18px;
    height: 18px;
    border-radius: 100em;
    background: red;
    color: white;
    font-size: 11px;
    box-sizing: border-box;
    padding: 3px;
    font-weight: 700;
    display: block;
    position: absolute;
    right: -3px;
    top: -7px;
    line-height: 12px;
    text-align: center;
}

.NavTop {
    position: relative;
    width: 100%;
    display: block;
    min-height: 40px;
    z-index: 2000;
    border-bottom: 1px solid #ccc;
}

#Five .row {
    display:flex;
}

.row .pane.col-lg-6 .DNNContainer_PH-H2Title {
    margin-right: 25px !important;
    box-sizing:border-box;
}

#Five .col-lg-6 {
    display:flex;
    align-items:center;
}


.NavTopWrap {
    position: relative;
    display: flex;
    justify-content: flex-end;
    /*max-width: 85%;*/
    margin: 0 auto;
}

.NavTopLeft {
    position: relative;
    float: left;
}

.NavTopLeft ul {
    margin: 0;
    padding-left: 0;
}

.NavTopLeft ul li {
    display: table-cell;
    font-size: 14px;
    font-weight: normal;
    padding: 0 10px;
    position: relative;
}

.NavTopLeft ul li i {
    margin-right: 5px;
}

.NavTopRight {
    position: relative;
    right: 20px;
    transition: .3s;
}

.NavTopRight ul {
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-flow: row wrap;
    grid-gap: 20px;
    list-style: none;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.NavTopRight ul li {
    font-size: 22px;
    font-weight: normal;
    position: relative;
    /* margin: 0; */
}

.NavTopRight ul li a,
.NavTopLeft ul li a {
    text-decoration: none;
    position: relative;
}

.fa-facebook {
    color: #1877f2;
}

.fa-instagram {
    color: #b22eb0;
}

.fa-twitter {
    color: #1d9bf0;
}

.fa-linkedin {
    color: #0a66c2;
}

.NavBottom {
    position: relative;
    width: 100%;
    transition: 0.3s;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    box-shadow:0 15px 35px -35px rgba(0,0,0,0.35);
}

.NavBottomWrap {
    padding: 0;
    display: flex;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    justify-content: space-between;
    height: 100%;
}

.NavBottomLeftLinks {
    display: table-cell;
    position: relative;
    width: 60%;
}

.NavBottomRightLinks {
    display: table-cell;
    position: relative;
    width: 10%;
}

#google_translate_element {
    margin-left: 0;
    display: inline-block;
}

.goog-te-gadget-simple {
    border: none !important;
    padding: 0 !important;
    border-radius: 0 0 5px 5px;
    position: relative;
    background-color: transparent !important;
}

.goog-te-gadget-simple>img {
    display: none;
    top: -20px;
    background-color: #ffffff;
}

.goog-te-gadget {
    font-size: 14px !important;
    color: #000 !important;
    white-space: nowrap;
}

.translate-icon {
    width: 35px;
    margin: 0 !important;
    filter: invert(1);
    display: inline-block !important;
    background-color: transparent !important;
    position: relative !important;
    top: -5px !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    color: white !important;
    border: none!important;
    font-size: 16px;
}

.goog-te-gadget-simple > span > .VIpgJd-ZVi9od-xl07Ob-lTBxed > span {
    color: #000 !important;
}

.goog-te-menu-value span:last-of-type {
    display:none;
}

.Navtitle {
    position: relative;
    left: 60px;
    top: 30px;
    display: inline-block;
    vertical-align: top;
    transition: 0.3s;
}

.logoWrap {
    transition: 0.3s;
    width: auto;
    position: relative;
    display: flex;
    padding: 20px 0;
}

.right-title {
    position: relative;
    display: block;
}

.right-title h2 {
    margin:0 !important;
    font-size:1.05em;
}

.right-title img {
    max-width: 295px;
    display: inline;
}

.Logo {
    width: 155px;
    position: absolute;
    z-index: 3;
    display: inline-block;
    vertical-align: top;
    transition: 0.3s;
    margin-top: -20px;
}

.Logo a img {
    width: 100%;      
    transition: 0.3s;
}


.center {
    margin: 0 auto;
    max-width: 1350px;
    transition: 0.3s;
}


.light {
    color:white;
    font-weight: 800;
}

.dark {
    color:black;
}

.ph-accordion {
    padding: 5em 0;
}

.ph-accordion:empty {
    padding: 0;
}






.pageBackground {
    background-size: cover;
    background-attachment: fixed;
    max-height: 700px;
    border-bottom: 5px solid #1D3D69;
}

/*********-- Constant Contact Form  --**********/
.ctctForm .ctct-form-embed.form_0 .ctct-form-defaults {
    background-color: transparent;
}
.ctctForm .ctct-form-embed .ctct-form-defaults {
    color: #fff;
    border-radius: 0;
    padding: 0;
    font-size: 20px;
    font-family: 'futura-pt-condensed', sans-serif;
    padding-left: 20px;
    font-weight: 500;
}

.ctctForm .ctct-form-embed .ctct-form-defaults h2.ctct-form-header {
    color: #3d3d3d;
    font-family: 'futura-pt-condensed', sans-serif;
    font-weight: 800;
    margin: 0;
    font-size: 24px;
    padding-right: 10px;
}

.ctctForm .ctct-form-element {
    height: 32px;
}
.ctctForm .ctct-form-button {
    padding: 0 10px;
    font-family: 'futura-pt-condensed', sans-serif;
    font-size: 20px;
    font-weight: 600;
    height: 32px;
    position: relative;
    top: 3px;
    background-color: #1f1a55;
    color: #fff !important;
    border: 0;
}

.ctctForm #form-description, 
.ctctForm .ctct-form-defaults:first-child p {
    display: none;
}

.ctctForm .ctct-form-embed .ctct-form-defaults *, 
.ctctForm .ctct-form-embed .ctct-form-defaults .ctct-form-success  {
    display: inline-block;
    color:#3d3d3d;
}

.ctctForm .ctct-form-button {    
    cursor: pointer;
}

.ctctForm #gdpr_text {
    display: none;
}

.ctctForm #email_address_field_0 {
    padding-left: 10px;
}


/*********-- Start search bar  --**********/
.dnnSearchBoxPanel, 
.dnnSearchResultPanel {
    max-width: inherit;
}	 

.SearchBoxLeft {
    display: none;
}

.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 {
    width: 100%;
    background: #08285ad1;
    height: 755px;
    display: flex;
    align-self: center;
    justify-content: center;
    position: absolute;
    z-index: 9;
    backdrop-filter: blur(5px);
}

#dnn_searchBox_ClassicSearch {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-self: center;
    top: -155px;
    position: relative;
}

#dnn_searchBox_cmdSearch {
    display: block;
    line-height: 2.5;
    margin-left: -4rem;
}

.searchInputContainer {
    margin: 0;
    flex: 0 1 60%;
}


#search .NormalTextBox {
    height: 32px;
    top: -7px;
    position: relative;
    width: 100%;
    margin-top: 0;
    padding: 45px 0;
    font-size: 24px;
    outline: none;
    border: none;
    border-bottom:2px solid white;
    color:white;
    background:transparent;
}

#search .NormalTextBox::placeholder {
    color:white !important;
}

ul.searchSkinObjectPreview {
    width: 100%;
    border: 10px solid #0c2344;
    box-sizing: border-box;
}

.breadcrumb-pill a.SkinObject {
    top:0;
}

#search span a.SkinObject::after {
    font-family: FontAwesome;
    content: "\f002";
    margin: 0 10px;
    color: white;
    font-size: 35px;
}
/*********--End search bar  --**********/


/***** Nav style Carlos ****/
/*********--Nav Start --**********/
.menuContainer {
    display: flex;
    align-self: center;
    flex:0 0 auto;
    align-items:center;
}

.menu {
    padding-left: 0;
    margin: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.padding {
    padding: 5em 0;
}
  
.menu a:link, 
.menu a:visited {
    display: block;
    text-decoration: none;
    font-weight: 400;
    color: #6D6E70 !important;
    transition: .3s;
    position: relative;
}
.menu a .menulink,
.menu span .menulink {
    padding: 8px 14px;
}

.menu a:hover, 
.menulink:hover {
    color: black;
}

ul.menu > li:focus, 
.menulink:focus {
    display: table-cell;
    z-index: 17;
    line-height: 20px;
    position: relative;
    border-right: 1px solid #d9d9d9;
    transition: .3s;
}

ul.menu > li {
    display: block;
    z-index: 17;
    line-height: 20px;
    margin: 0 2px;
    position: relative;
    border: none;
    transition: .3s;
    height: auto;
    box-sizing: border-box;
    align-self: center;
}
  
/*ul.menu > li:last-child {border-right:0px solid #fff;}*/
  
.menulink {
    font-size: 21px;
    text-transform: none;
    color: #6D6E70;
    line-height: 22px;
    font-weight: 400;
}

ul.menu li:hover a, ul.menu li:hover span {
    color: #2c71e1;
}

ul.menu li:hover {
    background-color:#f8f8f8;
    cursor: pointer;
    box-shadow:inset 0 5px 0 #257bff;
}

ul.menu li:hover>.tab {
    color: rgb(30, 78, 90);
}

ul.menu li:hover .dropdown {
    opacity: 1;
    display: block;
    /* visibility: visible; */
}
ul.dropdown li:hover .subdropdown {
    display: block;
    opacity: 1;
    /* visibility: visible; */
}
.dropdown-sub {
    width: 100%;
    display: block !important;
}

.newdropdown {
    display: none;
    width: 100%;
    height: 400px;
    background-color: beige;
    position: absolute;
}

.menu > li > .dropdown {
    position: absolute;
    background-color: #ececec;
    min-width: 180px;
    padding: 15px !important;
    margin-left: 0;
    left: 0;
    padding: 0;
    z-index: 1000;
    opacity: 0;
    top: 100%;
    display: none;
    /* visibility: hidden; */
    transition: all .30s ease;
    box-shadow: 0 25px 25px rgb(0 0 0 / 15%);
}

.dropdown.dropdown-last {
    width: 206px;
    left: auto!important;
    right: 0;
}

.ddlinks {
    background: white;
}

.subdropdown {
    position: absolute;
    background: #fff;
    width: 280px;
    margin-left: -16.5em;
    top: 15px;
    visibility: hidden;
    opacity: 0;
    transition: all .30s ease;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}

/* ul.dropdown.last {
    margin-left: -70px;
} */

.ddlinks li {
    list-style: none;
    padding: 0 !important;
    width: 100%;
}

.ddlinks li a {
    padding: 15px !important;
    display: block;
    width: auto;
    font-size: 21px;
}

.ddlinks li:hover {
    background-color: #bbe4ff !important;
    color: #2c71e1 !important;
}

/* .ddlinks li:hover {
    color: #FFF!important;
} */

.nav-search {
    padding: 15px;
    box-sizing: border-box;
    background: #F7F7F7;
    border: 1px solid #ececec;
    border-radius: 100%;
    font-size: 20px;
    width: 50px;
    /* 
    height: 42px; 
    */
    color: #008DE5;
    line-height: 1 !important;
    margin: 0 30px 0 15px;
    position: relative;
    transition: 0.15s all ease-in-out;
    cursor: pointer !important;
}

.search-active {
    color: white !important;
    background: #008DE5;
    border: 1px solid #008DE5;
}

.nav-search:hover {
    color:#1960d2;
    /* transform:scale(1.25); */
}


.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: 0;
    padding: 10px 0;
    font-size: 20px;
    z-index: 10;
    width: 100%;
    height: 97px;
}
.momenuwrap {
  background: rgba(29, 137, 202,0.9);
  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: 97px;
  }
.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 {
  display: block;
  padding: 10px;
  position: absolute;
  top: 25%;
  right: 10px;
  height: 20.6px !important;
  width: 20.6px !important;
  background-color: #fff;
  z-index: 101;
  border-radius: 100%;
}
.toggle-button .wolverine {
  display: inline-block;
  height: 26px;
  right: 6px;
  top: 0;
  position: absolute;
  padding: 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  opacity: .97;
  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: 0;
  width: 0;
  overflow: hidden;
}
.toggle-button .wolverine .claws {
  position: relative;
  top: -2px;
  width: 20px;
  height: 4px;
  background: #00a6de;
  display: inline-block;
}
.toggle-button .wolverine .claws:before, .toggle-button .wolverine .claws:after {
  display: block;
  content: "";
  height: 4px;
  width: 20px;
  background: #00a6de;
  position: absolute;
  z-index: -1;
  transform-origin: 50% 50%;
  transition: all .1s .2s ease, transform .2s ease;
}
.toggle-button .wolverine .claws:before {
  top: 8px;
}
.toggle-button .wolverine .claws:after {
  top: -8px;
}

.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;
  transform: translateX(0);
}
.nav-control:checked ~ .toggle-button .wolverine .claws {
  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: #00a6de;
  transition: all .1s ease, transform .1s .2s ease;
  top: 0;
  width: 20px;
}
.nav-control:checked ~ .toggle-button .wolverine .claws:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.nav-control:checked ~ .toggle-button .wolverine .claws:after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.momenulink{
    padding: 20px;
    color: #003f70;
    border-bottom:1px solid #fff;
    width: auto;
    text-align: left;
    margin: 0 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-weight:500;
	font-size:18px;
    cursor: pointer;
    color:#fff;
}
.momenutitle a:hover {
    color:#0b3f66;
}
.momenusublink, .momenulastlink{
    padding: 0 0 0 10px;
    border-left: 1px solid #fff;
    display: none;
    margin: 10px;
}
.momenuopen {
    display:none;
	padding: 6px 6px 6px 16px;
    line-height:24px;
	text-decoration:none;
	text-align:Left;
    color: #faa74d;
    font-size: 25px;
    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-weight: 800;
    cursor: pointer;
    background-color: #fff;
}
.mmactive{}
.momenuddarrow {
    height: 30px;
    width: 30px;
    margin: 1px 11px 1px 1px;
    float: left;
    cursor: pointer;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    line-height: 32px;
}
.momenuddarrow:after {
    content:"\f063";
    font-family: FontAwesome;
}
.momenuuparrow {
    height: 30px;
    width: 30px;
    margin: 1px 11px 1px 1px;
    float: left;
    cursor: pointer;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    line-height: 30px;
}
.momenuuparrow:after {
        content:"\f062";
        font-family: FontAwesome;
    }
    .momenuddarrow:hover, .momenuuparrow:hover {
        color:#fff;
        
    } 

.momenuClose {
    display: none;
    padding: 20px;
    background: #003f70;
    color: #fff;
    text-align: right;
}

/**********-- 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: 0;
    /*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;
}

.Sub-Page-Title {
    /*padding: 0 65px;*/
    padding:40px;
}

.Sub-Page-Title h1 {
    text-align: center;
    color: #fff;
    font-size: 65px;
    font-weight: 700;
    text-transform: uppercase;
}

.SubSlider img {width: 100%;}

.dnnEditState .HomeSlider {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 1100px;
    height: 600px;
    top: 130px;
}


#Two,
#Three,
#Four,
#Five,
#Six,
#Seven,
#Seven #Two {
    padding: 0;
}
#Two{
    background:#efede7;
}

#Three {}

.ThreeBlocks {
    display: table;
    width: 100%;
    border-spacing: 20px 0;
}

.ThreeLeftBlock,
.ThreeRightBlock {
    display: table-cell;
    width: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.ThreeLeftBlock {}

.ThreeRightBlock {}

#Four {}

#Five {
    background-color: #999;
}

#Six {}

#Seven {}


#left-col {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

#sidebar-content {}

#right-col {
    width: 74%;
    display: inline-block;
}

#left-col2 {
    width: 70%;
    margin-right: 50px;
    display: inline-block;
}

#right-col2 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}


/* --------------------------------------------------------------------------- LEFT NAV uninline-blocking cuz its 2024 */



/****** Breadcrumbs styles *******/

.breadcrumb-wrap {
    padding: 1.5em 3em 0;
}

i.fa.fa-chevron-right {
    font-size: 12px;
    color: #dc4588;
    padding: 0 0.5em;
}

a.SkinObject, span.SkinObject {
    font-size: 18px;
}

.breadcrumb-links span span span:nth-child(1) a.SkinObject {
    padding-left: 0;
}



/******************************/

.page-title {
    background-color: #1D3D69;
    width: 25%;
}

.page-title h1 {
    padding: 20px;
    color: #fff;
    text-align: center;
}

#SubOneNew {}

#SubRounded {
    z-index: 1;
}

#SubRounded > .center {    
    background-color: white;
    border-radius: 25px;
    max-width: 95%;
    /*filter: drop-shadow(0px 10px 10px #EAEAEA);*/    
    box-shadow: 0 10px 15px #00000033;
}

#SubRounded > .center:not(:empty) {margin: 3.5em auto 0em;}

@media screen and (min-width: 1024px) {
    #SubBlocks {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        position: relative;
        top: -3rem;
    }
}

.subBlockRight {
    background-color: white;
}

.subBlockLeft, 
.subBlockRight {
    padding-top: 5rem;
}

.ph-blocks {
    margin-bottom: 3rem;
}

@media screen and (min-width: 1024px) {
    .ph-blocks {
        display: flex;
    }
}

#SubTwo,
#SubThree,
#SubFour,
#SubFive {}

#SubTwo {}

#SubThree {}

.SubThreeBlocks {
    display: table;
    width: 100%;
}

.SubThreeLeftBlock,
.SubThreeRightBlock {
    display: table-cell;
}

.SubThreeLeftBlock {
    width: 25%;
    vertical-align: top;
}

.SubThreeRightBlock {
    width: 80%;
}

#SubFour {}

#SubFive {}


.Section-Title-Wrap {
    padding: 20px 0;
}

.Section-Content {
    width: 100%;
}

.page-block {
    /* max-width: 100%; */
    margin: 0 auto;
}

@media screen and (min-width: 1024px) {
    .page-block {
        display: grid;
        grid-template-columns: 1fr 3fr;
        position: relative;
        /* top: -3rem; */
        gap: 1.5rem;
        max-width: 1350px;
    }

    .page-block--aside {
        padding-top: 4rem;
    }
}





/* 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 */


/*************************************/

/* SEARCH STYLING */

/* SEARCH RESULTS STYLING */

#SubRounded .dnnSearchBoxPanel {
    width: auto !important;
}

#SubRounded .dnnSearchBoxPanel > a.dnnSearchResultAdvancedTip {
    width: auto !important;
    font-size: 16px;
    margin: 0 !important;
    position: relative;
    top: 4px;
    right: 15px;
}

#SubRounded .dnnSearchBoxPanel > .dnnSearchBox {
    width: 83%;
    padding-right: 0 !important;
    margin-right: 0 !important;
}

#SubRounded .dnnSearchBoxPanel > .dnnSearchBox > .dnnSearchBox_advanced {
    top: 0 !important;
    font-size: 16px;
    border-left: 1px solid #ccc;
}

#SubRounded .dnnSearchBoxPanel > .dnnSearchBox > .dnnSearchBox_advanced > .dnnSearchBox_advanced_label {
    padding: 6px 20px;
    border-left: 0 !important;
    position: relative;
    top: -3px;
}

#SubRounded .dnnSearchBoxPanel > .dnnSearchBox > a.dnnSearchButton {
    top: 8px;
    right: 4px;
    margin: 0;
}

/* END SEARCH RESULTS STYLING */

/* END SEARCH STYLING */

/*************************************/

/* Table STYLING */

.divTab {
    display: table;
    width: 100%;
    color: #000;
    border-width: 1px;
    border-color: #666;
    border-collapse: collapse;
}

.divTabBod {
    display: table-row-group;
}

.divTabRow, .divInvRow {
    border-width: 1px;
    display: table-row;
}

.divTabHd:first-child {
    border-left: 0;
}
.divTabHd {
    display: table-cell;
    padding: 10px;
    width: 20%;
    vertical-align: middle;
    text-align: center;
    background-color: #6d6e70;
    color: #fff;
    font-weight: 700;
    border-left: 1px solid #fff;
}

.divTabCell, .divInvCell {
    display: table-cell;
    padding: 10px;
    width: 20%;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.divTabCell { 
    background-color: #ececec;
}

.divInvCell {
    background-color: white;
}

/* END Table STYLING */




/***************************Footer Styles Template Level*************************/

.prefooter {
    width:100%;
    display:block;
    background:#63d05a;
    height:20px;
}

.wrapper {
    max-width: 1440px;
    margin: 0 auto;
}

.wrapper.flexed {
    display: flex;
    justify-content: center;
}

.wrapper.space-between {
    justify-content:space-between !important;
}

.centered {
    justify-content:center;
    align-items:center;
    align-content:center;
}

.stretched {
    align-items: stretch !important;
    align-content: stretch !important;
    justify-content: stretch !important;
}

footer {
    position: relative;
    background: #999;
    padding: 2em;
}

.footer-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 3.5em 2em;
    box-sizing: border-box;
    align-content: center;
    list-style-type: none;
    margin:0;
}

.footer-nav li , 
.footer-nav li a {
    color:white;
    font-weight:600;
}

.footerwrap p {
    color: #ebebeb;
}


.FooterWrap {
    padding: 40px 0 40px 0;
}

.FooterLinks {
    text-align: center;
}

.FooterLinks ul {
    margin: 0;
}

.FooterLinks ul li {
    display: inline-block;
    margin-left: -4px;
}

.FooterLinks ul li a {
    border-right: 0 solid #565656;
    padding: 0 10px;
    text-decoration: none;
    font-size: 18px;
}

.FooterLinks ul li a:link,
.FooterLinks ul li a:visited {
    color: #000;
    font-weight: 500;
}

.FooterLinks ul li a:hover,
.FooterLinks ul li a:focus,
.FooterLinks ul li a.active {
    color: #000;
}

.FooterLinks ul li:last-child a {
    border-right: 0 solid #565656;
}

.footerContentTop {
    display: flex;
    padding: 0 5em;
    flex-flow: row wrap;
    grid-gap: 30px;    
    align-items: center;
}

.footerLogo {
    /*flex: 0;*/
}

.footerLogo img {
    width: 245px;
}

.footerOtherLinks {
    flex: 2;
    text-align: center;
    color: #fff;
}

.footerOtherLinks a {
    font-size: 18px;
    color: #fff;
}

.footerOtherLinks strong {
    color: #fff;
}

.footerContentBottom {
    display: flex;
    padding: 1.5em 5em;
    flex-flow: row wrap;
    grid-gap: 30px;
    align-items: center;
    justify-content: center;
}

.bottomLogo {
    /*width: 16.5%;*/
    text-align: center;
}

.bottomLogo img {
    width: 145px;
}

.bottomLinks {
    /*flex: 2;
    display: flex;*/
    flex-flow: row wrap;
    grid-gap: 30px;
    font-size: 18px;
    justify-content: center;
}

.bottomLinks > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    grid-gap: 20px;
}

.bottomLinks > ul > .SocialIcons > a > i {
    font-size: 35px;
    position: relative;
    top: 7px;
}

.footerBottomText {
    width: 100%;
    text-align: center;
}

.footer-issues {
    flex: 2;
}

.SocialIcons a {
    background: white;
    border-radius: 100em;
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
}

.footer-issues ul {
    display: flex;
    flex-flow: row wrap;
    grid-gap: 30px;
    list-style: none;
}

.footer-issues ul li {
    flex: 1;
    text-align: center;
}

/***************************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;
}


/***************************Calendar Section*************************/

    .Section-Content .RptTable {
        border: 0 !important;
        background: none !important;
    }
    .tr-cal-item-container{
        width: 22%;
        padding: 1%;
        /* float: left; */
        display: inline-block;
        vertical-align: top;
        }
    .tr-cal-item{
        display: table;
        width: 100%;
        table-layout: fixed;
        box-sizing: border-box;
        width: 100%;
        padding: 10px;
        color: #333;
    }
    .tr-cal-item-container a:hover .tr-cal-item{
        color:#034c7a;
    }
    .tr-cal-item-container a:hover .tr-cal-item-monthday{
        background:#034c7a;
        color:#fff;
    }
    .tr-cal-item-left{

        display: table-cell;
        width: 20%;
        vertical-align: top;

    }
    .tr-cal-item-right{
        display: table-cell;
        padding: 6px;
        vertical-align: top;
        width: 80%;

    }
    .tr-cal-item-monthday{
        width: 40px;
        height: 40px;
        border: 1px solid #333;
        text-align: center;
        padding: 6px;
    }
    .tr-cal-item-month{}
    .tr-cal-item-day{}
    .tr-cal-item-datetime{
        font-size: 14px;
    }

/***************************End Calendar Section*************************/


/***************************Calendar Popup*************************/
.RadCalendarPopup .RadCalendar_Default {
    background-color: #fff;
    background: #fff;
    border: 1px solid #3d3d3d;
}

.RadCalendarPopup .RadCalendar_Default td.rcTitle {
    font-size: 15px !important;
}

.RadCalendarPopup .RadCalendar_Default .rcMainTable td a {
    color: #3d3d3d;
}
.RadCalendarPopup .RadCalendar_Default .rcMainTable td.rcSelected a {
    color: #fff;
}
.RadCalendarPopup .RadCalendar_Default .rcMainTable td.rcSelected {
    background-color: #259ea7;
}

/***************************End Calendar Popup*************************/


/***************************Responsive  Section*************************/

@media screen and (min-width: 1720px) {
    #Five {
        background-position: center;
    }
}

@media screen and (max-width: 1600px) {
    .row , .wrapper {
        max-width:85% !important;
        margin:0 auto !important;
    }
}

@media screen and (max-width: 1470px) {

    .subBlockLeft, .subBlockRight {
        padding-top: 3em;
    }
}

@media screen and (max-width: 1440px) {

    .row {
        flex-wrap: wrap;
    }

    .menuContainer {display: none;}
    .momenu {
        display: block;
    }

    .topSocialIcons {display: none !important;}
    
    .mobileSocialIcons {display: block;}

    .mobileSocialIcons li {
        display: inline-block;
        padding: 0 10px;
    }

    .mobileSocialIcons > li > a > i {
        color: #fff;
    }

    .mobileSocialIcons > li:before {
        content: none;
    }
}

@media screen and (max-width: 1470px) {
    #SubRounded > .center:not(:empty) {
        margin: 3.5em 2em;
    }
}

@media screen and (max-width: 1300px) {
    footer {
        width: auto;
    }
}

@media screen and (max-width: 1230px) {    
    .ctctForm .ctct-form-embed .ctct-form-defaults h2.ctct-form-header {font-size: 20px;}
    .ctctForm input#custom_field_string_name_0, .ctctForm input#email_address_0 {
        width: 120px;
    }
}

@media screen and (max-width: 1200px) {
    
    .logoWrap { margin-left:0;}
	.menu a:link, .menu a:visited, .menu span .menulink {
        padding: 8px 10px;
    }
    .footer-nav {
        flex-wrap:wrap;
        padding:2em 2em;
    }

    .footer-nav img {
        max-width:350px !important;
    }

    #Six .dnn-cl .col-md-4 {
        width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .ctctForm input#custom_field_string_name_0, .ctctForm input#email_address_0 {
        width: 85px;
    }

    .footer-nav li , .footer-nav li a , .footer-nav a {
        width: 100%;
    text-align: center;
    margin: 10px auto;
    display: block;
    }
}

@media screen and (max-width: 1024px) {
    
    .ctctForm .ctct-form-embed .ctct-form-defaults h2.ctct-form-header {font-size: 18px;}
}

@media screen and (max-width: 990px) {    
    
    .logoWrap {width: 100%;}
    
    .NavTopLeft {
        display: none;
    }
	.right-title img {
		max-width:225px;
	}

	.Logo a img {
		width: 90%;
    	box-sizing: border-box;
    	margin: 15px;
	}

    .NavBottomWrap {
        max-width: 95%;
    }

    .hhs-left-panel {
        width: 55%;
        margin: 0;
    }

    #Five .dnn-cl .col-sm-6, #SubTwoNew .dnn-cl .col-sm-6, #SubPane .dnn-cl .col-sm-6 {
        width: 100% !important;
    }

    #Five {
        background-position: center;
    }

    #SubBlocks {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 900px) {
    .MoContactInfo {
        display: block;
    }
    footer {
        width: auto;
    }

    /***** Event Calendor Month Responsive *****/
    .ThemeEvents .Event {
        display: block;
        width: auto !important;
    }

    .ThemeEvents .Event tbody {
        width: 100%;
        display: table;
    }
    .ThemeEvents .EvtHdrMdlCol,  .ThemeEvents .TopIconBar {
        display: none;
    }

    .ThemeEvents .EventDayHeader {
        display: none;
    }
    .ThemeEvents .EventOtherMonthDay {
        display: none !important;
    }

    .ThemeEvents .EventDay {
        height: auto !important;
        width: 97%;
        display: block;
        float: left;
    }
}

@media screen and (max-width: 768px) {

    .FooterContact div {
        display: block;
    }

    .harrisLogo {
        margin: 0 auto !important;
    }

    #SubPane .dnn-cl .col-sm-6, #Four .dnn-cl .col-xs-12 {
        width: 100% !important;
    }
}

@media screen and (max-width: 600px) {
    .NavTopRight {
        right:0px; 
        padding: 0 10px;
    }
    /*.Logo {top: 8px;}
    .Logo a img {width: 50%;}*/
    .NavBottomLeftLinks {
        width: 100%;
        height: 59px;
        display: block;
    }
    .NavBottomRightLinks {
        width: 0%;
        padding: 10px 20px;
        display: block;
        right: 115px;
        top: 5px;
        position: absolute;
    }
    .ThreeBlocks {
        display: block;
        width: 100%;
    }
    .ThreeLeftBlock,
    .ThreeRightBlock {
        display: block;
        width: 100%;
    }
    .ThreeLeftBlock {
        margin-bottom: 20px;
    }
    .SubThreeBlocks {
        display: block;
        width: 100%;
    }
    .SubThreeLeftBlock,
    .SubThreeRightBlock {
        display: block;
        width: 100%
    }
    .SubThreeLeftBlock {
        margin-bottom: 20px;
    }
    .NavTopWrap {
        padding: 14px 0;
    }
    /*.Sub-Page-Title {padding: 0 35px;}*/
}


@media screen and (max-width: 485px) {
    .download-btn {
        min-width: 275px;
    }
    .NavTopRight li:nth-child(1), .NavTopRight li:nth-child(2) {
        display: none;
    }
    
    #search .NormalTextBox {
        width: 150px;
    }
    .NavTopRight ul li { padding: 0 1px;}
    .ThemeEvents .EventDay {
        width: 95%;
    }
}

@media screen and (max-width: 380px) {
    
    .momenu {}
    #search .NormalTextBox {
        width: 130px;
    }
}
    
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
    .NavTopRight ul li {padding: 0;}
}