@import url(//addsite.nl/addbeheer/themes/addsite/css/iconen.css); 
@import url(addform.css);

body {
	font-family: 'Interstate', sans-serif !important;
	background: #fff;
	font-size: 16px;
	color:#676767;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*
 * A better looking default horizontal rule
 */

hr {
	position: relative;
    display: block;
    max-width: 100%;
    height: 1px;
    border: 0;
    margin: 0.6em 0 0.8rem;
    padding: 0;
    background: rgba(3, 13, 41, 0.1);
}
.text-center hr,
.center hr {
	margin-left: auto;
	margin-right: auto;
}



hr.devider {
	position: relative;
  display: block;
  max-width: 100%;
  height: 2px;
  border: 0;
  margin: 0.6em 0 0.8rem;
  padding: 0;
  background: rgba(3, 13, 41, 0.1);
}
.text-center hr {
	margin-left: auto;
	margin-right: auto;
}

hr.custom {
	margin-left:1px;
	margin-top: 1rem;
	margin-bottom: 20px;
	max-width: 100px;
	height: 1px !important;
	border-radius: 0px;
	background: #d3aa62;	
}
.center hr.custom {
	margin-left: auto;
	margin-right: auto;
}
.usp-box hr.custom { 
	max-width: 60px;
}
.text-center hr.custom {
	margin-top: 2rem;
	margin-left: auto;
	margin-right: auto;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
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;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
	box-shadow: inset 0 0px 0px rgba(10, 10, 10, 0.1);
}

a {
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	outline: 0;
	color: #d3aa62;
}
a:hover {
	color: #b9924d
}

[class*=" bg-"]:not(.bg-white):not(.bg-light) a {
	color: rgba(255, 255, 255, 1) !important;
} 



p {
	font-size: 1rem;
	line-height: 1.9;
}


p a {
	position: relative;
}
p a:after {
	content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0px;
  border-radius: 0px;

  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

p a:hover:after {
	opacity: 1;
	visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

img {
	-ms-interpolation-mode:bicubic;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Interstate', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	line-height: 1.1;
	color: #000;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light) h1,
[class*=" bg-"]:not(.bg-white):not(.bg-light) h2, 
[class*=" bg-"]:not(.bg-white):not(.bg-light) h3, 
[class*=" bg-"]:not(.bg-white):not(.bg-light) h4, 
[class*=" bg-"]:not(.bg-white):not(.bg-light) h5, 
[class*=" bg-"]:not(.bg-white):not(.bg-light) h6 {
	/* color: rgba(255, 255, 255, 1) !important; */
} 

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-size: 80%;
	line-height: 0;
	color: #222;
	font-family: 'Interstate', sans-serif;
	font-weight: 300;
}

.big h1, .big h2, .big h3, .big h4, .big h5, .big h6 {
		
}
.on-dark,
.on-dark p {
	color: #fff !important;
}
.sans-serif {
	font-family: 'Interstate', sans-serif !important;
}
.my-font {
	font-family: 'Interstate', sans-serif !important;
}
.condensed {
	font-family: 'Interstate Condensed', serif !important;
}

ul, ol, dl {
	font-weight: normal;
}

.padding-small {
	padding: 2rem 0;
}
.padding-medium {
	padding: 3rem 0rem !important;
}


.padding-large {
	padding: 6rem 0em 5rem !important;
}
.padding-larger {
	padding: 7rem 0em 5rem !important;
}
.padding-huge {
	padding: 10rem 0em 7rem !important;
}
.white-popup.full .padding-larger {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
		@media (max-width: 1024px) {
			.padding-huge {
				padding: 6rem 0em 6rem !important;
			}
		}
		@media (max-width: 768px) {
			.padding-huge {
				
			}
			.padding-large {
				padding: 4rem 0em !important;
			}
			.padding-larger {
				padding: 5rem 0em  3rem !important;
			}
			
		}
		@media (max-width: 640px) {
			.padding-huge {
				padding: 6rem 0em 4rem !important;
			}
		}
		
		@media (max-width: 440px) {
			.padding-large {
				padding: 3rem 0em !important;
			}
			.padding-larger {
				padding: 3rem 0em !important;
			}
		}
		@media (max-width: 320px) {
			.padding-medium {
				padding: 2rem 0rem !important;
			}
			.padding-large {
				padding: 3rem 0em !important;
			}
			.padding-larger {
				padding: 4rem 0em !important;
			}
		}
	

.padding-top-huge {
	padding-top: 12rem;
}
.padding-top-large {
	padding-top: 10rem;
}
.padding-top-medium {
	padding-top: 5rem;
}
.padding-top-small {
	padding-top: 2rem;
}

.padding-left {
	padding: 2em 0;
}
.padding-left-medium {
	padding-left: 1rem !important;
}
.padding-left-large {
	padding-left: 2rem !important;
}



.padding-right-large {
	padding-right: 2rem !important;
}

.padding-bottom {
	padding-bottom: 0em !important;
}
.padding-bottom-small {
	padding-bottom: 2rem !important;
}
.padding-bottom-medium {
	padding-bottom: 4rem;
}
.padding-bottom-large {
	padding-bottom: 6rem;
}
	@media (max-width: 420px) {
		.padding-bottom-large {
			padding-bottom: 3rem;
		}
	}
	
/* Margins */
.margin-top-large {
	margin-top: 6rem;
}
.margin-top-medium {
	margin-top: 4rem;
}
.margin-top-small {
	margin-top: 2rem;
}

	@media (max-width: 320px) {
		.margin-top-medium {
			margin-top: 2rem;
		}
	}

.no-border-left {
	border-left: 0 !important;
}

.is-absolute {
	position: absolute;
	top:0;
	left:0;
}
.is-relative {
	position: relative;
}

.lowercase {
	text-transform: none !important;
}

.italic {
	font-style: italic !important;
}
.thin {
	font-weight: 100 !important;
}
.light {
	font-weight: normal !important;
}
.regular {
	font-weight: normal !important;
}
.semibold {
	font-weight: normal !important;
}
.bold {
	font-weight: 700 !important;
}
.black {
	font-weight: 900 !important;
}

.center {
	text-align: center !important;
}
.uppercase {
	text-transform: uppercase;
}
.radius {
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
}
.round {
	border-radius: 1000px !important;
}
.full-width {
	width: 100% !important;
}
.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0 !important;
}

/*
-----------------------------
BACKGROUND COLORS
-----------------------------
*/

.bg-primary {
	background-color: #000 !important;
}
.bg-secondary {
	background-color: #e9e9e9 !important;
}
.bg-color3 {
	background-color: #7f7f7f !important;
}

/* Green */
.bg-success {
	background-color: #50d88d !important;
}
/* red */
.bg-alert {
	background-color: #ee3131 !important;
}

/* Dark */
.bg-dark {
	background-color: #404040 !important;
}
.bg-dark.opac {
	background-color: rgba(43, 43, 43, 0.92) !important;
}

.bg-lightgrey {
	background-color: #e0e0e0 !important;
}
.bg-darkgrey {
	background-color: #525252 !important;
}

/* Lighter */
.bg-light {
	background-color: #f8f8f8 !important;
}
.bg-light.opac {
	background-color: rgba(248, 248, 248, 0.92) !important;
}

/* White */
.bg-white {
	background-color: #fff !important;
}
.bg-white.opac {
	background-color: rgba(255, 255, 255, 0.8) !important;
}

.inner-shadow {
	-webkit-box-shadow: inset 0 -2px 0 0px rgba(0, 0, 0, 0.06), 0 1px 20px rgba(0, 0, 0, 0.1);
    			box-shadow: inset 0 -2px 0 0px rgba(0, 0, 0, 0.06), 0 1px 20px rgba(0, 0, 0, 0.1) ;
}
.inner-shadow-dark {
	-webkit-box-shadow: inset 0 -3px 0 0px rgba(0, 0, 0, 0.06), 0 2px 20px rgba(0, 0, 0, 0.7);
    			box-shadow: inset 0 -3px 0 0px rgba(0, 0, 0, 0.06), 0 2px 20px rgba(0, 0, 0, 0.7) ;
}
.shadow {
	-webkit-box-shadow:  0 1px 10px rgba(0, 0, 0, 0.1);
   				box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) ;
}
.large-shadow {
	-webkit-box-shadow:  0 24px 80px rgba(0, 0, 0, 0.2);
    			box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
}

.dark-shadow {
	-webkit-box-shadow: inset 0 -3px 0 0px rgba(0, 0, 0, 0.1), 0 1px 20px rgba(0, 0, 0, 0.1);
    			box-shadow: inset 0 -3px 0 0px rgba(0, 0, 0, 0.1), 0 1px 20px rgba(0, 0, 0, 0.1) ;
}

.huge-shadow {
	-webkit-box-shadow:  0 1px 60px rgba(0, 0, 0, 0.1);
    			box-shadow: 0 1px 60px rgba(0, 0, 0, 0.1) ;
}

.bg-shade {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.bg-shade-40 {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.4)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
}



/* Svg */

svg:not(:root) {
	overflow: hidden;
}


/*
-----------------------------
TEXT COLORS
-----------------------------
*/

.c-primary {
	color: #000 !important;
}

.c-secondary {
	color: #e9e9e9 !important;
}

.c-color3 {
	color: #7f7f7f !important;
}
.c-gold {
	color: #d3aa62 !important;
}

/* Green */
.c-success {
	color: #50d88d !important;
}
/* red */
.c-alert {
	color: #ee3131 !important;
}

/* Dark */
.c-dark {
	color: #404040 !important;
}

.c-lightgrey {
	color: #eff0f0 !important;
}
.c-darkgrey {
	color: #5c5c5c !important;
}
.c-white {
	color: #fff !important;
}
.c-black {
	color: #000 !important;
}


/* BUTTONS */

button {
	font-family: 'Interstate Condensed', sans-serif !important;
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.button {
	font-family: 'Interstate Condensed', sans-serif !important;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 2px !important;
	font-size: 0.86rem;
	padding-top: 0.96rem;
	padding-bottom: 0.96rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	/* -webkit-clip-path: polygon(100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 0);
			clip-path: polygon(100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 0); */
}
.button:hover, .button:focus {
	outline: 0;
/* 	transform: translateY(-3px) */
}
.button span {
	display: inline-block;
}
.button i {
	position: relative;
	top:0px;
	display: inline-block;
	margin: 0 0px 0 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.button {
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.button:hover i.icon-arrow-right {
	-webkit-transform: translate(3px, 0);
            transform: translate(3px, 0);
}
.button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  box-shadow: 0 10px 22px black;
  opacity: 0;
  border-radius: 0px !important;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.button.round:after {
	border-radius: 1000px !important;
}

.button:hover:after {
    opacity: 0.2;
}

.large.button {
	padding-top: 1.125rem;
	padding-bottom: 1.125rem;
	font-size: 0.96rem;
	font-weight: 600 !important;

}
.huge.button {
	font-size: 1.4rem;
	font-weight: 400 !important;
	letter-spacing: 6px;
}



@media (max-width: 1440px) { 
	.button {
	
	
	}
}
@media (max-width: 768px) { 
	.button {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
@media (max-width: 440px) { 
	.button {
		font-size:1rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
/* White */
.button.white {
  color: #000 !important;
	background: #fff;
}
.button.white span {
  color: #000 !important;
}
/* Empty */
.button.empty {
	border:0 !important;
	background: transparent !important;
}
.button.empty:hover:after {
	opacity: 0;
}

/* Golf */
.button.gold {
	background: #d3aa62;
	color: #fff;
}

/* Hollow */
.button.hollow {
	
}
.button.hollow.primary {
  color: #000;
  border-color: #000;
}
.button.hollow.secondary {
  color: #0d33a1;
}
.button.hollow.color3 {
  color: #03133f;
}
.button.hollow.color4 {
    color: #a9acad;
}
.button.hollow.white {
    color: #fff;
}

.button.hollow.dark {
	color: #041333;
}
.button.hollow.primary:hover {
	background-color: #0d33a1;
	border-color: #0d33a1;
  color: #fff;
}

/* Transparant */
.button.transparant {
	background-color: transparent !important;
	border:0;
	padding-left:0;
	padding-right:0;
}
.button.transparant:after {
	background-color: #fff;
	left: -1.5rem;
	width: calc(100% + 2.5rem);
	
}
.button.transparant.primary {
  color: #1e3d77;
}
.button.transparant.secondary {
  color: #b41d52;
}
.button.transparant.color3 {
  color: #25b0ed;
}
.button.transparant.color4 {
    color: #727fa0;
}
.button.transparant.white {
    color: #fff;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light) a.more {
	color: #fff !important;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light) a.more:hover {
	color: #d3aa62 !important;
}


/*
-----------------------------
HEIGHTS
-----------------------------
*/

.height-full {
	height: 100% !important;
	max-height: 780px !important;
}
.height-75,
.height-larger {
	min-height: 750px !important;
}
.height-60,
.height-large {
	min-height: 600px !important;
	
}
.height-50,
.height-medium {
	min-height: 500px;
	max-height: 600px !important;
}
.height-25,
.height-small {
	min-height: 200px;
}



	@media (max-width: 1024px) { 
		.height-75 {
			max-height: 640px !important;
		}

	}
	@media (max-width: 768px) {
		.height-full {
			max-height: 720px !important;
		}
		.height-75 {
			max-height: 640px !important;
		}
	}
	@media (max-width: 640px) {
		.height-full {
			max-height: 520px !important;
		}
		.height-75 {
			max-height: 360px !important;
		}
	}

/*
-----------------------------
IMAGE BLENDMODES
-----------------------------
*/
.multiply {
	background-blend-mode: multiply !important;
}
.screen {
	background-blend-mode: screen !important;
}
.overlay {
	background-blend-mode: overlay !important;
}
.soft-light {
	background-blend-mode: soft-light !important;
}
.darken {
	background-blend-mode: darken !important;
}
.lighten {
	background-blend-mode: lighten !important;
}
.color-dodge {
	background-blend-mode: color-dodge !important;
}
.saturation {
	background-blend-mode: saturation !important;
}
.color {
	background-blend-mode: color !important;
}
.luminosity {
	background-blend-mode: luminosity !important;
}



/*
-----------------------------
IMAGE GRAYSCALE
-----------------------------
*/

.grayscale {
  /* Firefox 10+, Firefox on Android */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='//www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");

  /* IE 6-9 */
  filter: gray;

  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(100%);
}

.grayscale.grayscale-fade {
  -webkit-transition: -webkit-filter .5s;
}

.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0%);
  filter: none;
}

.grayscale-replaced.grayscale-fade svg {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.grayscale-replaced.grayscale-fade:hover svg {
  opacity: 0;
  filter: alpha(opacity=0);
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * //snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.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:
 * https://www.drupal.org/node/897638
 */

.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;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.clearer {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer.line {
	height:1px;
	margin: 10px auto;
	background: #eee;
	position: relative;
}

.clearer.h5 {
	height: 5px;
}
.clearer.h10 {
	height: 10px;
}
.clearer.h15 {
	height: 15px;
}
.clearer.h20 {
	height: 20px;
}
.clearer.h25 {
	height: 25px;
}
.clearer.h30 {
	height: 30px;
}
.clearer.h35 {
	height: 35px;
}
.clearer.h40 {
	height: 40px;
}
.clearer.h45 {
	height: 45px;
}
.clearer.h50 {
	height: 50px;
}
.clearer.h55 {
	height: 55px;
}
.clearer.h60 {
	height: 60px;
}
.clearer.h65 {
	height: 65px;
}
.clearer.h70 {
	height: 70px;
}
.clearer.h75 {
	height: 75px;
}
.clearer.h80 {
	height: 80px;
}
.clearer.h85 {
	height: 85px;
}
.clearer.h90 {
	height: 90px;
}
.clearer.h95 {
	height: 95px;
}
.clearer.h100 {
	height: 100px;
}
.clearer.h120 {
	height: 120px;
}
.clearer.h140 {
	height: 140px;
}
.clearer.h160 {
	height: 160px;
}
.clearer.h180 {
	height: 180px;
}
.clearer.h200 {
	height: 200px;
}


/* ==========================================================================
   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,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   //www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   //www.sanbeiji.com/archives/953 */
        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;
    }

    /*
     * Printing Tables:
     * //css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
