@charset "utf-8";
h1.page-title{font-size: calc(.8em + .8vw); }
.part-content{position: relative;z-index: 305;}
.part-content-mask{background:aliceblue;position: relative;z-index: 300px;overflow: hidden;width: 100%; height: 100%;}
.part-content-mask:before{      overflow: hidden;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/sites/default/files/images/leaf5.svg) no-repeat center;
    background-size: contain;
    opacity: 0.1;
    transform: scale(1.3);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
z-index: 300;}
.item-list ul li{list-style: none; }
.item-list li {padding: 0px!important; margin: 0px 0px 2px 2px}
.item-list ul li:nth-child(odd){margin-right: 10px;}
/*.field-body p,.field-body p span,.box-txt p, .box-txt p a{color:#fff;}*/
.box-txt p strong{color:#22446c!important;}
.btn-primary.invert-color{background-color: #fff !important;}
/*Node content*/
.page-node-type-related .main .field{ border-bottom:1px solid #f1f1f1; padding-bottom: 20px;margin-top: 22px;}
.page-node-type-related .main .field--name-title{border-bottom:0px;}
