@charset "UTF-8";
@-ms-viewport {
    width: device-width
}

body.lock {
    overflow: hidden !important
}

.page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
    -ms-overflow-style: scrollbar;
    -ms-text-size-adjust: 100%;
    min-width: 320px;
    min-height: 100%
}

.page__inner{
    width: 1428px;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
    padding-left: 67px;
    padding-right: 67px;
    position: relative;
    /*background-image: url(../img/round-bg.jpg), url(../img/round-bg-2.jpg);*/
    /*background-repeat: no-repeat, no-repeat;*/
    /*background-position: bottom -150px right, top 1430px right*/
}

.page__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 2;
    max-width: 1070px;
    width: 1070px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    overflow: hidden;
}

.page__footer-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 120px;

}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    margin: 0;
    min-height: 100%
}

[tabindex='-1']:focus {
    outline: 0 !important
}

[role=button] {
    cursor: pointer
}

input[type=search] {
    -webkit-appearance: textfield
}

[role=button], a, button, input, label, select, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

a svg, button svg {
    pointer-events: none
}

img {
    max-width: 100%;
    height: auto
}

.btn-box {
    margin: 40px 0
}

.btn-box--center {
    text-align: center
}

.text-red {
    color: #F22627
}

.text-coral {
    color: #F6726D
}

.text-blue {
    color: #3A63FB
}

.text-green {
    color: #46D2AD
}

.text-dark-green {
    color: #0BB286
}

.text-purple {
    color: #7355EB
}

.text-gray {
    color: #ACB6C1
}

.bg-red {
    background-color: #F22627
}

.bg-coral {
    background-color: #F6726D
}

.bg-blue {
    background-color: #3A63FB
}

.bg-green {
    background-color: #46D2AD
}

.bg-dark-green {
    background-color: #0BB286
}

.bg-purple {
    background-color: #7355EB
}

.bg-gray {
    background-color: #ACB6C1
}

.logo-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 840px;
}

.logo-group__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.logo-group .logo-group__item:last-child {
    margin-bottom: 17px;
}
.logo-group__title {
    color: #ACB6C1;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.375em;
    margin-bottom: 15px
}

.logo-group__link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 350px
}
.logo-group__link-wrap img {
    border-radius: 0;
}
.logo-group__item.long .logo-group__link-wrap a:first-child {
    margin-right: 30px;
}
.logo-group__item.long .logo-group__link-wrap a:last-child {
    margin-left: 30px;
}
.logo img {
    width: 150px;
}
.info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.info-box__link {
    font-size: 16px;
    color: #F6726D;
    margin-bottom: 10px;
    white-space: nowrap
}

.info-box__link:focus, .info-box__link:hover {
    text-decoration: none;
}
.info-box__link:hover {
    text-decoration: underline;
    color: #F6726D;
}

.info-box__icon {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin-right: 8px
}

.info-box__icon svg {
    fill: #F6726D;
    width: 22px;
    height: 22px;
    top: -5px;
    position: relative;
}

.mt-0 {
    margin-top: 0 !important
}

.languageswitch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.languageswitch__option {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    position: relative;
    background-color: #ebf0f5
}

.languageswitch__option a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #ACB6C1;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.languageswitch__option a:focus, .languageswitch__option a:hover {
    text-decoration: none;
    color: #3A63FB
}

.languageswitch__option:first-child {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.languageswitch__option--active {
    width: 46px;
    height: 46px;
    z-index: 2;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.languageswitch__option--active::before {
    content: "";
    width: 46px;
    height: 46px;
    background-color: #3A63FB;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0
}

.languageswitch__option--active a {
    color: #fff;
    position: relative;
    z-index: 2
}

html, body {
    font-family: Ubuntu, sans-serif;
    font-size: 21px;
    line-height: 1.375em;
    color: #1a1a1a
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Ubuntu Condensed", sans-serif;
    font-weight: 400;
    line-height: 1.375em;
    /*color: currentColor*/
    color: #7355EB;
}


h1, h2, h3 {
    letter-spacing: -1px;
}

h4, h5, h6 {
    margin-top: .6875em;
    margin-bottom: .6875em
}

h1 {
    font-size: 58px;
    margin-top: 20px;
    margin-bottom: -15px
}

h2 {
    font-size: 46px;
    margin-top: 55px;
    margin-bottom: 15px
}

h3 {
    font-size: 36px;
    margin-top: 35px;
    margin-bottom: 15px
}

h4 {
    font-size: 1.25em
}

h5, h6 {
}

address, blockquote, dl, figure, ol, p, pre, ul {
    font-weight: 300;
    margin-top: .6875em;
    margin-bottom: .6875em;
    line-height: 34px;
    line-height: 1.5238em;
}

figure {
    margin: 50px 0 0
}

figure img,
main img {
    border-radius: 25px
}
main {
    position: relative;
}
figure.media {
    display: block;
}

figcaption {
    font-size: 18px;
    font-weight: 300;
    padding-left: 84px;
    padding-right: 84px
}

address {
    font-style: normal
}

ol, ul {
    padding-left: 1.2em;
    margin-left: 40px
}

ol ol, ol ul, ul ol, ul ul {
    margin-top: 0;
    margin-bottom: 0
}

li {
    line-height: inherit
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

dd + dt {
    margin-top: .6875em
}

hr {
    margin-top: 1.375em;
    margin-bottom: 1.375em;
    border: 0;
    border-top: 1px solid #999
}

small {
    font-size: .75em
}

sub, sup {
    font-size: 70%
}

mark {
    background: #fcf8e3;
    padding: .1em .3em
}

b, strong {
    font-weight: bolder
}

.lead-text,

blockquote p{
    font-weight: 400;
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 48px;

    font-size: 1.7778em;
    font-size: 1.5238em;
    line-height: 1.5em;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

blockquote {
    padding: 0;
    margin-left: 0;
    margin-right: 0
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code, kbd {
    padding: .06em .3em;
    color: #1a1a1a;
    background-color: #e6e6e6;
    border-radius: 3px
}

kbd kbd {
    padding: 0
}

pre {
    display: block;
    width: 100%;
    overflow-x: auto;
    -moz-tab-size: 2;
    -o-tab-size: 2;
    tab-size: 2
}

a {
    text-decoration: none;
    color: #3A63FB
}

a:focus, a:hover {
    text-decoration: underline;
    color: #3A63FB;
}


main {
    padding-left: 84px;
    padding-right: 84px
}

.video-box, figure {
    margin-left: -84px;
    margin-right: -84px
}
figure figcaption {
    margin-top: 4px;
    color: #ACB6C1;
}

figure.image.image-style-side {
margin-left: auto;
    margin-right: 1em;
    float: left;
    margin-top: 0;
    margin-bottom: 1em;

}
figure.image.image_resized {
    margin-left: auto;
    margin-right: auto;
}
figure.image.image_resized.image-style-block-align-right {
    margin-right: 0;
}
figure.image.image_resized.image-style-block-align-left {
    margin-left: 0;
}
figure.image.image-style-align-right {
    float: right;
    margin-right: 0;
    margin-left: 20px;
    margin-top: 0px;
}
figure.image.image-style-align-left {
    float: left;
    margin-right: 20px;
    margin-left: 0px;
    margin-top: 0px;
}


figure.table {
    margin-left: 0;
    margin-right: 0;
}
figure table {
    width: 100%;

}
figure table td {
    border: 1px solid #ccc;
}

.page-header {
    padding-top: 52px;
    padding-bottom: 35px
}

.page-header .logo,
.logo_mobile{
    position: absolute;
    top: 52px;
    left: 67px
}


.page-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-footer {
    padding: 30px 0;
    padding-top: 0;
}

.page-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.site-error h1 {
    margin-bottom: 30px;
}
#cookies_banner {
    position: fixed;
    width: 80%;
    left:50%;
    transform: translateX(-50%);
    bottom: 15px;
    z-index: 9999;
    background-color: #EBF0F5;
    border-radius: 20px;
    padding: 15px 25px;
    padding-right: 75px;
    font-size: 0.8em;
    text-align: center;
}
#cookies_banner #banner_close {
    position: absolute;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
  /*  display: block;
    display: inline-block;
    color: white;
    font-size: 17px;


    font-weight: 300;
    border-radius: 50%;
    padding: 10px 15px;
    background: #ebf0f5;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;*/
}
/*
#banner_close span {
    text-indent: -9999px;
    height: 3px;
    display: inline-block;
    width: 42px;
    position: relative;
}
#banner_close span:after, #banner_close span:before {
    content: "";
    background: #9075ff;
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
}

#banner_close span:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

#banner_close  span:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}*/


.main-nav {
    z-index: 10;
    position:relative;
    /*display: flex;*/
    /*overflow-y: auto;*/
}

.main-nav__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.main-nav__item {
    position: relative
}

.main-nav__item--active > .main-nav__link {
    color: #F6726D;
    text-decoration: none !important
}

.main-nav__link {
    display: block;
    padding: .2em .5em;
    text-decoration: none;
    color: #3A63FB;
    font-weight: 400;
    font-size: 22px
}

.main-nav__link:focus, .main-nav__link:hover {
    text-decoration: underline
}

.main-nav__toggler {
    display: inline-block;
    padding: 0;
    background: 0 0;
    border: none;
    color:#f6726d;
    text-transform: uppercase;
    font-size: 18px;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
}

.main-nav__toggler.burger--close {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    width: 42px;
    height: 42px;

}
.main-nav__toggler.burger--close span {
    text-indent: -9999px;
    height: 3px;
}

.main-nav__toggler.burger--close span:after, .main-nav__toggler.burger--close > span:before {
    background: #9075ff;
    height: 2px
}

.no-js .main-nav__toggler {
    display: none
}

.logo {
    display: block;
    white-space: nowrap;
	margin-left: 10px;
}

.btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 15px;
    padding: 12px 60px;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    font-size: 21px;
    font-weight: 300;
    font-family: inherit;
    line-height: 1.375em;
    text-decoration: none;
    text-transform: none;
    color: #000;
    border-radius: 27px;
    border: 2px solid #000;
    background-color: none;
    background-image: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn:focus, .btn:hover {
    text-decoration: none;
    color: #fff;
    border-color: #000;
    background-color: #000
}

.btn:active, .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 217, .7);
    box-shadow: 0 0 0 2px rgba(2, 117, 217, .7)
}

.btn--disabled, .btn:disabled {
    opacity: .7;
    cursor: not-allowed;
    color: #1a1a1a;
    background-color: #e6e6e6;
    border-color: #ccc
}

a.btn--disabled {
    pointer-events: none
}

.btn--coral {
    color: #F6726D;
    border-color: #F6726D
}

.btn:focus, .btn:hover {
    color: #fff;
    border-color: white;
    background-color: #F6726D
}

.btn--coral--disabled, .btn--coral:disabled {
    color: #ACB6C1;
    border-color: #ACB6C1
}

.btn--coral-filled {
    color: white;
    background-color: #F6726D;
    border-color: #F6726D
}


.menu {
    min-width: 10em;
    margin: 0;
    padding: .3em 0;
    list-style: none
}

.menu__item--separator:not(:last-child) {
    padding-bottom: .3em;
    margin-bottom: .3em;
    border-bottom: 1px solid #999
}

.menu__link {
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: .3em 1em;
    color: #1a1a1a;
    text-decoration: none
}

.burger {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;

}

.burger > span {
    display: inline-block;
    width: 100%;
    height: auto;
    background: #F6726D;
    background-color: transparent;
    position: relative;
    /*-webkit-transition: background .3s .3s;*/
    /*transition: background .3s .3s*/
    transition-property: background;
    transition-duration: 0.1s;
    transition-delay: 3s;
	font-weight: 400;
}

.burger > span:after, .burger > span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #F6726D;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    /*-webkit-transition: top .3s .3s, -webkit-transform .3s;*/
    /*transition: top .3s .3s, -webkit-transform .3s;*/
    /*transition: top .3s .3s, transform .3s;*/
    /*transition: top .3s .3s, transform .3s, -webkit-transform .3s;*/
    opacity: 0;
}

.burger > span:before {
    top: -10px
}

.burger > span:after {
    top: 10px
}

.burger--close > span {
    -webkit-transition: background .3s 0s;
    transition: background .3s 0s;
    background: 0 0
}

.burger--close > span:after, .burger--close > span:before {
    /*-webkit-transition: top .3s, -webkit-transform .3s .3s;*/
    /*transition: top .3s, -webkit-transform .3s .3s;*/
    /*transition: top .3s, transform .3s .3s;*/
    /*transition: top .3s, transform .3s .3s, -webkit-transform .3s .3s;*/
    top: 0;
    opacity: 1;
}

.burger--close > span:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg)
}

.burger--close > span:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg)
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 60px
}

.embed-responsive::before {
    content: '';
    display: block;
    padding-top: 56.25%
}

.embed-responsive iframe, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive--4-3::before {
    padding-top: 75%
}

.page__inner_l_col {
    flex-grow: 1;
    width: 224px;
}
.page__inner_2_cols {
    display: flex;
    flex-direction: row;
}
.page__inner_l_col {
    min-width: 224px;
}
.page_top {
    display: flex;
}
.page-header__inner_logo {
    margin-top: 52px;
}
.logo_mobile {
    display: none;
}
.page__inner.page__inner__footer {
    padding-bottom: 0;
    background-image: none;
}
.main_wrapper {
    width: 1428px;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
    padding-left: 67px;
    padding-right: 67px;

    background-image: url(../img/round-bg.jpg), url(../img/round-bg-2.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom -150px right, top 1430px right
}
#logo_rutgers {
    width: 172px;

}

#logo_rvim {
    width: 185px;
    top: -4px;
    position: relative;
}



#logo_cbs {
    width: 155px;
    top: -2px;
    position: relative;
}

.header-image {
    height: 327px;
}
.header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#hidden-block-toggler {
    float:right;
}

.field-loginform-username label,
.field-loginform-password label{
    min-width: 120px;
}
.field-loginform-rememberme .custom-control {
    margin-left: 146px;
}
.field-loginform-rememberme {
    margin-bottom: 40px;
}

.field-loginform-rememberme  .custom-control-label::before {
    top: 0.25em;
    left: -1.5em;
    width: 1em;
    height: 1em;
}
.field-loginform-rememberme .custom-control-label::after {
    position: absolute;
    top: 0.25em;
    left: -1.5em;
    width: 1em;
    height: 1em;
}

@media (min-width: 480px) {
    dd {
        margin-left: 1.8em
    }
}

@media (min-width: 1201px) {
    .main-nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .main-nav__item {
        margin-left: 20px
    }

    .main-nav__item:first-child {
        margin-left: 0
    }

    .main-nav__item:first-child .main-nav__link {
        padding-left: 0
    }

    .main-nav__toggler {
        display: none
    }
}

@media (max-width: 1429px) {
    .page__inner {
        width: 100%;
        padding-left: 230px;
        padding-right: 35px
    }

    .logo-group {
        margin-bottom: 30px
    }
    /*
        .info-box {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            width: 100%;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start
        }

        .info-box .info-box__link {
            margin-right: 25px
        }*/

    figcaption, main {
        padding-left: 35px;
        padding-right: 35px
    }

    .video-box, figure {
        margin-left: -35px;
        margin-right: -35px
    }

    .page-header .logo,
    .logo_mobile{
        top: 52px;
        left: 35px
    }

    .main-nav__link {
        font-size: 22px
    }
}

@media (max-width: 1200px) {
    .page__inner {
        width: 100%;
        padding: 0
    }

    .logo-group__title {
        text-align: center;
        margin-bottom: 25px
    }

    .logo-group {
        margin-left: auto;
        margin-right: auto;
    }

    h1 {

        margin-top: 16px;
        margin-bottom: -14px;
    }

    figure img {

        font-family: "object-fit:cover";

        width: 100%;
        height: auto;
        border-radius: 0
    }

    .languageswitch__option--active {
        display: none;
    }
    ol, ul {
        margin-left: 10px
    }

    main, figcaption, .main-nav__link {
        padding-left: 25px;
        padding-right: 25px
    }

    .video-box, figure {
        margin-left: -25px;
        margin-right: -25px
    }

    .page-header {
        padding-top: 11px;
        padding-bottom: 11px
    }

    .page-header .logo,
    .logo_mobile{
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 120px
    }
    .logo_mobile {
        width: 100px;
    }

    .page-footer, .page-header__inner {
        padding-left: 25px;
        padding-right: 25px
    }

    .js .main-nav__list {
        overflow: hidden;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ebf0f5;
        padding-top: 60px
    }

    .js .main-nav--open .main-nav__list {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .main-nav__item {
        margin-bottom: 15px
    }

    .main-nav__link {
        font-size: 22px
    }

    .header-image {

    }
    .header-image {
        height: 40vw;

    }

    .info-box {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: center
    }

    .info-box .info-box__link {
        margin-right: 10px;
        margin-left: 10px;
    }
    .logo_mobile {
        width: 80px;
        display: block;
        top:12px;
        z-index: 10;
    }

    .main-nav {
        position: initial;
    }
}


@media (max-width: 768px) {

    .header-image {
        height: 50vw;
    }
    .logo-group {
        max-width: 460px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto 30px
    }

    .logo-group__item.long {
        width: 100%;
        margin-bottom: 35px;
    }
    .logo-group__item {

        width:50%;
    }

    html, body {
        font-size: 18px
    }

    h1, h2, h3 {
        /*margin-top: 33px;*/
        margin-bottom: 0
    }

    h1 {
        /*font-size: 48.33px*/
        font-size: 42px;
        margin-top: 10px;
        margin-bottom: -10px;
    }

    h2 {
        /*font-size: 38.33px*/
        font-size: 32px;
        margin-top: 35px;
    }

    h3 {
        font-size: 30px
    }
    /*
        .lead-text {
            font-size: 22px;
            line-height: 36px
        } */

    .embed-responsive {
        margin-top: 30px;
        margin-bottom: 30px
    }
    .logo-group .logo-group__item:last-child .logo-group__link-wrap{
        top: 9px;
        position: relative;
        margin-bottom: auto;
    }
    .info-box {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .info-box .info-box__link {
        margin-right: 0;
        margin-left:0;
        line-height: 1.7;
    }
    .languageswitch__option {
        width: 32px;
        height: 32px;
    }
    .languageswitch__option a {
        font-size: 12px;
    }
    .burger > span {
        font-size: 14px;
    }
    .lead-text {
        font-size: 1.4em;
    }
    .logo_mobile {
        top:1px;
    }

    #logo_rvim {
        width: 185px;
        top: 0px;
        position: relative;
    }


    #logo_cbs {
        width: 155px;
        top: -1px;
        position: relative;
    }

}
@media (max-width: 568px) {
    .logo-group__title {
        font-size: 14px;
    }
    .logo-group__item:not(.long) .logo-group__title{
        margin-bottom: 8px;
    }
    html, body {
        font-size: 16px
    }
    .main-nav__link {
        font-size: 18px;
    }
    #cookies_banner {
        width: 90%;
    }
}

@media print {
    *, :after, :before {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline !important
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    a[href^='#']:after, a[href^='javascript:']:after {
        content: ''
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    blockquote, pre {
        border: 1px solid #999 !important;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    table {
        border-collapse: collapse !important
    }

    table td, table th {
        background-color: #fff !important
    }
}
@media (max-width: 1445px) {
    .page__inner_r_col.page__content {
        max-width: 100%;
        width: 100%;
        flex-shrink: 1;
    }
    .main_wrapper {
        width: 100%;
    }
}


@media (max-width: 1200px) {
    .page__inner_l_col {
        display: none;
    }
    .main_wrapper {
        width: 100%;
        padding: 0;
    }

}

/* admin styles */

.admin-buttons {
    position: relative;
    right: 0;
    top: -3rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
a.admin-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 50%;
    border: 2px solid black;
    height: 36px;
    width: 36px;
    margin-left: 0.5rem;
}
a.admin-btn:hover {
    background-color: rgba(0,0,0,0.1);
}
a.admin-btn img {
    height: 20px;
    width: auto;
    border-radius: 0;
}
.admin-buttons.admin-buttons-logout {
    margin-left: auto;
    top: auto;
}
.admin-table-buttons a {
    float: left;
}
.page-admin-buttons {
    position: absolute;
    height: 1px;
    right: 0;
    z-index: 9;
}

.page-admin-buttons .admin-buttons {
    position:absolute;
    top: 2em;
    /*right: -62px;*/
}


h1 {
    position: relative;
}
h1 .admin-buttons {
   position:absolute;
    top: 23px;
}

nav .admin-buttons {
    position: absolute;
    right: -48px;
    top: 0px;
}
.page-update, .page-create {

}
.admin-table {
    width: 100%;
}
.admin-table td, .admin-table th {
    border: 1px solid #ccc;
    padding: 10px 15px;
}
.admin-table th {
    background-color: #f1f1f1;
    color: #999;
}
td.admin-table-buttons {
    width: 120px;
}
.admin-heading {
    position: relative;
}
.admin-heading .admin-btn {
    position: absolute;
    right: 0;
    top: 7px;
}
:root {
    /* Overrides the border radius setting in the theme. */
    --ck-border-radius: 0.25rem;
}

.form-control {
    font-size: 2rem;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
}


.input_photo_placeholder {
    overflow: hidden;
    width: 100%;
    height: 300px;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    cursor: pointer;
}
.input_photo_placeholder:hover {
    opacity: 0.8;
}
.input_photo_placeholder img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.input_photo_placeholder input {
    display: none;
}
#delete_photo,
#input_photo_image{
    display: none;
}
.upload_photo_wrapper {
    display: flex;
    flex-direction: column;
}
.upload_photo_wrapper.photo_uploaded .dropzone_notice,
.upload_photo_wrapper.photo_uploaded #add_photo
{
    display: none;
}

.upload_photo_wrapper.photo_uploaded  #delete_photo,
.upload_photo_wrapper.photo_uploaded  #input_photo_image {
    display: inline-block;
}
@media (max-width: 1200px) {
    .page-admin-buttons {
        right: 20px;
    }
    .page-update, .page-create {
        margin-top: 60px;
    }
}