.peer-education {
    position: relative;
    width: 100%;
    padding: 100px 0 40px 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/local/static/build/pic/er/earth.jpg');
    height: 600px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
@media only screen and (max-width: 991px) {
    .peer-education {
        padding: 100px 0 40px 0;
        height: 515px;
    }
}
@media only screen and (max-width: 767px) {
    .peer-education {
        background-image: url('/local/static/build/pic/er/earth.jpg');
        padding: 80px 0 80px 0;
        height: 550px;
    }
}
.peer-education.active {
    opacity: 1;
}
.peer-education__wrapper {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.peer-education__content {
    margin: 0 auto;
    max-width: 1152px;
    min-width: 320px;
    padding: 0 16px;
    width: 100%;
}
@media only screen and (max-width: 991px) {
    .peer-education__content {
        padding: 0 78px;
    }
	.peer-education__wrapper{
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;		
	}
}
@media only screen and (max-width: 767px) {
    .peer-education__content {
        padding: 0 45px;
    }
}

.peer-education__logo {
    text-align: left;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .peer-education__logo {
    }
}
.peer-education__logo svg {
    max-height: 100%;
    width: 232px;
    overflow: visible;
}
@media only screen and (max-width: 767px) {
    .peer-education__logo svg {
        width: 153px;
    }
}
.peer-education__logo svg g {
    opacity: 0;
}
.peer-education__logo.active .peer-education__name {
    opacity: 1;
}
.peer-education__logo.active .peer-education__name.view-1 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.peer-education__logo.active .peer-education__name.view-2 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.peer-education__logo.active svg g {
    opacity: 1;
}

.peer-education__logo-img {
    height: 156px;
    margin: 50px 50px 30px 0px;
}
@media only screen and (max-width: 1151px) {
    .peer-education__logo-img {
        width: 382px;
        height: auto;
		margin: 50px 50px 30px 0px;
    }
}
@media only screen and (max-width: 991px) {
    .peer-education__logo-img {
        width: 382px;
		margin: 50px 50px 30px 0px;
    }
}
@media only screen and (max-width: 767px) {
    .peer-education__logo-img {
        width: 75%;
        min-width: 250px;
        max-width: 340px;
		margin: 40px 50px 20px 0px;
    }
}

.peer-education__text {
    position: relative;
    display: block;
    color: #233847;
    text-transform: uppercase;
    padding: 20px 0 20px 80px;
    font-family: Stem;
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    line-height: 78px;
}
.peer-education__text a {
    color: white;
    text-decoration: underline;
}
@media only screen and (max-width: 991px) {
    .peer-education__text {
        font: normal 20px/130% 'Stem', sans-serif;
        padding-left: 65px;
    }
}
@media only screen and (max-width: 767px) {
    .peer-education__text {
        font: normal 18px/130% 'Stem', sans-serif;
        padding-left: 50px;
    }
}

.peer-education__btn {
    position: relative;
    margin: 20px 0 0 0;
    text-align:left;
	padding-left: 0px;
}
@media only screen and (max-width: 991px) {
    .peer-education__btn {
        padding-left: 0px;
    }
}
@media only screen and (max-width: 767px) {
    .peer-education__btn {
        padding-left: 0px;
    }
}
.peer-education__btn .button {
    margin: 0;
    background: #20CBD4;
}
.peer-education__btn .button--rescue {
    margin-right: 40px;
    background: #20CBD4;
}
.peer-education__btn .button--expd {
    margin-right: 40px;
    background: #6ea844;
}
.peer-education__btn .button--dark.button--expd span
{
    color: #22363f;
}


.peer-education__logo {
    -webkit-animation-name: animLeft;
    animation-name: animLeft;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.peer-education__text {
    -webkit-animation-name: animRight;
    animation-name: animRight;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0.84s;
    animation-delay: 0.84s;
}

.peer-education__btn {
    -webkit-animation-name: animOpacity;
    animation-name: animOpacity;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 1.24s;
    animation-delay: 1.24s;
}

@-webkit-keyframes animRight {
    0% {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes animRight {
    0% {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes animLeft {
    0% {
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes animLeft {
    0% {
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes animOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes animOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes vanish {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes vanish {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


.peer-education__btn .button--dark span
{
    color: #000;
}
.bottom-sign
{
    position: absolute;
    bottom: 26px;
	right: auto;
	left: 45px;
    font-size: 0.8em;
    max-width: 90%;
    color: #fff;
	/*text-transform: uppercase;*/
}
@media(min-width: 768px)
{
    .bottom-sign
    {
        font-size: 0.8em;
        left: auto;
		right: 15px;
        bottom: 15px;
        line-height: 1.2em;
    }
    .bottom-sign img
    {
        opacity: 1;
    }
}
@media(min-width: 992px)
{
    .bottom-sign
    {
        font-size: 0.7em;
    }
}
.bottom-sign img {
    height: 28px;
    display: block;
    margin-bottom: 10px;
    backdrop-filter: blur(5px);
    opacity: 0.8;
}


#graph-events_card_er .modal-dialog {
  padding: 0;
  max-width: 860px !important; }

#graph-events_card_er .modal-body {
  padding: 0; }

#graph-events_card_er .modal-content {
  position: relative;
  max-width: 100% !important; }
  @media only screen and (max-width: 767px) {
    #graph-events_card_er .modal-content {
      background: white !important; } }

#graph-events_card_er .modal-close {
  position: absolute;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  @media only screen and (min-width: 991px) {
    #graph-events_card_er .modal-close {
      top: -35px;
      right: -45px;
      width: 35px;
      height: 35px; } }
  @media only screen and (max-width: 991px) {
    #graph-events_card_er .modal-close {
      top: 0;
      right: 0;
      width: 45px;
      height: 45px; } }
  #graph-events_card_er .modal-close:before, #graph-events_card_er .modal-close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1.5px 0 0 -10px;
    width: 20px;
    height: 3px;
    background: #ed1c24;
    border-radius: 2px; }
  #graph-events_card_er .modal-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  #graph-events_card_er .modal-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #graph-events_card_er .modal-close:hover, #graph-events_card_er .modal-close:active {
    opacity: 0.85; }