/* <main> */
.search-container {
    text-align: center;
    padding: 20px 0;
    display: block;
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    font-size: 0px;
}


.\36 -btns ul {
    /*display: flex;*/
    /*justify-content: space-between;*/
    max-width: 768px;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: center;
    padding: 3rem 0 1rem;
    border: 1px solid #47c1d1;
    border-radius: 5px;
    background-color: #f1f8f9;
    box-shadow: 3px 3px 0 1px #47c1d1;
}

.\36 -btns ul li {
    /*padding-bottom: 30px;*/
    /*width: 33.33333%;*/
    float: none;
    text-align: center;
    max-width: 200px;
    display: inline-block;
    padding: 0 0.5rem 1rem;
}

h3 {
    font-size: 20px;
    color: #666666;
    font-weight: 600;
    padding: 13px 0px;
}

.\36 -btns ul li a {
    max-width: 228px;
    width: 100%;
    height: 140px;
    text-align: center;
    display: inline-block;
    border: 1px solid #b6e3e9;
    border-radius: 6px;
    background: #fff;
    transform: scale(0.985);
    -moz-transform: scale(0.985);
    -webkit-transform: scale(0.985);
    -o-transform: scale(0.985);
    -ms-transform: scale(0.985);
    transition: all .25s ease-in-out;
}

.\36 -btns ul li a img {
    margin-top: 16px;
}

.\36 -btns ul li a:hover {
    text-decoration: none;
    box-shadow: 0px 0px 0px 2px rgba(182, 227, 233, 1);
    -webkit-box-shadow: 0px 0px 0px 2px rgba(182, 227, 233, 1);
    -moz-box-shadow: 0px 0px 0px 2px rgba(182, 227, 233, 1);
    -o-box-shadow: 0px 0px 0px 2px rgba(182, 227, 233, 1);
    -ms-box-shadow: 0px 0px 0px 2px rgba(182, 227, 233, 1);
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: all .25s ease-in-out;
}

.\36 -btns ul li a h3 {
    transition: all .25s ease-in-out;
}

.\36 -btns ul li a:hover h3 {
    color: #070303;
    transition: all .25s ease-in-out;
}



h2 {
    font-size: 24px;
    font-weight: 600;
}

.article-container3 ul li {
    margin-bottom: 0.25rem;
    padding-left: 1.25rem;
}

.article-container3 ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0.5rem;
    left: 0.45rem;
    background-color: #1cafc6;
    border-radius: 10px;
}

.article-container3 ul li a {
    font-size: 16px;
    color: #666666;
    letter-spacing: .025rem;
}

.article-container3 ul li a:hover {
    text-decoration: underline;
}

.article-container3 h2 {
    padding: 2.5rem 0 0.5rem 0;
}

.article-container3 article {
    max-width: 786px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
}

article.article-container3 {
    padding-bottom: 50px;
    border-top: 1px solid #eaeaea;
}

article.breadcrumbs-article {
    display: none;
}

article.article-container3 section {
    max-width: 746px;
}

@media screen and (max-width: 631px){
    .\36 -btns ul {
       background-color: #fff;
       border: none;
       box-shadow: none;
       padding: 1rem 0 0;
   }
}
