* {
  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;}
.LoginWrap{width: 100%;height: 100%;background: url(img/dot-bg.png);}
.login{
   margin: 0 auto;
   width: 300px;
   position: relative;
   top: 10%;
    background-color: rgba(15, 137, 206, 0.79);
   box-shadow: 0px 0px 50px rgb(0, 0, 0);
   padding: 5em;
   border-radius: 10px;
   
}

.nextdoorImg img {
    width: 16px;
    margin-top: -4px;
}
.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: #0b4667;
}
.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: 0px 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 -----******************************************/

.orange{

  color: #f16822;
  
  }
  
body {
 margin: 0px;
 background-color: #fff;
 position: relative;
 min-height: 100%;
 font-family: proxima-nova, sans-serif;
 font-weight:400;
 font-style: normal;
 color:#333;
 font-size: 16px;
 line-height: 1.4;
}
ul {
 list-style-type: disc;
 margin-left: 20px;
}
p{
 color:#333;
 margin: 0 0 16px 0;
 font-weight: normal; 
 line-height: 1.4;
 
}
h1,h2,h3,h4,h5,h6 {color: #6c6e71; margin:0; font-family: proxima-nova;}
h1 {
  font-size: 36px;
  font-weight: 300;
  line-height: 25px;
}
h2{}
h3{font-size: 24px;line-height: 32px;}
h4{line-height: 1em;}
h5{}
.fa-language {
  display: none !important;
}
nav{
 height: 150px;
 width:100%;
 position: relative;
 z-index: 101;
 top: 0px;
 transition: 0.3s;
}
.NavTop{
  position: relative;
  width: 100%;
  display: block;
  /* background: #0f89ce; */
  padding: 6px 0px;
  height: 20px;
  border-bottom: 1px solid #333;
}
.NavTopWrap{
  position: relative;
  padding: 0px 50px;
}
.NavTopLeft{
  position: relative;
  float:left;
  display: none;
}
.NavTopLeft ul{margin:0px;}
.NavTopLeft ul li{
 display: table-cell;
 color:#333;
 font-size:14px;
 font-weight:normal;
 padding: 0px 10px;
 position: relative;
}
.NavTopLeft ul li i{margin-right: 5px;}
.NavTopRight{
  position: relative;
  float: right;
}

.NavTopRight ul{margin:0px;}
.NavTopRight ul li{    
 display: table-cell;
 color:#333;
 font-size:14px;
 font-weight:normal;
 padding: 0px 10px;
 position: relative;
}
.NavTopRight ul li a, .NavTopLeft ul li a {
  color:#333;
  text-decoration: none;  
  position: relative;
  top: -7px;
}
.NavTopRight ul li > i{
  position: relative;
  top: -7px;
}
.NavTopRight ul li a:hover, .NavTopLeft ul li a:hover{
  text-decoration: underline;
}
.NavBottom{
 position: relative;
 width: 100%;
 /* display: block; */
 transition: 0.3s;
 /* background: rgb(255, 255, 255); */
 /* border-bottom: 1px solid #0f89ce; */
 /* top: 60px; */
}
.NavBottomWrap{padding: 0px 45px;}
.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;
  /*width: 140px !important;*/
  border: none !important;
  padding: 0px !important;
  /*right: -50px;*/
  border-radius: 0 0 5px 5px;
  position: relative;
  /* top: -50px; */
}
.goog-te-gadget-simple > img {
  display: none;
  top: -20px;
  background-color: #ffffff !important;
}
.goog-te-gadget {
  font-family: proxima-nova !important;
  font-size: 11px;
  color: #333 !important;
  white-space: nowrap;
}
.goog-te-gadget-simple .goog-te-menu-value span {
  color: #333 !important;
  border: none!important;
}
.Navtitle{
 position: relative;
 left: 10px;
 top: 30px;
 /* float: right; */
 display: inline-block;
 vertical-align: top;
 transition: 0.3s;
}
.Navtitle span{
   display: block;
}
.Navtitle span h1{
  color:#333;
  /* margin-left: 20px; */
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
}
.Navtitle span h2{
  color:#333;
  /* margin-left: 20px; */
  font-size: 20px;
  line-height: 36px;
  font-weight: normal;
}
.logoWrap{
  float: left;
  padding: 0;
  transition: 0.3s;
}

.Logo{
 width: 95px;
 position: relative;
 z-index: 3;
 top: 6px;
 /* float: left; */
 display: inline-block;
 vertical-align: top;
 transition: 0.3s;
}
.Logo a img{width:100%;}
.Logo a:focus{background:rgba(255, 255, 255, 0);color:rgba(255, 255, 255, 0);}

.center{
 margin:0 auto;
 width: 1300px;
}
.MoMenu{
 display:none;
 position: relative;
 top: 20px;
 padding: 10px 40px;
 font-size: 25px;
 z-index: 10;
 float: right;
 position: relative;
}
.MoMenuClose {
  display:none;
  padding:20px;
  background:#0d5c91;
  color: #fff;
  text-align: right;
}
.MoContactInfo{
  display:none;
}
.MoContactInfo ul{
   display: block;
   padding: 20px !important;
}
.MoContactInfo ul li{
   display: block;
   padding: 10px 0px !important;
}
.MoContactInfo ul li a{
   display: unset !important;
   padding: 0 !important;
   border-bottom: none !important;
}

.lock-scroll {
  overflow: hidden;
}
.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 #333;
  padding: 0px 10px;
  border-top: 0;
  border-bottom:0;
}

#search span a.SkinObject::after {
  font-family: FontAwesome;
  content: "\f002";
  margin: 0px 10px;
  color: #333;
  font-size: 15px;
}

.searchInputContainer {
  margin: 1px -3px 0 0;
}

/* Menu styles */
.Float-Menu{
  z-index: 10;
  /*float: right;*/
  position: absolute;
  right: 0;
  margin-top: 2.5em;
  transition: 0.3s;
}
.Float-Menu .menu {
  list-style: none;
    padding: 0px;
    margin: 0;
    border-spacing: 20px 0px;
    margin-left: 116px;
    display: block;
}
.Float-Menu .menu li{
    display: inline-block;
    padding: 0 10px;
    border-top: none;
}
.Float-Menu .menu li a{
  color: #333;
  text-decoration: none;
  padding: 10px;
  transition: color .25s;
}
.Float-Menu .menu li a:hover{
  color: #0d5c91;
}
.pglink {
  font-size: 1.25em;
  font-weight: 600;
}
.Float-Menu .menu li a.active {color: #0d5c91 !important;}
.menu-expanded {
  background-image: url(../../Images/Icons/arrowup.png) !important;
  border-bottom: 1px solid #C3C2C2;
  margin-bottom: 10px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.menuwrap {
  position: relative;
  float: right;
  padding-right: 15%;
  padding-left: 10%;
  font-size: 20px;
}
.menus {
  max-width: 1200px;
  width:100%;
  margin: 0 auto;
  position: relative;
}

.menulink {
  color: white;
  text-align: center;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height:20px;
}
ul.menu li:hover a{}
ul.menu li:hover {
 background-color: rgb(255, 255, 255);
 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;
  }
.dropdown-sub {
  width: 100%;
  display: block !important;
}

.newdropdown {
  display: none;
  width: 100%;
  height: 400px;
  background-color: beige;
  position: absolute;
}
.dropdown {
  position: absolute;
  background-color: #fff;
  width: 280px;
  margin-left: -140px;
  /*left: 50%;*/
  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);
}

.ddlinks li {
  list-style: none;
  padding: 0px !important;
  /*   border-bottom: 2px dotted #1e4e5a;*/
  width: 100%;
}
.ddlinks li a{
  padding: 10px !important;
  display: block;
  width: auto;
}
.ddlinks li a:hover{
    color: #FFF!important;
}
.ddlinks li:hover {
 background-color:#0d5c91 !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;
  z-index: 1000;
  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;
  /*font-family: 'verdana', sans-serif;*/
  color: white;
  font-weight: normal;
  font-size: 12px;
  border-top: 1px solid #585858;
}

.dropdown-link:hover {
  background-color: #777;
}

.menu-downarrow {
  float: right;
  display: none;
  padding: 3px 2.5%;
  line-height: 25px;
  height: 25px;
  text-decoration: none;
  text-align: center;
  font-variant: small-caps;
  font-weight: normal;
  font-size: 20px;
  color: White;
  width: 15%;
}

.ddmenu-up {
  background-image: url("img/nav-ua.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.ddmenu-dn {
  background-image: url("img/nav-da.png");
  background-position: center center;
  background-repeat: no-repeat;
}
/*END menu styles*/

/*************************************/
/**********************/
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;
}
.Priorityitems{
  position: relative;
  /*height: 535px;*/
}
.dnnEditState .Priorityitems{
  height: auto;
}
.Priorityitem{
  /*position: absolute;*/
  position: relative;
  width: 100%;
}
.Item-1{
  z-index: 4;
}
.Item-2{
  z-index: 3;
}
.Item-3{
  z-index: 2;
}
.Item-4{
  z-index: 1;
}
.HomeSlider{width:100%; /*z-index:0;*/}
.dnnEditState .HomeSlider,  .dnnEditState .Priorityitem{
  position: relative;
  margin: 25px auto;
  display: block;
  width: 900px;
  height: 400px;
  /*top: 130px;*/
  overflow:hidden;
}
#Two, #Three, #Four, #Five, #Six, #Seven{background:#fff;padding:0px;}
#Two, #Three, #Four, #Five, #Six, #Seven
#Two {background: #fff;} 
#Two .SectionTitle h1{color:#fff !important;}
#Two .SectionTitle h1::after{background:#fff!important;}
#Three{background-color: #fff;}
.ThreeBlocks{display:table;width:100%;border-spacing: 20px 0px;padding: 20px 0px;}
.ThreeLeftBlock, .ThreeRightBlock{display:table-cell;width:50%;box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);}
.ThreeLeftBlock{}
.ThreeRightBlock{background: #0008d0;}
#Four{background: #fff;}
#Five{
  background: #71b36c;
  text-align: center;
  padding: 40px 0px;
}
#Five h1 {
  color: #fff;
  font-weight: 800;
}
#Five .so-IconWrap ul {
  list-style: none;
  margin: 0 auto;
  display: table;
  padding: 15px 0px;
}
#Five .so-IconWrap ul li {
  display: table-cell;
  padding: 0 10px;
  align-content: center;
  text-align: center;
}
#Five .so-IconWrap a {
  position: relative;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 2px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;  
  color: #fff;
}
#Five .so-IconWrap a{
  color: #fff;
}

#Five .so-IconWrap a:after {
  background-color: #0d5c91;
  left: 0;
}

#Five .so-IconWrap a:hover:after  {
  opacity: 1;
}
#Five .so-IconWrap a:before {
  background-color: rgba(0,0,0,0.15);
}
.so-IconWrap a:after, .so-IconWrap a:hover:before  {
  opacity: 0;
}
#Five .so-IconWrap a:hover:before, #Five .so-IconWrap a:not(:hover):after {
  transition-delay: .1s;
}
.so-IconWrap a:after, .so-IconWrap a:before {
  position: absolute;
  width: 26px;
  height: 26px;
  content: "";
  -webkit-border-radius: inherit;
  border-radius: 20px;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.so-Icon i.fa.fa-facebook {
  margin-left: 2px;
}
#Five span.so-Icon {
  margin-left: 6px;
  z-index: 1;
  position: relative;
}

#Six{}
#Seven{}

/******* Stay Updated Form ******/


#Signup{
  /*height: 90px;*/
  background-color: #71b36c;
  text-align: center;
    transition: .3s;
    font-family: proxima-nova, sans-serif;
}

#Signup .ctct-form-header {
  width: 20%;
  display: inline-block;
  font-family: proxima-nova, sans-serif !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  margin: 0;
  text-align: right;
  color: #000;
}

#Signup .ctct-form-embed.form_0 .ctct-form-defaults{
  background-color: rgba(255, 255, 255, 0);
  color:#fff;
  padding: 0
}
#Signup .ctct-form-text, #last_name_field_0, #street_field_0, #city_field_0, #state_field_0,
#email_address_label_0, #first_name_label_0, #postal_code_label_0{
  display:none;
}
#Signup .ctct-form-success .ctct-form-header, #Signup .ctct-form-success .ctct-form-text{
  display:block !important;
}
#Signup .ctct-form-element{
  padding: 15px 20px;
  border: 1px solid #ffffff;
  margin: 0 1em;
  height: auto;
  border-radius: 0;
  width: 100%;
}
#Signup .ctct-form-defaults{text-align: left;}
#Signup .ctctForm{
  padding: 20px 0px;
  display: table;
  width: 100%;
}
#Signup .ctctForm h1{
  font-size: 30px;
  font-weight: 800;
  margin: 0;
  color: #000;
  border-bottom: 0;
  text-align: right;
  display: table-cell;
  width: 22%;
  vertical-align: middle;
  /*padding-right: 15px;*/
}
#Signup .ctct-inline-form{
  display: table-cell;
  width: 78%;
  vertical-align: middle;
}
/*
#email_address_field_0{width: 31%;}
#first_name_field_0{width: 15%;}
#postal_code_field_0{width: 15%;}
*/
#email_address_field_0, #first_name_field_0, #postal_code_field_0{
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  /*margin-right: 15px;*/
  padding: 2px 15px;
}
/*#first_name_field_0 {
  width: 16%;
}
#email_address_field_0 {
  width: 28%;
}
#postal_code_field_0{
  width: 12%;
}*/

#Signup .ctct-form-success .ctct-form-header,#Signup .ctct-form-success .ctct-form-text, #Signup .ctct-form-error .ctct-form-errorMessage{
  margin: 0;
}
#Signup .ctct-form-success{
 /* padding-top: 15px; */
}
#Signup .ctct-form-success .ctct-form-header{
  color:#000;
  text-align: center;
  width: 100%;
}
#Signup .ctct-form-success .ctct-form-text, #Signup .ctct-form-error .ctct-form-errorMessage{
  color:#000;
  padding-bottom: 15px;
  text-align: center;
}
#Signup .ctct-form-button{
  text-transform: uppercase;
    font-size: 13px;
    border: 1px solid #000000;
    padding: 13px 20px;
    text-align: center;
    background-color: transparent;
    letter-spacing: 2px;
    font-weight: 800;
    text-decoration: none;
    color: #000;
    transition: .3s;
    margin: 0 30px;
}
#Signup .ctct-form-button:hover{
  cursor: pointer;
  background-color: black;
  color:#fff;
}
#Signup .grecaptcha-badge, #gdpr_text{display:none;}
#Signup .ctct-form-footer {display: none;}

/*********************************/
#SubOne{
  position: relative;
  background-color: #d8d8de;
  /*padding: 50px 0 50px 0;
  margin-top: 85px;*/
}

#SubBanner{
  background-color: #fff;
}
#SubOneNew{background: #71b36c;
  text-align: center;
  padding: 40px 0px;
}
#SubOneNew h1 {
    line-height: 36px;
    color: #ffffff;
    text-transform: none;
    font-weight: 700;
    font-size: 40px;
    font-style: normal;
}
#SubTwo, #SubThree, #SubFour, #SubFive{background:#fff;padding:0px;}

#SubThree{ padding: 70px 0 70px 0;}
.SubThreeBlocks{display:table;width:100%;/*border-spacing: 20px;*/}
.SubFullBlocks{display:table;width:100%;/*border-spacing: 20px;*/ margin-top: 30px; table-layout: fixed;}
.SubFullThreeBlocks{display:table;width:100%;/*border-spacing: 20px;*/ margin-top: 30px;}
.SubThreeLeftBlock, .SubThreeRightBlock{display:table-cell;}
.SubFullLeftBlock {display:table-cell; vertical-align: top; padding: 0px 30px 30px;}
.SubFullRightBlock {width: 100%;}
.SubFullLeftThreeBlock, .SubFullRightThreeBlock{display:table-cell;}
.SubThreeLeftBlock{width:25%;vertical-align: top;}
.SubThreeRightBlock{width:80%;}
.SubFullLeftThreeBlock{width:55%; vertical-align: top;}
.SubFullMiddleThreeBlock{width:95%; vertical-align: top;}
.SubFullRightThreeBlock{width:25%; vertical-align: top;}
#SubFourFullNew{background: #0d5c91;}
#SubFourFullNew #Signup{background-color: rgba(113, 179, 108, 0)!important;}
#SubFour{background: #fff;}
#SubFive{}

.Section-Title-Wrap{padding: 20px 0px;}
.Section-Content {
  width: 100%;
 padding: 20px 0px;
}

/* add this style to remove Section-Content padding for new transition page Carlos' Notes */
.no-pad {
  padding: 0px
}

.breadcrumb-links, .breadcrumb-links a {
  color: #fff;
}

.breadcrumb-links a {
  text-decoration: none;
}
.breadcrumb-links a:hover {
  text-decoration: underline;
}

.tileLabel {
  font-family: 'Oswald', sans-serif;
  color: #d5820d;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 700;
}

.harrisKids {
  font-size: 30px;
}

.titleHeaderBlack {
  font-size: 42px;
  margin: 15px 0;
  color: #000;
  font-weight: 800;
}

.titleHeaderWhite {
  font-size: 42px;
  margin: 15px 0;
  color: #fff;
  font-weight: 800;
}

.blueBGText {
  color: #fff;
  font-size: 18px;
}
.blueBGText a {
  color: #fff;
}

/*************************************/
/**********************/
footer {
 width: 100%;
 position: relative;
 left: 0;
 z-index:100;
 background: #222; 
 padding: 0 0 10px 0;
}
.FooterLeft{
  display: inline-block;
  width: 49%;
  /*vertical-align: top;*/
  color: #fff;
  line-height: 19px;
  padding: 25px 0px;
}
.FooterRight{
  display: inline-block;
 /* width: 50%;
  vertical-align: top;*/
  width: 100%;
  line-height: 19px;
  color: #fff;
}
.FooterRight h2 {
  display: none;
}
.FooterLeft .ctct-form-embed.form_0 .ctct-form-defaults{
  background-color: rgba(255, 255, 255, 0);
  color:#fff;
  padding: 0;
}
.FooterLeft .ctct-form-embed.form_0 .ctct-form-defaults p, .FooterLeft .ctct-form-embed.form_0 .ctct-form-defaults h2
{
  color:#fff;
  font-size: 14px;
  font-weight: lighter;
  line-height: 18px;
}
.FooterLeft .ctct-form-embed.form_0 .ctct-form-defaults h2
{ 
  font-size: 14px;
  font-weight: lighter;
}
.FooterLeft .ctct-form-footer, .FooterLeft .grecaptcha-badge, #gdpr_text{display:none;}
.FooterLeft .ctct-form-field{margin: 10px 0px;}
.FooterLeft .ctct-form-field .ctct-form-label {
  text-align: right;
  display: inline-block;
  width: 13%;
  margin-right: 10px;
  font-size: 14px;
  font-weight: lighter;
}
.FooterLeft .ctct-form-required:before {
  content: "\2217";
  position: relative;
  top: -4px;
  left: -3px;
  color: #ffa49e;
}
.FooterLeft #gdpr_text p a{color:white;}
.FooterLeft .ctct-form-required{}
.FooterLeft .ctct-form-field .ctct-form-errorMessage{}
.FooterLeft .ctct-form-field .ctct-form-element{
  display: inline-block;
  width: 40%;
  border:none;
  padding: 6px;
  border-radius:5px;
  background: #e2e2e2;
}
.FooterLeft #gdpr_text{margin:20px 0px;}
.FooterLeft .ctct-form-button{
  border: 0px solid #e2e2e2;
  padding: 10px;
  border-radius: 5px;
  color: #222222;
  background: #e2e2e2;
}
.FooterRight ul {
  display: table;
  table-layout: fixed;
  list-style: none;
  float: right;
  line-height: 19px;
  margin: 0px;
}

.FooterRight ul li {
  display: table-cell;
  padding: 0 16px 0 0;
  text-align: right;
}

.FooterRight a {
  color: #fff;
  text-decoration: none;
}

.FooterRight a:hover {
  color: #fff;
  text-decoration: underline;
}

.Footer-Logo {
  width: 75px;
  border-right: 1px solid #fff;
  padding-right: 20px;
  margin-right: 20px;
  display: inline-block;
}
.Footer-Logo img {
  width: 100%;
}
.Footer-Info {
  display: inline-block;
  font-weight: lighter;
}

.footerwrap{color:#ebebeb; padding: 30px 0px;}
.dnnEditState .footerwrap{padding-bottom: 100px!important;}
.footerwrap p{color:#ebebeb;}

.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;
}


/***************************New Footer Section*************************/
.innerwrapper
{
   position: relative;
   left: 0;
   top: 0;
   width: 1350px;
   /*width: 1500px;*/
   margin:0 auto;
}

footer a:hover{color:white; text-decoration: underline;}
footer a:link,footer a:visited,footer a:active{color:white;}
.footertop{
   background-color: #fff;
   width:100%;
   height: auto;
   background-image: url('../../images/county-pets-location-map.png');
   background-repeat: no-repeat;
   background-position: -33px -300px;
   background-size: 124%;

}
.footertopleft iframe{width:100%;height: 324px;}
#map {
		width:50%;
		height: 324px;
		background-color:#000 !important;

	}
footer .innerwrapper{clear: both!important;}
.footertopright{
   width:50%;
   height: auto;
   color:rgb(30, 78, 90);
   background-color: rgba(232, 232, 232, 0.86);
   -webkit-box-shadow: -5px 0px 10px -3px rgba(0,0,0,0.4);
   box-shadow: -5px 0px 10px -3px rgba(0,0,0,0.4);
   position:relative;
   left:50%;
}

.footertopright .DnnModule .DNNContainer_noTitle{padding:25px!important;}
.footertopright .DnnModule .DNNContainer_noTitle div .DNNModuleContent .dnnFormAndList .dnnForm a{position: absolute;left: 8px;}
.footertopright .DnnModule .DNNContainer_noTitle div .DNNModuleContent .dnnFormAndList .dnnForm .ContactInfoWraper .ContactInfoLabelOne a{position: relative;left:0px;}
.footernav{padding:20px 0px 0px 0px;width:100%;clear: both;text-align: center;}
.FooterNavOne, .FooterNavTwo, .FooterNavThree{width: 100%;margin: 10px 0px;}
.FooterNavThree {width: 100%;margin: 20px 0px; color: #fff; padding-bottom: 30px;}
.footermenulink, .FooterNavTwo ul li{display:inline-block;border-right: 1px solid #fff;padding: 0px 15px;}
.footermenulink:last-child, .FooterNavTwo ul li:last-child{border-right: 0px solid #fff;}
.FooterNavThree ul li{display:inline-block;padding: 0px 15px;}
.FooterNavThree ul li a img {height:100%;}
.FooterNavThree ul li i {font-size:30px;}
.FooterNavTwo ul, .FooterNavThree ul {margin-bottom: 0px;margin-left: 0px;}
.footerbottom{padding-bottom:20px;font-size:12px;text-align:center; color: #fff; display:none;}
.harrisLogo {height: 70px;}
.nextdoor img {
  height: 28px !important;
  margin-top: -15px;
}


/***************************Flickr Thumbnails Section*************************/

#dc_jflickr_feed_container{margin:0 auto;padding:8px;text-align:left;width:100%}
.dc_jflickr_thumbs{margin:0;overflow:hidden;padding:0}
.dc_jflickr_thumbs li{border:1px solid #ccc;float:left;list-style:none;margin:1px}
.dc_jflickr_thumbs li:hover{border:1px solid #09C}
.dc_jflickr_thumbs li a{}
.dc_jflickr_thumbs li img{display:block}
.dc_jflickr_thumbs li a img{border:none}
#dc_jflickr_slider_container{margin:0 auto;padding:8px}
#dc_flickr_slider{
  background-color:#000;border:8px solid #fff;
  box-shadow:2px 2px 6px rgba(0,0,0,0.3);height:333px;margin:0;padding:0;padding:0px;width:500px}
#dc_flickr_slider li{height:333px;list-style:none;margin:0;overflow:hidden;padding:0px;position:relative;width:500px}
#dc_flickr_slider li div{
    background:#000;bottom:3px;color:white;font-size:12px;left:3px;
    opacity:.8;padding:3px;position:absolute;width:494px}
.flickr_slider_nav{margin:8px}#flickr_slider_prev{padding:8px;text-decoration:none}
#flickr_slider_prev:hover{color:#666}
#flickr_slider_next{padding:8px;text-decoration:none}
#flickr_slider_next:hover{color:#666}

/***************************Search Section*************************/

.dnnSearchBoxPanel .dnnSearchBox{margin-right: 115px;}

.dnnSearchBoxPanel {
   width: 100%;
   max-width: 980px;
   padding: 10px 0 10px 0;
   background-color: #ffffff;
   border-radius: 25px;
   font-family: 'Roboto', sans-serif; 
   font-size:14px;
   margin:0 auto;
}

.dnnSearchResultSortOptions {
   /* margin: 0 0 0 0;*/
   
    list-style-type: none;
    border-radius: 25px;
    font-weight: bold;
    border: 4px solid #ffffff;
    font-family: 'Roboto', sans-serif;
   font-size:14px;
 
}


.dnnSearchResultPanel {
    width: 100%;
    max-width: 980px;
    margin: 30px 0 0 0;
    padding: 10px 0 7px 0;
    background-color: #0d5c91;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif; 
   font-size:14px;
   font-weight: bold;
   margin:0 auto;
}


.searchSkinObjectPreview li
{
    overflow-wrap: break-word;
}

.dnnSearchResultCountPerPage {
    color: #ffffff !important;
}
ul.searchSkinObjectPreview{top: 31px;right: -45px;width: 245px;border: 1px solid #1e4e5a;border-width: 5px 1px 1px 1px;border-radius: 5px;z-index: 19;}

/***************************Button Styles  Section*************************/
.centerbttnwrap{
  padding: 10px;
width: 272px;
margin: auto;
}
a.signupbttn{
display: block;
width: 240px;
padding: 15px;
border: 1px solid #000;
text-align: center;
font-weight: bold;
color: #000;
text-decoration: none;
background-color: #fff;
}
a.signupbttn:hover{background:#000; color:#fff;}
.searchInputContainer a.dnnSearchBoxClearText.dnnShow{right: -30px;top: 37px;}


/***************************Responsive  Section*************************/

@media screen and (max-width: 1500px){
  /*#Signup .ctct-form-container{width:80%;}*/
}

@media screen and (max-width: 1360px){
  .center{width:100%;}
  .Logo{left: 20px;}
  .Navtitle{left: 30px;}
  .innerwrapper{width: 100%;}
  .footertop{background-position: -112px -270px;background-size: none;}
}

@media screen and (max-width: 1300px){
  footer{padding: 40px 40px;width:auto;}
}
@media screen and (max-width: 1200px){
 /*.center{width:100%;}*/
 .NavTop, .NavBottom{}
 .Float-Menu .menu {margin-left: 0px;}
 .Float-Menu .menu li{ padding: 0 0px;}
 #SubOne{padding: 50px 0 20px 0;margin-top: 47px;}
 #Signup .ctct-form-field .ctct-form-label{width: 20%;}
}

@media screen and (max-width: 1024px){
 body, p{font-size: 14px;}
 #SubOne{padding: 50px 0 20px 0;margin-top: 47px;}
 #google_translate_element{}
 /*#Signup .ctct-form-container{width:90%;}*/
 #Signup .ctct-form-header {
  width: 100%;
  display: block;
  text-align: center;
  padding-bottom: 5px;
  }
  #email_address_field_0, #first_name_field_0, #postal_code_field_0 {padding: 1em;}
  #Signup .ctct-form-element {margin: 0}
  #first_name_field_0, #email_address_field_0, #postal_code_field_0 {
    float: left;
    width: 50%;
  }
  #Signup .ctct-form-button {
    width: 46%;
    float: left;
    margin: 0 1.2em;
    margin-top: 1.3em;
}
}

@media screen and (max-width: 990px) {
  .Priorityitems{
  }
}
@media screen and (min-width: 901px) {
  .SubFullBlocks.SubFullBlocks--SideBar {
    display: flex;
    align-items: start;
    width: 100%;
    max-width: 100%;
  }
  .SubFullBlocks.SubFullBlocks--SideBar .SubFullLeftBlock {
    width: calc(100% - 300px);
    max-width: calc(100% - 300px);
    display: inline-block;
  }
  .SubFullBlocks.SubFullBlocks--SideBar .SubFullRightBlock {
    position: sticky;
    top: 51px;
    z-index: 1;
    width: 25%;
  }

}

@media screen and (max-width: 900px){

  .FooterNavThree ul li{
    padding: 15px;
  }
  
  .SubFullBlocks.SubFullBlocks--SideBar .SubFullLeftBlock {
    display: block;
  }

  .Float-Menu{
     width: 100%;
     background: #dededef0;
     margin-top: 0;
     display:none;
     box-shadow: 0px 20px 40px -15px rgba(10,10,10,0.33);
     position: fixed;
     left: 0;
     top: 0;
     z-index: 103;
     min-height: 100%;
     overflow-x: hidden;
     transition: 0.3s;
  }
  .Float-Menu ul {
     /* border-spacing: 5px 0px; */
     margin:0px;
     width: 100%;
  }
  
  .Float-Menu ul li, .Float-Menu .menu li {display:block;}
  .Float-Menu ul li a{
     color: #0f89ce;
     border-bottom: 1px solid rgb(255, 255, 255);
     padding: 20px;
     display: block;
  }

  .MoMenu{display:block; left: 15px; padding: 10px 0px;}
  .MoContactInfo{
     display:block;
  }
  nav{}
  .NavTopLeft{display:none;}
  .Logo {}
  .Navtitle{}
  footer{padding: 20px;width:auto;}
  .FooterLeft{
    display: block;
    width: auto;
    margin: 25px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 25px;
    text-align: center;
  }
  .FooterLeft .ctct-form-field .ctct-form-element{width: 80%;}
  .FooterRight{display:block;width:100%}
  
  .download-btn {
  }  
  .FooterRight {
    /*height: 50px;*/
}
  .FooterRight ul {
    float: none;
    margin: 0 auto;
  }

  .FooterPane {
    width: 100%;
   margin-bottom: 10px;
    padding: 0 0 5px 0;
}
 .footertopright{width:100%;left:0;}
 
}

@media screen and (max-width: 768px){
.footertopright{width: 100%;left:0;}
   .footertopright .DnnModule .DNNContainer_noTitle {padding: 10px!important;}
   
.SubFullLeftBlock {padding: 0px 5px 15px;}
#Signup .SigupTitle h1{line-height: 43px;}
#Signup .ctct-form-container {width: 100%;}
/*#Signup .ctct-form-field .ctct-form-element{width: 68%;}*/
#first_name_field_0, #email_address_field_0 {
  width: 100%;
}
#Signup .ctct-form-button {width: 42%;}
a.HomeSliderBTN {margin-top: 18px}
.NavTopWrap {
  padding: 0px 0px; 
}
.Priorityitems{
}
}

@media screen and (max-width: 600px){
  .logoWrap {
    margin-left: -30px;
  }
  /*Nav fixes - acker*/
  .Navtitle{
  }
 .Navtitle h1{font-size: 21px;line-height: 22px;}
 .MoMenu{display: block;}
  .NavBottomLeftLinks{width: 100%; height: 59px; display: block;}
 .NavBottomRightLinks{
     width: 0%;
     padding: 10px 20px;
     display: block;
     right: 115px; 
     top:5px;
     position: absolute;
  }
 #google_translate_element{}
 .Float-Menu {background: #dedede;}
 .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;}
 
 .SubFullThreeBlocks{display:block;width:100%;}
 .SubFullLeftThreeBlock,.SubFullThreeMiddleBlock, .SubFullThreeRightBlock{display:block;width:100%}
 .SubFullLeftBlock, .SubFullThreeMiddleBlock{margin-bottom:20px;}
 /*#One{height:auto;}*/
 .FooterLeft .ctct-form-field .ctct-form-label{width: 18%;}
 .FooterLeft .ctct-form-field .ctct-form-element{width: 70%;}
 
  .download-btn {
  }
.FooterPane {
  width: 100%;
 margin-bottom: 10px;
  padding: 0 0 5px 0;
}

/*#Signup .ctct-form-field .ctct-form-element{width: 55%;}*/
  .Priorityitems{}
}
@media screen and (max-width: 600px){
#Signup .ctct-form-field .ctct-form-label{width: 30%;}
.NavTopRight li:nth-child(2), .NavTopRight li:nth-child(3), .NavTopRight li:nth-child(4), .NavTopRight li:nth-child(5), 
.NavTopRight li:nth-child(6), .NavTopRight li:nth-child(7) {
  display: none;
}
}
@media screen and (max-width: 485px){
  .Priorityitems {}
    .logoWrap {margin-left: -50px;}
    .Logo {width: 84px;}
    .Navtitle {
    }
    .Navtitle span h1 {
            font-size: 20px;
    line-height: 20px;
    }
    .Navtitle span h2 {
        font-size: 17px;
    line-height: 24px;
    }
    .NavTopRight ul li {padding: 0px 2px;}
    .FooterLeft{margin: 15px;}
    .FooterLeft .ctct-form-field .ctct-form-label {width: 23%;}
    .download-btn {
      min-width: 275px;
    }

}
@media screen and (max-width: 430px){
  
}

@media screen and (max-width: 420px){
.harrisKids {font-size: 20px;}

#Signup .ctct-form-button {width: 41%;}
}
@media screen and (max-width: 375px){
  .FooterLeft .ctct-form-field .ctct-form-label {width: 27%;}
  .FooterLeft .ctct-form-field .ctct-form-element {width: 65%;}
  .NormalTextBox {width: 122px;}
  #Signup .ctct-form-button {width: 40%;}
  .Priorityitems {}
}

@media screen and (max-width: 320px){
  .harrisKids {font-size: 15px;}  
  #Signup .ctct-form-button {width: 38%; padding: 13px 0px;}
}
