* {
    margin: 0;
    padding: 0;
}


/**** 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/70/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: 'futura-pt-condensed', sans-serif;
    font-weight: 400;    
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
}

ul {
    font-family:'futura-pt', sans-serif;
    font-weight: 100;
}

p {
    font-family:'futura-pt', sans-serif;
    font-weight: 100;
}

h1,
h2,
h3,
h4,
h5,
h6 { 
    font-family:'futura-pt-condensed', sans-serif;
    font-weight: 500;
    font-style: normal;
}

h1 {
    font-weight: 800;
    font-size: 57px;
}

h2 {}

h3 {}

h4 {}

h5 {}

nav {
    height: 158px;
    width: 100%;
    position: relative;
    z-index: 101;
    top: 0px;
    transition: 0.3s;
    background-color: white;
}


.NavTop {
    position: relative;
    width: 100%;
    display: block;
    height: 44px;
    border-bottom: 1px solid #eee;
    z-index: 2000;
    background: #ef885d;
}

.NavTopWrap {
    position: relative;
    /*padding: 14px 45px;*/
}

.NavTopLeft {
    position: relative;
    float: left;
}

.NavTopLeft ul {
    margin: 0px;
}

.NavTopLeft ul li {
    display: table-cell;
    font-size: 14px;
    font-weight: normal;
    padding: 0px 10px;
    position: relative;
}

.NavTopLeft ul li i {
    margin-right: 5px;
}

.NavTopRight {
    position: relative;
    float: right;
    /*right:-30px;*/
    transition: .3s;
    padding: 12px 2px 12px 0px;
}

.NavTopRight ul {
    margin: 0px;
}

.NavTopRight ul li {
    display: table-cell;
    font-size: 14px;
    font-weight: normal;
    padding: 0px 10px;
    position: relative;
}
.NavTopRight ul li a {top: -7px;}

.NavTopRight ul li a,
.NavTopLeft ul li a {
    color: #3d3d3d;
    text-decoration: none;
    position: relative;
}

.NavTopRight ul li>i {
    position: relative;
    top: -7px;
}

.NavTopRight ul li a:hover,
.NavTopLeft ul li a:hover {
    text-decoration: none;
    color: #fff;
}

.NavBottom {
    position: relative;
    width: 100%;
    transition: 0.3s;
}

.NavBottomWrap {
    padding: 0px;
}

.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 {
    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 span {
    color: #3d3d3d !important;
    border: none!important;
    font-size: 17px !important;
    font-weight: 600 !important;
}

.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;
}

.Logo {
    width: 185px;
    position: absolute;
    z-index: 3;
    top: 8px;
    left: 50px;
    display: inline-block;
    vertical-align: top;
    transition: 0.3s;
}

.Logo a img {
    width: 100%;      
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
     -ms-transition: 0.3s;
      -o-transition: 0.3s;
         transition: 0.3s;
}

.Logo a:focus {}

.center {
    margin: 0 auto;
    max-width: 1300px;
    transition: 0.3s;
}

.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: 0px;
    padding: 0px;
    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: 0px;
    font-size: 24px;
    padding-right: 10px;
}

.ctctForm .ctct-form-element {
    height: 32px;
}
.ctctForm .ctct-form-button {
    padding: 0px 10px;
    font-family: 'futura-pt-condensed', sans-serif;
    font-size: 20px;
    font-weight: 600;
    height: 32px;
    position: relative;
    top: 3px;
    background-color: #f3c178;
    color: #fff;
    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;
}


/*********-- End Constant Contact Form  --**********/

/*********-- 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 .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: #3d3d3d;
    font-size: 15px;
}

#search ul.searchSkinObjectPreview > li {
    font-size: 16px !important;
    display: inherit !important;
    padding: 6px 12px 6px 22px !important;
}

#search ul.searchSkinObjectPreview > li p {
    font-size: 14px !important;
}
/*********--End search bar  --**********/


/***** Nav style Carlos ****/
/*********--Nav Start --**********/
.menuContainer {
    margin-top: 1px;
}

.menu {
    position: absolute;
    right: 0;
    margin: 0;
    margin-top: 45px;
    margin-right: 15px;
}
  
  
.menu a:link, .menu a:visited {
    display: block;
    text-decoration: none;
    font-weight: 400;
    color: #1d3d69;
    padding:8px 14px;
    transition: .3s;
}
.menu span .menulink {
    padding: 8px 14px;
}

.menu a:hover, .menulink:hover {
    color: #fff;
}

ul.menu > li:focus, .menulink:focus {
    outline: none;
}

ul.menu > li {
    display: table-cell;
    z-index: 17;
    /*padding: 0px 20px;*/
    line-height:20px;
    position: relative;
    border-right:0px solid #fff;
    transition: .3s;
}
  
ul.menu > li:last-child {border-right:0px solid #fff;}
  
.menulink {
    font-size: 25px;
    font-weight: 500;
    font-family: 'futura-pt-condensed', sans-serif;
    /*color: #1d3d69;*/
}
ul.menu li:hover a, ul.menu li:hover span {
    color: #fff;
}

ul.menu li:hover {
    background-color:#259EA7;
    cursor: pointer;
    /*color: rgb(30, 78, 90);*/
}

ul.menu li:hover>.tab {
    color: rgb(30, 78, 90);
}

ul.menu li:hover .dropdown {
    opacity: 1;
    visibility: visible;
}
ul.dropdown li:hover .subdropdown {
    opacity: 1;
    visibility: visible;
}
.dropdown-sub {
    width: 100%;
    display: block !important;
}

.newdropdown {
    display: none;
    width: 100%;
    height: 400px;
    background-color: beige;
    position: absolute;
}

.dropdown {
    position: absolute;
    background-color: #259EA7;
    width: 280px;
    margin-left: 0;
    left: 0;
    padding: 0;
    z-index: 1000;
    opacity: 0;
    top: 36px;
    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 rgba(0, 0, 0, 0.5);
}

.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;
}

.ddlinks li {
    list-style: none;
    padding: 0px !important;
    /*   border-bottom: 2px dotted #1e4e5a;*/
    width: 100%;
    font-family: 'futura-pt-condensed', sans-serif;
}

.ddlinks li a {
    padding: 10px !important;
    display: block;
    width: auto;
}

.ddlinks li a:hover {
    color: #FFF!important;
}

.ddlinks li:hover {
    background-color: #1d3d69 !important;
    color: #FFF!important;
}

.ddlinks li:hover {
    color: #FFF!important;
}

.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: 10px 0px;
    font-size: 20px;
    z-index: 10;
    width: 100%;
    height: 97px;
}
.momenuwrap {
  background: rgba(0, 171, 190, .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: 5px;
  top: 3px;
  position: absolute;
  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: -2px;
  width: 20px;
  height: 4px;
  background: #003f70;
  display: inline-block;
}
.toggle-button .wolverine .claws:before, .toggle-button .wolverine .claws:after {
  display: block;
  content: "";
  height: 4px;
  width: 20px;
  background: #003f70;
  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;
}

.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: #003f70;
  -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: 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:#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-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;
}
.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: 0px;
    /*z-index: -1;*/
    position: relative;
}

.HomeSlider {
    background-image: url(/Portals/70/Images/courthouseplain-withoutlogo.jpg);
    height: 500;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Sub-Page-Title {
    /*padding: 0px 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: 0px;
}
#Two{}

#Three {}

.ThreeBlocks {
    display: table;
    width: 100%;
    border-spacing: 20px 0px;
}

.ThreeLeftBlock,
.ThreeRightBlock {
    display: table-cell;
    width: 50%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.ThreeLeftBlock {}

.ThreeRightBlock {}

#Four {}

#Five {}

#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;
}

i.fa.fa-chevron-right {
    font-size: 10px;
    color: #0E69AD;
}

a.SkinObject {
    color: #545454;
}

.page-title {
    background-color: #1D3D69;
    width: 25%;
}

.page-title h1 {
    padding: 20px;
    color: #fff;
    text-align: center;
}

#SubOneNew {
    background-color: #F3C178;
}

#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 0px;
}

.Section-Content {
    width: 100%;
}

a,
a:visited {
    color: #1d3d69;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #259ea7;
}


/* 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 */


/*************************************/

/***************************Calendar Event Details*************************/

.DetailContentRight .Normal {
    font-size: 24px;
}

.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction, 
.dnnFormItem button, .dnnFormItem input[type="button"], .dnnFormItem input[type="reset"], 
.dnnSecondaryAction, a.dnnSecondaryAction, ul.dnnAdminTabNav li a, .dnnLogin .LoginTabGroup span {
    padding: 0px 10px;
    font-family: 'futura-pt-condensed', sans-serif;
    font-size: 20px;
    font-weight: 600;
    height: 32px;
    background: #259EA7;
    color: #fff;
    border: 0;
    transition: .3s;
    opacity: 1;
    vertical-align: top;
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;
}
.dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover, 
.dnnFormItem button:hover, .dnnFormItem input[type="button"]:hover, .dnnFormItem input[type="reset"]:hover, 
.dnnSecondaryAction:hover, a.dnnSecondaryAction:hover, ul.dnnAdminTabNav li a:hover, .dnnLogin .LoginTabGroup span:hover {
    opacity: .8;    
    background: #259EA7;
    color: #fff;
}
.dnnSecondaryAction img {
    margin-top: 8px;
}

/***************************Calendar End Event Details*************************/


/***************************Calendar View*************************/

/* CALENDAR */

.DnnModule-DNN_Events {
background:transparent !important;
}

.ThemeEvents .Event {
    border:none !important;
}

.ThemeEvents td.EventTitle {
	padding:0 !important;
}

.ThemeEvents .EventTitle, .ThemeEvents .EventTitle td {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: white !important;
    min-height: 20px !important;
    height: auto !important;
    padding: 20px 0 !important;
    text-align: center !important;
    background-color: #259ea7 !important;
    font-family: Verdana !important;
    border:none !important;
}

.ThemeEvents .EventDayHeader {
    font-weight: 700 !important;
    font-size: 12px !important;
    height: 16px !important;
    color: white !important;
    padding: 15px 0 !important;
    background-color: #3d3d3d !important;
    vertical-align: middle !important;
    font-family: Verdana !important;
    border:none !important;
    border-left: #545454 1px solid !important;
    border-right: #545454 1px solid !important;
}

.ThemeEvents .EventDayScroll {
background:transparent !important;
}

.ThemeEvents .EventDay, .ThemeEvents .EventDayEvents, .ThemeEvents .EventWeekendDayEvents {
padding:5px !important;
font-size:18px !important;
}

.ThemeEvents .EventDay, .ThemeEvents .EventDayEvents, .ThemeEvents .EventWeekendDayEvents {
    text-align: left !important;
    height: 100px !important;
    vertical-align: top !important;
    color: black !important;
    font-family: Verdana !important;
    background-color: white;
    padding: 10px !important;
    font-size: 18px !important;
    border: #cccccc 1px solid !important;
}

.ThemeEvents .EventDay {
background-color:white !important;
}

.ThemeEvents .EventOtherMonthDay {
    color: gray !important;
    background-color: #eaeaea !important;
}

.ThemeEvents .EventWeekendDay {
background:#f5f5f5 !important;
}

.ThemeEvents .EventTodayDay {
    color: white !important;
    background-color: #1d3d69 !important;
    border: #cccccc 1px solid !important;
    font-size: 18px !important;
}

td.EventNextPrev {
background:#E6B900 !important;
}


.EventDayScroll img {
display:none !important;
}

.EventDayScroll a {
font-size:14px !important;
}

.ThemeEvents  a {
    text-decoration:none !important;
    font-weight: bold !important;
    display: block !important;
    text-align: left;
    padding-left: 10px;
}

.ThemeEvents .EventDayScroll a {
    padding: 5px 10px;
    font-size: 13px !important;
}

.ThemeEvents .EventNextPrev a, .ThemeEvents .EventNextPrev a {
    color: #fff !important;
    text-align: center;
}

.ThemeEvents  a:hover {
    /*color:#000024 !important;*/
}

.DetailEventDetailsDiv1 .Head {
    margin: 25px 0;
    line-height: inherit !important;
    font-size: 35px !important;
    font-weight: 800 !important;
}

.SubHead {
font-weight:bold;}

.DetailContentRight img {
	display:none;
}

.ThemeEvents .Eventtooltipheader {
    border: #259ea7 1px solid !important;
    background-color: #259ea7 !important;
    color:#fff !important;
}


/* STYLING TO FIX TOP BAR ON CALENDAR */

.ThemeEvents .EvtHdrLftCol {
    width: auto;
    float: left;
    min-height: 1px;
}

.ThemeEvents .EvtHdrMdlCol {
    width: auto;
    float: none;
    display: flex;
    margin: 0 !important;
    align-content: center;
    align-items: center;
    align-self: center;
    justify-content: space-between;
    min-height: 1px;
    text-align: center;
}

.ThemeEvents .TopIconBar { width:auto; }

.EvtDateControls #dnn_ctr22695_Events_EventMonth_lnkToday {
     display:inline !important;
     margin:inherit !important;
     text-align:left !important;
}

.ThemeEvents .RadComboBox_Default.SelectCategory {
width:auto;
float:right;
}

.rcInputCell .riSingle  input.riTextBox {
padding:10px !important;
}

.ThemeEvents .SelCategoryTR {
float:left !important;
height:auto !important;
}

.ThemeEvents .SelCategory span {
    font-weight: 700;
    display: block;
    text-align: left;
}

.rcbCheckAllItems label, .rcbCheckAllItemsHovered label {
    font-size: 20px;
    color: #000;
    padding-left: 8px;
}

.rcbCheckAllItems .rcbCheckAllItemsCheckBox, .rcbCheckAllItemsHovered .rcbCheckAllItemsCheckBox{
    margin-right: 8px;
}

.RadComboBoxDropDown_Default .rcbItem, .RadComboBoxDropDown_Default .rcbHovered {
    font-size: 18px !important;
}
.RadComboBoxDropDown_Default .rcbItem .rcbCheckBox, .RadComboBoxDropDown_Default .rcbHovered .rcbCheckBox {
    margin-right: 8px;
}
.ThemeEvents .DetailEvent {
    padding: 0px 30px;
}
.ThemeEvents .DetailEvent a {
    text-align: center !important;
}

/*************************** End Calendar View *************************/

/***************************Footer Styles Template Level*************************/

footer {
    width: 100%;
    position: relative;
    left: 0;
    z-index: 100;
    background: #1D3D69;
}

.footerwrap p {
    color: #ebebeb;
}


.FooterWrap {
    padding: 40px 0 40px 0;
}

.FooterLinks {
    text-align: center;
}

.FooterLinks ul {
    margin: 0px;
}

.FooterLinks ul li {
    display: inline-block;
    margin-left: -4px;
}

.FooterLinks ul li a {
    border-right: 0px solid #565656;
    padding: 0px 10px;
    text-decoration: none;
    font-size: 18px;
}

.FooterLinks ul li a:link,
.FooterLinks ul li a:visited {
    color: #fff;
    font-weight: 800;
    font-family: 'futura-pt-condensed', sans-serif;
}

.FooterLinks ul li a:hover,
.FooterLinks ul li a:focus,
.FooterLinks ul li a.active {
    color: #fff;
}

.FooterLinks ul li:last-child a {
    border-right: 0px solid #565656;
}

.FooterContact {
    text-align: center;
    margin: 10px 0px;
    font-size: 20px;
    color: #fff;
}

.FooterContact div {
    display: inline-block;
    margin: 5px;
}

.FooterContactName {
    color: #fff;
    font-weight: bold;
}

.FooterContactAddress {}

.FooterContactEmail {}

.FooterContactAddress a,
.FooterContactEmail a {
    color: #fff;
    text-decoration: none;
}

.FooterContactPhone {}

.FooterSMLinks {
    text-align: center;
}

.FooterSMLinks ul {
    margin: .8em 0em;
}

.FooterSMLinks ul li {
    display: inline-block;
}
.harrisLogo {
    width: 70px;
    padding-right: 10px;
}
.harrisLogo img {
    width: 100%;
}

.SM-Icon {
}

.SM-Icon a {
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #fff;
    /*display: block;*/
    transition: 0.3s;
    padding: 5px;
}

.SM-Icon a i {
    font-size: 30px;
}

.FooterSMLinks-facebook a {}

.FooterSMLinks-youtube a {}

.FooterSMLinks-twitter a {}

.FooterSMLinks-linkedin a {}

.FooterSMLinks-facebook a:hover {}

.FooterSMLinks-youtube a:hover {}

.FooterSMLinks-twitter a:hover {}

.FooterSMLinks-linkedin a:hover {}


/***************************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 (max-width: 1500px) {}

@media screen and (max-width: 1360px) {
}

@media screen and (max-width: 1300px) {
    footer {
        padding: 40px 40px;
        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) {
    .center{width:100%;}
    .Logo {
        top: 4px;
        left: 25px;
    }
    .Logo a img {
        width: 57%; 
    }
    .menu a:link, .menu a:visited, .menu span .menulink {
        padding: 8px 10px;
    }
}

@media screen and (max-width: 1100px) {
    .ctctForm input#custom_field_string_name_0, .ctctForm input#email_address_0 {
        width: 85px;
    }
}

@media screen and (max-width: 1024px) {
    .menuContainer {display: none;}
    .momenu {
        display: block;
   }
    .topSocialIcons {display: none !important;}
    
    .mobileSocialIcons {display: block;}

    .mobileSocialIcons li {
        display: inline-block;
        padding: 0px 10px;
    }

    .mobileSocialIcons li a {
        color: #fff;
    }
    
    .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;
    }
}

@media screen and (max-width: 900px) {
    .MoContactInfo {
        display: block;
    }
    footer {
        padding: 20px;
        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;
    }
}

@media screen and (max-width: 600px) {
    .NavTopRight {
        right:0px; 
        padding: 0;
    }
    .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 0px;
    }
    .Sub-Page-Title {padding: 0px 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: 0px 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: 0px;}
}