html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, textarea, button{
	margin:0;
	padding:0;
	outline:0;
	border:0; 
}
.mobile {
	display: none;
}
html, body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif, Helvetica, arial, verdana, myriad;
	font-size: 100%;
	font-weight: 400;
	color: #333;
}
.blue {color: #0055a5;}
header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	position: fixed;
	z-index: 1000;
	top: 0;
    width: 100%;
	background-color: #fff;
	color: #0055a5;
    font-size: 1em;
}
main {
	display: block;
	min-height: calc(100vh - 14em);
	background-color: #fff;
	margin-top: 5em;
}
.footer {
	min-height: 8em;
	padding: 1em;
    margin-top: 2em;
	background-color: #0055a5;
	color: #fff;
	font-size: 1.2em;
	font-weight: 300;
}
footer a {
	color: white !important;
}
.footer-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 0 1em;
}
.flex-box-wrapper {
	display: block;
	margin-top: 30px;
}
.wrap-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
	max-width: 1000px;
	margin: 0 auto;
    padding: 0 1em;
}
.wrap-content-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	max-width: 1000px;
	margin: 0 auto;
    padding: 0 1em;
}
.nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
        	flex: 1 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    list-style-type: none;
}
nav > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
        	flex: 1 1 auto;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
nav > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
        	flex: 1 1 auto;
    padding: 1.7em 1em 1em 1em;
    border-bottom: 3px solid transparent;
    color: #0055a5;
    text-decoration: none;
}
nav > ul > li > a:hover {
    border-bottom: 3px solid red;
}
.language {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	-ms-flex-item-align: center;
	    align-self: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 46px;
	width: 46px;
	border-radius: 50%;
	background-color: #0055a5;
	color: white;
	font-weight: 800;
	margin-left: 1em;
	margin-right: 1em;
	text-transform: uppercase;
}
	.language:visited {
		color: white !important;
	}
	.language:hover {
		background-color: #013260;
		color: white !important;
	}
.top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
	min-height: 5em;
    background-color: #fff;
    border-bottom: 1px solid #0055a5;
}
.title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: .5em 1em;
}
.title-skra {
    padding-top: .4em;
    padding-left: 1em;
	font-size: 1.5em;
    font-weight: 700;
}
.subtitle-skra {
    font-size: 0.55em;
    text-transform: uppercase;
    
}
.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background-color: #fcfcfc;
	border-bottom: 6px solid #e3e3e3;
}
.menu-box-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
        align-items: flex-start;
	padding: 1em 1em 2em 1em;
	max-height: calc(100vh - 5em);
	overflow: auto;
}
.menu-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	padding: 0 1em;
}
.menu-button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: transparent;
	margin-top: -1em;
}
.menu_close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 2em;
	width: 2em;
	border-radius: 50%;
	background: #008da7;
	color: white;
	font-size: 1.4em;
	margin-bottom: -1.3em;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
}
.menu_close:hover {
	background: #007186;
}
.cols1, .cols2, .cols3 {
	display: none;
}
.menu-box > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	height: 2em;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}
.menu-box > a:hover {
	border-color: red;
}

.front-img {
	width: 100%;
	z-index: -1;
}
.hi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	top: 0;
	z-index: 900;
	width: 100%;
	margin-top: 2.1em;
	font-size:2em;
	background: rgba(0,0,0,.5);
	color:#fff;
}
.motto {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 1em;
	font-weight: 700;
	color: #fff;
	
}
.motto > footer {
	font-size: .5em;
	font-weight: 400;
}
.logo {
    height:3em;
}
.summary-icd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.anatomy-img {
    width:200px;
    margin-top: 1em;
}
.chart-size {
    max-width: 600px;
    height: 370px;
}

@media (max-width: 1100px) {
	.cols4 {
		display: none;
	}
	.cols3 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width: 900px) {
	.screen {
		display: none;
	}
    .mobile {
        display: inline-block;
    }
    html, body {
    }
    header {
        background-color: #0055a5 !important;
        color: #fff !important;
        font-size: 1.2em !important;
    }
    main {
        margin-top: 4.2em !important;
        font-size: 1em;
    }
    #main_header {
        font-size: 2em !important;
        margin-top: 1em !important;
        margin-bottom: 1em;
        color: #0055a5 !important;
        text-shadow: none !important;
    }
    .subheading-home {
		font-size: 1.5em !important;
	}
	.top-menu {
		background: #0055a5;
		min-height: 3em;
	}
    nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        max-height: calc(100vh - 3.4em);
    }
    nav > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        padding: 1em;
        border-bottom: 1px solid #eee;
        background-color: #fcfcfc;
        color: #0055a5;
        text-decoration: none;
    }
    .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
		min-height: calc(100vh - 6em;);
        background-color: #fcfcfc;
        padding: 1em;
        border-bottom: 1px solid #0055a5;
        overflow: auto;
    }
    .menu > a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		-ms-flex-line-pack: center;
		    align-content: center;
        font-size: .8em;
		min-height: 2em;
		border-bottom: 1px solid #ccc;
		text-decoration: none;
    }
	.cols2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.cols3 {
		display: none;
	}
    .title-skra {
        font-size: 1em;
    }
	.title-skra > a {
		color: #fff !important;
	}
    .subtitle-skra {
        font-size: 0.5em;
    }
    .logo {
        height:2em;
    }
    .hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: end;
            align-self: flex-end;
        padding: .3em;
        font-size: 1.8em;
        font-weight: 700;
        background-color: transparent;
        color: #fff;
    }
    .wrap-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 1em auto;
    }
    .wrap-content-main {
        padding: 0 1em !important;
    }
    .footer-box {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
        
    }
    .anatomy {
        margin:0 !important;
    }    
    .anatomy-img {
        width:100px;
        margin-left: 2em;
        margin-top: 1em;
    }
    .cancer_stats_table {
        border: 0 0 1px 0 !important;
    }
    .summary-icd {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }
}

@media (max-width: 430px) {
	body {
		font-size: .8em;
	}
    .logo {
        display: none;
    }
    .chart-size {
        max-width: 100%;
        height: 280px;
    }
    #top10 {
		width:300px !important;
	}
}