/* GENERAL */

body {
    color: #62bcaa;
    background-color: #FFF;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.3;
}

.wrapper {
    width: 90%;
}


/* ALL PAGES */

.header-top-wrapper,
.header-middle-wrapper,
.header-bottom-wrapper {
    max-width: 1100px;
}

.language-chooser li a {
    color: #62bcaa;
}

.language-chooser li.active a,
.language-chooser li:hover a {
    background-color: #62bcaa;
}

.main-menu li {
    padding: 0 10px;
}


/*
.main-menu {
  display: none;
}
*/


/*
.main-menu li a {
  font-size: 2.1em;
}
*/

.header-bottom,
.header-home .header-bottom {
    padding: 100px 0;
}


/*
.site-title {
  font-size: 6em;
}
*/

.footer {
    color: #fff;
    background-color: #62bcaa;
}


/* PAGES */

.page-title {
    border-bottom: 3px solid #FFF;
    margin-bottom: 30px;
    font-weight: 600;
}

.page-title h1 {
    display: inline-block;
    position: relative;
    top: 4px;
    padding-right: 30px;
    color: #FFF;
    background-color: #62bcaa;
    font-size: 2.4em;
    text-align: left;
}

.page-subtitle h2 {
    font-size: 3.2em;
    font-weight: 700;
}

.main {
    background-color: #62bcaa;
}

body.page-template-page-mentorship-index .main {
    background-color: #f1e5c5;
    /*
  background: rgb(251,242,221);
  background: -moz-linear-gradient(180deg, rgba(251,242,221,1) 0%, rgba(223,200,154,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(251,242,221,1) 0%, rgba(223,200,154,1) 100%);
  background: linear-gradient(180deg, rgba(251,242,221,1) 0%, rgba(223,200,154,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbf2dd",endColorstr="#dfc89a",GradientType=1);
  */
}

.content-top {
    padding: 60px 0;
    color: #FFF;
}

.ct-container {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}

.ct-container,
.ct-container p {
    color: #000;
}

.ct-left,
.ct-right {
    display: table-cell;
    vertical-align: top;
}

.ct-left {
    width: 50%;
    padding-top: 30px;
    padding-right: 50px;
}

.ct-title {
    margin-bottom: 40px;
    font-size: 2.4em;
    font-weight: 700;
}

.ct-right {
    position: relative;
    width: 40%;
    overflow: hidden;
}

.ct-right:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #f1e5c5;
    -ms-transform: none;
    transform: none;
    will-change: transform;
    z-index: 2;
    animation: ctimagecover 4s forwards ease-in-out;
}

.ct-image {
    width: 100%;
    height: 0;
    padding-bottom: 141.88%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    will-change: opacity;
    z-index: 1;
    animation: ctimage 4s forwards ease-in-out;
}

@-webkit-keyframes ctimagecover {
    0% {
        -ms-transform: none;
        transform: none;
    }
    100% {
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
}

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

@-moz-keyframes ctimagecover {
    0% {
        -ms-transform: none;
        transform: none;
    }
    100% {
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@-moz-keyframes ctimage {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes ctimagecover {
    0% {
        -ms-transform: none;
        transform: none;
    }
    100% {
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@-o-keyframes ctimage {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes ctimagecover {
    0% {
        -ms-transform: none;
        transform: none;
    }
    100% {
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
}

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


/* HOME */

.ca-topic {
    position: relative;
    min-height: 350px;
    padding: 5% 0;
    background-color: #fff;
    cursor: pointer;
}

.content-page-title {
    position: relative;
    border-top: 25px solid #62bcaa;
    background-color: #fff;
}

.ca-topic:before,
.content-page-title:before {
    display: block;
    position: absolute;
    content: '';
    left: 40%;
    top: 0;
    width: 25%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    z-index: 1;
}


/*
.ca-topic:after {
  display: inline-block;
  content: '';
  padding-left: 20px;
  color: #736357;
  font-size: 2em;
  transition: transform 0.2s ease-in-out;
}
*/

.content-page-title-wrapper {
    position: relative;
    min-height: 350px;
    padding: 5% 0;
}

.ca-bg,
.cpt-bg {
    display: block;
    position: absolute;
    left: 40%;
    top: 0;
    width: 60%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.cpt-title {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: auto;
    color: #736357;
    font-size: 3.7em;
    font-weight: 600;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.ca-title {
    position: relative;
    color: #736357;
    font-size: 3.7em;
    font-weight: 600;
    z-index: 2;
}

.ca-title:after {
    display: inline-block;
    content: '\25BC';
    /* right arrow */
    padding: 0 20px;
    color: #736357;
    font-size: 0.6em;
    transition: all 0.2s ease-in-out;
    vertical-align: middle;
}

.content-accordion.active .ca-title:after {
    margin-top: -3px;
    transform: rotate(-180deg);
    transition: transform 0.2s ease-in-out;
}

.ca-details {
    display: none;
    background-color: #FFF;
}

.ca-details-wrapper {
    padding: 20px 0 50px 0;
}

.content-bottom {
    padding: 60px 0;
    background-color: #FFF;
}

body.page-template-page-mentorship-event-album .content-bottom {
    padding-top: 0;
}

.ca-row {
    margin-bottom: 30px;
}

.ca-row:last-child {
    margin-bottom: 0;
}

.ca-row-names {
    overflow: hidden;
}

.ca-row-name-table {
    float: left;
    width: 49%;
    margin-right: 2%;
}

.ca-row-name-table:nth-child(even) {
    margin-right: 0;
}

.ca-row-name-table table {
    margin-bottom: 0;
}

.ca-row-small-heading {
    margin-bottom: 20px;
    font-size: 2.4em;
    font-weight: 700;
    color: #62bcaa;
}

.ca-row-heading,
.fw-heading,
.news-title {
    display: block;
    position: relative;
    font-size: 2.4em;
    font-weight: 700;
    margin-bottom: 25px;
}

.ca-row-heading span,
.fw-heading span,
.news-title span {
    display: inline-block;
    position: relative;
    top: 6px;
    padding: 0 30px 0 0;
    color: #62bcaa;
    background-color: #FFF;
    z-index: 1;
}

.ca-row-heading:after,
.fw-heading:after,
.news-title:after {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #62bcaa;
}

.ca-row-name-table th {
    padding: 3px 10px;
    border-bottom: 5px solid #FFF;
    color: #FFF;
    background-color: #62bcaa;
    font-size: 1.6em;
    font-weight: 700;
    text-align: center;
}

.ca-row-name-table th.col-1 {
    border-right: 2px solid #FFF;
}

.ca-row-name-table th.col-2 {
    border-left: 2px solid #FFF;
}

.ca-row-name-table td {
    padding: 3px 10px;
    font-size: 1.6em;
}

.ca-row-name-table th p,
.ca-row-name-table td p {
    text-align: left;
}

.ca-row-name-table td.col-1 {
    padding-left: 20px;
    text-align: left;
}

.ca-row-name-table td.col-2 {
    text-align: center;
}

.ca-row-name {
    padding: 3px 10px;
    font-size: 1.6em;
}

.ca-row-position {
    margin-bottom: 40px;
    overflow: hidden;
}

.carp-1 {
    float: left;
    width: 50%;
    text-align: center;
}

.carp-1 span {
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
    color: #FFF;
    background-color: #62bcaa;
    font-size: 1.6em;
    font-weight: 700;
}

.carp-2 {
    float: left;
    width: 50%;
    padding-left: 10%;
}

.carp-name {
    padding: 5px 10px 5px 0;
    color: #62bcaa;
    font-size: 1.6em;
}


/* NEWS */

.news-text-wrapper {
    padding: 100px 0;
}

.news-text p {
    font-size: 2em;
    line-height: 1.4;
}


/* EVENTS */

.event-heading {
    color: #FFF;
    background-color: #736357;
    font-size: 2.2em;
}

.event-heading-wrapper {
    padding: 40px 0;
}

.er-topic {
    position: relative;
    border-bottom: 1px solid #b7d2cc;
    color: #FFF;
    background-color: #62bcaa;
    cursor: pointer;
}

.event-row:last-child .er-topic,
.event-row.active .er-topic {
    border-bottom: 0;
}

.er-topic-wrapper {
    padding: 40px 0;
}

.er-topic span {
    display: inline-block;
    font-size: 2em;
    line-height: 1;
    vertical-align: middle;
}

.er-topic span:after {
    display: inline-block;
    content: '\25BC';
    /* right arrow */
    padding: 0 20px;
    color: #FFF;
    font-size: 0.7em;
    transition: all 0.2s ease-in-out;
    vertical-align: middle;
}

.event-row.active .er-topic span:after {
    margin-top: -4px;
    transform: rotate(-180deg);
    transition: all 0.2s ease-in-out;
}

.er-details {
    display: none;
}

.er-photos {
    overflow: hidden;
}

.er-photo {
    float: left;
    width: 50%;
    height: 0;
    padding-bottom: 43.5%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.er-photo.er-odd:last-child {
    width: 100%;
    padding-bottom: 87%;
}

.ca-donors .ca-row-heading {
    padding-left: 30px;
}

.ca-donors .ca-row-accordion .ca-row-heading {
    position: relative;
    cursor: pointer;
}

.ca-donors .ca-row-accordion .ca-row-heading:before {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    content: '\25BC';
    /* right arrow */
    padding: 0;
    color: #736357;
    font-size: 0.6em;
    transition: all 0.2s ease-in-out;
    vertical-align: middle;
}

.ca-donors .ca-row-accordion.active .ca-row-heading:before {
    margin-top: -3px;
    transform: rotate(-180deg);
    transition: transform 0.2s ease-in-out;
}

.ca-donors .ca-row-heading:after {
    left: 30px;
}

.ca-donors .ca-row-names {
    padding-left: 30px;
}

.ca-donors .ca-row-accordion .ca-row-names {
    display: none;
}

.news-entry {
    padding: 40px 0;
}

.news-entry:first-child {
    padding-top: 0;
}

a.btn.yellow {
    color: #FFF;
    background-color: #736357;
}

.ca-row-button {
    margin-right: 20px;
    margin-bottom: 20px;
}


/*
.flowcharts {
  padding: 30px 0 0 0;
  background-color: #FFF;
}
body.page-id-1431 .flowchart {
  display: none;
}
*/

.flowchart {
    margin-bottom: 30px;
}

.fw-description,
.fw-description p {
    color: #000;
}

.fw-blocks {
    position: relative;
    overflow: hidden;
    margin: 60px auto;
}

.fw-block {
    position: relative;
    float: left;
    height: 200px;
}

.fw-block:nth-child(even) {
    margin-top: 200px;
    padding-top: 90px;
    height: 230px;
}

.fw-block:before {
    position: absolute;
    display: block;
    content: '';
    left: 50%;
    width: 4px;
    margin-left: -2px;
    z-index: 3;
}

.fw-block:nth-child(odd):before {
    bottom: 0;
    height: 200px;
}

.fw-block:nth-child(even):before {
    top: 0;
    height: 90px;
}

.fw-block:after {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #62bcaa;
    z-index: 3;
}

.fw-block:nth-child(odd):after {
    bottom: -2px;
}

.fw-block:nth-child(even):after {
    top: -2px;
}

@media (min-width:769px) {
    .fw-block:first-child:after {
        left: 50%;
        width: 50%;
    }
    .fw-block:last-child:after {
        left: auto;
        right: 50%;
    }
}

.fw-block-area {
    text-align: center;
}

.fw-block-icon {
    position: absolute;
    display: block;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    border-radius: 100%;
    background-color: #62bcaa;
    z-index: 4;
}

.fw-block:nth-child(odd) .fw-block-icon {
    bottom: -40px;
}

.fw-block:nth-child(even) .fw-block-icon {
    top: -40px;
}

.fw-block-icon {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% auto;
}

.flowchart:first-child .fw-block:first-child .fw-block-icon {
    background-image: url(images/icon-men-recruit-1@2x.png);
    background-size: auto 60%;
}

.flowchart:first-child .fw-block:nth-child(2) .fw-block-icon {
    background-image: url(images/icon-men-recruit-2@2x.png);
    background-size: auto 60%;
}

.flowchart:first-child .fw-block:nth-child(3) .fw-block-icon {
    background-image: url(images/icon-men-luncheon@2x.png);
}

.flowchart:first-child .fw-block:nth-child(4) .fw-block-icon {
    background-image: url(images/icon-men-sharing-1@2x.png);
}

.flowchart:first-child .fw-block:nth-child(5) .fw-block-icon {
    background-image: url(images/icon-men-lecture@2x.png);
}

.flowchart:first-child .fw-block:nth-child(6) .fw-block-icon {
    background-image: url(images/icon-men-sharing-2@2x.png);
}

.flowchart:nth-child(2) .fw-block:first-child .fw-block-icon {
    background-image: url(images/icon-men-recruit-3@2x.png);
}

.flowchart:nth-child(2) .fw-block:nth-child(2) .fw-block-icon {
    background-image: url(images/icon-men-matching@2x.png);
}

.flowchart:nth-child(2) .fw-block:nth-child(3) .fw-block-icon {
    background-image: url(images/icon-men-communication-2@2x.png);
    background-size: auto 60%;
}

.fw-block-inner {
    display: inline-block;
    position: relative;
    width: 100%;
}

.fw-block:nth-child(odd) .fw-block-inner {
    left: 0;
}

.fw-block:nth-child(even) .fw-block-inner {
    right: 0;
}

.fw-block:nth-child(6n+1):before,
.fw-block:nth-child(6n+1) .fw-block-inner:before,
.fw-block:nth-child(6n+1) .fw-text {
    background-color: #afafde;
}

.fw-block:nth-child(6n+2):before,
.fw-block:nth-child(6n+2) .fw-block-inner:before,
.fw-block:nth-child(6n+2) .fw-text {
    background-color: #f5b05b;
}

.fw-block:nth-child(6n+3):before,
.fw-block:nth-child(6n+3) .fw-block-inner:before,
.fw-block:nth-child(6n+3) .fw-text {
    background-color: #4cbee0;
}

.fw-block:nth-child(6n+4):before,
.fw-block:nth-child(6n+4) .fw-block-inner:before,
.fw-block:nth-child(6n+4) .fw-text {
    background-color: #4cd8ab;
}

.fw-block:nth-child(6n+5):before,
.fw-block:nth-child(6n+5) .fw-block-inner:before,
.fw-block:nth-child(6n+5) .fw-text {
    background-color: #ea8d8d;
}

.fw-block:nth-child(6n+6):before,
.fw-block:nth-child(6n+6) .fw-block-inner:before,
.fw-block:nth-child(6n+6) .fw-text {
    background-color: #d8a4f3;
}

.fw-text {
    position: relative;
    padding: 20px;
    color: #FFF;
    background-color: #afafde;
    text-align: center;
    z-index: 10;
    border-radius: 20px;
}

.fw-time {
    margin-bottom: 5px;
    font-size: 1.6em;
}

.fw-title {
    font-size: 1.8em;
    font-weight: 700;
}

.news-intro th,
.news-intro td {
    font-size: 1.6em;
}


/* ANIMATION */

.men-home-row {
    position: relative;
    opacity: 0;
    top: 50px;
    transition: all 1.8s cubic-bezier(0.5, 0, 0, 1);
}

.men-home-row.move {
    opacity: 1;
    top: 0;
    transition: all 1.8s cubic-bezier(0.5, 0, 0, 1);
}


/* MOBILE */

@media (max-width: 1000px) {
    .main-menu li a {
        font-size: 1.6em;
    }
    p {
        font-size: 1.6em;
    }
    .content-top,
    .ca-topic,
    .content-page-title-wrapper {
        padding: 40px 0;
    }
    .ca-topic,
    .content-page-title-wrapper {
        min-height: 300px;
    }
    .ca-title,
    .cpt-title {
        font-size: 2.5em;
    }
    .news-text-wrapper {
        padding: 60px 0;
    }
    .ct-left,
    .ct-right {
        vertical-align: middle;
    }
    .fw-text {
        padding: 15px 10px;
    }
    .fw-time {
        font-size: 1.4em;
    }
    .fw-title {
        font-size: 1.5em;
    }
}

@media (max-width: 768px) {
    .main-menu-button {
        background-color: #62bcaa;
    }
    .header-bottom,
    .header-home .header-bottom {
        padding: 80px 0;
    }
    .content-top,
    .ca-topic,
    .content-page-title-wrapper {
        padding: 20px 0;
    }
    .ca-topic,
    .content-page-title-wrapper {
        min-height: 250px;
    }
    .ca-title,
    .cpt-title {
        font-size: 2.3em;
    }
    .ca-row-name-table {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .ca-row-name-table:last-child {
        margin-bottom: 0;
    }
    .news-text-wrapper {
        padding: 40px 0;
    }
    .news-text p {
        font-size: 1.8em;
    }
    .ca-row-name-table th,
    .ca-row-name-table td {
        width: 50% !important;
    }
    .main-menu li a br {
        display: inline;
        content: '';
        padding-left: 8px;
        clear: none;
    }
    .fw-blocks {
        max-width: 600px;
        margin: 40px auto 20px auto;
    }
    .fw-block {
        float: none;
        width: 50% !important;
        height: auto;
    }
    .fw-block:nth-child(odd) {
        text-align: right;
        clear: both;
    }
    .fw-block:nth-child(even) {
        height: auto;
        padding: 0;
        margin-top: 0;
        margin-left: 50%;
        text-align: left;
    }
    .fw-block:before {
        top: 50%;
        left: 0;
        width: 100%;
    }
    .fw-block:nth-child(odd):before {
        bottom: auto;
        height: 4px;
        margin-left: -2px;
    }
    .fw-block:nth-child(even):before {
        top: 50%;
        height: 4px;
        margin-left: -2px;
    }
    .fw-block:after {
        top: 0;
        width: 4px;
        height: 100%;
    }
    .fw-block:nth-child(odd):after {
        left: 100%;
        bottom: auto;
        margin-left: -2px;
    }
    .fw-block:nth-child(even):after {
        right: 100%;
        top: 0;
        margin-left: -2px;
    }
    .fw-block:first-child:after {
        top: 50%;
        height: 50%;
    }
    .fw-block:last-child:after {
        top: auto;
        bottom: 50%;
        height: 50%;
    }
    .fw-block-area {
        padding: 20px 0;
        overflow: hidden;
    }
    .fw-block:nth-child(odd) .fw-block-area {
        padding-right: 25%;
        text-align: left;
    }
    .fw-block:nth-child(even) .fw-block-area {
        padding-left: 25%;
        text-align: right;
    }
    .fw-block-inner:before {
        position: absolute;
        display: block;
        content: '';
        top: 50%;
        width: 200%;
        height: 2px;
        margin-top: -1px;
        background-color: #afafde;
        z-index: 3;
    }
    .fw-block:nth-child(odd) .fw-block-inner,
    .fw-block:nth-child(odd) .fw-block-inner:before {
        left: 0;
    }
    .fw-block:nth-child(even) .fw-block-inner,
    .fw-block:nth-child(even) .fw-block-inner:before {
        right: 0;
    }
    .fw-block:nth-child(odd) .fw-block-icon {
        left: 100%;
        top: 50%;
        bottom: auto;
        margin-top: -40px;
    }
    .fw-block:nth-child(even) .fw-block-icon {
        left: auto;
        top: 50%;
        right: 100%;
        margin-top: -40px;
        margin-right: -40px;
    }
}

@media (max-width: 650px) {
    .page-title h1 {
        font-size: 2em;
    }
    p {
        font-size: 1.5em;
    }
    .page-title {
        margin-bottom: 20px;
    }
    .ct-container,
    .ct-left,
    .ct-right {
        display: block;
        width: 100%;
    }
    .ct-title {
        margin-bottom: 20px;
    }
    .ct-left {
        padding: 0;
        margin-bottom: 30px;
    }
    .ct-right {
        max-width: 400px;
        margin: 0 auto;
    }
    .ca-title {
        font-size: 2em;
    }
    .content-bottom {
        padding: 30px 0;
    }
    .news-entry {
        padding: 25px 0;
    }
}

@media (max-width: 550px) {
    .fw-block-area {
        padding: 10px 0;
    }
    .fw-block-icon {
        width: 60px;
        height: 60px;
    }
    .fw-block:nth-child(odd) .fw-block-icon {
        margin-top: -30px;
        margin-left: -30px;
    }
    .fw-block:nth-child(even) .fw-block-icon {
        margin-top: -30px;
        margin-right: -30px;
    }
}

@media (max-width: 400px) {
    .header-bottom,
    .header-home .header-bottom {
        padding: 20px 0;
    }
    .page-title h1 {
        top: 8px;
        font-size: 2em;
    }
    p {
        font-size: 1.4em;
    }
    .content-top,
    .ca-topic,
    .content-page-title-wrapper {
        padding: 15px 0;
    }
    .ca-topic,
    .content-page-title-wrapper {
        min-height: 100px;
    }
    .ca-title,
    .cpt-title {
        font-size: 1.5em;
    }
    .ca-title:after {
        padding: 0 10px;
    }
    .ca-row-heading,
    .fw-heading {
        font-size: 1.8em;
    }
    .ca-row-heading span,
    .fw-heading span {
        padding-right: 10px;
    }
    .ca-row-name-table th,
    .ca-row-name-table td {
        font-size: 1.4em;
    }
    .news-text-wrapper {
        padding: 20px;
    }
    .news-text p {
        font-size: 1.4em;
    }
    .event-heading {
        font-size: 1.8em;
    }
    .event-heading-wrapper,
    .er-topic-wrapper {
        padding: 20px 0;
    }
    .er-topic span {
        font-size: 1.5em;
    }
    .er-topic span:after {
        padding: 0 10px;
    }
    .carp-1,
    .carp-2 {
        float: none;
        width: 100%;
    }
    .carp-1 {
        margin-bottom: 10px;
    }
    .carp-1 span {
        font-size: 1.4em;
    }
    .fw-block-icon {
        width: 50px;
        height: 50px;
    }
    .fw-block:nth-child(odd) .fw-block-icon {
        margin-top: -25px;
        margin-left: -25px;
    }
    .fw-block:nth-child(even) .fw-block-icon {
        margin-top: -25px;
        margin-right: -25px;
    }
    .fw-text {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

.home-youtube-section {}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}