@import url('https://addsite.nl/addbeheer/themes/addsite/css/iconen.css');
@import url(addform.css);
@import url('https://fonts.googleapis.com/css?family=Asap:400,400i,600,700,700i');


body
{
	font-family: 'Asap', Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: #fff;
	font-size: 16px;
	color: #3d3d3c;
}


html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a,
a i {
/* 	color: #267064; */
	outline: 0;
	-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;
}

a:hover {
}

p {
	font-size: 1rem;
	line-height: 1.9;
}
p a i {
	position: relative;
	top: 2px;
	margin-left: 3px;
}
p a:hover i {

}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Asap', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	line-height: 1.1;
	color: #3d3d3c;

 }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-size: 100%;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #012343;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {

}
[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: none !important;
}
textarea {
	min-height: 200px;
}

input::placeholder, textarea::placeholder {
	position: relative;
}
input[readonly] {
	background: #fff;
	cursor: text
}


b, strong {
	font-weight: 700;
}
label {
	font-size: 1rem;
}
input[type='text'] {
	box-shadow: none !important;

}
.input-group-label {
	background-color: #fff;
}
.input-group-label:last-child {
	border-radius: 0 3px 3px 0;
}

.input-group-button .button {
}

select {
	border-radius: 5px;
	border-color: rgba(0, 0, 0, 0.1)
}

table thead, table tbody, table tfoot {
	border:0;
}

/* Callouts */
.callout {
	padding-left: 40px !important;
}
.callout.primary {
	border:0;
	background-color: rgba(197, 0, 77, 0.15);
	border-radius: 0;
	padding: 0.76rem 1rem;
}
.callout.tertiary {
	border:0;
	background-color: rgba(179, 165, 40, 0.26);
	border-radius: 0;
	padding: 0.76rem 1rem;
}
.callout.gray {
	border:0;
	background-color: rgba(227, 228, 233, 0.26);
	color: #3d3d3c;
	border-radius: 0;
	padding: 0.76rem 1rem;
}

.callout i {
	position: absolute;
	top: 0.96rem;
	left: 1rem;
}
.callout p {
	line-height: 1.4;
}


/* Dropdown Pane*/
.dropdown-pane {

	border-radius: 0;
  border:0;
  z-index: 9999 !important;

}
.dropdown-pane.is-open {
}



/* Title Size
------------------------------------------------
*/

.title {
	margin-bottom: 1rem;
}
.title-tiny {
	font-size: 90%;
}
.title-small {
	font-size: 1.2rem;

}
.title-medium {
	font-size: 1.6rem;

}
.title-large {
	font-size: 3rem;

}
.title-huge {
	font-size: 4rem;

}



/* Sub */
.subtitle {
	margin-bottom: 1rem;
	font-size: 100%;
}
.subtitle-tiny {
	font-size: 70%;
	line-height: 1.1;
}
.subtitle-small {
	font-size: 120%;
	line-height: 1;
}
.subtitle-medium {
	font-size: 180%;
	line-height: 1.1;
}
.subtitle-large {
	font-size: 240%;
	line-height: 1.1;
}
.subtitle-huge {
	font-size: 320%;
	line-height: 1.2;
}


/*Sections */
.section-title {

}

/*
---------------------------
TOOLTIPS
---------------------------
*/

.has-tip {
	border:0;
	font-weight: normal;
	position: relative;
	display: inline-block;
	cursor: pointer;

}
.tooltip {
	max-width: 14rem;
	font-size: 0.76rem;
	border-radius: 0;
	background: #000;
	line-height: 1.2;
	border-radius:3px;
}


/* Introduction
------------------------------------------------
*/

.intro {
	font-size: 0.96rem;
	display: inline-block;
	margin-bottom: 10px;
}

.lead {
	padding-top: 10px;
	font-size: 120%;
}



/* Text Size
------------------------------------------------
*/
.text-tiny {
	font-size: 0.76rem;
}
.text-small {
	font-size: 1rem;
}
.text-medium {
	font-size: 1.2rem;
}
.text-large {
	font-size: 1.6rem;
}
.text-huge {
	font-size: 2rem;
}


p big {
	font-size: 130%;
	line-height: 1.2;
}
.bg-dark .text-white p,
.bg-black .text-white p {
	color: rgba(255, 255, 255, 0.8) !important;
}

.bg-color3 {
    background-color: #77859a !important;
}

/* Text Colors
------------------------------------------------
*/
.text-primary,
.c-primary {
	color: #c5004b !important;
}
.text-primary-two,
.c-primary-two {
	color: #ca3e60 !important;
}
.text-primary-three,
.c-primary-three {
	color: #d56277 !important;
}


.text-secondary,
.c-secondary {
	color: #267064 !important;
}
.text-tertiary,
.c-tertiary	{
	color: #b2a527 !important;
}
.text-success,
.c-success {
	color: #3adb76 !important;
}
.text-warning,
.c-warning {
	color: #fda61d !important;
}
.text-alert,
.c-alert {
	color: #ef3042 !important;
}
.text-light-gray,
.c-light-gray {
	color: #bcbcba !important;
}
.text-medium-gray,
.c-medium-gray {
	color: #818180 !important;
}
.text-dark-gray,
.c-dark-gray {
	color: #474746 !important;
}
.text-dark,
.c-dark {
	color: #232f36 !important;
}
.text-black,
.c-black {
	color: #000;
}
.text-black-80,
.c-black-80 {
	color: rgba(0, 0, 0, 0.8);
}
.text-white,
.c-white {
	color: #ffffff !important;
}
.text-light,
.c-light {
	color: #f8f8f8 !important;
}
.c-twitter {
	color: #55acef !important;
}
.c-facebook {
	color: #3b5a99 !important;
}


.c-linkedin {
	color: #007bb5 !important;
}
.c-instagram {
	color: #a13cad !important;
}
.c-youtube {
	color: #e1302f !important;
}
.c-googleplus {
	color: #e44538 !important;
}


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


/* Text Style
------------------------------------------------
*/

.text-italic {
	font-style: italic;
}
.text-uppercase {
	text-transform: uppercase;
}

.font-weight-100 { font-weight: 100; }
.font-weight-200 { font-weight: 200; }
.font-weight-300 { font-weight: 300; }
.font-weight-400 { font-weight: 400; }
.font-weight-500 { font-weight: 500; }
.font-weight-600 { font-weight: 600; }
.font-weight-700 { font-weight: 700 !important; }
.font-weight-800 { font-weight: 800; }
.font-weight-900 { font-weight: 900; }

/* Sizes */
.image-size-25 {
	width: 25%;
}
.image-size-33 {
	width: 31.5%;
}
.image-size-50 {
	width: 50%;
}
.image-size-75 {
	width: 75%;
}
.image-size-100 {
	width: 100%;
	margin-bottom: 1em;
	margin-left: 0 !important;
}


/* Horizontal rules
------------------------------------------------
*/

hr {
	max-width: 100%;
	margin: 10px 0 10px;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.08);
}
.text-center hr {
	margin-left: auto;
	margin-right: auto;
}

.hr-narrow {
	margin: 20px 0 20px;
	max-width: 8rem;
	border-width: 3px;

}

/* Double */
.hr-double {
	margin: 10px 0 10px;

	border-style: double;
	border-width: 1px;
}

/* Dots */
.hr-dots {
	text-align: center;
	margin: 0 auto 20px;
}
.hr-dots span {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 10px;
	margin:0 5px;
}

/* ZigZag */
.hr-zigzag {
	text-align: center;
	margin: 0 auto 20px;
}
.hr-zigzag .zig,
.hr-zigzag .zag {
	display: inline-block;
	width: 2px;
	height: 10px;
	margin: 0px;
}
.hr-zigzag .zig {
	-ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hr-zigzag .zag {
	-ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Stripes */
.hr-stripes {
	text-align: center;
	margin: 0 auto 20px;
}
.hr-stripes span {
	display: inline-block;
	width: 2px;
	height: 10px;
	margin:0 5px;
}



/* hr colours */

.hr-primary {
	border-color: #c5004b;
}
.hr-transparent {
	border-color: transparent !important;
}
.hr-primary {
	border-color: #c5004b;
}
.hr-secondary {
	border-color: #267064;
}

.hr-color3 {
	border-color: #2f6862;
}
.hr-success {
	border-color: #3adb76;
}
.hr-warning {
	border-color: #fda61d;
}
.hr-alert {
	border-color: #ef3042;
}
.hr-light-gray {
	border-color: #bcbcba;
}
.hr-medium-gray {
	border-color: #818180;
}
.hr-dark-gray {
	border-color: #474746;
}
.hr-darken {
	border-color: #151416;
}
.hr-black {
	border-color: #000;
}
.hr-black-80 {
	border-color: rgba(0, 0, 0, 0.8);
}
.hr-white {
	border-color: #ffffff;
}
.hr-light {
	border-color: #f8f8f8;
}


/* border colours */

.border-primary {
	border-color: #c5004b;
}
.border-transparent {
	border-color: transparent !important;
}
.border-color3 {
	border-color: #2f6862;
}
.border-success {
	border-color: #3adb76;
}
.border-warning {
	border-color: #fda61d;
}
.border-alert {
	border-color: #ef3042;
}
.border-light-gray {
	border-color: #bcbcba;
}
.border-medium-gray {
	border-color: #818180;
}
.border-dark-gray {
	border-color: #474746;
}
.border-darken {
	border-color: #151416;
}
.border-black {
	border-color: #000;
}
.border-black-80 {
	border-color: rgba(0, 0, 0, 0.8);
}
.border-white {
	border-color: #ffffff;
}
.border-light {
	border-color: #f8f8f8;
}



/* Radius
------------------------------------------------
*/

.round {
	border-radius: 1000px;
}

.radius {
	border-radius: 5px;
}

.radius-tiny {
	border-radius: 2px;
}
.radius-small {
	border-radius: 4px;
}
.radius-medium {
	border-radius: 7px;
}
.radius-large {
	border-radius: 15px;
}


/* Paddings
------------------------------------------------
*/

.no-padding {
	padding: 0 !important;
}



/** Tiny **/

.padding-tiny {
	padding: 1rem 0;
}
.padding-tiny-all {
	padding: 1rem;
}
.padding-top-tiny {
	padding-top: 1rem;
}
.padding-bottom-tiny {
	padding-bottom: 1rem;
}
.padding-left-tiny {
	padding-left: 1rem;
}
.padding-right-tiny {
	padding-right: 1rem;
}

/** Small **/
.padding-small {
	padding: 2rem 0;
}
.padding-small-all {
	padding: 2rem !important;
}
.padding-top-small {
	padding-top: 2rem !important;
}
.padding-bottom-small {
	padding-bottom: 2rem;
}
.padding-left-small {
	padding-left: 2rem;
}
.padding-right-small {
	padding-right: 2rem;
}

/** Medium **/
.padding-medium {
	padding: 4rem 0;
}
.padding-medium-all {
	padding: 4rem !important;
}
.padding-top-medium {
	padding-top: 4rem;
}
.padding-bottom-medium {
	padding-bottom: 4rem;
}
.padding-left-medium {
	padding-left: 4rem;
}
.padding-right-medium {
	padding-right: 4rem;
}

/** Large **/
.padding-large {
	padding: 7rem 0;
}
.padding-large-all {
	padding: 7rem;
}
.padding-top-large {
	padding-top: 7rem;
}
.padding-bottom-large {
	padding-bottom: 7rem;
}
.padding-left-large {
	padding-left: 7rem;
}
.padding-right-large {
	padding-right: 7rem;
}

/** Extra Large **/
.padding-xlarge {
	padding: 10rem 0;
}
.padding-xlarge-all {
	padding: 10rem;
}
.padding-top-xlarge {
	padding-top: 10rem;
}
.padding-bottom-xlarge {
	padding-bottom: 10rem;
}
.padding-left-xlarge {
	padding-left: 10rem;
}
.padding-right-xlarge {
	padding-right: 10rem;
}

/** Huge **/
.padding-huge {
	padding: 12rem 0;
}
.padding-huge-all {
	padding: 12rem;
}
.padding-top-huge {
	padding-top: 14rem;
}
.padding-bottom-huge {
	padding-bottom: 14rem;
}
.padding-left-huge {
	padding-left: 12rem;
}
.padding-right-huge {
	padding-right: 12rem;
}

/** None **/
.padding-none {
	padding:0;
}
.padding-top-none {
	padding-top: 0 !important;
}
.padding-bottom-none {
	padding-bottom: 0 !important;
}
.padding-left-none {
	padding-left: 0 !important;
}
.padding-right-none {
	padding-right: 0 !important;
}


/* Margins
------------------------------------------------
*/

.no-margin {
	margin: 0 !important;
}

/** Tiny **/
.margin-top-tiny {
	margin-top:0.5rem;
}
.margin-bottom-tiny {
	margin-bottom: 0.5rem;
}
.margin-left-tiny {
	margin-left: 0.5rem;
}
.margin-right-tiny {
	margin-right: 0.5rem;
}

/** Small **/
.margin-top-small {
	margin-top: 2rem;
}
.margin-bottom-small {
	margin-bottom: 2rem;
}
.margin-left-small {
	margin-left: 2rem;
}
.margin-right-small {
	margin-right: 2rem;
}

/** Medium **/
.margin-top-medium {
	margin-top: 4rem;
}
.margin-bottom-medium {
	margin-bottom: 4rem;
}
.margin-left-medium {
	margin-left: 4rem;
}
.margin-right-medium {
	margin-right: 4rem;
}

/** Large **/
.margin-top-large {
	margin-top: 7rem;
}
.margin-bottom-large {
	margin-bottom: 7rem;
}
.margin-left-large {
	margin-left: 7rem;
}
.margin-right-large {
	margin-right: 7rem;
}

/* Position Fixed
------------------------------------------------
*/
.is-fixed {
	position: fixed;
}
.is-fixed-top {
	position: fixed;
	top:0;
	z-index: 999;
}
.is-fixed-bottom {
	position: fixed;
	bottom:0;
}


/* Position Absolute
------------------------------------------------
*/
.is-absolute-top {
	position: absolute !important;
	top:0;
	z-index: 999;
}
.is-absolute-bottom {
	position: absolute;
	bottom:0;
}
.is-absolute-left {
	position: absolute;
	left:0;
}
.is-absolute-right {
	position: absolute;
	right:0;
	left:auto;
}
.is-absolute-topleft {
	position: absolute;
	top:0;
}
.is-absolute-bottomleft {
	position: absolute;
	bottom:0;
}
.is-absolute-topright {
	position: absolute;
	top:0;
	right:0;
	left: auto !important;
}
.is-absolute-bottomright {
	position: absolute;
	right:0;
}



/* Position Relative
------------------------------------------------
*/
.is-relative {
	position: relative !important;
}


/* Widths
------------------------------------------------
*/
.width-100 {
	width: 100%;
}
.width-70 {
	width: 70%;
}
.width-60 {
	width: 63.5%;
}
.width-50 {
	width: 50%;
}
.width-25 {
	width: 25%;
}

/* Heights
------------------------------------------------
*/

.height-full {
	height: 100vh !important;
}
.height-100 {
	height: 100%;
}
.height-85 {
	height: 85vh;
}
.height-80 {
	height: 80vh;
}
.height-75 {
	height: 75vh;
}
.height-70 {
	height: 70vh;
}
.height-50 {
	height: 50vh;
}
.height-25 {
	height: 25%;
}


/* Background Colors
------------------------------------------------
*/
.bg-transparant {
	background-color: transparent !important;
}
.bg-primary {
	background-color: #c5004b !important;
}
.bg-primary-two {
	background-color: #ca3e60 !important;
}
.bg-primary-three {
	background-color: #d46378 !important;
}


.bg-primary.opac {

}
.bg-secondary {
	background-color: #267064 !important;
}
.bg-secondary-two {
	background-color: #bdd99b !important;
}
.bg-secondary-three {
	background-color: #cfe09b !important;
}

.bg-secondary.opac {
	background-color: rgba(38, 113, 100, 0.86) !important;
}

.bg-tertiary {
	background-color: #b2a527 !important;
}
.bg-tertiary-two {
	background-color: #cbd62e !important;
}
.bg-tertiary-three {
	background-color: #d1dc3b !important;
}


.bg-success {
	background-color: #3adb76 !important;
}
.bg-warning {
	background-color: #fda61d !important;
}
.bg-alert {
	background-color: #ef3042 !important;
}
.bg-light-gray {
	background-color: #efefef !important;
}
.bg-medium-gray {
	background-color: #818180 !important;
}
.bg-dark-gray {
	background-color: #474746 !important;
}
.bg-dark {
	background-color: #192126 !important;
}

.bg-dark-80 {
	background-color: rgba(0, 28, 54, 0.8) !important;
}


.bg-black {
	background-color: #00000 !important;
}
.bg-black-80 {
	background-color: rgba(0, 0, 0, 0.8) !important;
}
.bg-white {
	background-color: #ffffff !important;
}

.bg-light {
/* 	background-color: #eff2f4 !important; */
	background: rgb(246,246,231);
	background: -moz-linear-gradient(top,  rgba(246,246,231,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(246,246,231,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(246,246,231,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6e7', endColorstr='#ffffff',GradientType=0 );

}

.bg-email {
	background-color: #a5a5a5 !important;
}
.bg-twitter {
	background-color: #55acef !important;
}
.bg-twitter:hover {
	background-color: #4391cd !important;
}

.bg-facebook {
	background-color: #3b5a99 !important;
}
.bg-facebook:hover {
	background-color: #2f4d89 !important;
}

.bg-linkedin {
	background-color: #007bb5 !important;
}
.bg-linkedin:hover {
	background-color: #0573a6 !important;
}

.bg-instagram {
	background: #a13cad !important;
}
.bg-instagram:hover {
	background-color: #8c2d97 !important;
}
.bg-instagram.gradient {
	background: rgb(255,147,65);
	background: -moz-linear-gradient(45deg,  rgba(255,147,65,1) 0%, rgba(203,52,153,1) 60%, rgba(161,60,173,1) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(255,147,65,1) 0%,rgba(203,52,153,1) 60%,rgba(161,60,173,1) 100%);
	background: linear-gradient(45deg,  rgba(255,147,65,1) 0%,rgba(203,52,153,1) 60%,rgba(161,60,173,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9341', endColorstr='#a13cad',GradientType=1 );
}

.bg-youtube {
	background-color: #e1302f !important;
}
.bg-youtube:hover {
	background-color: #c12020 !important;
}

.bg-googleplus {
	background-color: #e44538 !important;
}
.bg-googleplus:hover {
	background-color: #c13326 !important;
}
.button.bg-email i,
.button.bg-twitter i,
.button.bg-facebook i,
.button.bg-linkedin i,
.button.bg-instagram i,
.button.bg-youtube i,
.button.bg-googleplus i {


}

.light-gradient {
	background: rgb(239,236,210);
background: -moz-linear-gradient(top,  rgba(239,236,210,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(239,236,210,1) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(239,236,210,1) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efecd2', endColorstr='#ffffff',GradientType=0 );

}

/* Glow
------------------------------------------------
*/

.glow-primary:before,
.glow-secondary:before,
.glow-color3:before,
.glow-dark:before {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	content:'';
	box-shadow: 0px 0px 30px #c5004b;
	opacity: 0.3;
	-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;
}
.glow-secondary {
	box-shadow: 0px 0px 30px #267064;
}
.glow-color3 {
	box-shadow: 0px 0px 30px #787a8b;
}
.glow-dark {
	box-shadow: 0px 0px 30px #232f36;
}
.round.glow-primary:before,
.round.glow-secondary:before,
.round.glow-color3:before,
.round.glow-dark:before {
	border-radius: 1000px;
}

.glow-primary:hover:before,
.glow-secondary:hover:before,
.glow-color3:hover:before,
.glow-dark:hover:before {
	opacity: 0.7;
}

/* Opacity
------------------------------------------------
*/
.opacity-10 {
	opacity: 0.1 !important;
}
.opacity-20 {
	opacity: 0.2 !important;
}
.opacity-30 {
	opacity: 0.3 !important;
}
.opacity-40 {
	opacity: 0.4 !important;
}
.opacity-50 {
	opacity: 0.5 !important;
}
.opacity-60 {
	opacity: 0.6 !important;
}
.opacity-70 {
	opacity: 0.7 !important;
}
.opacity-80 {
	opacity: 0.8 !important;
}
.opacity-90 {
	opacity: 0.9 !important;
}

/* Background Image Size
------------------------------------------------
*/
.bg-cover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

}
.bg-contain {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}


/* Image Blend modes
-----------------------------
*/
.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;
}
.hard-light {
	background-blend-mode: hard-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='http://www.w3.org/207080f/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);
}


/* Image Sizing
------------------------------------------------
*/

.image-cover {
	flex-shrink:0;
  min-width:100%;
  min-height:100%
 }

/* Image Cropping
------------------------------------------------
*/
.image-round {
	border-radius: 100%;
}


/* Image Effects
------------------------------------------------
*/

.has-effect img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.has-effect.zoom-in img{
	transform: scale(1);
}
.has-effect.zoom-in:hover img {
	transform: scale(1.1);
}

.has-effect.zoom-out img {
	transform: scale(1.1);
}
.has-effect.zoom-out:hover img {
	transform: scale(1);
}


/* Buttons
------------------------------------------------
*/

.button-wrap {
	display: block;
}
.button {
	position: relative;
	margin: 0;
	font-family: 'Asap', sans-serif;
	font-size: 1rem;
	font-weight: 700;
	border:0;
	padding-left: 2rem;
	padding-right: 2rem;

	border-radius: 0px;
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.button:hover {

}
.button.more {
	padding-left: 4rem;
}
.more:after {
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	position: absolute;
	top:50%;
	transform: translate(-2px, -50%);
	left:0rem;
	content:'';
	width: 50px;
	height: 100%;
	background-color: #C4004A;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 70% auto;
	background-image: url('../images/arrow-double-white.svg');
}
.more:hover:after {
	transform: translate( 0px, -50%);
}

.button.more.text-link {
	padding-left: 0rem !important;
	padding-right: 3rem;
}
.more.text-link:after {
	left:auto;
	right: 0;
	background-color: transparent;
	background-image: url('../images/arrow-double-red.svg');
	background-size: 14px auto;
}
.dark.more:after {
	background-image: url('../images/arrow-double-white.svg');
}

.button.secondary,
.button.secondary:hover {
	color: #fff;
}



/* Solid */
.button.primary {
	color: #fff !important;
	background-color: #c5004b;
}
.button.primary:hover {
	background-color: #b40347;
}
.button.secondary {
	background-color: #267064;
	color: #fff !important;
}
.button.secondary:hover {
	background-color: #398987;
}
.button.tertiary {
	background-color: #b2a527;
	color: #fff;
}
.button.tertiary:hover {
	background-color: #9d901b;
	color: #fff;
}
.button.success {
	background-color: #42cc54;
	color: #fff;
}
.button.success:hover {
	background-color: #37c449;
	color: #fff;
}
.button.white {
	background-color: #fff;
	color: #000;
}
.button.white:hover {
	color: #c5004b;
}
.button.dark {
	background-color: rgba(35,  47,  54, 1);
	color: #fff;
}
.button.dark:hover {
	background-color: rgba(25, 34, 40, 1);
	color: #fff;
}

.button.orange {
	background-color: #EF7C00;
}


/* Hollow */
.button.hollow {
/*
	padding-top: 0.86rem;
	padding-bottom: 0.76rem;
*/
	border-width: 2px !important;
	border-color: rgba(0, 0, 0, 0.2) !important;
	color: #0c0c0c !important;
}


.button.hollow.primary {
  color: #c5004b !important;
}
.button.hollow.secondary {
  color: #267064;
}
.button.hollow.color3 {
  color: #2f6862;
}
.button.hollow.white {
   color: #fff;
   background: transparent;
}
/*
[class*=" bg-"]:not( bg-white):not( bg-light) .button.hollow {
	color: rgba(255, 255, 255, 1) !important;
	border-color: rgba(255, 255, 255, 0.6) !important;
}
[class*=" bg-"]:not( bg-white):not( bg-light) .button.hollow:hover {
	color: rgba(255, 255, 255, 1) !important;
	border-color: rgba(255, 255, 255, 1) !important;
}
*/
.section-wrapper.bg-primary .button.hollow,
.section-wrapper.bg-secondary .button.hollow,
.section-wrapper.bg-color3 .button.hollow,
.section-wrapper.bg-dark .button.hollow {
	color: rgba(255, 255, 255, 1) !important;
	border-color: rgba(255, 255, 255, 0.6) !important;
}
.section-wrapper.bg-primary .button.hollow:hover,
.section-wrapper.bg-secondary .button.hollow:hover,
.section-wrapper.bg-color3 .button.hollow:hover,
.section-wrapper.bg-dark .button.hollow:hover {
	color: rgba(255, 255, 255, 1) !important;
	border-color: rgba(255, 255, 255, 1) !important;
}

.button.hollow.primary.hover {
	border-color: #c5004b !important;
}

.bg-dark .button.hollow.white,
.bg-primary .button.hollow.white,
.bg-secondary .button.hollow.white,
.bg-color3 .button.hollow.white {

  color: #fff;
}
.button.hollow.dark {
	color: #041333;
}
.button.hollow:hover {
	border-color: rgba(0, 0, 0, 0.5) !important;
}

/* transparent */
.button.transparent {
	position: relative;
	background-color: transparent !important;
	border:0;
	padding-left:0;
	color: #000;
}
.button.transparent:before {
	display: none;
}
.button.transparent.primary {
  color: #1e3d77;
}
.button.transparent.secondary {
  color: #b41d52;
}
.button.transparent.color3 {
  color: #25b0ed;
}
.button.transparent.color4 {
    color: #727fa0;
}
.button.transparent.white {
    color: #fff;
}

.button.transparent.cancel {
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
}

.button.transparent.with-icon-first {
	padding-left: 70px;
}


.button.small {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.6rem;
	padding-bottom: 0.7rem;
	font-size: .86rem;
}
.button.medium {
	padding-top: 14px;
	padding-bottom: 12px;
	font-size: 20px;
}
.button.large {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 30px;
}
.button.huge {
	font-size: 1.65rem;
}

/* text link */
.text-link {
	position: relative;
	font-weight: 700;
	font-size: 1rem;
	padding-left:0 !important;
	background: transparent !important;
	color: #000 !important;
}
.text-link.more {
	padding-right: 4rem;
}
.text-link i {
	position: relative;
	top: 0px;
	font-size: 0.76rem;
	margin-left: 5px;
}
.text-link.dark {
	color: rgba(35, 47, 54, 1);
}


.section-wrapper.bg-primary .text-link,
.section-wrapper.bg-secondary .text-link,
.section-wrapper.bg-color3 .text-link {
	color: rgba(255, 255, 255, 1) !important;
}


/* Button group */
.button-group .button{
	border-radius: 0;

}
.button-group .button:first-child{
	border-radius: 4px 0 0 4px;
}
.button-group .button:last-child{
	border-radius: 0 4px 4px 0px;
}



/* Custom Icons */
.custom-icon {
	display: block;
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
	width: 54px;
	height: 54px;
	border-radius: 200px;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	backface-visibility: hidden;

}
.custom-icon:after {
	position: absolute;
	bottom: 0;
	left:0;
	content: '';
	border-radius: 0 0 100px 100px;
	width: 100%;
	height: 50%;
	background: #000;
	opacity: 0.04;
}
.custom-icon.play {
	background-position: 56% 50%;
	background-size: 24px auto;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDEyNC41MTIgMTI0LjUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTI0LjUxMiAxMjQuNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBkPSJNMTEzLjk1Niw1Ny4wMDZsLTk3LjQtNTYuMmMtNC0yLjMtOSwwLjYtOSw1LjJ2MTEyLjVjMCw0LjYsNSw3LjUsOSw1LjJsOTcuNC01Ni4yICAgQzExNy45NTYsNjUuMTA1LDExNy45NTYsNTkuMzA2LDExMy45NTYsNTcuMDA2eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iI2ZmZmZmZiI+PC9wYXRoPgo8L2c+PC9nPiA8L3N2Zz4=');
}
.custom-icon.check {
	background-position: 50% 50%;
	background-size: 36px auto;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ0Mi41MzMgNDQyLjUzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQyLjUzMyA0NDIuNTMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBkPSJNNDM0LjUzOSw5OC40OTlsLTM4LjgyOC0zOC44MjhjLTUuMzI0LTUuMzI4LTExLjc5OS03Ljk5My0xOS40MS03Ljk5M2MtNy42MTgsMC0xNC4wOTMsMi42NjUtMTkuNDE3LDcuOTkzTDE2OS41OSwyNDcuMjQ4ICAgbC04My45MzktODQuMjI1Yy01LjMzLTUuMzMtMTEuODAxLTcuOTkyLTE5LjQxMi03Ljk5MmMtNy42MTYsMC0xNC4wODcsMi42NjItMTkuNDE3LDcuOTkyTDcuOTk0LDIwMS44NTIgICBDMi42NjQsMjA3LjE4MSwwLDIxMy42NTQsMCwyMjEuMjY5YzAsNy42MDksMi42NjQsMTQuMDg4LDcuOTk0LDE5LjQxNmwxMDMuMzUxLDEwMy4zNDlsMzguODMxLDM4LjgyOCAgIGM1LjMyNyw1LjMzMiwxMS44LDcuOTk0LDE5LjQxNCw3Ljk5NGM3LjYxMSwwLDE0LjA4NC0yLjY2OSwxOS40MTQtNy45OTRsMzguODMtMzguODI4TDQzNC41MzksMTM3LjMzICAgYzUuMzI1LTUuMzMsNy45OTQtMTEuODAyLDcuOTk0LTE5LjQxN0M0NDIuNTM3LDExMC4zMDIsNDM5Ljg2NCwxMDMuODI5LDQzNC41MzksOTguNDk5eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iI2ZmZmZmZiI+PC9wYXRoPgo8L2c+PC9nPiA8L3N2Zz4=');
}
.custom-icon.refresh {
	background-position: 50% 50%;
	background-size: 36px auto;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ4Ny4yMyA0ODcuMjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4Ny4yMyA0ODcuMjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz4KCTxnPgoJCTxwYXRoIGQ9Ik01NS4zMjMsMjAzLjY0MWMxNS42NjQsMCwyOS44MTMtOS40MDUsMzUuODcyLTIzLjg1NGMyNS4wMTctNTkuNjA0LDgzLjg0Mi0xMDEuNjEsMTUyLjQyLTEwMS42MSAgICBjMzcuNzk3LDAsNzIuNDQ5LDEyLjk1NSwxMDAuMjMsMzQuNDQybC0yMS43NzUsMy4zNzFjLTcuNDM4LDEuMTUzLTEzLjIyNCw3LjA1NC0xNC4yMzIsMTQuNTEyICAgIGMtMS4wMSw3LjQ1NCwzLjAwOCwxNC42ODYsOS44NjcsMTcuNzY4bDExOS43NDYsNTMuODcyYzUuMjQ5LDIuMzU3LDExLjMzLDEuOTA0LDE2LjE2OC0xLjIwNSAgICBjNC44My0zLjExNCw3Ljc2NC04LjQ1OCw3Ljc5Ni0xNC4yMDhsMC42MjEtMTMxLjk0M2MwLjA0Mi03LjUwNi00Ljg1MS0xNC4xNDQtMTIuMDI0LTE2LjMzMiAgICBjLTcuMTg1LTIuMTg4LTE0Ljk0NywwLjU4OS0xOS4xMDQsNi44MzdsLTE2LjUwNSwyNC44MDVDMzcwLjM5OCwyNi43NzgsMzEwLjEsMCwyNDMuNjE1LDBDMTQyLjgwNiwwLDU2LjEzMyw2MS41NjIsMTkuMTY3LDE0OS4wNiAgICBjLTUuMTM0LDEyLjEyOC0zLjg0LDI2LjAxNSwzLjQyOSwzNi45ODdDMjkuODY1LDE5Ny4wMjMsNDIuMTUyLDIwMy42NDEsNTUuMzIzLDIwMy42NDF6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNGRkZGRkYiIGRhdGEtb2xkX2NvbG9yPSIjZmZmZmZmIj48L3BhdGg+CgkJPHBhdGggZD0iTTQ2NC42MzUsMzAxLjE4NGMtNy4yNy0xMC45NzctMTkuNTU4LTE3LjU5NC0zMi43MjgtMTcuNTk0Yy0xNS42NjQsMC0yOS44MTMsOS40MDUtMzUuODcyLDIzLjg1NCAgICBjLTI1LjAxOCw1OS42MDQtODMuODQzLDEwMS42MS0xNTIuNDIsMTAxLjYxYy0zNy43OTgsMC03Mi40NS0xMi45NTUtMTAwLjIzMi0zNC40NDJsMjEuNzc2LTMuMzY5ICAgIGM3LjQzNy0xLjE1MywxMy4yMjMtNy4wNTUsMTQuMjMzLTE0LjUxNGMxLjAwOS03LjQ1My0zLjAwOC0xNC42ODYtOS44NjctMTcuNzY4TDQ5Ljc3OSwyODUuMDg5ICAgIGMtNS4yNS0yLjM1Ni0xMS4zMy0xLjkwNS0xNi4xNjksMS4yMDVjLTQuODI5LDMuMTE0LTcuNzY0LDguNDU4LTcuNzk1LDE0LjIwN2wtMC42MjIsMTMxLjk0MyAgICBjLTAuMDQyLDcuNTA2LDQuODUsMTQuMTQ0LDEyLjAyNCwxNi4zMzJjNy4xODUsMi4xODgsMTQuOTQ4LTAuNTksMTkuMTA0LTYuODM5bDE2LjUwNS0yNC44MDUgICAgYzQ0LjAwNCw0My4zMiwxMDQuMzAzLDcwLjA5OCwxNzAuNzg4LDcwLjA5OGMxMDAuODExLDAsMTg3LjQ4MS02MS41NjEsMjI0LjQ0Ni0xNDkuMDU5ICAgIEM0NzMuMTk3LDMyNi4wNDMsNDcxLjkwMywzMTIuMTU3LDQ2NC42MzUsMzAxLjE4NHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZGF0YS1vbGRfY29sb3I9IiNmZmZmZmYiPjwvcGF0aD4KCTwvZz4KPC9nPjwvZz4gPC9zdmc+');
}
.custom-icon.groningen {
	background-position: 50% 50%;
	background-size: 36px auto;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyOTcgMjk3IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyOTcgMjk3IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgY2xhc3M9IiI+PGc+PGc+CiAgICA8cGF0aCBkPSJNNDYuMTY5LDYxLjg3M2MzLjI4NiwyLjUwNyw3Ljk4LDEuODc2LDEwLjQ4OC0xLjQwOGMyMi4wNzEtMjguOTE3LDU1LjU0Ni00NS41LDkxLjg0My00NS41czY5Ljc3MiwxNi41ODQsOTEuODQzLDQ1LjUgICBjMS40NzMsMS45MjksMy43LDIuOTQyLDUuOTU0LDIuOTQyYzEuNTgyLDAsMy4xNzktMC41LDQuNTM0LTEuNTM0YzMuMjg0LTIuNTA4LDMuOTE0LTcuMjAzLDEuNDA4LTEwLjQ4OCAgIEMyMjcuMzEyLDE4LjcyOSwxODkuNTAxLDAsMTQ4LjUsMFM2OS42ODgsMTguNzI5LDQ0Ljc2Miw1MS4zODVDNDIuMjU1LDU0LjY3LDQyLjg4NSw1OS4zNjUsNDYuMTY5LDYxLjg3M3oiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZGF0YS1vbGRfY29sb3I9IiNmZmZmZmYiPjwvcGF0aD4KICAgIDxwYXRoIGQ9Im0yMjguMDM3LDEwMS43ODZjMCwxMi44ODUgMTAuNDg0LDIzLjM2OSAyMy4zNjksMjMuMzY5czIzLjM2OS0xMC40ODQgMjMuMzY5LTIzLjM2OS0xMC40ODQtMjMuMzY5LTIzLjM2OS0yMy4zNjktMjMuMzY5LDEwLjQ4My0yMy4zNjksMjMuMzY5eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iI2ZmZmZmZiI+PC9wYXRoPgogICAgPHBhdGggZD0ibTI3NS4zMjIsMTMyLjkxYy0wLjA1NC0wLjAxOC01Ljk0Mi0xLjgyNS01Ljk0Mi0xLjgyNS0yLjEzMi0wLjY1MS00LjQ0OC0wLjI1LTYuMjMzLDEuMDg2bC0xMS43NDEsOC43OTEtMTEuNzQxLTguNzkxYy0xLjc4Ni0xLjMzNy00LjEwMy0xLjczOC02LjIzMy0xLjA4NiAwLDAtNS44ODgsMS44MDctNS45NDIsMS44MjUtOS40NzQsMy4xNTktMTUuODM5LDExLjk5LTE1LjgzOSwyMS45NzZ2MzUuMzI5YzAsMS4zNjMgMC4zOTgsMi42OTYgMS4xNDgsMy44MzRsMTEuODQ4LDE4LjAzMXY0Ny4zNTJjMCwzLjg1NyAzLjEyNiw2Ljk4MyA2Ljk4Myw2Ljk4M2gzOS41NTNjMy44NTcsMCA2Ljk4My0zLjEyNiA2Ljk4My02Ljk4M3YtNDcuMzUybDExLjg0OC0xOC4wMzFjMC43NDktMS4xMzkgMS4xNDgtMi40NzIgMS4xNDgtMy44MzR2LTM1LjMyOWMtNS42ODQzNGUtMTQtOS45ODYtNi4zNjYtMTguODE3LTE1Ljg0LTIxLjk3NnoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZGF0YS1vbGRfY29sb3I9IiNmZmZmZmYiPjwvcGF0aD4KICAgIDxwYXRoIGQ9Im00NS41OTQsMTI1LjE1NWMxMi44ODUsMCAyMy4zNjktMTAuNDg0IDIzLjM2OS0yMy4zNjlzLTEwLjQ4NC0yMy4zNjktMjMuMzY5LTIzLjM2OS0yMy4zNywxMC40ODMtMjMuMzcsMjMuMzY5IDEwLjQ4NCwyMy4zNjkgMjMuMzcsMjMuMzY5eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iI2ZmZmZmZiI+PC9wYXRoPgogICAgPHBhdGggZD0ibTY5LjUxLDEzMi45MWMtMC4wNTQtMC4wMTgtNS45NDItMS44MjUtNS45NDItMS44MjUtMi4xMzMtMC42NTEtNC40NDctMC4yNS02LjIzMywxLjA4NmwtMTEuNzQxLDguNzkxLTExLjc0MS04Ljc5MWMtMS43ODUtMS4zMzctNC4xMDMtMS43MzgtNi4yMzMtMS4wODYgMCwwLTUuODg4LDEuODA3LTUuOTQyLDEuODI1LTkuNDc0LDMuMTU5LTE1LjgzOSwxMS45OS0xNS44MzksMjEuOTc2djM1LjMyOWMwLDEuMzYzIDAuMzk4LDIuNjk2IDEuMTQ4LDMuODM0bDExLjg0OCwxOC4wMzF2NDcuMzUyYzAsMy44NTcgMy4xMjYsNi45ODMgNi45ODMsNi45ODNoMzkuNTUyYzMuODU3LDAgNi45ODMtMy4xMjYgNi45ODMtNi45ODN2LTQ3LjM1MmwxMS44NDgtMTguMDMxYzAuNzQ5LTEuMTM5IDEuMTQ4LTIuNDcyIDEuMTQ4LTMuODM0di0zNS4zMjljMC05Ljk4Ni02LjM2Ni0xOC44MTctMTUuODM5LTIxLjk3NnoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZGF0YS1vbGRfY29sb3I9IiNmZmZmZmYiPjwvcGF0aD4KICAgIDxwYXRoIGQ9Im0xNzguNjQyLDY4Ljg1MWMwLTE2LjYyLTEzLjUyMi0zMC4xNDItMzAuMTQyLTMwLjE0MnMtMzAuMTQyLDEzLjUyMi0zMC4xNDIsMzAuMTQyYzAsMTYuNjIxIDEzLjUyMiwzMC4xNDIgMzAuMTQyLDMwLjE0MnMzMC4xNDItMTMuNTIxIDMwLjE0Mi0zMC4xNDJ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNGRkZGRkYiIGRhdGEtb2xkX2NvbG9yPSIjZmZmZmZmIj48L3BhdGg+CiAgICA8cGF0aCBkPSJtMTgxLjYwNywxMTMuNjAxbC0uMDUtLjAxNi04LjYwMy0yLjY0Yy0xLjM1Ny0wLjQxNy0yLjgwNywwLjMwMS0zLjI5NSwxLjY0bC0xOC4wOSw0OS42MzVjLTEuMDQ0LDIuODYzLTUuMDkzLDIuODYzLTYuMTM3LDBsLTE4LjA5LTQ5LjYzNWMtMC4zOTQtMS4wODEtMS40MTQtMS43NTktMi41MDgtMS43NTktMC4yNTksMC05LjM4LDIuNzU1LTkuMzgsMi43NTUtMTAuOTksMy42NjItMTguMzMyLDEzLjg1LTE4LjMzMiwyNS4zN3Y1Mi41MDZjMCwwLjUyMSAwLjE1MywxLjAzMSAwLjQzOSwxLjQ2N2wxOC44NzYsMjguNzI0djcyLjY4YzAsMS40NzYgMS4xOTYsMi42NzIgMi42NzIsMi42NzJoNTguNzgzYzEuNDc2LDAgMi42NzItMS4xOTYgMi42NzItMi42NzJ2LTcyLjY4bDE4Ljg3Ni0yOC43MjRjMC4yODYtMC40MzYgMC40MzktMC45NDYgMC40MzktMS40Njd2LTUyLjY0NGMtMC4wMDEtMTEuNDctNy4zNzItMjEuNjQxLTE4LjI3Mi0yNS4yMTJ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNGRkZGRkYiIGRhdGEtb2xkX2NvbG9yPSIjZmZmZmZmIj48L3BhdGg+CiAgICA8cGF0aCBkPSJtMTU1LjU2OCwxMTIuNTU2Yy0wLjc0Ny0wLjgxNC0xLjg0LTEuMjI0LTIuOTQ2LTEuMjI0aC04LjI0NWMtMS4xMDUsMC0yLjE5OCwwLjQxLTIuOTQ2LDEuMjI0LTEuMTU3LDEuMjYxLTEuMzI1LDMuMDgyLTAuNTA0LDQuNTA1bDQuNDA3LDYuNjQ0LTIuMDYzLDE3LjQwNSA0LjA2MywxMC44MDhjMC4zOTYsMS4wODcgMS45MzMsMS4wODcgMi4zMywwbDQuMDYzLTEwLjgwOC0yLjA2My0xNy40MDUgNC40MDctNi42NDRjMC44MjItMS40MjMgMC42NTQtMy4yNDQtMC41MDMtNC41MDV6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNGRkZGRkYiIGRhdGEtb2xkX2NvbG9yPSIjZmZmZmZmIj48L3BhdGg+CiAgPC9nPjwvZz4gPC9zdmc+');
}




/* Box Shadows
------------------------------------------------
*/
.box-shadow-tiny {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.box-shadow-small {
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.box-shadow-medium {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.box-shadow-large {
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
}
.box-shadow-larger {
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.4);
}


/* Borders
------------------------------------------------
*/

.border-none {
	border: none !important;
}
.border-solid {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.border-dotted {
	border: 1px dotted rgba(0, 0, 0, 0.1) !important;
}
.border-dashed {
	border: 1px dashed rgba(0, 0, 0, 0.1) !important;
}


.icon-size-32 {
	width: 32px;
	height: 32px;
	line-height: 32px;
}
.icon-size-64 {
	width: 64px;
	height: 64px;
	line-height: 64px;
}
.icon-size-128 {
	width: 128px;
	height: 128px;
	line-height: 128px;
}
.icon-size-256 {
	width: 256px;
	height: 256px;
	line-height: 256px;
}
.icon-size-512 {
	width: 512px;
	height: 512px;
	line-height: 512px;
}


/* Deviders */

.section-divider {

	display: block;
  line-height: 0.5;
  text-align: center;
  overflow: hidden;
  margin: 1rem auto;
}
.section-content .section-divider {
	margin: 0 auto;
}
.section-divider span {
  display: inline-block;
  position: relative;
}
.section-divider span:before,
.section-divider span:after {
  content: "";
  position: absolute;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  top: 50%;
  width: 600px;
}
.section-divider span:before {
  right: 100%;
  margin-right: 15px;
}
.section-divider span:after {
  left: 100%;
  margin-left: 15px;
}

.divider {
	width: 100%;
	display: block;
  line-height: 0.5;
  text-align: center;
  overflow: hidden;
  margin: 1rem 0;

}

	@media (max-width: 768px) {
		.divider {
			margin-top: 1rem;
		}
	}
.divider img {
	display: inline-block;
}
.divider span {
  display: inline-block;
  position: relative;
  height: 40px;
  line-height: 40px;

}
.divider span:before,
.divider span:after {
  content: "";
  position: absolute;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  top: 50%;
  width: 600px;
}
.divider span:before {
  right: 100%;
  margin-right: 10px;
}
.divider span:after {
  left: 100%;
  margin-left:10px;
}

.divider.vertical {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	width: 2px;
	height: 100%;
	line-height: 0;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.right.divider.vertical {
	left: auto;
	right: 5px;
	top: 0%;
	-webkit-transform: translateX(0%);
	transform: translateX(0%)
}

/* Section-Ups */

.section-up-small {
	position: relative;
	top: -60px;
	z-index: 11;
}
.section-up-medium {
	position: relative;
	top: -100px;
	z-index: 998 !important;

}
.section-up-large {
	position: relative;
	top: -160px;
	z-index: 998 !important;
}

/* Row-Ups */

.row-up-small {
	position: relative;
	top: -60px;
	z-index: 11;
}
.row-up-medium {
	position: relative;
	top: -120px;
	z-index: 998 !important;

}
.row-up-large {
	position: relative;
	top: -200px;
	z-index: 998 !important;
}


/* Flexbox
------------------------------------------------
*/

.flex-align-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}


/* Flex Video
------------------------------------------------
*/

.responsive-embed-wrap {

}
.responsive-embed-wrap .responsive-embed {
	margin-bottom: 0rem;
}



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

.grayscale {
  /* Firefox 10+, Firefox on Android */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://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;
}

.clearer {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.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;
}



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

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

.flex-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.625rem;
}
.flex-column {
  width: 100%;
  padding: 0 .625rem;
}
.flex-row > .flex-column.small-1 {
  width: 8.33333333%;
}
.flex-row > .flex-column.small-2 {
  width: 16.66666667%;
}
.flex-row > .flex-column.small-3 {
  width: 25%;
}
.flex-row > .flex-column.small-4 {
  width: 33.33333333%;
}
.flex-row > .flex-column.small-5 {
  width: 41.66666667%;
}
.flex-row > .flex-column.small-6 {
  width: 50%;
}
.flex-row > .flex-column.small-7 {
  width: 58.33333333%;
}
.flex-row > .flex-column.small-8 {
  width: 66.66666667%;
}
.flex-row > .flex-column.small-9 {
  width: 75%;
}
.flex-row > .flex-column.small-10 {
  width: 83.33333333%;
}
.flex-row > .flex-column.small-11 {
  width: 91.66666667%;
}
.flex-row > .flex-column.small-12 {
  width: 100%;
}
.flex-row > .flex-column.small-up-1 {
  width: 8.33333333%;
}
.flex-row > .flex-column.small-up-2 {
  width: 16.66666667%;
}
.flex-row > .flex-column.small-up-3 {
  width: 25%;
}
.flex-row > .flex-column.small-up-4 {
  width: 33.33333333%;
}
.flex-row > .flex-column.small-up-5 {
  width: 41.66666667%;
}
.flex-row > .flex-column.small-up-6 {
  width: 50%;
}
.flex-row > .flex-column.small-up-7 {
  width: 58.33333333%;
}
.flex-row > .flex-column.small-up-8 {
  width: 66.66666667%;
}
.flex-row > .flex-column.small-up-9 {
  width: 75%;
}
.flex-row > .flex-column.small-up-10 {
  width: 83.33333333%;
}
.flex-row > .flex-column.small-up-11 {
  width: 91.66666667%;
}
.flex-row > .flex-column.small-up-12 {
  width: 100%;
}
.flex-row.small-1 > .flex-column {
  width: 100%;
}
.flex-row.small-2 > .flex-column {
  width: 50%;
}
.flex-row.small-3 > .flex-column {
  width: 33.33333333%;
}
.flex-row.small-4 > .flex-column {
  width: 25%;
}
.flex-row.small-5 > .flex-column {
  width: 20%;
}
.flex-row.small-6 > .flex-column {
  width: 16.66666667%;
}
.flex-row.small-7 > .flex-column {
  width: 14.28571429%;
}
.flex-row.small-8 > .flex-column {
  width: 12.5%;
}
.flex-row.small-9 > .flex-column {
  width: 11.11111111%;
}
.flex-row.small-10 > .flex-column {
  width: 10%;
}
.flex-row.small-11 > .flex-column {
  width: 9.09090909%;
}
.flex-row.small-12 > .flex-column {
  width: 8.33333333%;
}
.flex-row.small-up-1 > .flex-column {
  width: 100%;
}
.flex-row.small-up-2 > .flex-column {
  width: 50%;
}
.flex-row.small-up-3 > .flex-column {
  width: 33.33333333%;
}
.flex-row.small-up-4 > .flex-column {
  width: 25%;
}
.flex-row.small-up-5 > .flex-column {
  width: 20%;
}
.flex-row.small-up-6 > .flex-column {
  width: 16.66666667%;
}
.flex-row.small-up-7 > .flex-column {
  width: 14.28571429%;
}
.flex-row.small-up-8 > .flex-column {
  width: 12.5%;
}
.flex-row.small-up-9 > .flex-column {
  width: 11.11111111%;
}
.flex-row.small-up-10 > .flex-column {
  width: 10%;
}
.flex-row.small-up-11 > .flex-column {
  width: 9.09090909%;
}
.flex-row.small-up-12 > .flex-column {
  width: 8.33333333%;
}
@media screen and (min-width: 40em) {
  .flex-row > .flex-column.medium-1 {
    width: 8.33333333%;
  }
  .flex-row > .flex-column.medium-2 {
    width: 16.66666667%;
  }
  .flex-row > .flex-column.medium-3 {
    width: 25%;
  }
  .flex-row > .flex-column.medium-4 {
    width: 33.33333333%;
  }
  .flex-row > .flex-column.medium-5 {
    width: 41.66666667%;
  }
  .flex-row > .flex-column.medium-6 {
    width: 50%;
  }
  .flex-row > .flex-column.medium-7 {
    width: 58.33333333%;
  }
  .flex-row > .flex-column.medium-8 {
    width: 66.66666667%;
  }
  .flex-row > .flex-column.medium-9 {
    width: 75%;
  }
  .flex-row > .flex-column.medium-10 {
    width: 83.33333333%;
  }
  .flex-row > .flex-column.medium-11 {
    width: 91.66666667%;
  }
  .flex-row > .flex-column.medium-12 {
    width: 100%;
  }
  .flex-row > .flex-column.medium-up-1 {
    width: 8.33333333%;
  }
  .flex-row > .flex-column.medium-up-2 {
    width: 16.66666667%;
  }
  .flex-row > .flex-column.medium-up-3 {
    width: 25%;
  }
  .flex-row > .flex-column.medium-up-4 {
    width: 33.33333333%;
  }
  .flex-row > .flex-column.medium-up-5 {
    width: 41.66666667%;
  }
  .flex-row > .flex-column.medium-up-6 {
    width: 50%;
  }
  .flex-row > .flex-column.medium-up-7 {
    width: 58.33333333%;
  }
  .flex-row > .flex-column.medium-up-8 {
    width: 66.66666667%;
  }
  .flex-row > .flex-column.medium-up-9 {
    width: 75%;
  }
  .flex-row > .flex-column.medium-up-10 {
    width: 83.33333333%;
  }
  .flex-row > .flex-column.medium-up-11 {
    width: 91.66666667%;
  }
  .flex-row > .flex-column.medium-up-12 {
    width: 100%;
  }
  .flex-row.medium-1 > .flex-column {
    width: 100%;
  }
  .flex-row.medium-2 > .flex-column {
    width: 50%;
  }
  .flex-row.medium-3 > .flex-column {
    width: 33.33333333%;
  }
  .flex-row.medium-4 > .flex-column {
    width: 25%;
  }
  .flex-row.medium-5 > .flex-column {
    width: 20%;
  }
  .flex-row.medium-6 > .flex-column {
    width: 16.66666667%;
  }
  .flex-row.medium-7 > .flex-column {
    width: 14.28571429%;
  }
  .flex-row.medium-8 > .flex-column {
    width: 12.5%;
  }
  .flex-row.medium-9 > .flex-column {
    width: 11.11111111%;
  }
  .flex-row.medium-10 > .flex-column {
    width: 10%;
  }
  .flex-row.medium-11 > .flex-column {
    width: 9.09090909%;
  }
  .flex-row.medium-12 > .flex-column {
    width: 8.33333333%;
  }
  .flex-row.medium-up-1 > .flex-column {
    width: 100%;
  }
  .flex-row.medium-up-2 > .flex-column {
    width: 50%;
  }
  .flex-row.medium-up-3 > .flex-column {
    width: 33.33333333%;
  }
  .flex-row.medium-up-4 > .flex-column {
    width: 25%;
  }
  .flex-row.medium-up-5 > .flex-column {
    width: 20%;
  }
  .flex-row.medium-up-6 > .flex-column {
    width: 16.66666667%;
  }
  .flex-row.medium-up-7 > .flex-column {
    width: 14.28571429%;
  }
  .flex-row.medium-up-8 > .flex-column {
    width: 12.5%;
  }
  .flex-row.medium-up-9 > .flex-column {
    width: 11.11111111%;
  }
  .flex-row.medium-up-10 > .flex-column {
    width: 10%;
  }
  .flex-row.medium-up-11 > .flex-column {
    width: 9.09090909%;
  }
  .flex-row.medium-up-12 > .flex-column {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 64em) {
  .flex-row > .flex-column.large-1 {
    width: 8.33333333%;
  }
  .flex-row > .flex-column.large-2 {
    width: 16.66666667%;
  }
  .flex-row > .flex-column.large-3 {
    width: 25%;
  }
  .flex-row > .flex-column.large-4 {
    width: 33.33333333%;
  }
  .flex-row > .flex-column.large-5 {
    width: 41.66666667%;
  }
  .flex-row > .flex-column.large-6 {
    width: 50%;
  }
  .flex-row > .flex-column.large-7 {
    width: 58.33333333%;
  }
  .flex-row > .flex-column.large-8 {
    width: 66.66666667%;
  }
  .flex-row > .flex-column.large-9 {
    width: 75%;
  }
  .flex-row > .flex-column.large-10 {
    width: 83.33333333%;
  }
  .flex-row > .flex-column.large-11 {
    width: 91.66666667%;
  }
  .flex-row > .flex-column.large-12 {
    width: 100%;
  }
  .flex-row > .flex-column.large-up-1 {
    width: 8.33333333%;
  }
  .flex-row > .flex-column.large-up-2 {
    width: 16.66666667%;
  }
  .flex-row > .flex-column.large-up-3 {
    width: 25%;
  }
  .flex-row > .flex-column.large-up-4 {
    width: 33.33333333%;
  }
  .flex-row > .flex-column.large-up-5 {
    width: 41.66666667%;
  }
  .flex-row > .flex-column.large-up-6 {
    width: 50%;
  }
  .flex-row > .flex-column.large-up-7 {
    width: 58.33333333%;
  }
  .flex-row > .flex-column.large-up-8 {
    width: 66.66666667%;
  }
  .flex-row > .flex-column.large-up-9 {
    width: 75%;
  }
  .flex-row > .flex-column.large-up-10 {
    width: 83.33333333%;
  }
  .flex-row > .flex-column.large-up-11 {
    width: 91.66666667%;
  }
  .flex-row > .flex-column.large-up-12 {
    width: 100%;
  }
  .flex-row.large-1 > .flex-column {
    width: 100%;
  }
  .flex-row.large-2 > .flex-column {
    width: 50%;
  }
  .flex-row.large-3 > .flex-column {
    width: 33.33333333%;
  }
  .flex-row.large-4 > .flex-column {
    width: 25%;
  }
  .flex-row.large-5 > .flex-column {
    width: 20%;
  }
  .flex-row.large-6 > .flex-column {
    width: 16.66666667%;
  }
  .flex-row.large-7 > .flex-column {
    width: 14.28571429%;
  }
  .flex-row.large-8 > .flex-column {
    width: 12.5%;
  }
  .flex-row.large-9 > .flex-column {
    width: 11.11111111%;
  }
  .flex-row.large-10 > .flex-column {
    width: 10%;
  }
  .flex-row.large-11 > .flex-column {
    width: 9.09090909%;
  }
  .flex-row.large-12 > .flex-column {
    width: 8.33333333%;
  }
  .flex-row.large-up-1 > .flex-column {
    width: 100%;
  }
  .flex-row.large-up-2 > .flex-column {
    width: 50%;
  }
  .flex-row.large-up-3 > .flex-column {
    width: 33.33333333%;
  }
  .flex-row.large-up-4 > .flex-column {
    width: 25%;
  }
  .flex-row.large-up-5 > .flex-column {
    width: 20%;
  }
  .flex-row.large-up-6 > .flex-column {
    width: 16.66666667%;
  }
  .flex-row.large-up-7 > .flex-column {
    width: 14.28571429%;
  }
  .flex-row.large-up-8 > .flex-column {
    width: 12.5%;
  }
  .flex-row.large-up-9 > .flex-column {
    width: 11.11111111%;
  }
  .flex-row.large-up-10 > .flex-column {
    width: 10%;
  }
  .flex-row.large-up-11 > .flex-column {
    width: 9.09090909%;
  }
  .flex-row.large-up-12 > .flex-column {
    width: 8.33333333%;
  }
}
