.share_on {
    background: #FFF;
    bottom: 48px;
    position: absolute;
    width: 36px;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    text-align: center;
    display: none
}

.container-inner {
    width: auto;
    max-width: 1079px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0
}

.container-inner::after {
    content: '';
    display: table;
    clear: both
}

.container-alternate {
    width: auto;
    max-width: 1145px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0
}

.container-alternate::after {
    content: '';
    display: table;
    clear: both
}

.select2 {
    width: 100% !important;
    min-width: 73px
}

.select2-container--default .select2-selection--single {
    border: 1px solid #efefef;
    background: #fff;
    border-radius: 0;
    font-size: 13px;
    font-weight: 400
}

.select2-container .select2-selection--single {
    height: auto !important;
    outline: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 5px 18px 5px 14px;
    line-height: normal;
    color: #333;
    border-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid gray
}

.select2-container--open .select2-dropdown--below {
    border: none;
    border-radius: 0;
    border: 1px solid gray;
    font-size: 16px
}

.select2-dropdown .select2-dropdown--above {
    border: none;
    border-radius: 0;
    border: 1px solid purple;
    font-size: 16px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    top: 50%;
    width: auto;
    right: 10px;
    transform: translate(0, -50%);
    display: flex;
    justify-content: center;
    align-items: center
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    content: url(../img/select-arrow.png);
    display: block;
    transition: all .2s linear
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2-container--open .select2-selection--single .select2-selection__arrow::after {
    transform: rotate(180deg)
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #9e9e9e;
    font-size: 14px
}

.central-educational {
    font-family: open sans, sans-serif;
    margin-bottom: 53px
}

.central-educational h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
    text-align: center;
    color: #333
}

.central-educational .subtitle {
    font-weight: 600;
    font-size: 15px;
    color: #9b9b9b;
    text-align: center;
    margin-bottom: 10px;
    text-transform: none !important
}

.central-educational .text {
    font-size: 15px;
    color: #666;
    max-width: 778px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 38px
}

.central-educational .calendar-title {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #333;
    line-height: 22px;
    margin-bottom: 32px
}

.central-educational .calendar {
    background: #fafafa;
    border: 1px solid #efefef;
    box-sizing: border-box;
    padding: 20px 16px
}

.central-educational .calendar .input-container.select-category {
    display: flex;
    align-content: center
}

.central-educational .calendar .input-container.select-category:before {
    content: url(../img/Folder.png);
    border: 1px solid #efefef;
    display: block;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 9px 0 11px;
    border-right: 0
}

.central-educational .calendar .input-container.select-tag {
    display: flex;
    align-content: center
}

.central-educational .calendar .input-container.select-tag:before {
    content: url(../img/Tag.png);
    border: 1px solid #efefef;
    display: block;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 9px 0 11px;
    border-right: 0
}

.central-educational .calendar .input-container.select-date {
    display: flex;
    align-content: center
}

.central-educational .calendar .input-container.select-date:before {
    content: url(../img/Calendar.png);
    border: 1px solid #efefef;
    display: block;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 9px 0 11px;
    border-right: 0
}

.central-educational .calendar .row {
    display: flex;
    flex-direction: row
}

.central-educational .calendar .row .input-container {
    width: 50%;
    margin-right: 33px
}

.central-educational .calendar .row .input-container:last-child {
    margin-right: 0
}

.central-educational .calendar .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 23px
}

.central-educational .calendar .wrapper .group {
    display: flex;
    align-items: center;
    flex-direction: row
}

.central-educational .calendar .wrapper .group .row {
    margin-right: 34px
}

.central-educational .calendar .wrapper .group .row .input-container {
    width: auto;
    margin-right: 0
}

.central-educational .calendar .wrapper .group .row .input-container:first-child {
    min-width: 172px
}

.central-educational .calendar .wrapper .group .search .input-container {
    min-width: 248px
}

.central-educational .calendar .wrapper .group .search .input-container.search-icon {
    display: flex;
    align-content: center
}

.central-educational .calendar .wrapper .group .search .input-container.search-icon:before {
    content: url(../img/Search.png);
    border: 1px solid #efefef;
    display: block;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 9px 0 11px;
    border-right: 0
}

.central-educational .calendar .wrapper .group .search .input-container input {
    background: #fff;
    border: 1px solid #efefef;
    box-sizing: border-box;
    font-size: 13px;
    color: #333;
    padding: 5px 11px;
    width: 100%
}

.central-educational .calendar .wrapper .row-date {
    display: flex;
    flex-direction: row
}

.central-educational .calendar .wrapper .row-date a {
    border: 1px solid #efefef;
    background: #fff;
    box-sizing: border-box;
    font-size: 13px;
    color: #333;
    padding: 5px 11px;
    text-transform: uppercase
}

.filter-results {
    margin-bottom: 64px
}

.filter-results .title {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 14px;
    margin-bottom: 41px;
    border-bottom: 4px solid #ebebeb;
    text-transform: uppercase;
    position: relative
}

.filter-results .title:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 4px;
    bottom: -4px;
    left: 50%;
    transform: translatex(-50%);
    background: #a89072
}

.filter-results .result {
    position: relative;
    border: 1px solid #efefef;
    margin-bottom: 26px
}

.filter-results .result .new-content {
    position: absolute;
    right: 0;
    top: 0
}

.filter-results .result .wrapper {
    display: flex;
    flex-direction: row
}

.filter-results .result .wrapper .content {
    border-right: 1px solid #efefef;
    display: flex;
    flex-direction: row
}

.filter-results .result .wrapper .content .image {
    margin-right: 53px;
    padding: 20px 0 0 23px
}

.filter-results .result .wrapper .content .image img {
    display: block;
    border-radius: 100%;
    border: 2px solid #a89072
}

.filter-results .result .wrapper .content .text {
    padding-top: 34px;
    padding-right: 72px
}

.filter-results .result .wrapper .content .text .title {
    border: 0;
    font-size: 25px;
    font-weight: 400;
    text-align: left;
    line-height: 33px;
    text-transform: none;
    color: #666;
    margin-bottom: 17px
}

.filter-results .result .wrapper .content .text .title::after {
    display: none
}

.filter-results .result .wrapper .content .text .text-inner {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 27px
}

.filter-results .result .wrapper .meta {
    align-self: center;
    min-width: 269px;
    padding-left: 23px
}

.filter-results .result .wrapper .meta .date {
    font-size: 17px;
    font-weight: 700;
    line-height: 27px;
    color: #666;
    text-transform: uppercase
}

.filter-results .result .wrapper .meta .date img {
    display: inline-block;
    vertical-align: -2px;
    margin-right: 12px;
    width: 16px
}

.filter-results .result .wrapper .meta .time {
    font-size: 11px;
    line-height: 27px;
    color: #666;
    text-transform: uppercase
}

.filter-results .result .wrapper .meta .time img {
    display: inline-block;
    vertical-align: -2px;
    margin-right: 12px
}

.filter-results .result .wrapper .meta .price {
    font-size: 11px;
    line-height: 27px;
    color: #666;
    text-transform: uppercase
}

.filter-results .result .wrapper .meta .price img {
    display: inline-block;
    vertical-align: -2px;
    margin-right: 12px
}

.filter-results .result .social {
    display: flex;
    justify-content: space-between;
    background: #fafafa;
    border-top: 1px solid #efefef;
    padding: 22px 17px 22px 30px
}

.filter-results .result .social .action {
    padding: 0
}

.filter-results .result .social .button {
    background: #a89072;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 16px;
    text-align: center;
    display: inline-blockfffcase;
    min-width: 151px
}

.central-educational .button {
    background: #a89072;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 16px;
    text-align: center;
    display: inline-blockfffcase;
    min-width: 151px
}

.filter-results .action {
    text-align: center;
    padding-top: calc(69px - 23px)
}

.filter-results .action .button {
    background: 0 0;
    font-weight: 700;
    border: 1px solid #d9d9d9;
    font-size: 13px;
    padding: 10px 16px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    min-width: 151px;
    color: #333
}

.container-alternate .row {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    margin-bottom: 71px
}

.container-alternate .main {
    max-width: 738px;
    margin-right: 38px
}

.container-alternate .main .title {
    display: flex;
    align-items: center;
    margin-bottom: 48px
}

.container-alternate .main .title img {
    display: block;
    max-width: 131px;
    margin-right: 31px
}

.container-alternate .main .title span {
    color: #666;
    font-size: 25px
}

.container-alternate .main .content .content-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 19px;
    text-transform: uppercase
}

.container-alternate .main .content p {
    font-size: 15px;
    color: #666;
    line-height: 27px;
    margin-bottom: 36px
}

.container-alternate .main .content .golden {
    color: #a89072
}

.container-alternate .main .content img {
    width: auto;
    max-width: 100%;
    display: block;
    margin-bottom: 52px
}

.container-alternate .main .content .divide-title {
    font-size: 15px;
    color: #666
}

.container-alternate .main .content ul {
    list-style-type: none;
    font-size: 15px;
    color: #666;
    line-height: 32px;
    margin-bottom: 36px;
    padding: 0
}

.container-alternate .main .export {
    padding: 29px 36px;
    border: 1px solid #a89072;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 23px
}

.container-alternate .main .export .button {
    background: 0 0;
    font-weight: 700;
    border: 1px solid #a89072;
    font-size: 13px;
    padding: 10px 16px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    min-width: 151px;
    color: #a89072;
    min-width: 233px
}

.container-alternate .main .countdown {
    border: 1px solid #e6e6e6;
    height: 212px;
    padding: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center
}

.container-alternate .main .countdown .col {
    color: #c9c9c9;
    text-align: center
}

.container-alternate .main .countdown .col .number {
    font-size: 49px;
    margin-bottom: 26px
}

.container-alternate .main .countdown .col .text {
    font-size: 16px;
    color: #afafaf
}

.container-alternate .aside {
    flex-grow: 1
}

.container-alternate .aside .box {
    border: 1px solid #e6e6e6;
    padding: 20px 30px;
    margin-bottom: 33px
}

.container-alternate .aside .box .line {
    display: flex;
    flex-direction: row;
    background: #f7f7f7;
    padding: 13px;
    margin-bottom: 17px
}

.container-alternate .aside .box .line .img {
    margin-right: 13px
}

.container-alternate .aside .box .line .img img {
    display: block;
    margin-top: 2px
}

.container-alternate .aside .box .line .text .title {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase
}

.container-alternate .aside .box .line .text .content {
    font-size: 15px;
    color: #666;
    line-height: 27px
}

.container-alternate .aside .box .button {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: #a89072;
    text-transform: uppercase;
    padding: 29px 0
}

.container-alternate .aside .box .social-title {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 21px;
    margin-bottom: 27px;
    border-bottom: 4px solid #ebebeb;
    text-transform: uppercase;
    position: relative
}

.container-alternate .aside .box .social-title:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 4px;
    bottom: -4px;
    left: 50%;
    transform: translatex(-50%);
    background: #a89072
}

.container-alternate .aside .box .icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.container-alternate .aside .box .icons a {
    margin-right: 5px;
    width: 40px;
    height: 40px
}

.container-alternate .aside .box .icons a:last-child {
    margin-right: 0
}

.container-alternate .aside .box .icons a.facebook {
    background: url(../img/social-sprite.png);
    background-position: 0 0
}

.container-alternate .aside .box .icons a.twitter {
    background: url(../img/social-sprite.png);
    background-position: 131px 0
}

.container-alternate .aside .box .icons a.linked-in {
    background: url(../img/social-sprite.png);
    background-position: 262px 0
}

.container-alternate .aside .box .icons a.email {
    background: url(../img/social-sprite.png);
    background-position: 393px 0
}

.container-alternate .comment-form {
    margin-bottom: 70px
}

.container-alternate .comment-form .title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 19px;
    text-transform: uppercase
}

.container-alternate .comment-form .oneliner {
    font-size: 15px;
    color: #666;
    line-height: 27px;
    margin-bottom: 22px
}

.container-alternate .comment-form img {
    width: auto;
    max-width: 100%
}

.central-educational .calendar .row {
    padding: 0;
    margin: 0
}

.central-educational .calendar .wrapper .group .search .input-container input {
    min-height: 32px
}

.filter-results .result {
    z-index: 1
}

.filter-results .result .wrapper .content .image img {
    display: block;
    border-radius: 100%;
    border: 2px solid #a89072;
    min-width: 208px;
    object-fit: contain;
    height: 208px
}

.filter-results .result .wrapper .content .image a {
    border: none
}

.filter-results .result .wrapper .content .image .credits div {
    text-align: center;
    padding-top: 20px
}

.filter-results .result .social .button:hover {
    color: #fff
}

@media screen and (max-width: 1145px) {
    .container-alternate {
        padding: 0 15px
    }
}

@media screen and (max-width: 1030px) {
    .filter-results .result .wrapper .meta {
        min-width: 160px
    }

    .filter-results .result .wrapper .content .text {
        padding-right: 30px
    }

    .container {
        padding: 0 15px
    }

    .container-alternate .row {
        flex-direction: column
    }

    .container-alternate .main {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 850px) {
    .central-educational .calendar > .row {
        flex-direction: column
    }

    .central-educational .calendar > .row .input-container {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .central-educational .calendar .wrapper {
        flex-direction: column;
        justify-content: center;
        margin-top: 0
    }

    .central-educational .calendar .wrapper .row-date {
        justify-content: center;
        margin-top: 20px
    }

    .central-educational .calendar .wrapper .group .row .input-container:first-child {
        min-width: auto
    }

    .central-educational .calendar .wrapper .group .row {
        flex-grow: 1
    }

    .central-educational .calendar .wrapper .search {
        flex-grow: 1
    }

    .central-educational .calendar .input-container.select-date {
        flex-grow: 1
    }

    .filter-results .result .wrapper {
        flex-direction: column
    }

    .filter-results .result .wrapper .meta {
        flex-grow: 1;
        align-self: stretch;
        text-align: right;
        padding-top: 20px;
        margin-bottom: 20px
    }

    .filter-results .result .wrapper .meta > div {
        display: inline-block;
        margin-right: 30px
    }
}

@media screen and (max-width: 790px) {
    .filter-results .result .wrapper .content {
        flex-direction: column
    }

    .filter-results .result .wrapper .content .image {
        padding: 23 53px;
        margin: 0
    }

    .filter-results .result .wrapper .content .image img {
        margin: 0 auto
    }

    .filter-results .result .wrapper .content .text {
        padding: 20px
    }

    .container-alternate .main .export {
        flex-direction: column
    }

    .container-alternate .main .export .button:first-child {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 550px) {
    .central-educational .calendar .wrapper .group {
        flex-direction: column
    }

    .central-educational .calendar .wrapper .group .row {
        width: 100%;
        margin: 0;
        margin-bottom: 20px
    }

    .central-educational .calendar .wrapper .search {
        width: 100%
    }
}

.certifications {
    display: flex;
}

.certifications > div.ada-cerp {
    max-width: 275px;
    margin-bottom: 15px;
}

.certifications > div {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    line-height: 11px;
}

.certifications > div.ada-cerp img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.certifications > div img {
    margin-right: 10px;
    margin-bottom: 5px;
}

.certifications > div span {
    font-size: 11px;
    font-family: arial narrow, sans-serif;
}

.certifications > div.pace {
    max-width: 325px;
    display: flex;
    align-items: flex-start;
}

.sidebar.sidebar-additional {
    display: none;
}
