    .tile {
        /*font-family: national-2-web-regular !important;
        color: #081d4d !important;*/
        display: inline-block;
        width: 100%;
    } 

    /*--old .tile .m-tb30{
	    margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }--old*/

    .tile a.orange_text:link,a.orange_text:visited {
	    color:#cf4800 !important;
    }

    .tile a.white_text:link,a.white_text:visited {
        color:#ffffff !important;
    }

    .tile a.blue_text:link,a.blue_text:visited {
        color:#005985 !important;
    }
    .tile .tile-content a.orange-text:hover{
        color: #FF9E25 !important;
    }
    .tile .tile-content a.blue-text:hover{
        color: #0077CD !important;
    }
    .tile .tile-content a.white-text:hover{
        color: #FFFFFF !important;
    }

        .tile + .tile {
        margin-top: 0px !important;
    }

    .tile h2 {
		margin: 0px;
        /*font-weight: normal;*/
    }

    .tile a.tilelink:link, .tile a.tilelink:visited {
        text-decoration: none;
       /* font-size: inherit;
        color: inherit;*/
    }

    .tile a.tilelink:hover {
        text-decoration: underline;
    }

    .tile .description {
        font-family: national-2-web-regular !important;
        font-size: 16px;
        margin: 15px 0px;
    }

    /*.tile .description h1,
    .tile .description h2, 
    .tile .description h3, 
    .tile .description h4,
    .tile .description h5,
    .tile .description h6 {
        font-family: national-2-web-regular !important;
    }    */   

    .tile .tile-background {
        background-size: cover;
    }

        .tile .tile-background .tile-content {
            padding: 80px 40px;
        }

    .tile .tile-image {
        width: 100%;
        text-align: center;
    }

        .tile .tile-image iframe {
            /*old-- min-height:250px; --old*/
            vertical-align: top;
        }

        .tile .tile-image i {
            font-size: 60px;
            text-align: center;
            display: block;
            margin-bottom: 15px;
        }

        .tile .tile-image .image {
            width: 100%;
            height: auto;
        }

    .tile .tile-content {
        width: 100%;
        padding: 10px;
        text-align: center;
    }

        .tile .tile-content.stats h2 {
            margin: 0px;
          }

    .tile .tile-image-top .tile-content {
        padding: 0px;
    }

        .tile .tile-image-top .tile-content h2 {
            padding: 0;
            margin-top: 30px;
            margin-bottom: 20px;
        }

    .tile .no-img .tile-content {
        background: white;
        padding: 20px;
        min-height: 300px;
    }

        .tile .no-img .tile-content h2 {    
            padding: 0;
            margin-top: 30px;
            margin-bottom: 0;
        }

    .tile .no-img-transparent .tile-content {
        background: transparent;
        padding: 20px;
        min-height: 150px;
    }


        .tile .no-img-transparent .tile-content h2 {
            padding: 0;
            margin-top: 0px;
            margin-bottom: 0;
        }

    /*.tile .tile-image-top .stats-promo h2 {
        font-size: 60px;
    }*/

.tile-image-left {
    display: inline-flex;
    width: 100%;
}

.tile .tile-image-left .tile-image video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    z-index: -1;
}

.tile .tile-image-left .tile-image {
    width: 40%;
    float: left;
    position: relative;
}

.tile .tile-image .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

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


.tile .tile-image-left .tile-image .image {
    width: 100%;
}

.tile .tile-image-left .tile-content {
    width: 60%;
    float: left;
    text-align: left;
    padding-left: 80px !important;
}

    .tile .tile-image-left .tile-content .description {
        line-height: 26px;
        font-size: 20px;
    }



.tile .tile-image-left .tile-image + .tile-content {
    padding: 0px 10px 10px 10px;
}

.tile-image-right {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
}


.tile .tile-image-right .tile-image {
    flex-basis: 40%;
    float: right;
    position: relative;
}

    .tile .tile-image-right .tile-image video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        object-fit: cover;
        height: 100%;
        z-index: -1;
    }


.tile .tile-image-right .tile-content {
    flex-basis: 60%;
    text-align: left;
    padding-right: 80px !important;
    font-size: 20px;
}

    .tile .tile-image-right .tile-content .description {
        line-height: 26px;
        font-size: 20px;
    }



.tile .tile-image-right .tile-image + .tile-content {
    padding: 0px 10px 10px 10px;
}

@media ( min-width : 320px) and (max-width: 480px) {


    .tile {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }


    .tile-image-left {
        display: flex;
        flex-wrap: wrap;
    }

    .tile .tile-image-left .tile-image video {
        position: relative;
    }


    .tile .tile-image-right .tile-image video {
        position: relative;
        vertical-align: bottom;
    }

    .tile .tile-image-right .tile-image iframe {
        vertical-align: bottom;
    }

    .tile-image-right {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .tile .tile-image-left .tile-image, .tile .tile-image-right .tile-image {
        flex-basis: 100%;
    }

    .tile .tile-image-left .tile-image, .tile .tile-image-right .tile-image {
        width: 100%;
        float: none;
    }

    .tile .tile-image-left .tile-content, .tile .tile-image-right .tile-content {
        width: 100%;
        padding: 15px 0px;
        float: none;
    }

        .tile .tile-image-left .tile-content.p-3, .tile .tile-image-right .tile-content.p-3 {
            padding: 16px !important;
        }
}

@media ( min-width : 768px) and (max-width: 1024px) {
    .tile .tile-image-left .tile-content {
        padding-left: 40px !important;
    }

    .tile .tile-image-right .tile-content {
        padding-right: 40px !important;
    }
}




/*.tile .tile-content h1,
.tile .tile-content h2,
.tile .tile-content h3,
.tile .tile-content h4,
.tile .tile-content h5,
.tile .tile-content h6{
   font-family: 'national-2-web-regular';  
}




.tile .tile-content h4,
.tile .tile-content h5,
.tile .tile-content h6{
   font-weight:bold;
   font-size:16px;

}


.tile .tile-content h1{
  font-size:40px;
}

.tile .tile-content h2{
  font-size:30px;
}

.tile .tile-content h3{
 font-size:24px;
}                             

.tile .description p{
font-family: 'national-2-web-regular'; 
font-size:16px;
}*/