@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm > .input-group-btn > input[type=datetime-local].btn, .input-group-sm > .input-group-btn > input[type=month].btn, .input-group-sm > .input-group-btn > input[type=time].btn, .input-group-sm > input[type=date].form-control, .input-group-sm > input[type=date].input-group-addon, .input-group-sm > input[type=datetime-local].form-control, .input-group-sm > input[type=datetime-local].input-group-addon, .input-group-sm > input[type=month].form-control, .input-group-sm > input[type=month].input-group-addon, .input-group-sm > input[type=time].form-control, .input-group-sm > input[type=time].input-group-addon, .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg > .input-group-btn > input[type=datetime-local].btn, .input-group-lg > .input-group-btn > input[type=month].btn, .input-group-lg > .input-group-btn > input[type=time].btn, .input-group-lg > input[type=date].form-control, .input-group-lg > input[type=date].input-group-addon, .input-group-lg > input[type=datetime-local].form-control, .input-group-lg > input[type=datetime-local].input-group-addon, .input-group-lg > input[type=month].form-control, .input-group-lg > input[type=month].input-group-addon, .input-group-lg > input[type=time].form-control, .input-group-lg > input[type=time].input-group-addon, .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px
    }
}
    
/* 500 px or greater for testimonial on home page (button to side) */
@media (min-width:501px) {
    td.home-testimonial-button {
        display:inline;
    }
    div.home-testimonial-bottom-row {
        display:none;
    }
}

/* 500 px or less for testimonial on home page (button below) */
@media (max-width:500px) {
    td.home-testimonial-button {
        display:none;
    }
    div.home-testimonial-bottom-row {
        display:inline;
    }
}

/************************
NAV BAR
************************/

	/* Greater than 1350 px */
	@media (min-width:1350px) {
		
		.mobile-nav-handler {
			display: none;
		}
		
	}

	/* Less than 1350 px */
	@media (max-width:1350px) {

		.header .nav-bar {
			display: none
		}
				
	}


/************************
BOTTOM NAV
************************/

	/* 0px to 500px */
	@media (max-width:500px) {
	
		.col-md-12.ta-center.copyrightNotice {
			position: absolute;
			left: 0;
			right: 0;
			color: #000000;
			margin-top: 280px;
		}

		div#footerpartone {	
		
			max-height: 100px;
		
		}

	}

	/* 501px to 766 px */
	@media (min-width:501px) and (max-width:766px) {
	
		.col-md-12.ta-center.copyrightNotice {
			position: absolute;
			left: 0;
			right: 0;
			color: #000000;
			margin-top: 270px;
		}

		div#footerpartone {	
		
			max-height: 100px;
		
		}

	}
	

	/* 767px to 1030 px and (max-width:1030px) */
	@media (min-width:767px) {
	
		.col-md-12.ta-center.copyrightNotice {
			position: absolute;
			left: 0;
			right: 0;
			color: #000000;
			margin-top: 188px;
		}		

	}


/************************
TESTIMONIALS screen
************************/

	/* 1600 px and greater for testimonials */
	@media (min-width:1600px) {
		.employee-grid__item {
			-ms-flex: 1 1 50%;
			flex: 1 1 50%;
			max-width: 48%;
			margin:10px;
		}   
		.employee-grid__item__details {
			height:225px;
			max-width:740px;
		}
	}
	
	/* 1500 px to 1600 px for testimonials */
	@media (min-width:1500px) and (max-width:1600px) {
		.employee-grid__item {
			-ms-flex: 1 1 50%;
			flex: 1 1 50%;
			max-width: 48%;
			margin:10px;
		}   
		.employee-grid__item__details{
			height:250px;
			max-width:710px;
		}
	}
	
	/* 1330 px to 1499 px for testimonials */
	@media (min-width:1330px) and (max-width:1499px) {
		.employee-grid__item {
			-ms-flex: 1 1 50%;
			flex: 1 1 50%;
			max-width: 48%;
			margin:10px;
		}   
			.employee-grid__item__details{
			height:250px;
			width:625px;
		}
	}
		
	/* 1089 px to 1329 px for testimonials */
	@media (min-width:1089px) and (max-width:1329px) {
		.employee-grid__item {
			-ms-flex: 1 1 50%;
			flex: 1 1 50%;
			max-width: 48%;
			margin:10px;
		}    
		.employee-grid__item__details{
			height:300px;
			width:520px;
		}
	}
	
	/* 1040 px to 1088 px for testimonials */
	@media (min-width:1040px) and (max-width:1088px){
		.employee-grid__item {
			-ms-flex: 1 1 50%;
			flex: 1 1 50%;
			max-width: 48%;
			margin:10px;
		}
		.employee-grid__item__details{
			height:308px;
			width:510px;
		}
	}
		
	/* 768 px to 1039 px for testimonials page */
	@media (min-width:768px) and (max-width:1039px) {
		.employee-grid__item__details{
			-ms-flex: 1 1 100%;
			flex: 1 1 100%;
			max-width: 100%;
			margin:10px;        
			min-height:250px;
			min-width:625px;
		}
	}

	@media screen and (max-width:400px) and (min-width:973px){
		.employee-grid__item__details {
			display: block;
			min-height:467px;
		}
	}

	@media screen and (max-width:400px){
		.employee-grid__item__details {
			display: block;    
		}
	}


/************************
NEWSLETTERS screen
************************/

	/* Greater than 1230 px for newsletters */
	@media (min-width:1230px) {
		.newsletters {
			width: 990px !important;
			margin-left:auto;
			margin-right:auto;      
		}
		.newsletters.col-md-12{
			width: 990px !important;
		}
	}

	/* 1024-1229 px for newsletters */
	@media (min-width:1024px) and (max-width:1229px) {
		.newsletters {
			width: 860px !important;
			margin-left:auto;
			margin-right:auto;      
		}    
		p.nltr-col2{
			/* margin-right:25% !important; */
		}    
		.newsletters.row{
			margin-left:auto;
			margin-right:auto;  
		}
	}

	/* 740-1023 px for newsletters */
	@media (min-width:740px) and (max-width:1023px) {
		.newsletters {
			width: 680px !important;
			margin-left:auto;
			margin-right:auto;      
		}
		.newsletters.col-md-12{
			width: 780px !important;
		}
		p.nltr-col2{
			/* margin-right:25% !important; */
		}
		.newsletterintro {
			width:600px;
		}
	}


/* 0px to 620px for all screens */
@media (max-width:620px) {
    
    .section__hero-content {
         margin-top: 90px;
    }
    
	embed.coveredsitesmap {
   	 	height: 300px;
	}
	td.sitestate {
        display: none;
    }
    
    img.logo-image {
        width: 210px;
    }
}

/* 0px to 768px for all screens */
@media (max-width:766px) {
    
   /* Mobile Phone  */
    
    .CoveredSitesPage p:first-child {
        display: none;
    }

    embed.coveredsitesmap {
        display: none;
    }
    
    .TopInfoSection  {
        text-align:center;
        padding-right: 0px;
    }
    
    .copyrightNotice p {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
         position: relative;
         min-height: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .section__hero-content {
         max-width: 100%;
         font-size: 12px;
         padding-left: 5px;
         padding-right: 5px;
    }
    
    #footerpartone p {
        font-size: 15px;
        text-align: center !important;
    }

    #footerparttwo p {
        font-size: 15px;
        text-align: center !important;
    }

    #footerpartone {
        width: 100%;
    }

    #footerparttwo {
        width: 100%;
    }
    
    .background-image-full {
	    min-height: 280px;
    }
    
    .ContentPageBanner {
        height: 169px;
    }
    
    .newsAndAnnouncements {
        width: 100% !important;
    }
    
    img.frontpageimg {
        width: 95%;
    }
    
    h3 {
        font-size: 1.0em;
    }
    
    section.section.section--themed.LoginSection p {
        font-size: 14px;
    }
    
    .video-wrapper iframe {
          width: 100%;
        height: fit-content;
    }
    
    img.coveredsitesmapstill {
        margin-top: -50px;
    }
    
    .PhotoGalleryPage2 .column:nth-child(odd) {
        margin-top: 0px;
        background-color: #f7f8f8;
        margin-bottom: 0px;
        height: unset;
        padding-top: 0px;
        padding: 20px;
        text-align: center;
        border-left: 1px solid #dfe0e0;
        border-top: 1px solid #dfe0e0;
        border-right: 1px solid #dfe0e0;
        border-bottom: 0px;
    }

    .PhotoGalleryPage2 .column:nth-child(even) {
        margin-top: -60px;
        background-color: #f7f8f8;
        margin-bottom: 40px;
        height: unset;
        padding: 20px;
        border-left: 1px solid #dfe0e0;
        border-bottom: 1px solid #dfe0e0;
        border-right: 1px solid #dfe0e0; 
        border-top: 0px;
    }
    
    .Testimonial {
        padding-bottom: 50px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        margin-top: -50px;
    }
    
    .Testimonial img {
        width: 100%;
        margin-top: 7px;
        margin-left: 0px;
    }
    .Testimonial .col-md-7.column p {
        font-size: 16px;
        text-align: center;
        padding-left: 0px;
    }
    .Testimonial .row {
        background-color: #dfe0e0;
        margin-left: 0px;
        margin-right: 0px;
    }
    .Testimonial .col-md-3.column {
        margin-top: 30px;
        padding-left: 0px;
        margin-left:0px;
    }
    .Testimonial .col-md-7.column {
        border-bottom: grey;
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-right: unset;
        border-right-style: unset;
        border-right-width: unset;
    }
    .Testimonial container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }  
    
    .PhotoGalleryPageTwoColumn .row.clearfix {
        display: unset;
    }
    .PhotoGalleryPageTwoColumn {
        width: 100% !important;
    }
    
    .PhotoGalleryPageTwoColumn article {
        max-width: 100%;
    }
    .PhotoGalleryPageTwoColumn img {
        margin-top: -9px;
        width: auto;
        height: auto;
    }
    
    /* Testimonial Page Mobile Phone  */
    
    .PhotoGalleryPageTwoColumn .column:nth-child(even) p:nth-child(2)::first-line {
        color: #233a75;
    }
    .PhotoGalleryPageTwoColumn .column:nth-child(even) p:nth-child(2) {
        color: #233a75;
    }
    
    .PhotoGalleryPageTwoColumn .column:nth-child(odd) {
        text-align: center;
        margin-top: 20px;
        background-color: #f7f8f8;
        margin-bottom: 30px;
        width: 100%;
        height: auto;
        padding-top: 25px;
        border-left: 1px solid #dfe0e0;
        border-top: 1px solid #dfe0e0;
        border-bottom: 0px solid #dfe0e0;
        border-right: 1px solid #dfe0e0; 
        min-width: 200px;
    }
    
    .PhotoGalleryPageTwoColumn .column:nth-child(even) {
        margin-top: -30px;
        background-color: #f7f8f8;
        margin-bottom: 30px;
        width:100%;
        height: auto;
        border-right: 1px solid #dfe0e0;
        border-top: 0px solid #dfe0e0;
        border-bottom: 1px solid #dfe0e0; 
        margin-right: 20px;
        border-left: 1px solid #dfe0e0;
        flex: unset;
    }
    
    .PhotoGalleryPageTwoColumn .ContentPageContentArea img:nth-child(1) {
        margin-top: 1px;
        margin-bottom: 10px;
    }
    
    .PhotoGalleryPageTwoColumn .ContentPageContentArea {
        margin-top: -20px;
    }
}

/* 0px to 1024px for all screens 
@media (max-width:1024px) {
    
    *, :after, :before {
        display: none;
    }

}
*/
/* GTE 768 px for all screens */
@media (min-width:768px) {
    
    img.coveredsitesmapstill {
        display: none;
    }

    .container {
        width: 750px
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.333333%
    }

    .col-sm-2 {
        width: 16.666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.333333%
    }

    .col-sm-5 {
        width: 41.666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.333333%
    }

    .col-sm-8 {
        width: 66.666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.333333%
    }

    .col-sm-11 {
        width: 91.666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.333333%
    }

    .col-sm-pull-2 {
        right: 16.666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.333333%
    }

    .col-sm-pull-5 {
        right: 41.666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.333333%
    }

    .col-sm-pull-8 {
        right: 66.666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.333333%
    }

    .col-sm-pull-11 {
        right: 91.666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.333333%
    }

    .col-sm-push-2 {
        left: 16.666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.333333%
    }

    .col-sm-push-5 {
        left: 41.666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.333333%
    }

    .col-sm-push-8 {
        left: 66.666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.333333%
    }

    .col-sm-push-11 {
        left: 91.666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }

    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }

    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }

}

/* LTE 1230 px for all screens */
@media (max-width:1230px) {
    .logo-image {
        max-width: 300px;
        margin-left: -5px;
    }
    
    .nav-bar {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    }
    
    .ImportantTopics table {
         margin-bottom: 40px;
         max-width: 340px;
         margin-left: auto;
         margin-right: auto;
    }
    
    .TopInfoSection p {
         font-size: 12px !important;
    }
    
    .AdditionalInformation table {
         margin-bottom: 40px;
         max-width: 340px;
         margin-left: auto;
         margin-right: auto;
    }
    
    .AdditionalInformation img {
         width: 340px;
    }
    
    .AdditionalInformation {
         margin-top: -40px !important;
    }
    
    embed.coveredsitesmap {
        height: 400px;
    }
    
    .medicalfindings .col-md-4.column div:not(:empty){
        height:auto;
    }
    .stories .col-md-4.column div {
        height:auto;
    }
    
    div#footerpartone {
        float: none;
        margin-right: 165px;
    }
    
    .Testimonial img {
        width: 100%;
        margin-top: 7px;
        margin-left: 0px;
    }
    .Testimonial .col-md-7.column p {
        font-size: 16px;
        text-align: center;
        padding-left: 0px;
    }
    .Testimonial .row {
        background-color: #dfe0e0;
        margin-left: 0px;
        margin-right: 0px;
    }
    .Testimonial .col-md-3.column {
        margin-top: 30px;
        padding-left: 0px;
        margin-left:0px;
    }
    .Testimonial .col-md-7.column {
        border-bottom: grey;
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-right: unset;
        border-right-style: unset;
        border-right-width: unset;
    }
    
    div.testimonials {
        max-width:unset;
        width: 100%;
    }
    
    div.testimonials article{
        margin:0px;
    }
}

/* GTE 1230 px for all screens */
@media (min-width:1230px) {
    
    .CoveredSitesPage .col-md-12 {
         width: 126% !important;
         margin-left: -10%;
    }

    embed.coveredsitesmap {
        position: relative;
    }
    
    embed.coveredsitesmap html body {
        overflow: hidden;
    }    
    
    .mobile-nav--open {
        display: none;
    }

    .container {
        width: 1090px;
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.333333%
    }

    .col-md-2 {
        width: 16.666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3%
    }
    
    .ContentPageContentArea .col-md-4 {
        width: 25%;
    }
    
    .ContactPage .col-md-4 {
        width: 33.3%;
    }

    .col-md-5 {
        width: 41.666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.333333%
    }

    .col-md-8 {
        width: 66.666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.333333%
    }

    .col-md-11 {
        width: 91.666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.333333%
    }

    .col-md-pull-2 {
        right: 16.666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.333333%
    }

    .col-md-pull-5 {
        right: 41.666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.333333%
    }

    .col-md-pull-8 {
        right: 66.666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.333333%
    }

    .col-md-pull-11 {
        right: 91.666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.333333%
    }

    .col-md-push-2 {
        left: 16.666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.333333%
    }

    .col-md-push-5 {
        left: 41.666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.333333%
    }

    .col-md-push-8 {
        left: 66.666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.333333%
    }

    .col-md-push-11 {
        left: 91.666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.333333%
    }

    .col-md-offset-2 {
        margin-left: 16.666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.333333%
    }

    .col-md-offset-5 {
        margin-left: 41.666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.333333%
    }

    .col-md-offset-8 {
        margin-left: 66.666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.333333%
    }

    .col-md-offset-11 {
        margin-left: 91.666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .nav-link, .nav-link:visited {
        margin-left: 15px;
        margin-right: 15px
    }

    .button, .button--small {
        padding: 10px 80px
    }

    .blogposts {
        max-width: 800px
    }

    .blogpost {
        padding: 30px;
        margin: 20px 0
    }

    .blogpost.blogpost-with-image {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .blogpost-image {
        height: 160px;
        max-width: 160px;
        margin-top: 0;
        margin-left: 20px
    }

    .employee-grid {
        margin-left: 10px;
        margin-right: 10px
    }
/*
    .mobile-nav-handler {
        display: none;
    }
 */   
    .MainSiteTitle {
        font-size: 2.7em;
    }
    .section__description {
        font-size: 26px;
    }
    
    .ImportantTopics table {
        width: 300px !important;
    }

}
