
/* TITOLO DI SEZIONE */
.sal-section-heading{
    position: relative;
    font-size: 1.5625rem;
    font-weight: 700;
    color: #2A3B58;
    line-height: 30px;
}

.sal-section-heading a{
	font-weight: 700;
}
/* END TITOLO DI SEZIONE */

/* SOTTOTITOLO DI SEZIONE */
.sal-section-subheading {
    font-size: 1.313rem;
    font-weight: 700;
    color: #2A3B58;
    line-height: 25px;
}

.sal-section-subheading a{
	font-weight: 700;
}
/* END SOTTOTITOLO DI SEZIONE */

/* WIDGET TEXT EDITORIAL */
.sal-widget-section.sal-legacy .dietetica,
.sal-widget-text-editorial {
	clear: both;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 4px solid #f7e323;
    border-radius: 4px;
    padding: 20px calc(5vw - 4px);
}

.sal-widget-section.sal-legacy .dietetica{
	width: 100%!important;
	margin: 0 auto 10px;
}

.sal-widget-section.sal-legacy .dietetica > :last-child,
.sal-widget-text-editorial > :last-child {
	margin-bottom: 0;
}
/* END WIDGET TEXT EDITORIAL */

/* BLOCKQUOTE */
.sal-widget-section.sal-legacy blockquote{
	width: 100%!important;
	margin-bottom: 10px;
}
/* END BLOCKQUOTE */

/* WIDGET IMAGE */
.sal-widget-image{
	position: relative;
	margin: 0 -10vw 20px;
	border-radius: 3px;
	overflow: hidden;
	display: block;
}

.sal-widget-image picture{
	display: block;
}

.sal-widget-image img{
	display: block;
	width: 100%;
}

.sal-image-container{
	position: relative;
}

.sal-image-caption{
	display: block;
	margin: 0 10vw;
	font-style: italic;
}

.sal-image-caption::first-letter{
	text-transform: capitalize;
}
/* END WIDGET IMAGE */

/* WIDGET TEXT RELATED */
.sal-widget-section .sal-widget-text-related{
    display: block;
    position: relative;
    padding: 35px 70px 35px 10vw;
    border-radius: 3px;
    color: #2A3B58;
    background-color: #00dad6;
    border-bottom: 0 none;
    font-size: 2rem;
    font-weight: 700;
    line-height: 35px;
}

.sal-widget-section .sal-widget-text-related:before,
.sal-widget-section .sal-widget-text-related:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 25px;
    width: 26px;
    height: 4px;
    border-radius: 2px;
    background: #FFFFFF;
    -webkit-transform: translate(0,-9px) rotate(45deg);
        -ms-transform: translate(0,-9px) rotate(45deg);
            transform: translate(0,-9px) rotate(45deg);
    -webkit-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
}

.sal-widget-section .sal-widget-text-related:after {
    -webkit-transform: translate(0,7px) rotate(-45deg);
        -ms-transform: translate(0,7px) rotate(-45deg);
            transform: translate(0,7px) rotate(-45deg);
}

.sal-widget-section .sal-widget-text-related:before,
.sal-widget-section .sal-widget-text-related:after {
    background: #ffffff;
    right: 15px;
}

.sal-widget-section .sal-widget-text-related-label {
    display: block;
    font-style: italic;
    font-size: 1.063rem;
    line-height: 20px;
    margin-bottom: 5px;
    color: #FFFFFF;
}

.sal-widget-section.sal-legacy table h4,
.sal-widget-section.sal-legacy table h4 a {
    font: 700 25px "Barlow", sans-serif;
    color: #232425;
    margin: 0;
}
/* END WIDGET TEXT RELATED */

/* WIDGET AFFILIATION */
.sal-widget-affiliation{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.modInfoCommerce__item {
	background: transparent;
	position: relative;
	min-width: 300px;
	max-width: 100%;
}

.modInfoCommerce__item img {
	max-width: 100%;
}

.modInfoCommerce__item {
	background: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #ECEEF1;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 100px;
	position: relative;
}

.modInfoCommerce__item .modInfoCommerce__picture {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 80px;
	        flex: 0 0 80px;
	margin-left: 0;
	margin-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	    align-self: center;
	border-radius: 3px;
	overflow: hidden;
	text-align: center;
	border:none;
	float: right;
	height: 80px;
	width: 80px;
	background-color: #FFF;
}

.modInfoCommerce__item .modInfoCommerce__picture img {
	-ms-flex-item-align: center;
	    align-self: center;
}

.modInfoCommerce__item .modInfoCommerce__text {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 100%;
	        flex: 0 1 100%;
	min-width: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	margin-right: 15px;
	padding-top: 30px;
}

.modInfoCommerce__item .modInfoCommerce__text__title {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	font-size: 1rem;
	font-weight: 700;
	color: #00DAD6;
	border: none;
}

.modInfoCommerce__item .modInfoCommerce__text__subTitle {
	color: #B3B8C3;
	font-size: 0.75rem;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.modInfoCommerce__item .modInfoCommerce__text__subTitle img {
	max-height: 25px;
	width: auto;
	margin-left: 5px;
}

.modInfoCommerce__item .modInfoCommerce__text__subTitle__company {
	white-space: pre;
}

.modInfoCommerce__item .modInfoCommerce__info {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	font-size: 1.125rem;
	font-weight: 700;
	margin-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	padding-top: 30px;
	min-width: 60px;
}

.modInfoCommerce__item .modInfoCommerce__info__price {
	color: #d0021b;
	font-size: 18px;
	font-weight: 700;
}

.modInfoCommerce__item .modInfoCommerce__info__discount {
	font-size: 11px;
	font-weight: 700;
	color: #64ad10;
}

.modInfoCommerce__item .modInfoCommerce__info__oldPrice {
	color: #B3B8C3;
	text-decoration: line-through;
}

.modInfoCommerce__item .modInfoCommerce__info__delivery {
	color: #B3B8C3;
	font-size: 0.688rem;
	font-weight: 700;
}

.modInfoCommerce__item .modInfoCommerce__action {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	font-size: 0.875rem;
	font-weight: 700;
	margin-top: 25px;
}

.modInfoCommerce__item .modInfoCommerce__action .modInfoCommerce__button {
	padding: 12px 0;
	width: 115px;
	display: block;
	text-align: center;
	background-color: #00DAD6;
	font-size: 0.875rem;
	font-weight: 700;
	color: #FFF;
	border: none;
	border-radius: 3px;
	text-transform: uppercase;
}

.sintomi1hide,
.sintomi2hide,
.sintomi3hide {
    display: none;
}

.sal-heading-content-wrapper .sal-heading-content > * {
	top: -25px;
}

.sal-heading{
	margin-bottom: 20px;
}

.sal-heading-topics {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.sal-heading-topic:nth-child(n+2) a{
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 25px;
    font-weight: 700;
    font-style: italic;
    border: 1px solid #FFFFFF;
    border-radius: 18px;
    padding: 1px 10px;
    margin: 0 10px 10px 0;
    display: block;
    min-width: 12px;
    text-align: center;
}

.sal-heading-topic:first-child{
	font-size: 1.5625rem;
	line-height: 30px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
	margin-bottom: 10px;
}

.sal-heading-image {
    position: relative;
    width: 100vw;
    height: calc((100vw * 5) / 6);
}

.sal-heading-image img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.sal-leaf-content .sal-container-video{
    width: 80vw;
    height: calc((80vw * 9) / 16);
}

.sal-heading .sal-section-name{
    margin-bottom: 10px;
}

.sal-author-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.sal-heading .sal-author-name{
    display: block;
    line-height: 20px;
    font-size: 0.875rem;
}
.sal-heading .sal-author-committee {
    display: block;
    line-height: 20px;
    font-size: 0.875rem;
    color: #fff;
}
.sal-heading .sal-author-committee:before{
    content: attr(data-authorattribute);
    font-weight: 400;
}
.sal-heading .sal-author-committee a {
    color: #fff;
    border-bottom: 2px solid #f7e323;
}
.sal-heading .sal-author-committee .sal-icon {
    float: right;
    position: relative;
    top: -5px;
}


.sal-leaf-accessori {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    position: relative;
}

.sal-leaf-accessori-lastmod{
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 20px;
    color: #2A3B58;
}

.sal-leaf-accessori-sharebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
    min-height: 40px;
}

.sal-leaf-accessori-bottom .sal-leaf-accessori-sharebox {
    margin: 0 auto;
    min-width: 150px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}

.sal-leaf-content .sal-leaf-accessori-shareitem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
            flex: 0 0 28px;
    width: 28px;
    height: 28px;
    background-color: #f7e323;
    border-radius: 50%;
    position: relative;
    border-bottom: none;
    margin-left: 5vw;
}

.sal-leaf-content .sal-leaf-accessori-bottom .sal-leaf-accessori-shareitem {
    margin-left: 0;
}

.sal-leaf-accessori-shareWA:after {
    content: "";
    position: absolute;
    left: -1px;
    bottom: 1px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #f7e323;
    clear: both;
    -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}

.sal-leaf-accessori-sharePRINT .sal-icon,
.sal-leaf-accessori-shareMAIL .sal-icon,
.sal-leaf-accessori-shareFB .sal-icon,
.sal-leaf-accessori-shareWA .sal-icon {
    width: 28px;
    height: 28px;
    margin: 0;
}

.sal-widget-section.sal-legacy > #lista:first-child:before{
    content: "Indice";
    display: block;
    background: url('images/index.svg') left center no-repeat;
    padding-left: 26px;
    line-height: 25px;
    margin-bottom: 5px;
}

.sal-leaf-indice-heading .sal-icon {
    display: inline-block;
    width: 16px;
    height: 15px;
    margin-right: 10px;
}

.sal-leaf-indice-heading,
.sal-widget-section.sal-legacy > #lista:first-child:before {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
}

.sal-widget-section.sal-legacy > #lista:first-child{
    border-bottom: 1px solid #ECEEF1;
    margin-bottom: 35px;
}

.sal-leaf-indice-items,
.sal-widget-section.sal-legacy > #lista:first-child nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    counter-reset: indice;
}

.sal-widget-section.sal-legacy > #lista:first-child nav{
    margin-bottom: 15px;
}

.sal-leaf-indice-item,
.sal-widget-section.sal-legacy > #lista:first-child a {
    position: relative;
    margin-left: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sal-leaf-indice-items .sal-leaf-indice-item a,
.sal-widget-section.sal-legacy > #lista:first-child a {
    font-size: 1.125rem;
    font-weight: 700;
    color: #2A3B58;
	border-bottom: 0 none;
    line-height: 27px;
}

.sal-widget-section.sal-legacy > #lista:first-child a{
    margin-left: 27px;
}

.sal-leaf-indice-items .sal-leaf-indice-item:before,
.sal-widget-section.sal-legacy > #lista:first-child a:before {
    content: '';
    width: 17px;
    height: 17px;
    -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    border-radius: 4px;
    background-color: #00dad6;
    display: inline-block;
    text-align: right;
    position: absolute;
    left: -26px;
    top: 5px;
}

.sal-leaf-indice-items .sal-leaf-indice-item:after,
.sal-widget-section.sal-legacy > #lista:first-child a:after {
    counter-increment: indice;
    content: counter(indice);
    font-size: 0.75rem;
    font-weight: 400;
    color: #FFFFFF;
    width: 20px;
    height: 20px;
    position: absolute;
    text-align: center;
    left: -27px;
    top: 1px;
}

.sal-widget-section.sal-legacy > #lista:first-child a:after {
    top: 0;
}

/* global text settings override */
.sal-leaf-content{
    counter-reset: paragrafo;
    font-size: 1.125rem;
}

.sal-leaf-content a{
    border-bottom: 2px solid #f7e323;
}

.sal-widget-section.sal-legacy > #lista ~ .lst h2{
    position: relative;
}

.sal-section-heading:before,
.sal-widget-section.sal-legacy > #lista ~ .lst h2:before {
    content: '';
    border-top-right-radius: 20px;
    background-color: #00dad6;
    display: inline-block;
    position: absolute;
    width: 116px;
    height: 116px;
    left: 0;
    top: 15px;
    margin-left: calc(-10vw - 105px);
    margin-top: -58px;
    -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}

.sal-section-heading:after,
.sal-widget-section.sal-legacy > #lista ~ .lst h2:after {
    counter-increment: paragrafo;
    content: counter(paragrafo);
    position: absolute;
    left: -10vw;
    top: 15px;
    margin-top: -10px;
    text-align: center;
    font-size: 1.25rem;
    line-height: 20px;
    color: #FFFFFF;
    width: 25px;
    height: 20px;
    background: transparent;
}

.sal-alimentazione .sal-widget-text-related,
.sal-alimentazione .sal-section-heading:before,
.sal-alimentazione .sal-leaf-indice-item:before,
.sal-alimentazione .sal-widget-section.sal-legacy > #lista:first-child a:before,
.sal-alimentazione .sal-widget-section.sal-legacy > #lista ~ .lst h2:before {
    background-color: #FD6E5F;
}

.sal-fitness .sal-widget-text-related,
.sal-fitness .sal-section-heading:before,
.sal-fitness .sal-leaf-indice-item:before,
.sal-fitness .sal-widget-section.sal-legacy > #lista:first-child a:before,
.sal-fitness .sal-widget-section.sal-legacy > #lista ~ .lst h2:before {
    background-color: #98F00F;
}

.sal-yoga .sal-widget-text-related,
.sal-yoga .sal-section-heading:before,
.sal-yoga .sal-leaf-indice-item:before,
.sal-yoga .sal-widget-section.sal-legacy > #lista:first-child a:before,
.sal-yoga .sal-widget-section.sal-legacy > #lista ~ .lst h2:before {
    background-color: #A8A4D4;
}

.sal-leaf-content .lst{
    margin-bottom: 25px;
}

picture.sal-leaf-pic-full {
    display: inline-block;
    position: relative;
}

picture.sal-leaf-pic-full img {
    max-width: 100%;
    border-radius: 3px;
}

.sal-leaf-content #lista,
.sal-leaf-content .lista1{
	margin-bottom: 25px;
}

.sal-leaf-content #lista nav,
.sal-leaf-content .lista1 nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.sal-leaf-content #lista nav > *,
.sal-leaf-content .lista1 nav > *{
	margin-right: 20px;
}

.sal-leaf-content #lista nav > a:last-child,
.sal-leaf-content .lista1 nav > a:last-child{
	margin-right: 0;
}

/* formattazione elementi base in foglia */
.sal-leaf-content table {
    width: 100vw!important;
    padding: 0 5vw 20px 5vw;
    margin: 0 -10vw 20px;
    background-color: transparent;
    color: #232425;
    font-family: "Barlow", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    /* display: table; */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* white-space: nowrap; */
}

.sal-leaf-content table thead{
    font-weight: 700;
}

.sal-leaf-content table tr h3{
    margin-bottom: 0;
}

.sal-leaf-content table tr {
    height: auto;
    border: 1px solid #E6E8ED;
}

.sal-leaf-content table td {
    height: auto;
    padding: 10px 5vw;
    border-bottom: 1px solid #E6E8ED;
    background-color: #FFFFFF;
    white-space: inherit;
}

.sal-leaf-content table td.alt,
.sal-leaf-content table td:only-child:not(:empty) {
    background-color: #F7F8FA;
    border-bottom: none;
}
.sal-leaf-content table td:only-child:empty {
    border: 1px solid #fff;
    border-bottom: 1px solid #e6e7ed;
    background: transparent;
}

.sal-leaf-content input,
.sal-leaf-content table input {
    border: 1px solid #E6E8ED;
    background-color: #F1F3F5;
    min-width: 80px;
    height: 30px;
    margin-right: 10px;
    border-radius: 3px;
    color: #232425;
    font-family: "Barlow", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 30px;
    padding: 1px 5px;
}

.sal-leaf-content table td.alt input,
.sal-leaf-content table td:only-child input {
    border: 1px solid #00DAD6;
    background-color: #FFFFFF;
}

.sal-leaf-content input[type="button"],
.sal-leaf-content table input[type="button"],
.sal-leaf-content input[type="submit"],
.sal-leaf-content table input[type="submit"] {
    height: 50px;
    color: #ffffff;
    border-radius: 25px;
    background-color: #00DAD6 !important;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 48px;
    padding: 0 25px;
}

.sal-leaf-content table select {
    padding: 1px 30px 1px 5px;
    font-size: 1rem;
    line-height: 1.25rem;
    height: 35px;
    border-radius: 3px;
    border: 1px solid #00dad6;
    background: url('/css/images/ddown-arr-select.svg') no-repeat center right 5px #ffffff !important;
    -webkit-appearance: none;
    font-weight: 400;
    width: 100%;
    max-width: 100%;
}

.sal-leaf-content .sal-author-container {
    width: 100%;
    -webkit-box-shadow: 0 4px 26px #e6e8ed;
            box-shadow: 0 4px 26px #e6e8ed;
    border-radius: 30px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.sal-leaf-content .sal-author-container a{
    border-bottom: 0 none;
}

.sal-leaf-content .sal-author-pictorial {
    width: 60px;
    height: 60px;
    margin-right: 5vw;
}

.sal-leaf-content .sal-author-pictorial .sal-blurredbg{
    width: 60px;
    height: 60px;
}

.sal-leaf-content .sal-author-name a {
    font-size: 1.625rem;
    line-height: 30px;
    color: #2a3b58;
}

.sal-leaf-content .sal-author-jobtitle {
    color: #b3b8c3;
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 0.6875rem;
}

.sal-leaf-content .sal-author-bio {
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
    color: #232425;
}

.sal-leaf-committee{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.sal-leaf-committee-logo{
    max-width: 100%;
    margin-bottom: 20px;
}

.sal-leaf-committee-logo img{
    width: 100%;
}

.sal-leaf-committee-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 20px;
    font-size: 1rem;
}

.sal-leaf-committee-info:before{
    content: attr(data-committeeattribute);
    display: block;
}

.sal-leaf-committee-name{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.sal-leaf-committee-name a{
    line-height: 23px;
    font-weight: 700;
}

.sal-leaf-committee-name .sal-icon{
    margin-left: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25px;
            flex: 0 0 25px;
    height: 25px;
    width: 25px;
}

.sal-heading-special {
    color: #2A3B58;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    padding: 0 5vw;
}

.sal-heading-special-logo {
    max-height: 30px;
    width: auto;
}

.sal-leaf-special-title-wrapper {
    font-size: 1.25rem;
}

.sal-leaf-special-title-wrapper span{
    font-style: italic;
}

.sal-leaf-special-title {
    font-weight: 700;
    border-bottom: 2px solid #f7e323;
}
