/*

Theme Name:     LRMF Child Theme

Description:    Child theme

Author:         SIDDATWORK

Template:       lrmf

Version:        4.2

*/

/************************************

green       #38D6B6

green1      #9edda8

yellow      #ffcc80

blue        #00b0ff rgb(0, 176, 255)

off white   #f5f2eb

red         #ff5252

slate gray  #506a85

black       #222222

body copy   #4b4b4b



Regular         "proxima-nova"                  400 normal

Regular Italic  "proxima-nova"                  400 italic

ExtraBold       "proxima-nova"                  800 normal

Regular         "flood-std"                     400 normal

Condensed       "proxima-nova-extra-condensed"



*************************************/

/**********************

General

**********************/



body {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300 !important;
    font-style: normal;
}

em {
    font-family: "proxima-nova-i3", "proxima-nova", sans-serif !important;
    font-weight: 300 !important;
    font-style: italic;
}

strong {
    font-family: "proxima-nova-n6", "proxima-nova", sans-serif;
    font-weight: 600 !important;
    color: #4b4b4b;
}

blockquote {
    position: relative;
    background-color: #fcfcfc;
    padding: 45px 15px 25px 57px;
    font-family: proxima-nova, sans-serif;
    font-weight: 100;
    font-style: italic;
    margin: 50px 0 5px;
}

.single blockquote {
    margin: 50px 0 50px;
}

.single img.lazyloaded {
    margin-top: 28px;
}

.single #comments img.lazyloaded {
    margin-top: 0px;
}

blockquote {
    border-left: 2px double #ff5252;
}

blockquote:before {
    position: absolute;
    content: "\f10d";
    display: block;
    color: #dddddd;
    color: rgba(0, 0, 0, 0.1);
    left: 24px;
    top: 16px;
    font-size: 32px;
}

body.bottom.left {
    max-width: 80% !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 30px;
}

.ajax-controls {
    border-top: 1px solid #dddddd;
    overflow: hidden;
    margin-top: 20px;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;    /* background: rgba(255, 255, 0, 0.26); */
}

.ajax-controls a {
    float: right;
    width: 37px;
    height: 37px;
    text-align: center;
    color: #bbbbbb;
    border-left: 0px solid #dddddd;
}

blockquote p {
    font-size: 30px;
    color: #989898;
    line-height: 1.6em;
    font-size: 1.0em !important;
}

.fancybox-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 36px;
    cursor: pointer;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}

.mk-post-cat a {
    display: inline-block;
}

h1 {
    font-family: proxima-nova, museo-sans-rounded, sans-serif;
    font-weight: 900;
}

h2, h3, h4, h5, h6 {
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    text-transform: none !important;
}

#mk-responsive-nav .mk-nav-arrow {
    position: absolute;
    right: 16px;
    top: -6px;
}

.page-id-13127 .mk-page-section .abb-skip-to-next {
    display: none !important;
}

.page-id-13127 .mk-text-block.show-desktop {
    height: 175px !important;
}

.blog-share-container {
    display: none !important;
}

a.comment-reply-link {
    border: none !important;
}

.mk-commentlist li .comment-content {
    padding: 30px 40px;
}

.resize-grid {
    max-width: 960px;
    margin: 0 auto;
}

.single-social-section .mk-love-holder {
    margin-right: 44px !important;
    display: none !important;
}

.portfolio-loader .mk-preloader {
    position: relative;
    left: auto;
    margin: 0;
    top: auto;
    background: rgba(255, 255, 255, 0.5) !important;
    padding: 10px;
    min-width: 65px;
    min-height: 65px;
    border: 0px dashed #ccc;
}

.on-slider {
    max-width: 738px !important;
}

a.url {
    border-bottom: none !important;
}

.mk-flipbox-front .front-desc {
    padding: 0 10%;
    letter-spacing: 1px;
    font-size: 16px !important;
}

.mk-preloader:before {
    width: 50%;
    height: 50%;
    background: transparent !important;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.mk-preloader:after {
    background: transparent !important;
    width: 85%;
    height: 85%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

a.next-ajax:hover i, a.prev-ajax:hover i {
    color: white !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.next-ajax:hover, a.prev-ajax:hover {
    background: #ff5252 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#selectionSharerPopover .selectionSharerPopover-arrow {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg) scale(0.5);
    transform: rotate(45deg) scale(0.5);
    background-color: #00b0ff;
    border: 2px solid #00b0ff;
    box-sizing: content-box;
}

#selectionSharerPopover:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #00b0ff;
    box-shadow: 0 0 2px #00b0ff;
}

#selectionSharerPopover-inner {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 2px;
    border: 1px solid #00b0ff;
    border-color: #00b0ff;
    box-shadow: blue;
    background-image: linear-gradient(to bottom, #00b0ff, #00b0ff);
    background-repeat: repeat-x;
}

.theme-content #mk-filter-portfolio ul li a {
    text-decoration: none;
    border-bottom: none;
}

.main-navigation-ul > li.no-mega-menu ul, .main-navigation-ul > li.has-mega-menu > ul, .mk-shopping-cart-box {
    -webkit-box-shadow: 0 20px 50px 10px rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 0 20px 50px 10px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 36px 30px 10px rgba(0, 0, 0, 0.15) !important;
}

.single-post-tags {
    font-size: 14px;
    text-transform: uppercase;
}

#mk-responsive-nav li a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    font-size: 14px;
    padding: 7px 15px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 100 !important;
    font-size: 16px;
    position: relative;
    letter-spacing: 3px;
}

#mk-responsive-wrap {
    margin-top: 0px;  /*  border-top: 1px solid #eee;

                                                            /* padding: 8px 0 0; */

    /*overflow-y: hidden;*/
}

form.responsive-searchform {
    max-width: 50%;
    margin: 30px auto;
    padding: 0px;
}

#mk-header.sticky-style-fixed .header-logo.logo-has-sticky img {
    width: !important;
    top: 13%;
    max-height: 70px;
    margin: 0 auto;
}

.header-sticky-ready .header-logo.logo-is-responsive.logo-has-sticky a img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0 !important;
}

#mk-responsive-nav li ul li a, #mk-responsive-nav li ul li .megamenu-title {
    font-size: 15px;
    line-height: 12px;
    margin: 0;
    padding: 11px 15px 11px 6px;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    letter-spacing: 3px;
    text-align: center;
}

#mk-responsive-nav li .megamenu-title {
    font-weight: 600 !important;
    font-size: 18px !important;
    border-top: 1px solid #f1f1f1;
    padding: 46px 0 15px !important;
    margin-top: 20px !important;
}

#mk-responsive-nav li#menu-item-92 .megamenu-title {
    font-weight: 600 !important;
    font-size: 18px !important;
    border-top: 0px solid #f1f1f1;
    padding: 30px 0 15px !important;
    margin-top: 20px !important;
}

li#menu-item-11149 {
    position: relative;
    top: -100px;
}

li#menu-item-106 {
    position: relative;
    top: 0px;
}

.hidethis {
    display: none;
}

.alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

.mk-icon-heart.velocity-animating {
}

i.mk-icon-heart {
    font-size: 30px !important;
}

.mk-go-top {
    border-radius: 50%;
}

.mk-text-block.contain-width {
    max-width: 1140px;
    margin: 0 auto;
}

.scroll-down h3 {
    position: relative;
    top: -29px;
    font-size: 15px !important;
    letter-spacing: 1px;
}

#mk-header {
    border-bottom: none !important;
}

.mk-page-section {
    position: relative !important;
}

.theme-content p a, .theme-content ul li a {
    border-bottom: 2px solid rgba(255, 82, 82, 0.9);
}

.mk-page-section a {
    border-bottom: 1px solid rgba(255, 82, 82, 0.9);
    font-weight: 300;
}

.mk-page-section a.read-more, .the-title a, time a, .featured-image a, a.project, .mk-page-section .mk-swiper-container a, .donors .mk-page-section a, .audited-accounts .mk-page-section a {
    border-bottom: none;
}

.theme-content p a img {
    border-bottom: 0px solid #ff5252;
}

a.menu-item-link, #sf-sidebar .sf-menu li a {
    font-family: museo-sans-rounded, proxima-nova, sans-serif;
    font-weight: 900;
}

.sub-menu a.menu-item-link {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400 !important;
}

.sub-menu .current-menu-item a.menu-item-link {
    color: #ff5252 !important;
}

.sub-menu.mega_col_8 .current-menu-item a.menu-item-link {
    color: #4b4b4b !important;
}

.mk-transparent-header .remove-header-bg-true.light-header-skin:not(.header-sticky-ready) .menu-hover-style-4 .main-navigation-ul li.current-menu-item > a.menu-item-link {
    color: #ff5252 !important;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper p {
    font-size: 20px;
    margin-bottom: 40px;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: none;
}

.search-result-item .the-title a {
    font-size: 30px;
    line-height: 1.5em;
}

.search-result-item .search-loop-meta {
    display: none;
}

.search-results textarea, .search-results input[type=text], .search-results input[type=tel], .search-results input[type=email], .search-results input[type=password], .search-results input[type=search] {
    font-size: 21px;
}

.mk-search-loop .widget_search .mk-searchform {
    margin: 0 auto;
    width: 100%;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input {
    font-size: 44px;
    padding: 20px;
    font-weight: 100;
    -webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.2);
}

.home .header-sticky-ready div#mk-logo-extra span {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 900;
}

.home div#mk-logo-extra span {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 900;
}

.header-sticky-ready div#mk-logo-extra span {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-size: 32px;
    letter-spacing: 0px;
    font-weight: 900;
}

div#mk-logo-extra span {
    color: #ff5252;
    font-family: proxima-nova, sans-serif;
    font-size: 40px;
    letter-spacing: 0px;
    font-weight: 900;
}

.home div#mk-logo-extra span, .project-page div#mk-logo-extra span {
    color: #ff5252;
    font-family: proxima-nova, sans-serif;
    font-size: 40px;
    letter-spacing: 0px;
    font-weight: 900;
}

span.letter.gen-border {
    display: block !important;
    border: 1px solid #fff;
    position: relative;
    top: -49px;
    width: 100px !important;
}

div#mk-logo-extra span.letter.fullform {
    display: block !important;
    top: -100px;
    position: relative;
    font-size: 10px;
    font-family: proxima-nova, sans-serif !important;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mk-animated-columns .animated-column-item {
    opacity: 1;
}

.simple-style .animated-column-title span {
    display: block;
    text-transform: uppercase;
    font-size: 13px !important;
    letter-spacing: 2px;
    line-height: 1.7em;
}

.mk-half-layout-container {
    width: 43%;
    margin: 0 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#jig1 .jig-caption-title, #jig2 .jig-caption-title, #jig3 .jig-caption-title, #jig4 .jig-caption-title, #jig5 .jig-caption-title, #jig6 .jig-caption-title, #jig7 .jig-caption-title, #jig8 .jig-caption-title {
    font-weight: 300 !important;
}

.mk-blog-modern-item .mk-love-holder {
    display: none !important;
}

.blog-modern-social-section {
    display: none;
}

/***************************************

Home & Header

***************************************/
#mk-header .header-logo {

    /*padding: 20px 0 !important;*/
}

.wpb_row.vc_row.resize-grid.vc_row-fluid.mk-fullwidth-false.vc_row-fluid {
    width: 960px;
    margin: 0 auto;
}

.menu-hover-style-4 .main-navigation-ul > li.menu-item > a.menu-item-link {
    margin-left: 0px;
}

.social-row .vc_col-sm-3.wpb_column.column_container {
    padding: 0;
}

/* .header-sticky-ready when scrolled and sticky state achieved */
.header-sticky-ready  .mk-header-bg {
    background: #ff5252 !important;
    -webkit-transition: background 1.5s linear;
    -moz-transition: background 1.5s linear;
    -ms-transition: background 1.5s linear;
    -o-transition: background 1.5s linear;
    transition: background 1.5s linear;
}

.header-sticky-ready .main-navigation-ul > li.menu-item > a.menu-item-link {
    color: #fff !important;
}

.main-navigation-ul > li.menu-item > a.menu-item-link {
    padding-right: 16px !important;
    padding-left: 16px !important;
}

/*

.header-logo.logo-is-responsive.logo-has-sticky {

opacity:1 !important;

-webkit-transition:all 0.5s ease-in-out;

-moz-transition:all 0.5s ease-in-out;

-o-transition:all 0.5s ease-in-out;

transition:all 0.5s ease-in-out;

}



.header-sticky-ready .header-logo.logo-is-responsive.logo-has-sticky {

opacity:0 !important;

-webkit-transition:all 0.5s ease-in-out;

-moz-transition:all 0.5s ease-in-out;

-o-transition:all 0.5s ease-in-out;

transition:all 0.5s ease-in-out;

}*/
.header-sticky-ready a.mk-search-trigger.mk-fullscreen-trigger i:hover, .header-sticky-ready i.mk-icon-search {
    color: #fff !important;
    position: relative;
    top: -2px;
}

#mk-header {

    /* border-bottom: 1px solid #ededed;*/
}

#mk-main-navigation li.no-mega-menu ul.sub-menu, #mk-main-navigation li.has-mega-menu > ul.sub-menu, .mk-shopping-cart-box {
    background-color: #fff;
    margin: 0px 0 0 0;
}

.rev-subs {
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 20px;
    text-shadow: 0px 0px 10px #000;
}

.mk-fullscreen-search-overlay {
    background-color: rgba(0, 176, 255, 0.94);
}

.mk-fullscreen-search-overlay {
    background-color: rgba(255, 82, 82, 0.94);
}

.has-mega-menu > ul.sub-menu > li > ul.sub-menu li.menu-item a.menu-item-link {
    padding: 3px 10px;
}

.has-mega-menu .megamenu-title {
    padding: 15px 10px 16px 10px;
}

.has-mega-menu > ul.sub-menu > li.menu-item {
    width: 20%;
}

#mk-header .header-logo a img {
    max-width: 90px;
    top: 50%;
}

.mk-nav-responsive-link {
    display: none;
    position: absolute;
    right: 33px;
    top: 50%;
    margin-top: -18px;
    line-height: 8px;
    cursor: pointer;
    padding: 10px;
}

#mk-header.sticky-style-fixed .header-logo.logo-has-sticky img {

    /* width: 75px !important; */

    top: 50%;
    max-height: 45px;
}

.has-mega-menu .megamenu-title {
    font-size: 18px;
    line-height: 18px;
}

ul.sub-menu li:hover {
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-hover-style-4 .main-navigation-ul li.current-menu-ancestor > a.menu-item-link:after {
    content: "";
    display: block;    /* position: absolute; */
    border-bottom: 1px solid #ff5252;
    width: 100%;
    margin-top: -34px !important;
}

/*.menu-hover-style-4 .main-navigation-ul li.current-menu-ancestor > a.menu-item-link{

background-color:transparent !important;

}



.menu-hover-style-4 .main-navigation-ul li.current-menu-ancestor > a.menu-item-link:hover{

color:#fff

}*/
.main-navigation-ul > li.no-mega-menu ul.sub-menu li.menu-item a.menu-item-link {
    line-height: 15px;
}

#mk-main-navigation ul .megamenu-title {
    color: #ff5252;
    font-family: museo-sans-rounded, proxima-nova, sans-serif;
}

/* Slider */
.slider-holder .vc_row-fluid.page-section-fullwidth.page-section-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
    display: block;
}

.home .edge-title {
    font-weight: 100 !important;
    letter-spacing: 0 !important;
}

.slider-holder .vc_col-sm-12 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.swiper-pagination span {
    position: relative;
    display: inline-block;
    padding: 0 8px;
    width: 32px;
    height: 32px !important;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 1) !important;
    margin: 0 6px;
    font-size: 14px;
    color: #000 !important;
    font-weight: 300 !important;
    overflow: hidden !important;
    border-radius: 50%;
}

span.swiper-pagination-switch.swiper-visible-switch.swiper-active-switch {
    background-color: #ff5252 !important;
    color: #fff !important;
}

.swiper-pagination {
    bottom: 15%;
}

.pagination-stroke[data-skin="light"] span.swiper-active-switch a {
    background-color: transparent;
    box-shadow: 0 0 0 0px white;
    max-height: 0px;
}

.swiper-pagination span a {
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    outline: none;
    border-radius: 0;
    cursor: pointer;
    position: absolute;
}

/*  */
.landing-text {
    position: absolute;
    width: 1140px;
    left: 50%;
    margin-left: -570px;    /* vertical-align: middle; */
    top: !important;    /* height: 400px; */
    margin-top: 27%;
}

.main-navigation-ul > li.menu-item ul.sub-menu:after {
    height: 0px;
}

ul.sub-menu {
    border-radius: 0 3px 3px 3px;
}

.landing-text p {
    font-size: 75px;
    color: #fff;
}

.home  .vc_col-xs-3, .home  .vc_col-sm-3, .home  .vc_col-md-3, .home .vc_col-lg-3 {
    padding-left: 2px;
    padding-right: 2px;
}

.home img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0em;
}

.hp-project-img p {
    margin-bottom: 4px;
}

span.animated-column-simple-title {
    text-transform: none;
    font-weight: 100;
}

/* Header Hover Animation */
div#mk-logo-extra a {
    margin: -30px 0 0 26px;
    top: 0px;
}

#mk-logo-extra {
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    width: 175px;
    height: 70px;
    top: 5px;
    left: -10px;
    letter-spacing: -4px;
}

.mk-text-block.content-title, .mk-text-block.content-title-first, .mk-text-block.content-title-last {
    text-align: center !important;
    padding-top: 75px;
    max-width: 940px;
    margin: 0 auto;
}

.mk-text-block.content-title-last p {
    font-size: 30px;
    font-weight: 900;
    color: #506a85;
    text-transform: uppercase;
    padding: 0px 0 0 0;
}

.mk-portfolio-item.light-zoomin-hover .portfolio-meta .the-title {
    padding: 0 20px 8px 20px;
    color: #4b4b4b !important;
    font-size: 26px !important;
    font-weight: bold;
    line-height: 33px !important;
    position: relative;
    margin-bottom: 30px;
}

.mk-text-block.content-title p, .mk-text-block.content-title-first p {
    text-transform: uppercase;
    font-size: 48px;
    color: #506a85;
    font-weight: 900;
}

.mk-text-block.content-title.content-title-white p {
    text-transform: uppercase;
    font-size: 48px;
    color: #fff;
    font-weight: 900;
}

.colored-section .mk-text-block.content-title p, .colored-section .mk-text-block.content-title-first p {
    text-transform: uppercase;
    font-size: 48px;
    color: #fff;
    font-weight: 900;
}

.colored-section {
    background: #ff5252 !important;
}

.mk-text-block.content-title p:after {
    content: "";
    color: #4b4b4b;
    border-bottom: 3px solid #506a85;
    width: 80px;
    display: block;
    text-align: center;
    margin: 20px auto 0;
}

.mk-text-block.content-title-white p:after {
    content: "";
    color: #fff;
    border-bottom: 3px solid #fff;
    width: 80px;
    display: block;
    text-align: center;
    margin: 0px auto 0;
}

.colored-section .mk-text-block.content-title p:after {
    content: "";
    color: #fff;
    border-bottom: 3px solid #fff;
    width: 80px;
    display: block;
    text-align: center;
    margin: 0px auto 0;
}

.section-halved-dark .mk-text-block.content-title {
    text-align: left !important;
    padding-top: 0;
}

.section-halved-dark .mk-text-block.content-title p {
    font-family: proxima-nova, museo-sans-rounded;
    text-transform: uppercase;
    font-size: 60px;
    color: #fff;
}

.section-halved-dark .mk-text-block.content-title p:after {
    content: "";
    color: #fff;
    border-bottom: none;
    width: 0px;
    display: block;
    text-align: center;
    margin: 0;
}

.section-halved-light .mk-text-block.content-title {
    text-align: left !important;
    padding-top: 0;
}

.section-halved-light .mk-text-block.content-title p {
    font-family: proxima-nova, museo-sans-rounded;
    text-transform: uppercase;
    font-size: 60px;
}

.section-halved-light .mk-text-block.content-title p:after {
    content: "";
    border-bottom: none;
    width: 0px;
    display: block;
    text-align: center;
    margin: 0;
}

.mk-text-block.content-subtitle p {
    color: #fff;
    font-family: proxima-nova, museo-sans-rounded;
    text-transform: uppercase;
    margin-top: -50px;
    letter-spacing: 3.5px;
    font-size: 30px;
}

.box-light p {
    color: #fff;
}

.mk-button.savvy-dimension.large, .mk-button.outline-dimension.large {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 20px;
}

/* Projects */
.mk-text-block.hp-project-img img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ff5252;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    max-height: 300px;
    max-width: 300px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: -150px;
}

span.hover-circle {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    top: 0%;
    margin: 0 auto;
    left: 0%;
    margin-left: 0%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    /*text-indent:-9999px;*/
}

span.hover-circle:hover {
    position: absolute;
    display: block;
    height: 70%;
    width: 80%;
    background-color: rgba(255, 82, 82, 1);
    z-index: 1;
    top: 15%;
    margin: 0 auto;
    left: 50%;
    margin-left: -40%;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

span.hover-circle:before {
    position: absolute;
    display: block;
    height: 92%;
    width: 92%;
    content: "";
    z-index: 11;
    top: 4%;
    margin: 0 auto;
    left: 50%;
    margin-left: -46%;
}

span.hover-circle:after {
    content: "XXXXXXXX";
    position: absolute;
    display: block;
    height: 92%;
    width: 92%;
    content: "";
    z-index: 11;
    top: 4%;
    margin: 0 auto;
    left: 50%;
    margin-left: -46%;
}

.hp-project-img a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
}

.hp-project-img:hover a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    color: white;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
}

.mk-text-block.hp-project-img:hover p a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 99%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

/*

span.project-name {

position: absolute;

top: 46%;

color: #fff;

width: 100%;

left: 0;

z-index:2;

font-size: 30px;

font-weight: 100;

font-family: proxima-nova,museo-sans-rounded;

text-transform: uppercase;

}



span.project-name:hover {

position: absolute;

top: 46%;

color: #fff;

width: 100%;

left: 0;

z-index: 0;

font-size: 30px;

font-weight: 100;

font-family: proxima-nova,museo-sans-rounded;

text-transform: uppercase;

}*/
a#project-1:before, a#project-2:before, a#project-3:before, a#project-4:before, a#project-5:before, a#project-6:before, a#project-7:before, a#project-8:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a#project-1:hover:before, a#project-2:hover:before, a#project-3:hover:before, a#project-4:hover:before, a#project-5:hover:before, a#project-6:hover:before, a#project-7:hover:before, a#project-8:hover:before {
    background-color: rgba(255, 0, 0, 0.0);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

span.project-name1 {
    position: absolute;
    top: 46%;
    color: #fff;
    width: 100%;
    left: 0;
    z-index: 2;
    font-size: 20px;
    font-weight: 100;
    font-family: proxima-nova, museo-sans-rounded;
    text-transform: uppercase;
}

span.project-name1:hover {
    position: absolute;
    top: 46%;
    color: #fff;
    width: 100%;
    left: 0;
    z-index: 111;
    font-size: 20px;
    font-weight: 100;
    font-family: proxima-nova, museo-sans-rounded;
    text-transform: uppercase;
}

.project-inner1, .project-inner2, .project-inner3 {
    position: absolute;
}

span.project-inner1 {
    top: 47%;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    color: #fff;
    font-family: proxima-nova, museo-sans-rounded;
    text-transform: uppercase;
    font-size: 28px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#project-1:hover .project-inner1, #project-2:hover .project-inner1, #project-3:hover .project-inner1, #project-4:hover .project-inner1, #project-5:hover .project-inner1, #project-6:hover .project-inner1, #project-7:hover .project-inner1, #project-8:hover .project-inner1 {
    display: none;
}

span.project-inner3 {
    top: 47%;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    color: #fff;
    font-family: proxima-nova, museo-sans-rounded;
    text-transform: uppercase;
    font-size: 28px;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#project-1:hover .project-inner3, #project-2:hover .project-inner3, #project-3:hover .project-inner3, #project-4:hover .project-inner3, #project-5:hover .project-inner3, #project-6:hover .project-inner3, #project-7:hover .project-inner3, #project-8:hover .project-inner3 {
    display: block;
}

span.project-inner2 {
    opacity: 0;
    height: 25%;
    width: 25%;
    background-color: rgba(255, 82, 82, 0.9);
    top: 50%;
    margin: 0 auto;
    left: 50%;
    margin-left: -50%;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-indent: -9999px;
}

#project-1:hover .project-inner2, #project-2:hover .project-inner2, #project-3:hover .project-inner2, #project-4:hover .project-inner2, #project-5:hover .project-inner2, #project-6:hover .project-inner2, #project-7:hover .project-inner2, #project-8:hover .project-inner2 {
    opacity: 1;
    height: 70%;
    width: 80%;
    background-color: rgba(255, 82, 82, 0.9);
    top: 15%;
    margin: 0 auto;
    left: 50%;
    margin-left: -40%;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

span.mk-font-icons.heart-icon i:before {
    font-size: 100px;
}

.jig-overflow:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home #jig1 .jig-overflow:before {
    content: "Gubbara";
    position: relative;
    top: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;    /* left: -54%; */
    color: #fff;    /* text-align: center; */

    /* height: 30vh !important; */

    left: 50%;
    width: 150px;
    margin-left: -75px;
    word-wrap: normal;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    height: 100px;
    margin-top: -20px;
    text-transform: uppercase;
    font-size: 16px;
}

.home #jig2 .jig-overflow:before {
    content: "Vocational Training Centre";
    position: relative;
    top: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;    /* left: -54%; */
    color: #fff;    /* text-align: center; */

    /* height: 30vh !important; */

    left: 50%;
    width: 150px;
    margin-left: -75px;
    word-wrap: normal;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    height: 100px;
    margin-top: -27px;
    text-transform: uppercase;
    font-size: 16px;
}

.home #jig3 .jig-overflow:before {
    content: "Early Intervention Care";
    position: relative;
    top: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;    /* left: -54%; */
    color: #fff;    /* text-align: center; */

    /* height: 30vh !important; */

    left: 50%;
    width: 150px;
    margin-left: -75px;
    word-wrap: normal;
    overflow: hidden;
    display: block;
    text-align: center;
    height: 100px;
    margin-top: -30px;
    text-transform: uppercase;
    font-size: 16px;
}

.home #jig4 .jig-overflow:before {
    content: "Latika Vihar";
    position: relative;
    top: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;    /* left: -54%; */
    color: #fff;    /* text-align: center; */

    /* height: 30vh !important; */

    left: 50%;
    width: 150px;
    margin-left: -75px;
    word-wrap: normal;
    overflow: hidden;
    display: block;
    text-align: center;
    height: 100px;
    margin-top: -20px;
    text-transform: uppercase;
    font-size: 16px;
}

.home #jig5 .jig-overflow:before {
    content: "Child Development Centre";
    position: relative;
    top: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;    /* left: -54%; */
    color: #fff;    /* text-align: center; */

    /* height: 30vh !important; */

    left: 50%;
    width: 150px;
    margin-left: -75px;
    word-wrap: normal;
    overflow: hidden;
    text-align: center;
    height: 100px;
    margin-top: -30px;
    text-transform: uppercase;
    font-size: 16px;
}

.home #jig1:hover .jig-overflow:before, .home #jig2:hover .jig-overflow:before, .home #jig3:hover .jig-overflow:before, .home #jig4:hover .jig-overflow:before, .home #jig5:hover .jig-overflow:before {
    display: none;
}

.home #jig1 .jig-caption-title, .home #jig2 .jig-caption-title, .home #jig3 .jig-caption-title, .home #jig4 .jig-caption-title, .home #jig5 .jig-caption-title, .home .jig-caption-description-wrapper {
    text-shadow: none !important;
    position: relative;
    top: 2px;
    font-size: 16px;
}

.home #jig1 .jig-overlay, .home #jig2 .jig-overlay, .home #jig3 .jig-overlay, .home #jig4 .jig-overlay, .home #jig5 .jig-overlay {
    background: rgba(255, 82, 82, 1);
    opacity: 1;
}

.scroll-projects {
    margin-bottom: 0px;
    text-align: left;
    overflow-x: hidden;
}

.scroll-projects::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.scroll-projects::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.0);
    border-radius: 0px;
    max-width: 50%;
    display: block;
}

.scroll-projects::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    max-width: 50%;
    display: block;
}

.scroll-projects::-webkit-scrollbar-track-piece:start {
    color: red;
}

/*

.jig-imageContainer:hover .jig-overflow:before{

background: rgba(255,0,0,0.4);

}

*/
.mk-text-block.landing-image-title p {
    text-align: center;
    color: #fff;
    font-size: 64px;
    font-weight: 300;
    text-transform: inherit, uppercase;
    font-family: ff-market-web, edo;
}

.mk-text-block.landing-image-subtitle p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-top: 7px;    /* font-style: italic; */
}

.mk-text-block.landing-image-subtitle {
    max-width: 900px;
    margin: -38px auto 0;
}

/* home projects vertical */

/*

#hp-projects-section .vc_col-sm-2 {

float: left;

width: 18.8%;

padding: 0;

margin-right: 0.3%;

margin-left:0.3%;

min-height: 0;

}



.home_box_wrap .home_box_last {

margin: 0 !important;

}

*/

/*

=================

*/

* {
    box-sizing: border-box;
}

.project {
    float: left;
    overflow: hidden;
    transition: 0.35s all;
    transition-timing-function: linear;
    padding-right: 0%;
    height: 600px;
    border-left: 1px solid white;
    position: relative;
}

.project:first-child {
    border-left: none;
}

.project.active img {
    transition: 0.35s all;
    transition-timing-function: linear;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.project img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-width: none !important;
}

.project .caption {
    color: white;
    text-align: center;
    position: absolute;
    top: 280px;
    width: 100%;
    font-weight: 300;
    padding: 0 25px;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 3px;
    line-height: 22px;
    width: 220px;
    left: 50%;
    margin-left: -110px;
    text-shadow: 0 0 30px #000;
}

.mk-text-block.hp-projects-entry {
    float: left;
    max-width: 280px;
    margin-right: 2px;
    margin-left: 2px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* home needs section */
.mk-text-block.hp-needs-title p {
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 35px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.mk-text-block.hp-needs-description p {
    font-size: 18px;
    padding: 10px 37px;
    font-weight: 300;
}

#hp-needs-section .mk-button.large {
    padding: 22px 18px;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 1px;
    font-weight: 900;
}

a.hp-needs-btn.join-btn {
    border: 1px solid #aaa;    /* color: #505050 !important; */
}

a.hp-needs-btn.volunteer-btn {
    border: 1px solid #aaa;    /* color: #505050 !important; */
}

a.hp-needs-btn.intern-btn {
    border: 1px solid #aaa;    /* color: #505050 !important; */
}

a.hp-needs-btn.join-btn:hover {
    border: 1px solid #00b0ff;    /* color: #505050 !important; */
}

a.hp-needs-btn.volunteer-btn:hover {
    border: 1px solid #ff5252;    /* color: #505050 !important; */
}

a.hp-needs-btn.intern-btn:hover {
    border: 1px solid #9edda8;    /* color: #505050 !important; */
}

/* home news */
#hp-news-section .vc_col-sm-4 {
    padding-left: 0;
    padding-right: 0;
}

.home #theme-page #hp-news-section h3.the-title a {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 28px !important;
    font-weight: 600;
    letter-spacing: 0;
    font-family: proxima-nova, sans-serif
}

.home .mk-blog-spotlight-item .mk-spotlight-content-container time {
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0px;
    margin-bottom: 48px;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 600;
}

.home .mk-blog-spotlight-item .mk-spotlight-content-container h3 {
    text-align: left;
}

.home #theme-page #hp-news-section h3 {
    margin: 0;
}

.home .mk-spotlight-content-container .mk-button-align.center {
    display: none !important;
}

.home .mk-blog-spotlight-item .mk-spotlight-content-container time {
    text-transform: capitalize;
    font-style: normal;
}

.home  .mk-blog-meta-wrapper {
    text-align: left;
}

.home .mk-blog-spotlight-item .mk-spotlight-content-container time:after {
    width: 20px;
    height: 2px;
    content: "";
    display: none;
    margin: 6% auto;
    background-color: #fff;
}

.hp-post, .hp-post article, .hp-post .featured-image, .hp-post a, .hp-post img {
    height: 320px !important;
}

.hp-post-2, .hp-post-2 article, .hp-post-2 .featured-image, .hp-post-2 a, .hp-post-2 img, .hp-post-3, .hp-post-3 article, .hp-post-3 .featured-image, .hp-post-3 a, .hp-post-3 img, .hp-post-6, .hp-post-6 article, .hp-post-6 .featured-image, .hp-post-6 a, .hp-post-6 img {
    height: 245px !important;
}

.hp-post-2 img, .hp-post-3 img, .hp-post-6 img {
    visibility: hidden;
}

.hp-post-2 .image-hover-overlay, .hp-post-3 .image-hover-overlay, .hp-post-6 .image-hover-overlay {
    opacity: 0 !important;
}

.hp-post-2, .hp-post-3, .hp-post-6 {
    background: white;
}

.hp-post-2 *, .hp-post-3 *, .hp-post-6 * {
    color: #4b4b4b !important;
}

.hp-post:hover {
    background: #333;
}

.hp-post:hover * {
    color: white !important;
}

.hp-post img {
    max-width: none;
    width: auto !important;
}

.hp-post a {
    overflow: hidden;
}

.home .mk-gallery-shortcode, .home .mk-portfolio-grid, .home .mk-portfolio-masonry, .home .mk-spotlight-wrapper {
    width: 100%;
}

/***************************************

DONORS

***************************************/
.mk-tabs.default-style.vertical-style .mk-tabs-tabs {
    float: left;
    margin: 0 -1px 0 0 !important;
    width: 22.5%;
    border: 1px solid #e5e5e5;
}

.mk-tabs .mk-tabs-tabs li a {
    display: block;
    margin: 0;
    outline: none;
    color: #444444;
    white-space: nowrap;
    font-weight: normal;
    font-size: 20px;
    line-height: 75px;
    cursor: pointer;
    letter-spacing: 0px;
}

.mk-tabs.default-style .mk-tabs-tabs li a, .mk-tabs.default-style .mk-tabs-tabs li.ui-tabs-active a {
    padding: 30px 20px !important;
}

.mk-tabs.default-style .mk-tabs-panes .mk-tabs-pane {
    padding: 9px 40px 20px;
}

.mk-tabs.default-style.vertical-style .mk-tabs-tabs li.ui-tabs-active a {
    padding-right: 21px !important;
    border-right: 1px solid #ff5252;
    border-bottom: 1px solid #e5e5e5 !important;
}

li.ui-state-active, li.ui-state-active a {
    background-color: #ff5252 !important;
    color: #fff !important;
}

/***************************************

PROJECTS

***************************************/
.mk-text-block.project-desc-holder {
    max-width: 940px;
    margin: 0 auto;
    text-align: left !important;
}

.mk-button.x-large {
    padding: 40px 36px;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 2px;
    font-weight: 600;
}

.nav-roundslide .nav-item-caption {
    font-weight: 300;
    font-size: 15px;
    top: -4px;
    letter-spacing: 1px;
    font-style: italic;
}

/*.mk-text-block.content-title:before {

content: "";

display: block;

width: 250px;

border-top: 1px solid #506a85 !important;

margin: 0 auto;

padding-bottom: 80px;

}*/
.nav-roundslide a[data-skin="light"] {
    background: rgba(255, 255, 255, 0);
    border: 0px solid #fff;
}

.mk-edge-slider .edge-title {
    margin-bottom: 20px;
    font-weight: 900 !important;
    line-height: 120%;
    font-size: 2.0em !important;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.mk-edge-slider .edge-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 9px #000;
}

.home .mk-edge-slider .edge-desc {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 4px;
    margin-top: 8px;
    max-width: 70%;
    margin: 8px auto 0;
    line-height: 1.2;
}

.home .mk-edge-slider .edge-title {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 46px;
    line-height: 100%;
}

.mk-page-section.social-hosted {
    max-width: 1170px !important;
    margin: 0 auto;
}

.donors .mk-page-section.social-hosted, .lrf-people .mk-page-section.social-hosted {
    max-width: 100% !important;
    margin: 0 auto;
}

.nav-roundslide .nav-item-caption {
    font-weight: 400;
    font-size: 10px;
    position: absolute;
    padding: 20px 11px;
    width: 106px !important;
    font-family: proxima-nova, sans-serif;
}

.nav-roundslide a.mk-edge-prev .nav-item-caption {
    right: -21px;
}

.nav-roundslide a:hover {
    width: 140px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

/*

div#video-with-overlay:hover .mk-video-color-mask {

display:none;

-webkit-transition:all 0.3s ease-in-out;

-moz-transition:all 0.3s ease-in-out;

-o-transition:all 0.3s ease-in-out;

transition:all 0.3s ease-in-out;

}

*/
.full-width-55dd7f952abb9 .mk-video-color-mask {
    background: #00b0ff;
    background: -moz-linear-gradient(left, #00b0ff 0%, #ff5252 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00b0ff), color-stop(100%, #ff5252));
    background: -webkit-linear-gradient(left, #00b0ff 0%, #ff5252 100%);
    background: -o-linear-gradient(left, #00b0ff 0%, #ff5252 100%);
    background: -ms-linear-gradient(left, #00b0ff 0%, #ff5252 100%);
    background: linear-gradient(to right, #00b0ff 0%, #ff5252 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b0ff", endColorstr="#ff5252", GradientType=1);
}

.project-two-images p {
    max-width: 99.5% !important;
    padding: 0%;
    margin-bottom: 2px;
}

.project-one-image p {
    max-width: 99.75% !important;
    padding: 0%;
}

.project-two-images .aligncenter, .project-two-images img.aligncenter {
    margin-bottom: 0.5% !important;
}

#video-with-overlay .mk-video-color-mask {
    z-index: 0;
}

.project-impact-numbers {
}

span.milestone-number, span.milestone-suffix {
    font-weight: 200 !important;
    letter-spacing: -7px !important;
    font-size: 145px !important;
    color: #777;
    font-family: proxima-nova-extra-condensed, sans-serif;
}

.colored-section  span.milestone-number, .colored-section  span.milestone-suffix {
    font-weight: 200 !important;
    letter-spacing: -7px !important;
    font-size: 145px !important;
    color: #fff;
    font-family: proxima-nova-extra-condensed, sans-serif;
}

.colored-section .mk-milestone .milestone-text {
    letter-spacing: 1px;
    line-height: 100%;
    position: relative;
    margin: 0px 0 0;
    padding: 30px 0 10px;
    font-style: normal;
    opacity: 1;
    color: #fff;
    font-size: 36px !important;
    text-transform: uppercase;
    font-family: proxima-nova-extra-condensed, sans-serif;
    letter-spacing: 0px;
}

.colored-section .mk-milestone .milestone-text:after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 3px;
    background: #FFF;
    top: 0;
}

.colored-section p, .colored-section .mk-box-icon-2-content {
    font-size: 22px;
    color: #fff;
    line-height: 1.5em;
}

.mk-toggle.simple-style .mk-toggle-title:before {
    position: absolute;
    top: 27px !important;
    right: 27px !important;
    display: block;
    padding: 3px 6px 2px;
    color: #ff5252;
    content: "\f065";
    font-size: 26px;
    line-height: 12px;
}

.mk-toggle.simple-style .mk-toggle-title.active-toggle:before {
    position: absolute;
    top: 27px !important;
    right: 42px !important;
    display: block;
    padding: 3px 6px 2px;
    color: #ff5252;
    content: "\f066";
    font-size: 26px;
    line-height: 12px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.mk-toggle.fancy-style {
    margin-bottom: 3px;
    border: 1px solid #ececec;
    border: none;
    margin: 0 auto;
    background-color: transparent;
}

.admission-toggle .mk-toggle-title {
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
    font-size: 33px !important;
    padding: 20px !important;
    display: inline-block;
    font-weight: 100 !important;
    background: #fcfcfc;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.admission-toggle:hover .mk-toggle-title, .admission-toggle .mk-toggle-title.active-toggle {
    background: #ececec;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*.milestone-context p {

font-size: 16px;

}

*/
.mk-milestone .milestone-text {
    letter-spacing: 1px;
    line-height: 100%;
    position: relative;
    margin: 16px 0 0;
    padding: 16px 0 10px;
    font-style: italic;
    opacity: 0.8;
}

.fullwidth-quote p {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-weight: 100;
    font-size: 60px;
    padding: 20px 30px;
    line-height: 1.2em;
    max-width: 80%;
    font-family: proxima-nova, museo-sans-rounded, proxima-nova, arial black, sans-serif;
}

.fullwidth-quote em {
    font-size: 22px;
    font-weight: 300 !important;    /* font-style: normal; */
}

.mk-fancy-table.table-style1 td {
    padding: 12px;
    border-left: 1px solid #fff;
    text-align: left;
    font-size: 18px;
    padding: 40px 20px;
}

.mk-fancy-table.table-style1 td.first-col {
    min-width: 150px !important;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    vertical-align: middle;
    padding: 40px;
}

td p {
    font-size: 18px;
    line-height: 1.3;
}

.mk-flipbox-content .front-title, .mk-flipbox-content .back-title {
    padding: 0px;
}

.mk-flipbox-back .back-desc {
    padding: 0 0% !important;
    line-height: 1.3em;
    font-weight: 600;
}

/*

#video-with-overlay:hover .mk-video-mask, #video-with-overlay:hover .mk-video-color-mask:hover {

z-index: 1;

}

*/

/***************************************

NEWS

***************************************/



.the-excerpt p {
    font-size: 16px;
    font-weight: 300;
}

/*.mk-blog-modern-item .the-title, .mk-blog-classic-item .the-title {

font-family: proxima-nova;

font-weight: 100;

}*/
.mk-blog-newspaper-item .the-title {
    line-height: 18px;
    margin-bottom: 10px !important;
    letter-spacing: 0px;
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
}

.mk-blog-newspaper-item .the-title a {
    font-size: 30px;
    line-height: 30px;
    text-transform: none !important;
}

.mk-blog-newspaper-item .newspaper-item-footer {
    background-color: #fafafa;
    border-top: 1px solid #e3e3e3;
    position: relative;
    z-index: -1;
    display: none;
}

/***************************************

PEOPLE

***************************************/
.mk-portfolio-item.light-zoomin-hover.portfolio-five-column .portfolio-meta .the-title, .mk-portfolio-item.light-zoomin-hover.portfolio-four-column .portfolio-meta .the-title, .mk-portfolio-item.light-zoomin-hover.portfolio-six-column .portfolio-meta .the-title {
    font-size: 22px !important;
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
}

#mk-filter-portfolio.sortable-classic-style ul li a.current, #mk-filter-portfolio.sortable-classic-style ul li:hover a {
    background-color: #ff5252;
    color: #fff;
    border-radius: 3px;
}

#mk-filter-portfolio.sortable-classic-style ul li {
    margin: 3px 8px;
}

.mk-portfolio-item.light-zoomin-hover .portfolio-meta {
    position: absolute;
    bottom: 40%;
}

.mk-portfolio-item.light-zoomin-hover .portfolio-categories, .mk-portfolio-item.light-zoomin-hover .portfolio-date {
    color: #555;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 16px;
    font-weight: 300;
    text-shadow: 0px 0px 20px #000;
}

.advisors .mk-portfolio-item .portfolio-categories {
    position: absolute;
    bottom: 15px;
    z-index: 99;
    text-align: center;
    width: 94%;
    color: white !important;
    margin-left: 5px;
    margin-bottom: -6px;
}

a.zoom-badge.mk-lightbox {
    display: none !important;
}

a [class^="mk-moon-"], a [class*=" mk-moon-"] {
    display: inline;
}

.single-share-box {
    position: absolute;
    left: -220px;
    bottom: -11px;
    background-color: #ff5252;
    margin: 0;
    list-style: none;
    display: none;
    text-align: center;
    padding: 13px;
    text-transform: center;
    border-radius: 3px;
    z-index: 1;
}

.single-share-box:before {
    background-color: #ff5252;
}

.single-share-box li a {
    color: #f1f1f1;
}

.mk-love-this.item-loved i {
    color: #ff5252;
}

.single-featured-image {
    max-width: 100%;
    display: inline-block;
    float: left;
    padding: 0 25px 0 0;
}

.project_description {
    padding-bottom: 100px;
    min-height: 572px;
}

#theme-page .project_description h2.title {
    font-size: 42px;
    font-family: proxima-nova, sans-serif;
    font-weight: 100;
    text-transform: none;
    display: inline-block;
    margin-right: 21px;
    margin-bottom: -3px;
    line-height: 42px;
}

#theme-page .project_description h3 {
    font-size: 16px;
    position: relative;
    text-transform: none;
    font-weight: 400;
    font-family: proxima-nova, sans-serif;
    font-style: italic;
    top: 0px;
    color: #506a85;
    margin-bottom: 25px;
}

h3.job-title:before {
    content: "";
    display: block;    /* position: absolute; */

    /* top: 0; */

    border-top: 1px solid rgba(80, 106, 133, 0.3);
    width: 3%;
    margin-bottom: 7px;    /* padding-bottom: 83px; */
    margin-top: 3px;
}

#theme-page h3.job-title-capsule {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #4b4b4b;
}

.mk-preloader img {
    display: block !important;
}

i.mk-li-view {
    display: none;
}

.pagnav-wrapper .pagenav-bottom {
    text-align: left !important;
}

.portfolio-categories {
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding: 10px;
    max-width: 261px;
    margin: 0 auto;
}

.lrf-people .portfolio-categories {
    max-width: 251px;
    margin: 0 auto;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #444;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 600;
}

.mk-preloader {
    background: transparent !important;
}

/***************************************

JO's BLOG

***************************************/
#wp-subscribe {
    padding: 26px;
    background: #9EDDA7 !important;
}

.mk-post-cat a {
    display: inline-block;
}

#wp-subscribe h4.title {
    font-size: 24px !important;
}

#wp-subscribe p.footer-text {
    margin-top: 10px !important;
    font-size: 12px !important;
}

#wp-subscribe input.submit {
    background: #FFFFFF;
    color: #000000 !important;
    margin-top: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

#wp-subscribe input.email-field {
    color: #000 !important;
    background: #fff !important;
    opacity: 1 !important;
    margin-top: 10px;
}

#wp-subscribe input.submit {
    background: #FFFFFF !important;
    color: #000000 !important;
    margin-top: 9px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    padding: 5px 0 !important;
    height: 45px;
}

#wp-subscribe p {
    opacity: 1 !important;
}

#wp-subscribe input {
    border: none;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    height: 45px;
    font-size: 14px;
    letter-spacing: 1px;
}

#wp-subscribe p {
    color: #ffffff !important;
    margin: 0;
    text-align: center;
    font-size: 15px !important;
    line-height: 1.1em;
    margin-top: 28px !important;
    text-transform: lowercase;
    font-weight: 600;
    letter-spacing: 1px;
}

body.single-post input#consent-field {
    display: inline-block;
    width: 18px;
    margin-right: 10px;
    position: relative;
    top: -12px;
}

body.single-post .wp-subscribe-wrap .wps-consent-wrapper label {
    line-height: 130% !important;
    display: block;
}

h3.the-title a {
    font-size: 36px;
    line-height: 36px !important;
}

.mk-blog-spotlight-item .mk-spotlight-content-container h3 {
    font-family: proxima-nova, sans-serif;
    font-weight: 100 !important;
}

.single-post #mk-sidebar .widgettitle {
    font-weight: 300 !important;
    border-top: 1px solid #eee;
    padding-top: 25px;
}

.page-id-9822 .mk-button.outline-dimension {
    border-width: 1px !important;
    border-style: solid !important;
}

.page-id-9822 .mk-button.outline-dimension.outline-btn-light {
    border-color: #fff !important;
    color: #fff;
    border-radius: 3px;
}

.page-id-9822 .mk-button.outline-dimension.outline-btn-light {
    border-color: #fff !important;
    color: #fff;
}

.page-id-9822 .mk-button.outline-dimension.outline-btn-light:hover {
    background-color: #FF5252;
    border-color: #FF5252 !important;
    color: #fff;
}

.page-id-9822 .mk-button.outline-dimension.outline-btn-light:hover:hover i {
    color: #252525;
}

.page-id-9822 .mk-button.outline-dimension.outline-btn-dark {
    border-color: #252525 !important;
    color: #252525;
}

.page-id-9822 .mk-button.outline-dimension.outline-btn-dark:hover {
    background-color: #252525;
    color: #fff;
}

.page-id-9822 .mk-button.outline-dimension.outline-btn-dark:hover:hover i {
    color: #fff;
}

.mk-blog-spotlight-item .featured-image .image-hover-overlay {
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 50;
    -khtml-opacity: 50;
    opacity: 50;
    opacity: 0.3;
    background-color: #000 !important;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.mk-blog-spotlight-item .featured-image:hover .image-hover-overlay {
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 20;
    -khtml-opacity: 20;
    opacity: 20;
    opacity: 0.2;
}

.mk-text-block.landing-quote {
    padding: 100px 0;
}

.mk-text-block.landing-quote p {
    font-family: "chaparral-pro-caption", serif;
    color: #fff;
    font-size: 60px;
    font-style: italic;
    font-weight: 300;
}

.mk-text-block.landing-quote:after {
    content: "";
    display: inline-block;
    border-bottom: 1px solid #fff;
    width: 10%;
}

.mk-text-block.landing-desc {
    max-width: 710px;
    margin: 0 auto;
}

.mk-text-block.landing-desc p {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-size: 26px;
    font-weight: 100;
    line-height: 1.2em;
}

.pagnav-wrapper .pagenav-top {
    height: 60px;
    display: block;
    position: relative;
}

.pagnav-wrapper .pagenav-top .mk-pavnav-icon {
    position: absolute;
    width: 130px;
    height: 130px;
    display: table;
    text-align: center;
    background-color: #dfdfdf;
    background-color: #FF5252;
    color: #fff;
    border-radius: 0 3px 3px 0;
}

.pagnav-wrapper .pagenav-title {
    font-size: 20px;
    font-weight: 900;
    color: #4b4b4b;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: none;
    padding: 20px 20px 0;
    font-family: proxima-nova, museo-sans-rounded;
    text-align: center;
}

.pagnav-wrapper .pagenav-bottom:hover {
    display: block;
    height: inherit;
    background-color: #FF5252;
    border: 1px solid #FF5252;
    width: inherit;
    text-align: center;
}

.pagnav-wrapper .pagenav-bottom:hover .pagenav-title {
    olor: #fff;
}

.pagnav-wrapper .pagenav-bottom {
    display: none;
}

.mk-post-prev {
    left: -225px;
    top: 80%;
}

.mk-post-next {
    right: -225px;
    top: 80%;
}

.mk-post-nav:hover.mk-post-prev {
    left: -50px;
}

.mk-post-nav:hover.mk-post-next {
    right: -50px;
}

.mk-post-prev .pagnav-wrapper .pagenav-top:before {
    content: "Previous";
    display: inline-block;    /* position: absolute; */

    /* top: 40%; */

    left: 50%;
    color: #fff;
    font-weight: 300;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 17px;
    margin-left: 40px;
}

.mk-post-next .pagnav-wrapper .pagenav-top:before {
    content: "Next";
    display: inline-block;    /* position: absolute; */

    /* top: 40%; */

    left: 50%;
    color: #fff;
    font-weight: 300;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 17px;
    margin-left: -60px;
}

.pagnav-wrapper .pagenav-top .pagenav-image img {
    display: none;
}

.pagnav-wrapper .pagenav-top {
    background: #FF5252 !important;
    border-radius: 3px 3px 3px 3px;
}

.pagnav-wrapper .pagenav-top .mk-pavnav-icon {
    height: 130px;
    display: none;
}

.page-introduce-title:after {
    content: "";
    display: block;
    border-bottom: 3px solid #ccc;
    margin: 0 auto;
    width: 200px;
}

.page-introduce-title {
    font-family: proxima-nova, sans-serif;
    margin-top: 100px;
}

.mk-blog-author {
    text-align: center;
}

.mk-blog-modern-item .the-title a, .mk-blog-classic-item .the-title a {
    font-size: 36px;
    line-height: 36px !important;
    font-weight: 100;
    text-align: center;
    letter-spacing: 0;
}

.mk-blog-modern-item .the-excerpt, .mk-blog-classic-item .the-excerpt {
    margin-bottom: 30px;
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
}

.mk-blog-modern-item .mk-blog-meta {
    margin: 0 20px 20px 0px;
    display: block;
    padding: 0 !important;
    text-align: center;
}

.the-excerpt p {
    font-size: 19px;
    font-weight: 300;
    text-align: left;
    margin: 25px 0;
}

.mk-blog-modern-item .the-excerpt p {
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin: 25px 0;
}

.mk-blog-modern-item .blog-modern-btn {
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 14px 20px;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    max-width: 14%;
}

.mk-blog-modern-item .mk-blog-meta-wrapper {
    text-align: center;
    margin-bottom: 21px;
}

.mk-blog-thumbnail-item.content-align-right .mk-thumbnail-content-container {
    float: right;
    padding: 0px 30px 0px;
}

/*#theme-page h3 {

max-width: 80%;

margin: 45px auto 50px;

}

*/
.mk-blog-modern-item .mk-blog-meta h3.the-title:after {
    content: "";
    display: block;
    width: 14%;
    height: 2px;
    border-top: 6px solid #D6D6D6;
    margin: 25px auto 35px;
}

.mk-blog-meta:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-top: 1px dotted #D6D6D6;
    margin: 75px auto 10px;
}

.home .mk-blog-meta:after {
    display: none;
}

.mk-loadmore-button {
    margin: 40px auto;
    background-color: #fff;
    color: #4b4b4b !important;
    font-size: 13px;
    display: block;
    text-align: center;
    padding: 15px 0;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ff5252;
    width: 50%;
    max-height: 60px;
    position: relative;
}

.mk-loadmore-button:hover {
    background-color: #ff5252;
    color: #fff;
}

.mk-loadmore-button:hover {
    background-color: #ff5252;
    color: #fff;
}

.mk-pagination-holder:hover a.mk-loadmore-button.load-button-style-btn {
    background-color: #ff5252;
    color: #fff !important;
}

.mk-loadmore-button .mk-moon-arrow-down-4 {
    font-size: 16px;
    margin-right: 10px;
    color: #ff5252;
}

.mk-loadmore-button:hover .mk-moon-arrow-down-4 {
    font-size: 16px;
    margin-right: 10px;
    color: #fff;
}

.mk-loadmore-button .mk-moon-loop-4 {
    font-size: 16px;
    color: #252525;
    -moz-animation: spin 0.6s infinite linear;
    -o-animation: spin 0.6s infinite linear;
    -webkit-animation: spin 0.6s infinite linear;
    animation: spin 0.6s infinite linear;
    display: block;
    width: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.mk-loadmore-button.pagination-loading {
    background-color: #f5f5f5;
    color: #d7d7d7 !important;
}

.mk-loadmore-button.pagination-loading .mk-moon-arrow-down-4 {
    color: #e6e6e6;
}

.mk-commentlist li .comment-reply {
    float: right;
    display: inline-block;
    margin-top: 6px;
    font-size: 16px;
    text-transform: lowercase;
    text-decoration: none;
    font-weight: 600;
}

.blog-comment-title {
    font-size: 22px;
    margin-bottom: 60px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid #DDD;
    padding: 0 0 33px 0;
    font-style: italic;
}

.widget_posts_lists ul li:hover time {
    color: #fff;
}

#mk-sidebar .widget a {
    color: #999999;
    font-size: 15px;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.4em;
}

.mk-thumbnail-content-container a.mk-button.custom.light.outline-dimension.medium.pointed {
    color: white;
    background-color: #ff5252;
    border-color: #ff5252 !important;
    border-radius: 2px;
}

.mk-thumbnail-content-container a.mk-button.custom.light.outline-dimension.medium.pointed {
    color: white;
    background-color: #ff5252;
    border-color: #ff5252 !important;
    border-radius: 2px;
}

.mk-thumbnail-content-container .mk-button-align:hover a.mk-button.custom.light.outline-dimension.medium.pointed {
    color: white;
    background-color: #ff5252;
    border-color: #fff !important;
    border-radius: 2px;
    border: 2px solid black !important;
}

#theme-page .mk-thumbnail-content-container h3 a {
    font-size: 36px;
    line-height: 36px !important;
    font-weight: 100 !important;
}

.mk-thumbnail-content-container .mk-blog-author, .mk-thumbnail-content-container span.mk-categories, .mk-thumbnail-content-container time a, .mk-thumbnail-content-container .mk-blog-meta-wrapper {
    font-size: 14px;
}

.lrf-no-thumbnail.mk-blog-thumbnail-item .mk-thumbnail-content-container {
    width: 100%;
    display: inline-block;
    padding: 0;
    text-align: center;
}

.lrf-no-thumbnail .the-excerpt {
    width: 75%;
    text-align: center;
    margin: 0 auto;
}

/***************************************

OLD FRIENDS

***************************************/
.old-friends .mk-portfolio-item .portfolio-categories {
    position: absolute;
    bottom: 15px;
    z-index: 99;
    text-align: center;
    width: 88%;
    color: white !important;
    margin: 0 auto;
    left: 6.3%;
    bottom: 21px;
}

.old-friends h2.title {
    margin-bottom: 36px !important;
    margin-top: 0px !important;
}

/***************************************

ADVISORS

***************************************/
.personlist li {
    font-size: 18px !important;
}

.advisors .mk-image-caption {
    display: none;
}

ul.personlist {
    margin-left: 2.8em !important;
}

.advisors h3.mk-shortcode.mk-fancy-title.pattern-style.mk-shortcode-heading span {
    font-size: 22px;
}

/***************************************

FOOTER

***************************************/
.mk-footer-copyright {
    opacity: 1;
}

.donate-quote {
    font-size: 18px;
    line-height: 22px;
    font-style: italic;
    color: #fff;
    margin-bottom: 34px;
    letter-spacing: 1px;
}

span.donate-author {
    font-size: 14px;
    letter-spacing: 2px;
    text-align: right;
    display: block;
    margin-top: 20px;
    margin-right: 14px;
}

div#sub-footer {
    border-top: 1px solid #fcfcfc;
}

.mk-footer-copyright {
    line-height: 16px;
    float: none;
    display: block;
}

.credit-note {
    float: none;
    display: block;
    opacity: 1;
    padding: 0px 0 0px;    /* margin-right: 10px; */
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 8px;
}

span.note-left {

    /* position: absolute; */

    margin-right: 0px;
}

span.note-right {
    margin-left: 34px;
}

.footer-column-left {
    max-width: 80%;
}

.footer-column-left a {
    display: block;
    margin-top: 8px;
    text-transform: uppercase;
    font-size: 10px !important;
    letter-spacing: 2px;
    color: #7b7b7b !important;
    font-weight: 600;
}

section#text-4 .widgettitle {
    font-weight: 600;
}

span.credit-note img {
    display: inline-block;
    position: absolute;
    bottom: 17px;
    max-height: 26px;
    max-width: 26px !important;
}

section#text-4 .textwidget {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
}

section#text-5 .textwidget {
}

.epm-form-field {
    display: inline-block;
}

input.button.btn.epm-sign-up-button.epm-submit-chimp.ripple-button {
    border-radius: 0 3px 3px 0;
    padding: 14px 20px 12px !important;
    margin-left: -6px;
}

input.button {
    background-color: rgba(255, 82, 82, 0.7) !important;
}

input.button:hover {
    background-color: #ff5252 !important;
}

input[type=email] {
    font-size: 15px;
    color: #767676;
    padding: 12px 35px;
    background-color: #FFFFFF;
    border: 1px solid #e3e3e3;
    outline: none;
    margin-bottom: 4px;
    border-radius: 3px;
    display: inline-block;
    width: 300px;
    text-align: center;
}

.epm-message.epm-success.message.success p {
    font-weight: 900 !important;
    font-size: 14px !important;
    color: #38D6B6 !important;
}

.epm-message.epm-error.message.error p {
    color: #ff5252 !important;
    font-weight: 900 !important;
    font-size: 14px !important;
}

#text-5 .widgettitle {
    text-transform: none;
    font-size: 16px;
    color: #4b4b4b;
    font-weight: normal;
    margin-bottom: 18px;
    margin-top: 3px;
}

#logo-holder-footer img {
    display: inline-block;
    text-align: left;
    max-width: 75px;
}

div#logo-holder-footer {

    /* width: 350px;*/

    text-align: left;
}

div#logo-holder-footer p {
    font-size: 27px;    /* letter-spacing: 1px; */
    margin: 0px 0 14px 0;
    font-family: ff-market-web, arial black, sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
    color: #ff5252;
    opacity: 0.8;
}

.mk-footer-logo {
    float: left;
    display: inline-block;
    padding: 14px 20px 8px 0;
    max-width: 50px;
    margin-left: 23px;
    display: none;
}

/*

section#text-4 {

 width: 120%;

 margin-right: 72px;

}



section#text-5 {

 max-width: 76%;

 margin: 0 0% 0 22%;

}

*/
#contacts-holder .vc_col-sm-4 {
    padding-right: 0;
    padding-left: 0;
}

#contacts-holder p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 100;
}

span#input_1_1_3_container label {
    display: none;
}

#respond #submit {
    padding: 15px 26px;
}

#mk-footer-navigation ul li a {
    margin: 25px 12px 20px;
    font-size: 13px;
    line-height: 13px;
    opacity: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#mk-footer-navigation {
    float: none;
    position: absolute;
    bottom: 65px;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    display: none;
}

#mk-footer-navigation ul li {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
}

label#incsub-mailchimp-label-firstname, label#incsub-mailchimp-label-lastname, label#incsub-mailchimp-label-email {
    display: none;
}

input[data-label="firstname"], input[data-label="lastname"] {
    display: none;
}

#mk-footer .incsub-mailchimp-widget .widgettitle {
    font-weight: 600;
    text-align: left;
}

.incsub-mailchimp-field-wrap {
    display: inline;
}

input[data-label="email"] {
    margin-bottom: 0;
    border-top: 1px solid #A2A2A2;
    border-bottom: 1px solid #A2A2A2;
    border-right: 1px solid #a2a2a2;
    background: transparent;
    border-radius: 0;
    border-left: none;
    width: 74%;
    text-transform: uppercase;
    letter-spacing: 2px;
}

input[data-label="email"]:focus {
    border-top: 1px solid #A2A2A2;
    border-bottom: 1px solid #A2A2A2;
    border-right: 1px solid #a2a2a2;
    background: transparent;
    border-radius: 0;
    border-left: none;
    width: 74%;
}

.mailchimp-spinner {
    display: inline;
}

#mk-footer .incsub-mailchimp-submit {
    border-radius: 2px;
    border-top: 1px solid #a2a2a2;
    line-height: 1;
    padding: 17px 29px 15px;
    color: #4b4b4b;
    background: transparent;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
    border-bottom: 1px solid #a2a2a2;
    border-radius: 0;
    margin-left: -4px;
}

ul.incsub-mailchimp-error {
    color: #E74C3C;
    border-color: #E74C3C;
    margin: 0.5em 0 !important;
    border: 1px dashed #ff5252;
}

.incsub-mailchimp-form {
    margin-bottom: 1em;
    margin-top: -15px;
}

p.incsub-mailchimp-updated {
    color: #2E9459;
    border-color: white !important;
    background: #ff5252 !important;
    color: #fff !important;
    padding: 10px;
    font-size: 16px !important;
    letter-spacing: 1px;
    width: 94%;
    margin: 20px auto;
}

#mk-footer .incsub-mailchimp-submit:hover {
    color: #fff;
    background: #ff5252;
    border-top: 1px solid #ff5252;
    border-bottom: 1px solid #ff5252;
}

.footer-info-right {
    float: right;
    position: relative;
    left: -15px;
}

.footer-info-left {
    float: left;
    padding-left: 10px;
}

span.phone-info.contact-second {
    margin-top: -20px;
}

span.phone-info {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 10px;
}

span.add-info1, span.add-info2, span.add-info3 {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 20px;
}

.footer-info-right a {
    display: inherit;
    text-transform: uppercase;
    line-height: 20px;
    color: #4b4b4b !important;
    font-size: 14px;
    letter-spacing: 2px;
}

#mk-footer .footer-wrapper {
    padding: 75px 0 10px !important;
}

span.legal-note {
    display: block;
    text-transform: uppercase;
    font-size: 8px;
    line-height: 16px;
    margin-top: 190px;
    letter-spacing: 2px;
    text-align: center;
}

#mk-footer [class*='mk-col-'] {
    padding: 0 0% !important;
}

.mk-col-1-2.xx.footer-override1 {
    width: 40%;
}

.mk-col-1-2.xx.footer-override2 {
    width: 60%;
}

/***************************************

 CONTACT

***************************************/
#contacts-holder h3 {
    text-transform: uppercase !important;
    font-weight: 900;
    font-size: 26px;
    letter-spacing: 0px;
    padding-right: 30px;
    padding-left: 30px;    /*font-family:"proxima-nova,museo-sans-rounded",sans-serif;*/
}

.col-1-bloc-1 {
    background: #00b0ff;
    height: 380px;
    color: #fff;
    padding-top: 100px;
}

#contacts-holder .col-1-bloc-1 strong, #contacts-holder  .col-1-bloc-1 h3, #contacts-holder  .col-1-bloc-1 p, #contacts-holder  .col-1-bloc-1 a {
    color: #fff;
}

#contacts-holder h3:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #fff;
    text-align: center;
    margin: 10px auto 30px;
}

/* col-1-bloc-1 */
.col-1-bloc-2 {
    background: #f5f2eb;
    height: 380px;
    padding-top: 100px;
}

#contacts-holder .col-1-bloc-2 h3:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #506a85;
    text-align: center;
    margin: 10px auto 30px;
}

/* col-1-bloc-2 */
.col-1-bloc-3 {
    background: #ffcc80;
    height: 380px;
    padding-top: 100px;
}

#contacts-holder .col-1-bloc-3 strong, #contacts-holder  .col-1-bloc-3 h3, #contacts-holder  .col-1-bloc-3 p, #contacts-holder  .col-1-bloc-3 a {
    color: #fff;
}

#contacts-holder .col-1-bloc-3 h3:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #fff;
    text-align: center;
    margin: 10px auto 30px;
}

/*  */
.col-2-bloc-1 {
    background: #fff;
    height: 570px;
    padding-top: 150px;
}

.mk-text-block.col-2-bloc-1 h3 {
    margin-top: 66px;
}

#contacts-holder h3:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #fff;
    text-align: center;
    margin: 10px auto 30px;
}

/*  */
.col-2-bloc-2 {
    background: #506a85;
    height: 615px;
    padding-top: 150px;
}

.mk-text-block.col-2-bloc-2 h3 {
    margin-top: 66px;
}

#contacts-holder .col-2-bloc-2 strong, #contacts-holder  .col-2-bloc-2 h3, #contacts-holder  .col-2-bloc-2 p, #contacts-holder  .col-2-bloc-2 a {
    color: #fff;
}

/* col-2-bloc-2 */
.col-3-bloc-1 {
    background: #9edda8;
    height: 380px;
    color: #fff;
    padding-top: 100px;
}

#contacts-holder .col-3-bloc-1 strong, #contacts-holder  .col-3-bloc-1 h3, #contacts-holder  .col-3-bloc-1 p, #contacts-holder  .col-3-bloc-1 a {
    color: #fff;
}

/*  */
.col-3-bloc-2 {
    background: #f5f2eb;
    height: 380px;
    padding-top: 100px;
}

#contacts-holder .col-3-bloc-2 h3:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #506a85;
    text-align: center;
    margin: 10px auto 30px;
}

/*  */
.col-3-bloc-3 {
    background: #ff5252;
    height: 380px;
    padding-top: 100px;
}

#contacts-holder .col-3-bloc-3 strong, #contacts-holder  .col-3-bloc-3 h3, #contacts-holder  .col-3-bloc-3 p, #contacts-holder  .col-3-bloc-3 a {
    color: #fff;
}

.cf-left {
    clear: left !important;
    float: left !important;
    margin-right: 3%;
}

.cf-right {
    clear: right !important;
    float: right !important;
}

.half {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
}

.gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_year label, .gform_wrapper .gfield_time_ampm label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .ginput_complex label, .gform_wrapper .instruction {
    display: block;
    font-size: .575em !important;
    letter-spacing: .5pt;
    white-space: nowrap;
    margin: .05em 0 .75em !important;
}

.gform_wrapper .top_label .gfield_label {
    margin: 1.625em 0 0.5em !important;
    font-weight: 600 !important;
    display: inline-block;
}

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
    font-size: .575em !important;
    line-height: 1.5;
    clear: both;
    font-family: inherit;
    letter-spacing: 1px;
}

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
    font-size: 20px !important;
    color: #767676 !important;
    padding: 20px 10px !important;
    background-color: #fafafa !important;
    border: 1px solid #e3e3e3 !important;
}

#theme-page select {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    font-size: 20px;
    line-height: 20px;
    color: #767676;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    font-weight: 300;
    min-width: 240px;
    max-width: 100%;
    display: block;
}

.gform_wrapper select {
    padding: 20px 14px 20px 20px !important;
}

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
    font-size: .575em;
    line-height: 1.5;
    clear: both;
    font-family: inherit;
    letter-spacing: 1px;
}

.gform_wrapper .gsection {
    border-bottom: 1px dotted #CCC !important;
    padding: 40px 0 .5em !important;
    margin: 2.8em 0 !important;
    clear: both;
    display: block;
}

body.contact-us .collapsing-box .open, body.contact-us .collapsing-box .close {
    margin: 0 auto;  /* width: 400px; */
    text-align: center;
    padding: 50px;
    cursor: pointer;
}

.contact-us div#gform_confirmation_message_1 {
    text-align: center;
    padding: 150px;
}

h3.gform_title {
    text-align: center;
    padding-bottom: 115px;
    padding-top: 125px;
}

.gform_wrapper .gform_footer {
    padding: 1em 0 .625em;
    margin: 4em auto !important;
    clear: both;
    width: 400px;
    text-align: center;
}

body.contact-us .collapsing-box .open:hover {
    background: #ff5252;
    color: #fff;
    border: 1px solid #ff5252;
    border-radius: 2px;
}

body.contact-us .collapsing-box .close {
    text-align: center;
    font-size: 36px;
    color: #ff5252;
    border: 1px solid #ccc;
    width: 75px;  /*  float: right;*/
    border-radius: 50%;
    height: 75px;    /* position: absolute; */
    padding: 20px 26px 20px;    /* margin-top: 49px; */
    right: 46px;
}

body.contact-us .collapsing-box .close {
    text-align: center;
    font-size: 45px;
    color: #ff5252;
    border: 1px solid #ccc;
    width: 75px;    /* float: right; */

    /* height: 75px; */

    /* position: absolute; */

    padding: 22px 12px 20px;    /* margin-top: 49px; */

    /* right: 48px; */

    font-weight: 100 !important;
}

body.contact-us .gform_wrapper .gform_heading {
    display: none !important;
}

.contact-us .gform_wrapper ul.gfield_checkbox li.gchoice_1_19_1, .contact-us .gform_wrapper ul.gfield_checkbox li.gchoice_1_19_3, .contact-us .gform_wrapper ul.gfield_checkbox li.gchoice_1_19_5, .contact-us .gform_wrapper ul.gfield_checkbox li.gchoice_1_19_7, .contact-us .gform_wrapper ul.gfield_checkbox li.gchoice_1_19_9 {
    width: 38%;
    float: left;
    padding-right: 3% !important;
}

.contact-us .gform_wrapper ul.gfield_checkbox li.gchoice_1_19_2, .contact-us .gform_wrapper ul.gfield_checkbox li.gchoice_1_19_4, .contact-us .gform_wrapper ul.gfield_checkbox li.gchoice_1_19_6, .contact-us .gform_wrapper ul.gfield_checkbox li.gchoice_1_19_8 {
    width: 60%;
    float: right;
}

.gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
    width: 100% !important;
}

.gform_wrapper textarea.large {
    height: 15.625em;
    width: 100% !important;
}

body.contact-us .collapsing-box .open {
    margin: 0 auto;    /* width: 400px; */
    text-align: center;
    padding: 25px;
    cursor: pointer;
    background: transparent;
    width: 36%;
    border: 1px solid #ccc;
    margin-bottom: 100px;
    border-radius: 2px;
}

body.contact-us .collapsing-box .close:hover {
    background: #ff5252;
    color: #fff;
    border: 1px solid #ff5252;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
    display: -moz-inline-stack;
    display: inline-block;
    text-align: center;
    margin: 10px auto 100px;
    width: 400px;
    padding: 32px !important;
}

/***************************************

DONORS

***************************************/
.mk-tabs .mk-tabs-panes .title-mobile {
    color: #4b4b4b;
    font-weight: 600;
    font-size: 27px;
    line-height: 24px;
    margin-bottom: 15px;
    padding: 28px 13px;
    margin-top: 64px;
}

/***************************************

PRELOADER

***************************************/
.loader-overlay, .loader-overlay-temp {
    position: fixed;
    top: 0px;
    width: 50%;
    height: 100%;
    background: #00b0ff /*#9edda7 /* #ff5252*/ ;
    z-index: 111111;
}

.loader-overlay.left {
    left: 0;
}

.loader-overlay.right {
    right: 0;
}

.loader-overlay-temp {
    left: 0;
    width: 100%;
}

.loader-logo {
    position: absolute;
    top: 600px;
    left: 50%;
    margin-left: -65px;
    z-index: 111112;
    width: 130px;
}

.loader-line {
    background: #fff;
    position: fixed;
    z-index: 111111;
}

.loader-line.top {
    top: 0;
    left: 0;
    background: #F5D76E;
}

.loader-line.right {
    top: 0;
    right: 0;
    background: #00b0ff;
}

.loader-line.bottom {
    bottom: 0;
    right: 0;
    background: #ff5252;
}

.loader-line.left {
    bottom: 0;
    left: 0;
    background: #9edda7;
}

/* Ripple Button */
.ripple-button {
    overflow: hidden;
    position: relative;
}

.ripple-circle {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .175);
    border-radius: 50%;
    transform: scale(0);
}

.ripple-circle.animation {
    animation: ripple 0.7s linear;
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }

}

/***************************************

CAREERS

***************************************/
.v-slider-desc p {
    color: #fff;
    font-size: 17px;
    line-height: 1.4em;
}

.tp-parallax-wrap p {
    font-size: 17px !important;
}

.v-slider-btn, .v-slider-title {
    text-align: center;
    font-family: proxima-nova, sans-serif !important;
}

.v-slider-title {
    font-weight: 600 !important;
}

.v-slider-btn:hover {
    border: 1px solid #fff !important;
}

.wpb_content_element {
    margin-bottom: 0 !important;
}

/***************************************

AUDITED ACCOUNTS

***************************************/
.audited-report.audited-report-latest .audited-report-title p, .audited-report.audited-report-latest .audited-report-year p, .mk-text-block.annual-report-year p {
    color: #fff;
}

.mk-text-block.audited-report-year p, .mk-text-block.annual-report-year p {
    font-family: proxima-nova-extra-condensed, sans-serif;
}

.mk-text-block.audited-report-title p, .mk-text-block.annual-report-title p {
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0px;
    font-size: 30px;
}

.mk-text-block.annual-report-title p {
    color: #fff;
    text-transform: uppercase;
}

span.mk-font-icons.mk-shortcode.icon-align-center.annual-report-icon.annual-report-icon1.mk-in-viewport {
    background-color: #ff5252;
    padding: 13px 0px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.9;
}

div.annual-report, div.annual-report1, div.annual-report2, div.annual-report3, div.annual-report4, div.annual-report5, div.annual-report6, div.annual-report7 {
    position: relative;
}

div.annual-report:hover span.mk-font-icons.mk-shortcode.icon-align-center.annual-report-icon.annual-report-icon1.mk-in-viewport, div.annual-report1:hover span.mk-font-icons.mk-shortcode.icon-align-center.annual-report-icon.annual-report-icon1.mk-in-viewport, div.annual-report2:hover span.mk-font-icons.mk-shortcode.icon-align-center.annual-report-icon.annual-report-icon1.mk-in-viewport, div.annual-report3:hover span.mk-font-icons.mk-shortcode.icon-align-center.annual-report-icon.annual-report-icon1.mk-in-viewport, div.annual-report4:hover span.mk-font-icons.mk-shortcode.icon-align-center.annual-report-icon.annual-report-icon1.mk-in-viewport, div.annual-report5:hover span.mk-font-icons.mk-shortcode.icon-align-center.annual-report-icon.annual-report-icon1.mk-in-viewport, div.annual-report6:hover span.mk-font-icons.mk-shortcode.icon-align-center.annual-report-icon.annual-report-icon1.mk-in-viewport, div.annual-report7:hover span.mk-font-icons.mk-shortcode.icon-align-center.annual-report-icon.annual-report-icon1.mk-in-viewport {
    background-color: #ff5252;
    padding: 40px 0px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.mk-text-block.audited-report-year p, .mk-text-block.annual-report-year p {
    font-family: proxima-nova-extra-condensed, sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
}

.audited-reports-container .vc_col-sm-6, .audited-reports-container .vc_col-sm-3 {
    padding-right: 5px;
    padding-left: 5px;
}

.annual-report:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.annual-report:hover:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.annual-reports-holder .vc_col-sm-6 {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 2px;
}

span.mk-font-icons.mk-shortcode.icon-align-center.annual-report-icon-top i {
    margin: 150px 10px 0px !important;
}

.audited-account-icon.audited-account-icon-1.mk-in-viewport a, .audited-account-icon.audited-account-icon-2.mk-in-viewport a, .audited-account-icon.audited-account-icon-3.mk-in-viewport a, .audited-account-icon.audited-account-icon-4.mk-in-viewport a, .audited-account-icon.audited-account-icon-5.mk-in-viewport a, .audited-account-icon.audited-account-icon-6.mk-in-viewport a, .audited-account-icon.audited-account-icon-7.mk-in-viewport a, .audited-account-icon.audited-account-icon-8.mk-in-viewport a, .audited-account-icon.audited-account-icon-9.mk-in-viewport a, .audited-account-icon.audited-account-icon-10.mk-in-viewport a {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    top: 20px;
}

.audited-report.audited-report-latest:hover .audited-account-icon.audited-account-icon-1.mk-in-viewport a, .audited-report.audited-report-latest2:hover .audited-account-icon.audited-account-icon-2.mk-in-viewport a, .audited-report.audited-report-latest3:hover .audited-account-icon.audited-account-icon-3.mk-in-viewport a, .audited-report.audited-report-latest4:hover .audited-account-icon.audited-account-icon-4.mk-in-viewport a, .audited-report.audited-report-latest5:hover .audited-account-icon.audited-account-icon-5.mk-in-viewport a, .audited-report.audited-report-latest6:hover .audited-account-icon.audited-account-icon-6.mk-in-viewport a, .audited-report.audited-report-latest7:hover .audited-account-icon.audited-account-icon-7.mk-in-viewport a, .audited-report.audited-report-latest8:hover .audited-account-icon.audited-account-icon-8.mk-in-viewport a, .audited-report.audited-report-latest9:hover .audited-account-icon.audited-account-icon-9.mk-in-viewport a, .audited-report.audited-report-latest10:hover .audited-account-icon.audited-account-icon-10.mk-in-viewport a {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 17px;
}

.audited-report.audited-report-latest, .audited-report.audited-report-latest1, .audited-report.audited-report-latest2, .audited-report.audited-report-latest3, .audited-report.audited-report-latest4, .audited-report.audited-report-latest5, .audited-report.audited-report-latest6, .audited-report.audited-report-latest7 {
    max-height: 400px !important;
}

/***************************************

DISABILITIES

***************************************/
#mk-sidebar .widget li.current_page_item a, #mk-sidebar .widget li.current_page_item:hover a {
    color: white;
}

.widget-sub-navigation ul li.current_page_item a, .widget_nav_menu ul li.current_page_item a, .widget_product_categories ul li.current_page_item a {
    background-color: #ff5252;
    font-weight: normal;
}

aside#mk-sidebar {
    margin-top: 40px;
}

.single-post aside#mk-sidebar {
    margin-top: 0px;
}

.page-introduce-title {
    font-family: proxima-nova, sans-serif;
    margin-top: 45px;
}

#mk-breadcrumbs .mk-breadcrumbs-inner.dark-skin {
    color: #4b4b4b;
}

#mk-breadcrumbs .mk-breadcrumbs-inner {
    float: right;
    display: inline-block;
    margin: 0 20px -10px 0;
    line-height: 11px;
    padding: 10px 12px 8px;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

#mk-breadcrumbs .mk-breadcrumbs-inner.dark-skin a:hover {

    /*  color: #d1d1d1; */

    color: rgba(0, 0, 0, 1);
}

#mk-breadcrumbs .mk-breadcrumbs-inner.dark-skin a, #mk-breadcrumbs .mk-breadcrumbs-inner.dark-skin .separator {

    /*  color: #d1d1d1; */

    color: rgba(0, 0, 0, 0.5);
}

aside#mk-sidebar li a {
    color: #4b4b4b !important;
}

aside#mk-sidebar li.current_page_item a {
    color: #fff !important;
}

aside#mk-sidebar li:hover a {
    color: #fff !important;
}

aside#mk-sidebar li:hover {
    background-color: #ff5252 !important;
}

.wpb_single_image.vc_align_right {
    text-align: right;
    float: right;
    margin: 0.5em 0.0em 1.5em 1.5em;
}

.wpb_single_image.vc_align_left {
    text-align: left;
    float: left;
    padding: 0.5em 1.5em 1.5em 0;
}

#mk-sidebar .widget a {
    color: #999999;
    font-size: 15px;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.6em;
}

/***************************************

  DONATE

***************************************/
.mk-text-block.donate-title p {
    text-align: left;
    font-size: 30px !important;
    text-transform: uppercase;
    font-weight: 900;
    color: #506a85;
    padding: 150px 70px 0px;
}

.donate-1 .mk-text-block.donate-title p {
    padding: 70px 70px 0px;
}

li#menu-item-12075 a {
    color: #ff5252 !important;
}

.header-sticky-ready li#menu-item-12075 {
    background: #fff !important;
}

.wpb_row.vc_row.donate-holder.donate-1.vc_row-fluid.mk-fullwidth-false.attched-false.vc_row-fluid, .wpb_row.vc_row.donate-holder.donate-3.vc_row-fluid.mk-fullwidth-false.attched-false.vc_row-fluid {
    border-bottom: 1px solid #ccc;
}

.wpb_row.vc_row.donate-holder.donate-2.vc_row-fluid.mk-fullwidth-false.attched-false.vc_row-fluid, .wpb_row.vc_row.donate-holder.donate-4.vc_row-fluid.mk-fullwidth-false.attched-false.vc_row-fluid {
    border-bottom: 1px solid #ccc;
}

.mk-text-block.donate-desc {
    padding: 0px 70px 50px;
}

.mk-text-block.digit-right, .mk-text-block.digit-left {
    margin-top: 67px;
}

.donate-holder {
}

/* Donate Form */
li#field_3_16 .instruction, li#field_3_17 .instruction {
    display: none;
}

.donate-1 .vc_col-sm-8.wpb_column.column_container

/*.donate-3 .vc_col-sm-8.wpb_column.column_container */
{
    border-right: 1px solid #ccc;
    margin-top: 80px;
}

.donate-2 .vc_col-sm-8.wpb_column.column_container, .donate-4 .vc_col-sm-8.wpb_column.column_container {
    border-left: 1px solid #ccc;
}

.donate-3 .vc_col-sm-4.wpb_column.column_container {
    border-left: 1px solid #ccc;
}

.donate-1 .digit-right p {
    font-size: 385px !important;
    font-family: proxima-nova-extra-condensed, sans-serif;
    color: #ff5252;
    margin-left: 29px;
    line-height: 1.22em;
}

.donate-2 .digit-right p {
    font-size: 385px !important;
    font-family: proxima-nova-extra-condensed, sans-serif;
    color: #00b0ff;
    margin-right: 29px;
    line-height: 1.35em;
}

.donate-3 .digit-right p {
    font-size: 385px !important;
    font-family: proxima-nova-extra-condensed, sans-serif;
    color: #38D6B6;
    margin-left: 29px;
}

.mk-testimonial.avantgarde-style .mk-testimonial-content p {
    font-size: inherit;
    line-height: inherit;
    font-weight: 300;
}

.mk-testimonial.avantgarde-style .flex-direction-nav:hover a {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 76px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #00b0ff;
    color: #fff;
}

.mk-testimonial.avantgarde-style .mk-testimonial-author {
    font-size: 16px;
    color: #4b4b4b !important;
    text-transform: normal;
    letter-spacing: 1px;
    margin: 25px 0 10px 0;
}

.mk-testimonial .mk-testimonial-author {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 13px;
    line-height: 11px;
}

.flex-direction-nav a {
    top: 31% !important;
}

p.mk-testimonial-quote {
    padding: 50px;
    background-color: #00b0ff;
    color: #fff;
    font-size: 20px !important;
    font-weight: 100;
    font-style: normal;
}

p.mk-testimonial-quote:after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #00b0ff;
    bottom: 15px;
    z-index: 1;
    transform: rotate(45deg);
    left: 50%;
    margin-left: -25px;
}

.mk-testimonial.avantgarde-style .mk-testimonial-image img {
    margin: 10px auto;
    width: 125px !important;
    height: 125px !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#theme-page .donate-footer-title h4, #theme-page .donate-footer-title h2 {
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 900;
}

.mk-text-block.donate-footer-title h4 {
    line-height: 10px;
}

.mk-text-block.donate-footer-title h2 {
    margin-bottom: 75px;
    line-height: 55px;
}

.donate-footer-row p {
    color: #fff;    /* text-transform: uppercase; */

    /* font-size: 20px; */

    letter-spacing: 1px;
    line-height: 18px;
    text-align: center;
    padding-top: 0px;    /* border-top: 1px solid #fff; */
    margin-top: 23px;
    font-size: 16px;
}

.donate-footer-row p:before {
    content: "";
    display: block;
    border-top: 1px solid #fff;
    max-width: 25%;
    margin: 0px auto 50px;
}

a#donate-btn {
    padding: 30px 100px;
}

/***************************************

HISTORY

***************************************/
.mk-text-block.history-year p {
    font-size: 36px !important;
    font-weight: 900;
    color: #ff5252;
    font-family: museo-sans-rounded;
    margin-bottom: 10px;
}

.mk-text-block.history-text-small p {
    font-size: 16px !important;
}

div#about-sec1, div#about-sec3 {
    background: #fcfcfc;
    padding: 0;
}

div#about-sec1 .right-edge, div#about-sec3 .right-edge {
    padding: 30px 30px 0 35px !important;
}

p.no-bm, p.no-bm img {
    margin-bottom: 0px !important;
}

div#about-sec2 {
    background: #fff;
    min-height: 500px;
}

div#about-sec2 .mk-text-block.history-year p {
    font-size: 48px;
    font-weight: 900;
    color: #ff5252;
    font-family: museo-sans-rounded;
    margin-bottom: 10px;
}

div#about-sec2 .mk-text-block.history-text-small p {
    font-size: 20px;
}

div#about-sec2 .mk-half-layout-container {
    width: 43%;
    margin: 50px 30px 0 35px;
    padding: 0;
}

/***************************************

CALENDAR PAGE

***************************************/
.calendar-page .mk-portfolio-item.slidebox-hover .portfolio-meta {
    background-color: #ff5252;
    min-height: 60px;
    width: 101%;
}

.calendar-page .ajax-container.mk-grid.first-person.last-person {
    position: relative;
    z-index: 11;
}

.calendar-page .gform_wrapper h3.gform_title, .get-involved .gform_wrapper h3.gform_title {
    font-size: 2.3em;
}

.calendar-page h3.gform_title, .get-involved h3.gform_title {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
}

.calendar-page .mk-button.mk-btn-anim.vertical i {
    position: absolute;
    display: block;
    top: -43px;
    left: 50%;
}

.calendar-page a.emodal-close, .get-involved a.emodal-close {
    font-family: inherit !important;
    background: #ff5252 !important;
}

.calendar-page .gform_wrapper, .get-involved .gform_wrapper {
    max-height: 600px;
    overflow-y: scroll;
}

.calendar-page .single-featured-image {
    text-align: center;    /* margin: 0 auto; */
    width: 100%;    /* display: block; */
}

.calendar-page blockquote {
    padding: 59px 80px 35px 110px;
    margin: 50px 0 50px 0px;
}

p.calendar-quote {
    text-align: right;
    margin-right: 30px;
    margin-top: 10px;
}

.calendar-page .mk-portfolio-grid-item.portfolio-one-column {
    width: 98.7%;
    left: 3px !important;
}

.emodal-content p {
    font-family: proxima-nova !important;
    color: #6b6b6b !important;
}

.calendar-page .emodal-content, .get-involved .emodal-content {
    padding: 0 60px;
}

p.calendar-quote {
    text-align: right;
    margin-right: 30px;
    margin-top: 10px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 15px !important;
    letter-spacing: 2px;
}

.calendar-page .mk-portfolio-item.slidebox-hover .the-title {
    padding: 0 20px;
    color: #fff !important;
    font-size: 18px !important;
    margin-bottom: -3px;
    font-weight: 600;
    line-height: 20px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.calendar-page #theme-page .project_description h2.title {
    font-size: 42px;
    font-family: proxima-nova, sans-serif;
    font-weight: 100;
    text-transform: none;
    display: block;
    margin: 40px auto;
    text-align: center;
}

.calendar-page .portfolio-social-share {
    display: none !important;
}

.calendar-page .blockquote {
    max-width: 60%;
}

.calendar-page .project_description img {
    margin-bottom: 30px;
}

.calendar-page .ajax_project {
    padding: 20px 70px;
    margin-bottom: 70px;
    box-shadow: 0 8px 33px #ccc;
}

.calendar-page label.gfield_label, .get-involved label.gfield_label, .calendar-page label, .get-involved label, .calendar-page input, .get-involved input, .calendar-page div#gform_confirmation_wrapper_2, .get-involved div#gform_confirmation_wrapper_2 {
    font-family: proxima-nova !important;
}

.calendar-page .gform_wrapper .gform_footer input.button, .calendar-page .gform_wrapper .gform_footer input[type=submit], .get-involved .gform_wrapper .gform_footer input.button, .get-involved .gform_wrapper .gform_footer input[type=submit] {
    font-size: 1em;
    font-family: proxima-nova;
    margin-top: 60px;
    margin-bottom: 0px;
}

.calendar-page form#gform_2, .get-involved form#gform_2 {
    padding: 0px 20px;
}

.calendar-page div#emodal-overlay, .get-involved div#emodal-overlay {
    background: rgba(0, 0, 0, 0.8) !important;
}

.calendar-page .emodal blockquote {
    padding: 59px 70px 50px 110px;
    margin: 40px 0 35px 0px;
}

.calendar-page input#input_2_1_3, .get-involved input#input_2_1_3 {
    width: 100%;
}

.calendar-page .gform_wrapper, .get-involved .gform_wrapper {
    overflow: inherit;
    margin: 0.6em 0;
    max-width: 100%;
}

/***************************************

SINGLE PROJECT PAGE

***************************************/
.eic .mk-toggle.simple-style .mk-toggle-title, .eic .mk-toggle.fancy-style .mk-toggle-title, .cdc .mk-toggle.simple-style .mk-toggle-title, .cdc .mk-toggle.fancy-style .mk-toggle-title, .kvss .mk-toggle.simple-style .mk-toggle-title, .kvss .mk-toggle.fancy-style .mk-toggle-title, .kvcvt .mk-toggle.simple-style .mk-toggle-title, .kvcvt .mk-toggle.fancy-style .mk-toggle-title, .lv .mk-toggle.simple-style .mk-toggle-title, .lv .mk-toggle.fancy-style .mk-toggle-title {
    font-size: 42px;
    font-family: ff-market-web;
    padding: 45px;
    background: rgba(232, 228, 218, 0.8);
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.eic .mk-toggle.simple-style .mk-toggle-title:hover, .eic .mk-toggle.fancy-style .mk-toggle-title:hover, .cdc .mk-toggle.simple-style .mk-toggle-title:hover, .cdc .mk-toggle.fancy-style .mk-toggle-title:hover, .kvss .mk-toggle.simple-style .mk-toggle-title:hover, .kvss .mk-toggle.fancy-style .mk-toggle-title:hover, .kvcvt .mk-toggle.simple-style .mk-toggle-title:hover, .kvcvt .mk-toggle.fancy-style .mk-toggle-title:hover, .lv .mk-toggle.simple-style .mk-toggle-title:hover, .lv .mk-toggle.fancy-style .mk-toggle-title:hover {
    background: #00b0ff;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.eic .mk-toggle.simple-style.story-toggle1:hover .mk-toggle-title, .eic .mk-toggle.simple-style.story-toggle1:hover .mk-toggle-title:before, .eic .mk-toggle.simple-style.story-toggle1:hover .mk-toggle-title p, .eic .mk-toggle.simple-style.story-toggle2:hover .mk-toggle-title, .eic .mk-toggle.simple-style.story-toggle2:hover .mk-toggle-title:before, .eic .mk-toggle.simple-style.story-toggle2:hover .mk-toggle-title p, .cdc .mk-toggle.simple-style.story-toggle1:hover .mk-toggle-title, .cdc .mk-toggle.simple-style.story-toggle1:hover .mk-toggle-title:before, .cdc .mk-toggle.simple-style.story-toggle1:hover .mk-toggle-title p, .cdc .mk-toggle.simple-style.story-toggle2:hover .mk-toggle-title, .cdc .mk-toggle.simple-style.story-toggle2:hover .mk-toggle-title:before, .cdc .mk-toggle.simple-style.story-toggle2:hover .mk-toggle-title p, .kvss .mk-toggle.simple-style.story-toggle1:hover .mk-toggle-title, .kvss .mk-toggle.simple-style.story-toggle1:hover .mk-toggle-title:before, .kvss .mk-toggle.simple-style.story-toggle1:hover .mk-toggle-title p, .kvcvt .mk-toggle.simple-style.story-toggle1:hover .mk-toggle-title, .kvcvt .mk-toggle.simple-style.story-toggle1:hover .mk-toggle-title:before, .kvcvt .mk-toggle.simple-style.story-toggle1:hover .mk-toggle-title p, .lv .mk-toggle.simple-style.story-toggle1:hover .mk-toggle-title, .lv .mk-toggle.simple-style.story-toggle1:hover .mk-toggle-title:before, .lv .mk-toggle.simple-style.story-toggle1:hover .mk-toggle-title p {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #00b0ff;
    text-align: center;
}

.eic .mk-toggle.simple-style .mk-toggle-title.active-toggle:before, .cdc .mk-toggle.simple-style .mk-toggle-title.active-toggle:before, .kvss .mk-toggle.simple-style .mk-toggle-title.active-toggle:before, .kvcvt .mk-toggle.simple-style .mk-toggle-title.active-toggle:before, .lv .mk-toggle.simple-style .mk-toggle-title.active-toggle:before {
    position: absolute;
    top: 52px !important;
    right: 42px !important;
    display: block;
    padding: 3px 6px 2px;
    color: #ff5252;
    content: "\f066";
    font-size: 32px;
    line-height: 12px;
}

.eic .mk-toggle.simple-style .mk-toggle-title:before, .cdc .mk-toggle.simple-style .mk-toggle-title:before, .kvss .mk-toggle.simple-style .mk-toggle-title:before, .kvcvt .mk-toggle.simple-style .mk-toggle-title:before, .lv .mk-toggle.simple-style .mk-toggle-title:before {
    position: absolute;
    top: 52px !important;
    right: 42px !important;
    display: block;
    padding: 3px 6px 2px;
    color: #ff5252;
    content: "\f065";
    font-size: 32px;
    line-height: 12px;
}

.eic .mk-toggle .mk-toggle-pane, .cdc .mk-toggle .mk-toggle-pane, .kvss .mk-toggle .mk-toggle-pane, .kvcvt .mk-toggle .mk-toggle-pane, .lv .mk-toggle .mk-toggle-pane {
    position: relative;
    display: none;
    padding: 50px 100px;
    background-color: #fff;
}

.story-toggle1 {
    background: url(http://ink.gd/clients/lrmf16/wp-content/uploads/2015/07/BoyLookingUp.jpg);
}

.story-toggle2 {
    background: url(http://ink.gd/clients/lrmf16/wp-content/uploads/2015/11/Gubbara_photo_1200_x_700.jpg);
}

/***************************************



***************************************/
.abb-skip-to-next i {
    left: -2px !important;
    position: relative;
}

.abb-skip-to-next {
    position: absolute;
    display: table;
    left: 50%;
    cursor: pointer;
    bottom: 35px;
}

.abb-skip-to-next i {
    font-size: 12px !important;
}

.pulse-dot {
    border: 1px solid lrf;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    -webkit-animation: pulse_dot1 7s linear;
    -moz-animation: pulse_dot1 7s linear;
    animation: pulse_dot1 7s linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -13px;
    left: -15px;
    z-index: 1;
    opacity: 0;
}

.pulse-dot1 {
    border: 1px solid white;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    -webkit-animation: pulse_dot1 6s linear;
    -moz-animation: pulse_dot1 6s linear;
    animation: pulse_dot1 6s linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -13px;
    left: -15px;
    z-index: 1;
    opacity: 0;
}

.pulse-dot2 {
    border: 1px solid white;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    -webkit-animation: pulse_dot1 5s linear;
    -moz-animation: pulse_dot1 5s linear;
    animation: pulse_dot1 5s linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -13px;
    left: -15px;
    z-index: 1;
    opacity: 0;
}

.pulse-dot3 {
    border: 1px solid white;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    -webkit-animation: pulse_dot1 4s linear;
    -moz-animation: pulse_dot1 4s linear;
    animation: pulse_dot1 4s linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -13px;
    left: -15px;
    z-index: 1;
    opacity: 0;
}

.pulse-dot4 {
    border: 1px solid white;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    -webkit-animation: pulse_dot1 3s linear;
    -moz-animation: pulse_dot1 3s linear;
    animation: pulse_dot1 3s linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -13px;
    left: -15px;
    z-index: 1;
    opacity: 0;
}

.abb-skip-to-next[data-skin="light"] {
    border: 0px solid #fff;
}

@-moz-keyframes pulse_dot {
    0% {
        -moz-transform: scale(0.25);
        opacity: 0.0;
    }

    25% {
        -moz-transform: scale(0.25);
        opacity: 0.1;
    }

    50% {
        -moz-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        -moz-transform: scale(0.75);
        opacity: 0.5;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }

}

@-webkit-keyframes "pulse_dot" {
    0% {
        -webkit-transform: scale(0.25);
        opacity: 0.1;
    }

    20% {
        -webkit-transform: scale(0.2);
        opacity: 0.2;
    }

    30% {
        -webkit-transform: scale(0.3);
        opacity: 0.3;
    }

    40% {
        -webkit-transform: scale(0.4);
        opacity: 0.4;
    }

    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }

    60% {
        -webkit-transform: scale(0.6);
        opacity: 0.6;
    }

    70% {
        -webkit-transform: scale(0.7);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }

    90% {
        -webkit-transform: scale(0.9);
        opacity: 0.2;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }

}

@-moz-keyframes pulse_dot1 {
    0% {
        -moz-transform: scale(0.25);
        opacity: 0.0;
    }

    25% {
        -moz-transform: scale(0.25);
        opacity: 0.1;
    }

    50% {
        -moz-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        -moz-transform: scale(0.75);
        opacity: 0.5;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }

}

@-webkit-keyframes "pulse_dot1" {
    0% {
        -webkit-transform: scale(0.2);
        opacity: 0.05;
    }

    10% {
        -webkit-transform: scale(0.2);
        opacity: 0.1;
    }

    20% {
        -webkit-transform: scale(0.2);
        opacity: 0.2;
    }

    25% {
        -webkit-transform: scale(0.25);
        opacity: 0.25;
    }

    30% {
        -webkit-transform: scale(0.3);
        opacity: 0.3;
    }

    35% {
        -webkit-transform: scale(0.35);
        opacity: 0.35;
    }

    40% {
        -webkit-transform: scale(0.4);
        opacity: 0.4;
    }

    45% {
        -webkit-transform: scale(0.45);
        opacity: 0.45;
    }

    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }

    55% {
        -webkit-transform: scale(0.55);
        opacity: 0.55;
    }

    60% {
        -webkit-transform: scale(0.6);
        opacity: 0.6;
    }

    65% {
        -webkit-transform: scale(0.65);
        opacity: 0.65;
    }

    70% {
        -webkit-transform: scale(0.7);
        opacity: 0.7;
    }

    75% {
        -webkit-transform: scale(0.75);
        opacity: 0.6;
    }

    80% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }

    85% {
        -webkit-transform: scale(0.85);
        opacity: 0.4;
    }

    90% {
        -webkit-transform: scale(0.9);
        opacity: 0.2;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }

}

@-moz-keyframes pulse_dot2 {
    0% {
        -moz-transform: scale(0.25);
        opacity: 0.0;
    }

    25% {
        -moz-transform: scale(0.25);
        opacity: 0.1;
    }

    50% {
        -moz-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        -moz-transform: scale(0.75);
        opacity: 0.5;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }

}

@-webkit-keyframes "pulse_dot2" {
    0% {
        -webkit-transform: scale(0.25);
        opacity: 0.1;
    }

    20% {
        -webkit-transform: scale(0.2);
        opacity: 0.2;
    }

    30% {
        -webkit-transform: scale(0.3);
        opacity: 0.3;
    }

    40% {
        -webkit-transform: scale(0.4);
        opacity: 0.4;
    }

    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }

    60% {
        -webkit-transform: scale(0.6);
        opacity: 0.6;
    }

    70% {
        -webkit-transform: scale(0.7);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }

    90% {
        -webkit-transform: scale(0.9);
        opacity: 0.2;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }

}

/* 3 */
@-moz-keyframes pulse_dot3 {
    0% {
        -moz-transform: scale(0.25);
        opacity: 0.0;
    }

    25% {
        -moz-transform: scale(0.25);
        opacity: 0.1;
    }

    50% {
        -moz-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        -moz-transform: scale(0.75);
        opacity: 0.5;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }

}

@-webkit-keyframes "pulse_dot3" {
    0% {
        -webkit-transform: scale(0.25);
        opacity: 0.1;
    }

    20% {
        -webkit-transform: scale(0.2);
        opacity: 0.2;
    }

    30% {
        -webkit-transform: scale(0.3);
        opacity: 0.3;
    }

    40% {
        -webkit-transform: scale(0.4);
        opacity: 0.4;
    }

    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }

    60% {
        -webkit-transform: scale(0.6);
        opacity: 0.6;
    }

    70% {
        -webkit-transform: scale(0.7);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }

    90% {
        -webkit-transform: scale(0.9);
        opacity: 0.2;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }

}

/* 4 */
@-moz-keyframes pulse_dot4 {
    0% {
        -moz-transform: scale(0.25);
        opacity: 0.0;
    }

    25% {
        -moz-transform: scale(0.25);
        opacity: 0.1;
    }

    50% {
        -moz-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        -moz-transform: scale(0.75);
        opacity: 0.5;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }

}

@-webkit-keyframes "pulse_dot4" {
    0% {
        -webkit-transform: scale(0.25);
        opacity: 0.1;
    }

    20% {
        -webkit-transform: scale(0.2);
        opacity: 0.2;
    }

    30% {
        -webkit-transform: scale(0.3);
        opacity: 0.3;
    }

    40% {
        -webkit-transform: scale(0.4);
        opacity: 0.4;
    }

    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }

    60% {
        -webkit-transform: scale(0.6);
        opacity: 0.6;
    }

    70% {
        -webkit-transform: scale(0.7);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }

    90% {
        -webkit-transform: scale(0.9);
        opacity: 0.2;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }

}

.ajax-container.first-person .prev-ajax, .ajax-container.first-person .prev-ajax:hover, .ajax-container.last-person .next-ajax, .ajax-container.last-person .next-ajax:hover {
    color: #eee;
}

.dont-move {
    float: right;
    clear: both;
    margin-top: -40px;
    margin-right: 20px;    /* background-color: red; */
}

.dont-move.thanks {
    color: #4b4b4b;
    margin-right: 34px;
}

.dont-move {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.expanding-box {
    overflow: hidden;
}

.expanding-box .fade {
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(rgba(255, 255, 255, 0), #FFF);
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
}

a.read-more {
    text-align: center;    /* float: right; */
    font-size: 14px;
    color: #4b4b4b;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    letter-spacing: 2px;
}

a.read-more:before {
    content: "";
    border: 1px solid #4b4b4b;
    display: inline-block;
    width: 25px;
    position: relative;
    top: -5px;
    left: -8px;
}

a.read-more:after {
    content: "";
    border: 1px solid #4b4b4b;
    display: inline-block;
    width: 25px;
    position: relative;
    top: -5px;
    right: -8px;
}

a.read-more:hover:after, a.read-more:hover:before {
    border: 1px solid #ff5252;
}

a.read-more:hover {
    cursor: pointer;
}

.expanding-box.expanded .fade {
    height: 0;
}

.widget-sub-navigation.fixed, .widget_nav_menu.fixed {
    position: fixed;
    top: 60px;
    max-width: 260px;
}

.widget-sub-navigation ul li a, .widget_nav_menu ul li a, .widget_product_categories ul li a {
    display: block;
    padding: 7px 10px;
}

#mk-sidebar .widget a:before {
    display: none !important;
}

/* TEMP */
#menu-govt-facilities li.current-menu-item a.one-page-nav-item, #menu-disability-cert li.current-menu-item a.one-page-nav-item {
    background: #FF504D;
    color: #fff !important;
}

/***************************************

RESPONSIVE STUFF

***************************************/

/*

1.  Type sizes of Projects on homepage

2.  Headings

3.  Form elements



*/
@media handheld, only screen and (min-width:320px) {
    p, li {
        font-size: 18px !important;
        line-height: 1.5em;
    }

    #mk-page-introduce {
        position: relative;
        padding: 0 0 15px 0;
    }

    .mk-text-block.show-desktop {
        height: 0px !important;
    }

    .mk-text-block.show-mobile {
        height: 150px !important;
    }

    .mk-text-block.landing-image-title p {
        text-align: center;
        color: #fff;
        font-size: 48px !important;
        line-height: 55px;
    }

    .single-post .single-social-section {
        display: none !important;
    }

    .mk-blog-modern-item .the-title a, .mk-blog-classic-item .the-title a {
        font-size: 30px;
        line-height: 30px !important;
        font-weight: 100;
        text-align: center;
        letter-spacing: 0;
    }

    .mk-blog-modern-item .the-excerpt, .mk-blog-classic-item .the-excerpt {
        margin-bottom: 30px;
        max-width: 85%;
        margin-right: auto;
        margin-left: auto;
    }

    .mk-blog-modern-item .blog-modern-btn {
        max-width: 30%;
    }

    .page-introduce-title {
        font-size: 36px !important;
        text-align: center !important;
    }

    .mk-commentlist li .comment-content p {
        font-size: 15px !important;
    }

    p.logged-in-as {
        font-size: 16px !important;
        float: right;
        text-decoration: none;
        border: none !important;
    }

    #cancel-comment-reply-link {
        text-transform: uppercase;
        font-size: 14px;
        display: block;
        font-weight: normal;
        color: #E85757;
        text-align: center;
        border: 1px solid;
        margin-top: 22px;
        max-width: 50%;
        margin: 35px auto;
    }

    a.comment-edit-link.roll {
        display: none;
    }

    .loader-progress {
        position: absolute;
        top: 400px;
        left: 50%;
        width: 1000px;
        text-align: center;
        margin-left: -500px;
        font-family: museo-sans-rounded, proxima-nova;
        z-index: 111111;
        font-weight: 900;
        font-size: 125px;
        color: #fff;
        letter-spacing: -2px;
        text-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
    }

    #mk-header.sticky-style-fixed .header-logo.logo-has-sticky img {
        max-height: 45px;
    }

    .half {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
    }

    .mk-text-block.content-title p, .mk-text-block.content-title-first p {
        font-size: 30px !important;
    }

    body.contact-us .collapsing-box .open {
        width: 76%;
    }

    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
        width: 303px;
    }

    #theme-page .project_description h2.title {
        font-size: 30px;
        font-family: proxima-nova, sans-serif;
        font-weight: 100;
        text-transform: none;
        display: block;
        margin: 10px auto;
        line-height: 42px;
        text-align: center;
    }

    #theme-page .project_description h3 {
        margin-bottom: 30px;
        text-align: center;
    }

    h3.job-title:before {
        margin: 4px auto;
    }

    .mk-text-block.landing-image-subtitle p {
        margin-top: 25px;
    }

    .fullwidth-quote p {
        font-size: 36px !important;
        padding: 10px 10px;
        max-width: 100%;
    }

    .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    span.credit-note img {
        bottom: 10px;
    }

    .mk-footer-logo {
        float: none;
        display: none;
    }

    #mk-footer .mk-padding-wrapper {
        padding: 0 10px;
    }

    .incsub-mailchimp-field-wrap input[type=email] {
        font-size: 15px;
        color: #767676;
        padding: 15px 35px;
        background-color: #FFFFFF;
        border: 1px solid #e3e3e3;
        outline: none;
        margin-bottom: 4px;
        border-radius: 3px;
        display: inline-block;
        width: 95%;
        text-align: center;
        margin: 0 auto !important;
        display: block;
    }

    #mk-footer .incsub-mailchimp-submit {
        border-radius: 2px;
        border-top: 1px solid #a2a2a2;
        line-height: 1;
        padding: 17px 29px 15px;
        color: #4b4b4b;
        background: transparent;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 4px;
        border-bottom: 1px solid #a2a2a2;
        border-radius: 0;
        margin-left: -4px;
        margin: 10px auto;
        width: 50%;
        display: block;
    }

    #mk-footer .incsub-mailchimp-widget .widgettitle {
        font-weight: 600;
        text-align: center;
    }

    #theme-page select {
        font-size: 18px;
        line-height: 18px;
    }

    .contact-us .gform_wrapper ul.gfield_checkbox li.gchoice_1_19_1, .contact-us .gform_wrapper ul.gfield_checkbox li.gchoice_1_19_3, .contact-us .gform_wrapper ul.gfield_checkbox li.gchoice_1_19_5, .contact-us .gform_wrapper ul.gfield_checkbox li.gchoice_1_19_7, .contact-us .gform_wrapper ul.gfield_checkbox li.gchoice_1_19_9 {
        width: 100%;
        float: left;
        padding-right: 3% !important;
    }

    .contact-us .gform_wrapper ul.gfield_checkbox li.gchoice_1_19_2, .contact-us .gform_wrapper ul.gfield_checkbox li.gchoice_1_19_4, .contact-us .gform_wrapper ul.gfield_checkbox li.gchoice_1_19_6, .contact-us .gform_wrapper ul.gfield_checkbox li.gchoice_1_19_8 {
        width: 100%;
        float: left;
    }

    .col-1-bloc-2, .col-3-bloc-2 {
        height: 425px;
    }

    #theme-page h2 {
        font-size: 22px !important;
        line-height: 34px !important;
    }

    .footer-column-left {
        max-width: 100%;
    }

    span.legal-note {
        margin-top: 0px;
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .mk-padding-wrapper {
        padding: 0 0px !important;
    }

    .social-row .vc_col-sm-3.wpb_column.column_container {
        padding: 0;
        width: 25%;
        float: left;
    }

    .simple-style .animated-column-title span {
        display: none !important
    }

    ul.incsub-mailchimp-error {
        color: #E74C3C;
        border-color: #E74C3C;
        width: 94%;
    }

    .vc_col-sm-4.hp-left-post.wpb_column.column_container, .vc_col-sm-4.hp-middle-post.wpb_column.column_container, .vc_col-sm-4.hp-right-post.wpb_column.column_container {
        margin-bottom: 75px;
    }

    .rev-subs {
        padding: 0 20px !important;
    }

    div#homepage-slider-holder {

        /*display:none;*/
    }

    .content-hp-desktop {
        display: none !important;
    }

    .loader-progress {
        position: absolute;
        top: 200px;
    }

    .mk-text-block.history-year p {
        font-size: 24px !important;
        font-weight: 900;
        color: #ff5252;
        font-family: museo-sans-rounded;
        margin-bottom: 10px;
    }

    .mk-text-block.history-text-small p {
        font-size: 16px !important;
    }

    .hide-below-768 {
        display: none !important;
    }

    .jo-blog .the-excerpt p {
        font-size: 16px !important;
    }

    /* 320e  */
}

/* ****************************************************** */
@media handheld, only screen and (min-width:544px) {
    p, li {
        font-size: 19px !important;
        line-height: 1.5em;
    }

    .mk-blog-modern-item .the-title a, .mk-blog-classic-item .the-title a {
        font-size: 32px;
        line-height: 32px !important;
        font-weight: 100;
        text-align: center;
        letter-spacing: 0;
    }

    .mk-text-block.content-title p, .mk-text-block.content-title-first p {
        text-transform: uppercase;
        font-size: 36px;
        color: #506a85;
        font-weight: 900;
    }

    .fullwidth-quote p {
        font-size: 40px !important;
        padding: 10px 10px;
        max-width: 100%;
    }

    .loader-progress {
        position: absolute;
        top: 250px;
    }

}

/* **************************************** */
@media (min-width:730px) {
    #projects {
        width: 150%;
        overflow: hidden;
        overflow-x: hidden;
        position: relative;
    }

    #projects-prev {
        position: absolute;
        left: -45px;
        top: 29%;
        width: 120px;
        color: #fff;
        background: #ff5252;
        transform: rotate(45deg);
        height: 120px;
        border-bottom: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity: 1;
        visibility: visible;
    }

    #projects-next {
        position: absolute;
        right: -44px;
        top: 29%;
        width: 120px;
        color: #fff;
        background: #ff5252;
        transform: rotate(45deg);
        height: 120px;
        border-bottom: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity: 1;
        visibility: visible;
    }

    #projects-next span {
        display: inline-block;
        transform: rotate(-45deg);
        padding-left: 10px;
        top: 70px;
        position: relative;
        letter-spacing: 3px;
        text-transform: lowercase;
        font-weight: 600;
        color: 4b4b4b;
    }

    #projects-prev span {
        display: inline-block;
        transform: rotate(-45deg);
        padding-left: 68px;
        top: 39px;
        position: relative;
        letter-spacing: 3px;
        text-transform: lowercase;
        font-weight: 600;        /* color: #4b4b4b; */
    }

    /*

        #projects-prev span {



    padding-left: 21px;

    top: 5px;

    position: relative;

    letter-spacing: 0px;

    text-transform: lowercase;

    font-weight: 600;

    width: 25px;

    font-size: 22px;

    line-height: 26px;

        }

    */
    #projects-next:hover, #projects-prev:hover {
        cursor: pointer;
        background: #ff5252;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .scroll-projects.first-slide #projects-prev, .scroll-projects.last-slide #projects-next {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .project {
        width: 14.2857%;
    }

    #projects.active .project {
        width: 13.3333%;
    }

    #projects.active .project.active {
        width: 20%;
    }

    .scroll-projects.first-slide .project:nth-child(5) span.caption, .scroll-projects.last-slide .project:nth-child(3) span.caption {
        display: none;
    }

}

/* ****************************************************** */
@media (min-width:730px) and (max-width:1024px) {
    .project .caption {
        font-size: 15px;
        width: 190px;
        left: 50%;
        margin-left: -95px;
    }

}

/* ****************************************************** */
@media (max-width:730px) {
    .project {
        width: 100%;
        height: 312px;
    }

    .project .caption {
        top: 135px;
    }

    #projects.active .project {
        width: 100%;
    }

    #projects.active .project.active {
        width: 100%;
    }

    #projects-prev, #projects-next {
        display: none;
    }

}

/* ****************************************************** */
@media handheld, only screen and (min-width:768px) {
    p, li {
        font-size: 20px !important;
        line-height: 1.5em;
    }

    .mk-commentlist li .comment-content p {
        font-size: 20px !important;
    }

    .mk-blog-modern-item .the-title a, .mk-blog-classic-item .the-title a {
        font-size: 36px;
        line-height: 36px !important;
        font-weight: 100;
        text-align: center;
        letter-spacing: 0;
    }

    .mk-blog-modern-item .the-excerpt, .mk-blog-classic-item .the-excerpt {
        margin-bottom: 30px;
        max-width: 70%;
        margin-right: auto;
        margin-left: auto;
    }

    .mk-blog-modern-item .blog-modern-btn {
        max-width: 14%;
    }

    .page-introduce-title {
        font-size: 48px !important;
        text-align: left !important;
    }

    .half {
        width: 48% !important;
        display: inline-block;
        vertical-align: middle;
    }

    .mk-text-block.content-title p, .mk-text-block.content-title-first p {
        text-transform: uppercase;
        font-size: 42px;
        color: #506a85;
        font-weight: 900;
    }

    .mk-text-block.content-title.scaled-down-title p {
        font-size: 27px !important;
    }

    body.contact-us .collapsing-box .open {
        width: 50%;
    }

    .mk-text-block.show-desktop {
        height: 0px !important;
    }

    .mk-text-block.show-mobile {
        height: 200px !important;
    }

    .home_box_wrap .vc_col-sm-2 {
        width: 20%;
    }

    .home_box_wrap .vc_col-sm-2:last-child {
        display: none;
    }

    #theme-page .project_description h2.title {
        font-size: 42px;
        font-family: proxima-nova, sans-serif;
        font-weight: 100;
        text-transform: none;
        display: inline-block;
        margin-right: 21px;
        margin-bottom: -3px;
        line-height: 42px;
    }

    .advisors #theme-page .project_description h2.title {
        margin-top: 0px;
        margin-bottom: 29px;
    }

    #theme-page .project_description h3 {
        font-size: 16px;
        position: relative;
        text-transform: none;
        font-weight: 400;
        font-family: proxima-nova, sans-serif;
        font-style: italic;
        top: 0px;
        color: #506a85;
        margin-bottom: 25px;
    }

    h3.job-title:before {
        content: "";
        display: block;        /* position: absolute; */

        /* top: 0; */

        border-top: 1px solid rgba(80, 106, 133, 0.3);
        width: 3%;
        margin-bottom: 7px;        /* padding-bottom: 83px; */
        margin-top: 3px;
    }

    #theme-page .project_description h3 {
        text-align: left;
    }

    #theme-page .project_description h3:before {
        margin-left: 0px;
    }

    span.credit-note img {
        bottom: 25px;
    }

    #mk-footer .mk-padding-wrapper {
        padding: 0 20px;
    }

    #mk-footer .incsub-mailchimp-submit {
        border-radius: 2px;
        border-top: 1px solid #a2a2a2;
        line-height: 1;
        padding: 17px 29px 15px;
        color: #4b4b4b;
        background: transparent;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 4px;
        border-bottom: 1px solid #a2a2a2;
        border-radius: 0;
        margin-left: -4px;
    }

    #mk-footer .incsub-mailchimp-widget .widgettitle {
        font-weight: 600;
        text-align: left;
    }

    #theme-page select {
        font-size: 20px;
        line-height: 20px;
    }

    .footer-column-left {
        max-width: 80%;
    }

    .vc_col-sm-4.hp-left-post.wpb_column.column_container, .vc_col-sm-4.hp-middle-post.wpb_column.column_container, .vc_col-sm-4.hp-right-post.wpb_column.column_container {
        margin-bottom: 5px;
    }

    div#homepage-slider-holder {
        display: block;
    }

    .content-hp-desktop {
        display: block !important;
    }

    .loader-progress {
        position: absolute;
        top: 300px;
    }

    .mk-text-block.history-year p {
        font-size: 36px !important;
    }

    .hide-below-768 {
        display: block !important;
    }

    .jo-blog .the-excerpt p {
        font-size: 18px !important;
    }

    /* 768e */
}

/* ****************************************************** */
@media handheld, only screen and (min-width:960px) {
    p, li {
        font-size: 22px !important;
        line-height: 1.5em;
    }

    #mk-page-introduce {
        position: relative;
        padding: 15px 0 15px 0;
    }

    .mk-text-block.show-desktop {
        height: 300px !important;
    }

    .mk-text-block.show-mobile {
        height: 0px !important;
    }

    .mk-text-block.landing-image-title p {
        text-align: center;
        color: #fff;
        font-size: 64px;
    }

    .mk-blog-modern-item .the-title a, .mk-blog-classic-item .the-title a {
        font-size: 44px;
        line-height: 44px !important;
        font-weight: 100;
        text-align: center;
        letter-spacing: 0;
    }

    .loader-progress {
        position: absolute;
        top: 400px;
        left: 50%;
        width: 1000px;
        text-align: center;
        margin-left: -500px;
        font-family: museo-sans-rounded, proxima-nova;
        z-index: 111111;
        font-weight: 100;
        font-size: 350px;
        color: #fff;
        letter-spacing: -2px;
        text-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
    }

    body.contact-us .collapsing-box .open {
        width: 36%;
    }

    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
        width: 400px;
    }

    .mk-text-block.landing-image-title p {
        font-size: 64px !important;
        font-weight: 300;
        line-height: 94px;
    }

    .mk-text-block.landing-image-subtitle p {
        margin-top: 7px;
    }

    .mk-text-block.content-title p, .mk-text-block.content-title-first p {
        font-size: 48px !important;
        line-height: 1.25em;
    }

    .mk-text-block.content-title.scaled-down-title p {
        font-size: 30px !important;
    }

    .fullwidth-quote p {
        text-align: center;
        margin: 0 auto;
        color: #fff;
        font-weight: 100;
        font-size: 60px !important;
        padding: 20px 30px;
        line-height: 1.2em;
        max-width: 80%;
        font-family: proxima-nova, museo-sans-rounded, proxima-nova, arial black, sans-serif;
    }

    .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact-us .gform_wrapper ul.gfield_checkbox li.gchoice_1_19_1, .contact-us .gform_wrapper ul.gfield_checkbox li.gchoice_1_19_3, .contact-us .gform_wrapper ul.gfield_checkbox li.gchoice_1_19_5, .contact-us .gform_wrapper ul.gfield_checkbox li.gchoice_1_19_7, .contact-us .gform_wrapper ul.gfield_checkbox li.gchoice_1_19_9 {
        width: 38%;
        float: left;
        padding-right: 3% !important;
    }

    .contact-us .gform_wrapper ul.gfield_checkbox li.gchoice_1_19_2, .contact-us .gform_wrapper ul.gfield_checkbox li.gchoice_1_19_4, .contact-us .gform_wrapper ul.gfield_checkbox li.gchoice_1_19_6, .contact-us .gform_wrapper ul.gfield_checkbox li.gchoice_1_19_8 {
        width: 60%;
        float: right;
    }

    .col-1-bloc-2 .col-3-bloc-2 {
        height: 380px;
    }

    #theme-page h2 {
        font-size: 28px !important;
        line-height: 55px !important;
    }

    span.legal-note {
        margin-top: 190px;
        margin-bottom: 0px;
        padding: 0 0px;
    }

    .simple-style .animated-column-title span {
        display: block !important
    }

    .incsub-mailchimp-field-wrap input[data-label="email"] {
        margin-bottom: 0;
        border-top: 1px solid #A2A2A2;
        border-bottom: 1px solid #A2A2A2;
        border-right: 1px solid #a2a2a2;
        background: transparent;
        border-radius: 0;
        border-left: none;
        width: 74%;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-left: 0 !important;
        display: inline-block !important;
    }

    #mk-footer .incsub-mailchimp-submit {
        border-radius: 2px;
        border-top: 1px solid #a2a2a2;
        line-height: 1;
        padding: 20px 23px 18px;
        color: #4b4b4b;
        background: transparent;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 4px;
        border-bottom: 1px solid #a2a2a2;
        border-radius: 0;
        margin-left: -6px;
        width: 20%;
        display: inline-block;
    }

    .rev-subs {
        padding: 0 1px !important;
        font-size: 28px !important;
        line-height: 28px !important;        /*text-transform:uppercase;*/
        letter-spacing: 2px !important;
    }

    .slidespan {
        color: transparent !important;
    }

    .rev-subs span {
        display: none;
    }

    .jo-blog .the-excerpt p {
        font-size: 19px !important;
    }

    /* 960e */
}

/* ****************************************************** */
@media handheld, only screen and (min-width:1140px) {
    p.mk-testimonial-quote:after {
        content: "";
        display: block;
        position: absolute;
        width: 50px;
        height: 50px;
        background-color: #00b0ff;
        bottom: 15px;
        z-index: 1;
        transform: rotate(45deg);
        left: 50%;
        margin-left: -25px;
    }

    .mk-transparent-header .remove-header-bg-true:not(.header-sticky-ready) .mk-header-bg {
        opacity: 1 !important;
        background: rgba(255, 255, 255, 0.0) !important;        /*background: -moz-linear-gradient(top,  #fff 1%, transparent 100%) !important;

                                                            background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fff), color-stop(100%,transparent)) !important;

                                                            background: -webkit-linear-gradient(top,  #fff 1%,transparent 100%) !important;

                                                            background: -o-linear-gradient(top,  #fff 1%,transparent 100%) !important;

                                                            background: -ms-linear-gradient(top,  #fff 1%,transparent 100%) !important;

                                                            background: linear-gradient(to bottom,  #fff 1%,transparent 100%) !important;

                                                            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='transparent',GradientType=0 ) !important;

                                                            */

        /*border-bottom:1px solid rgba(255,255,255,0.35);*/
    }

    .mk-transparent-header .remove-header-bg-true:not(.header-sticky-ready) .mk-header-bg {
        opacity: 1;
    }

    .abb-skip-to-next {
        position: absolute;
        display: table;
        left: 50%;
        cursor: pointer;
        bottom: 100px;
    }

    .home .abb-skip-to-next {
        position: absolute;
        display: table;
        left: 50%;
        cursor: pointer;
        bottom: 10px;
    }

    #mk-header.sticky-style-fixed .header-logo.logo-has-sticky img {

        /* width: 75px !important; */

        max-height: 70px;
    }

}

/* ****************************************************** */
@media handheld, only screen and (max-width:1140px) {
    .flex-direction-nav a {
        display: none;
    }

    .header-logo.logo-is-responsive.logo-has-sticky:after {
        content: "LRMF";
        display: inline-block;        /* width: 600px; */

        /* height: 40px; */

        color: #4b4b4b;        /* position: absolute; */

        /* left: 50%; */

        /* top: 0; */

        z-index: 1;        /* margin-left: -170px; */

        /* float: right; */

        position: absolute;
        left: 50%;
        margin-left: -60px;
        width: 160px;
        font-size: 44px;
        top: 2px;
        font-weight: 900;
        color: #ff5252;
    }

    .mk-footer-logo {
        float: none;
        display: block;
        padding: 25px 20px 8px 0;        /* max-width: 50px; */
        margin-left: 23px;
        text-align: center;
        margin: 0 auto;
        max-width: 100%;
    }

    div#logo-holder-footer {
        width: 283px;
        text-align: left;
        margin-top: 50px;
    }

    div#logo-holder-footer p {
        font-size: 25px;        /* text-transform: uppercase; */

        /* letter-spacing: 1px; */

        /* margin: 15px 0 100px 0; */

        font-family: ff-market-web;
        font-weight: 400;
        letter-spacing: 0px;
        color: #00b0ff;
        text-align: center;
    }

    .mk-footer-copyright {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .credit-note {
        float: none;
        display: inline-block;
        opacity: 1;
        padding: 0px 0 0px;
        margin-right: 0;
        margin-top: 14px;
        font-size: 7px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .mk-footer-copyright {
        font-size: 15px !important;
        letter-spacing: 1px !important;
        margin-top: 8px;
        color: #4b4b4b !important;
    }

    #mk-footer .widgettitle {
        text-transform: none;
        font-size: 18px;
        color: #4b4b4b;
        font-weight: normal;
        text-align: center;
    }

    .textwidget li {
        text-align: center;
    }

    input[type=email] {
        font-size: 15px;
        color: #767676;
        padding: 15px 35px;
        background-color: #FFFFFF;
        border: 1px solid #e3e3e3;
        outline: none;
        margin-bottom: 4px;
        border-radius: 3px;
        display: inline-block;
        width: 200px;
        text-align: center;
    }

    input.button.btn.epm-sign-up-button.epm-submit-chimp.ripple-button {
        border-radius: 3px;
        padding: 12px 20px 12px !important;
        margin-left: 0;
        width: 200px;
        margin-top: 2px;
    }

    section#text-5 .textwidget {
        margin: 0 auto;
        text-align: center;
    }

    li#menu-item-11149 {
        position: relative;
        top: 0px;
    }

    li#menu-item-106 {
        position: relative;
        top: 0px;
    }

    section#text-5 {
        max-width: 100%;
        margin: 0 auto;
    }

    section#text-4 {
        width: 100%;
        text-align: center;
        margin: 20px auto;
    }

    .abb-skip-to-next {
        position: absolute;
        display: table;
        left: 50%;
        cursor: pointer;
        bottom: 100px;
    }

}

/* ****************************************************** */

/* END Max 1140 */
@media handheld, only screen and (min-width:1200px) {
    .mk-blog-modern-item .the-title a, .mk-blog-classic-item .the-title a {
        font-size: 44px;
        line-height: 44px !important;
        font-weight: 100;
        text-align: center;
        letter-spacing: 0;
    }

}

@media handheld, only screen and (min-width:1280px) {
    .mk-blog-modern-item .the-title a, .mk-blog-classic-item .the-title a {
        font-size: 44px;
        line-height: 44px !important;
        font-weight: 100;
        text-align: center;
        letter-spacing: 0;
    }

}

@media handheld, only screen and (min-width:1366px) {
    .mk-blog-modern-item .the-title a, .mk-blog-classic-item .the-title a {
        font-size: 44px;
        line-height: 44px !important;
        font-weight: 100;
        text-align: center;
        letter-spacing: 0;
    }

}

@media handheld, only screen and (min-width:1440px) {
    .mk-blog-modern-item .the-title a, .mk-blog-classic-item .the-title a {
        font-size: 44px;
        line-height: 44px !important;
        font-weight: 100;
        text-align: center;
        letter-spacing: 0;
    }

}

@media handheld, only screen and (min-width:1600px) {
    .mk-blog-modern-item .the-title a, .mk-blog-classic-item .the-title a {
        font-size: 44px;
        line-height: 44px !important;
        font-weight: 100;
        text-align: center;
        letter-spacing: 0;
    }

}

@media handheld, only screen and (min-width:1920px) {
    .show-mobile {
        display: none !important;
    }

    .show-desktop {
        display: block !important;
    }

    .mk-blog-modern-item .the-title a, .mk-blog-classic-item .the-title a {
        font-size: 44px;
        line-height: 44px !important;
        font-weight: 100;
        text-align: center;
        letter-spacing: 0;
    }

}

/* */
.selectionSharer a.facebook {
    display: block;
}

.selectionSharer ul {
    margin-left: 0;
}

.mk-portfolio-item .portfolio-categories {
    position: absolute;
    bottom: 15px;
    z-index: 99;
    text-align: center;
    width: 100%;
    color: white !important;
}

.calendar-page .mk-portfolio-item .portfolio-categories {
    position: absolute;
    bottom: 15px;
    z-index: 99;
    text-align: center;
    width: 100%;
    color: white !important;
    display: none;
}

.mk-portfolio-item .item-holder {
    cursor: pointer;
}

.nr-left-box, .nr-right-box {
    width: 43%;
    float: left;
    padding: 0 0 0 0px;
    height: 398px;
    position: relative;
}

.nr-top h3 {
    text-align: center;
    margin-top: 50px;
}

.ica-link {

    /*margin-left: 30px;*/
}

.option-sep {
    width: 10%;
    float: left;
    text-align: center;
    font-weight: 700;
    height: 134px;    /* position: absolute; */
    position: relative;
    margin-top: 98px;
}

.option-sep:after {
    content: "";
    background: #ccc;
    position: absolute;
    height: 195px;
    width: 1px;
    margin-left: -28px;
    z-index: 1;
    top: -50%;
}

.option-sep span {
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 11;
}

/*.fc-info a {

font-weight: 600;

margin-top: 17px;

background: #ececec;

padding: 0px 10px;

}

*/

/*-------------------------------------------------------overrides-----------------------------------------------*/

.openings-toggle {
    margin: 0 auto !important;
    width: 80% !important;
}

.openings-toggle>.mk-toggle-title {
    background-color: #f3f3f3 !important;
    color: #4b4b4b !important;
    font-size: 22px !important;
    padding: 20px !important;
}

.openings-toggle:hover>.mk-toggle-title {
    background-color: #ff5252 !important;
    color: #fff !important;
}

.openings-toggle>.mk-toggle-title.active-toggle {
    background-color: #ff5252 !important;
    color: #fff !important;
    font-size: 22px !important;
}

.openings-toggle>.mk-toggle-pane {
    color: #4b4b4b !important;
    border: 1px solid #cccccc !important;
}

.openings-toggle>.mk-toggle-title.active-toggle:before {
    color: #fff !important;
}

.openings-toggle>.mk-toggle-title:before {
    padding: 12px 6px 2px !important;
}

.openings-toggle:hover>.mk-toggle-title:before {
    color: #fff !important;
}

.openings-btn {
    background: #ff5252 !important;
    color: #fff !important;
    border: 1px solid #ff5252 !important;
    border-radius: 2px !important;
    text-align: center !important;
    padding: 10px !important;
    cursor: pointer !important;
}

/*-------------------------------bank-btn---------------css--------------------------------------------------------*/
.donation--bank-btn {
    display: block;
    padding: 22px 18px !important;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 1px;
    font-weight: 900 !important;
    border-bottom: 1px solid #aaa !important;
    background-color: #ff5252 !important;
    color: #ffffff !important;
    border: 1px solid #ff5252;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 0px;
    min-width: 225px !important;
    max-width: 225px !important;
    cursor: pointer;
    text-decoration: none !important;
}

/* .donation--bank-btn {
display: block;
padding: 22px 18px !important;
font-size: 20px;
line-height: 100%;
letter-spacing: 1px;
font-weight: 900 !important;
border-bottom: 1px solid #aaa !important;
background-color: #999 !important;
color: #ffffff !important;
margin: 0 auto;
margin-bottom: 15px;
margin-top: 0px;
min-width: 225px !important;
max-width: 225px !important;
cursor: default;
text-decoration: none !important;
font-style: italic;
} */

/* .donation--bank-btn:hover {
color: #252525 !important;
background-color: #ffffff !important;
border: 1px solid #aaa;
} */
.fc-info {
    text-align: center;
}

@media screen and (max-width:996px) {
    .nr-left-box h3, .nr-right-box h3 {
        height: 130px !important;
    }

}

@media screen and (max-width:799px) {
    .nr-left-box h3, .nr-right-box h3 {
        height: 140px !important;
    }

}

@media screen and (max-width:654px) {
    .donation--bank-btn {
        padding: 20px 6px !important;
        min-width: 120px !important;
        max-width: 120px !important;
    }

    .option-sep {
        width: 14% !important;
    }

}

@media screen and (max-width:599px) {
    .nr-left-box h3, .nr-right-box h3 {
        height: 180px !important;
    }

}

@media screen and (max-width:500px) {
    .option-sep span {
        font-size: 16px !important;
    }

}

@media screen and (max-width:480px) {
    .option-sep span {
        font-size: 14px !important;
    }

    .nr-left-box h3, .nr-right-box h3 {
        height: 220px !important;
    }

}

.ulp-input-error {
    background: none !important;
}

/*#ulp-layer-297{

display: none!important;

}



#ulp-layer-296{

top:295px!important;

}

#ulp-layer-286,#ulp-layer-287{

top: 335px!important;

}

#ulp-layer-292{

top: 375px!important;

}

#ulp-layer-288{

   top: 420px!important;

}        */
.a-tag-line {
    border-bottom: 1px solid #ff5252 !important;
}

.vc_single_image-wrapper.vc_box_shadow_border.jane-tip-picture.vc_box_border_grey {
    position: relative;
    top: -10px;
}

#ulp-layer-301 {
    border: 3px solid #fff;
}

/*Autism edits*/
.autism-row {
    position: absolute;    /*background: rgba(0,0,0,0.2);*/
    padding: 20px;    /*margin: 0 25%!important;*/
    top: 50vh;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

.autism-row .hide-this {
    display: none;
}

body .autism-main-title p {
    line-height: 120%;
    color: #fff;
    font-weight: 300 !important;
    margin-bottom: -2px;
    text-shadow: 0 0 25px #3b3b3b;
    opacity: 0;
    padding: 0 10px;    /* margin-top: 62px; */
    font-weight: 300;
    font-size: 28px !important;
    letter-spacing: 1px;
}

.autism-sub-heading p {
    font-size: 45px !important;
    line-height: 115%;
    color: #fff;
    font-weight: 600;
    margin-bottom: 13px;
    text-shadow: 0 0 25px #3b3b3b;
    padding: 0 20px;
    letter-spacing: 0px;
    margin-top: 17px;    /*     border: 1px dashed #fff; */
    max-width: 720px;
    margin: 0px auto 10px;
    padding: 15px 0px 0;
}

/* .autism-sub-heading.add-border p {

border: 1px dashed #fff;

} */
.autism-sub-heading p .hashtag {
    position: relative;
    top: 53px;
    font-size: 35px !important;
}

p.aut-fadeIn:after {

    /*     content: "";

    height: 5px;

    width: 248px;

    display: block;

    background: #fff;

    margin: 0 auto;

    position: relative;

    top: 16px;

    margin-bottom: 21px;

    border-radius: 0 20px 0 20px; */
}

.autism-hashtags p {
    font-size: 24px !important;
    line-height: 120%;
    color: #fff;
    font-weight: 800;    /* font-style:italic; */
    letter-spacing: 1px;
    text-shadow: 0 0 25px #808080;
    opacity: 0;
    padding: 0 20px;
    color: #00affe;
    margin-bottom: 45px;
}

.autism-btn.mk-button.outline-dimension.large {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    opacity: 0;
}

.autism-btn.mk-button.outline-dimension.large i {
    font-size: 25px;
}

.autism-btn.mk-button.outline-dimension.outline-btn-light:hover {
    background-color: #ff5252;
    color: #fff;
    border-color: #ff5252 !important;
}

.autism-btn.mk-button.outline-dimension.outline-btn-light:hover i {
    background-color: #ff5252;
    color: #fff;
}

.autism-page-section .abb-skip-to-next {
    position: absolute;
    bottom: 20px;
}

/*Careers Page*/
body .job-post-row {
    margin: 0px 7%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 35px;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

body .mk-button.flat-dimension.dark-color.career-job-btn {
    color: #4b4b4b !important;
    font-weight: 300;
    font-size: 22px;
    border: 1px solid #ccc;
    padding: 15px 20px !important;
}

body .mk-button.flat-dimension.dark-color.career-job-btn span {
    font-size: 20px;
    font-weight: 400;
}

body .mk-button.flat-dimension.dark-color.career-job-btn:hover {
    color: #fff !important;
    font-weight: 300;
    font-size: 22px;
    border: 1px solid #ff5252;
    background: #ff5252 !important;
}

body .career-job-title p {
    color: #506a85;
    font-weight: 900;
    font-size: 30px !important;
    text-transform: uppercase;
    line-height: 39px;
}

body .career-contact-title p {
    font-weight: 600;
    font-size: 30px !important;
    line-height: 29px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

}

@keyframes fadeInSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 60%, 0);
        transform: translate3d(0, 60%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

}

.aut-fadeInUp {
    animation: fadeInUp 2.2s cubic-bezier(.87, 0, .265, 1.005) forwards;
}

.aut-fadeInSmall {
    animation: fadeInSmall 1.4s cubic-bezier(.87, 0, .265, 1.005) forwards;
}

.aut-fadeIn {
    animation: fadeIn 2.2s cubic-bezier(.87, 0, .265, 1.005) forwards;
}

div#gform_confirmation_wrapper_6 {
    min-height: 250px;
}

div#gform_confirmation_message_6 {
    position: absolute;
    top: 60%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 90%;
}

@media(max-width:736px) {
    .rs-text-1 {
        position: relative;
        top: 20px;
        min-width: 90vw !important;
        font-size: 30px !important;
    }

    .rs-text-2 {
        position: relative;
        top: 100px;
        font-weight: 500 !important;
        min-width: 90vw !important;
        margin: 0 auto;
    }

    .rs-text-3 {
        position: relative;
        top: 140px;
        min-width: 90vw !important;
    }

    .rs-text-4 {
        position: relative;
        top: 150px;
        color: #fff !important;
        left: 50%;
        transform: translateX(-38%) !important;
    }

    #ulp-layer-302 a {
        font-size: 64px;
        position: relative;
        top: -32px;
        left: -16px;
    }

    /*  autism edits */
    body .autism-main-title p {
        font-size: 18px !important;
        letter-spacing: 0px;
        margin-bottom: 0px;
        line-height: 150%;
        padding: 0 0px;
    }

    body .autism-sub-heading p {
        font-size: 28px !important;
        line-height: 120%;
        margin: 0 20px;
        padding-top: 10px;        /* padding-bottom:0px; */
        letter-spacing: 0px;
    }

    .autism-sub-heading p .hashtag {
        position: relative;
        top: 53px;
        font-size: 22px !important;
    }

    .autism-hashtags p {
        font-size: 25px !important;
        margin-bottom: 30px;
    }

    .autism-row {
        top: 42vh;
    }

}

/*Media Mention Page*/
body.media-page .media-blog-item {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

body.media-page .media-blog-item .media-inner {
    position: relative;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
}

body.media-page .mk-blog-container {

    /*height:2600px!important;*/
}

body.media-page .media-inner .main-btn-container a {
    border-bottom: none;
    background: #ff5252;
    color: #fff;
    padding: 14px 24px;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
}

body.media-page .media-inner .main-btn-container a:hover {
    background: #000;
    transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
}

body.media-page .media-inner .main-title-cont .main-title {
    color: #4b4b4b !important;
    font-size: 22px !important;
    margin-bottom: 10px;
    line-height: 120%;
    font-weight: 300;
}

body.media-page .media-inner .main-desc-cont p {
    color: #777 !important;
    font-size: 13px !important;
    line-height: 29px !important;
    margin-bottom: 25px;
    line-height: 100%;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 2px;
}

body.media-page .media-row .col-2 {
    border-left: 2px solid #506a85;
    border-bottom: 2px solid #506a85;
    padding-top: 20px;
    padding-bottom: 40px;
}

body.media-page .media-row .col-1 {
    border-bottom: 2px solid #506a85;
}

body.media-page .media-row.last-child .col-2 {
    border-bottom: none;
}

body.media-page .media-row article {
    padding-bottom: 40px;
}

body.media-page .media-row article:last-child:after {
    display: none;
}

body.media-page .media-row article:last-child {
    padding-bottom: 0px;
}

body.media-page .media-row article:after {
    position: absolute;
    content: '';
    width: 80%;
    height: 1px;
    border-bottom: 2px dotted #D6D6D6;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

body.media-page .mk-text-block.content-title-first p {
    font-weight: 500;
}

/* Videos Page */
body.videos-page .inspiration-video {
    position: relative;/*     max-height:220px; */
    overflow: hidden;
    text-align: center !important;
}

body.videos-page .inspiration-video img {
    width: 100%;
    height: 100%;
}

body.videos-page .inspiration-video:before {
    position: absolute;
    content: '';
    height: 100px;
    width: 100px;
    background-image: url('https://latikaroy.org/wp-content/uploads/2018/03/play-button.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    pointer-events: none;
}

body.videos-page .inspiration-title p {
    font-size: 18px !important;
    font-weight: 400;
}

/*Foobar CSS*/
.foobar-container-row {
    position: relative;
}

body .foobar-container-left {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 85vw !important;
}

body .foobar-container-left .foobar_html {
    display: flex;
    align-items: center;
    justify-content: center;
}

body .foobar-container-left .foobar_html .col-2 {
    margin: 0 20px;
    line-height: 100%;
    padding-top: 5px;
}

body .foobar-container-left .foobar_html a {
    position: relative;
    text-decoration: none;
    background: #fff;
    padding: 7px 20px;
    border-radius: 2px;
    color: #ff5252;
    font-size: 14px;
    top: -3px;
    font-weight: 900;
    letter-spacing: 1px;
}

body .foobar-container-left .foobar_html span {
    position: relative;
    color: #fff;
    font-size: 18px;
    top: -5px;
    font-weight: 600
}

body .foobar-open-button {
    width: 35px;
}

/*header .mk-header-holder.foobar-show {
    top: 50px !important;
}*/

body .foobar-container-inner {
    overflow: visible !important
}

@media(max-width:768px) {
    body.home-page .custom-video-popup-container .popup-main-content .popup-content .inner-img img {
        max-width: 300px !important;
    }

    body.home-page .custom-video-popup-container.active .popup-main-content {
        margin: 0 25px;
    }

/*    body.home-page .custom-video-popup-container .popup-main-content .popup-close {
        position: absolute;
        top: -15px !important;
        right: -15px !important;
        width: 30px !important;
        height: 30px !important;
    }
*/
    body.media-page .media-row .col-2 {
        border-left: none;
        border-bottom: none;
    }

    body .foobar-container-left {
        left: 0;
        transform: translateX(0);
        margin: 0 auto;
        width: 360px !important;
        height: 70px !important;
    }

    body .foobar-container-inner {
        overflow: visible;
        max-height: 90px !important;
    }

    body #mk-theme-container {
        margin-top: 50px;
    }

    body .foobar-container-left .foobar_html {
        width: 100vw !important;
    }

    body .foobar-container-left .foobar_html .col-2 {
        margin: 0 20px;
        padding-top: 0px;
    }

    body .foobar-container-left .foobar_html a {
        display: block;
        font-size: 14px;
        top: -2px;
        font-weight: 900;
        padding: 12px;
        line-height: 100%;
        min-width: 105px;
        margin-right: 30px;
    }

    body .foobar-container-left .foobar_html span {
        position: relative;
        color: #fff;
        font-size: 16px;
        top: -2px;
        font-weight: 600;
        line-height: 120%;
        display: block;
        text-align: left;
    }

    body .covid-video {
        height: 250px;
    }

}

/* RIP MOY Section */
body.home .moy-row {
    max-width: 940px;
    margin: 0 auto;
}

body.home .moy-row .col-1 {
    padding-left: 0;
    padding-right: 45px
}

body.home .moy-row .rip-moy-title p {
    font-size: 30px !important;
    font-weight: 600;
    letter-spacing: 0px !important;
    padding-bottom: 0px;
    margin-bottom: 10px;
    text-transform: initial;
    line-height: 130%;
    margin-top: 40px;
}

body.home .moy-row .rip-moy-title.show-below-768 p {
    display: none;
}

body.home .moy-row .rip-moy-btn span {

    /*     font-size:20px; */

    font-weight: 900;
}

body.home .moy-row .rip-date-text p {
    font-size: 14px !important;
    padding-bottom: 4px;
    letter-spacing: 3px;
    font-weight: 400;
}

body.home .emodal-content {
    margin: 25px;
    margin-right: 0px;
    max-height: 70vh;
    overflow-y: scroll;
}

body.home .emodal-content .article-text {
    padding-right: 15px;
}

body.home .emodal-content .article-text p {
    font-size: 20px !important;
    font-weight: 300;
}

body.home .emodal-content .article-text strong {
    font-size: 42px !important;
    font-weight: 400 !important;
}

body.home .emodal-content .article-text strong span {
    font-size: 17px !important;
}

body.home .emodal.fixed.medium {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 90vw !important;
}

body.home .emodal > .emodal-close {
    font-family: 'proxima-nova' !important;
    background: #ff5252 !important;
    font-size: 14px !important;
    padding: 10px !important;
    right: -1px !important;
    border-radius: 4px 0px 0px 4px !important;
}

/* body.home .emodal > .emodal-close:after{

position:absolute;

content:'';

border-top: 17px solid transparent;

border-bottom: 16px solid transparent;

border-right:16px solid #ff5252;

left:-15px;

top:0;

z-index:2;

opacity:1;

} */
body.home .emodal-overlay {
    background: #151515 !important;
    opacity: 0.8;
}

/* width */
body.home .emodal-content::-webkit-scrollbar {
    width: 5px;
}

/* Track */
body.home .emodal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
body.home .emodal-content::-webkit-scrollbar-thumb {
    background: #ff5252;
    border-radius: 50px
}

/* Handle on hover */
body.home .emodal-content::-webkit-scrollbar-thumb:hover {
    background: #ff5252;
}

body.videos-page .video-row .video-col .inspiration-video {
    box-shadow: 0 8px 10px 0px rgba(0, 0, 0, 0.15) !important;
    margin-right: 16px;
}

body.videos-page .video-row .video-col .inspiration-title {
    position: relative;
    background: #fff;
    min-height: 125px;
    margin-right: 15px;
    box-shadow: 0 8px 10px 0px rgba(0, 0, 0, 0.15) !important;
}

body.videos-page .video-row .video-col .inspiration-title p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
    font-size: 14px !important;
    font-weight: 400;
    letter-spacing: 1px;
}

@media(max-width:768px) {
    body.home .moy-row .col-1 {
        padding-right: 0px;
    }

    body.home .moy-row .rip-moy-title p, body.home .moy-row .rip-date-text p {
        text-align: center;
    }

    body.home .emodal-content .article-text {
        padding: 0px;
    }

    body.videos-page .video-row .video-col {
        margin-bottom: 60px;
    }

    body.videos-page .video-row .video-col .inspiration-title p {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 20px;
        font-size: 14px !important;
        font-weight: 400;
        letter-spacing: 1px;
    }

    body.videos-page .inspiration-video, body.videos-page .video-row .video-col .inspiration-title {
        max-height: auto !important;
        margin-right: 0px !important;
    }

    body.videos-page  .video-row .video-col .inspiration-video img {
        max-height: 220px !important;
        width: 380px !important;
    }

    body.home .moy-row .rip-moy-title p {
        font-size: 30px !important;
        display: none;
    }

    body.home .moy-row .rip-moy-title.show-below-768 p {
        display: block;
    }

}

/*New First Fold CSS*/
body .hidethis {
    display: none !important;
}

.showondesktop {
    display: block !important;
}

.showonmobile {
    display: none !important;
}

body .ff-main-heading p {
    color: #fff;
    font-size: 44px !important;
    font-weight: 600;
}

body .ff-sub-heading p {
    color: #fff;
    font-size: 26px !important;
    font-weight: 300;
}

/* Homepage Overlay */
body.home #homepage-slider-holder .background-layer:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.4;
}

body.home-page .m-view {
    display: none !important;
}

body.home-page .d-view {
    display: flex; !important;
}

@media(max-width:768px) {
    .showondesktop {
        display: none !important;
    }

    .showonmobile {
        display: block !important;
    }

    body .ff-main-heading p {
        font-size: 24px !important;
    }

    body .ff-sub-heading p {
        font-size: 18px !important;
        padding: 0 15px;
    }

    body.home-page .d-view {
        display: none !important;
    }

    body.home-page .m-view {
        display: flex !important;
    }

}

/* Staff Page Changes */
body.lrf-people .mk-portfolio-item.light-zoomin-hover .portfolio-meta {
    position: absolute;
    bottom: 0%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

body.lrf-people .mk-portfolio-item.light-zoomin-hover.portfolio-four-column .portfolio-meta .the-title {
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    line-height: 16px;
    font-weight: 300;
    text-shadow: 0px 0px 20px #000;
    color: #fff !important;
    margin-bottom: 0px;
    padding-bottom: 6px;
    line-height: 100% !important;
    padding-top: 10px;
}

body.lrf-people .mk-portfolio-item.light-zoomin-hover .image-hover-overlay {
    display: none;
}

body.lrf-people .mk-portfolio-item.light-zoomin-hover .portfolio-categories {
    display: none;
}

body.lrf-people #theme-page .mk-portfolio-item h3.job-title-capsule {
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
}

body.lrf-people .mk-portfolio-item.light-zoomin-hover .the-title:after {
    background: #fff;
    bottom: 4px;
    height: 1px;
    display: none;
}

body.lrf-people #mk-filter-portfolio.sortable-classic-style {
    display: none;
}

body.lrf-people .mk-portfolio-grid {
    margin-top: 40px;
}

body.lrf-people .mk-portfolio-item .item-holder {
    overflow: hidden;
}

/* Foo bar Mobile CSS */
@media(max-width:768px) {
    body .foobar-wrapper.fb-top, .foobar-wrapper.fb-top .foobar-container {
        height: 65px !important
    }

}

/* Mission and Vision CSS */
body .mission-vision-section {
    overflow: visible;
}

body .mission-vision-section .row-1 .col-1 {
    margin-top: 0px;
}

body .mission-vision-section .row-1 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 0px;
    padding-top: 100px;
}

body .mission-vision-section .row-1 .col-2 {
    padding: 50px;
    padding-top: 0;
    background: #fff;
    position: relative;
    left: -70px;
    margin-top: 10vh;
    padding-right: 0;
}

body .mission-vision-section .row-1.row-2 {
    padding-top: 0;
    padding-bottom: 50px;
}

body .mission-vision-section .row-1.row-2 .col-2 {
    padding-left: 0px;
    left: 70px;
    z-index: 1;
    margin-top: 5vh;
    padding-right: 50px;
}

body .mission-vision-section .mission-sub-heading p {
    font-weight: 500;
}

body .mission-vision-section .content-title-first.mission-title {
    padding-top: 0px;
    max-width: 100%;
}

body .mission-vision-section .content-title-first.mission-title p {
    text-align: left;
}

body .mission-vision-section .mission-description p {
    font-size: 24px !important;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media(max-width:768px) {
    body .mission-vision-section .row-1 {
        padding: 0;
    }

    body .mission-vision-section .mission-description p {
        font-size: 22px !important
    }

    body .mission-vision-section .row-1 .col-2 {
        padding: 30px;
        padding-left: 40px !important;
        padding-top: 0;
    }

    body .mission-vision-section .row-1 .col-1 {
        margin-top: 0px;
    }

    body .mission-vision-section .row-1 .col-2 {
        left: 0;
    }

    body .mission-vision-section .row-1.row-2 .col-2 {
        left: 0;
    }

}

/* Ted Talk Page CSS */
body.videos-page .tedtalk-section .video-row .video-col .inspiration-video {
    overflow: visible;
    position: relative;
}

body.videos-page .tedtalk-section .video-row .video-col .inspiration-video:after {
    position: absolute;
    content: 'Ted Talks';
    background: #ff5252;
    height: auto;
    width: 140px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    top: -30px;
    left: 0px;
    line-height: 100%;
    padding: 8px;
    font-weight: 500;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.10);
    !important;
}

body.videos-page .tedtalk-section .video-row .video-col .inspiration-video {
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.10);
    !important;
    margin-right: 16px;
}

body.videos-page .tedtalk-section .video-row .video-col .inspiration-title {
    position: relative;
    background: #fff;
    min-height: 100px;
}

body.videos-page .tedtalk-section .video-row .video-col {
    padding-left: 0;
    padding-right: 0;
}

body.videos-page .tedtalk-section .video-row .video-col .inspiration-title p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
    font-size: 18px !important;
    line-height: 135%;
    letter-spacing: 0.5px;
    font-style: italic;
}

body.videos-page .div.ppt {
    display: none !important;
}

@media(max-width:787px) {
    body.videos-page div.pp_default .pp_close {
        top: -10px !important
    }

    body.videos-page .tedtalk-section .video-row .video-col {
        padding-left: 30px;
        padding-right: 30px;
    }

}

/*Child Protecttion Quiz*/
body.child-protection .emodal > .emodal-close {
    background: #ff5252 !important;
    font-family: 'proxima-nova' !important;
    letter-spacing: 1px;
    font-size: 15px !important;
    padding: 8px 14px !important;
    font-weight: 600;
}

body.child-protection #emodal-overlay {
    opacity: 0.65;
    background: #000000 !important;
}

body.child-protection .emodal {
    border: 0px !important;
    padding: 5px !important;
    padding-bottom: 20px !important;
    max-height: 560px;
}

body.child-protection .quiz-cta-row .annual-report:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.72;
}

body.child-protection .quiz-cta-row .annual-report .annual-report-year {
    font-weight: 700;
}

/* Presentation Page CSS */
body.presentation .quiz-cta-row .annual-report:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

body.presentation .quiz-cta-row .annual-report .annual-report-year {
    font-weight: 700;
}

body.presentation .quiz-cta-row .annual-report .annual-report-icon-top {
    padding-top: 130px;
    position: relative;
}

body.presentation .quiz-cta-row .annual-report .annual-report-icon-top a {
    border-bottom: 0;
}

body.presentation .quiz-cta-row .annual-report .annual-report-title p {
    min-height: 45px
}

body.presentation .quiz-cta-row .annual-report span.mk-font-icons.mk-shortcode.icon-align-center.annual-report-icon-top i {
    margin-top: 0 !important;
}

/*Menu Changes*/

/*Resource Sub Menu Item*/



#mk-main-navigation li#menu-item-69.has-mega-menu > ul.sub-menu {
    width: 120%;
    left: -10%;
    padding: 10px;
    padding-bottom: 25px;
}

.has-mega-menu .megamenu-title {
    padding: 5px;
    padding-top: 15px
}

body.videos-page .inspiration-video-section {
    max-width: 1240px;
    margin: 0 auto;
    overflow: visible;
}

body.videos-page .inspiration-video-section .video-row .video-col .inspiration-title {
    min-height: 120px;
}

body.article-story-page .story-section {
    max-width: 1240px;
    margin: 0 auto;
}

body.article-story-page .story-section .row-1 .col-2 {
    padding-left: 5%;
}

body.article-story-page .story-section .row-2 .col-1 {
    padding-right: 5%;
}



@media(max-width:767px) {
    body.videos-page .inspiration-video-section,
    body.article-story-page .story-section {
        padding: 0 8%;
    }

    body.article-story-page .top-section .background-layer {
        background-position: center center !important;
    }

    body.article-story-page .story-section .row-2 {
        display: flex;
        flex-direction: column-reverse;
    }

    body.article-story-page .story-section .row-1 .col-1,
    body.article-story-page .story-section .row-2 .col-2 {
        padding-bottom: 30px;
    }
}

/* Popup CSS */
#snp-bld-step-1 .bld-step-1-el-1.bld-el-button:after, #snp-bld-step-1 .bld-step-1-el-1.bld-el-button:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    height: 3px;
    width: 60%;
    background: #000000;
    transform: translate(-50%, -50%) rotate(45deg);
}

#snp-bld-step-1 .bld-step-1-el-1.bld-el-button:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

#snp-bld-step-1 .bld-step-1-el-1.bld-el-button .close-popup-cta {
    opacity: 0;
}

#snp-bld-step-1 .bld-step-1-el-1.bld-el-button:hover:after, #snp-bld-step-1 .bld-step-1-el-1.bld-el-button:hover:before {
    background: #ff5252;
}

/* Social Footer Section */
body .five-col-section .social-row {
    display: flex;
}

body .five-col-section .social-row .col {
    flex: 1;
}

body .five-col-section .social-row .col .animated-column-title {
    padding: 0 20px;
}

/* Careers Page CSS */
body.careers .collapsing-box .close {
    text-align: center;
    font-size: 36px;
    color: #ff5252;
    border: 1px solid #ccc;
    width: 75px;
    border-radius: 50%;
    height: 75px;
    padding: 20px 26px 20px;
    right: 46px;
}

body.careers .collapsing-box .close {
    text-align: center;
    font-size: 45px;
    color: #ff5252;
    border: 1px solid #ccc;
    width: 75px;
    padding: 22px 12px 20px;
    font-weight: 100 !important;
    margin: 0 auto;
    cursor: pointer;
}

body.careers .collapsing-box .open {
    margin: 0 auto;    /* width: 400px; */
    text-align: center;
    padding: 25px;
    cursor: pointer;
    background: transparent;
    width: 36%;
    border: 1px solid #ccc;
    margin-bottom: 0px;
    border-radius: 2px;
}

body.careers .collapsing-box .close:hover {
    background: #ff5252;
    color: #fff;
    border: 1px solid #ff5252;
}

body.careers .collapsing-box .open:hover {
    background: #ff5252;
    color: #fff;
    border: 1px solid #ff5252;
    border-radius: 2px;
}

body.careers .gform_wrapper .gform_heading {
    display: none !important;
}

body.careers .career-job-title.box-element p {
    display: flex;
    font-size: 22px!Important;
    line-height: 140%;
    padding: 0 10px;
    border: 2px solid #506a85;
    padding: 20px 20px;
    min-height: 220px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

body.careers .career-job-title.box-element p:hover {
    border-color: #ff5252;
    background: #ff5252;
    color: #fff;
}

body.careers .gform_confirmation_message {
    text-align: center;
    line-height: 150%;
    padding: 60px;
    border: 2px solid #506a85;
    margin-top: 40px;
    color: #506a85;
    font-weight: 600;
}

/* Board Members Page CSS */
body.board-members .board-row > .wpb_column {
    padding: 50px 80px !important;
    border: 3px solid #506a85;
    margin-bottom: 30px;
}

@media(max-width:765px) {
    body.careers .collapsing-box .open {
        width: 90%;
    }

    body.careers .gform_confirmation_message {
        padding: 30px 10px;
    }

    body.board-members .board-row > .wpb_column {
        padding: 30px 25px !important
    }

}

/* Easy Share Plugin CSS */
body.single.single-post .essb_links .essb_links_list li.essb_totalcount_item {
    margin-top: 20px !important;
}

body.single.single-post .essb_links li a {
    border-bottom: 0;
    margin-bottom: 5px;
}

/*Custom Popup CSS*/
.custom-popup-container section.toggle-section {
    position: relative;
    display: block;
    max-width: 640px;
}

.custom-popup-container section.toggle-section .main-heading p, .custom-popup-container section.toggle-section .main-heading p a {
    font-size: 20px;
    line-height: 160%;
    color: #fff;
    z-index: 1;
    font-family: initial;
}

.custom-popup-container section.toggle-section .main-heading p a {
    text-decoration: none;
}

.custom-popup-container section.toggle-section .main-heading p {
    padding-bottom: 10px;
    margin-bottom: 0;
}

.custom-popup-container section.toggle-section .toogle-nav {
    display: block;
    text-align: left;
}

.custom-popup-container section.toggle-section .toogle-nav .toogle-link {
    display: inline-block;
    text-align: left;
    font-size: 15px;
    background: #ff5252;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 120px;
    text-align: center;
    border-radius: 13px 13px 0px 0px;
    opacity: 0.55;
    pointer-events: initial;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: initial;
    transition: opacity 0.4s;
    text-transform: uppercase;
    border: 3px solid #fff;
    border-bottom: none;
}

.custom-popup-container section.toggle-section .toogle-nav .toogle-link.active {
    opacity: 1;
    pointer-events: none;
    transition: opacity 0.4s;
}

.custom-popup-container section.toggle-section .toogle-nav .toogle-link.link-1 {
    margin-left: 10px;
}

.custom-popup-container section.toggle-section .toggle-content {
    position: relative;
    display: block;
    width: 100%;
    min-height: 465px;
    background: rgba(0, 0, 0, 0.24);
    background-image: url('https://latikaroy.org/wp-content/uploads/2020/03/corona.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top -140px right -25px;
}

/* for corona notifications */
.custom-popup-container section.toggle-section a {
    font-family: "proxima-nova", sans-serif !important;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    background: #ff5252;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: 25px;
    transition: all .4s;
}

.custom-popup-container section.toggle-section a:hover {
    background: #ffffff;
    color: #ff5252;
}

.custom-popup-container section.toggle-section .toggle-content:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, rgb(0, 0, 0) 45%, transparent 85%);
    border: 3px solid #fff;
}

.custom-popup-container section.toggle-section .toggle-content {
    border: 10px solid #ff5252;
}

.custom-popup-container section.toggle-section .toggle-content .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 30px;
    display: none;
    opacity: 0;
    transition: opacity 0.4s;
    padding-right: 225px;
}

.custom-popup-container section.toggle-section .toggle-content .content.active {
    display: block;
    opacity: 1;
    transition: opacity 0.4s;
}

body .custom-popup-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 9999;
}

body .custom-popup-container p, .custom-popup-container section.toggle-section .toogle-nav .toogle-link {
    font-family: "proxima-nova", sans-serif !important;
}

body .custom-popup-container .custom-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}

body .custom-popup-container .custom-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 640px;
}

body .custom-popup-container .custom-popup .custom-popup-close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 1;
}

body .custom-popup-container .custom-popup .custom-popup-close:after, body .custom-popup-container .custom-popup .custom-popup-close:before {
    position: absolute;
    content: '';
    height: 3px;
    width: 25px;
    background: #ff5252;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

body .custom-popup-container .custom-popup .custom-popup-close:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

body .custom-popup-container .custom-popup-overlay {
    opacity: 0;
    transition: opacity 0.7s;
}

body .custom-popup-container.active-popup .custom-popup-overlay {
    opacity: 1;
    transition: opacity 0.4s;
}

body .custom-popup-container .custom-popup {
    opacity: 0;
    transition: opacity 0.4s;
}

body .custom-popup-container.active-popup .custom-popup {
    opacity: 1;
    transition: opacity 0.7s;
}

@media only screen and (max-width:765px) {
    body .custom-popup-container .custom-popup {
        width: 90%;
    }

    .custom-popup-container section.toggle-section .toggle-content .content {
        padding-right: 30px;
    }

    .custom-popup-container section.toggle-section .toggle-content {
        min-height: 400px;
        background-position: top 0 right -50px;
    }

    body.child-protection .quiz-cta-row .annual-report:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.72;
    }

    body.child-protection .quiz-cta-row .annual-report p {
        position: relative;
        z-index: 1;
    }

}

/* Header Resources CSS */
body header .menu-item-has-children.has-mega-menu > ul.sub-menu li.menu-item > ul {
    display: none !important;
}

body header .menu-item-has-children.has-mega-menu > ul.sub-menu li.menu-item > ul.active {
    display: block !important;
}

body header .menu-item-has-children.has-mega-menu > ul.sub-menu li.menu-item .megamenu-title {
    cursor: pointer;
}

/* Emodal 7 CSS */
body.emodal7 .emodal {
    background: #fff !Important;
}

body.emodal7 h4, body.emodal7 h3, body.emodal7 ul li, body.emodal7 p {
    font-family: "proxima-nova", sans-serif !important;
    color: #4b4b4b;
    line-height: 150%;
    margin-bottom: 16px
}

body.emodal7 .emodal-title {
    padding: 10px 50px;
}

body.emodal7 .emodal-content {
    margin: 20px;
    margin-right: 0px;
    max-height: 65vh;
    overflow-y: scroll;
    padding: 0px 30px;
}

body.emodal7 .emodal-content .article-text {
    padding-right: 15px;
}

body.emodal7 .emodal-content .article-text p {
    font-size: 20px !important;
    font-weight: 300;
    color: #4b4b4b;
}

body.emodal7 .emodal-content .article-text strong span {
    font-size: 17px !important;
}

body.emodal7 .emodal.fixed.medium {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 880px !important;
    padding: 30px !important;
}

body.emodal7 .emodal > .emodal-close {
    font-family: 'proxima-nova' !important;
    background: #ff5252 !important;
    font-size: 14px !important;
    padding: 10px !important;
    right: -1px !important;
    border-radius: 4px 0px 0px 4px !important;
}

body.emodal7 .emodal-overlay {
    background: #151515 !important;
    opacity: 0.8;
}

/* width */
body.emodal7 .emodal-content::-webkit-scrollbar {
    width: 5px;
}

/* Track */
body.emodal7 .emodal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
body.emodal7 .emodal-content::-webkit-scrollbar-thumb {
    background: #ff5252;
    border-radius: 50px
}

/* Handle on hover */
body.emodal7 .emodal-content::-webkit-scrollbar-thumb:hover {
    background: #ff5252;
}

@media only screen and (max-width:765px) {
    body.emodal7 .emodal.fixed.medium {
        width: 90vw !important;
        padding-right: 10px !important;
    }

    body.emodal7 .emodal-content {
        height: 55vh;
        margin: 10px;
        padding: 0;
    }

    body.emodal7 .emodal-title {
        padding: 10px 0px;
    }

    body.emodal7 .alignright, img.alignright {
        float: none;
        width: 70%;
    }

}

/* Razorpay Payments CSS */
body.donate-page .razorpay-container {
    text-align: center;
}

body.donate-page .razorpay-container .payment-buttons button {
    background: #ffffff;
    color: #506a85;
    padding: 12px 20px;
    border: 2px solid #506a85;
    cursor: pointer;
}

body.donate-page .razorpay-container p {
    color: #4b4b4b;
}

body.donate-page .gform_legacy_markup_wrapper .gfield_required {
    margin-left: 0;
}

body.donate-page .gform_legacy_markup_wrapper li.gfield.gfield_error {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

body.donate-page .gform_legacy_markup_wrapper div.validation_error {
    border:  none;
}

body.razorpay-callback .razorpay-callback-container {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(https://latikaroy.org/wp-content/uploads/2019/03/MNK01450-1-1.jpg) no-repeat center;
    background-size: cover;
}

body.razorpay-callback .razorpay-callback-container .razorpay-inner-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 640px;
    background: rgba(255, 255, 255, 0.8);
    transform: translate(-50%, -50%);
    padding: 40px 80px;
    padding-bottom: 50px;
}

body.razorpay-callback .razorpay-callback-container .razorpay-inner-container p {
    text-align: center;
    margin-bottom: 0;
    color: #4b4b4b;
    font-family: proxima-nova, sans-serif;
}

body.razorpay-callback #mk-page-introduce {
    display: none
}

body.razorpay-callback #mk-theme-container:not(.mk-transparent-header) .header-style-1 .mk-header-padding-wrapper {
    padding-top: 0 !important;
}

body.razorpay-callback div#mk-logo-extra a {
    margin-top: -4px;
}

body.razorpay-callback #mk-header.header-style-1.sticky-style-fixed .mk-search-trigger {
    padding-top: 42px;
    transition: 0.35s;
}

body.razorpay-callback #mk-header.header-style-1.sticky-style-fixed.header-sticky-ready .mk-search-trigger {
    padding-top: 0px;
    transition: 0.35s;
}

body.razorpay-callback .razorpay-callback-container p.thank-you-text {
    font-size: 48px !important;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #506a85;
}

body.razorpay-callback p.thank-you-text:after {
    content: "";
    color: #4b4b4b;
    border-bottom: 3px solid #506a85;
    width: 80px;
    display: block;
    text-align: center;
    margin: 0px auto 0;
}

body.razorpay-callback p.razorpay-content {
    margin-bottom: 15px !important;
}

body.razorpay-callback p.razorpay-content.error span {
    color: #ff5252;
    font-weight: 600;
}

body.razorpay-callback p.razorpay-content.success span {
    color: #15c1a4;
    font-weight: 600;
}

body.razorpay-callback p.facebook-message {
    margin-bottom: 25px !important
}

body.home-page .background-layer {
    background-size: cover !important;
}

@media only screen and (max-width:765px) {
    body.razorpay-callback #mk-theme-container {
        margin-top: 0;
    }

    body.razorpay-callback .razorpay-callback-container .razorpay-inner-container {
        width: 90%;
        padding: 40px 40px;
        padding-bottom: 50px;
    }

    body.razorpay-callback .razorpay-callback-container p.thank-you-text {
        font-size: 42px !important;
    }

}

/* International Day CSS */
body.home .ff-sub-heading p, body.home .ff-main-heading p {
    text-align: center;
    max-width: 580px;
    margin: 0 auto;
}

body.home .ff-sub-heading p {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 27px !important;
    padding-bottom: 20px;
    letter-spacing: 1px;
}

body.home #mk-theme-container .ff-main-heading p {
    font-size: 32px !important;
    font-weight: 300 !important;
    line-height: 120%;
    padding-bottom: 40px;
}

@media only screen and (max-width:765px) {
    body.home .ff-sub-heading p, body.home .ff-main-heading p {
        max-width: 90%;
    }

    body.home .ff-sub-heading p {
        font-size: 22px !important;
    }

    body.home #mk-theme-container .ff-main-heading p {
        font-size: 28px !important;
    }

}

.main-navigation-ul > li.menu-item > a.menu-item-link {
    padding-right: 14px !important;
}

.mk-blog-single .blog-single-meta {
    display: none;
}

body.razorpay-page #btn-razorpay, body.razorpay-page #btn-razorpay-cancel {
    display: none !important;
}

body.razorpay-page > p {
    margin-bottom: 0px;
}

/* New Donate Page CSS */

body.page-id-13127.donate-page .mk-text-block.show-desktop{
    height: auto !important;
}

body.page-id-13127.donate-page .first-fold-section{
    padding-bottom: 20px !important;
    padding-top: 25px !important;
}

body.page-id-13127.donate-page .first-fold-section .btn.ripple{
    padding-top: 14px;
    padding-bottom: 14px;
    background: #ff5252;
    border-color: #ff5252 !important;
    font-weight: 600;
    margin-top: 10px;
}

body.page-id-13127.donate-page .first-fold-section .btn.ripple:hover{
    background: #FFFFFF;
    border-color: #ffffff !important;
}

body.page-id-13127.donate-page .gform_footer input[type=submit]{
    text-transform: initial !important;
    margin-top: 25px;
}

@media only screen and (max-width:765px) {
    
    body.page-id-13127.donate-page .first-fold-section .mk-text-block.show-desktop{
        height: 25px !important;
    }

    body.page-id-13127.donate-page .first-fold-section .mk-text-block.show-mobile{
        height: auto !important;
        display: none !important;
    }

    body.page-id-13127.donate-page .first-fold-section{
        padding-bottom: 0px !important;
        padding-top: 40px !important;
    }

    body.page-id-13127.donate-page .first-fold-section .mk-text-block.landing-image-subtitle p{
        line-height: 135%;
        padding: 0 10px;
        letter-spacing: 0.2px;
        margin-bottom: 10px;
    }

    body.page-id-13127.donate-page .first-fold-section .btn.ripple{
        margin-top: 60px;
        padding-top: 11px;
        padding-bottom: 11px;
    }
}

/* Custom Donate Popup CSS */

body .custom-video-popup-container{
    display: none;
}

body.home-page .custom-video-popup-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.65);
    backdrop-filter: saturate(180%) blur(10px);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s cubic-bezier(.77,0,.175,1);
}

body.home-page .custom-video-popup-container.active{
    opacity: 1;
    pointer-events: auto;
    transition: 0.3s cubic-bezier(.77,0,.175,1);
}

body.home-page .custom-video-popup-container .popup-main-content{
    position: relative;
    /*width: 880px;*/
    /*max-width: calc(100% - 60px);*/
    height: auto;
    border: none !important;
    background: #FFFFFF;
    padding: 5px;
    opacity: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s cubic-bezier(.77,0,.175,1);
}

body.home-page .custom-video-popup-container.active .popup-main-content{
    opacity: 1;
    pointer-events: auto;
    transition: 0.3s 0.2s cubic-bezier(.77,0,.175,1);
}

body.home-page .custom-video-popup-container .popup-main-content .popup-close{
    position: absolute;
    top: -22.5px;
    right: -22.5px;
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s cubic-bezier(.77,0,.175,1);
    box-shadow: 0 2px 10px rgba(0,0,0,0.12);
    z-index: 3;
}

body.home-page .custom-video-popup-container .popup-main-content .popup-close:hover{
    background: #ff5252;
    transition: 0.3s cubic-bezier(.77,0,.175,1);
}

body.home-page .custom-video-popup-container .popup-main-content .popup-close:hover span{
    background: #FFFFFF;
    transition: 0.3s cubic-bezier(.77,0,.175,1);
}

body.home-page .custom-video-popup-container .popup-main-content .popup-close span{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 3px;
    width: 52%;
    background: #2b2b2b;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: 0.3s cubic-bezier(.77,0,.175,1);
    z-index: 2;
}

body.home-page .custom-video-popup-container .popup-main-content .popup-close span.line-2{
    transform: translate(-50%, -50%) rotate(45deg);
}

body.home-page .custom-video-popup-container .popup-main-content{
    display: flex;
}

body.home-page .custom-video-popup-container .popup-main-content .popup-content{
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    /*padding: 160px 40px;*/
    padding: 120px 40px;
    padding-bottom: 100px;
}

body.home-page .custom-video-popup-container .popup-main-content .popup-content .inner-img img{
    display: block;
    max-width: 800px;
}

body.home-page .custom-video-popup-container .popup-main-content .popup-content:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgb(0,0,0,0.48);*/
    background: rgb(255 82 82);
    z-index: 2;
}

body.home-page .custom-video-popup-container .logo-icon{
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 9;
}

body.home-page .custom-video-popup-container .section-icon img{
    max-width: 65px;
    height: auto;
    margin-bottom: 0px;
}


body.home-page .custom-video-popup-container .section-heading,
body.home-page .custom-video-popup-container .section-desc,
body.home-page .custom-video-popup-container .main-cta{
    position: relative;
    display: block;
    text-align: center;
    z-index: 2;
}

body.home-page .custom-video-popup-container .section-heading h1 strong{
    font-size: 64px;
    color: #FFFFFF;
    /*text-shadow: 2px 2px 2px #000;*/
}

body.home-page .custom-video-popup-container .section-heading h1{
    margin-bottom: 10px;
    line-height: 120%;
}

body.home-page .custom-video-popup-container .section-desc h4 strong{
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 3px;
    /*text-shadow: 2px 2px 2px #000;*/
}

body.home-page .custom-video-popup-container .section-desc h4{
    line-height: 110%;
}

body.home-page .custom-video-popup-container .main-cta{
    display: block;
    /*margin-top: 100px;*/
    margin-top: 30px;

}

body.home-page .custom-video-popup-container .main-cta p {
    margin: 0;
}

body.home-page .custom-video-popup-container .main-cta a{
    display: inline-block;
    /*background: #ff5252;*/
    /*color: #ffffff;*/
    background: #ffffff;
    color: #000;
    font-weight: 600;
    padding: 11px 30px;
    transition: 0.3s cubic-bezier(.77,0,.175,1);
    min-width: 220px;
    text-align: center;
}

body.home-page .custom-video-popup-container .main-cta a:hover{
/*    color: #000000;
    background: #ffffff;*/
    background: #e9e9e9;
    transition: 0.3s cubic-bezier(.77,0,.175,1);
}

body.home-page .custom-video-popup-container .ff-main-heading p {
    max-width: 830px;
}

/*article and story page slider*/

body.article-story-page .articles-stories-slider,
body.article-story-page .articles-stories-slider .slide-container {
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
}

body.article-story-page .articles-stories-slider {
  max-width: 900px;
  margin: 0 auto;
  /*height: 75vh;*/
	height:32em;
}

body.article-story-page .articles-stories-slider .slide-container {
  display: flex;
  overflow: hidden;
}

body.article-story-page .articles-stories-slider .slide {
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 100%;
  animation: .6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s left;
  animation-fill-mode: forwards;
  flex-direction: column;
  max-width: 900px;
}

body.article-story-page .articles-stories-slider .slide img {
    /*max-width: 90%;*/
	width:85%;
	max-height: 72%;
    margin-bottom: 20px;
}

body.article-story-page .articles-stories-slider .slide p {
  padding: 7px 20px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  color: #000000;
  font-size: 14px !important;
	margin-bottom:0;
}

body.article-story-page .articles-stories-slider .slide p.image-counter {
    text-align: center;
}

body.article-story-page .articles-stories-slider .dots {
  position: absolute;
  bottom: -20px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

body.article-story-page .articles-stories-slider .dot {
    width: 20px;
    height: 9px;
    background: #d6d6d6;
    border-radius: 10px;
    margin: 0 3px;
    cursor: pointer;
}

body.article-story-page .articles-stories-slider .active-dot {
  background: #ff5252 ;
  cursor: default;
}

body.article-story-page .counter-con {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

body.article-story-page .counter-con p {
    font-size: 16px !important;
    margin: 0;
}



@keyframes leftNext {
  from { left: 100%; }
  to { left: 0; }
}

@keyframes leftCurr {
  from { left: 0; }
  to { left: -100%; }
}

@keyframes rightNext {
  from { left: -100%; }
  to { left: 0; }
}

@keyframes rightCurr {
  from { left: 0; }
  to { left: 100%; }
}

/*article and story page slider - Friends for life*/

body.article-story-page .friends-for-life-slider,
body.article-story-page .friends-for-life-slider .slide-container {
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
}

body.article-story-page .friends-for-life-slider {
  max-width: 900px;
  margin: 0 auto;
  /*height: 75vh;*/
    height:32em;
}

body.article-story-page .friends-for-life-slider .slide-container {
  display: flex;
  overflow: hidden;
}

body.article-story-page .friends-for-life-slider .slide {
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 100%;
  animation: .6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s left;
  animation-fill-mode: forwards;
  flex-direction: column;
  max-width: 900px;
}

body.article-story-page .friends-for-life-slider .slide img {
    /*max-width: 90%;*/
    width:85%;
    max-height: 72%;
    margin-bottom: 20px;
}

body.article-story-page .friends-for-life-slider .slide p {
  padding: 7px 20px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  color: #000000;
  font-size: 14px !important;
    margin-bottom:0;
}

body.article-story-page .friends-for-life-slider .slide p.image-counter {
    text-align: center;
}

body.article-story-page .friends-for-life-slider .dots {
  position: absolute;
  bottom: -20px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

body.article-story-page .friends-for-life-slider .dot {
    width: 20px;
    height: 9px;
    background: #d6d6d6;
    border-radius: 10px;
    margin: 0 3px;
    cursor: pointer;
}

body.article-story-page .friends-for-life-slider .active-dot {
  background: #ff5252 ;
  cursor: default;
}

body.article-story-page .friends-for-life-slider .counter-con {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

body.article-story-page .friends-for-life-slider .counter-con p {
    font-size: 16px !important;
    margin: 0;
}




@keyframes leftNext {
  from { left: 100%; }
  to { left: 0; }
}

@keyframes leftCurr {
  from { left: 0; }
  to { left: -100%; }
}

@keyframes rightNext {
  from { left: -100%; }
  to { left: 0; }
}

@keyframes rightCurr {
  from { left: 0; }
  to { left: 100%; }
}


/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

    body.home-page .custom-video-popup-container .section-heading h1 strong{
        font-size: 50px;
    }

    body.home-page .custom-video-popup-container .section-desc h4 strong{
        font-size: 16px;
    }

    body.home-page .custom-video-popup-container .main-cta a{
        font-size: 18px;
    }

    body.home-page .custom-video-popup-container .popup-main-content .popup-content{
        padding: 120px 40px;
        padding-bottom: 70px;
    }
	
	
	 /*article and story page slider*/
	body.article-story-page .articles-stories-slider .slide{
		max-width: 700px;
	}

    /*article and story page slider - Friends for life*/
    body.article-story-page .friends-for-life-slider .slide{
        max-width: 700px;
    }
}

/* Mobile Devices */
@media only screen and (max-width: 765px) {

    /*article and story page slider*/

    body.article-story-page .articles-stories-slider .slide {
        max-width: 100%;
        overflow: hidden;
    }

    body.article-story-page .articles-stories-slider {
        /*height: 95vh;*/
		    height: 28em;
    }

    body.article-story-page .articles-stories-slider .slide p {
        padding: 7px 0px;
        margin-bottom: 10px;
    }

    body.article-story-page .articles-stories-slider .slide img {
        max-width: 250px;
    }

    /*----------------------*/

    /*article and story page slider - Friends for life*/

    body.article-story-page .friends-for-life-slider .slide {
        max-width: 100%;
        overflow: hidden;
    }

    body.article-story-page .friends-for-life-slider {
        height: 55vh;
    }

    body.article-story-page .friends-for-life-slider .slide p {
        padding: 7px 0px;
        margin-bottom: 10px;
    }

    body.article-story-page .friends-for-life-slider .slide img {
        max-width: 250px;
    }

    /*----------------------*/
   
    body.home-page .custom-video-popup-container .section-heading h1 strong{
        font-size: 28px;
    }

    body.home-page .custom-video-popup-container .section-desc h4 strong{
        font-size: 20px;
    }

    body.home-page .custom-video-popup-container .main-cta a{
        font-size: 18px;
    }

/*    body.home-page .custom-video-popup-container .main-cta a {
        padding: 2px 15px;
        min-width: 150px;
    }*/

    body.home-page .custom-video-popup-container .popup-main-content .popup-content{
        padding: 50px 10px;
        padding-bottom: 20px;
    }

    body.home-page .custom-video-popup-container .section-icon img {
        max-width: 40px;
    }
}