/* Enter Your Custom CSS Here */
.content-box-blue {
    background-color: #EBF4EF;

        font-size: 20px;
        text-align: center;
        vertical-align: middle;
}

.nick-button,
input[type="reset"],
input[type="button"],
input[type="submit"],
button {
    margin-top: 15px;
   margin-bottom: 15px;
   padding: 10px 20px;
    background-color: #46c9be;
    border: 0px;
    transition: background-color 0.3s linear 0s;
   -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius:3px;
   font-size: 18px;
   -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    display:inline-block;
   color: #FFFFFF;
}

.nick-button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
    background-color: #33363B;
}

.posted-on {
    display: none !important;
}

.icons {
  margin: 50px auto;
}

.icon-wrapper {
  width: 165px;
  float: left;
  text-align: center;
  margin-bottom: 50px;
}
 .icon-header {
      font-family: 'lato', sans-serif;
      font-weight: 600;
      font-size: 19px;
      color: #000;
      display: block;
    }
    .icon-text {
      font-family: 'raleway', sans-serif;
      font-weight: 400;
    }
    .icon-img {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    }
   .icon-img  img {
        width: 100%;
      }

.image-left-float {
    width: 300px;
    float: left;
}
@media screen and (max-width: 700px) {
    .icon-wrapper {
        float: none;
        text-align: center;
        margin: 25px auto;
    }
    .image-left-float {
    width: 100%;
    float: none;
  }
  .image-left-float figure {
      width: auto !important;
  }
}
@media screen and (max-width: 767px) {
    .main-navigation ul {
        text-align: left !important;  
    }
    .main-navigation li {
        display: block !important;    
    }
    .main-navigation ul li ul {
        position: static !important;
    }
    .main-navigation li {
        position: static !important;
    }
}


blockquote {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #46c9be;
    color: #fff;
    border-radius: 5px;
}
blockquote p:before {
    display: none;
}
blockquote p:first-child:before {
    display: block;
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #fff;
    font-size: 28px;
    position: absolute;
    top: -15px;
    left: -6px;
}

.indent {
        padding-left: 58px;
}

#content h3 {
    font-size: 34px;
}


.blog-sub-header {
    max-width: max-content;
    padding-left: 0;
    padding-right: 2rem;
    position: relative;
    margin-right: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
    color: #46c9be;
    font-size: 3.25rem;
    line-height: 2.25rem;
    padding-bottom: 0.5rem;
    border: none;
    font-family: "poppins";
    font-weight: 600;
}

.blog-sub-header:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    background-color: #46c9be;
    z-index: 0;
    margin-left: 100%;;
}

.blog-sub-header:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    background-color: #fff;
    z-index: -1;
}

#primary {
    overflow: hidden;
}

#primary .entry-content li {
 font-size: 20px;   
}

#primary table, th, tr, td {
    border: 0px !important;
    border-collapse: collapse !important;
    border:none !important;
    outline:none !important;
}

