﻿@media print {
    /* All your print styles go here */
    #headerTopMenu, #searchboxWrapper, #navWrapper, #pageheaderOutsideWrapper, #breadcrumbsOutsideWrapper, #navigationSection, #footerWrapper {
        display: none !important;
    }

    body {
        font-size: 100%;
        font-family: Arial,Arial, Helvetica, sans-serif;
        font-weight: normal; /* also loaded 600 for bold */
    }


    p {
        font-family: Arial,Arial, Helvetica, sans-serif;
    }

    .ProfileContent img {
        max-width: 25%;
        height: auto;
    }
    
    
    .ProfileContent .SkipToVideoProfile {
        display: none !important;
    }

    .ProfileContent ul.Insurance {
    }

        .ProfileContent ul.Insurance li {
            float: left;
            width: 50%;
        }


    aside .CTAInformationBox.Video {
        display: none;
    }

    aside .CTAInformationBox.Website {
        display: none;
    }



   
}
