.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.headerB {
  background: #e6d1d1;
  padding: 3px;
  border: 1px solid #444;
  border-radius: 10px;
}
.clearfix {
  content: "";
  display: flow-root;
  clear: both;
}
.col6 {
  width: 50%;
  float: left;
}
.col6-b {
  width: 49%;
  float: right;
}
.topRight {
  margin: 0px;
  padding: 0px;
}
.tags {
  color: #f00;
}
.topRight li {
  list-style: none;
  display: block;
  float: left;
}
.topRight li:nth-child(2) {
  margin-left: 10px;
}
.topRight li a {
  text-decoration: none;
  color: #186617;
}
.topRight li a img {
  width: 80px;
  height: 80px;
}
.topRight li a.tp-links {
  width: 110px;
  display: block;
  float: left;
  margin-right: 10px;
  padding: 5px 10px 5px 10px;
  margin-bottom: 5px;
  background: #C8D8BE;
  border-radius: 3px;
}
.topRight li a span {
  font-size: 10px;
}
.sign-container {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 30px;
}
.sign-container ul {
  margin: 0px;
  padding: 0px;
}
.sign-container ul li {
  list-style: none;
  display: block;
  float: left;
  width: 200px;
  margin-left: 10px;
}
.sign-container ul li:nth-child(1) {
  width: auto;
  margin-left: 0px;
  float: left;
}
.sign-container input {
  font-size: 14px;
}
.sign-container ul li:nth-child(2) {
  float: left;
}
.sign-container ul li:nth-child(3) {
  width: auto;
  margin-left: 20px;
  float: right;
}
.sign-container ul li:nth-child(4) {
  width: auto;
  margin-left: 20px;
  float: right;
  margin-top: 20px;
}
.sign-container input,
.sign-container button {
  float: left;
}
.sign-container input.pp {
  max-width: 280px;
  width: 70%;
  border-radius: 5px 0 0 5px;
  border-right: 0;
  font-size: 14px;
}
.sign-container button {
  border-radius: 0 5px 5px 0;
  width: 30%;
}
.ss {
  font-size: 16px;
  font-weight: bold;
  color: #186617;
  display: block;
  padding-top: 5px;
}
.container-search {
  max-width: 299px !important;
  margin: 0 auto;
  display: block !important;
}
.ss2 {
  /*max-width: 280px !important;*/
}
.sig {
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
.sig .btn {
  position: absolute !important;
  right: 0px;
  top: 0px;
  border-radius: 0 5px 5px 0;
  /* padding: 0 px !important;
    font-size: 0.5rem;
    line-height: 1.25;
    border-radius: .25rem; */
    min-height: 30px !important;
    padding: 0 30px !important;
    cursor: pointer !important;
    font-size: 14px;
    text-decoration: none !important;
}
.sig li {
  list-style: none;
  display: block;
  margin-left: 10px;
  float: left;
}
.sig li input {
  padding: 5px 10px;
  width: 100%;
}
.sig li:nth-child(1) {
  width: 10%;
  margin-left: 0px;
}
.sig li:nth-child(2) {
  width: 40%;
  margin-bottom: 10px;
}
.sig li:nth-child(3) {
  width: 46.57%;
  position: relative;
}
.btn {
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 0 5px 5px 0;
}
.sch {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.sch li {
  list-style: none;
  position: relative;
  width: 88%;
  float: right;
  display: block;
  margin-top: 0px;
}
.sch li input {
  padding: 5px 10px;
  width: 100%;
}
.logged {
  margin-top: 30px;
}
form {
  margin-bottom: 3px;
}
@media only screen and (max-width: 400px) {
  .sig li:nth-child(2) {
    width: 35%;
  }
  .sig li:nth-child(3) {
    width: 45%;
    position: relative;
  }
  .btn {
    padding: 0 5px !important;
  }
  .topRight li a img {
    width: 60px;
    height: 60px;
  }
  .sch li {
    width: 100%;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1200px) {
  .sign-container input.pp {
    max-width: 180px;
    width: 70%;
    border-radius: 5px 0 0 5px;
    border-right: 0;
    font-size: 14px;
  }
  .sign-container ul li {
    list-style: none;
    display: block;
    float: left;
    width: 100px;
    margin-left: 10px;
  }
  .sch li {
    width: 100%;
    margin-top: 0px;
  }
  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="password"] {
    border: 1px solid #444444;
    height: 30px;
    padding: 0 8px !important;
    background: #C8D8BE;
    border-radius: 5px;
  }
  .sign-container button {
    border-radius: 0 5px 5px 0;
    width: 30%;
    text-align: center;
    padding: 0px 10px;
  }
  .logged {
    margin-top: 0px;
  }
  .sig li:nth-child(3) {
    width: 45.5%;
    position: relative;
  }
}

@media only screen and (max-width: 890px) {
  .col6 {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .col6-b {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 0px;
  }
  .clearfix {
    content: "";
    display: grid;
    clear: both;
  }
  .sign-container ul li {
    list-style: none;
    display: block;
    float: left !important;
    padding-left: 10px;
  }
  .sign-container ul li:nth-child(2) {
    margin-bottom: 10px;
  }
  .sig li:nth-child(3) {
    width: 45%;
    position: relative;
  }
}
@media screen and (min-width: 401px) and (max-width: 500px) {
  .topRight li a img {
    width: 90px;
    height: 90px;
  }
  .sig li:nth-child(1) {
    width: 0;
    position: relative;
  }
  .sig li:nth-child(3) {
    /* width: 43.4555%; */
    width: 52.4555%;
    position: relative;
  }
  .sch li {
    width: 100%;
    margin-top: 0px;
  }
}


.lead {
    font-color: green;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 800;
}

.card {
    border-radius: 10px;
    color: #000;
    padding: 5px;
    margin: 5px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

button, .btn {
    position: unset;
    border: 0;
    min-height: 30px;
    padding: 0 30px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.btn {
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 0 5px 5px 0;
}
.btn {
    position: relative;
    display: inline-block;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 14px;
    font-weight: 700;
}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
label, input, button, select, textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: inherit;
    line-height: inherit;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, .btn {
    position: unset;
    border: 0;
    min-height: 30px;
    padding: 0 30px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

/*
     FILE ARCHIVED ON 20:55:58 May 16, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:30:42 Mar 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 51.453
  load_resource: 594.016
  PetaboxLoader3.resolve: 481.507
  PetaboxLoader3.datanode: 100.35
*/