/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
	 Base styles: opinionated defaults
	 ========================================================================== */

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #00AAAA;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
	 Browse Happy prompt
	 ========================================================================== */

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
	 Author's custom styles
	 ========================================================================== */

@font-face
{
    font-family: rwr;
    src: url(../fonts/Raleway-Regular.ttf);
}

@font-face
{
    font-family: rwm;
    src: url(../fonts/Raleway-Medium.ttf);
}

@font-face
{
    font-family: rwb;
    src: url(../fonts/Raleway-Bold.ttf);
}

@font-face
{
    font-family: rwsb;
    src: url(../fonts/Raleway-SemiBold.ttf);
}

@font-face
{
    font-family: rweb;
    src: url(../fonts/Raleway-ExtraBold.ttf);
}

@font-face
{
    font-family: rwl;
    src: url(../fonts/Raleway-Light.ttf);
}

@font-face
{
    font-family: rwi;
    src: url(../fonts/Raleway-Italic.ttf);
}

@font-face
{
    font-family: wd;
    src: url(../fonts/wingding.ttf);
}

body
{
	font-family: rwr;
	color: #4c5c65;
	/*background-color: #444444;*/
}

* 
{
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
    color-adjust: exact !important;                 /*Firefox*/
}

article
{
	position: relative;
	width: 621px;
	background-color: white;
	max-width: 100%;
	overflow: hidden;
}

article img
{
	max-width: 100%;
}

#back-to-top
{
	background-image: url(../img/Widget_backtotop_button.png);
	width: 81px;
	height: 81px;
	position: fixed;
	bottom: -18px;
	right: 0;

	-webkit-transition: bottom 0.2s;
	-moz-transition: bottom 0.2s;
	-ms-transition: bottom 0.2s;
	-o-transition: bottom 0.2s;
	transition: bottom 0.2s;

	display: none;
}

body.de #back-to-top
{
	background-image: url(../img/de_back_to_top_btn.png);
	width: 104px;
	height: 81px;

}

#back-to-top:hover
{
	bottom: -10px;
}

#popup
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*max-width: 621px;*/
	background-color: rgba(0,0,0,0.8);
	text-align: center;
	z-index: 10;
}

#popup iframe
{
	width: 640px;
	height: 360px;
	max-width: 90%;
	border: none;
}

#popup .contact-form
{
	background-color: white;
	padding: 50px;
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto;
}

#popup .contact-form h1
{
	margin-top: 0;
}

#popup .contact-form input,#popup .contact-form textarea
{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

#popup .contact-form textarea
{
	height: 120px;
}

#popup #popup-close
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	background-image: url(../img/Button_X.png);
	background-repeat: no-repeat;
	background-position: center;
}

#popup #popup-close:hover
{
	cursor: pointer;
}

.button
{
	background-color: #28BDBE;
	color: white;
	padding: 15px;
	display: inline-block;
	text-align: center;
}

h2
{
	font-size: 20px;
	line-height: 18.8px;
	color: #0583bc;
	font-family: rwsb;
	margin-bottom: 0;
}

#menu, #menu-mobile
{
	position: absolute;
	top: 301px;
	color: white;
	padding-top: 7px;
	padding-left: 24px;
	box-sizing: border-box;
	z-index: 2;
}

#menu-mobile
{
	z-index: 3;
}

#menu-mobile
{
	top: 30px;
	padding-left: 15px;
	display: none;
}

#menu > *:not(.last)
{
	display: inline-block;
	/*vertical-align: top;*/
	/*margin-right: 53px;*/
	margin-right: 43px;
}

body.de #menu > *:not(.last)
{
	margin-right: 26px;
}

#menu img, #menu-mobile, #submenu-mobile img
{
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#menu img:hover, #menu-mobile:hover, #submenu-mobile img:hover
{
	opacity: 0.5;
	cursor: pointer;
}

#menu.open #menu-menu:hover
{
	opacity: 1;
}

#submenu, #submenu-mobile
{
	position: absolute;
	top: 337px;
	left: 0px;
	padding-left: 26px;
	padding-top: 7px;
	z-index: 100;
	max-width: 620px;
    box-sizing: border-box;

	height: 100%;

	display: none;

	background-color: rgba(19, 79, 140, 0.9) !important;
}

#submenu > div
{
	margin-top: 10px;
}

#submenu-mobile
{
	position: fixed;
	top: 70px;
	width: 100%;
	left: -100%;

	display: block;

	-webkit-transition: left 0.3s;
	-moz-transition: left 0.3s;
	-ms-transition: left 0.3s;
	-o-transition: left 0.3s;
	transition: left 0.3s;
}

#submenu-mobile.open
{
	left: 0%;
}

#submenu-mobile img
{
	margin-bottom: 20px;
}

#submenu img
{
	margin-right: 4px;
	margin-bottom: 4px;
	vertical-align: top;
}

.widget .header, .widget .header-mobile
{
	position: relative;
	width: 620px;
	max-width: 100%;
	/*min-width: 100%;*/
	padding: 23px 25px;
	box-sizing: border-box;
	color: #0583bc;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}

.widget .header-mobile
{
	display: none;
	padding: 10px;
}

.widget .header
{
	height: 337px;
}

.widget .header:after
{
	content: "";
	position: absolute;
	background-color: rgba(19,79,140,0.9);
	width: 100%;
	height: 35px;
	bottom: 0px;
	left: 0px;
}



body.fixed .widget .header
{
    position: fixed;
    top: -302px;
}

body.fixed #menu
{
	position: fixed;
    top: 0px;
    z-index: 2;
}

body.fixed article
{
	padding-top: 340px;
}

body.fixed #submenu
{
	position: fixed;
    top: 35px;
}

.widget.home .header
{
	background-image: url(../img/home/home_header_image.png) !important;
}

body.de .widget.home .header
{
	background-image: url(../img/home/de/home_header_img.png) !important;
}

body.de .widget.resources .header
{
	background-image: url(../img/resources/de/widget_resources_header_img.png) !important;
}

.widget.about .header
{
	background-image: url(../img/about/Widget_about_header_image.png) !important;
}

/*.widget.about .header .header-subheader2
{
	width: 190px;
}*/

.widget.clinic-finder .header
{
	background-image: url(../img/clinic-finder/de/widget_klinikfinder_header_img.png);
}

.widget.faq .header
{
	background-image: url(../img/faq/Widget_faq_header_image.png) !important;
}

/*.widget.faq .header > div
{
	width: 190px;
}*/

.widget.listen .header
{
	background-image: url(../img/listen/Widget_listen_header_image.png) !important;
}

.widget.right .header
{
	background-image: url(../img/right/Widget_questionnaire_header_image.png) !important;
}

.widget.right-results .header
{
	background-image: url(../img/right/results_header.jpg) !important;
}

/*.widget.right-results .header > div
{
	width: 190px;
}
*/
.widget.talk .header
{
	background-image: url(../img/talk/Widget_ambassador_header_image.png) !important;
}

/*.widget.talk .header > div
{
	width: 240px;
}*/

/*.widget.talk .header .header-subheader1, .widget.talk .header .header-subheader2
{
	width: 200px;
}*/

.widget.resources .header
{
	background-image: url(../img/resources/Widget_resources_header_image.png) !important;
}

/*.widget.resources .header > div
{
	width: 240px;
}
*/
.header-subheader1
{
	margin-top: 39px;
	color: #0583BB;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}

.header-subheader2
{
	color: #3E6D9D;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}

.header-welcome-to
{
	font-family: rwm;
	font-size: 28px;
	line-height: 29px;

}

.header-support-link
{
	font-family: rweb;
	font-size: 28px;
	line-height: 29px;
}

.header-providing-answers
{
	font-size: 16px;
	line-height: 18px;
	color: #134f8c;
	margin-top: 5px;
}

.disclaimer, .home-our-education
{
	font-size: 16px;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 32px;
	padding-left: 23px;
	padding-right: 23px;
	box-sizing: border-box;
}

.home-our-education
{
	margin-top: 32px;
	margin-bottom: 32px;
}

.home #buttons
{
	padding-left: 9px;
	box-sizing: border-box;
}

.home #buttons img, #submenu img
{
	vertical-align: top;
	margin-bottom: 8px;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	max-width: 96%;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#submenu img
{
	max-width: 91%;
}

.home #buttons img:hover, #submenu img:hover
{
	opacity: 0.8;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
	cursor: pointer;

	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03);
}

.home #buttons .left
{
	margin-right: 4px;
}

.home #buttons .last
{
	margin-bottom: 0px;
}

.container
{
	padding-left: 52px;
	padding-right: 52px;
	padding-top: 20px;
	padding-bottom: 43px;
	font-size: 18px;
	line-height: 20px;
	color: #4c5c65;
}

.cyan-box
{
	padding-top: 24px;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 24px;

	border: 2px solid #28bdbe;
}

.quiz-section
{
	padding-top: 19px;
	padding-bottom: 19px;
	padding-left: 52px;
	/*padding-right: 25px;*/
	padding-right: 52px;

	background-color: #f5faff;
    border-bottom: 1px solid #ade1fa;
}

.quiz-section.open.last
{
	border-bottom: none;
}

.quiz-section.open
{
	background-color: transparent;
}

.quiz-section > div:nth-child(1)
{
	font-family: rwsb;
	font-size: 16px;
	line-height: 20px;
	color: #134f8c;
}

.quiz-section > div:nth-child(2)
{
	font-family: rwr;
	font-size: 16px;
	line-height: 20px;
	color: #134f8c;	
}

.quiz-section > div:nth-child(2) span
{
	float: right;
	font-size: 12px;
	line-height: 14px;
	margin-right: -25px;
}

.quiz-section > div:nth-child(3)
{
	display: none;
	margin-top: 31px;
}

.quiz-section.open > div:nth-child(3)
{
	display: block;
}

.quiz-next-button
{
	position: absolute;
	margin-top: 23px;
	right: 52px;
	opacity: 0.5;
	pointer-events: none;
}

.org-buttons
{
	/*white-space: nowrap;*/
}

.org-buttons > a
{
	display: inline-block;
	vertical-align: top;
	margin-right: 2px;
	margin-bottom: 10px;
}

.quiz-next-button.enabled
{
	opacity: 1;
	pointer-events: all;
}

.quiz-section textarea
{
	display: block;
	width: 100%;
	height: 100px;
	padding: 10px;
	box-sizing: border-box;
}

.quiz-back-button
{
	margin-top: 23px;
}

.quiz-section input[type=radio], .quiz-section input[type=checkbox]
{
	display: none;
}

.quiz-section input[type=radio] + label, .quiz-section input[type=checkbox] + label
{
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	padding-left: 29px;
	cursor: pointer;
}

.quiz-section .opt
{
	display: inline-block;
	vertical-align: top;
	width: 180px;
	margin-bottom: 20px;
}

.quiz-section .opt.last
{
	width: inherit;
}

.quiz-section input[type=radio] + label:before, .quiz-section input[type=checkbox] + label:before
{
    content: "";
    position: absolute;
    margin-top: -3px;
    margin-left: -30px;
    border: 1px solid #0583BB;
    width: 20px;
    height: 20px;

    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.quiz-section input[type=radio]:hover + label:before, .quiz-section input[type=checkbox]:hover + label:before
{
	background-color: #D7EFFB;
	/*background-color: #28BDBE;*/
}

.quiz-section input[type=radio]:checked + label:before, .quiz-section input[type=checkbox]:checked + label:before
{
	background-color: #0583BB;
}

.publication .poster
{
	width: 80px;
	display: inline-block;
	vertical-align: top;
	margin-right: 17px;
}

.publication .info
{
	display: inline-block;
	vertical-align: top;
	width: 400px;
}

.publication > div h1
{
	font-family: rwm;
	font-size: 16px;
	margin: 0;
	margin-bottom: 16px;
	color: #0583bc;
	line-height: 18.8px;
}

.accordion > div:nth-child(2)
{
	display: none;
	padding-left: 52px;
	padding-right: 52px;
	/*padding-top: 43px;*/
	padding-top: 20px;
	padding-bottom: 43px;
	font-size: 18px;
	line-height: 20px;
	color: #4c5c65;
}

.accordion > div:nth-child(2) h2
{
	font-family: rwsb;
	font-size: 18px;
	color: #134f8c;
	line-height: 20px;
	margin-bottom: 18px;
	margin-top: 40px;
}

.video-container
{
	background-image: url(../img/listen/Widget_listen_1_play_button.png);
	background-repeat: no-repeat;
	background-position: right 30px;
	margin-bottom: 32px;
}

.video-container.no-vid
{
	background-image: none;
}

.video-container.small
{
	background-image: none;
	margin-bottom: 16px;
}

.video-container.last
{
	margin-bottom: 0px;
}

.video-container.link
{
	text-decoration: none;
}

.video-container > div
{
	display: inline-block;
	vertical-align: top;
	margin-left: 13px;
	width: 370px;
}

.video-container.small > div
{
	width: 450px;
}

.video-container > div h2
{
	margin-top: 0px !important;
	margin-bottom: 10px !important;
	font-family: rwm;
	font-size: 20px;
	color: #0e5082;
	line-height: 18px;
}

.video-container > div div
{
	font-size: 15px;
	line-height: 18px;
	color: #0f1d41;
}

.video-container .link
{
	color: #459DC8;
}

.video-container.small > div div
{
	line-height: 18px;
	color:  #4c5c65;
}

.accordion > div:nth-child(2) h3
{
	font-family: rwr;
	font-size: 18px;
	line-height: 22px;
	color: #0583bc;
	font-weight: normal;
	margin: 0;
	margin-bottom: 13px;
}

.accordion > div:nth-child(1)
{
	font-size: 20px;
	color: #134f8c;
	line-height: 18.8px;
	background-color: #f5faff;
	border-bottom: 1px solid #ade1fa;
	height: 70px;
	padding-top: 27px;
	padding-left: 60px;

	box-sizing: border-box;

	background-image: url(../img/Widget_arrow_side.png);
	background-repeat: no-repeat;
	background-position: 34px center;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

	cursor: pointer;
}

.accordion.open > div:nth-child(1)
{
	font-family: rwsb;
	background-image: url(../img/Widget_arrow_up.png);
	color: #0583bc;
	background-color: transparent;
	border: none;
}

.accordion > div:nth-child(2)
{
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.accordion.open > div:nth-child(2)
{
	opacity: 1;
}

ul
{
	padding: 0;
	margin: 0;
}

li
{
	list-style: none;
	padding-left: 30px;
}

ol li
{
	padding-left: 0px;
}

ul li:before
{
	content: "";
	background-color: #134F8D;
	position: absolute;
	width: 12px;
	height: 12px;
	margin-left: -30px;
	margin-top: 4px;
}

li .number
{
	position: absolute;
	margin-left: -37px;
	font-family: rwsb;
	font-size: 16px;
	line-height: 20px;
	color: #134f8c;
}

.blue
{
	font-weight: bold;
	color: #385C8D;
}

.link
{
	color: #1383C5;

	text-decoration: underline;
}

.link, .button
{
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.link:hover, .button:hover, #back-to-top:hover
{
	cursor: pointer;
	opacity: 0.7;
}

.no-vid.link
{
	cursor: default;
}

.no-vid.link:hover
{
	opacity: 1;
}

.size2 .text
{
	font-size: 125%;
	line-height: 100%;
}

.size3 .text
{
	font-size: 150%;
	line-height: 100%;
}

.contact-box
{
	text-decoration: none;
}

.contact-box div
{
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	font-weight: bold;
}

.contact-box a
{
	color: inherit;
	text-decoration: none;
}

hr
{
	border-top: 1px solid #B5E3FA;
}

#results-print #results > div
{
	border: 1px solid #B7E3F9;
	padding: 10px;
	box-sizing: border-box;
}

#results-print *:after
{
	display: none !important;
}

#results-print #results > div > div:nth-child(2)
{
	margin-top: 10px;
	font-weight: bold;
}

#results-print .bottom-line
{
	color: white !important;
	background-color: rgba(0,0,0,0.7) !important;
	padding: 10px;
	padding-left: 52px;
	box-sizing: border-box;
	font-weight: bold;
    margin-top: -40px;
}

.spacer24 { margin-top: 24px; }
.spacer25 { margin-top: 25px; }
.spacer30 { margin-top: 30px; }
.spacer31 { margin-top: 31px; }
.spacer37 { margin-top: 37px; }
.spacer38 { margin-top: 38px; }
.spacer39 { margin-top: 39px; }
.spacer40 { margin-top: 40px; }
.spacer41 { margin-top: 41px; }
.spacer43 { margin-top: 43px; }
.spacer44 { margin-top: 44px; }
.spacer47 { margin-top: 47px; }
.spacer53 { margin-top: 53px; }

.ZebraDialog
{
	max-width: 90%;
}

@media (max-width: 620px) {

	#menu, .header > div
	{
		display: none;
	}

	#submenu
	{
		position: fixed;
		top: 70px;
	}

	#menu-mobile, .widget .header-mobile
	{
		display: block;
	}

	.home-our-education
	{
		padding: 10px;
		margin-top: 5px;
	}

	.header-providing-answers
	{
		color: #57B8EA;
	}

	.widget .header:after
	{
		position: fixed;
		height: 70px;
		top: 0px;
		z-index: 2;
	}

	.widget .header
	{
		/*background-size: contain;*/
		background-position: center;
		height: 200px;
		margin-top: 70px;
	}

	/*
	body.mobile-fixed .widget .header
	{
		position: fixed;
		top: -166px;
		left: 0;
	}
	*/

	/*body.mobile-fixed #menu-mobile*/
	#menu-mobile
	{
		position: fixed;
	    top: 0px;
    	left: 0px;
    	padding: 24px;
	}

	/*
	body.mobile-fixed #submenu-mobile, body.mobile-fixed #submenu
	{
		position: fixed;
    	top: 32px;
	}
	*/

	/*
	body.mobile-fixed article
	{
		padding-top: 200px;
	}
	*/

	.widget.home .header
	{
		/*background-image: url(../img/home/home_header_mobile_image.png) !important;*/
	}

	.header-welcome-to 
	{
    	font-size: 18px;
    	line-height: 19px;
	}

	.header-subheader1, .header-subheader2
	{
		/*font-size: 14px;*/
		/*line-height: 14px;*/
	}
}

@media (max-width: 615px) {

	#menu
	{
		padding-left: 10px;
	}

	/*
	#menu > *:not(.last)
	{
		margin-right: 30px;
	}
	*/

}

@media (max-width: 649px) {

	.quiz-section .opt
	{
		display: block;
	}

	.org-buttons
	{
		white-space: normal;
	}

	.org-buttons > a
	{
		margin-bottom: 6px;
	}

	.accordion > div:nth-child(1)
	{
	    background-position: 12px center;
	    padding-left: 40px;
	    padding-right: 10px;
	}

	.accordion > div:nth-child(2), .container, .quiz-section
	{
		padding-left: 10px;
		padding-right: 10px;
	}

	.quiz-section > div:nth-child(2) span
	{
		margin-right: 10px;
	}

	.quiz-next-button
	{
		right: 10px;
	}

	#popup .contact-form
	{
		padding: 10px;
	}

	#popup .contact-form select, #popup .contact-form input, #popup .contact-form textarea
	{
		width: 100%;
	}

	#popup .contact-form select#day
	{
		margin-bottom: 20px;
	}

	#popup .contact-form h1
	{
		font-size: 24px;
	}

	.read-button, .download-button
	{
		display: block;
	}

	.publication .info
	{
		width: 100%;
	}

	#popup #popup-close
	{
		top: 5px;
	}

	.save-report-button
	{
		margin-top: 20px;
	}

	.video-container > div
	{
	    width: 54%;
	}

	.video-container.small > div
	{
		width: 80%;
	}


}


/* ==========================================================================
	 Helper classes
	 ========================================================================== */

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
	 EXAMPLE Media Queries for Responsive Design.
	 These examples override the primary ('mobile first') styles.
	 Modify as content requires.
	 ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
	 (-o-min-device-pixel-ratio: 5/4),
	 (-webkit-min-device-pixel-ratio: 1.25),
	 (min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
	 Print styles.
	 Inlined to avoid the additional HTTP request: h5bp.com/r
	 ========================================================================== */

@media print {

	.widget .header:after
	{
		display: none;
	}

	* {
			background: transparent !important;
			color: #000 !important; /* Black prints faster: h5bp.com/s */
			box-shadow: none !important;
			text-shadow: none !important;
	}

	a,
	a:visited {
			text-decoration: underline;
	}

	a[href]:after {
			content: " (" attr(href) ")";
	}

	abbr[title]:after {
			content: " (" attr(title) ")";
	}

	/*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
			content: "";
	}

	pre,
	blockquote {
			border: 1px solid #999;
			page-break-inside: avoid;
	}

	thead {
			display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
			page-break-inside: avoid;
	}

	img {
			max-width: 100% !important;
	}

	p,
	h2,
	h3 {
			orphans: 3;
			widows: 3;
	}

	h2,
	h3 {
			page-break-after: avoid;
	}
}
