@charset "UTF-8";
body {
  margin: 0 auto;
  padding: 0;
  font-family: 'museo-sans', "HelveticaNeue-Light", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 100;
  text-align: center;
  color: white;
  /**background-color: #61c4be;*/
  background-color: white;
  }

p {
  color: #0a3748;
  font-weight: 300;
  letter-spacing: 0.03em; }
  p small {
    font-weight: 100;
    color: #222; }

.text-right {
  text-align: right;
}
.navbar {
  color: black;
  font-weight: 100;
  font-size: 1em; }

.navbar .navbar-brand {
  text-transform: uppercase;
  letter-spacing: 2px; }
.centered {
  text-align:center;}
strong {
  font-weight: 600; }

h1 {
  font-size: 2.5em;
  line-height: 1em;
  padding-top: 0px;
  font-family: "museo-sans-display";
  font-weight: 600;
  color: #132f2e; }

h2 {
  font-size: 1.3em;
  margin-bottom: 40px;
  margin-top: 0;
  color: black;
  font-weight: 500; }

h3 {
  font-size: 0.9em;
  color: #4998d0;
}

.header-wrapper, .section-wrapper, .highlight-wrapper {
  padding-top: 10px;
  padding-bottom: 20px; }

.section-wrapper {
  padding-bottom: 20px; }

.header-wrapper {
  text-align: center; }
  .header-wrapper .avatar {
    margin-top: 30px;
    margin-right: 32px;
    font-size: 5em; }

a {
  color: #50b1ff;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

code {
  display: inline-block;
  padding: 0.9em;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-family: Consolas,"Liberation Mono",Courier,monospace;
  font-size: 0.9em;
  line-height: 1; }

.logo {
  display: block;
  margin: 3em 0;
  text-align: center; }

.chatbot img {
  margin-bottom: -15px;
  width: 50px; }

.door {
  margin-bottom: -40px;
}

header {
  margin-top: 150px;
  border-top: 1px dotted #ccc; }

.bordered {
  /**border-right: 10px solid #50a49f;
  border-bottom: 10px solid #50a49f;*/

  margin-top: 0px;
  border-radius: 19px;
  background-color: #ffffff;}

  @media (max-width: 576px) {
    .bordered {
      padding-left: 0px;
      padding-right: 0px;
      border-right: none;
    }
  }

.bordered.secondary {
  margin-top: 10px;
  padding: 5px;
  /**border-right: 6px solid #5ab5af;
  border-bottom: 6px solid #5ab5af;**/
  /**background-color: #6ecac4;*/
  background: none;
}

.bordered.card {
    margin: 0;
    padding: 5px;
    border: none;
    background: none;
    text-align:left;
}

.bordered.card h3 {
  text-transform: uppercase;
  font-size: 0.7em;
}
.bordered.card h2 {

  font-size: 1em;
  margin-bottom: 5px;
}
#mc_embed_signup {
  margin-top: 20px;}
#mc-embedded-subscribe-form {
  width: 100%;
  margin: auto;}

#mc_embed_signup_scroll {
  display: flex;
  align-items: center; }

.button {
  height: 46px;
  border: none; }

#mce-EMAIL {
  width: 60%;
  background: white;
  font-family: inherit;
  font-size: 14px;
  color: #737373;
  letter-spacing: 1px;
  text-indent: 5%;
  border-radius: 5px 0 0 5px;
  border: 1px solid #000000;
  border-right: none; }

#mc-embedded-subscribe {
  width: 40%;
  height: 46px;
  background: #ffe84a;
  font-family: inherit;
  font-weight: 400;
  color: inherit;
  letter-spacing: 1px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  transition: background .3s ease-in-out;
  font-size: 14px;
  color: #2e2e2e;
  border: 1px solid #000000; }
  #mc-embedded-subscribe:hover {
    background: #fff9b2; }
  @media (max-width: 576px) {
    #mc-embedded-subscribe {
      font-size: 0.7em;
    }
  }
input:focus {
  outline: none; }

.bordered ul {
  text-align: left;
  color: black;
}
ul li{
 list-style: none;
 margin:0;
 padding:0;
}
ul {
   margin:0;
 padding:0;
}
footer li {
  margin-bottom: 20px;
}
a {
  color: black;
  text-decoration: underline;
}

a:hover {
  color:#375251;
}
footer {
  background-color: #f5f5f5;
  margin-top: 30px;
  padding-top: 40px;
  font-size: 0.9em;
  color: black; }
  footer p {
    color: black; }

@media screen and (min-width: 560px) {
  .chatbot code::before {
    content: "◄ "; } }

@media screen and (max-width: 560px) {
  code {
    border: none; } }
