.content-wrap {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.mymenTOC__container  {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}


.mymenTOC-body {

    padding: var(--box-padding,20px);
    max-height: var(--toc-body-max-height);
    overflow-y: auto;
}

 .mymenTOC__list-item {
    margin-bottom: .5em;
    margin-top: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;


 }

 .mymenTOC__list-item-text-wrapper{ list-style: none; padding: 0;}

 .mymenTOC__list-item-text-wrapper h2 {

     font-weight:900; text-transform: uppercase;font-size:  calc(0.675rem + .6vw);
}

  .mymenTOC__list-item-text-wrapper span svg {
     fill: var(--toggle-button-color);
     margin-right: .8em;
 }
 .mymenTOC__list-wrapper{


    margin-top: .5em;
    margin-left: var(--nested-list-indent,1em);


 }

 @media only screen and (max-width: 600px) {
    .mymenTOC-body {

        padding: var(--box-padding,0px);
        max-height: var(--toc-body-max-height);

}

 .mymenTOC__list-wrapper{ margin-top: 0em;margin-left: 0em;  }

  .mymenTOC__list-item {
    margin-bottom: .875em;
    /*margin-top: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box; */


 }

 .mymenTOC__list-item-text {  text-wrap: wrap; }
  .mymenTOC__list-item-text-wrapper h2 {

     font-weight:900; font-size:  calc(0.675rem + .6vw);
     padding-top:0;padding-bottom:0;
}

}




.button.button-border {
    border: 2px solid #444;
    background-color: transparent;
    color: #333;
    font-weight: 700;
    text-shadow: none;
}

.button.button-border-thin {
    border-width: 1px;
}

.translatey-3,
.h-translatey-3:hover { transform: translateY(-3px) !important; }

.tf-ts {
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
}

.gutter-40 {
    --custom-gutter: 40px;
}

#posts { position: relative; }

.entry {
    position: relative;
    margin-bottom: 50px;
}

.mymen_seendo .entry {
    margin-bottom: 0;
}

.posts-md .entry,
.posts-sm .entry {
    margin-bottom: 0.5em;
}

.entry::after {
    content: '';
    position: relative;
    height: 2px;
    margin-top: 50px;
    background-color: #F5F5F5;
}

.entry-image { margin-bottom: 30px; }

.mymen_seendo .entry-image {
    width: 100%;
}

.posts-md .entry-image,
.posts-sm .entry-image {
    margin-bottom: 0;
}

.entry-image,
.entry-image > a,
.entry-image .slide a,
.entry-image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.posts-sm .entry-image {
    width: 100px;
}

.posts-sm .entry-image.entry-image__mymenactivity  {
    width: 200px;
}

@media only screen and (max-width: 600px) {
   .posts-sm .entry-image.entry-image__mymenactivity  {
    width: 150px;
}
}

.entry-image iframe { display: block; }

.entry-image video {
    display: block;
    width: 100%;
}

.entry-image img { border-top-left-radius :5px; border-top-right-radius: 5px; }

.posts-md .entry-image + .entry-title {
    margin-top: 0.875rem;
}

.entry-title h2,
.entry-title h3,
.entry-title h4 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.entry-title.title-sm h2,
.entry-title.title-sm h3 {
    font-size: 1.25rem;
    letter-spacing: 0;
}

.entry-title.title-sm h3 {
    font-size: 1.125rem;
}

.entry-title.title-xs h2,
.entry-title.title-xs h3 {
    font-size: 1rem;
    letter-spacing: 0;
}

.entry-title h4 {
    font-size: 1.875rem;
    letter-spacing: 0;
}

@media only screen and (max-width: 600px) {
  .entry-title h4 {
    font-size: 0.875rem;

}
}

.entry-title.nott h2,
.entry-title.nott h3,
.entry-title h4 {
    text-transform: none;
}

.entry-title h2 a,
.entry-title h3 a,
.entry-title h4 a { color: #1ABC9C; }

.entry-title h2 a:hover,
.entry-title h3 a:hover,
.entry-title h4 a:hover { color: #1ABC9C; }

.entry-meta {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.posts-sm .entry-meta {
    margin-top: 6px;
}

.single-post .entry-meta { margin-bottom: 20px; }

.posts-md .entry-meta,
.posts-sm .entry-meta {
    margin-bottom: 0px;
}

.entry-meta ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 -10px -20px;
    list-style: none;
}

.entry-meta.no-separator ul,
.entry-meta ul.flex-column {
    align-items: start;
    margin-left: 0;
}

.posts-sm .entry-meta ul {
    margin-bottom: -5px;
}

.entry-meta li {
    font-size: 90%;
    margin: 0 15px 10px 0;
    color: #999;
}

.entry-meta ul.flex-column li {
    margin-left: 0;
}

.posts-sm .entry-meta li {
    margin-bottom: 5px;
}

.entry-meta:not(.no-separator) li::before {
    content: '\205E';
    width: 5px;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    opacity: 0.5;
}

.entry-meta i {
    position: relative;
    top: 1px;
    padding-left: 1px;
    margin-right: 5px;
}

.entry-meta a:not(:hover) { color: #999; }

.entry-meta a.mymenlink:not(:hover) { color: #ffffffff; }



.entry-meta ins {
    font-weight: 700;
    text-decoration: none;
}

.entry-content { margin-top: 30px; }

.single-post .entry-content { margin-top: 0; }

.posts-md .entry-content,
.posts-sm .entry-content {
    margin-top: 20px;
}

.single-post .entry-content .entry-image { max-width: 350px; }

.entry-content { position: relative; }

.entry-link {
    display: block;
    width: 100%;
    background-color: #F5F5F5;
    padding: 30px 0;
    text-align: center;
    color: #444;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 3px;
}

body:not(.device-touch) .entry-link {
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.entry-link:hover {
    color: #FFF;
    background-color: #1ABC9C;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.entry-link span {
    display: block;
    margin-top: 5px;
    font-family: 'PT Serif', serif;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.875rem;
    color: #AAA;
}

.entry-link:hover span { color: #EEE; }

.entry blockquote p {
    font-weight: 400;
    font-family: 'PT Serif', serif;
    font-style: italic;
}



/* Blog - Grid
-----------------------------------------------------------------*/

.post-grid .entry {
    margin-bottom: 30px;
}

.post-grid .entry-title h2 {
    font-size: 1.125rem;
    letter-spacing: 0;
    font-weight: 600;
}

.post-grid .entry-link { font-size: 1.5rem; }

.post-grid .entry-link span { font-size: 0.875rem; }




@media (min-width: 992px) {}

.entry.entry-date-section {
    margin: 50px 0 80px;
    text-align: center;
}

.entry.entry-date-section:first-child {
    margin-top: 0;
}

.entry.entry-date-section span {
    display: inline-block;
    width: 250px;
    background-color: #FFF;
    border: 2px solid #EEE;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}



.more-link {
    display: inline-block;
    border-bottom: 1px solid #1ABC9C;
    padding: 0 2px;
    font-family: 'PT Serif', serif;
    font-style: italic;
}

.more-link:hover { border-bottom-color: #555; }

.post-navigation + .line { margin-top: 50px; }


/* ----------------------------------------------------------------
    Blog - Author
-----------------------------------------------------------------*/

.author-image {
    float: left;
    width: 64px;
    height: 64px;
    margin-right: 15px;
}

.author-image img {
    width: 64px;
    height: 64px;
}

.author-desc {
    position: relative;
    overflow: hidden;
}



.fslider[data-animation="fade"][data-thumbs="true"] .flexslider,
.fslider.testimonial[data-animation="fade"] .flexslider { height: auto !important; }

.flex-control-nav {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    width: auto;
    z-index: 10;
    text-align: center;
   /* top: 14px !important;  */
    bottom: 70px;
    right: 10px;
    margin: 0;
}

.entry-image__larg > .flex-control-nav {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    width: auto;
    z-index: 10;
    text-align: center;
    /*top: 14px !important; */
    bottom: 70px;
    right: 10px;
    margin: 0;
}



.flex-control-nav li {
    display: block;
    margin: 0 3px;
    width: 0.625rem;
    height: 0.625rem;
}

.flex-control-nav li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    width: 100% !important;
    height: 100% !important;
    border: 1px solid #FFF;
    color: transparent;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active {
    background-color: #FFF;
}


.control-solid .flex-control-nav li a {
    border: none;
    background-color: #FFF;
}

.control-solid .flex-control-nav li:hover a,
.control-solid .flex-control-nav li a.flex-active {
    background-color: #1ABC9C;
}


.control-square .flex-control-nav li a {
    border-radius: 3px;
}

.control-diamond .flex-control-nav li a {
    border-radius: 3px;
    transform: rotate(45deg);
}

.flex-caption {
            width: 100%;
             /*width: 100%;  */
            padding: 2%;
            left: 0;
            bottom: 0;
            background: rgba(0,0,0,.5);
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0,0,0,.3);
            font-size: 14px;
            line-height: 18px;

        }
 p.flex-caption {  margin-bottom: 0;

 /*height:100%*/}
/* Flex Slider: Pagination Positions
-----------------------------------------------------------------*/

.slider-arrow-left i, .slider-arrow-right i, .flex-prev i, .flex-next i, .slider-arrow-top-sm i, .slider-arrow-bottom-sm i {
    line-height: 50px;
    color: #DDD;
    color: rgba(255,255,255,0.8);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    font-size: 34px;
    text-align: center;
}

.control-offset-lg .flex-control-nav {
    top: 24px;
    right: 20px;
}

.control-pos-top-left .flex-control-nav,
.control-pos-bottom-left .flex-control-nav {
    left: 10px;
    right: auto;
}

.control-offset-lg.control-pos-top-left .flex-control-nav,
.control-offset-lg.control-pos-bottom-left .flex-control-nav {
    left: 20px;
}

.control-pos-bottom-right .flex-control-nav,
.control-pos-bottom-left .flex-control-nav,
.control-pos-bottom .flex-control-nav,
.control-pos-bottom .flex-control-nav {
    top: auto;
    bottom: 14px;
}

.control-offset-lg.control-pos-bottom-right .flex-control-nav,
.control-offset-lg.control-pos-bottom-left .flex-control-nav,
.control-offset-lg.control-pos-bottom .flex-control-nav,
.control-offset-lg.control-pos-bottom .flex-control-nav {
    bottom: 24px;
}

.control-pos-bottom .flex-control-nav,
.control-pos-bottom .flex-control-nav,
.control-pos-top .flex-control-nav,
.control-pos-top .flex-control-nav {
    width: 100%;
    right: 0;
}


.control-size-lg .flex-control-nav li {
    width: 0.9325rem;
    height: 0.9325rem;
    margin: 0 5px;
}

/* Flex Slider: Thumbs
-----------------------------------------------------------------*/

.flex-control-nav.flex-control-thumbs {
    position: relative;
    justify-content: left;
    top: 0;
    left: 0;
    right: 0;
    margin: 2px -2px -2px 0;
    height: auto;
}

.flex-control-nav.flex-control-thumbs li { margin: 0 2px 2px 0; }

.flex-control-nav.flex-control-thumbs li img {
    cursor: pointer;
    text-indent: -9999px;
    border: 0;
    border-radius: 0;
    margin: 0;
    opacity: 0.5;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.flex-control-nav.flex-control-thumbs li,
.flex-control-nav.flex-control-thumbs li img {
    display: block;
    width: 100px !important;
    height: auto !important;
}

.flex-control-nav.flex-control-thumbs li:hover img,
.flex-control-nav.flex-control-thumbs li img.flex-active {
    border-width: 0;
    opacity: 1;
}


/* FlexSlider: Thumbs - Flexible
-----------------------------------------------------------------*/

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs {
    margin: 2px -2px -2px 0;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li {
    flex-shrink: 0;
    flex: 0 0 auto;
    max-width: 100%;
    height: auto !important;
    margin: 0;
    padding: 0 2px 2px 0;
}

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li {
    width: 25% !important;
}

.fslider.flex-thumb-grid.grid-3 .flex-control-nav.flex-control-thumbs li {
    width: 33.333333% !important;
}

.fslider.flex-thumb-grid.grid-5 .flex-control-nav.flex-control-thumbs li {
    width: 20% !important;
}

.fslider.flex-thumb-grid.grid-6 .flex-control-nav.flex-control-thumbs li {
    width: 16.666666% !important;
}

.fslider.flex-thumb-grid.grid-8 .flex-control-nav.flex-control-thumbs li {
    width: 12.5% !important;
}

.fslider.flex-thumb-grid.grid-10 .flex-control-nav.flex-control-thumbs li {
    width: 10% !important;
}

.fslider.flex-thumb-grid.grid-12 .flex-control-nav.flex-control-thumbs li {
    width: 8.333333% !important;
}

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li img {
    width: 100% !important;
    height: auto !important;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


span.mymen__boat {
    display: inline-block;
    content: "";
    vertical-align: -.125em;
    background-image: url('data:image/svg+xml,<svg fill="%23000000" height="20px" width="20px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"><g><g><path d="M425.852,218.547l-22.781-0.409c-0.052,0-0.104-0.001-0.156-0.001c-4.624,0-8.413,3.707-8.497,8.349c-0.084,4.695,3.653,8.568,8.347,8.653l22.781,0.409c0.052,0,0.104,0.001,0.156,0.001c4.624,0,8.413-3.707,8.497-8.349C434.283,222.505,430.546,218.632,425.852,218.547z"/></g></g><g><g><path d="M501.49,336.875c-14.567,0-22.105,7.301-28.163,13.169c-5.21,5.045-8.652,8.379-16.333,8.379c-7.682,0-11.123-3.334-16.334-8.379c-6.059-5.867-13.598-13.169-28.165-13.169s-22.106,7.301-28.164,13.168c-5.211,5.047-8.652,8.38-16.334,8.38c-5.062,0-7.995-1.534-9.984-2.87c-3.897-2.617-9.179-1.581-11.798,2.316c-2.618,3.897-1.582,9.179,2.316,11.798c5.769,3.876,12.136,5.76,19.466,5.76c14.567,0,22.106-7.301,28.164-13.168c5.211-5.047,8.652-8.38,16.334-8.38c7.683,0,11.125,3.334,16.335,8.38c6.059,5.867,13.597,13.168,28.164,13.168c14.567,0,22.105-7.301,28.163-13.169c5.21-5.045,8.652-8.379,16.333-8.379c4.696,0,8.502-3.806,8.502-8.502C509.991,340.681,506.186,336.875,501.49,336.875z"/></g></g><g><g><path d="M336.688,339.294c-4.059-1.628-8.373-2.419-13.19-2.419c-14.566,0-22.104,7.302-28.162,13.169c-5.21,5.045-8.651,8.379-16.331,8.379c-7.682,0-11.123-3.334-16.334-8.379c-6.059-5.867-13.598-13.169-28.164-13.169s-22.106,7.301-28.164,13.169c-5.21,5.045-8.652,8.379-16.334,8.379c-7.683,0-11.126-3.334-16.337-8.38c-6.059-5.867-13.598-13.168-28.165-13.168s-22.106,7.301-28.165,13.168c-5.21,5.047-8.652,8.38-16.335,8.38c-7.684,0-11.128-3.334-16.339-8.38c-6.059-5.867-13.599-13.168-28.167-13.168c-14.568,0-22.107,7.301-28.166,13.168c-5.211,5.047-8.655,8.38-16.339,8.38c-4.695,0-8.502,3.806-8.502,8.502s3.806,8.502,8.502,8.502c14.568,0,22.109-7.301,28.167-13.168c5.211-5.047,8.653-8.38,16.339-8.38c7.685,0,11.128,3.334,16.339,8.38c6.059,5.867,13.599,13.168,28.167,13.168c14.567,0,22.106-7.301,28.164-13.168c5.21-5.047,8.652-8.38,16.336-8.38c7.683,0,11.125,3.334,16.335,8.38c6.059,5.867,13.598,13.168,28.165,13.168c14.567,0,22.105-7.301,28.164-13.168c5.21-5.047,8.652-8.38,16.335-8.38s11.125,3.334,16.335,8.38c6.059,5.867,13.597,13.168,28.164,13.168c14.566,0,22.103-7.301,28.161-13.169c5.21-5.045,8.651-8.379,16.332-8.379c2.607,0,4.852,0.392,6.86,1.197c4.354,1.748,9.307-0.368,11.055-4.726C343.161,345.992,341.046,341.042,336.688,339.294z"/></g></g><g><g><path d="M496.687,218.112c0.057-0.101,0.11-0.202,0.161-0.305l0.017-0.034c1.392,0.393,2.762,0.796,4.091,1.212c0.846,0.265,1.701,0.391,2.543,0.391c3.617,0,6.972-2.328,8.11-5.962c1.403-4.481-1.092-9.251-5.572-10.654c-3.695-1.157-7.62-2.24-11.663-3.218c-0.003-0.001-0.007-0.002-0.01-0.003c-34.44-8.379-80.37-10.37-130.908-8.421l-62.821-51.178c-1.262-1.028-2.793-1.672-4.411-1.856c-93.664-10.645-232.036,38.41-237.879,40.504c-0.022,0.008-0.041,0.018-0.062,0.025c-0.02,0.008-0.041,0.011-0.06,0.019l-18.137,6.813c-4.395,1.652-6.62,6.553-4.969,10.948c1.281,3.411,4.519,5.515,7.96,5.515c0.993,0,2.004-0.176,2.988-0.545l8.461-3.178l5.414,32.466c-32.518,6.293-53.029,10.838-53.281,10.893c-2.31,0.513-4.301,1.966-5.495,4.009c-1.194,2.043-1.483,4.491-0.797,6.755l16.136,53.25c-1.342,0.304-2.817,0.474-4.505,0.474c-4.695,0-8.502,3.806-8.502,8.502s3.806,8.502,8.502,8.502c14.568,0,22.109-7.301,28.167-13.168c5.211-5.047,8.653-8.38,16.339-8.38c7.685,0,11.128,3.334,16.339,8.38c6.059,5.867,13.599,13.168,28.167,13.168c14.567,0,22.106-7.301,28.164-13.168c5.21-5.047,8.652-8.38,16.335-8.38c4.695,0,8.502-3.806,8.502-8.502s-3.806-8.502-8.502-8.502c-14.567,0-22.106,7.301-28.165,13.168c-5.21,5.047-8.652,8.38-16.335,8.38c-7.684,0-11.128-3.334-16.339-8.38c-6.059-5.867-13.599-13.168-28.167-13.168c-12.46,0-19.773,5.341-25.421,10.558l-11.767-38.833c12.476-2.647,37.181-7.748,69.148-13.645c4.617-0.851,7.669-5.286,6.818-9.903c-0.851-4.618-5.289-7.671-9.903-6.818c-2.974,0.549-5.885,1.09-8.732,1.624l-5.865-35.172c12.36-4.147,40.624-13.209,74.842-21.467c12.742-3.075,25.084-5.742,36.977-8.003c3.651,7.974,10.282,24.031,15.057,44.555c-28.776,4.115-56.787,8.644-82.905,13.194c-4.626,0.806-7.723,5.209-6.917,9.835c0.805,4.626,5.204,7.717,9.835,6.917c214.3-37.331,316.418-32.036,361.887-23.563c-6.98,11.737-29.529,47.548-58.195,71.759c-2.643-0.648-5.567-1.037-8.868-1.037c-14.567,0-22.106,7.301-28.164,13.169c-5.211,5.045-8.652,8.379-16.334,8.379c-7.682,0-11.123-3.334-16.334-8.379c-6.058-5.867-13.597-13.169-28.164-13.169c-14.566,0-22.104,7.302-28.162,13.169c-5.21,5.045-8.651,8.379-16.331,8.379c-7.682,0-11.123-3.334-16.334-8.379c-6.059-5.867-13.598-13.169-28.164-13.169s-22.106,7.301-28.164,13.169c-5.21,5.045-8.652,8.379-16.334,8.379c-7.006,0-10.562-2.869-14.821-6.92c-3.401-3.236-8.782-3.104-12.019,0.298c-3.236,3.401-3.104,8.783,0.298,12.019c5.901,5.616,13.306,11.606,26.542,11.606c14.567,0,22.105-7.301,28.164-13.168c5.21-5.047,8.652-8.38,16.335-8.38c7.683,0,11.125,3.334,16.335,8.38c6.058,5.867,13.597,13.168,28.164,13.168c14.566,0,22.103-7.301,28.161-13.169c5.21-5.045,8.651-8.379,16.332-8.379c7.682,0,11.123,3.334,16.334,8.379c6.058,5.867,13.597,13.169,28.164,13.169s22.106-7.301,28.164-13.169c5.211-5.045,8.652-8.379,16.334-8.379c7.683,0,11.125,3.334,16.336,8.38c6.059,5.867,13.597,13.168,28.164,13.168s22.105-7.301,28.163-13.169c5.21-5.045,8.652-8.379,16.333-8.379c4.696,0,8.502-3.806,8.502-8.502s-3.805-8.502-8.502-8.502c-14.567,0-22.105,7.301-28.163,13.169c-5.21,5.045-8.652,8.379-16.333,8.379c-7.682,0-11.123-3.334-16.334-8.379c-1.113-1.078-2.278-2.205-3.525-3.326C471.482,263.319,495.598,220.084,496.687,218.112z M214.561,205.022c-4.442-19.679-10.473-35.533-14.683-45.241c35.888-5.815,67.089-7.565,91.972-5.066l46.248,37.677C297.94,194.858,255.7,199.443,214.561,205.022z"/></g></g></svg>');
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
}


.entry-title.entry-title__activity h4::after {
    display: inline-block;
    content: "";
    vertical-align: -.125em;
    background-image: url('data:image/svg+xml,<svg fill="%23000000" height="20px" width="20px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"><g><g><path d="M425.852,218.547l-22.781-0.409c-0.052,0-0.104-0.001-0.156-0.001c-4.624,0-8.413,3.707-8.497,8.349c-0.084,4.695,3.653,8.568,8.347,8.653l22.781,0.409c0.052,0,0.104,0.001,0.156,0.001c4.624,0,8.413-3.707,8.497-8.349C434.283,222.505,430.546,218.632,425.852,218.547z"/></g></g><g><g><path d="M501.49,336.875c-14.567,0-22.105,7.301-28.163,13.169c-5.21,5.045-8.652,8.379-16.333,8.379c-7.682,0-11.123-3.334-16.334-8.379c-6.059-5.867-13.598-13.169-28.165-13.169s-22.106,7.301-28.164,13.168c-5.211,5.047-8.652,8.38-16.334,8.38c-5.062,0-7.995-1.534-9.984-2.87c-3.897-2.617-9.179-1.581-11.798,2.316c-2.618,3.897-1.582,9.179,2.316,11.798c5.769,3.876,12.136,5.76,19.466,5.76c14.567,0,22.106-7.301,28.164-13.168c5.211-5.047,8.652-8.38,16.334-8.38c7.683,0,11.125,3.334,16.335,8.38c6.059,5.867,13.597,13.168,28.164,13.168c14.567,0,22.105-7.301,28.163-13.169c5.21-5.045,8.652-8.379,16.333-8.379c4.696,0,8.502-3.806,8.502-8.502C509.991,340.681,506.186,336.875,501.49,336.875z"/></g></g><g><g><path d="M336.688,339.294c-4.059-1.628-8.373-2.419-13.19-2.419c-14.566,0-22.104,7.302-28.162,13.169c-5.21,5.045-8.651,8.379-16.331,8.379c-7.682,0-11.123-3.334-16.334-8.379c-6.059-5.867-13.598-13.169-28.164-13.169s-22.106,7.301-28.164,13.169c-5.21,5.045-8.652,8.379-16.334,8.379c-7.683,0-11.126-3.334-16.337-8.38c-6.059-5.867-13.598-13.168-28.165-13.168s-22.106,7.301-28.165,13.168c-5.21,5.047-8.652,8.38-16.335,8.38c-7.684,0-11.128-3.334-16.339-8.38c-6.059-5.867-13.599-13.168-28.167-13.168c-14.568,0-22.107,7.301-28.166,13.168c-5.211,5.047-8.655,8.38-16.339,8.38c-4.695,0-8.502,3.806-8.502,8.502s3.806,8.502,8.502,8.502c14.568,0,22.109-7.301,28.167-13.168c5.211-5.047,8.653-8.38,16.339-8.38c7.685,0,11.128,3.334,16.339,8.38c6.059,5.867,13.599,13.168,28.167,13.168c14.567,0,22.106-7.301,28.164-13.168c5.21-5.047,8.652-8.38,16.336-8.38c7.683,0,11.125,3.334,16.335,8.38c6.059,5.867,13.598,13.168,28.165,13.168c14.567,0,22.105-7.301,28.164-13.168c5.21-5.047,8.652-8.38,16.335-8.38s11.125,3.334,16.335,8.38c6.059,5.867,13.597,13.168,28.164,13.168c14.566,0,22.103-7.301,28.161-13.169c5.21-5.045,8.651-8.379,16.332-8.379c2.607,0,4.852,0.392,6.86,1.197c4.354,1.748,9.307-0.368,11.055-4.726C343.161,345.992,341.046,341.042,336.688,339.294z"/></g></g><g><g><path d="M496.687,218.112c0.057-0.101,0.11-0.202,0.161-0.305l0.017-0.034c1.392,0.393,2.762,0.796,4.091,1.212c0.846,0.265,1.701,0.391,2.543,0.391c3.617,0,6.972-2.328,8.11-5.962c1.403-4.481-1.092-9.251-5.572-10.654c-3.695-1.157-7.62-2.24-11.663-3.218c-0.003-0.001-0.007-0.002-0.01-0.003c-34.44-8.379-80.37-10.37-130.908-8.421l-62.821-51.178c-1.262-1.028-2.793-1.672-4.411-1.856c-93.664-10.645-232.036,38.41-237.879,40.504c-0.022,0.008-0.041,0.018-0.062,0.025c-0.02,0.008-0.041,0.011-0.06,0.019l-18.137,6.813c-4.395,1.652-6.62,6.553-4.969,10.948c1.281,3.411,4.519,5.515,7.96,5.515c0.993,0,2.004-0.176,2.988-0.545l8.461-3.178l5.414,32.466c-32.518,6.293-53.029,10.838-53.281,10.893c-2.31,0.513-4.301,1.966-5.495,4.009c-1.194,2.043-1.483,4.491-0.797,6.755l16.136,53.25c-1.342,0.304-2.817,0.474-4.505,0.474c-4.695,0-8.502,3.806-8.502,8.502s3.806,8.502,8.502,8.502c14.568,0,22.109-7.301,28.167-13.168c5.211-5.047,8.653-8.38,16.339-8.38c7.685,0,11.128,3.334,16.339,8.38c6.059,5.867,13.599,13.168,28.167,13.168c14.567,0,22.106-7.301,28.164-13.168c5.21-5.047,8.652-8.38,16.335-8.38c4.695,0,8.502-3.806,8.502-8.502s-3.806-8.502-8.502-8.502c-14.567,0-22.106,7.301-28.165,13.168c-5.21,5.047-8.652,8.38-16.335,8.38c-7.684,0-11.128-3.334-16.339-8.38c-6.059-5.867-13.599-13.168-28.167-13.168c-12.46,0-19.773,5.341-25.421,10.558l-11.767-38.833c12.476-2.647,37.181-7.748,69.148-13.645c4.617-0.851,7.669-5.286,6.818-9.903c-0.851-4.618-5.289-7.671-9.903-6.818c-2.974,0.549-5.885,1.09-8.732,1.624l-5.865-35.172c12.36-4.147,40.624-13.209,74.842-21.467c12.742-3.075,25.084-5.742,36.977-8.003c3.651,7.974,10.282,24.031,15.057,44.555c-28.776,4.115-56.787,8.644-82.905,13.194c-4.626,0.806-7.723,5.209-6.917,9.835c0.805,4.626,5.204,7.717,9.835,6.917c214.3-37.331,316.418-32.036,361.887-23.563c-6.98,11.737-29.529,47.548-58.195,71.759c-2.643-0.648-5.567-1.037-8.868-1.037c-14.567,0-22.106,7.301-28.164,13.169c-5.211,5.045-8.652,8.379-16.334,8.379c-7.682,0-11.123-3.334-16.334-8.379c-6.058-5.867-13.597-13.169-28.164-13.169c-14.566,0-22.104,7.302-28.162,13.169c-5.21,5.045-8.651,8.379-16.331,8.379c-7.682,0-11.123-3.334-16.334-8.379c-6.059-5.867-13.598-13.169-28.164-13.169s-22.106,7.301-28.164,13.169c-5.21,5.045-8.652,8.379-16.334,8.379c-7.006,0-10.562-2.869-14.821-6.92c-3.401-3.236-8.782-3.104-12.019,0.298c-3.236,3.401-3.104,8.783,0.298,12.019c5.901,5.616,13.306,11.606,26.542,11.606c14.567,0,22.105-7.301,28.164-13.168c5.21-5.047,8.652-8.38,16.335-8.38c7.683,0,11.125,3.334,16.335,8.38c6.058,5.867,13.597,13.168,28.164,13.168c14.566,0,22.103-7.301,28.161-13.169c5.21-5.045,8.651-8.379,16.332-8.379c7.682,0,11.123,3.334,16.334,8.379c6.058,5.867,13.597,13.169,28.164,13.169s22.106-7.301,28.164-13.169c5.211-5.045,8.652-8.379,16.334-8.379c7.683,0,11.125,3.334,16.336,8.38c6.059,5.867,13.597,13.168,28.164,13.168s22.105-7.301,28.163-13.169c5.21-5.045,8.652-8.379,16.333-8.379c4.696,0,8.502-3.806,8.502-8.502s-3.805-8.502-8.502-8.502c-14.567,0-22.105,7.301-28.163,13.169c-5.21,5.045-8.652,8.379-16.333,8.379c-7.682,0-11.123-3.334-16.334-8.379c-1.113-1.078-2.278-2.205-3.525-3.326C471.482,263.319,495.598,220.084,496.687,218.112z M214.561,205.022c-4.442-19.679-10.473-35.533-14.683-45.241c35.888-5.815,67.089-7.565,91.972-5.066l46.248,37.677C297.94,194.858,255.7,199.443,214.561,205.022z"/></g></g></svg>');
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
}

img.INFO_listing_logo   {
    display: block;
    position: relative;
    width: 80px;
    height: auto;
}

@media (min-width: 992px) {
img.INFO_listing_logo   {

    width: 200px;

}
}


.promo {
    position: relative;
}

.promo h3 {
    font-weight: bold;
    margin-bottom: 0;
}

.promo h3 + span {
    display: block;
    color: #444;
    font-weight: 300;
    font-size: 1.125rem;
    margin-top: 6px;
}

.promo-uppercase { text-transform: uppercase; }
.promo-uppercase h3 { font-size: 1.25rem; }
.promo-uppercase h3 + span {
    font-size: 1rem;
}



.promo-border {
    border: 1px solid #E5E5E5;
    border-radius: 3px;
}



.promo-light {
    background-color: #F5F5F5;
    border-radius: 3px;
}



.promo-dark {
    border: 0 !important;
    background-color: #333;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 3px;
}

.promo-dark .bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}




.promo-dark h3 { color: #FFF; }

.promo-dark h3 + span {
    color: #EEE;
    font-weight: 400;
}

.promo-full {
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}



.promo-mini {
    text-align: left;
}

.promo-mini h3 {
    font-size: 1.25rem;
}

.promo-mini.promo-uppercase h3 { font-size: 18px; }

.promo-mini h3 > span:not(.nocolor):not(.badge) {
    color: #1ABC9C;
}

.bg-color,
.bg-color #header-wrap { background-color: #1ABC9C !important; }

.promo__mymen a.button {

    color: #FFFFFF;
    color: rgba(240, 240, 240, 1.0);

}

.promo__mymen a.button:hover {

     color: #FFFFFF;
    color: rgba(240, 240, 240, 0.8);

}


.promo-border {
    border: 1px solid #E5E5E5;
    border-radius: 3px;
}

.promo-entry {
    position: relative;
    /* margin-bottom: 50px; */
}

.promo-entry .entry-image.entry-image__mymenactivity  {
    width: 200px;
}

.promo-entry .entry-image {
    margin-bottom: 0px;
}


.promo-entry .entry-image img {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.promo-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 8px 22px;
    font-size: 1.0rem;
    line-height: 24px;
    background-color: transparent;
    color: #FFF;
    font-weight: 700;
   /* text-transform: uppercase; */
    letter-spacing: 1px;
    border: none;
    /*text-shadow: 1px 1px 1px rgba(0,0,0,0.2); */
}




