
/*new flexible items*/

/*.container {*/
/*    max-width: 940px !important;*/
/*}*/

.main_title_of_page h1 {
    font-size: 35px;
}

.video-block {
    margin-bottom: 25px;
}

.video-block .video-container iframe{
    width: 100%;
    height: 526px;
}

.video-block .video-description {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 2px solid #FFCC32;
}

.video-block .video-description .video-title {
    font-size: 16px;
    color: #454544;
    margin: 15px 15px 15px 0;
}

.video-block .video-description .video-time-to-watch {
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.video-block .video-description .video-time-to-watch .video-time-to-watch-icon {
    margin-right: 10px;
}

.video-block .video-description .video-time-to-watch span {
    color: #6E6E6E;
}

.wysiwyg-content-block {

}

.wysiwyg-content {
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    margin: 25px 0;
}

.wysiwyg-content p {
    margin-bottom: 18px;
}

.wysiwyg-content-right-block,
.wysiwyg-content-left-block {
    margin: 35px 0;
}

.wysiwyg-content-right-block img,
.wysiwyg-content-left-block img {
    width: 100%;
    height: auto;
}

.quote-block {
    background-color: #fff;
    margin: 35px 0;
}

.quote-block blockquote {
    font-size: 23px;
    text-align: center;
    padding: 40px 10px 70px 10px;
    position: relative;
    background: transparent;
    font-weight: initial;
    color: initial;
    line-height: initial;
    margin-top: initial;
    margin-bottom: initial;
}

.quote-block blockquote i {
    padding: 0 5px;
}

.quote-block blockquote:after {
    content: '"';
    font-style: italic;
    position: absolute;
    font-size: 95px;
    color: #707070;
    left: 30px;
    bottom: 10px;
    line-height: 0;
}

.wysiwyg-content-two-columns .wysiwyg-content-column {
    margin-bottom: 20px;
}

.wysiwyg-content li {
    margin-bottom: 30px;
}

.wysiwyg-content li::marker {
    color: #ffcc32;
}

.wysiwyg-content ul li::marker {
    font-size: 24px;
    line-height: 0;
}

.wysiwyg-content ol li::marker {
    font-size: 18px;
    line-height: 0;
}

.wysiwyg-content ul,
.wysiwyg-content ol {
    padding-inline-start: 30px;
}

.call-out-box-block {
    margin: 35px 0;
    box-shadow: 0 0 4px 2px #C1C1C1;
    padding: 20px;
    display: flex;
}

.call-out-box-block .call-out-icon {
    margin-right: 30px;
    padding: 5px;
    flex: 0 0 50px;
}

.call-out-box-block .call-out-text {
    padding: 5px;
}

.call-out-box-block .call-out-text .call-out-box-title {
    margin-top: 17px;
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: normal;
}

.call-out-box-block .call-out-text .call-out-box-text {
    font-size: 16px;
}

.table-block{
    margin: 25px 0;
}

.table-block{
    overflow-x: auto;
}

.table-block table {
    border: 1px solid #D3D3D3;
    min-width: 720px;
}

.table-block table thead {
    border-bottom: 1px solid #D3D3D3;
}

.table-block table thead tr th:not(:last-child) {
    border-right: 1px solid #D3D3D3;
}

.table-block table thead tr th {
    padding: 17px;
    font-size: 17px;
    color: #fff;
}

.table-block table thead tr {
    background-color: #494949;
}

.table-block table tbody tr td:not(:last-child) {
    border-right: 1px solid #D3D3D3;
}

.table-block table tbody tr td {
    font-size: 15px;
}

.table-block table tbody tr td:not(:first-child) {
    text-align: center;
    font-size: 24px;
    color: #FFCC32;
}

.table-block table tbody tr td {
    padding: 17px;
}

.table-block table tbody tr:not(:last-child) {
    border-bottom: 1px solid #D3D3D3;
}

.table-block table tbody tr:nth-child(odd) {
    background-color: #EBEBEB;
}

.call-to-action-block{
    padding: 40px 10px 60px 10px;
    margin: 50px 0;
}

.call-to-action-block .call-to-action-title {
    font-size: 26px;
    line-height: 32px;
    margin: 18px 0;
    color: #fff;
}

.call-to-action-block .call-to-action-link-area a{
    font-size: 20px;
    width: 260px;
    min-height: 52px;
    background-color: #494949;
    color: #fff;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.social-list{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}
.social-item{
    margin: 0 10px;
}
.social-link, .social-link:hover{
    text-decoration: none;
    outline: none;
}
.social-item-icon{
    width: 32px;
    height: 32px;
}
@media (max-width: 767px) {
    .video-block .video-container iframe {
        width: 100%;
        height: 360px;
    }
    .wysiwyg-content-right-block img,
    .wysiwyg-content-left-block img {
        width: 100%;
        height: auto;
        margin: 14px 0;
    }
}

@media (max-width: 567px) {
    .video-block .video-container iframe {
        width: 100%;
        height: 290px;
    }
}

@media (max-width: 467px) {
    .call-out-box-block .call-out-icon {
        margin-right: 10px;
    }
    .video-block .video-container iframe {
        width: 100%;
        height: 220px;
    }
}
