.fixnav .nav-link.nlw {
	color: #152431;
}
.crumb a:link, .crumb a:visited {
	color: #ececec;
}
#block-theelders-primary-local-tasks {
	position: fixed;
	top: 0px;
	left: 80px;
	z-index: 9999;
	background-color: rgba(21,36,49,0.8);
	padding: 0;
	border-radius: 0 0 10px;
    overflow: hidden;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .23);
}
#block-theelders-primary-local-tasks ul {
	margin-top: 0px;
	margin-bottom: 0;
	padding-left: 0;
}
#block-theelders-primary-local-tasks li{
    margin: 0;
    padding: 0;
    list-style: none;
}
#block-theelders-primary-local-tasks ul a {
	display: block;
	padding: 3px 10px;
	font-size: 16px;
}
#block-theelders-primary-local-tasks ul a:hover {
	background-color: #01ad95;
    color: #fff;
}
div[role=contentinfo] {
	background-color: rgba(253, 210, 72,0.7);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	padding: 30px;
	text-align: center;
	position: relative;
	z-index: 9999;
}
.social-media-links.platforms.inline.horizontal li {
	display: inline-block;
	text-align: center;
	padding: 3px 5px;
	font-size: 21px;
}
.social-media-links.platforms.inline.horizontal > ul{
    margin-bottom: 0;
}

.social-media-links.platforms.inline.horizontal li a{
    color: #fff;
}
.button.reverse.opennow {
    border: 1px solid #fdd248;
    box-shadow: inherit;
}
.elderimage img {
	border-radius: 1000px;
	background-color: #152431;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#888da3), to(#8a8a94));
	background-image: linear-gradient(180deg, #888da3, #8a8a94);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
	-webkit-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.button.reverse.bigb {
	font-size: 20px;
	padding: 20px;
}
.node--view-mode-card{
    width: 100%;
}
.simplecardDisplay .node--view-mode-card .tag,
.simplecardDisplay .node--view-mode-card .tagtext,
.simplecardDisplay .node--view-mode-card .description,
.simplecardDisplay .node--view-mode-card .tagtext{
    display: none;
}
.simplecardDisplay .node--view-mode-card .cardtitle {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 10px;
	color: #fff;
	font-size: 25px;
	line-height: 28px;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
}

.simplecardDisplay .mainCard .node--view-mode-card .cardtitle {
	font-size: 35px;
	line-height: 40px;
	font-weight: 300;

}
.simplecardDisplay .miniCard .node--view-mode-card .nl2.bgimage {
    min-height: 168px;
}
#footer .social-media-links.platforms.inline.horizontal li a{
    color:#8a8a94
}
#footer .social-media-links.platforms.inline.horizontal ul{
    margin-top: 10px;
    padding: 0;
}
.paragraph--type--video-embed-iframe{
    position: relative;
    display: block;
    width: 100%;
    max-width: 1200px;
    max-height: 600px;
    margin-left: auto;
    margin-right: auto;
    height: 56vw;
}
.paragraph--type--video-embed-iframe iframe, .paragraph--type--video-embed-iframe object, .paragraph--type--video-embed-iframe embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.paragraph--type--links-row .container > div.content{
    text-align: center;
}
.paragraph--type--tiles > div > .paragraph--view-mode--full{
	
    float: left;
    width: 50%;
    height: 600px;
    overflow: hidden;
}
.doublesec{
    clear: both;
}
.vennwrapper .programeList {
	width: 35%;
	padding: 10px 20px;
	border-radius: 5px;
	background-color: #ececec;
}
.rtecenter {
	text-align: center;
}
.webform-submission-form {
	margin-bottom: 15px;
	padding: 10px 10px 15px;
	border-radius: 3px;
	background-color: #fdd248;
}
#contact .webform-submission-form {
	background-color: transparent;
}
.webform-submission-form select,
.webform-submission-form input{
	margin-bottom: 15px;
	border-style: none;
	border-radius: 100px;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: linear-gradient(180deg, #fff, #fff);
}
.webform-submission-form textarea {
	min-height: 250px;
	margin-bottom: 15px;
	border: 0px none #000;
	border-radius: 15px;
    width: 100%;
    padding: 8px 12px;
}
.webform-submission-form input, select {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 12px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333333;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
.webform-submission-form .webform-button--submit {
	position: relative;
	z-index: 5;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	padding: 9px 15px;
	border-radius: 30px;
	background-color: #152431;
	-webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
	transition: background-color 200ms ease, -webkit-transform 200ms ease;
	transition: background-color 200ms ease, transform 200ms ease;
	transition: background-color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
	color: #e9e9f5;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	border: 0;
}
.webform-submission-form .webform-button--submit {
	background-color: #fdd248 !important;
	color: #152431;
	width: auto;
	background-image: none;
}
.node-people-block .abouttext{
    margin: 20px auto 60px;
    padding-top: 40px;
}

.people_hide{
    display: none;
}
form.views-exposed-form {
	background-color: #44a6fc;
	background-image: -webkit-linear-gradient(90deg, #ffb517, #fdd248);
	background-image: linear-gradient(90deg, #ffb517, #fdd248);
    min-height: 150px;
    margin-bottom: 20px;
}
.view-site-search form.views-exposed-form {
	background-image: linear-gradient(270deg, #841c88, #274168);
}

form.views-exposed-form .exposeContent{
	position: relative;
	display: block;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
form.views-exposed-form .views-exposed-form {
	margin-bottom: -60px;
	padding: 20px 10px;
	background-color: #ececec;
}
.views-exposed-form .views-exposed-widgets {
	justify-content: space-between;
}
.views-exposed-widgets > fieldset.form-wrapper legend {
	font-family: Montserrat, sans-serif;
	width: 100%;
    color: #152431;
    font-weight: 900;
    text-transform: uppercase;
    font-family: inherit;
    color: #152431;
	font-weight: 900;
	text-transform: uppercase;
	font-family: inherit;
	display: block;
	background: #ffffff url(../images/arrow-down.png) no-repeat top 50% right 15px !important;
	background-size: 15px auto !important;
	width: 100%;
	padding: 20px 40px 20px 20px;
	border: 1px solid #dfdfdf;
    cursor: pointer;
}
.views-exposed-widgets > fieldset.form-wrapper {
	width: 100%;
	padding: 0;
	float: none;
	border: 0;
	margin: 0 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    min-height: 65px;
    position: relative;
}
.views-exposed-widgets > fieldset.form-wrapper .fieldset-wrapper {
	padding: 10px 20px;
	position: absolute;
	width: 100%;
	background: #fff;
	border: 1px solid #dfdfdf;
	border-top: 0;
     display: none;
}
.views-exposed-widgets .fieldset-wrapper.opened{
    display: block!important;
    z-index: 16;
}

.form-checkboxes.bef-nested ul{
    margin: 0;
    padding: 0;
}
.form-checkboxes.bef-nested li{
    margin: 10px 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.views-exposed-widgets > fieldset.form-wrapper .form-item input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: 25px;
	height: 25px;
	left: 16px;
}
.views-exposed-widgets > fieldset.form-wrapper .form-item input[type="checkbox"] + label::before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	background: #fff;
	border: 1px solid #dfdfdf;
	position: absolute;
	left: -4px;
}
.views-exposed-widgets > fieldset.form-wrapper .form-item input[type="checkbox"] + label {
	position: relative;
	cursor: pointer;
	padding: 0 0 0 35px;
	display: block;
    text-transform: capitalize;
}
form.bef-exposed-form #edit-actions{
    display: none;
}
.views-exposed-widgets > fieldset.form-wrapper .form-item input[type="checkbox"]:checked + label::after {
	content: ' ';
	background-image: url(../images/check.png);
	position: absolute;
	left: -3px;
	top: -1px;
	font: normal normal normal 14px/1 FontAwesome;
	font-family: 'FontAwesome';
	color: #01ad95;
	width: 23px;
	height: 47px;
	background-size: 25px;
	background-repeat: no-repeat;
}
.newsblock.newsinsight header > div,
.newsblock.newsinsight .restRows {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newsblock.newsinsight .views-row{
    width: 24%;
}
.newsblock.newsinsight header > div.news-insight-blocks > .views-row{
    width: 49%;
}
.newsblock.newsinsight header > div.news-insight-big-card > .views-row{
    width: 100%;
}
div.news-insight-big-card {
	margin: 0 10px 60px;
}
.newsblock.newsinsight {
	padding-top: 40px;
	padding-bottom: 10px;
	text-align: center;
}
.view-site-search .views-exposed-widgets .js-form-item-search{
    display: none;
}
.pager li.is-active {
	background-color: #01ad95;
	color: #fff;
	font-weight: 900;
}
.item-list .pager ul.pager__items {
	clear: both;
	text-align: center;
}
img {
	height: auto;
}
.basicPagesNewsletters.newnewslettersection{
    padding: 10px;
}
.basicPagesNewsletters.newnewslettersection input.form-text {
	width: 100%;
	height: 38px;
	padding: 8px 12px;
	border-style: none;
	border-radius: 100px;
	background-color: #fff;
	margin: 0px 0 10px;
}
.basicPagesNewsletters.newnewslettersection  .form-submit {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	padding: 9px 15px;
	border-radius: 30px;
	background-color: #152431;
	-webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
	transition: background-color 200ms ease, -webkit-transform 200ms ease;
	transition: background-color 200ms ease, transform 200ms ease;
	transition: background-color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
	color: #e9e9f5;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	border: 0;
	margin-top: 15px;
}
#block-theelders-theelders-block-9 {
	display: none;
}
.newsletterpop.covid19 #block-theelders-theelders-block-7 {
	display: none;
}
.newsletterpop.covid19 #block-theelders-theelders-block-9 {
	display: block;
}
.taxonomy-term--view-mode-icon{
    display: inline-block;
} 
.postcentrecol .paragraph--type--header-text.page-section {
	padding-top: 0;
    text-align: left;
    background: none;
    padding-bottom: 0;
}
.tabs-menu.hovertm{
    flex-wrap: nowrap!important;
}
.w-background-video{
    overflow: hidden;
}
.w-background-video > video{
  position: absolute;
  top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  z-index: -1000; 
  overflow: hidden;
  right: auto;
  bottom: auto;
}
.ourworkintro.smallintro {
	z-index: 2;
	position: relative;
}
#block-views-block-ticker-block-1 {
	background-color: #fdd248;
	height: 40px;
	position: relative;
	z-index: 99;
	color: #fff;
	left: 0;
	width: 100%;
}
#block-views-block-ticker-block-1 a {
	color: #152431;
	font-size: 16px;
	font-weight: normal;
	margin: 0 20px 0 0;
	font-family: Montserrat, sans-serif;
    display: block;
    padding-right: 20px;
    border-right: 1px solid #fff;
}
.tickercontainer {
	border: 0px solid #000;
	background: transparent;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.tickercontainer .mask {
	position: relative;
	left: 0;
	top: 10px;
	width: 100%;
	overflow: hidden;
}
#block-views-block-ticker-block-1 ul.scroll{
    opacity: 0;
    display: flex;
    /*transition: all 0.5s ease-out;*/
}
#block-views-block-ticker-block-1 ul.scroll.newsticker{
    opacity: 1;
}
.ourwork .workbar .fontawesome-icon > i{
    color: #fff!important;
}
.EmbeddedTweet {
	overflow: hidden;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #e1e8ed;
	border-radius: 4px;
	max-width: 520px;
    text-align: left;
}
.EmbeddedTweet-tweetContainer .EmbeddedTweet-tweet {
	padding: 20px 20px 11.6px 20px;
	border: 1px solid #e1e8ed;
	border-width: 0 1px 1px;
	border-radius: 0 0 4px 4px;
	text-align: left;
}
.Tweet-action--newsActions {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 15px;
    text-align: left;
}
.Tweet-action {
	display: inline-block;
    color: #697882;
}
.Icon--retweet {
	width: 1.28472em;
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2074%2072%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23697882%22%20d%3D%22M70.676%2036.644C70.166%2035.636%2069.13%2035%2068%2035h-7V19c0-2.21-1.79-4-4-4H34c-2.21%200-4%201.79-4%204s1.79%204%204%204h18c.552%200%20.998.446%201%20.998V35h-7c-1.13%200-2.165.636-2.676%201.644-.51%201.01-.412%202.22.257%203.13l11%2015C55.148%2055.545%2056.046%2056%2057%2056s1.855-.455%202.42-1.226l11-15c.668-.912.767-2.122.256-3.13zM40%2048H22c-.54%200-.97-.427-.992-.96L21%2036h7c1.13%200%202.166-.636%202.677-1.644.51-1.01.412-2.22-.257-3.13l-11-15C18.854%2015.455%2017.956%2015%2017%2015s-1.854.455-2.42%201.226l-11%2015c-.667.912-.767%202.122-.255%203.13C3.835%2035.365%204.87%2036%206%2036h7l.012%2016.003c.002%202.208%201.792%203.997%204%203.997h22.99c2.208%200%204-1.79%204-4s-1.792-4-4-4z%22%2F%3E%3C%2Fsvg%3E);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
.Icon--heartEdge {
	width: 1.25em;
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23657786%22%20d%3D%22M12%2021.638h-.014C9.403%2021.59%201.95%2014.856%201.95%208.478c0-3.064%202.525-5.754%205.403-5.754%202.29%200%203.83%201.58%204.646%202.73.813-1.148%202.353-2.73%204.644-2.73%202.88%200%205.404%202.69%205.404%205.755%200%206.375-7.454%2013.11-10.037%2013.156H12zM7.354%204.225c-2.08%200-3.903%201.988-3.903%204.255%200%205.74%207.035%2011.596%208.55%2011.658%201.52-.062%208.55-5.917%208.55-11.658%200-2.267-1.822-4.255-3.902-4.255-2.528%200-3.94%202.936-3.952%202.965-.23.562-1.156.562-1.387%200-.015-.03-1.426-2.965-3.955-2.965z%22%2F%3E%3C%2Fsvg%3E);
}
.Icon--replyEdge {
	width: 1.25em;
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23657786%22%20d%3D%22M14.046%202.242l-4.148-.01h-.002c-4.374%200-7.8%203.427-7.8%207.802%200%204.098%203.186%207.206%207.465%207.37v3.828c0%20.108.045.286.12.403.143.225.385.347.633.347.138%200%20.277-.038.402-.118.264-.168%206.473-4.14%208.088-5.506%201.902-1.61%203.04-3.97%203.043-6.312v-.017c-.006-4.368-3.43-7.788-7.8-7.79zm3.787%2012.972c-1.134.96-4.862%203.405-6.772%204.643V16.67c0-.414-.334-.75-.75-.75h-.395c-3.66%200-6.318-2.476-6.318-5.886%200-3.534%202.768-6.302%206.3-6.302l4.147.01h.002c3.532%200%206.3%202.766%206.302%206.296-.003%201.91-.942%203.844-2.514%205.176z%22%2F%3E%3C%2Fsvg%3E);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
.Icon {
	display: inline-block;
	height: 1.25em;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: text-bottom;
}
.Tweet-action--newsAction .TweetAction-stat {
	margin-left: 3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
}
.webform-submission-form div.form-item{
    position: relative;
}
.webform-submission-form .webform-element-description {
	position: absolute;
	right: 0;
	top: 0;
	color: #d84a42;
	font-size: 12px;
	font-weight: 400;
	padding-right: 8px;
}
.facebook.pagelink.half.fb.w-embed iframe{
    width: 100%;
    margin-bottom: -6px;
}
.paragraph--type--special-announcement{
    border-bottom: 1px solid #fff;
}
a.paragraph--type--link .fontawesome-icons{
    display: inline-block;
}
ul.social-media-links--platforms a{
    font-size: 10px;
    color:#8a8a94;
}
#block-theelders-theelders-system-main > #search-form{
    opacity: 0;
}
.postcentrecol.bighero .paragraph--type--header-text{
    color: #152431;
}
.toolbar-oriented .toolbar-bar {
	z-index: 99999;
}
.photoDate .date-display-single {
	margin-top: 10px;
	color: #8a8a94;
	font-size: 14px;
	line-height: 18px;
}
.node--type-article.node--view-mode-big-card .button.reverse > div{
    display: inline-block;
    margin-left: 10px;
}
.centred-content.paragraph--type--special-announcement .container.introcont {
	padding-right: 0%;
	text-align: center;
}
.paragraph--type--news-tile .node--type-article.node--view-mode-teaser {
	max-height: 360px;
    margin-bottom: 10px;
}
.fh-card-caption-description{
    font-weight: 400;
    font-size: 1em;
    line-height: normal;
}
.views-infinite-scroll-content-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.paragraph--type--slider .node--type-article .nl2.bgimage{
    margin-bottom: 0px;
    width: 100%!important;
}
.doublesec.paragraph--type--tiles > div{
    width: 100%;
}
.paragraph--type--news-tile .card-text .description{
    display: none;
}
.hide-buttons.paragraph--type--amplify > .container > .button.reverse{
    display: none;
}
.paragraph--type--amplify .paragraph--type--small-news-content._3block {
	min-height: 350px;
}
.guessBlog{
    font-style: italic;
    padding: 10px;
}
.ourworkintro.elder.imageHeader {
	background-position: center;
	background-size: cover;
}
body.is-page.path-news-insight .views-element-container .newsinsight header{
    display: none;
}
body.page-node-type-article .postabout .programcard{
    margin-left: 0;
    margin-right: 0;
}
body.page-node-type-article .postabout .programcard .programtext{
    display: block;
}

.shareOnArticles {
	margin: 0 0 30px;
	text-align: center;
	background-color: #ECECEC;
	padding: 20px 10px;
	border-radius: 3px;
}
.shareOnArticles .fontawesome-icons {
	display: inline-block;
	margin-right: 6px;
	margin-left: -6px;
}
.paragraph--type-call-to-action{
    margin: 0 0 30px;
	text-align: center;
	background-color: #ECECEC;
	padding: 20px 10px;
	border-radius: 3px;
    position: relative;
}
.paragraph--type-call-to-action > div{
    float: none!important;
    width: 100%!important;
}
.paragraph--type-call-to-action .group-right{
    position: relative;
    z-index: 2;
}
.paragraph--type-call-to-action .group-left > div{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
    opacity: 0.6;
}
.paragraph--type--page-content > .breadcrumbs{
    display: none;
}
.names {
	color: #01ad95;
    font-weight: 800;
}
.tagtext.alt {
	display: block;
}
.tagtext.alt .names > .profileTitle{
    display: none;
}
.tagtext.alt .names > .profileTitle:first-child{
    display: inline-block;
}
.tagtext.alt .names > .profileTitle:nth-child(2){
     display: inline-block;
}
.tagtext.alt .names > .profileTitle:last-child{

}
.tagtext.alt .names > .profileTitle:first-child::after{
    content:', ';
}
.tagtext.alt .names > .profileTitle:nth-child(2)::after{
    content:'...';
}
.tagtext.alt .names > .profileTitle:last-child::after{
    content:''!important;
}
.backBlack {
	background-color: rgba(0,0,0,0.7);
	padding: 20px;
	margin: -20px;
}
.bigc-box-right.node--view-mode-big-card .meganews {
    padding: 40px 40px 40px 45%;
}

.bigc-image-left.node--view-mode-big-card .meganews {
    padding: 40px 40px 40px 45%;
    background-size: 45% auto !important;
    background-position: left center;
    background-color: #152431;
}
.bigc-image-right.node--view-mode-big-card .meganews {
    background-size: 45% auto !important;
    background-position: right center;
    background-color: #152431;
}
.paragraph--type--news-carousel .mask.w-slider-mask > div > div:nth-child(2){
    text-align: center;
}



.intro-text{
	font-family: Montserrat, sans-serif;
  	color: #152431;
	font-size: 20px;
	line-height: 22px;
}

.card-text h2{
	color:#fff;
}

body.page-node-type-homepage .node--type-elder-profile.node--view-mode-big-card h2.heading-3{
    color: #fff;
}

@media (max-width: 479px){
	.cross {
		right: -15px;
	}
	.intro-text{
		font-size: 18px;
    	line-height: 25px;
	}
}

@media (max-width: 768px) {
	.paragraph--type--tiles > div > .paragraph--view-mode--full {
        float: none;
        width: 100%;
		height: 100%;
    }
	.paragraph--type--video-embed-iframe {
		height: 250px !important;;
	}
	.vennwrapper .programeList {
		width: 100%;
	}
	.paragraph--type--tiles > div > .paragraph--view-mode--full{
		height: 100%;
	}
    .views-exposed-form .views-exposed-widgets {
        display: block;
    }
    .newsblock.newsinsight header > div.news-insight-blocks > .views-row {
        width: 100%;
    }
    .newsblock.newsinsight .views-row {
        width: 100%;
    }
    .programblock {
        display: block;
    }
    .node--view-mode-big-card .meganews.mn4 {
        background-position: center top!important;
        padding: 40px 40px 40px 40px!important;
        background-size: 100% auto !important;
    }
    .node--view-mode-big-card .meganews .bextext.noscroll{
        margin-top: 80%;
    }
}

.cardimage {
    object-fit: cover;
}

.navbar.white,.content-moderation-entity-moderation-form {
    display: none;
}

.tagtext.langtag {
    bottom: -10px;
    display: inline-block;
    margin-top: -10px;
    margin-bottom: 6px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 3px;
    background-color: #fdd248;
    color: #152431;
    font-weight: 600;
}
body.page-node-type-article .tagtext.langtag {
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 8px 10px;
	border-radius: 3px;
	transition: background-color 200ms ease 0s;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.langtag {
    margin-bottom: -10px;
}

.node--view-mode-card .tagtext{
	display: inline;
}