.container {
	clear: both;
	margin: 0 auto;
    max-width: 940px;
    width: 100%;
}

/* COLUMN SETUP */
.col12,
.col11,
.col10,
.col9,
.col8,
.col7,
.col6,
.col5,
.col4,
.col3,
.col2,
.col1 {
	display: block;
	float: left;
	margin: 0 0 0 1.9%;
}

.col12:first-child,
.col11:first-child,
.col10:first-child,
.col9:first-child,
.col8:first-child,
.col7:first-child,
.col6:first-child,
.col5:first-child,
.col4:first-child,
.col3:first-child,
.col2:first-child,
.col1:first-child {
    margin-left: 0;
}

.row:before,
.row:after {
	content: "";
	display:table;
}

.row:after {
	clear: both;
}

.row {
    zoom: 1;
}

.narRow {
  	padding: 0 6.591%;
}

.col12 {
	width: 100%;
}

.col11 {
  	width: 91.50%;
}
.col10 {
  	width: 83.01%;
}

.col9 {
  	width: 74.52%;
}

.col8 {
  	width: 66.03%;
}

.col7 {
  	width: 57.54%;
}

.col6 {
  	width: 49.05%;
}

.col5 {
  	width: 40.55%;
}

.col4 {
  	width: 32.06%;
}

.col3 {
  	width: 23.57%;
}

.col2 {
  	width: 15.08%;
}

.col1 {
  	width: 6.591%;
}

@media only screen and (max-width: 960px){
    body div.certaintyImageHolder div.certaintyImage {
        left: -25%;
        margin-left: auto;
        width: 100%;
    }

    body div.certaintyImageHolder div.certaintyImage img {
        width: 150%;
    }
}


@media only screen and (max-width: 960px) {
    .container {
        width: 100%;
    }

    .container .row {
        padding: 0 10px;
    }

    div.contentRow div.row.hospital {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
    .col12 img,
    .col11 img,
    .col10 img,
    .col9 img,
    .col8 img,
    .col7 img,
    .col6 img,
    .col5 img,
    .col4 img,
    .col3 img,
    .col2 img,
    .col1 img {
		max-width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.col12,
    .col11,
    .col10,
    .col9,
    .col8,
    .col7,
    .col6,
    .col5,
    .col4,
    .col3,
    .col2,
    .col1 { 
		margin: 0;
		width: 100%;
	}
}

/* Alignment of Content in cols (Make sure the child elements has display inline-block)  */
.alignRight {
    text-align: right;
}

.alignLeft {
    text-align: left;
}

.alignCenter {
    text-align: center;
}