/**
* Print stylesheet for methodinsurance.com
*/

@font-face {
    font-family: 'Our Hand';
    src: url('fonts/OurHand-ExtraBold.woff2') format('woff2'),
        url('fonts/OurHand-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@media print {
	:root {
		--cranberry: #ad1557;
   --bloodorange: #d84316;
        --orange: #ef6c01;
     --tangerine: #e59214;
       --avocado: #9e9d24;
          --lime: #47991e;
      --quandong: #009aa5;
     --blueberry: #1565c0;
         --grape: #8442f2;
        --raisin: #6a1d9a;
         --grey4: #26333f;
         --grey3: #607d8b;
         --grey2: #8fb3bf;
         --grey1: #d8f5ff;
         --grey0: #e3ecef;
					--mist: #f2f8fa;
	}
	/* Setting content width, unsetting floats and margins */
	/* Attention: the classes and IDs vary from theme to theme. Thus, set own classes here */
	#content,#page,section,article {
		width: 100%; 
		margin: 0; 
		float: none;
	}
	
	/* MARGINS */ 
	* {
		margin: 0
	}
	@page {
		margin: 1.5cm
		@bottom-right {
			content: counter(page);
		}
	}
	p {
		margin-bottom: .5em;
	}
	hr {
		margin: .5em 0;
	}
	
	/* FONTS */
	body {
		font-family: 'Public Sans', Helvetica, 'Helvetica Neue', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
		font-size: 11pt;
		line-height: 1.3;
		letter-spacing: 0;
		background: #fff !important;
		/*color: #000;*/
	}
	h1 {
		font-size: 32pt;
	}
	h2 {
		font-size: 24pt;
	}
	h3 {
		font-size: 18pt;
	}
	h4 {
		font-size: 16pt;
	}
	h5 {
		font-size: 14pt;
	}
	footer, ul, quote {
		font-family: "Roboto Condensed", 'Public Sans', Helvetica, 'Helvetica Neue', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
		font-size: 9pt;
	}
	
	/* PAGE BREAKS */
	a {
		page-break-inside:avoid
	}
	blockquote {
		page-break-inside: avoid;
	}
	h1, h2, h3, h4, h5, h6 {
		page-break-after:avoid; 
		page-break-inside:avoid
	}
	img {
		page-break-inside:avoid; 
		page-break-after:avoid;
	}
	table, pre, .questions {
		page-break-inside:avoid
	}
	ul, ol, dl  {
		page-break-inside:avoid;
		page-break-before:avoid
	}
	hr {
		opacity: 0;
		page-break-after: always;
	}
	#culture-vision,
	#culture-deputies {
		page-break-before: always;
	}
	#culture-chart {
		page-break-after: always;
	}
	
	/* LINKS */
	a:link, a:visited, a {
		background: transparent;
		color: #000;
		font-weight: bold;
		text-decoration: underline;
		text-align: left;
	}
	a {
		page-break-inside:avoid
	}
	a[href^=http]:after {
		content:" < " attr(href) "> ";
	}
	$a:after > img {
		content: "";
	}
	article a[href^="#"]:after {
		content: "";
	}
	a:not(:local-link):after {
		content:" < " attr(href) "> ";
	}
	
	/* SIZE IMAGES */
	img {
        max-height: none !important;
        height: 100% !important;
	}
	#full-width-image,
	.map img {
		width: 100% !important;
		margin-bottom: 1em;
	}
	
	/* HIDE IFRAMES AND VIDEO */
	.entry iframe, ins {
		display: none;
		width: 0 !important;
		height: 0 !important;
		overflow: hidden !important;
		line-height: 0pt !important;
		white-space: nowrap;
	}
	.embed-youtube, .embed-responsive {
		position: absolute;
		height: 0;
		overflow: hidden;
	}
	
	/* HIDE UNECESSARY ELEMENTS */
	#column-left,
	#column-right,
	#cover,
	#mobile-menu,
	#overview-headline,
	#values-hero,
	#culture-hero,
	.backtotop,
	.hide,
	.learnMore,
	.print-hide 
	{
		display: none !important;
	}
	
	
	/* SHOW PRINT ONLY ELEMENTS */
	#print-cover,
	#print-values,
	#print-culture {
		display: block;
		padding-top: 0.5cm;
	}

	/* SPECIAL STYLING */
	.colorCranberry {
		color: #ad1557;
	}
	.colorBloodorange {
		color: #d84316;
	}
	.colorOrange {
		color: #ef6c01;
	}
	.colorTangerine {
		color: #e59214;
	}
	#culture h3 {
		margin-top: 3rem;
	}
	#culture-chart {
		margin-top: 2rem;
	}
	#footer {
		margin-top: 4rem;
	}
	.headline {
		font-size: 48pt;
		font-weight: 200;
		color: #607d8b;
	}
	#overview-mission,
	#overview-vision,
	#overview-values {
		margin-top: 4rem;
	}
	#overview-mission h5,
	#overview-vision h5,
	#overview-values h5 {
		font-size: 24pt;
		line-height: 1;
	}
	#overview-values h5 {
		margin-top: 1rem;
	}
	#overview-values a {
		text-decoration: none;
	}
	
	#photo-christopher {
		    max-width: 2.5cm !important;
			 margin-top: 1rem;
		margin-bottom: 0.25rem;
	}
	.our-text {
		display: inline-block;
		font-family: 'Our Hand';
		font-size: larger;
		transform: rotate(-7deg);
	}
	.questions {
		background-color: #e3ecef;
		padding: 1rem;
		margin-top: 2rem;
	}
	quote {
		display: block;
		border-left: .125rem solid var(--grey3);
		padding-left: .25rem;
	}
	#resources {
		margin-top: 4rem;
	}
	.valuesHeader {
		font-weight: 100;
		font-size: 36pt;
		margin-bottom: 1rem;
	}
	.wordCloud {
		width: 75% !important;
	}
}