@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700");
*:focus {
  /*border: 3px solid #7CA0C0;*/
}
html,
body {
  padding: 0 !important;
  margin: 0;
  /*font-family: 'Muli', sans-serif !important; was Lato */
}
p {
  font-size: 1.6rem;
  line-height: 22.75px;
  line-height: 1.45;
  line-height: 2.3rem;
  font-family: "Muli", sans-serif !important;
}
ul li {
  font-size: 1.6rem;
  line-height: 22.75px;
  line-height: 1.45;
  line-height: 2.3rem;
  font-family: "Muli", sans-serif !important;
}

header {
  position: relative;
}

#banner {
  position: fixed;
  top:0px;
  width: 100%;
 
  max-height: 660px;
  height: auto;
  /* overflow: hidden;
 -webkit-box-shadow: 0 0 10px -3px #252525;
  box-shadow: 0 0 10px -3px #252525;*/
  color: #fdfdfd;
}

#banner {
  /*height: 70vh;*/
  min-height: auto;
  max-height: 660px;
  /*height: 60vh;*/
}

#banner h1,
#banner h2 {
  text-align: center;
  text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
}

.search {
  border: 0px !important;
  padding: 0px !important;
  position: fixed;
  top: 1px;
  right: 2px;
  min-width: 35px;
  width: 0;
  height: 34px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  z-index: 3000;
  margin-top: 2px;
  margin-right: 2px;
}

.search.search-open {
  width: 230px;
  border: 0px !important;
  padding: 0px !important;
}

.search.small-screens.search-open {
  width: 100%;
}

.search.small-screens.search-open .searchInputContainer input {
  padding: 0 124px 0 20px;
}

.searchInputContainer {
  display: block !important;
}

.searchInputContainer input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background: #dcddd8;
  width: 192px;
  height: 34px;
  margin: 0;
  padding: 0 52px 0 20px;

  font-size: 15px;
  color: black;
}

.searchInputContainer input::-webkit-input-placeholder {
  color: #818181;
}

.searchInputContainer input:-moz-placeholder {
  color: #818181;
}

.searchInputContainer input::-moz-placeholder {
  color: #818181;
}

.searchInputContainer input:-ms-input-placeholder {
  color: #818181;
}

.searchInputContainer a.dnnSearchBoxClearText {
  right: 45px !important;
}

.searchInputContainer a.dnnSearchBoxClearText.dnnShow {
  bottom: 2px;
}

#search-action,
.SearchButton,
.search-toggle-icon {
  background: url(images/search.png) center center no-repeat #c3c1c1;
  width: 35px;
  height: 34px;
  display: block;
  position: absolute;
  top: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 22px;
  right: 0;
  padding: 0;
  margin: 0;
  outline: 0;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #dcddd8;
  text-indent: -9999px;
}

#search-top {
  clear: both;
  width: 100%;
  background: #7ca0c0;
  padding: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#search-top.active {
  height: auto;
  padding: 15px 0;
  overflow: visible;
}

#search-top span {
  display: inline !important;
}

#search-top input {
  background: #fff;
  border: none;
  font-size: 1.2em;
  height: 46px;
  margin: 0 0 0 15px;
  width: 70%;
}

#search-top a.SearchButton {
  background: url(images/search.png) center center no-repeat #e0dfdf;
  height: 46px;
  position: relative;
  display: inline-block;
  text-indent: -9999px;
  width: 60px;
  padding: 0;
  top: 5px;
}

#search-action {
  display: none;
  float: right;
  height: 34px;
  margin: 0;
  padding: 6px 12px;
}
@media (max-width: 823px) {
  .search {
    display: block !important;
    position: fixed;
  }
  #toggle-nav {
    left: 0 !important;
  }
}

h1 {
  font-family: "Muli";
  color: #508991;
  /*08605f #0b5351-->*/
  font-weight: 500;
  font-style: normal;
  letter-spacing: -1px;
}

h2 {
  font-size: 3rem !important;
  color: #508991;
  font-family: "Muli";
  /*08605f #0b5351-->*/
  font-weight: 500;
  font-style: normal;
}

h3 {
  font-size: 2rem !important;
  color: #508991;
  font-family: "Muli";
  /*08605f #0b5351-->*/
  font-weight: 600;
  font-style: normal;
}

ol {
  margin-left: 50px;
}
ol li {
  padding: 1rem;
}

ul li {
  font-size: 1.6rem;
  line-height: 2rem !important;
}

a,
a:link,
a:visited {
  color: #337ab7;
}

#toggle-nav {
  position: absolute;
  top: 0px;
  right: 15px;
  display: none;
  font-size: 3rem;
  /*background-color: #cdddea;*/
  width: 36px;
  padding: 0px;
  vertical-align: middle;
}

#toggle-nav .fa {
  /*width: 34px;*/
  margin: 0px;

  background-image: url(images/menu.gif);
  background-repeat: no-repeat;
  cursor: pointer;
  /*background-color: #cdddea;*/
  padding: 5px;
  /*border: 1px solid #9c9c9c;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#toggle-nav:hover {
  color: #2574a9;
}

#Form {
  padding: 0;
}
.row {
  margin: 0;
}
footer a {
  color: #fff !important;
}

/*Footer*/
#footerdiv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding: 0px;
  color: #fdfdfd;
  background: #353535;
  border-top: 1px solid #ddd;
  border-bottom: 4px solid #54b7e6;
  position: fixed;
  bottom: 0px;
  width: 100% !important;
  height: 60px;
}

footer .copyright {
  width: 40%;
  float: left;
  line-height: 22px;
  padding: 4px 2px 2px 11px;
}

footer .social {
  width: auto;
  float: right;
  height: 50px;
}

footer .social a {
  float: left;
  line-height: 50px;
  text-decoration: none;
  color: white;
  text-align: center;
  font-weight: bold;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  font-size: 1.4rem;
  max-width: 200px;
}

.email-icon {
  margin-top: 18px;
  margin-left: 10px;
}

.mobile-icons {
  width: 20px;
  float: left;
}

.face-icon {
  margin-top: 15px;
  margin-left: 8px;
}

.tweet-icon {
  margin-top: 15px;
  margin-left: 15px;
}

.tube-icon {
  margin-top: 18px;
  margin-left: 10px;
}

.tube {
  font-size: 1.2em;
  width: 20%;
}

.tube:hover {
  background-color: #e62016;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.42);
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

.face {
  font-size: 1.2em;
  width: 20%;
}

.face:hover {
  background-color: #3d5b94;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.42);
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

.tweet {
  font-size: 1.2em;
  width: 20%;
}

.tweet:hover {
  background-color: #3dacdd;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.42);
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

/*.googleplus{font-size:1.2em;width:20%;}
.googleplus:hover{background-color:#EA4335;box-shadow:1px 1px 5px 1px rgba(0, 0, 0, 0.42);-moz-transition:all, 0.3s;-o-transition:all, 0.3s;-webkit-transition:all, 0.3s;transition:all, 0.3s;}
.instagram{font-size:1.2em;width:20%;}
.instagram:hover{background-color:#895A4D;box-shadow:1px 1px 5px 1px rgba(0, 0, 0, 0.42);-moz-transition:all, 0.3s;-o-transition:all, 0.3s;-webkit-transition:all, 0.3s;transition:all, 0.3s;}
.pinterest{font-size:1.2em;width:20%;}
.pinterest:hover{background-color:#BD081C;box-shadow:1px 1px 5px 1px rgba(0, 0, 0, 0.42);-moz-transition:all, 0.3s;-o-transition:all, 0.3s;-webkit-transition:all, 0.3s;transition:all, 0.3s;}
.nextdoor{font-size:1.2em;width:20%;}
.nextdoor:hover{background-color:#1e9e5e;box-shadow:1px 1px 5px 1px rgba(0, 0, 0, 0.42);-moz-transition:all, 0.3s;-o-transition:all, 0.3s;-webkit-transition:all, 0.3s;transition:all, 0.3s;}
*/

.support {
  font-size: 0.8em;
  width: 40%;
  white-space: nowrap;
  min-width: 200px;
}

.support:hover {
  background-color: #316079;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.42);
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

.linkedin {
  width: 110px;
}

.linkedin .fa {
  margin: 0;
  margin-right: 10px;
  font-size: 1.5rem;
}

.linkedin:hover {
  background-color: #0077b5; /*#E62016;*/
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.42);
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.hide-text {
  display: inline;
}

.fa-linkedin-square {
}

.face {
  font-size: 1.2em;
  width: 20%;
}

.tweet {
  font-size: 1.2em;
  width: 20%;
}

.tube {
  font-size: 1.2em;
  width: 20%;
}

#terms,
#copyright {
  white-space: nowrap;
}

@media (max-width: 600px) {
  .hide-text {
    display: none;
  }
  .social {
  }
  footer .social a {
    width: 100px !important;
    height: 100%;
  }
  .support {
    min-width: auto;
  }
  mobile-icons {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 823px) {
  #toggle-nav {
    display: block;
  }
  .show-nav {
    display: block !important;
  }
  #dnnMenu {
    position: relative;
    top: -27px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.btncontact {
  background-color: #4578af;
  width: 140px;
  height: 40px;
  padding: 10px 20px;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  white-space: nowrap;
}

.btncontact a,
.btncontact a:link,
.btncontact a:visited,
.btncontact a:hover,
.btncontact a:active,
.btncontact a:focus {
  color: #ffffff !important;
  font-size: 2rem;
}

.SkinObject {
  color: #ffffff;
}

.SMS {border-style: solid; border-width: 1px 20px 1px 20px; border-color:#3e3e40; display:inline-block; max-width: 700px; font-family:arial; display:block; margin-left: auto; margin-right:auto;}
.SMS h1 {color: #ffffff; text-align:center; font-family:arial; padding-top: 10px; font-size: 3rem; font-weight:bold;}
.SMS p {padding: 10px;}
.SMS img {max-width: 680px; padding:5px;}

.SMS h2 {color:#d52c29!important; font-weight:bold!important; font-family:arial!important; font-size: 2rem!important; padding-left: 10px;}
.SMS h2 a, .SMS h2 a:link, .SMS h2 a:visited, .SMS h2 a:active {text-decoration:underline; color:#d52c29!important; font-weight:bold!important; font-family:arial!important; font-size: 2rem!important;}
.SMS h2 a:hover {text-decoration:none;}