.awesomplete {
        width: 100%
    }

    .awesomplete input {
        width: 100%
    }

    .popup-form {
        display: none;
        position: fixed;
        z-index: 100;
        top: 10%;
        bottom: 5%;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.06);
        overflow: auto;
        max-width: 280px;
        max-height: 65vh;
        left: 50%;
        /* margin-left: -140px; */
        margin: auto !important;
        font-size: 14px;
        line-height: 20px;
        color: #515b5d;
    }

    @media (min-width: 768px) {
        .popup-form {
            top: 20%;
            left: 20%;
            right: 20%;
            bottom: 10vh;
            max-width: 700px;
            margin-left: 0;
        }
    }

    .popup-form h2:before {
        display: none;
    }

    .popup-form form {
        padding: 30px;
	}

    .popup-form .form-row {
        max-width: 395px;
        margin-bottom: 20px;
    }

    .popup-form label {
        display: block;
        font-size: 14px;
        color: #515b5d;;
	margin-bottom: 5px;
    }

    .popup-form label.label-strong {
        font-weight: 500;
    }

    .popup-form label.required:before {
        content: '* ';
        color: #dd2525;
        position: relative;
        top: 6px;
        font-size: 20px;
    }

    .popup-form TEXTAREA:not(.form-control) {
        display: block;
        width: 100px;
        border: 1px solid #aaafb1;
        margin-bottom: 24px;
        width: 100%;
        height: 142px;
        padding: 5px;
    }

    .popup-form select:not(.form-control),
    .popup-form input[type="text"]:not(.form-control),
    .popup-form input[type="password"]:not(.form-control),
    .popup-form input[type="email"]:not(.form-control) {
        width: 100%;
        border: 1px solid #aaafb1;
        line-height: 44px;
        padding: 0 10px;
        box-sizing: border-box;
        height: 44px;
        background: white;
    }

    .popup-form .close-popup {
        position: absolute;
        top: 18px;
        right: 18px;
        display: block;
        width: 30px;
        height: 30px;
        background: url(/gfx17/close.svg) center center no-repeat;
    }

    .popup-form .disabled {
        color: #d1d1d1;
    }

    .popup-form .prefilled {
        font-weight: bold;
    }

    .awesomplete mark { 
        background: #a2e0fa; 
    }

    .awesomplete li:hover mark {
       background: #a2e0fa; 
     }

/********* old design styles below *********/

    .wrapper-centered {
	max-width: 1229px;
	margin: 0 auto;
    }

.breadcrumb .wrapper-centered a:after {
    content: "»";
    color: #a1a2a1;
    display: inline-block;
    font-size: 14px;
    line-height: 12px;
    margin: 0 8px;
    text-decoration: none;
}

.layout-inner__main .news-summary {
  font-weight: 600; 
  font-style: italic; 
}

.layout-inner__main .news-intro, .layout-inner__main .news-intro p {
  font-weight: 600; 
}

.layout-inner__main .news-intro {
  margin-bottom: 22px;
}

.layout-inner__main .content-caption {
    font-style: italic;
    font-size: 90%;
    color: #555;
    margin-top: 0.5em;
    padding: 0 2%;
    line-height: 20px;
}

.related-tags a, .category-tags a {
    display: inline-flex;
    background: #f0f0f0;
    min-height: 18px;
    text-decoration: none;
    padding: 5px 10px;
    margin: 0 10px 10px 0;
}

.legacycss .paging {
    text-align: center;
    margin: 25px 0 40px; }
  .legacycss .paging {
    list-style: none;
    padding: 0; }
  .legacycss .paging li {
    display: inline-block;
    margin: 0 3px; }
  .legacycss .paging li a {
    display: block;
    width: 25px;
    line-height: 25px;
    text-align: center;
    font-family: Poppins;
    font-size: 13px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #242626;
    text-decoration: none; }
  .legacycss .paging li a.active {
    color: #fff;
    background: #41C092; }
  .legacycss .paging li a.prev,
  .legacycss .paging li a.next {
    color: #fff;
    background: #da3900; }
  .legacycss .paging li a.prev,
  .legacycss .paging li a.next:hover {
    text-decoration: none; }