@charset "utf-8";
/* CSS Document */
/* --------------------< Global Style >-------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { -webkit-font-smoothing:antialiased; margin:0px; padding:0px; font-size:16px; font-family: 'Inter', sans-serif; color:#000; line-height:26px; text-decoration:none; height:100%; width:100%; }
html { height:100%;  width:100%;     max-width: 1920px;
    margin: auto;
    background: #000;}
a, img { margin:0px; padding:0px; border:none; text-decoration:none; outline:none; }
.clear { clear:both; }
.left { float:left; }
.right { float:right; }
/*** Headings ***/
h1 { margin:0px; padding:0px;  font-family: 'Roxborough CF', sans-serif;}
h2 { margin:0px; padding:0px;  font-family: 'Roxborough CF', sans-serif; font-size: 36px; line-height: 46px;}
h3 { margin:0px; padding:0px;  font-family: 'Roxborough CF', sans-serif; font-size: 30px; line-height: 40px;}
h4 { margin:0px; padding:0px;  font-family: 'Roxborough CF', sans-serif;}
h5 { margin:0px; padding:0px;  font-family: 'Roxborough CF', sans-serif;}
h6 { margin:0px; padding:0px;  font-family: 'Roxborough CF', sans-serif;}
/*** Links ***/
a { color:#000; text-decoration:none; }
*:hover { transition:0.5s; -webkit-transition:0.5s; }
/*a:hover {color:#FFEA3D;  }*/
a:focus { outline: none; color:inherit; }
a:hover, a:active,  a:focus { outline:none; color:inherit; text-decoration:none;}
/*** Typography ***/
b, strong { font-weight: bold; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
small { font-size: 85%; }
/*** Spacing ***/
hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, p, table, address, fieldset, figure {  }
input[type="button"] { transition:1.5s; -webkit-transition:1.5s; }
input[type="button"]:hover { transition:1.5s; -webkit-transition:1.5s; }
input, button, a { outline:none;}
.form-control{ border-radius:0px; box-shadow:none;}
.form-control:focus{ border-color: #d7a345;box-shadow:none; background:#fff8e6; outline: 0 none;}
li{ list-style:none;}
img{ max-width:100%;}
/* --------------------< Global Style >-------------------- */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700;800&display=swap');

@font-face {
  font-family: 'Roxborough CF';
  src: url('../fonts/Roxborough CF.woff2') format('woff2'),
       url('../fonts/Roxborough CF.woff') format('woff'),
       url('../fonts/Roxborough CF.ttf')  format('truetype');
}
section {
    float: left;
    width: 100%;
    padding: 60px 0px;
    background: #fff;
}

.no-padtop {
    padding-top: 0px !important;
}

.no-padbottom {
    padding-bottom: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

header#masthead {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    max-width: 1920px;
    z-index: 99;
}

hr {
    border: 0px;
    background: #000;
}

main {
    background: #fff;
    position: relative;
    float: left;
    width: 100%;
}

#page {
    padding-top: 305px;
}

header.sticky .inner-bottom-header {
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.container {
    max-width: 1430px;
    margin: auto;
    padding: 0px 15px;
}

.container-fluid {
    max-width: 100%;
    padding: 0 60px;
    margin: auto;
}

section.widget {
    padding: 0px;
    margin: 0px;
}

.inner-top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-right p {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 25px;
    ;
}

.header-right p:first-child {
    margin-left: 0px;
}

.header-left .social-icons {
    margin: 0;
    padding: 0;
}

.header-left .social-icons li {
    display: inline-block;
}

.inner-top-header .widget_text {
    margin: 0;
    padding: 20px 0;
}

.main-nav {
    background: #000;
    text-align: center;
}

.main-nav .main-navigation ul {
    justify-content: center;
}

.main-nav .main-navigation ul li a {
    color: #fff;
    padding: 0px 28px;
    transition: all 0.5s;
    line-height: 63px;
    font-size: 18px;
    font-weight: 400;
}

.main-nav .main-navigation ul li.current_page_item a,
.main-nav .main-navigation ul li:hover a {
    background: #484848;
}

.header-left h3 {
    margin: 0;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
}

.header-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 400px;
}

.hgeader-date-day {
    padding-right: 0;
    width: 100%;
    float: left;
    max-width: 110px;
    margin-right: 40px;
}

.inner-top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Roxborough CF', sans-serif;
}

.inner-bottom-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner-bottom-header {
    border-bottom: 1px solid #000;
}

.header-donate {
    padding: 20px 30px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.header-donate .widget_text {
    display: flex;
    align-items: center;
}

.header-donate .widget_text h2 {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    margin-right: 6px;
}

.header-donate .widget_text .textwidget {
    display: flex;
    align-items: center;
}

.header-donate .widget_text .textwidget p a {
    font-size: 18px;
    line-height: 41px;
    color: #000000;
    font-weight: 800;
    background: #ffc439;
    padding: 0px 33px;
    display: inline-block;
    margin-left: 15px;
}

.header-donate .widget_text .textwidget p a:hover {
    background: #000;
    color: #fff;
}

.header-donate ul {
    display: inline-block;
    width: 197px;
}

.inner-top-header #text-8 {
    max-width: 107px;
}

.inner-top-header #text-8 p:last-child {
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    margin-top: 2px;
    display: inline-block;
    width: 100%;
}

.header-donate ul li {
    margin-left: 3px;
    display: inline-block;
}

.header-donate ul li:first-child {
    margin-left: 7px;
}

li.feature-data-member {
    list-style: none;
}

.site-branding {
    padding: 29px 0px 24px;
}

.header-search {
    max-width: 363px;
    display: inline-block;
    width: 100%;
    padding: 20px 30px;
}

.header-search form.search-form {
    width: 300px;
    display: inline-block;
}

.header-search form input[type="search"] {
    border: 0px;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    padding: 0px;
    width: calc(100% - 24px);
    float: left;
}

.header-search form input.search-submit {
    border: 0px;
    color: transparent;
    background: url(../img/search.png) no-repeat center center;
    padding: 0px;
    margin: 0px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.header-search form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.header-search form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.header-search form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.header-search form input:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.header-subscribe {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 19px 30px;
    position: relative;
}
.mc4wp-alert.mc4wp-success {
    max-width: 350px;
    position: absolute;
    background: #fff;
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
}

section.headline-block.animation-element.bounce-up.in-view {
    padding-top: 60px;
}
h3.entry-title a:hover{
    opacity: 0.7;
}
.header-subscribe h2 {
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
       width: 134px;
    max-width: 141px;
    margin-right: 28px;
}

.header-subscribe .widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-subscribe .mc4wp-form-fields {
    border: 1px solid #000;
    width: 325px;
    max-width: 325px;
}

.header-subscribe .mc4wp-form-fields input[type="email"] {
    padding: 0px 15px;
    background: none;
    border: 0px;
    width: calc(100% - 56px);
    float: left;
    border-radius: 0px;
    font-size: 16px;
    line-height: 39px;
    color: #000000;
    font-weight: 400;
}

.header-subscribe .mc4wp-form-fields input[type="submit"] {
    width: 56px;
    background: url(../img/search-icon-black.png) no-repeat center center;
    border: 0px;
    padding: 0px;
    line-height: 41px;
    color: transparent;
    text-indent: -111111111111px;
}

.header-subscribe .mc4wp-form-fields input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.7;
}

.header-subscribe .mc4wp-form-fields input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.header-subscribe .mc4wp-form-fields input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.header-subscribe .mc4wp-form-fields input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.header-subscribe .mc4wp-form-fields input:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.hgeader-date-day p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

.featured-slide-mobile{
    display: none !important;
}
.featured-block .left-block,
.headline-block .left-block {
    width: 100%;
    max-width: 896px;
    float: left;
}
.headline-block .left-block .content-block .content > p{
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.headline-block .left-block .content-block .image-box{
        max-width: 466px;
}
.featured-block .left-block .featured-slide {
    position: relative;
    width: 100%;
}
.featured-news .owl-dots{
    display: none !important;
}
.featured-slide .owl-nav {
    display: block !important;
    position: absolute;
    right: 50px;
    top: -75px;
}

.featured-slide .owl-nav button span {
    display: none;
}

.featured-slide .owl-nav .owl-prev {
    background: url(../img/left-arrow.png) no-repeat center center !important;
    width: 24px;
    height: 20px;
    padding: 0px !important;
    margin: 0px 20px 0px 0px !important;
}

.featured-slide .owl-nav .owl-next {
    background: url(../img/right-arrrow.png) no-repeat center center !important;
    width: 24px;
    height: 20px;
    padding: 0px !important;
    margin: 0px !important;
}

.featured-block .right-block,
.headline-block .right-block {
    width: 100%;
    max-width: 502px;
    float: left;
}



.image-box {
    float: left;
}

.image-box img {
    float: left;
}

.content {
    display: inline-block;
}

.content .image-box {
    float: left;
}

.left-block .activity h6 {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.left-block .activity .content {
    width: 100%;
    max-width: 429px;
    padding: 0px 60px;
}

.left-block .activity .content h2 {
    font-size: 36px;
    line-height: 46px;
}

.left-block .activity .content span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin: 10px 0px;
    display: inline-block;
}

.left-block .activity .content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 10px;
}

.left-block .activity .content h5 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

h5.calendar-icon {
    padding-left: 30px;
    background: url(../img/calendar.png) no-repeat 0px 4px;
}

.left-block .activity .content>a {
    font-size: 18px;
    line-height: 20px;
    font-weight: 800;
    display: inline-block;
    border-bottom: 2px solid #000;
    color: #000;
    margin-top: 8px;
}

.left-block .activity .content a:hover {
	opacity: 0.7;
}

section.featured-block {
    padding-top: 0px;
    padding-bottom: 49px;
}

.featured-block .right-block,
.headline-block .right-block {
    border-left: 1px solid #000;
    padding-left: 58px;
}
#secondary h2.widget-title,
.featured-block .right-block h3,
.headline-block .right-block h3 {
    width: 100%;
    padding-bottom: 18px;
    border-bottom: 1px solid #000;
    margin-bottom: 16px;
    margin-top: -8px;
    display: inline-block;
}
#secondary h2.widget-title,
.featured-block .right-block h3 {
    padding-bottom: 20px;
}

.human ul li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 15px;
    position: relative;
    padding-left: 25px;
}

.human ul li:before {
    content: '\f101';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    top: 0px;
}

.subsections .content-block {
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 33px;
    min-height: 104px;
}

.subsections .content-block .image-box {
    max-width: 129px;
}

.featured-slide .owl-item .content,
.subsections .content {
    float: right;
    width: calc(100% - 159px);
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    font-weight: 400;
    padding-right: 47px;
}

.subsections .content a:hover{
	opacity: 0.7;
}
.featured-block .left-block .latest-article .subsections .content {
    padding-right: 27px;
}

.featured-block .left-block .latest-article .subsections .content:nth-child(even){
    padding-right: 50px;
}
.activity-image .activities {
    margin-top: 30px;
    padding-bottom: 60px;
    border-bottom: 1px solid #000;
    width: 100%;
}

.activity-image ul li:first-child {
    margin: 0px;
}
.activity-image .owl-stage .owl-item{
    border: 4px solid #e1e1e1;
    overflow: hidden;
}
.activity-image .owl-stage .owl-item img {    
    background: #fcfcfc;
    transition: all .2s ease-in-out;
}
.activity-image .owl-stage .owl-item img:hover{
    transform: scale(1.1);
    cursor: pointer;
}
.activity-image ul li {
    border: 4px solid #e1e1e1;
    background: #fcfcfc;
    float: left;
    margin-left: 50px;
}

.featured-slide .content-block {
    display: flex;
}

.featured-slide .owl-item {
    min-width: 402px;
}

.featured-block .left-block h2 {
    margin-bottom: 27px;
}

.featured-block .latest-article hr {
    max-width: 838px;
    margin: 0px 0px 50px !important;
}

.featured-block .container hr:last-child {
    margin-top: 11px;
}

section.children-block,
section.news-block {
    padding-top: 0;
}

section.news-block {
    padding-bottom: 55px;
}

.news-block h2 {
    margin-bottom: 38px;
    text-align: center;
}

.news-block .content h2 {
    text-align: left;
    letter-spacing: -.3px;
}

.news-block .content p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 30px;
}

.news-block .content span {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 700;
}

.news-block .content h5 {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.news-block .content ul {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.news-block .content ul li {
    margin: 0px 10px 0px 0px;
}

.news-block .content ul li a {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 800;
    border-bottom: 2px solid #000;
}

.news-block .content ul li a:hover {
	opacity: 0.7;
}

.cat-name {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
}


/*.subsections .content-block:nth-child(even){
    max-width: 390px;

}*/

.featured-block .right-block {
    margin-top: 10px;
}

.subsections .content-block:nth-child(2) .content {
    padding-right: 0px;
}

.featured-block hr {
    display: inline-block;
    width: 100%;
    margin: 0px;
    border: 0px;
    background-color: #000;
    float: left;
}

.featured-block hr:first-child {
    margin-bottom: 45px;
    margin-top: 0px;
}
#secondary .widget .textwidget ul li,
.featured-block .right-block ul li{
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
}
#secondary .widget .textwidget ul li:first-child,
.featured-block .right-block ul li:first-child., .right-block.subject ul li:first-child{
    margin-top: 22px;
}
#secondary .widget .textwidget ul li .image-box,
.right-block.subject ul li .image-box, .featured-block .right-block ul li .image-box {
    width: 38px;
    height: 38px;
}
#secondary .widget .textwidget ul li .image-box img,
.right-block.subject ul li .image-box img, .featured-block .right-block ul li .image-box img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
#secondary .widget .textwidget ul li .content,
.right-block.subject ul li .content, .featured-block .right-block ul li .content {
    float: right;
    width: calc(100% - 58px);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
#secondary .widget .textwidget ul li .content a,
.right-block.subject ul li .content a, .featured-block .right-block ul li .content a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 21px;
}
#secondary .widget .textwidget ul li .content a:hover,
.right-block.subject ul li .content a:hover, .featured-block .right-block ul li .content a:hover{
    opacity: 0.7;
}
.featured-news,
.latest-article {
    display: inline-block;
    width: 100%;
    position: relative;
}

.news-block .nav-tabs {
    float: left;
    width: 100%;
    margin-bottom: 45px;
}

.news-block .nav-tabs li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.news-block .nav-tabs li a {
    font-size: 16px;
    line-height: 51px;
    color: #000000;
    font-weight: 800;
    display: inline-block;
    padding: 0px 19px;
    border: 1px solid #000;
}

.news-block .nav-tabs li.active a,
.news-block .nav-tabs li a:hover {
    background: #000;
    color: #fff;
}

.tab-content {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.news-block .content-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.news-block .content-block .image-box {
    float: left;
    margin-right: 62px;
    width: 100%;
    max-width: 520px;
    height: 374px;
}
.news-block .content-block .image-box img{
        object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.news-block .content-block .content {
    float: left;
    width: calc(100% - 542px);
}

.news-block .tab-pane>.tab-pane {
    display: none;
}


/* Subscribe Css */

.subscribe-block {
    padding: 63px 65px;
    background: #000;
    display: flex;
    width: 100%;
    color: #fff;
    align-items: center;
    justify-content: space-between;
}

.subscribe-block span {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    font-weight: 800;
    max-width: 230px;
    text-transform: uppercase;
}

.subscribe-block .mc4wp-form-fields {
    border: 2px solid #fff;
    width: 357px;
    max-width: 357px;
}
form#mc4wp-form-2 {
    position: relative;
}
.mc4wp-alert.mc4wp-success {
    max-width: 350px;
    position: absolute;
}
.mc4wp-alert.mc4wp-success p{
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background: #009c00;
    border-radius: 8px;
    color: #fff;
    content: attr(title);
    padding: 10px 9px;
    margin-top: 10px;
}
.mc4wp-alert.mc4wp-success p:before{
border: solid;
    border-color: #009c00 transparent;
    border-width: 0px 6px 11px;
    content: "";
    left: 15px;
       top: -11px;
    position: absolute;
}

.subscribe-block .mc4wp-form-fields input[type="email"] {
    line-height: 55px;
    padding: 0px 15px;
    background: none;
    border: 0px;
    width: calc(100% - 56px);
    float: left;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 57px;
}

.subscribe-block .mc4wp-form-fields input[type="submit"] {
    width: 56px;
    background: url(../img/submit.png) no-repeat center center;
    border: 0px;
    padding: 0px;
    line-height: 57px;
    color: transparent;
    text-indent: -111111111111px;
    filter: brightness(0) invert(1);
}

.subscribe-block .mc4wp-form-fields input[type="submit"]:hover {
    cursor: pointer;
    filter: inherit;
}

.subscribe-block .mc4wp-form-fields input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.subscribe-block .mc4wp-form-fields input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.subscribe-block .mc4wp-form-fields input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.subscribe-block .mc4wp-form-fields input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.culture-slide .owl-nav {
    display: block !important;
    position: absolute;
    right: 0px;
    top: -75px;
}
.culture-slide .content-block .image-box {
    width: 670px;
    height: 374px;
}
.culture-slide .content-block .image-box img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.culture-slide .owl-dots{
    display: none !important;
}
.culture-slide .owl-nav button {}

.culture-slide .owl-nav button span {
    display: none;
}

.culture-slide .owl-nav .owl-prev {
    background: url(../img/left-arrow.png) no-repeat center center !important;
    width: 24px;
    height: 20px;
    padding: 0px !important;
    margin: 0px 20px 0px 0px !important;
}

.culture-slide .owl-nav .owl-next {
    background: url(../img/right-arrrow.png) no-repeat center center !important;
    width: 24px;
    height: 20px;
    padding: 0px !important;
    margin: 0px !important;
}

.children-block,
.cultural-block {
    position: relative;
}

.cultural-block .culture-slide h2.entry-title {
    min-height: 135px;
}

.children-block h2,
.cultural-block h2 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.children-block h2 {
    margin-top: 2px;
}

.children-block .owl-stage .content-block h2,
.cultural-block .owl-stage .content-block h2 {
    font-size: 36px;
    line-height: 46px;
    color: #000000;
    min-height: 92px;
    margin-top: 35px;
    margin-bottom: 24px;
}
.children-block .owl-stage .content-block h2 a:hover,
.cultural-block .owl-stage .content-block h2 a:hover{
    opacity: 0.7;
}
section.children-block {
    padding-top: 0;
    padding-bottom: 32px;
}

.children-block .owl-stage .content-block p,
.cultural-block .owl-stage .content-block p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 20px;
}

.children-block .owl-stage .content-block h5,
.cultural-block .owl-stage .content-block h5 {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.culture-slide.owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin-top: 30px;
    border-bottom: 1px solid #000;
    padding-bottom: 56px;
}

section.cultural-block {
    padding-top: 0;
    padding-bottom: 50px;
}

section.activity-block {
    padding-top: 0;
    padding-bottom: 0;
}

section.activity-block h2 {
    text-align: center;
    margin-bottom: 21px;
    display: inline-block;
    width: 100%;
}

section.subscribe {
    padding: 30px 0px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    opacity: 0.5;
}


/* Footer Css */

.inner-footer-main {
    /*    display: flex;
    justify-content: space-between;*/
    padding: 60px 0 52px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    float: left;
    width: 100%;
}

.footer-left {
    max-width: 390px;
    margin-right: 60px;
    float: left;
}

.footer-left .textwidget p {
    font-size: 16px;
    line-height: 26px;
    color: #484848;
    font-weight: 400;
    margin-top: 27px;
}

.footer-right {
    float: right;
    width: 909px;
}

.footer-right .widget-title {
    margin-top: 0;
}

.footer-right ul.menu {
    margin: 0;
    padding: 0 0px 0 0;
    list-style: none;
}

.header-left .social-icons a {
    color: #000;
    font-size: 20px;
    margin-right: 10px;
    margin-top: 7px;
    float: left;
}

.header-left .social-icons a:hover {
	opacity: 0.7;
}

.header-right {
    width: 100%;
    max-width: 380px;
}

.header-right .widget_text {
    float: right;
    width: auto;
}

.inner-footer-main a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    display: inline-block;
}

.inner-footer-main .menu a:hover,
.inner-footer-main .menu a:focus {
    color: #000;
}

.inner-footer-main .menu a:after {
    display: block;
    content: '';
    border-bottom: solid 2px #000;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.inner-footer-main .menu a:hover:after {
    transform: scaleX(1);
}

section#nav_menu-4 {
    margin-top: 30px;
}

.inner-footer-main .menu li {
    padding: 8px 0 0 0px;
}

section#nav_menu-5 #menu-terms-of-use {
    padding-right: 0px;
}

.footer-right h2.widget-title {
    font-size: 16px;
    line-height: 10px;
    color: #000000;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    margin-bottom: 21px;
}

.site-info-inner>section {
    width: 33.33%;
}

.site-info-inner {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    height: 92px;
}

.site-info ul.social-icons {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-info ul.social-icons li {
    display: inline-block;
    margin-right: 10px;
}

.site-info ul.social-icons li a {
    color: #000;
    font-size: 20px;
}

.site-info ul.social-icons li a:hover {
    color: #00000080;
}

.site-info .widget_text p {
    display: inline-block;
    padding: 0 20px;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 36px;
    color: #000000;
    font-weight: 400;
}

.site-info #text-4 .textwidget {
    text-align: center;
}

.site-info .widget_text p img {
    max-width: 50px;
}

footer#colophon {
    float: left;
    width: 100%;
    background: #fff;
}

.footer-right #nav_menu-2 {
    width: 185px;
}

.footer-right #nav_menu-3 {
    width: 206px;
}

.footer-right #nav_menu-4 {
    width: 262px;
}

.footer-right #nav_menu-5 {
    width: 250px;
}

.site-info {
    float: left;
    width: 100%;
}

.site-info-inner #text-3 .textwidget {
    display: inline-block;
    width: auto;
    float: right;
}

.site-info-inner #text-3 .textwidget p:last-child {
    padding-right: 0px;
    padding-left: 2px;
}

.site-info-inner #text-3 .textwidget p {}


/* Fade In */

.animation-element {
    position: relative;
}


/*3 grid layout*/


/*bounce up animation for the subject*/

.bounce-up .subject {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bounce-up.in-view .subject {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.sticky .inner-top-header .site-branding {
    padding: 29px 0px 24px;
    max-width: 200px;
}

.sticky .header-right img {
    max-width: 60px;
}



.site-main>.container>.right-block {
 /*   border-left: 1px solid #000;
    padding-left: 58px;*/
    width: 100%;
    max-width: 502px;
    float: left;
}
.site-main>.container>.right-block #secondary .widget_rss {
        margin-top: 55px !important;
         border-left: 1px solid #000;
    	padding-left: 58px;

}
.single .site-main>.container>.right-block #secondary section#text-11 {
    margin-top: 54px;
}
.site-main>.container>.right-block #secondary .widget_text {
/*        margin-top: 54px;*/
    border-left: 1px solid #000;
    padding-left: 58px;
}
.single .site-main>.container>.right-block #secondary section#text-10 {
        margin-top: 0px;
}
.addtoany_shortcode {
    margin-right: 20px;
}
.about-title h2 {
    margin-top: 3px;
}

.about-title h3 {
    padding: 50px 0px 54px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 51px;
}

.goal .content-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.goal .img-block img {
    float: left;
}

.goal .description-block {
    max-width: 535px;
    padding-left: 60px;
}

.goal .description-block h2 {
    padding-right: 60px;
}

.goal .description-block p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    margin-top: 30px;
}

.goal.col-rev .content-part {
    flex-direction: row-reverse;
}

.goal.col-rev .content-part .description-block {
    padding-left: 0px;
    padding-right: 60px;
}

.department hr {
    margin: 0px 0px 47px;
}

.department ul {
    display: inline-block;
    width: 100%;
}
.department ul li:first-child .description-block h4{
        max-width: 290px;
}
.department ul li {
    float: left;
    width: 33.33%;
    margin-top: 30px;
    margin-bottom: 20px;
    min-height: 343px;
}

.department ul li p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    font-family: "Inter";
    max-width: 418px;
}

.description-block h4 {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    font-weight: 800;
    max-width: 266px;
    margin-top: 24px;
    margin-bottom: 15px;
}

.department h2 {
    margin-bottom: 28px;
}

.department ul li:nth-child(3) {
    padding-left: 15px;
}

.department ul li:nth-child(2) {
    padding-left: 17px;
}

.department ul li:nth-child(4),
.department ul li:nth-child(5) {
    min-height: inherit;
}

.mission hr:last-child {
    margin: 60px 0px 0px;
}

.mission hr {
    margin: 26px 0px 60px;
}

.approach h2 {
    margin-top: 52px;
    margin-bottom: 15px;
}

.approach-blocks ul {
    display: inline-block;
    width: 100%;
}

.approach-blocks ul li {
    float: left;
    width: 33.33%;
    margin-top: 30px;
    padding-right: 30px;
    margin-bottom: 18px;
}

.approach-blocks ul li:last-child {
    padding-right: 0px;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 50px;
}

.approach .approach-blocks ul li:last-child h4 {
    margin-bottom: 15px;
}

.approach .approach-blocks ul li:last-child p {
    min-height: inherit;
}

.approach-blocks ul li span {
    font-family: 'Playfair Display', serif;
    font-size: 66px;
    line-height: 46px;
    color: #000000;
    font-weight: 700;
}

.approach .approach-blocks ul li h4 {
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    margin-top: 33px;
    margin-bottom: 20px;
}

.approach-blocks ul li p {
    min-height: 163px;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
}

.approach-blocks {
    border-bottom: 1px solid #000;
}

.history h4,
.approach h4 {
    font-size: 22px;
    line-height: 30px;
    color: #000000;
}

.approach h4 {
    margin-bottom: 27px;
}

.history hr:first-child {
    margin: 0px;
}

.history p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 26px;
}

.history p:last-child {
    margin-bottom: 54px;
}

.history h4 {
    margin-bottom: 30px;
}

.history hr {
    margin-top: 57px;
    margin-bottom: 55px;
}

section.about-title {
    padding-top: 46px;
}

.about-news {
    padding-top: 50px;
    position: relative;
    padding-bottom: 48px;
}

.about-news .subject:before, .about-news ul:before, .about-news ul:after{
    content: '';
    background: #000;
    width: 1px;
    height: 437px;
    position: absolute;
}

.about-news .subject:before {
    right: 303px;
    top: 107px;
}


.about-news ul:before {
    left: 329px;
}

.about-news ul:after {
    left: 734px;
}

.about-news ul {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 60px;
}

.about-news ul li {
    float: left;
    width: 25%;
    padding: 0px 60px 10px;
    min-height: 116px;
    margin-bottom: 32px;
}

.about-news ul li a {
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    font-weight: 800;
    text-align: left;
    margin-top: 16px;
}
.about-news ul li a:hover{
    opacity: 0.7;
}
.about-news ul li a:after {
    content: '';
    background: url(../img/link.png) no-repeat 0px 0px;
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-left: 10px;
}

.about-news ul li:nth-child(1),
.about-news ul li:nth-child(5),
.about-news ul li:nth-child(9) {
    padding-left: 0px;
    width: 330px;
    padding-right: 0;
}

.about-news ul li:nth-child(4),
.about-news ul li:nth-child(8) {
    padding-right: 0px;
    width: 285px;
    padding-left: 50px;
}

.about-news ul li:nth-child(2),
.about-news ul li:nth-child(6) {
    width: 405px;
}

.about-news ul li:nth-child(3),
.about-news ul li:nth-child(7) {
    width: 377px
}

 .about-news ul li:nth-child(5),
 .about-news ul li:nth-child(6),
 .about-news ul li:nth-child(7),
 .about-news ul li:nth-child(8){
    min-height: 120px;
        min-height: 144px;
 }
  .about-news ul li:nth-child(5) a,
 .about-news ul li:nth-child(6) a,
 .about-news ul li:nth-child(7) a,
 .about-news ul li:nth-child(8) a{
        max-width: 280px;
        margin-top: 6px;
 }
 .about-news ul li:nth-child(5) a{
        max-width: 245px;
 }
.about-news ul li:nth-child(9){
    margin-bottom: 0px;
}
.about-news ul li:nth-child(9) a{
    margin-top: 0px;
}
.history h2 {
    margin-top: 51px;
    margin-bottom: 13px;
    display: inline-block;
}
.search-no-results section.no-results.not-found {
    padding-top: 0;
}
.search-no-results .left-block .page-header{
        border-bottom: 1px solid #000;
    padding-bottom: 50px;
    margin-bottom: 40px;
}

.archive.post-type-archive .left-block article, 
.archive.tag .left-block article, 
.search-results .left-block article, 
.category .site-main article {
    display: inline-block;
    width: 100%;
    background: #fff;
    margin: 0px !important;
     padding: 60px 0px 60px 0px;
    border-top:1px solid #000; 
}

.site-main>.container>.left-block {
    width: 100%;
    max-width: 896px;
    float: left;
    padding-right: 60px;
}
/*.search-results .left-block .page-header .page-title,*/
.archive .left-block .page-header .page-title,
.archive.post-type-archive .left-block .page-header .page-title,
.category .left-block .page-header .page-title{
    font-size: 0px;
    line-height: 0px;
    color: transparent;
}
.entry-content h3{
    margin-bottom: 45px;
}
.archive .left-block .page-header .page-title span, 
.archive.post-type-archive .left-block .page-header .page-title span,
.search-results .left-block .page-header .page-title span,
.category .left-block .page-header .page-title span {
    font-size: 36px;
    line-height: 46px;
    color: #000000;
        margin-bottom: 52px;
    display: inline-block;
}
.archive.post-type-archive .sidebar #secondary > section,
.search-results .sidebar #secondary > section,
.category .sidebar #secondary > section{
    margin-bottom: 60px;
}
.archive.post-type-archive .site-main article .post-thumbnail,
.search-results .site-main article .post-thumbnail,
.category .site-main article .post-thumbnail{
    display: inline-block;
    float: right;
        height: 301px;
        max-width: 339px;
}
.archive.post-type-archive .site-main article .post-thumbnail img,
.search-results .site-main article .post-thumbnail img,
.category .site-main article .post-thumbnail img{
    float: right;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.archive.post-type-archive .site-main article .entry-header,
.search-results .site-main article .entry-header,
.category .site-main article .entry-header{
    float: left;
    width: calc(100% - 339px);
    padding-right: 50px;
}
.archive.post-type-archive .site-main article .entry-footer,
.archive.post-type-archive .site-main article .entry-content,
.search-results .site-main article .entry-footer,
.category .site-main article .entry-content{
    display: none;
}
.archive.post-type-archive .site-main article .entry-header > span,
.search-results .site-main article .entry-header > span,
.category .site-main article .entry-header > span {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    margin-top: 28px;
}   
.archive.post-type-archive .site-main article .entry-header h3.entry-title,
.search-results .site-main article .entry-header h3.entry-title,
.category .site-main article .entry-header h3.entry-title{
    margin-top: -10px;
}
#secondary h2.widget-title{
    font-size: 30px;
}
.archive.post-type-archive #primary,
.category #primary{
    padding-top: 44px;
}
.archive.post-type-archive #primary .left-block,
.category #primary .left-block{
    border: 0px;
}
.archive.post-type-archive #primary .sidebar.right-block,
.category #primary .sidebar.right-block{
        margin-top: 16px;
}
.archive.post-type-archive .sidebar #secondary > section:first-child,
.category .sidebar #secondary > section:first-child {
    margin-top: -4px;
}
.archive.post-type-archive .sidebar #secondary > section:first-child h2,
.category .sidebar #secondary > section:first-child h2{
    padding-bottom: 16px;
        margin-bottom: 10px;
}
.archive.post-type-archive .sidebar.right-block .human ul li,
.category #primary .sidebar.right-block .human ul li{
    margin-top: 16px;
}
.search .site-main article .posted-on a,
.search .site-main article .entry-meta span,
.archive.post-type-archive .site-main article .posted-on a,
.archive.post-type-archive .site-main article .entry-meta span,
.category .site-main article .posted-on a,
.category .site-main article .entry-meta span{
    font-size: 16px;
    line-height: 27px;
    color: #000000;
    font-weight: 400;
    float: left;
}
.search .entry-summary {
    display: inline-block;
	width: calc(100% - 339px);
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    float: left;
}
.entry-meta {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.entry-meta span{
    display: inline-block;
}
.posted-on{
    margin-right: 30px !important;
    color: transparent !important;
    font-size: 0px !important;
    line-height: 0px !important;
    float: left;
}
.posted-on a{
    padding-left: 30px;
    background: url(../img/calendar.png) no-repeat 0px 3px;
}
.byline{
    display: none !important;
}

.tag-block.hide, 
.cat-block.hide, 
.cat-links.hide{
	display: none !important;  
}
.tag-block,
.cat-block,
.cat-links {
    position: relative;
    float: left;
    margin-right: 30px;
}

.tag-block:before,
.tag-block:before{
     content: 'Tags';
     font-size: 16px;
    line-height: 27px;
    color: #000000;
    font-weight: 400;
    background: url(../img/tag.png) no-repeat 0px 4px;
    padding: 0px 0px 0px 25px;
}
.cat-block:before,
.cat-block:before{
    content: 'Posted In';
    font-size: 16px;
    line-height: 27px;
    color: #000000;
    font-weight: 400;
    background: url(../img/tag.png) no-repeat 0px 4px;
    padding: 0px 0px 0px 25px;
}

.cat-block span,
.tag-block span,
.cat-links a{
    position: absolute;
    width: auto;
    top: 34px;
    left: 5px;
    background: #fff;
    -webkit-transition: max-height 1s; 
    -moz-transition: max-height 1s; 
    -ms-transition: max-height 1s; 
    -o-transition: max-height 1s; 
    transition: max-height 1s; 
    max-height: 0;
    overflow: hidden;  
    opacity: 0;
    max-width: 350px;
    min-width: 380px;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    z-index: 99;
}

.cat-block span:before,
.tag-block span:before,
.cat-links a:before{
    content: '';
    background: url(../img/tooltip-arrow.png) no-repeat 0px 0px;
    position: absolute;
    top: -12px;
    left: -1px;
    height: 12px;
    width: 12px;
}

.cat-block:hover span,
.tag-block:hover span,
.cat-links:hover a{
    max-height: 300px;
    padding: 10px 20px;
    border: 1px solid #000;
    overflow: visible;
    opacity: 1;
}

.cat-links{
    padding-left: 30px;
    background: url(../img/tag.png) no-repeat 0px 0px;
}
.tags-links{
    padding-left: 30px;
    background: url(../img/tag.png) no-repeat 0px 0px;
}
article .comments-link{
    display: none;
}
/* Contact Page Css */
.contactpage {
    padding: 50px 0px 60px 0px;
}
.contactpage .left-block{
        width: 100%;
    max-width: 896px;
    float: left;
    padding-right: 60px;
}
.contactpage .right-block{    
    width: 100%;
    max-width: 502px;
    float: left;
    margin-top: 10px;
}
.contactpage .left-block h2{
    margin-bottom: 32px;
}
.wpcf7-form .field{
    max-width: 49%;
    margin-bottom: 19px;
    max-width: 408px;
}
.wpcf7-form .field:nth-child(odd){
    float: right;
}
.wpcf7-form .field:nth-child(even){
    float: left;
}
.wpcf7-form .field.full{
    width: 100%;
    max-width: 100%;
}
.wpcf7-form .field input[type="text"],
.wpcf7-form .field textarea,
.wpcf7-form .field input[type="email"]{
    border: 1px solid #000;
    border-radius: 0px;
    line-height: 52px;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
     font-family: 'Inter', sans-serif;
     padding: 0px 20px;
     width: 100%;
}

.wpcf7-form .field textarea{
    line-height: 27px;
    height: 150px;
    padding: 12px 20px;
}
.wpcf7-form .field ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.wpcf7-form .field ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.wpcf7-form .field :-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.wpcf7-form .field :-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.wpcf7-form > p{
    display: inline-block;
    width: 100%;
}
.wpcf7-form .wpcf7-submit{
    width: 100%;
    border: 0px;
    line-height: 54px;
    background: #000000 url(../img/submit.png) no-repeat 58.5% 54%;
    padding: 0px 15px 0px 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
}
.wpcf7-form .field input.wpcf7-not-valid {
    border-color: #ff0000 !important;
}
.wpcf7-form .field .wpcf7-not-valid-tip{
    display: none;
}
.wpcf7-form .wpcf7-submit:hover{
    cursor: pointer;
    opacity: 0.5;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
    display: inline-block;
    width: 100%;
    margin: 0px !important;
        padding: 10px 0px !important;
    border-color: #ff0000 !important;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #ff0000;
        border: 0px;
    padding: 0px !important;
    display: none !important;
}
.wpcf7 form.sent .wpcf7-response-output{
        display: inline-block;
    width: 100%;
    margin: 0px !important;
    padding: 10px 0px !important;
    border-color: #46b450 !important;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #46b450;
        border: 0px;
    padding: 0px !important;
}
.right-block .blocks-sidebar{
   margin-bottom: 62px;
    display: inline-block;
    width: 100%;
    border-left: 1px solid #000;
    padding-left: 58px;
}
.right-block .blocks-sidebar:last-child{
    margin-bottom: 0px;
}
.right-block .blocks-sidebar h3{
        padding-bottom: 22px;
        width: 100%;
    border-bottom: 1px solid #000;
    margin-bottom: 16px;
    margin-top: -8px;
    display: inline-block;
}
.right-block .blocks-sidebar ul li:first-child{
    margin-top: 22px;
}
.right-block .blocks-sidebar ul li {
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
}
.right-block .blocks-sidebar ul li .image-box {
    width: 38px;
    height: 38px;
    float: left;
}

.right-block .blocks-sidebar ul li .image-box img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.right-block .blocks-sidebar ul li .content {
    float: right;
    width: calc(100% - 58px);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.right-block .blocks-sidebar ul li .content  a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 21px;
}
.right-block .blocks-sidebar ul li .content  a:hover{
     opacity: 0.7;
}






.tag-block {
    position: relative;
}
/*.tag-block:before {
    content: 'Tags';
    font-size: 16px;
    line-height: 27px;
    color: #000000;
    font-weight: 400;
}
.tag-block ul{
    position: absolute;
    background: #fff;
    padding: 20px;
    border: 1px solid #000;
    display: inline-block;
}
.tag-block ul:before{

}*/
.post-type-archive .left-block article .entry-footer{
    display: none;
}
nav.navigation.posts-navigation {
    display: none;
}
.navigation {
    width: 100%;
    display: inline-block;
        margin-bottom: 55px;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #000;
    text-decoration:none;
}
 
.navigation li {
    display: inline-block;
    float: left;
    margin-right: 8px;
    line-height: 36px;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    border-radius: 3px;
    cursor: pointer;
    padding: 0px 16px;
    display: inline-block;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #10182f;
    color: #fff;
}
.navigation li.prev a,
.navigation li.next a{
    position: relative;
    color: transparent;
    line-height: 0px;
    font-size: 0px;
    width: 40px;
    height: 36px;
    float: left;
}

.navigation li.prev a:after{
    content: '\f053';
    font-family: 'FontAwesome';
    color: #000;
    font-size: 16px;
    display: inline-block;
    width: 12px;
    height: 16px;
    position: absolute;
    top: 18px;
    left: 14px;
}
.navigation li.next a:after{
    content: '\f054';
    font-family: 'FontAwesome';
    color: #000;
    font-size: 16px;
    display: inline-block;
    width: 12px;
    height: 16px;
    position: absolute;
    top: 18px;
    left: 14px;
}
.navigation li.prev a:hover:after,
.navigation li.next a:hover:after{
    color: #fff;
}

/* Singal page */

.tag #primary,
.single #primary{
    margin-top: 55px;
}
.tag .site-main .container .right-block .widget_text{
        margin-top: 54px;
}

.tag article .entry-header span,
.single article .entry-header span{
    display: none;
}
.tag article .entry-header .entry-header .entry-meta span,
.single article .entry-header .entry-meta span{
    display: none;
}
.tag article .entry-header .entry-meta span.posted-on,
.single article .entry-header .entry-meta span.posted-on{
    display: block;
    margin-right: 30px;
    color: transparent !important;
    font-size: 0px !important;
    line-height: 0px !important;
}
.tag article .entry-header .entry-meta span.posted-on a,
.single article .entry-header .entry-meta span.posted-on a{
    font-size: 16px;
    line-height: 27px;
    color: #000000;
    font-weight: 400;
    float: left;
    padding-left: 30px;
    background: url(../img/calendar.png) no-repeat 0px 3px;
    margin-bottom: 55px;
}
/*.tag article .post-thumbnail,
.single article .post-thumbnail{
    display: none;
}*/
/*.tag article .entry-content,
.single article .entry-content{
    margin-top: 0px;
    border-top: 1px solid #000;
    
}*/
.tag article .entry-footer,
.single article .entry-footer{
    display: none;
}


.tag article .entry-content p,
.single article .entry-content p{
    margin-bottom: 35px;
}
.tag article .entry-content .wp-block-image,
.single article .entry-content .wp-block-image{
        margin: 60px 0px;
}
.tag article{
    margin-bottom: 55px;
}
nav.navigation.post-navigation {
    display: none;
}

.single-post-block {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 50px 0px 50px;
}
.single-post-block .cat-block{
    float: left;
}
.single-post-block .tag-block{
    float: left;
}
.addtoany_shortcode {
    float: left;
    margin-right: 25px;
}
.addtoany_shortcode > div a{
    padding: 0px !important;
}
.addtoany_shortcode > div a.a2a_button_facebook{
margin-left: -14px;
}
.addtoany_shortcode > div a span{
    background: none !important
}
.addtoany_shortcode > div a span svg path{
    fill: #000 !important;
}
.related-posts {
    display: inline-block;
    width: 100%;
    padding-top: 50px;
	border-top: 1px solid #000;
}
.related-posts h2{
    margin-bottom: 50px;
}
.related-post .owl-nav{
    display: none !important;
}
.related-post-box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}
.related-post-box-item {
    max-width: 100%;
    width: 100%;
    float: left;
}
.related-post-box-item .thumb-box{
        max-width: 321px;
    height: 401px;
    display: inline-block;
}
.related-post-box-item .thumb-box img{
        object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.related-post-box-item h4{
    font-size: 24px;
line-height: 34px;
color: #000000;
margin-top: 25px;
}
.related-post-box-item h4 a:hover{
    opacity: 0.7;
}

.post-subscribe > section{
    background: none;
    background: #000;
}

.post-subscribe {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #000;
    padding: 50px 60px 52px 60px;
    color: #fff;
    background: #000;
    margin-bottom: 22px;
}

.category .site-main article:nth-child(6){
margin-bottom: 30px !important;
    border-bottom: 1px solid #000;
}

.post-subscribe #text-12,
.post-subscribe .widget_mc4wp_form_widget{
width: calc(100% - 240px);
    float: left;
}
.post-subscribe #media_image-3 {
    width: auto;
    float: right;
        margin-top: 9px;
}


.post-subscribe .widget_text .textwidget > p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin: 16px 0px 33px;
}


.subscribe-block .mc4wp-form-fields {
    border: 2px solid #fff;
    width: 357px;
    max-width: 357px;
}
.post-subscribe form {
    position: relative;
        max-width: 357px;
        border: 1px solid #fff;
}
.post-subscribe .mc4wp-alert.mc4wp-success {
    max-width: 350px;
    position: absolute;
}

.post-subscribe .mc4wp-form-fields input[type="email"] {
    line-height: 55px;
    padding: 0px 15px;
    background: none;
    border: 0px;
    width: calc(100% - 56px);
    float: left;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 57px;
}

.post-subscribe .mc4wp-form-fields input[type="submit"] {
    width: 56px;
    background: url(../img/submit.png) no-repeat center center;
    border: 0px;
    padding: 0px;
    line-height: 57px;
    color: transparent;
    text-indent: -111111111111px;
    filter: brightness(0) invert(1);
}

.post-subscribe .mc4wp-form-fields input[type="submit"]:hover {
    cursor: pointer;
    filter: inherit;
}

.post-subscribe .mc4wp-form-fields input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.post-subscribe .mc4wp-form-fields input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.post-subscribe .mc4wp-form-fields input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.post-subscribe .mc4wp-form-fields input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}
.error404 .page-content > p,
section.no-results.not-found .page-content p {
    font-size: 21px;
}
.error404 .page-content .search-form,
section.no-results.not-found .page-content .search-form{
    margin-top: 20px;
    float: left;
    width: 100%;
    max-width: 320px;
    border: 1px solid #000;
}
.error404 .page-content .search-form label,
section.no-results.not-found .page-content .search-form label{
    width: calc(100% - 56px);
    float: left;
}
.error404 .page-content .search-form label input,
section.no-results.not-found .page-content .search-form label input{
    padding: 0px 15px;
    background: none;
    border: 0px;
    width: 100%;
    float: left;
    border-radius: 0px;
    font-size: 16px;
    line-height: 41px;
    color: #000000;
    font-weight: 400;
}
.error404 .page-content .search-form .search-submit,
section.no-results.not-found .page-content .search-form .search-submit{
    width: 56px;
    background: url(../img/search-icon.png) no-repeat 24px 11px;
    border: 0px;
    padding: 0px;
    line-height: 41px;
    color: transparent;
    text-indent: -111111111111px;
    filter: brightness(1) invert(1);
    border-radius: 0px;
}
.error404 .page-content .search-form .search-submit:hover,
section.no-results.not-found .page-content .search-form .search-submit:hover{
    cursor: pointer;
    opacity: 0.5;
}

.search main#primary {
    margin-top: 50px;
}
.search-results .left-block,
.error404 .left-block,
.search .left-block{
    width: 100%;
    max-width: 896px;
    float: left;
    padding-right: 60px;
}
.search-results .right-block,
.error404 .right-block, 
.search .right-block{
    border-left: 0px;
    padding-left: 0;
    width: 100%;
    max-width: 502px;
    float: left;
    margin-top: 21px;
}

.search-results .right-block h2,
.error404 .right-block h2,
.search .right-block h2 {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    font-size: 30px;
    margin-bottom: 16px;
    margin-top: -8px;
    display: inline-block;
}
section.error-404.not-found {
    padding: 20px 0px 60px;
}
.search-results .right-block section:first-child,
.error404 .right-block section:first-child,
.search .right-block section:first-child {
    margin-top: 0;
}
.search-results .right-block section,
.error404 .right-block section,
.search .right-block section {
    margin-top: 54px;
    border-left: 1px solid #000;
    padding-left: 58px;
}
.search-results .right-block section ul li:first-child,
.error404 .right-block section ul li:first-child,
.search .right-block section ul li:first-child {
    margin-top: 22px;
}
.search-results .right-block section ul li,
.error404 .right-block section ul li,
.search .right-block section ul li {
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
}
.search-results .right-block section ul li .image-box,
.error404 .right-block section ul li .image-box,
.search .right-block section ul li .image-box {
    width: 38px;
    height: 38px;
}
.search-results .right-block section ul li .image-box img,
.error404 .right-block section ul li .image-box img,
.search .right-block section ul li .image-box img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.search-results .right-block section ul li .content,
.error404 .right-block section ul li .content,
.search .right-block section ul li .content {
    float: right;
    width: calc(100% - 58px);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

#comments .comment-respond h3{
    display: none;
}
#comments .comment-respond .comment-notes{
    display: none;
}
#comments .comment-respond .comment-form-comment label{
    margin:0px 0px 40px; padding:0px;  font-family: 'Roxborough CF', sans-serif; font-size: 36px; line-height: 46px;
    display: inline-block;
}
#comments .comment-respond .comment-form-comment textarea{
    border: 1px solid #000;
    border-radius: 0px;
    padding: 10px 20px;
}
#comments .comment-respond p.comment-form-comment{
    width:100%;
        margin: 0px;
}
#comments .comment-respond p input{
    border: 1px solid #000;
    border-radius: 0px;
    width: 100%;
    line-height: 48px;
}
#comments .comment-respond p label{
    display: inline-block;
    width: 100%;
    font-weight: 600;
}
#comments .comment-respond p {
    float: left;
    width: 48%;
    margin-top: 20px;
}

#comments .comment-respond .comment-form-author,
#comments .comment-respond .comment-form-url{
    float: left;
}
#comments .comment-respond .comment-form-email,
#comments .comment-respond .comment-form-cookies-consent{
    float: right;
}
#comments .comment-respond .comment-form-cookies-consent {
    display: inline-block;
        width: 100%;
}
#comments .comment-respond .comment-form-cookies-consent input{
    width: auto;
    margin-right: 5px;
    margin-bottom: 20px;
}
#comments .comment-respond .comment-form-cookies-consent label{
    width: auto;
}
#comments .comment-respond p.form-submit input[type="submit"]{
    width: 100%;
    border: 0px;
    line-height: 54px;
    background: #000000 url(../img/submit.png) no-repeat 60.5% 54%;
    padding: 0px 25px 0px 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
}
#comments .comment-respond p.form-submit input[type="submit"]:hover{
    cursor: pointer;
    opacity: 0.7;
}
#comments {
    padding-bottom: 52px;
    display: inline-block;
    width: 100%;
    padding-top: 40px;
    border-top: 1px solid #000;
    margin-top: 60px;
}

.entry-footer .cat-links,
.entry-footer .tags-links{
    display: none !important;
}
.addtoany_shortcode {
    margin-right: 25px;
}

.search .site-main .right-block{
    padding-bottom: 60px;
}
.headline-block .right-block ul li,
.right-block .widget_rss ul li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 15px;
    position: relative;
    padding-left: 25px;
}
.headline-block .right-block ul li{
margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
    padding: 0px;
}
.headline-block .left-block .activity .content h2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.headline-block .right-block .image-box {
   width: 38px;
    height: 38px;
}
.headline-block .right-block .image-box img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.headline-block .right-block .content{
    float: right;
    width: calc(100% - 58px);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.headline-block .right-block .content a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 21px;
}
.widget_rss .widget-title a:first-child,
.right-block .widget_rss h3 a:first-child{
    display: none;
}
.headline-block .right-block ul li:first-child,
.right-block .widget_rss ul li:first-child {
    margin-top: 22px;
}

.right-block .widget_rss ul li:before {
    content: '\f101';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    top: 0px;
}
.right-block .widget_rss ul li a{
    color: #000;
}
.right-block .widget_rss ul li a:hover{
    opacity: 0.7;
}

/* Annual Report */
section.annual-report{
        padding: 60px 0px 60px 0px;
}
.annual-report .left-block > figure{
    margin-top: 20px;
}
.annual-content p{
    margin-bottom: 35px;
}
.annual-content h3{
    margin-bottom: 20px;
}

.annual-report .right-block section.widget{
        border-left: 1px solid #000;
    padding-left: 58px;
        margin-top: 54px;
}
.annual-report .right-block section.widget:first-child{
    margin-top: 0px;
}

.single article .entry-content p span,
.single article .entry-content p{
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important; 
}

.entry-header .entry-title a:hover{
	opacity: 0.7;
}

.header-left section#text-13 {
    display: none;
}
#nav-toggle{
	display: none;
}
.inner-top-header .header-search{
	display: none;
}

.headline-block .left-block .content-block .image-box{
        height: 370px;
}
.headline-block .left-block .content-block .image-box img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1480px) {
    .container {
        max-width: 1330px;
    }
    .header-donate {
        padding: 20px 15px;
    }
    .header-search {
        max-width: 363px;
        padding: 20px 15px;
    }
    .header-subscribe .mc4wp-form-fields {
        max-width: 275px;
    }
    .header-donate .widget_text .textwidget p a {
        padding: 0px 20px;
    }
    .error404 .left-block, .search .left-block,
    .site-main>.container>.left-block,
    .contactpage .left-block,
    .featured-block .left-block,
    .headline-block .left-block {
        max-width: 855px;
    }
    .left-block .activity .content {
        width: 100%;
        max-width: 389px;
        padding: 0px 30px;
    }
    .error404 .right-block, .search .right-block,
    .site-main>.container>.right-block,
    .post-type-archive .sidebar.right-block,
    .contactpage .right-block,
    .featured-block .right-block,
    .headline-block .right-block {
        width: 100%;
        max-width: 442px;
        float: left;
    }

    .wpcf7-form .field{
            width: 49%;
    }
    .footer-left {
        max-width: 330px;
        margin-right: 60px;
        float: left;
    }
    .inner-footer-main a {
        font-size: 15px;
    }
    .inner-top-header .site-branding {
        padding: 29px 0px 24px;
        max-width: 200px;
    }
    .header-right img {
        max-width: 60px;
    }
    .approach-blocks ul li p{
        min-height: 183px;
    }
    .about-news ul li:nth-child(1), .about-news ul li:nth-child(5), .about-news ul li:nth-child(9){
    width: 290px;
}
.about-news ul li:nth-child(2), .about-news ul li:nth-child(6) {
    width: 355px;
    padding: 12px 30px;
}   
.about-news ul li:nth-child(3), .about-news ul li:nth-child(7) {
    width: 347px;
    padding: 12px 30px;
}
.about-news .subject:before {
    right: 323px;   
}
.about-news ul:before {
    left: 290px;
}
.about-news ul:after {
    left: 645px;
}
.header-subscribe h2{
   width: 136px;
}
#page {
    padding-top: 242px;
}
.about-news ul li{
    min-height: 132px;
        margin-bottom: 12px;
}
.about-news ul li:nth-child(5), .about-news ul li:nth-child(6), .about-news ul li:nth-child(7), .about-news ul li:nth-child(8){
        min-height: 149px;
}
.about-news ul li:nth-child(9) {
    margin-bottom: 0px;
    padding-right: 10px;
}
.header-donate ul li:first-child {
    margin-left: 5px;
}
.featured-block .left-block .latest-article .subsections .content {
    padding-right: 17px;
}
.culture-slide .content-block .image-box{
    max-width: 100%;
}
.subscribe-block span {
   max-width: 244px;
}
.tag #primary, .single #primary {
    margin-top: 60px;
}
.related-post-box-item h4{
    max-width: 290px;
}
.related-post-box-item .thumb-box {
    max-width: 290px;
    height: 320px;
}

}

@media only screen and (max-width: 1340px) {
    .custom-logo-link {
        display: inline-block;
        max-width: 300px;
    }
    .inner-top-header .site-branding {
        padding: 20px 0px 20px;
        max-width: 200px;
    }
    .container {
        max-width: 1260px;
    }
    .header-subscribe {
        padding: 13px 15px;
    }
    .contactpage .right-block,
    .featured-block .right-block,
    .headline-block .right-block {
        width: 100%;
        max-width: 373px;
        float: left;
        padding-left: 35px;
    }
    .header-donate .widget_text .textwidget p a {
        padding: 0px 15px;
        font-size: 16px;
    }
    .header-donate {
        padding: 15px 15px;
    }
    .header-subscribe .mc4wp-form-fields {
        max-width: 255px;
    }
    .header-subscribe h2 {
        font-size: 15px;
    }
    h3 {
        font-size: 25px;
    }
    .featured-block .latest-article hr {
        max-width: 798px;
    }
    .footer-right #nav_menu-2 {
        width: 155px;
    }
    .footer-right #nav_menu-3 {
        width: 226px;
    }
    .footer-right #nav_menu-4 {
        width: 240px;
    }
    .footer-right {
        float: right;
        width: 869px;
    }
    .footer-left {
        max-width: 320px;
        margin-right: 40px;
        float: left;
    }
    .footer-right #nav_menu-4 {
    width: 234px;
}
.department ul li {
    min-height: 379px;
}
.about-news ul:before {
    left: 280px;
}
.about-news ul:after {
    left: 611px;
}
.about-news ul li a{
    font-size: 17px;    
    margin-top: 20px;
}
.about-news ul li:nth-child(1), .about-news ul li:nth-child(5), .about-news ul li:nth-child(9) {
    width: 290px;
}
.about-news ul li:nth-child(2), .about-news ul li:nth-child(6) {
    width: 325px;
    padding: 12px 20px;
}
.about-news ul li:nth-child(3), .about-news ul li:nth-child(7) {
    width: 327px;
    padding: 12px 30px;
}
.error404 .left-block, .search .left-block, .site-main>.container>.left-block, .contactpage .left-block, .featured-block .left-block, .headline-block .left-block {
    max-width: 825px;
}
.site-main>.container>.left-block{
        padding-right: 30px;
}
.error404 .right-block, .search .right-block, .site-main>.container>.right-block, .post-type-archive .sidebar.right-block, .contactpage .right-block, .featured-block .right-block, .headline-block .right-block {
    width: 100%;
    max-width: 402px;
    float: left;
}
/*.related-post-box-item {
    max-width: 24%;
}*/
.related-post-box-item h4 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 18px;
}
.approach .approach-blocks ul li h4{
    min-height: 61px;
}

.approach-blocks ul li p {
    min-height: 223px;
}
.headline-block .left-block .content-block .image-box {
    max-width: 436px;
}
.subsections .content-block {
    min-height: 116px;
}
}

@media only screen and (max-width: 1260px) {
    h2 {
        font-size: 30px;
        line-height: 46px;
    }

    .container {
        max-width: 1170px;
    }
    .header-subscribe h2 {
        width: 116px;
        margin-right: 13px;
    }
    .header-subscribe .mc4wp-form-fields {
        max-width: 225px;
    }
    .header-subscribe {
        padding: 14px 15px;
    }
    .error404 .left-block, .search .left-block, .site-main>.container>.left-block, .contactpage .left-block, .featured-block .left-block, .headline-block .left-block {
        max-width: 735px;
        padding-right: 30px;
    }
    .contactpage .right-block, .featured-block .right-block, .headline-block .right-block{
            padding-left: 30px;
    }
    .annual-report .right-block section.widget {
        padding-left: 30px;
    }
    .left-block .activity .content {
        width: 100%;
        max-width: 389px;
        padding: 0px 0px 0px 30px;
    }
    .left-block .activity .content h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .headline-block .left-block .content-block .image-box {
    max-width: 346px;
}
.left-block .activity .content {
    max-width: 359px;
    padding-right: 0px;
}
h6:blank,
h6:empty {
    display: none;
}
.subsections .content-block:nth-child(2) .content{
    padding-right: 0px;
}
.featured-slide .owl-item .content, .subsections .content{
    padding-right: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.footer-right {
    float: right;
    width: 779px;
}
.footer-right #nav_menu-2 {
    width: 125px;
}
.footer-right #nav_menu-3 {
    width: 176px;
}
.footer-right #nav_menu-4 {
    width: 214px;
}
.site-info .widget_text p{
    padding: 0px;
}
.about-news ul li:nth-child(1), .about-news ul li:nth-child(5), .about-news ul li:nth-child(9) {
    width: 250px;
}
.about-news ul li:nth-child(3), .about-news ul li:nth-child(7) {
    width: 297px;
    padding: 12px 20px;
}
.about-news ul li:nth-child(4), .about-news ul li:nth-child(8) {
    width: 265px;
    padding-left: 30px;
}
.about-news ul:before {
    left: 250px;
}
.about-news ul:after {
    left: 561px;
}
.about-news .subject:before {
    right: 303px;
}

}

@media only screen and (max-width: 1199px) {
    .container-fluid {
        padding: 0 15px;
    }
   .custom-logo-link {
        max-width: 180px;
    }
    .inner-top-header .site-branding {
        padding: 20px 0px 20px;
        max-width: 200px;
    }
    .inner-top-header #text-8 p:last-child{
        margin-top: 4px;
    }
    .main-nav .main-navigation ul li a {
        line-height: 53px;
    }
    .inner-top-header .widget_text {
        margin: 0;
        padding: 0px 0;
    }
    .container {
        max-width: 1020px;
    }
    section.headline-block.animation-element.bounce-up.in-view {
    padding-top: 30px;
}
.left-block .activity .content {
    max-width: 389px;
    max-width: 329px;
    padding: 0px 0px 0px 20px;
}
.left-block .activity .content {
    max-width: 100%;
    padding: 0px 0px 0px 0px;
}
.headline-block .left-block .content-block .image-box {
    max-width: 100%;
    height: 330px;
    overflow: hidden;
}
.headline-block .left-block .content-block .image-box img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.error404 .left-block, .search .left-block, .site-main>.container>.left-block, .contactpage .left-block, .featured-block .left-block, .headline-block .left-block {
    max-width: 665px;
    padding-right: 30px;
}
.error404 .right-block, .search .right-block, .site-main>.container>.right-block, .post-type-archive .sidebar.right-block, .contactpage .right-block, .featured-block .right-block, .headline-block .right-block {
    max-width: 322px;
}
.news-block .nav-tabs li a {
    font-size: 15px;
    padding: 0px 15px;
}
.news-block .content-block .image-box {
    margin-right: 25px;
    max-width: 450px;
    height: 450px;
}
.news-block .content-block .content {
    float: left;
    width: calc(100% - 500px);
}
.news-block .content ul li a {
    font-size: 16px;
}
.children-block .owl-stage .content-block h2, .cultural-block .owl-stage .content-block h2 {
    font-size: 26px;
    line-height: 36px;
    min-height: 72px;
    margin-bottom: 24px;
}
.subscribe-block {
    padding: 30px 30px;
}
.subscribe-block h2{
   	text-align: center;
    line-height: 40px;
}
.footer-left {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
}
.footer-right {
    width: 100%;
}
.footer-right #nav_menu-2,
.footer-right #nav_menu-3,
.footer-right #nav_menu-4,
.footer-right #nav_menu-5{
    width: 25%;
}
.site-info .site-info-inner{
    align-content: inherit;
}
.site-info-inner>section {
    width: auto;
}
.header-donate .widget_text h2{
    font-size: 15px;
}
.header-donate ul li {
    max-width: 25px;
}
.header-donate ul {
    width: 160px;
}
.header-donate .widget_text .textwidget p a {
    padding: 0px 15px;
    font-size: 15px;
    line-height: 31px;
}
.header-search,
.header-subscribe{
    padding-left: 10px;
    padding-right: 10px;
}
.header-donate {
    padding: 20px 10px;
}
.header-search form.search-form {
    width: 220px;
    display: inline-block;
}
.header-donate ul li {
    max-width: 23px;
}
h3 {
    font-size: 22px;
    line-height: 32px;
}
.archive.post-type-archive .site-main article .entry-header, .search-results .site-main article .entry-header, .category .site-main article .entry-header {
    float: left;
    width: calc(100% - 309px);
    padding-right: 25px;
}
.archive.post-type-archive .site-main article .post-thumbnail, .search-results .site-main article .post-thumbnail, .category .site-main article .post-thumbnail {
    display: inline-block;
    float: right;
    height: 281px;
    max-width: 309px;
}
.site-main>.container>.right-block #secondary .widget_text,
.site-main>.container>.right-block #secondary .widget_rss {
    margin-top: 0px !important;
    border-left: 1px solid #000;
    padding-left: 30px;
}
.single .site-main>.container>.right-block #secondary .widget_text,
.search-results .site-main .container .right-block #secondary section, 
.error404 .site-main .container .right-block #secondary section, 
.search .site-main .container .right-block #secondary section{
    margin-top: 54px !important;
}
.department ul li {
    min-height: 429px;
}
.header-donate ul li:first-child {
    margin-left: 0;
}
.department ul li:nth-child(5) {
    min-height: inherit;
    padding-left: 15px;
}
.approach-blocks ul li p {
    min-height: 263px;
}
.about-news ul li:nth-child(1), .about-news ul li:nth-child(5), .about-news ul li:nth-child(9) {
    width: 220px;
}
.about-news ul li:nth-child(2), .about-news ul li:nth-child(6) {
    width: 275px;
    padding: 12px 20px;
}
.about-news ul li:nth-child(3), .about-news ul li:nth-child(7) {
    width: 265px;
    padding: 12px 20px;
}
.about-news ul li:nth-child(4), .about-news ul li:nth-child(8) {
    width: 225px;
    padding-left: 20px;
}
.about-news ul:before {
    left: 220px;
}
.about-news ul:after {
    left: 491px;
}
.about-news .subject:before {
    right: 255px;
}
.about-news ul li a {
    font-size: 16px;
    margin-top: 20px;
}
#comments .comment-respond p.form-submit input[type="submit"]{
    background: #000000 url(../img/submit.png) no-repeat 66.5% 54%;
}
#page {
    padding-top: 221px;
}
.search main#primary {
    margin-top: 20px;
}
.search-results .right-block{
        margin-top: 0;
}
.tag .site-main .container .right-block #secondary .widget_text{
        margin-top: 54px !important;
}
.wpcf7-form .wpcf7-submit{
    background: #000 url(../img/submit.png) no-repeat 61.5% 54%;
}
.search .entry-summary{
	width: 100%;
}
}

@media only screen and (max-width: 1020px) {
    .container {
        max-width: 980px;
    }
    .error404 .left-block, .search .left-block, .site-main>.container>.left-block, .contactpage .left-block, .featured-block .left-block, .headline-block .left-block {
        max-width: 605px;
    }
    .news-block .nav-tabs li a {
        font-size: 14px;
        padding: 0px 15px;
        line-height: 41px;
    }
    .header-donate {
        padding: 9px 10px;
    }
    .header-donate ul {
    width: 153px;
    text-align: center;
}
    .header-donate ul {
        width: 120px;
        text-align: center;
    }
    p{
        font-size: 15px;
    }
    .news-block .content ul li a {
        font-size: 15px;
    }
    section.activity-block .owl-nav,
    section.activity-block .owl-dots{
    	display: none;
    }
    .header-donate .widget_text .textwidget p a{
        margin-left: 5px;
    }
    .header-subscribe h2 {
    font-size: 14px;
}
.header-donate {
    padding: 20px 10px;
}
#page {
    padding-top: 221px;
}
.about-news ul li:nth-child(3), .about-news ul li:nth-child(7) {
    width: 217px;
    padding: 12px 20px;
}
.header-donate ul li {
    max-width: 18px;
}
.wpcf7-form .wpcf7-submit{
    background: #000 url(../img/submit.png) no-repeat 67.5% 54%;
}
.featured-block #rss-2{
    margin-bottom: 40px;
}

}
@media only screen and (max-width: 991px) {
     .container {
        max-width: 750px;
        padding: 0px;
    }
    .header-left h3,
    .inner-top-header #text-8 p:last-child,
    .hgeader-date-day p {
        font-size: 16px;
        line-height: 26px;
        color: #000000;
    }
    .inner-top-header > div {
    max-width: 33.33%;
}
.inner-top-header .site-branding {
    padding: 20px 0px 20px !important;
    max-width: 130px !important;
}
.inner-top-header{
	flex-direction: column;
	    display: inline-block;
    width: 100%;
}
.inner-top-header > .header-left {
    max-width: 100%;
        width: 100%;
        border-bottom: 1px solid #000;
}
/*.hgeader-date-day p br{
	display: none;
}*/
.header-left{
	margin-bottom: 15px;
	margin-top: 15px;
}
.hgeader-date-day{
max-width: 33.33%;
    margin-right: 0;
}
.inner-top-header #text-8 {
    max-width: 33.33%;
    text-align: center;
}
.inner-top-header .widget_text .custom-html-widget{
	text-align: right;
}
.inner-top-header .site-branding {
    padding: 0px 0px 0px !important;
    max-width: 157px !important;
        float: left;
}
.header-right {
    float: right;
    width: auto;
}
.main-nav .main-navigation ul li a {
    font-size: 16px;
    padding: 0px 22px;
}
.header-right img {
    max-width: 38px;
}
.header-donate .widget_text {
    flex-direction: column;
    align-items: end;
}
.header-donate {
    padding: 8px 10px;
}
.header-subscribe .widget {
    flex-direction: column;
    align-items: end;
}

.header-subscribe h2 {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
}
.header-search form.search-form {
    width: 211px;
}
.header-donate ul {
    width: 160px;
}
.header-subscribe {
    padding: 5px 15px;
}
header#masthead{
	position: relative;
}
#page {
    padding-top: 0;
}

.error404 .left-block, .search .left-block, .site-main>.container>.left-block, .contactpage .left-block, .featured-block .left-block, .headline-block .left-block {
    max-width: 445px;
}
.error404 .right-block, .search .right-block, .site-main>.container>.right-block, .post-type-archive .sidebar.right-block, .contactpage .right-block, .right-block.subject, .headline-block .right-block {
    max-width: 303px;
}
h2 {
    font-size: 25px;
    line-height: 35px;
}
h3 {
    font-size: 20px;
    line-height: 30px;
}
.children-block .owl-stage .content-block p, .cultural-block .owl-stage .content-block p,
#secondary .widget .textwidget ul li .content, .right-block.subject ul li .content,
.featured-slide .owl-item .content, .subsections .content,
.news-block .content p,
.footer-left .textwidget p,
.inner-footer-main a,
.right-block .widget_rss ul li{
	font-size: 14px;
	line-height: 24px;
}
.left-block .activity .content p {
    font-size: 14px;
    line-height: 24px;
}
section {
    padding: 30px 0px;
}
.subsections .content-block .image-box {
    max-width: 90px;
}
.featured-slide .owl-item .content, .subsections .content{
	width: calc(100% - 105px);
	    padding-right: 10px;
}
.featured-block hr:first-child {
    margin-bottom: 30px;
}
.news-block .content-block .image-box {
    margin-right: 25px;
    max-width: 350px;
    height: 300px;
}
.news-block .content-block .content {
    float: left;
    width: calc(100% - 350px);
}
.news-block .content p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-block h2 {
    margin-bottom: 20px;
    text-align: center;
}
.news-block .content ul li a {
    font-size: 12px;
}
.culture-slide .content-block .image-box {
    width: 100%;
    height: 254px;
}
.footer-right #nav_menu-2, 
.footer-right #nav_menu-3, 
.footer-right #nav_menu-4{
	width: 23%;
}
.footer-right #nav_menu-5{
	width: 30%;
}
.subscribe-block {
	    display: inline-block;
    width: 100%;
}
.subscribe-block span {
    max-width: 100%;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.subscribe-block .mc4wp-form-fields {
    margin: 10px auto 0px;
}
/* Posts */
.archive.post-type-archive #primary, .category #primary {
    padding-top: 30px;
}
.archive .left-block .page-header .page-title span, .archive.post-type-archive .left-block .page-header .page-title span, .search-results .left-block .page-header .page-title span, .category .left-block .page-header .page-title span {
    margin-bottom: 32px;
}
#secondary h2.widget-title,
.archive.post-type-archive .sidebar #secondary > section:first-child h2, .category .sidebar #secondary > section:first-child h2 {
    padding-bottom: 16px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
}
.site-main>.container>.right-block #secondary .widget_rss {
    padding-left: 30px;
}
.archive.post-type-archive .site-main article .entry-header, .search-results .site-main article .entry-header, .category .site-main article .entry-header {
    width: 100%;
    padding-right: 0;
}
.entry-meta {
    display: inline-block;
    width: 100%;
    margin-top: 0;
}
.archive.post-type-archive .site-main article .post-thumbnail, .search-results .site-main article .post-thumbnail, .category .site-main article .post-thumbnail {
    height: auto;
    max-width: 100%;
    margin-top: 10px;
}
.archive.post-type-archive .left-block article, .archive.tag .left-block article, .search-results .left-block article, .category .site-main article{
    padding: 30px 0px 30px 0px;
}
.post-subscribe{
        padding: 20px;
}
.post-subscribe #text-12, .post-subscribe .widget_mc4wp_form_widget {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.post-subscribe #media_image-3 {
    width: 100%;
    float: right;
    margin-top: 0;
    text-align: center;
}
.site-main>.container>.right-block #secondary .widget_text {
    padding-left: 30px;
}
.site-info-inner>section {
    width: auto;
}
.header-donate ul {
    width: 163px;
}
.header-search {
    max-width: 206px;
}
.header-search form.search-form {
    width: 100%;
}
.goal .content-part {
    flex-direction: column;
}
.goal .content-part .img-block {
    margin-bottom: 20px;
}
.goal .description-block {
    max-width: 100%;
    padding-left: 0;
}
.goal.col-rev .content-part {
    flex-direction: column;
}
.department ul li {
    min-height: 409px;
    width: 50%;
}
.department ul li:last-child{
    width: 100%;
}
.department ul li:nth-child(3),
.department ul li:nth-child(4){
    min-height: 240px;
}
.department ul li:nth-child(5),
.department ul li:nth-child(3) {
    padding-left: 0;
}
.department ul li:last-child p{
    max-width:100%;
}
.approach-blocks ul li {
    width: 50%;
}

.about-news ul li {
    width: 33.33% !important;
    min-height: 120px !important;
    padding-left: 10px !important;
}
.about-news ul:before {
    left: 234px;
}
.about-news .subject:before {
    display: none;
}
.about-news ul li a {
    font-size: 15px;
    margin-top: 20px;
}
.right-block .blocks-sidebar {
    padding-left: 30px;
}
.contactpage .right-block{
    padding-left: 0;
}
.featured-slide .owl-nav {
    top: -59px;
}
.featured-block .latest-article hr {
    margin: 0px 0px 30px !important;
}
#comments .comment-respond p.form-submit input[type="submit"]{
    background: #000000 url(../img/submit.png) no-repeat 69.5% 54%;
}
.header-donate .widget_text .textwidget {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-donate ul {
    float: left;
}
.header-donate ul li{
    float: left;
}
.header-donate ul li:first-child {
    margin-left: 0;
}
.wpcf7-form .wpcf7-submit{
    background: #000 url(../img/submit.png) no-repeat 67.5% 54%;
}
.featured-news .content a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.featured-block .left-block .latest-article .subsections .content:nth-child(even) {
    padding-right: 0;
}
}
@media only screen and (max-width: 767px){
	#nav-toggle {
    position: absolute;
   	right: 0px;
    top: -31px;
    height: 15px;
    width: 25px;
    cursor: pointer;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 25px;
    background: #000;
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
    content:'';
}
#masthead .main-header.sticky .main-navigation li a {
    color: #fff;
}
#nav-toggle span:before {
    top: -6px;
}
#nav-toggle span:after {
    top: 6px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    transition: all 0.5s ease-in-out;
}
.main-navigation.active .menu-primary-menu-container{
	display: block;
}
#nav-toggle.active span {
    background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}
#nav-toggle.active span:before {
    transform: rotate(135deg);
}
#nav-toggle.active span:after {
    transform: rotate(-135deg);
}
.menu-main-menu-container {
    display: none;
}
.main-nav {
    z-index: 9;
    position: relative;
}
#site-navigation.active .menu-primary-menu-container {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0;
    z-index: 99;
}
.menu-primary-menu-container{
	display: none;
}
#site-navigation.active .menu-main-menu-container {
    display: block;
    width: 100%;
    float: left;
    margin-top: 65px;
}
.main-navigation{
	position: relative;
}
.main-navigation ul {
    padding: 0px 0px;
    float: right;
    width: 100%;
    background: #000000;
    display: block;
}
.main-navigation ul li{
	width: 100%;
    margin: 0px;
}
.main-navigation .menu > li > a {
padding: 5px 30px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 48px;
    color: #ffffff;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
#masthead .main-header{
	position: static;
	top: 0;
    left: 0px;
    float: left;
    width: 100%;
    padding: 19px 0px 11px 0px;
}
#masthead .main-header .container {
    padding: 0px 15px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.site-branding {
    float: left;
    max-width: 100%;
    margin: 0px auto;
    text-align: center;
    width: 100%;
}
.custom-logo-link {
    display: inline-block;
    max-width: 146px;
    margin: 0px auto;
}


.header-right .widget_text{
	display: none;
}
.header-left section#text-13 {
    display: block;
}

.hgeader-date-day {
    max-width: 25%;
    margin-right: 0;
}
.header-left #text-13 .textwidget{
    display: flex;
    width: auto;
    float: right;
}
.header-left #text-13 .textwidget p img{
    max-width: 40px;
    margin-left: 10px;
    margin-top: 15px;
}
.inner-bottom-header {
    border-top: 1px solid #000;
}
.header-search{
	display: none;
}
.inner-top-header .header-search {
    display: block;
    float: right;
    margin-right: 60px;
    padding: 0px;
    width: auto;
    max-width: 250px;
    position: relative;
    margin-top: 3px;
}
.inner-top-header .header-search{
    position: inherit;
}
.header-search form.search-form {
    position: absolute;
    top: -400px;
    width: 100%;
    background: #fff;
    left: 0px;
    max-width: 100%;
    padding: 20px 30px;
    border-bottom: 1px solid #000;
    z-index: 999;
    border-top: 1px solid #000;
    opacity: 0;
    transition: all 0.5s ease;
}
.header-search form.search-form.active {
    top: 141px;
    opacity: 1;
    transition: all 0.5s ease;
}

.header-search {
	    float: right;
    font-size: 20px;
    margin-top: 8px;
}


.error404 .left-block, .search .left-block, .site-main>.container>.left-block, .contactpage .left-block, .featured-block .left-block, .headline-block .left-block {
    max-width: 100%;
    width: 100%;
    padding-right: 0px;
}
.headline-block .left-block .content-block .image-box {
    height: auto;
}
.left-block .activity .content p{
	font-size: 16px;
	line-height: 26px;
}
.error404 .right-block, .search .right-block, .site-main>.container>.right-block, .post-type-archive .sidebar.right-block, .contactpage .right-block, .right-block.subject, .headline-block .right-block {
    max-width: 100%;
    margin-top: 40px;
    border: 0px;
    padding-left: 0px;
}
#secondary .widget .textwidget ul li, .right-block.subject ul li {
    width: 50%;
}
.featured-block .right-block ul{
	margin-bottom: 20px;
	    display: inline-block;
    width: 100%;
}
.culture-slide .content-block .image-box {
    width: 100%;
    height: auto;
}
.culture-slide .content-block .image-box img {
    width: auto;
    height: auto;
}
.footer-right #nav_menu-2, .footer-right #nav_menu-3, .footer-right #nav_menu-4 {
    width: 33.33%;
}
.footer-right #nav_menu-5 {
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #000;
    padding-top: 30px;
}
.site-info .widget_text p{
	    font-size: 13px;
    letter-spacing: 0;
}
.container {
    padding: 0px 15px;
}
.news-block .content-block .image-box {
    margin-right: 0;
    max-width: initial;
    height: auto;
        margin-bottom: 20px;
}
.news-block .content-block .content {
    float: left;
    width: 100%;
}
.news-block .content-block {
    display: inherit;
}
.news-block .content ul li a {
    font-size: 15px;
}
.news-block .content ul li {
    margin: 0px 0px 15px 0px;
    width: 100%;
}
.news-block .content ul li:nth-child(2){
    display: none;
}

.post-subscribe #text-12, .post-subscribe .widget_mc4wp_form_widget {
    text-align: center;
}
form#mc4wp-form-2 {
    position: relative;
    margin: 0px auto 15px;
}
.site-main>.container>.right-block #secondary .widget_rss,
.site-main>.container>.right-block #secondary .widget_text {
    border-left: 0px;
    padding-left: 0;
}
.archive.post-type-archive .sidebar #secondary > section:first-child h2, .category .sidebar #secondary > section:first-child h2 {
    font-size: 30px;
    line-height: 40px;
}


.header-subscribe {
    padding: 5px 15px;
    border: 0px;
    width: 50%;
}
.header-subscribe .mc4wp-form{
    width: 100%;
}
.header-subscribe .mc4wp-form-fields {
    max-width: 100%;
}
.header-donate ul li:first-child {
    margin-left: 2px;
}
.site-info .site-info-inner {
    align-content: center;
    flex-direction: column;
    justify-content: center;
}
.site-info-inner #text-3 .textwidget {
    width: 100%;
}

.archive.post-type-archive .site-main article .post-thumbnail, .search-results .site-main article .post-thumbnail, .category .site-main article .post-thumbnail{
    float: left;
}
.header-donate {
    border-left: 0px;
}
.header-subscribe {
    padding: 5px 15px;
    border: 0px;
    width: 49%;
}
.header-donate {
    border-left: 0px;
    padding-left: 0;
}
.about-news ul li {
    width: 50% !important;
}
.about-news ul:after{
    display: none;  
}
.about-news ul:before {
    left: 45.5%;
    height: 100%;
}
.about-news ul li{
    min-height: 140px !important;
}
.about-news ul li:nth-child(odd){
    min-height: inherit;
    padding-right: 10% !important;
}
.about-news ul li:nth-child(even){
    min-height: inherit;
    padding-left: 10% !important;
}
.approach-blocks ul li,
.department ul li {
    min-height: inherit;
    width: 100%;
        padding: 0px;
}
.approach-blocks ul li p{
    min-height: inherit;
}
.approach .approach-blocks ul li:last-child h4 {
    margin-bottom: 15px;
    min-height: inherit;
}
.right-block .blocks-sidebar {
    border-left: 0px;
    padding-left: 0;
}
.site-info-inner {
    height: auto;
    padding: 15px 0px;
}
.featured-slide .owl-nav {
    right: 0;
}
.goal .description-block h2 {
    padding-right: 0;
}
.department ul li:first-child .description-block h4 {
    max-width: 100%;
}
#comments .comment-respond p {
    width: 100%;
}
#comments .comment-respond p.form-submit input[type="submit"]{
        background: #000000 url(../img/submit.png) no-repeat 63.5% 54%;
}
#comments .comment-respond .comment-form-cookies-consent {
    display: flex;
    width: 100%;
    align-content: center;
}
#comments .comment-respond .comment-form-cookies-consent input{
    margin-top: 5px;
}
.related-posts .owl-nav {
    display: block !important;
    position: absolute;
    right: 0px;
    top: -75px;
}

.related-posts .owl-nav button span {
    display: none;
}

.related-posts .owl-nav .owl-prev {
    background: url(../img/left-arrow.png) no-repeat center center !important;
    width: 24px;
    height: 20px;
    padding: 0px !important;
    margin: 0px 20px 0px 0px !important;
}

.related-posts .owl-nav .owl-next {
    background: url(../img/right-arrrow.png) no-repeat center center !important;
    width: 24px;
    height: 20px;
    padding: 0px !important;
    margin: 0px !important;
}
.single .entry-meta{
    margin-top: 20px;
    margin-bottom: 20px;
}
.tag article .entry-header .entry-meta span.posted-on a, .single article .entry-header .entry-meta span.posted-on a{
    margin-bottom: 0px;
}
.tag .site-main .container .right-block #secondary .widget_text:last-child{
        margin-bottom: 54px !important;
}
.related-post .owl-nav{
    display: block !important;
}
.inner-footer-main {
    padding: 60px 0 22px 0;
}
}


@media only screen and (max-width: 540px){
.container-fluid {
    padding: 0 10px 15px;
}
.inner-top-header > .header-left {
    display: inline-block;
}
.hgeader-date-day {
    max-width: 50%;
        border-bottom: 1px solid #000;
}
.inner-top-header #text-8 {
    max-width: 50%;
    text-align: right;
        border-bottom: 1px solid #000;
}
.inner-top-header .widget_text {
    width: 50%;
}
.inner-top-header .widget_text .custom-html-widget {
    text-align: left;
}
 .inner-bottom-header .container{
    flex-direction: column;
 }   
    .news-block .content ul {
    display: inline-block;
}
.header-donate .widget_text h2 {
    font-size: 15px;
    display: inline-block;
    width: 100%;
}
.header-donate {
    padding: 10px 0px 15px;
    border: 0px;
    border-bottom: 1px solid #000;
    width: 100%;
    text-align: center;

}
.header-donate .widget{
   max-width: 270px;
    margin: 0px auto;
    display: inherit;
        float: none;
}
.header-donate ul {
    width: 163px;
}
.header-subscribe {
    padding: 10px 0px 15px;
    width: 100%;
    border: 0px;
    text-align: center;
}
.header-subscribe .mc4wp-form-fields {
    max-width: 100%;
    margin-top: 10px;
        margin: 0px auto;
}
.mc4wp-response {
    width: 100%;
    position: relative;
    max-width: 325px;
    margin: 0px auto;
}
.featured-slide .owl-nav {
    right: 0;
    top: -62px;
}
.left-block .activity .content h5 {
    margin-bottom: 15px;
}
.featured-block .left-block .latest-article .subsections .content {
    padding-right: 0;
}
#secondary .widget .textwidget ul li, .right-block.subject ul li {
    margin-top: 15px;
}
.featured-block .latest-article hr {
    margin: 0px 0px 30px !important;
}
#secondary .widget .textwidget ul li, .right-block.subject ul li {
    width: 100%;
    margin-bottom: 0;
}

.subscribe-block h2 {
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}
.subscribe-block {
    padding: 20px 15px;
}

.subsections .content-block {
    width: 100%;
    margin-bottom: 15px;
    min-height: inherit;
}
.inner-top-header #text-8 p:last-child {
    margin-top: 0;
}
.mc4wp-form{
    margin: 0px auto;
}
.goal.col-rev .content-part .description-block {
    padding-left: 0px;
    padding-right: 0;
}
.related-post-box-item h4 {
    max-width: 100%;
}
.featured-slide-mobile{
    display: block !important;
}
.featured-block .left-block .featured-slide{
    display: none;
}
.featured-slide-mobile .owl-nav{
    display: block !important;
     top: -65px;
}

.featured-slide-mobile .owl-dots{
    display: none !important;
} 
.featured-slide-mobile .owl-nav{
    position: absolute;
    right: 0px;
    top: -65px;
}
.featured-slide-mobile .owl-nav span{
    display: none;
}
.featured-slide-mobile .owl-nav .owl-prev {
    background: url(../img/left-arrow.png) no-repeat center center !important;
    width: 24px;
    height: 20px;
    padding: 0px !important;
    margin: 0px 20px 0px 0px !important;
}

.featured-slide-mobile .owl-nav .owl-next {
    background: url(../img/right-arrrow.png) no-repeat center center !important;
    width: 24px;
    height: 20px;
    padding: 0px !important;
    margin: 0px !important;
}
#nav-toggle {
    top: -45px;    
}
.entry-meta {
    margin-top: 10px;
}
.addtoany_shortcode>div a.a2a_button_facebook {
    margin-left: -9px;
}
.cat-block span, .tag-block span, .cat-links a{
        max-width: 200px;
    min-width: 200px;
}
}
@media only screen and (max-width: 480px){
.site-info .site-info-inner {
    align-content: inherit;
    flex-direction: column;
    padding: 15px 0px;
    display: block;
    text-align: center;
    width: 100%;
}
    .site-info-inner #text-3 .textwidget {
    display: flex;
    align-items: center;
    justify-content: center;
        width: 100%;
}
.site-info-inner #text-3 .textwidget p {
    margin: 0px 15px;
}
.footer-right #nav_menu-2{
    padding-bottom: 20px;
}
.footer-right #nav_menu-2, .footer-right #nav_menu-3, .footer-right #nav_menu-4 {
    width: 100%;
        border-top: 1px solid #000;
    padding-top: 30px;
}
.subscribe-block .mc4wp-form-fields {
    width: 100%;
}
.mc4wp-form{
    width: 100%;
}
.header-donate ul li {
    max-width: 28px;
    float: left;
}
.inner-top-header #text-8 p:last-child {
    margin-top: 0px;
}


.site-info-inner>section {
    width: 100%;
}
.site-info-inner>section {
    width: 100%;
    display: inline-block;
}
.about-news ul li {
    min-height: inherit !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
    text-align: center;
    margin-bottom: 30px;
        text-align: left;
}
.about-news ul li a {
    font-size: 15px;
    text-align: left;
    margin-top: 0px;
}
.about-news ul li:nth-child(odd) {
    padding-right: 0% !important;
}
.about-news ul li:nth-child(even) {
    padding-left: 0% !important;
}
.about-news ul:before{
    display: none;
}
.wpcf7-form .field {
    width: 100%;
}
.wpcf7-form .field {
    max-width: 100%;
}
#comments .comment-respond p.form-submit input[type="submit"]{
    background: #000000 url(../img/submit.png) no-repeat 73.5% 54%;
}
.wpcf7-form .wpcf7-submit {
    background: #000 url(../img/submit.png) no-repeat 72.5% 54%;
}
#secondary h2.widget-title, .archive.post-type-archive .sidebar #secondary>section:first-child h2, .category .sidebar #secondary>section:first-child h2 {
    font-size: 24px;
    line-height: 34px;
}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
    padding: 0 10px;
    font-size: 14px !important;
}
.navigation li {
    margin-right: 5px;
    line-height: 30px;
}
.navigation li.prev a, .navigation li.next a{
    width: 25px;
    height: 33px;
}
.navigation li.prev a:after {
    top: 16px;
    left: 7px;
}
.navigation li.next a:after{
        top: 16px;
    left: 8px;
}
.addtoany_shortcode {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
}

.entry-meta > span {
    display: inline-block;
    width: 100%;
}
.tag-block, .cat-block, .cat-links {
    position: relative;
    float: left;
    margin-right: 0;
    width: 100%;
    margin: 10px 0px 0px;
}
}


@media only screen and (min-width: 1024px){
.subsections .content-block .image-box img {
  	max-height: 80px;
    min-height: 80px;
    max-width: 120px;
    min-width: 120px;
}
.featured-news .content a {
   display: inline-block;
}

}
@media only screen and (max-width: 991px){
.featured-slide .owl-item {
    min-width: inherit;
}

 .error404 .right-block, .search .right-block, .site-main>.container>.right-block, .post-type-archive .sidebar.right-block, .contactpage .right-block, .featured-block .right-block, .headline-block .right-block {
    max-width: 304px;
}

}


@media only screen and (max-width: 767px){
.error404 .right-block, .search .right-block, .site-main>.container>.right-block, .post-type-archive .sidebar.right-block, .contactpage .right-block, .featured-block .right-block, .headline-block .right-block {
    max-width: 100%;
}
.home .featured-block .right-block{
    padding-left: 0;
    border: 0px;
}
.single #secondary > .widget:first-child{
    margin-bottom: 50px;
    margin-top: 0px;
}
}
.right-block.subject li.content-block{
	margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
}
.featured-news {
    padding-right: 50px;
}
.featured-news .content {
    padding-right: 47px;
}
.featured-news .content:nth-child(even){
    padding-right: 0px;
}

.latest-article .subsections .content-block .content a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.featured-news .owl-stage .owl-item > div .content-block:nth-child(odd){
    padding-right: 10px;
}

@media only screen and (max-width: 991px){

}