/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* =Custom CSS
-------------------------------------------------------------- */
b, strong {
    font-weight: 600;
}

body {
    overflow-x: hidden;
}

.c-search__input-field input {
    border: none;
    outline: none;
    width: 100%;
    background: none;
    padding-right: 45px;
}

.c-search__input-field input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.c-search__input-field input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.c-search__input-field input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

img.img-responsive {
    max-width: 100% !important;
    height: auto !important;
}

a.c-text--is-emphasized:hover, a.c-text--is-emphasized:focus {
    color: #fff;
}

.c-news-tile__text a, .c-text-content a, .g-accordion__heading a {
    display: inline;
}

.c-overlay-content ul li a, .c-text-content ul li a {
    display: inline;
}

.c-form-container .c-form__text {
    color: #fff;
}

.c-form-container .c-form__text a {
    display: inline;
}

.pageContent {
    width: 100%;
}

.c-textual-content .pageContent ul {
    width: 100%;
}

.c-textual-content .pageContent ul li {
    width: 100%;
    padding-left: 20px;
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_bullet_circle_dark-blue.svg');
    background-position: 0 5px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
}

.c-textual-content .pageContent a {
    display: inline;
}

.c-textual-content .pageContent img {
    height: auto;
    border-radius: 10px;
}

/*****************
*	TablePress
*****************/
/*.c-chart */
.tablepress {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;*/
    margin-bottom: 50px;
    font-weight: 700;
    border-collapse: separate;
    border-spacing: 0 5px;
}

table {
    border-collapse: separate;
}

/*td { border: solid 1px #000; }*/
tr th:first-child,
tr td:first-child {
}

tr th:last-child,
tr td:last-child {
}

table td,
table th {
}

table td {
}

.tablepress td.column-1, .tablepress td.column-2 {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
}

.tablepress tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px solid rgba(240, 150, 60, 0.4);
}

.tablepress td.column-1 {
    font-weight: 600;
    text-transform: uppercase;
}

.tablepress td.column-2 {
    padding-left: 20px;
    font-family: Barlow, sans-serif;
    color: #000;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 400;
}

.c-text-content h3 {
    margin-bottom: 20px;
}

.c-text-content ul li {
    width: 100%;
    padding-left: 25px;
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/qs_circle-bullet_orange.svg');
    background-position: 0px 10px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.c-text-content .g-bullet-list-item.g-bullet-list-item--has-white-bullet {
    width: 100%;
    padding-left: 25px;
    background-position: 0 10px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/qs_circle-bullet_white.svg');
}

.c-text-content ul.w-list-unstyled > li, .c-text-content ul.g-list > li {
    background-image: none;
    padding-left: 0;
}

/* FeatureCloud Event table */
#eventList_wrapper {
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
    overflow-y: auto;
}

#eventList {
    margin-bottom: 80px;
    border-collapse: separate;
    border-spacing: 0 10px;
    min-width: 100%;


}

#eventList.table th, #eventList thead td, .table > tbody > tr > td {
    border: 0;
}

#eventList thead {
    color: rgba(0, 50, 110, 0.1);
    font-weight: 700;
    border: none;
    font-size: 0.8rem;
}

#eventList thead th {
    background-color: rgba(0, 50, 110, 0.1);
    min-width: 100px;
    padding: 5px 5px 10px;
    cursor: pointer;
    color: #00326e;
    vertical-align: top;
    text-align: left;
}

#eventList tbody tr td {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 50, 110, 0.1);
    padding: 5px 5px 10px;
    vertical-align: top;
    text-align: left;
}



#eventList tbody {
    font-size: 0.8rem;
    line-height: normal;
}

#eventList tbody tr td:last-of-type {
    border-right-width: 1px;
}

#eventList tbody tr td:nth-of-type(2) {
    font-weight: 500;
}

#eventList tbody tr td:first-of-type {
    border-left-width: 1px;
}

#eventList tbody tr td:first-of-type span {
    /*#eventList .sorting_1 span{*/
    display: inline-block;
    padding-left: 15px;
    font-weight: 600;
}

#eventList .reg_closed {
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_bullet_arrow_blue.svg');
    background-position: left center;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    color: #7da1b3;
}

#eventList .reg_start {
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_bullet_arrow_yellow.svg');
    background-position: left center;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    color: #eeaf01;
}

#eventList td a {
    display: inline-block;
}

#eventList tbody tr td:first-of-type a {
    /*#eventList .sorting_1 a{*/
    color: #fff;
}

#eventList tbody tr td:first-of-type a:hover {
    /*#eventList .sorting_1 a:hover{*/
    color: #f0963c;
}

#eventList .event-register-btn {
    background-color: #f0963c;
    color: #fff;
    border-style: solid;
    padding: 10px 10px;
    border-radius: 5px;
}

#eventList .event-register-btn:hover {
    background-color: black;
}

body.no-cookies {
    overflow: hidden;
}

body.no-cookies #cookie-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
}

body.no-cookies .site-inner {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.nav-links .page-numbers {
    display: inline-block;
    padding: 10px 20px;
    background: #00b1da;
    color: #fff;
}

.nav-links a.page-numbers:hover, .nav-links .page-numbers.current {
    background: #ffc800;
}

.nav-links .dots {
    background: none;
    color: #000;
}

.g-accordion-header__icon.flag_4_danish {
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/flag_of_denmark.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.g-accordion-header__icon.flag_4_french {
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/flag_of_france.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.g-accordion-header__icon.flag_4_german {
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/flag_of_germany.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.g-accordion-header__icon.flag_4_hungarian {
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/flag_of_hungary.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.g-accordion-header__icon.flag_4_norwegian {
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/flag_of_norway.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.g-accordion-header__icon.flag_4_spanish {
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/flag_of_spain.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.g-accordion-header__icon.flag_4_dutch {
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/flag_of_netherlands.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.g-accordion-header__icon.flag_4_english {
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/flag_of_united_kingdom.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.g-accordion-header__icon.flag_4_italian {
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/Flag_of_Italy.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}


.g-accordion__content-icon {
    position: absolute;
    left: 15px;
    top: 25px;
    right: auto;
    bottom: auto;
    width: 25px;
    height: 25px;
}

.g-accordion-panel ul li, .g-accordion-panel ol li {
    list-style: none;
    padding-left: 25px;
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/qs_circle-bullet_orange.svg');
}

.c-text-content iframe {
    width: 100% !important;
}

ul {
    max-width: 100%;
}

.imgmap-frontend-image, .imgmap-frontend-image * {
    max-width: 100% !important;
}

.m-logo-concentris {
    width: 100%;
    max-width: 250px;
    margin-bottom: 40px;
}

.c-top-btn {
    bottom: 80px;
}

.cc-message a {
    display: inline;
}

.member_pagination {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
}

.member_pagination .g-btn_container {
    width: 200px;
    /*height: 20px;*/
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.member_pagination .g-btn {
    width: 200px;
    padding: 10px 5px;
    text-align: center;
    font-size: 16px;
    background-color: #00b1da;
    color: #fff;
    border-radius: 5px;
}

.member_pagination .g-btn:hover {
    background: #ffc800;
}

.member_pagination .g-btn .c-icon_image {
    background-position: 50% 2px;
    background-size: 15px;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
}

.member_pagination .g-btn.is__previous_link .c-icon_image {
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_bullet_arrow_yellow.svg');
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-right: 10px;
}

.member_pagination .g-btn.is__next_link .c-icon_image {
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_bullet_arrow_yellow.svg');
    margin-left: 10px;
}

.member_pagination .g-btn.is__previous_link:hover .c-icon_image,
.member_pagination .g-btn.is__next_link:hover .c-icon_image {
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/fortee_bullet_arrow_blue.svg');
}

.wpcf7-list-item.first.last {
    margin: 0;
}

.c-visual-content {
    align-items: start;
}

.c-visual-content img, .c-text-content img {
    border-radius: 5px;
}

.c-text-content.c-text-content--has-caption {
    padding: 20px 40px;
}

.c-text-content.c-text-content--has-caption p {
    padding: 0;
    margin: 0;
}

.c-visual-content.c-visual-content--is-map img {
    width: 100%;
    height: auto;
}

.c-news-tile__list-link.c-news-tile__list-link--has-icon-open-positions {
    background-image: url('//fortee-project.eu/wp-content/themes/fortee/images/qs_icon_vacancies_orange.svg');
    background-position: 0px 15px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1260px) {
    .c-visual-content.c-visual-content--is-map {
        text-align: right;
    }


}

@media screen and (min-width: 990px) {
    .l-col {
        word-wrap: break-spaces;
        overflow-wrap: break-spaces;
        word-break: break-spaces;
        word-break: break-spaces;
    }


    .m-visual.m-visual--is-summary-statement {
        background-position: top center;
        background-size: cover;
    }

    .c-overlay-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media screen and (min-width: 1300px) {
    .c-header-container {
        max-height: 100vh;
    }
}

@media screen and (max-width: 1400px) {

    .l-col--is-small-left h2.c-section-heading, .l-col--is-small-left .c-sidebar-info__title {
        font-size: 1.3rem;
        line-height: normal;
    }

    .c-search__input-field {
        font-size: 2rem;
        line-height: 2rem;
    }
}

@media screen and (max-width: 1300px) {
    .l-col--is-small-left h2.c-section-heading, .l-col--is-small-left .c-sidebar-info__title {
        font-size: 1.2rem;
        line-height: normal;
    }
}

@media screen and (max-width: 1200px) {
    .l-col--is-small-left h2.c-section-heading, .l-col--is-small-left .c-sidebar-info__title {
        font-size: 1.1rem;
        line-height: normal;
    }
}

@media screen and (max-width: 1100px) {
    .l-col--is-small-left h2.c-section-heading, .l-col--is-small-left .c-sidebar-info__title {
        font-size: 1rem;
        line-height: normal;
    }
}

@media screen and (max-width: 1024px) {
    .c-header-container {
        min-height: 768px;
    }
}

@media screen and (max-width: 991px) {
    .l-col--is-small-left h2.c-section-heading, .l-col--is-small-left .c-sidebar-info__title {
        font-size: 2rem;
        line-height: normal;
    }

    .l-content-container {
        padding-top: 20px;
    }

    .c-text-content {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .c-text-content h2.c-section-heading {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #eventList_wrapper {
        margin-top: 0;
    }

    #eventList {
        margin-bottom: 0;
    }

    .c-sidebar-info {
        margin-bottom: 0;
    }

    .member_pagination {
        margin-bottom: 20px;
    }

    .g-btn_container {
        padding-top: 0;
    }

    .g-btn_container.hidden-small {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .c-header-container {
        min-height: 100vh;
    }

    .c-text-content ul li {
        background-size: 10px 10px;
        background-position: left center;
    }
}

@media screen and (max-width: 767px) {
    .tablepress .column-1 p {
        font-size: 1.2rem;
        line-height: normal;
    }
}

/* Internet explorer */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    table {
        display: table;
    }

    .tablepress tr {
        display: table-row;
        border-bottom: solid 1px rgba(240, 150, 60, 0.4);
    }

    .tablepress td {
        display: table-cell;
        border-bottom: solid 1px rgba(240, 150, 60, 0.4);
        vertical-align: top;
    }

    .c-team-profile-description h4, .c-team-profile__subline, .c-team-profile__text {
        max-width: 100%;
    }

    .c-text-content {
        display: block;
    }

}

.content-block.captcha {
    margin-top: 20px;
}
.content-block.captcha p:last-child{
    padding: 0;
    margin: 0;
}

.captcha-input-field {
    background-color: white;
    text-align: center;
    padding: 20px;
    border: 1px solid rgba(0, 50, 110, 0.2);
    color: rgba(0, 50, 110, 0.5);
    font-size: 28px;
    margin-bottom: 20px;
}

.captcha-input-field label {
    font-weight: 300;
    font-size: 28px;
}

.captcha-input-field input.wpcf7-form-control {
    display: inline-block !important;
    width: 50px !important;
    background-color: white;
    padding: 10px;
    border: 1px solid #D4DDEE;
    border-radius: 2px;
    cursor: pointer;
}

.captcha-input-field input:hover {
    border: 1px solid rgba(0, 50, 110, 0.5);
}

.captcha-input-field .wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}

.captcha-input-field a {
    display: inline;
}


#bg-video-play .c-teaser-video__overlay-icon {
    cursor: pointer;
}

.c-header__img, .m-subpage-header__img {
    will-change: transform;
    transform-style: preserve-3d;
}

.c-member {
    width: 100%;
}

.c-form__input-field:hover {
    color: rgba(0, 50, 110, 0.5);
}
.c-slideout .c-form__input-field:hover{
	color:#fff;
}
.c-slideout .c-form__input-field::placeholder, .w-nav-overlay .c-form__input-field::placeholder{
	color:#fff !important;
	opacity:1;

}

.w-checkbox label {
    display: inline;
    padding-left: 10px;
    font-size: 12px;
}

.w-checkbox .wpcf7-list-item-label {
    display: none;
}

.c-dropdown-toggle.w-dropdown-toggle {
    color: rgb(0, 50, 110);
}

.c-dropdown-toggle.w-dropdown-toggle.w--open {
    color: rgb(255, 200, 0);
}

h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}

.l-col.l-col--is-small-left {
    padding-top: 0;
}
.l-col.l-col--is-large{
    padding-top: 0;
}
.c-sidebar{
    padding-top: 10px;
}
.l-col.l-col--is-large .c-textual-content{
    padding-top: 10px;
    padding-bottom: 20px;
}
.l-centered-content{
    padding-top: 0;
    padding-bottom: 0;
}
.l-centered-content.home{
    padding-top: 50px;
}
blockquote{
    font-size: 1rem;
    line-height: normal;
    padding: 15px 20px;
}
blockquote p:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
}

.c-mobile-search__input input{
    background: none;
    border: none;
    outline: none;
    color:#fff;
}
.c-mobile-search__input input::placeholder{
	color:#fff;
	opacity: 1;
}
.c-mobile-search__input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:#fff;
	opacity: 1;
}

.c-mobile-search__input input::-ms-input-placeholder { /* Microsoft Edge */
	color:#fff;
	opacity: 1;
}

.c-mobile-search form, .c-mobile-search input, .c-mobile-search__input{
    width: 100%;
}
.c-mobile-search form .c-mobile-search__btn{
    margin-right: -10px;
}

.c-mobile-login input:hover{
    color:#fff;
}
.c-mobile-login{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.c-mobile-login .c-slideout__btn{
    display: none !important;
}
.c-mobile-login form.c-form{
    padding: 0;
    margin: 0;
}

.g-bullet-list img, .pageContent img{
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.w-background-video > video{
    height: auto;
}
.c-news-tile__img.c-news-tile__img--is-placeholder{
    background-size: contain;
    background-position: top center;
}
.home .c-news-tile__img.has-img{
    overflow: visible;
    height: auto;
}
.home .c-news-tile__img img{
    width: calc(100% + 80px);
    height: auto;
}

.c-member__img.has-img{
    height: auto;
    padding: 0;
    align-items:flex-start;
    align-content:flex-start;
    display: block;
    background: none;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
}
.c-member__img.has-img img{
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.c-div-table__body{
    margin-bottom: 20px;
}

.c-member__subline, .c-member__text{
    margin-bottom: 5px;
}
.c-member-spacer{
    width: 100%;
    height: 15px;
}
.news .c-news-feed__img.has-img img{
    border-radius: 10px;
}

.c-slideout.c-slideout--is-login .c-form{
    padding-top: 0;
    margin-top:0;

}
.search-post-link a{
    display: inline;
}
.search-post-link{
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-teaser-container{
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.c-teaser .c-teaser__media, #bg-video-play{
    border-bottom-right-radius: 10px;
}
.c-visual-content{
    margin-bottom: 30px;
}
.c-textual-content .c-visual-content{
    margin-bottom: 0;
}

.c-social-media__icon-bar .c-social-media__link{
    border-radius: 100%;
}

.c-text-content--has-caption, .c-text-insert__caption{
    text-align: center;
    width: 100%;
}
.c-news-tile-container{
    padding-bottom: 20px;
}

.grecaptcha-badge{
    z-index: 1;
}

.cc-category{
    text-transform: none;
}
.has-text-align-justify{
    text-align: justify;
}

@media all and (max-width: 1400px) {
    .c-search__input-field{
        font-size: 1rem;
    }
}
@media all and (max-width: 767px) {
    .c-main-menu.w-nav-menu{
        padding-top: 85px;
    }	
}
@media all and (max-width: 991px) {
    .l-col.l-col--is-small-left {
        display: block;
        padding: 0;
    }
    .c-main-menu.w-nav-menu{
        margin-top: 0;
        padding-top: 135px;
    }

    .c-sidebar {
        padding-bottom: 0;
    }

    .c-textual-content {
        padding-top: 0;
        padding-bottom: 10px;
    }

    .l-centered-content {
        padding-top: 0;
        padding-bottom: 0;
    }

    .c-textual-content .g-bullet-list {
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .c-teaser .c-teaser__media, #bg-video-play{
        border-bottom-left-radius: 10px;
    }
}
@media all and (max-width: 767px) {
    .c-top-btn{
        bottom: 25px;
        right: 75px;

    }
	.l-centered-content.home{
		padding-top: 20px;
	}
}
@media all and (max-width: 479px) {
    .g-accordion .g-accordion-header.g-accordion-header--has-icon{
        padding-top: 40px;
    }
	.c-btn-container.c-btn-container--is-news-events{
		z-index: 1;
		bottom: 0;
	}
}
@media all and (max-width: 350px) {
    .c-member__heading, .c-member__subline, .c-member__text{
        font-size: 0.7rem;
    }
}
@media all and (max-height: 484px) {
    .c-footer-tile__link img{
        width: 50px;
        height: 50px;
    }
    .c-social-media{
        padding-top: 20px;
        margin-bottom: 10px;
    }
}
@media all and (min-width: 1900px) {
    .c-teaser__body{
        max-width: unset;
    }
    .l-centered-content{
        max-width: unset;
    }
}
@media all and (max-height: 730px) {
    .c-slideout.c-slideout--is-login{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .c-slideout.c-slideout--is-login .c-form__input-field.c-form-__input-field--is-overlay.w-input{
        margin: 0;
    }
    .c-slideout.c-slideout--is-login .c-form{
        padding-bottom: 0;
        margin-bottom: 0;
    }
}