@import 'font-awesome.css';

/* ---------------- Fonts ------------------- */

@font-face {
    font-family: 'arimoitalic';
    src: url('../fonts/Arimo-Italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arimoregular';
    src: url('../fonts/Arimo-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arimobold_italic';
    src: url('../fonts/Arimo-BoldItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arimobold';
    src: url('../fonts/Arimo-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




/* ---------------- CSS-Reset ------------------- */
* {
	outline: none;
}

html, body, a, div, h1, h2, h3, h4, h5, h6, span, p, img, strong, ul, li, table, th, td, tr, button, input, textarea {
	margin: 0;
	padding: 0;
	border: none;
	font-weight: normal;
	font-style: inherit;
	font-family: inherit;
	font-variant: inherit;
	text-decoration: none;
	table-layout: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}



/* !-- COLORS -------------------  */
/*

Rot
#B90729

Grau
#999999


#232323

*/

.banner {
	background-color: #B90729;
	height: 3rem;
	width: 100%;
	color: white;
	font-family: 'arimobold';
	box-sizing: border-box;
	padding-top: 1rem;
}


/* !--  BODY / HTML ------------------- */

html {
	font-size: 100%;
	font-family: 'arimoregular';
    font-size: 100%;
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
}


body {
		font-size: 1.2rem;
		line-height: 1.75rem;
		font-weight: normal;
		color: #1A1B21;
		text-decoration: none;
		background-color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-smooth: always;
        min-height: 100%;
        position: relative;
        font-family: 'arimoregular';
}

.home {
	overflow-y: scroll !important;
}

/* !-- TEXT ------------------- */


h1 {
	font-size: 1.8rem;
	margin-bottom: .5rem;
	font-family: 'arimobold';

    color: #232323;
	line-height: 2rem;
	text-transform: uppercase;
}

.content h1 {
	text-align: center;
	hyphens: auto;

}

.opener h1 {
		color: #888888;
}

.sectionHeadline h1 {
	font-size: 2.5rem;
	margin-bottom: .5rem;
	font-family: 'arimobold';
	color: #232323;
	line-height: 2.4rem;
	text-transform: uppercase;
	letter-spacing: .05rem;

}

h2 {
	font-size: 1.4rem;
	margin-bottom: 1rem;
	color: #1A1B21;
	text-align: center;
	font-family: 'arimobold';
}

h3 {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
	color: #999999;
	font-family: 'arimobold';
	text-align: left;
}

h4 {
	font-size: 1.3rem;
	margin-bottom: 0.3rem;
	color: #999999;
	font-family: 'arimobold';
}

h5 {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

.sc p {
	hyphens: auto;
	text-align: justify;
}

.sc p:not(:last-of-type) {
	margin-bottom: 1rem;
}


.black {color: black;}
.gray {color: #999999;}
.red {color: #B75317;}
.u {text-decoration: underline;}
.b {font-family: 'arimobold';}
.i {font-family: 'arimobold_italic';}
.align_right {text-align: right;}
.align_left {text-align: left;}
.center {text-align: center;}
.clear {clear: both;}
strong {font-family: 'arimobold';}



/* !-- STANDARD CONTENT ------------------- */

.sc {
	padding: 1.5rem 0;
}

.sm {
	margin-top: 5rem !important;
	margin-bottom: 5rem !important;
}

.scBig {
	padding: 3rem 0 0 0;
}

.sdLink a:link,
.sdLink a:visited {
	border-bottom: 0.05rem solid #B90729;
	color: inherit;
	word-wrap: break-word;
}

.sdLink a:focus,
.sdLink a:hover,
.sdLink a:active {
	color: #B90729;	
}

.sc img {
	width: 100%;
}

.sc ul {
	padding: 0;
	margin-left: 2rem;
	margin-bottom: 1.3rem;
}

.sc li {
	list-style-position: outside;
}

.moreText {
	text-align: center;
	margin-top: 1rem;
}

.moreText a:link,
.moreText a:visited {
	color: #232323;
	border-bottom: 0.05rem solid #232323;
	text-transform: uppercase;
}

.moreText a:focus,
.moreText a:hover,
.moreText a:active {
	border-bottom: 0.05rem solid #B90729;
}


/* !-- LAYOUT ------------------- */

header {
	background-color: white;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.51);
	position: fixed;
	height: 2.8rem;
	width: 100%;
	z-index: 1000;
}

header div {
	position: relative;
}

.subHeader {
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 2.8rem;
	height: 1.5rem;
	width: 100%;
	z-index: 700;
	color: white;
	font-size: 1rem;
	text-align: right;
	line-height: 1.5rem;
}



/*
.headerBar .LogoLine {
	position: absolute;
	top: -.25rem;
	z-index: 500;
	left: 0rem;
	width: 15rem;
}

.headerBar .logo {
	position: absolute;
	left: 1rem;
	top: .6rem;
	z-index: 600;
	width: 10rem;
}

.headerBar .logo img {
	width: 100%;
}
*/


.headerBar .logo {
	position: absolute;
	left: 1rem;
	top: .53rem;
	z-index: 600;
	width: 10rem;
}

.headerBar .logo img {
	width: 100%;
}


/* !--  HEADER -- */


.headerBarWrapper {
	height: 2.8rem;
	position: relative;
}

.headerBar {
	height: 2.8rem;
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	width: 100%;
	background-color: white;
/* 	z-index: 2100; */
	position: relative;
}

#headerSmall .headerBar {
 	z-index: 1000; 
}

.content {

	margin-bottom: 3rem;
}





/* !-- SHOWREAL --*/

.showreel {
	background-color: black;
	position: relative;
	width: 100%;
}

.showreel::after {
/*
    opacity: 0.5;
    background-color: #000000;
*/
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
}

video {

/*

	-webkit-filter: blur(8px);
  filter: blur(8px);
*/


	width: auto;
	height: 500px;
}


.videobox {
	height: 75vh;
	position: relative;	
	width: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.51);
	top: 2rem;
}

@media (min-width: 500px) {
	.videobox {
		height: 700px;
		height: 800px;
		height: 650px;
		height: 80vh;
		position: relative;	
		width: 100%;
		box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.51);
		top: 2rem;
	}
}

.showreel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media (min-aspect-ratio: 16/9) {
  video {
    height: 300%;
    top: -100%;
    top: -105%;
  }
}

@media (max-aspect-ratio: 16/9) {
  video {
    width: 300%;
    left: -100%;
  }
}



/*
@media (max-width: 767px) {
  .showreel {
    background: url('../img/videoframe.jpg') center center / cover no-repeat;
  }


  video {
    display: none;
  }

}*/

/*
@media (min-width: 1200px) {
	.videobox {
	height: 800px;

	}
	
}
*/

.brandInfo {
	position: absolute;
	width: 100%;
	bottom: 5rem;
	text-align: center;
	color: white;
}

.brandInfo h1 {
	font-family: 'arimobold';
	text-transform: uppercase;
	font-size: 2.5rem;
	color: white;
	line-height: 2.2rem;
}





.brandInfoButton {
    padding: .5rem 0 0.3rem 0;
	font-size: 1rem;
	text-transform: uppercase;
	font-family: 'arimobold';
	margin-top: 1rem;
	display: inline-block;
	box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.1); 
	width: 7rem;
	box-sizing: border-box;
}

.brandInfo .brandInfoButton1 {
	margin-right: 1rem;
	color: #B90729;
	background-color: white;
}

.brandInfo .brandInfoButton2 {
	background-color: #B90729;
	color: white;
	font-family: 'arimobold';
	
}

.brandInfoButton:hover {
	box-shadow: inset 1px 1px 3px 1px rgba(0,0,0,0.5);

}

.brandInfoContent p {
	line-height: 1.3rem;
}

@media (min-width: 500px) {
	.brandInfoButton {
	    padding: .8rem 0 0.6rem 0;
		font-size: 1.1rem;
		margin-top: 1rem;
		width: 8rem;
	}

	

}

@media (min-width: 600px) {
	.brandInfoButton {
	    
	
	padding: .8rem 0 0.6rem 0;
	font-size: 1.3rem;
	margin-top: 2rem;
	width: 10.5rem;
}
.brandInfoContent p {
		line-height: inherit;
	}
}



@media (min-width: 400px) {
	
.brandInfo h1 {
	font-family: 'arimobold';
	text-transform: uppercase;
	font-size: 3rem;
	color: white;
	line-height: 2.8rem;
}

	
}


@media (min-width: 550px) {
	
	.brandInfo h1 {
		font-family: 'arimobold';
		text-transform: uppercase;
		font-size: 3.2rem;
		color: white;
	    line-height: 3rem;
	    text-shadow: 1px 1px 20px black;
	}
	
	.brandInfo p {
		text-shadow: 1px 1px 20px black;
	}

.brandInfo {
	position: absolute;
	width: 100%;
	bottom: 3rem;
	bottom: 7rem;
	text-align: center;
	color: white;
}

	
}




.brandInfoContent {
	padding: 0 2rem;
}




.playShowreel {

}

.playShowreel i {
	font-size: 1.2rem;
	position: absolute;
	left: 0;
	top: 0.25rem;
	
}

/*
.playShowreel p {
	color: white;
	text-transform: uppercase;
	display: inline-block;
	font-size: .8rem;
	margin-top: 1rem;
	padding-left: 1.3rem;
	position: relative;
}
*/

.playShowreel a:link,
.playShowreel a:visited {
	color: white;
	text-transform: uppercase;
	display: inline-block;
	font-size: .8rem;
	margin-top: 1rem;
	padding-left: 1.3rem;
	position: relative;
}

.playShowreel a:focus,
.playShowreel a:hover,
.playShowreel a:active {
	
}

.videoBar {
	width: 100%;
	height: 4rem;
	background-color: rgba(0, 0, 0, 0.5);
/*  	background-color: rgba(255, 255, 255, 0.5);  */
	position: absolute;
	bottom: 0;
}

.videoBar2 {
	width: 100%;
	height: 4rem;
	background-color: rgba(0, 0, 0, 0.5);
/* 	background-color: rgba(255, 255, 255, 0.5); */

}

.kundenLogosWrapper {
	padding: 0 1rem;


	height: 100%;
}

.kundenLogos {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
 	display: table; 
 	
	height: 100%;
	
 	table-layout: fixed; 
	padding: .9rem 0;
}

.kundenLogos li {
 	display: table-cell;
	padding: 1rem .5rem 0 .5rem;
	box-sizing: border-box;
	height: 100%;	
	text-align: center;	
	
}

.kundenLogos li {
	padding: 0 .5rem;


}

.kundenLogos li span {
	
	background-size: contain;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	display: block;
	opacity: .4;
	background-position: center;
}

.kundenLogos li:nth-child(1) span {
background-image: url(../img/Kundenlogos/ARD.png);
}

.kundenLogos li:nth-child(2) {
	display: none;
}


.kundenLogos li:nth-child(3)  {
	display: none;
}

.kundenLogos li:nth-child(4) span  {
	background-image: url(../img/Kundenlogos/deutscheBank.png);
}

.kundenLogos li:nth-child(5)   {
	display: none;
}

.kundenLogos li:nth-child(6) span  {
	background-image: url(../img/Kundenlogos/zdf.png);
}

.kundenLogos li:nth-child(7) span  {
	background-image: url(../img/Kundenlogos/SPD.png);
}

.kundenLogos li:nth-child(8)  {
	display: none;
}

.kundenLogos li:nth-child(9) span  {
	background-image: url(../img/Kundenlogos/telekom.png);
}

.kundenLogos li:nth-child(10) {	
	display: none;
}

.kundenLogos li:nth-child(11) span  {
	background-image: url(../img/Kundenlogos/swr.png);
}


@media (min-width: 410px) {
	

	

	.kundenLogos li:nth-child(2) {	
		display: table-cell;
	}
	
	.kundenLogos li:nth-child(2) span {
	background-image: url(../img/Kundenlogos/arte.png);
}

}


@media (min-width: 550px) {
	
	.kundenLogos li:nth-child(3)  span  {
	background-image: url(../img/Kundenlogos/boehringer.png);
}

.kundenLogos li:nth-child(8) span  {
	background-image: url(../img/Kundenlogos/Bauhaus.png);
}
	
	.kundenLogos li:nth-child(5),
	.kundenLogos li:nth-child(8),
	.kundenLogos li:nth-child(3) {	
	display: table-cell;
	}
		.kundenLogos li:nth-child(5) span  {
	background-image: url(../img/Kundenlogos/twl.png);
}
}




@media (min-width: 800px) {
	
	.kundenLogos li:nth-child(10) {	
	display: table-cell;
	}
		.kundenLogos li:nth-child(10) span  {	
		background-image: url(../img/Kundenlogos/leo.png);
	}
}				

@media (min-width: 1000px) {
	
}				


.kundenLogos img {
	height: 1.8rem;
	opacity: .4;
}


.kundenLogos li:first-child {
	padding-left: 0;
}

.kundenLogos li:first-child span {
	background-position: left center;

}


.kundenLogos li:last-child {
	text-align: right;
}

/* !--  NAV ------------------- */



.mainMenu {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    position: fixed;
    top: 2rem;
    left: 0;
    overflow: hidden;
    transition: opacity 1s;
    padding-top: 1rem;
    
    
	height: 0;
 	opacity: 0; 

}

.mainMenu > ul {
    width: 100%;
    /* max-width: 25rem; */
    margin: auto;
    box-sizing: border-box;
    /* border-radius: 0.8rem; */
    list-style: none;
    box-shadow: 0 1px 3px rgba(0,0,0,.4); 
    position: relative;
    padding-bottom: 1rem;
   padding-top: 1rem;
    margin-bottom: .5rem;
    opacity: .95;
}





#headerFull .mainMenu > ul {
	z-index: 3000;
}

.mainMenu ul li {
	line-height: 2.5rem;
}


#menuIconCheckbox:checked ~ .mainMenu {
	position: fixed;
}


#menuIconCheckbox:checked ~ .mainMenu > ul > li.p:hover > a,
#menuIconCheckbox:checked ~ .mainMenu > ul > li > a.ap,
#menuIconCheckboxSmall:checked ~ .mainMenu > ul > li.p:hover > a,
#menuIconCheckboxSmall:checked ~ .mainMenu > ul > li > a.ap  {
	color: white;
}

	#menuIconCheckbox:checked ~ .mainMenu > ul
	
	{
		    background-color: rgba(255,255,255, 0.9);
    background-color: #B90729;
    background-color: white;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
	}



@media (max-width: 899px) {
	

	
	.mainMenu > ul > li > a:link,
	.mainMenu > ul > li > a:visited {
		    font-family: 'arimobold';
    font-variant: small-caps;
    text-transform: lowercase;
    font-size: 1.4rem;
    letter-spacing: .05rem;
    display: block;
    box-sizing: border-box;
    /* border-bottom: 0.1rem solid #B90729; */
    /* border-top: 0.05rem solid white; */
    /* background-color: #B90729; */
    color: #232323;
	background-color: white;
	}
	
	.mainMenu > ul > li > a.p {
		-webkit-box-shadow: 0px 5px 11px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 11px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 11px 1px rgba(0,0,0,0.2);
	}
	
	.mainMenu > ul > li.a > a:link,
	.mainMenu > ul > li.a > a:visited {
		color: #487299;
		color: white;
	}
	
	.mainMenu > ul > li > a:focus,
	.mainMenu > ul > li > a:hover,
	.mainMenu > ul > li > a:active,
	.mainMenu > ul > li > a.a {
/*
	   border-top: 0.05rem solid #B90729;
	   color: #B90729;
	   background-color: white;
*/

		    font-variant: small-caps;
    text-transform: lowercase;
				color: #B90729;
	}
	
	
}

.mainMenu ul ul {
	list-style: none;	
	background-color: rgba(115,   159,   199, 0.36);
}

.mainMenu li li {
	padding: 0 3rem;
}

.mainMenu li li a:link,
.mainMenu li li a:visited {
	color: #B90729;
	font-size: 1rem;
	font-family: 'montserratregular';
	letter-spacing: .05rem;
 	display: block; 
	box-sizing: border-box;
	line-height: 1.9rem;
	border-bottom: 0.05rem solid white;

}

.mainMenu li li:last-child a {
	border-bottom: none;
}

.mainMenu li li a:focus,
.mainMenu li li a:hover,
.mainMenu li li a:active,
.mainMenu li li a.a {
	color: white;
}

.menuIcon,
.menuIconCheckbox {
	display: none;
}


#menuIconCheckbox:checked ~ .mainMenu,
#menuIconCheckboxSmall:checked ~ .mainMenu {
	overflow-y: auto;
    overflow-x: hidden;
	display: block;
	position: fixed;
	max-height: calc(100% - 4.3rem);
 	opacity: 1; 
	height: auto;
	transition: opacity 1s;
/*  	padding: 1rem;  */
}

.menuIcon {
	display: block;
	color: #202020;
    position: absolute;
    top: -0.3rem;
    right: 3rem;
    width: 1.8rem;
    height: 3rem;
    box-sizing: border-box;
}

.menuIcon .menuIconBar {
    background-color: #202020;
    display: block;
    width: 1.4rem;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    top: 1.8rem;
    right: 0.2rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.menuIcon .menuIconBar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

#menuIconCheckbox:checked + #menuIcon .menuIconBar,
#menuIconCheckboxSmall:checked + #menuIconSmall .menuIconBar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#menuIconCheckbox:checked + #menuIcon .menuIconBar:first-child,
#menuIconCheckboxSmall:checked + #menuIconSmall .menuIconBar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#menuIconCheckbox:checked ~ #menuIcon s,
#menuIconCheckboxSmall:checked ~ #menuIconSmall s {
	background-color: #B90729;
}

/* !--  SUBNAVI ------------------- */

.subMenu {
	display: none;
}

.subMenu ul {
	float: right;
	text-align: right;
	display: table;
}

.subMenu li {
	display: table-cell;
	padding: 0 0.5rem;
	box-sizing: border-box;
	line-height: 1.4rem;
}

.subMenu li:last-child {
	padding-right: 0;
}

.subMenu a:link,
.subMenu a:visited {
	color: white;
	font-size: 0.9rem;
}

.subMenu a:focus,
.subMenu a:hover,
.subMenu a:active,
.subMenu a.a {
	    border-bottom: 0.05rem solid white;
}


@media (min-width: 600px) {
	.menuIcon .menuIconBar {
	    top: 1.8rem;
	}
	
	.menuIcon:hover s {
		background-color: #B90729;
	}
}


@media (min-width: 900px) {
	
	.mainMenu {
		width: 100%;
		position: relative;
		padding: 0 3rem 0 0;
		text-align: right;
		top: 0;
		overflow: visible;
		opacity: 1;
	}
	
	.mainMenu > ul {
		display: inline-block;
		height: 100%;
		width: auto;
		border-radius: 0;
		opacity: 1;
		background-color: transparent;
		max-width: inherit;
		margin: inherit;
		padding: 0;
		text-align: right;
		display: inline-table;
		box-shadow: none;
	}
	
	.mainMenu > ul > li {
		line-height: 3rem;
		padding: 0 0.75rem;
		display: table-cell;
		position: relative;
	}
	
	.mainMenu > ul > li:last-child {
		padding: 0 0 0 0.75rem;
	}
	
	.mainMenu > ul > li > a:link,
	.mainMenu > ul > li > a:visited {
		color: #202020;
		font-variant: small-caps;
		text-transform: lowercase;
		font-size: 1.4rem;
		font-family: 'arimoregular';
		padding-bottom: 0.1rem;
		letter-spacing: .05rem;
		box-sizing: content-box;
		display: inline-block;
		line-height: 2rem;
		border-bottom: none;
	}

	.mainMenu > ul > li > a:focus,
	.mainMenu > ul > li > a:hover,
	.mainMenu > ul > li > a:active,
	.mainMenu > ul > li > a.a,
	.mainMenu > ul > li.p:hover > a,
	.mainMenu > ul > li.ap a {
	    color: #B90729;
	    line-height: 2rem;
	}

	
	.menuIcon,
	.menuIconCheckbox {
		display: none;
	}
	
	.mainMenu ul ul {
		display: none;
	}
	
	.mainMenu li li {
		padding: 0;
	}
	
	.mainMenu ul ul a:link,
	.mainMenu ul ul a:visited {
		color: #B90729;
		font-variant: small-caps;
		text-transform: lowercase;
		font-size: 1.2rem;
		padding-bottom: 0rem;
		letter-spacing: .05rem;
		display: block;
		height: 100%;
		padding: 0 0.95rem;
		border-radius: 0.3rem;
	}
	
	.mainMenu ul ul a:focus,
	.mainMenu ul ul a:hover,
	.mainMenu ul ul a:active,
	.mainMenu ul ul a.a {
		color: #B90729;
	}
	
	.subMenu {
		display: block;
	}
	
	.headerSubBar {
		height: 1.5rem;
	}
	

}


/* !--  SEARCH ------------------- */

.searchBox {
	top: 0rem;
	height: 100%;
	position: absolute;
	right: 1rem;
	display: table;
}

#headerSmall .searchBox {
	z-index: 2000; 
}

#headerFull .searchBox {
	z-index: 6000; 
}


.searchFieldBox {
   	display: none;  
	background-color: white;
	position: absolute;
	height: 2.8rem;
	right: 3rem;
	width: 35rem;
	top: 0;
	overflow: hidden;
}




.searchFieldBox label,
.searchFieldBox .search-button {
	display: none;
}

#searchIconCheckbox,
#searchIconCheckboxSmall {
	display: none;
}

.searchIcon {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.searchIcon em {
	color: #202020;
	font-size: 1.3rem;
}

.searchIcon:hover em,
#searchIconCheckbox:checked ~ #searchIcon em,
#searchIconCheckboxSmall:checked ~ #searchIconSmall em {
	color: #B90729;
}

#searchIconCheckbox:checked ~ .searchFieldBox,
#searchIconCheckboxSmall:checked ~ .searchFieldBox {
	display: block;
}

.searchFieldBox .search-input {
	border: none;
	background-color: transparent;
	padding: 1rem;
	padding-right: 0;
	height: 2.8rem;
	box-sizing: border-box;
	width: 100%;
	font-size: 0.85rem;
	text-align: right;
	
}

.searchFieldBox button {
	font-size: 1.6rem;
	background-color: transparent;
	color: #B90729;
	text-align: center;
	box-sizing: border-box;
	border: none;
	height: 3rem;
}

.searchFieldBox button em {
	font-size: 1.5rem;
}

@media (min-width: 900px) {
	.searchFieldBox .search-input {
	font-size: 1.1rem;	

}
}


/* !-- CONTENT --*/

.opener.sm {
	margin-top: 4rem !important;
	margin-bottom: 3rem !important;
}


/* !-- HIGHLIGHT BOXES --*/


/*
.highlightBoxesGrid {}

.highlightBoxes {
	
}

.highlightBoxesSymbol {
	display: table;
	margin: auto;

}

.highlightBoxesSymbol a:link,
.highlightBoxesSymbol a:visited {
	background-color: #B90729;
	border-radius: 100%;	
	height: 7rem;
	width: 7rem;
	vertical-align: middle;	
	display: table-cell;
	text-align: center;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.51);
}

.highlightBoxesSymbol a:focus,
.highlightBoxesSymbol a:hover,
.highlightBoxesSymbol a:active {
	
}

.highlightBoxesSymbol img {
	width: 75%;
	text-align: center;
}

.highlightBoxes:first-of-type .highlightBoxesSymbol img {
	width: 65%;
}

.highlightBoxesContent {
	margin-top: 1rem;
}

.highlightBoxesContent h2 {
	margin-bottom: 0;
}

.highlightBoxesContent h3 {
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
	color: #B90729;
	font-family: 'arimoregular';
	text-align: center;
}
*/

.highlightBoxes {	    	
	margin-bottom: 2rem;
}


.testimonalBox .highlightBoxes:nth-child(2),
.testimonalBox .highlightBoxes:nth-child(3) {	    	margin-bottom: 0;
}

@media (min-width: 650px) {
	.highlightBoxes {
	    margin-bottom: 0;
	}
	
	
}

.highlightBoxesSymbol,
.testimonialBoxesLogo {
	display: table;
	margin: auto;
}

.highlightBoxesSymbol a:link,
.highlightBoxesSymbol a:visited {
/*
	height: 7rem;
	width: 7rem;
	vertical-align: middle;	
	display: table-cell;
	text-align: center;
*/
	height: 5.5rem;
	width: 8rem;
	vertical-align: middle;	
	display: table-cell;
	text-align: center;
	
/* 	border-radius: 100%;	 */
	background-color: white;
	background-color: #B90729;
/* 	background-color: #232323; */
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.9);
	
	vertical-align: middle;	
	display: table-cell;
	padding-top: 0.3rem;
	box-sizing: border-box;
}

.highlightBoxesSymbol a:focus,
.highlightBoxesSymbol a:hover,
.highlightBoxesSymbol a:active {
	box-shadow: inset 3px 3px 7px rgba(0, 0, 0, 0.9);
}

.highlightBoxesSymbol img {
	width: 65%;
	text-align: center;
}

.highlightBoxes:first-of-type .highlightBoxesSymbol img {
	width: 60%;
}


.highlightBoxesLogo {
	height: 4rem;
	width: 100%;
	    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.highlightBoxesLogo img {
	max-width: 10rem;
	height: auto;
	max-height: 100%;
    align-self: center;

}


.highlightBoxesContent {
	margin-top: 1rem;
	color: white;
	line-height: 1.5rem;
	font-size: 1.05rem;
	text-align: justify;
	hyphens: auto;
	
	
    hyphens: auto;
    max-width: 29rem;
    margin-left: auto;
    margin-right: auto;
}

.highlightBoxesContent h2 {
	margin-bottom: 0;
	color: white;
}

.highlightBoxesContent h3 {
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
	color: white;
	font-family: 'arimoregular';
	text-align: center;
}

.highlightBoxesContent h6 {
	font-size: 1rem;
	text-align: right;
}

.highlightBoxesContent p {
	line-height: 1.4rem;
}

.testimonialBoxesGrid .highlightBoxesContent p {
	font-style: italic;
}

/* ! -- BORDER BOXES ------------------- */
.header {
	
}

.header .borderBottom {
	position: absolute;
	height: 8rem;
	overflow: hidden;
	z-index: 0;
	width: 100%;
	left: 0;
	bottom: -1rem;
}

.header .borderRight,
.header .borderLeft {
	content: '';
    width: 0;
    height: 0;
    border-bottom-style: solid;
/*     border-bottom-width: 4rem; */
border-bottom-width: 8rem;
    border-left-style: solid;
    border-left-width: 2500px;
    box-sizing: border-box;
}

.header .borderLeft {
    border-bottom-color: white;
    border-bottom-color: transparent; 
    border-left-color: #B90729;
	left: 0;
}


@media (min-width: 600px) {
	
	.header .borderBottom {
	height: 7rem;
	bottom: -2rem;
}
	
	.header .borderRight,
	.header .borderLeft {
		border-bottom-width: 6rem;

}
	
	

}


@media (min-width: 800px) {
	
	.header .borderBottom {
	height: 2rem;
	bottom: -1rem;
}
	
	.header .borderRight,
	.header .borderLeft {
		border-bottom-width: 2rem;

}
	
	

}


@media (min-width: 700px) {

}


/* ! -- BORDER BOXES ------------------- */


.borderBox {
	position: relative;
	padding: 5rem 0;
	padding: 3.5rem 0;
	margin: 0rem 0;
	background-color: #232323;

}

.borderBox h1 {
	color: #f2f2f2;
}

.borderBox .borderTop,
.borderBox .borderBottom {
	position: absolute;
	height: 9rem;
	height: 3rem;
	overflow: hidden;
	z-index: 0;
	width: 100%;
	left: 0;
}


.borderBox .borderBottom {
	height: 9rem;
}


.borderTop {
	top: 0;
}

.borderBottom {

	bottom: -1rem;
}


.borderBox .borderRight,
.borderBox .borderLeft {
	content: '';
    width: 0;
    height: 0;
    border-bottom-style: solid;
/*     border-bottom-width: 4rem; */
border-bottom-width: 8rem;
    border-left-style: solid;
    border-left-width: 2500px;
    box-sizing: border-box;
}

.borderBox .borderRight {
    border-bottom-color: transparent;
    border-left-color: white;
    border-left-color: #B90729;       
    position: absolute;
    right: 0;
    
}

.borderBox .borderLeft {
    border-bottom-color: white;
    border-bottom-color: #B90729; 
    border-left-color: transparent;
	left: 0;
}




@media (min-width: 700px) {
	
	.borderBox .borderTop,
	.borderBox .borderBottom {
		height: 7rem;
		height: 3rem;
	}
	
	
	
	.borderBox .borderBottom {
		height: 7rem;
	
	}
	
	
	.borderBox .borderBottom {
		bottom: -1rem;
	}
	
	.borderBox .borderRight,
	.borderBox .borderLeft {
	    border-bottom-width: 6rem; 	
	}
}




@media (min-width: 700px) {
	
	.borderBox .borderTop,
	.borderBox .borderBottom {
		height: 5rem;
		height: 3rem;
	}
	
		.borderBox .borderBottom {
		height: 5rem;
	
	}
	
	
	.borderBox .borderBottom {
		bottom: -1rem;
	}
	
	.borderBox .borderRight,
	.borderBox .borderLeft {
	    border-bottom-width: 4rem; 	
	}
}



@media (min-width: 900px) {
	
	.borderBox .borderRight,
	.borderBox .borderLeft {
	    border-bottom-width: 2rem; 
	}
	
	.borderBox .borderBottom {
		bottom: -3rem;

	}
}



.borderBox .moreText {
	text-align: center;
	margin-top: 2rem;
}


.borderBox .moreText a:link,
.borderBox .moreText a:visited {
	color: white;
	border-color: white;
}


.borderBox .moreText a:focus,
.borderBox .moreText a:hover,
.borderBox .moreText a:active {
	border-color: #B90729;
}


/* !-- WORKBOXES ------------------- */


.workBoxesGrid {
	margin: 4rem -0.5rem !important;
}


.workBox {
	height: 15rem;
	padding: 0.5rem !important;
	box-sizing: border-box;
}

	
/* To avoid a single in a row  */
@media (min-width: 750px) and (max-width:1099px) {
	.workBoxesGrid article:last-of-type {
		display: none !important; 
	}	
}

	

.workBoxWrapper {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	box-shadow: inset 0px 0px 69px 22px rgba(0, 0, 0, 0.6);
	position: relative;
}

.workBoxOverlay {
	height: 100%;
	width: 100%;
	position: absolute;
/* 	background-color: rgba(255, 255, 255, 0.13); */
	
}

.workBoxWrapper:hover .workBoxOverlay {
/* 	opacity: 0; */
	
}

.workBoxOverlay img {
	width: auto;
	height: 2rem;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	opacity: .5;
	z-index: 0;
}

.workBoxOverlayHover {
 	transition: 1s ease; 
 	opacity: 0; 
	padding: 0rem 3rem;
	box-sizing: border-box;
	height: 100%;
cursor: pointer;
text-align: center;
width: 100%;
	position: absolute;
}

.workBoxOverlayHover a {
	display: none;
}
.workBoxWrapper:focus .workBoxOverlayHover,
.workBoxWrapper:hover .workBoxOverlayHover,
.workBoxWrapper:active .workBoxOverlayHover {
/* 	transition: 1s ease; */
	opacity: 1;

	
/* 	padding: 2rem 3rem; */
	padding: 1rem 3rem;
	
	
	
	background-color: rgba(35, 35, 35, 0.8);

}

.workBoxWrapper:focus .workBoxOverlayHover a,
.workBoxWrapper:hover .workBoxOverlayHover a,
.workBoxWrapper:active .workBoxOverlayHover a {
	display: inline-block;
}


.workBoxControl {
	text-align: center;
	margin-top: 1.5rem;
    margin-top: .7rem;
}


/*
.workBoxControl em {
	font-size: 1.8rem;
	color: #d5d5d5;
	background-color: #232323;
	color: #d5d5d5;
	background-color: rgba(35, 35, 35, 0.82);
	margin: 0 .5rem;
	width: 3rem;
	height: 3rem;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
	border-radius: 100%;
	box-sizing: border-box;
	padding-top: 0.6rem;
	text-align: center;
}
*/

.workBoxControl em {
    font-size: 1.6rem;
    color: #d5d5d5;
    /* background-color: #232323; */
    color: #d5d5d5;
    background-color: rgba(35, 35, 35, 0.82);
    margin: 0 0rem;
    width: 2.8rem;
    height: 2.8rem;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9); */
    /* border-radius: 100%; */
    box-sizing: border-box;
    padding-top: 0.7rem;
    text-align: center;
}

.workBoxControl a:nth-of-type(2) em {
	padding-left: 0.3rem;
}

.workBoxControl em:hover {
/* 	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.9); */
	color: #B90729;
}

.workBoxOverlayHover img {
	width: auto;
	height: 2rem;
}

.workBoxOverlayHover h5 {
	text-transform: uppercase;
	font-size: 1.1rem;
	color: #d5d5d5;
	margin-bottom: 1.5rem;
	 margin-bottom: 1rem;
	font-family: 'arimobold';
	border-bottom: 0.05rem solid #d5d5d5;
	
	
	color: #d5d5d5;
	color: #999999;
    font-size: 1rem;
    line-height: 1.6;
}

.workBoxOverlayHover h4 {
	text-transform: uppercase;
	color: #929292;
	margin-bottom: .3rem;
	font-family: 'arimobold';
	font-size: 1.4rem;
 font-size: 1.4rem;
    line-height: 1.1;
}



.workBoxOverlayHover p {
	color: #d5d5d5;
	font-size: 1.1rem;
	line-height: 1.2rem;
}







/* !--  SHADOW BOX STANDARDS ------------------- */

.shadowBox {
/*
    -webkit-box-shadow: 0px 2px 16px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 16px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 16px 1px rgba(0,0,0,0.2);
*/
    position: relative;
    height: 100%;
    width: 100%;
/*     border-radius: 1rem; */
    text-align: center;
    overflow: hidden;
   
    box-shadow: inset 0px 0px 60px 1px rgba(0, 0, 0, 0.4);
}

.boxImage {
    width: 100%;
    background-position: center center;
    background-size: cover;
/*
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
*/
    background-repeat: no-repeat;
    position: relative;
/*      box-shadow: inset 0px 0px 69px 22px rgba(0, 0, 0, 0.1); */
box-shadow: inset 0px 0px 69px 39px rgba(0, 0, 0, 0.5);
 box-shadow: inset 0px 0px 60px 1px rgba(0, 0, 0, 0.4);
     	
}

.boxContent {
    padding: .5rem 1.5rem 1.5rem 1.5rem;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    display: table;
    -webkit-hyphens: auto;
	-moz-hyphens: auto;
 	-ms-hyphens: auto;
  	hyphens: auto;
/*
  	background-color: white;

  	  	box-shadow: inset 0px 0px 69px 18px rgba(0, 0, 0, 0.05);
  	  	
  	  	
*/

}

.boxImage a {
	display: block;
	height: 100%;
	border-bottom: none !important;
}

.boxText {
	font-size: 1.15rem;
	line-height: 1.7rem;
	text-align: justify;
}

.boxText p:last-of-type {
    display: inline;
}

.boxLink:link,
.boxLink:visited {
	font-size: 1.2rem;
	color: #047e9c;	
}

.boxLink:focus,
.boxLink:hover,
.boxLink:active {
	font-family: 'arimobold';

}

.boxIntroduction {
	margin-bottom: 1.5rem;
}

.boxMoreLink {
	text-align: center;
	font-size: 1rem;
/* 	padding-top: 1rem; */
	margin-top: 0;
}


/*
.boxMoreLink a:link,
.boxMoreLink a:visited  {
	color: #749fc7;
	font-size: 1.2rem;
	text-transform: uppercase;
	display: block;
	border: none;
}

.boxMoreLink a:focus,
.boxMoreLink a:hover,
.boxMoreLink a:active {
	font-family: 'arimobold';

}
*/

.boxMoreLink a:link,
.boxMoreLink a:visited  {
	border-bottom: 0.1rem solid #749fc7;
	font-size: 1.2rem;
	text-transform: uppercase;

	color: inherit;
	font-family: 'arimobold';

}

.boxMoreLink a:focus,
.boxMoreLink a:hover,
.boxMoreLink a:active {
	color: #749fc7;
}

.news_grid .boxMoreLink {
	display: none;
}

.home .news_grid .boxMoreLink {
	display: block;
}



/* !--  NEWS OVERVIEW ------------------- */

.home .news_grid article:last-of-type,
.home .news_grid article:nth-last-of-type(2) {
	display: none !important; 
}

@media (min-width: 950px) {
	
	.home .news_grid article:nth-last-of-type(2) {
		display: inherit !important; 
	}
		
}

@media (min-width:1100px) {
	
	.home .news_grid article:last-of-type,
	.home .news_grid article:nth-last-of-type(2) {
		display: inherit !important; 
	}
		
}


.newsImage,
.newsBoxHome .newsImage {
	height: 14rem;
}

.newsTitle h1 {
	margin-bottom: .8rem;
	text-align: left;
	font-size: 1.6rem;
	font-family: 'arimobold';

}

.news_page_grid .newsTitle {

	display: table;
	text-align: center;
	width: 100%;
}

.newsTitle h3 {
	line-height: 1.5rem;
	font-size: 1.2rem;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	hyphens: auto;
	color: #3a3a3a;
	font-family: 'arimobold';

	hyphens: none;

}



.newsTitle h3 a {
	color: #3a3a3a;
	border-bottom: none !important;
}

.newsTitle h3 a:hover {
	color: #B90729;
	border-bottom: none !important;
}

.polaroidSummary h3 a {
	color: #1A1B21;
}

.newsText {
	text-align: justify;
	margin-top: 0.5rem;
}

.newsBoxHome .newsText {
	font-size: 1rem;
	line-height: 1.4rem;
}

.newsLink {
	border-bottom: none !important;
	color: #B90729 !important;
}

.newsText p:last-of-type {
	display: inline;
}

.newsMoreLink {
	text-align: center;
	font-size: 1rem;
	padding-top: 1rem;
	margin-top: 0;
}

.newsComments {
	font-size: 0.9rem;
	text-align: right;
	margin-top: 0.5rem;
}

.newsHead {
	font-size: 0.9rem;
}

.newsHead span:after {
	content: "|";
	margin: 0 0.5rem;
}

.newsHead span:last-of-type:after {
	content: none;
}

.news_page_grid {
	padding-top: 0rem;
}

.news_page_grid article {
	margin-bottom: 1rem;
}

.newsDateInfo {
	padding: 0.1rem 0.4rem;
	margin-top: 2.5rem;
}

.newsDateInfo p {
	color: #3a3a3a;	
	text-align: right;
	font-size: .9rem;
	line-height: 1.2rem;
}




@media (min-width: 550px) {
	
	.newsImage,
	.newsBoxHome .newsImage {
		height: 13rem;
	}

}


/*
@media (min-width: 700px) {
	
	.newsImage,
	.newsBoxHome .newsImage {
		height: 14rem;
	}

}
*/

@media (min-width: 1000px) {
	
	.newsImage {
		height: 11rem;
	}
	.newsBoxHome .newsImage {
		height: 11rem;
	}

	
	.news_page_grid .newsTitle {
		min-height: 4.5rem;
		display: table;
		text-align: center;
		width: 100%;
	}
}


/* !-- CONTACT FORM ------------------- */

.contact_area {
	margin-top: 2rem;
}

.contact_form_box {
    position: relative;
    height: 100%;
    width: 100%;
/*     border-radius: 1rem; */
    text-align: center;
    overflow: hidden;
}

.contact_box {
	-webkit-box-shadow: 0px 2px 16px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 16px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.1);
    border-radius: 1rem;   
    background-size: contain;
	background-position: left center;
	background-repeat: no-repeat; 
	box-sizing: border-box;
}



.contact_general {
	width: 100%;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	margin-bottom: 1rem;
	font-size: 1.15rem;
	text-align: center;
	border: 0.05rem solid #c5c6c7;  
}

.contact_general h3 {
	text-align: center;
	font-size: 1.3rem;
}

.contact_general p {
	margin-bottom: 0 !important;
}

.contact_general .grid-u-l-4-12 {
	padding-bottom: 0 !important;
}



@media (min-width: 500px) {

	.contact_general_left {
		text-align: right;
	}
	
	.contact_general_right {
		text-align: left;
	}
	
	.contact_general_center {
		text-align: center !important;
	}

}


@media (min-width: 980px) {

	.contact_general h3 {
		font-size: 1.4rem;
		margin-bottom: 0.5rem;
	}
	
	.contact_general {
		padding-top: 2rem;
		padding-bottom: 2rem;
		font-size: inherit;
		line-height: inherit;
	}

	.contact_general_left p {
		padding-right: 10%;
	}
	
	.contact_general_right p {
		padding-left: 10%;
	}
	
}



/* Form */

.contact_form {
	box-sizing: border-box;
	padding: 1rem 0 !important;
	margin-bottom: 1rem;
}

.contact_form input,
.contact_form textarea {
	-webkit-appearance: none;

	font-size: 1.1rem;
	padding: 0.5rem 0.5rem;
	box-sizing: border-box;
	outline: none;
	background-color: rgba(255,   255,   255, 0.37);
	color: #232323;
	font-family: 'arimoregular';	
	margin: 0.4rem 0;
	border: none;
  	border: 0.05rem solid rgba(197, 198, 199, 0.6);  
	-webkit-box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.1); 	
}

.contact_form input {
}

.contact_form textarea {
	height: 6.4rem;
	width: 100%;

}

.contact_form input[type="text"],
.contact_form input[type="submit"]  {
	width: 100%;
	height: 2.8rem;
}

.contact_form input[type="submit"] {
	-webkit-box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.1);
 	box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.1); 
	color: white;
	background-color: #B90729;
	text-transform: uppercase;
	font-family: 'arimobold';
	border: none;
	padding-top: 0.6rem;
}

.contact_form input[type="submit"]:hover {
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.5);
	box-shadow: inset 1px 1px 3px 1px rgba(0,0,0,0.5);
	border: none;
}

.contact_form input[type="checkbox"] {
	width: auto !important;
}

.contact_form h2 {
	font-size: 1.1rem;
	margin-bottom: 0.3rem;
	color: white;
	font-family: 'arimoregular';
}

.contact_form input::-webkit-input-placeholder { 
    color: #6f6f6f;
    font-family: 'arimoregular';
}

.contact_form input:-moz-placeholder,
.contact_form input::-moz-placeholder {
    color: #6f6f6f;
	opacity: 1;
	font-family: 'arimoregular';
}

.contact_form input:-ms-textarea-placeholder { 
   color: #6f6f6f;
    font-family: 'arimoregular';
}

.contact_form textarea:placeholder {
    color: #6f6f6f;
    padding-top: 0.4rem;
    font-family: 'arimoregular';
}

.contact_form textarea::-webkit-input-placeholder { 
    color: #6f6f6f;
    padding-top: 0.4rem;
    font-family: 'arimoregular';
}

.contact_form textarea:-moz-placeholder,
.contact_form textarea::-moz-placeholder {
   color: #6f6f6f;
   opacity:  1;
   padding-top: 0.4rem;
   font-family: 'arimoregular';
}

.contact_form textarea:-ms-input-placeholder { 
   color: #6f6f6f;
   padding-top: 0.4rem;
   font-family: 'arimoregular';
}

.contact_form .privacy-policy {
    font-size: 1rem !important;
    color: #232323;
    line-height: 1.2rem;
    margin-bottom: 0.5rem;
    padding-top: 0.2rem;
}

.privacy-policy a:link,
.privacy-policy a:visited {

	word-wrap: break-word;
	border-width: 0.05rem;
}

.privacy-policy a:focus,
.privacy-policy a:hover,
.privacy-policy a:active {


}

/* !-- AWARDS ------------------- */

/*
.awardBox {
	
}

.awardBox .sectionHeadline {
	margin-bottom: 1.5rem;
}

.awardBox .moreText {
	margin-top: 2rem;
}

.award {
	height: 10rem;
	text-align: center;
}

.award:first-child {
	text-align: left;
}

.award img {
	height: 100%;
	width: auto;

}
*/

.awardBoxWrapper {
	background-color: #232323;
	padding: 2rem 0;
	margin-bottom: 2rem;
}

.awardBox {
 display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    
}
    
  
 

.awardBox div {
-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
/*
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
*/
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    display: block;
	
	text-align: center;
}


    
    .awardBox img {	
	height: 10rem;
	height: 5rem;

}

@media (min-width: 400px) {
	.awardBox img {	
		height: 5.5rem;

	}
}

@media (min-width: 590px) {
	.awardBox img {	
		height: 6rem;

	}
}

@media (min-width: 780px) {
	.awardBox img {	
		height: 6.5rem;

	}
}

@media (min-width: 1100px) {
	.awardBox img {	
		height: 7.5rem;

	}
}

@media (min-width: 1200px) {
	.awardBox img {	
		height: 7.5rem;

	}
}

@media (max-width: 540px) {
	.awardBox div:last-of-type,
	.awardBox div:nth-last-of-type(2),
	.awardBox div:nth-last-of-type(3) {
		display: none !important; 	
	}
}

@media (max-width: 670px) {
	.awardBox div:last-of-type,
	.awardBox div:nth-last-of-type(2) {
		display: none !important; 	
	}
}


@media (max-width:920px) {
	.awardBox div:last-of-type {
		display: none !important; 	
	}
}


    
    /* 	filter: grayscale(100%); */
/* 	opacity: .5; */

/* !-- FOOTER ------------------- */


.logoBottom {
	width: 98%;
    max-width: 1350px;
    margin: auto;
    height: 3rem;
    position: relative;
    padding: 0 1rem;
    box-sizing: border-box;
}

.iconNav {
	position: absolute;
	bottom: .2rem;
}

.iconNav a:link,
.iconNav a:visited {
	color: #B90729;
	font-size: 1.7rem;
}

.iconNav a:focus,
.iconNav a:hover,
.iconNav a:active {
	
}

/*
.logoBottom .logo {
	position: absolute;
	right: 1rem;
	left: auto;
	border-bottom: none !important;
	top: 1rem;
	width: 10rem;
	z-index: 600;
}

.logoBottom .LogoLine {
	left: auto;
	right: -3rem;
	top: -0.1rem;
	width: 15rem;
	position: absolute;
}

.logoBottom .logo img {
	width: 100%;
}
*/


.logoBottom .logo {
	position: absolute;
	right: 1rem;
	left: auto;
	top: 1.15rem;
	width: 8rem;
	z-index: 600;
}

.logoBottom .logo img {
	width: 100%;
}

footer {
	margin-top: 3rem;
	color: white;
	font-size: 1rem;
	line-height: 1.5rem;
}

.footerBox {
	position: relative;
}

.footerGray {
	background-color: #757575;	
	background-color: #232323;
	

	padding: 1.5rem 0 1rem 0;
	text-align: center;
}


footer li {
	color: white;
}

footer ul {
	list-style: none;
}

footer ul ~ ul {
	margin-top: 1.2rem;
}

.footerGray ul:first-of-type li:first-of-type {
/* 	font-family: 'arimobold'; */
/* 	font-size: 1rem; */
/*
	line-height: 2rem;
	margin-bottom: 0.3rem;
*/
}

/*
.footerGray ul:nth-of-type(2) li:nth-of-type(1) {
	font-family: 'arimobold';
	font-size: 1.1rem;
	line-height: 1.6rem;
	margin-bottom: 0.3rem;
}
*/


.footerGray a:link,
.footerGray a:visited {
	color: white;
	border-color: white;
	border-width: 0.05rem;
}

.footerGray a:focus,
.footerGray a:hover,
.footerGray a:active {
	border-color: #B90729;
}

footer .footerMeta {
	height: 1.9rem;
	text-align: center;
	background-color: #666666;
	background-color: #999999;
	background-color: #B90729;
	background-color: #232323;
	font-size: .9rem;
	padding-top: 0.2rem;
/* 	padding-bottom: 0.2rem; */
	border-top: 0.05rem solid #c7c7c7;
	box-sizing: border-box;
}

.footerMeta .metaNav ul {
	text-align: center;
	width: 100%;
	height: 100%;
	display: inline-block;
}

.footerMeta .metaNav li {
	display: inline-block;
	margin: 0 1rem;
	line-height: 1.5rem;
	font-size: 0.9rem;
}

.footerMeta .metaNav li a:hover,
 {
	
}

.metaNav a:link,
.metaNav a:visited {
	border-bottom: none;
	color: #c7c7c7;
}

.metaNav a:focus,
.metaNav a:hover,
.metaNav a:active,
.footerMeta .metaNav li.currentpage a {
	border-bottom: 0.05rem solid #c7c7c7;
}



@media (min-width: 800px) {
	footer .footerL ul {
	text-align: left;
}

footer .footerR {
	text-align: right;
}

footer .footerM {
	text-align: center;
}

/*
.footerGray  ul:first-of-type li:first-of-type {
	border-bottom: 0.05rem solid white;

	
}
*/
	
}

/* !-- GRID ------------------- */


.fullwidth {
    width: 98%;
    max-width: 1350px;
    margin: auto;
}

.layoutsp {
    padding: 0 1rem;
    box-sizing: border-box;
}


.grid-p {
    margin: 0 -1rem;
}

.grid-sp {
    margin: 0 -.5rem;
}

.grid-cm-0 {
    display: none;
}

.gridbp {
    padding-bottom: 1rem;
}


/*
.grid-cm-p {
    padding: 0 1rem;
    box-sizing: border-box;
}
*/


.grid-g {
    letter-spacing: -0.31em;
    *letter-spacing: normal;
    *word-spacing: -0.43em;
    text-rendering: optimizespeed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}


.grid-cm-1,
.grid-cm-1-1,
.grid-cm-1-2,
.grid-cm-1-3,
.grid-cm-2-3,
.grid-cm-1-4,
.grid-cm-3-4,
.grid-cm-1-6,
.grid-cm-5-6,
.grid-cm-1-12,
.grid-cm-2-12,
.grid-cm-3-12,
.grid-cm-4-12,
.grid-cm-5-12,
.grid-cm-6-12,
.grid-cm-7-12,
.grid-cm-8-12,
.grid-cm-9-12,
.grid-cm-10-12,
.grid-cm-11-12,
.grid-cm-12-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    
    padding-right: 1rem;
    padding-left: 1rem;
    box-sizing: border-box;
}

.grid-cm-1-12 {
    width: 8.3333%;
    *width: 8.3023%;
}

.grid-cm-1-6,
.grid-cm-2-12 {
    width: 16.6667%;
    *width: 16.6357%;
}

.grid-cm-1-4,
.grid-cm-3-12 {
    width: 25%;
    *width: 24.9690%;
}

.grid-cm-1-3,
.grid-cm-4-12 {
    width: 33.3333%;
    *width: 33.3023%;
}

.grid-cm-5-12 {
    width: 41.6667%;
    *width: 41.6357%;
}

.grid-cm-1-2,
.grid-cm-6-12 {
    width: 50%;
    *width: 49.9690%;
}

.grid-cm-7-12 {
    width: 58.3333%;
    *width: 58.3023%;
}

.grid-cm-2-3,
.grid-cm-8-12 {
    width: 66.6667%;
    *width: 66.6357%;
}

.grid-cm-3-4,
.grid-cm-9-12 {
    width: 75%;
    *width: 74.9690%;
}

.grid-cm-5-6,
.grid-cm-10-12 {
    width: 83.3333%;
    *width: 83.3023%;
}

.grid-cm-11-12 {
    width: 91.6667%;
    *width: 91.6357%;
}

.grid-cm-1,
.grid-cm-1-1,
.grid-cm-12-12 {
    width: 100%;
}

@media (min-width: 550px) {
    .grid-cm-xs-1,
    .grid-cm-xs-1-1,
    .grid-cm-xs-1-2,
    .grid-cm-xs-1-3,
    .grid-cm-xs-2-3,
    .grid-cm-xs-1-4,
    .grid-cm-xs-3-4,
    .grid-cm-xs-1-6,
    .grid-cm-xs-5-6,
    .grid-cm-xs-1-12,
    .grid-cm-xs-2-12,
    .grid-cm-xs-3-12,
    .grid-cm-xs-4-12,
    .grid-cm-xs-5-12,
    .grid-cm-xs-6-12,
    .grid-cm-xs-7-12,
    .grid-cm-xs-8-12,
    .grid-cm-xs-9-12,
    .grid-cm-xs-10-12,
    .grid-cm-xs-11-12,
    .grid-cm-xs-12-12 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .grid-cm-xs-1-12 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .grid-cm-xs-1-6,
    .grid-cm-xs-2-12 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .grid-cm-xs-1-4,
    .grid-cm-xs-3-12 {
        width: 25%;
        *width: 24.9690%;
    }

    .grid-cm-xs-1-3,
    .grid-cm-xs-4-12 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .grid-cm-xs-5-12 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .grid-cm-xs-1-2,
    .grid-cm-xs-6-12 {
        width: 50%;
        *width: 49.9690%;
    }

    .grid-cm-xs-7-12 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .grid-cm-xs-2-3,
    .grid-cm-xs-8-12 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .grid-cm-xs-3-4,
    .grid-cm-xs-9-12 {
        width: 75%;
        *width: 74.9690%;
    }

    .grid-cm-xs-5-6,
    .grid-cm-xs-10-12 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .grid-cm-xs-11-12 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .grid-cm-xs-1,
    .grid-cm-xs-1-1,
    .grid-cm-xs-12-12 {
        width: 100%;
    }
}


@media (min-width: 650px) {
    .grid-cm-s-1,
    .grid-cm-s-1-1,
    .grid-cm-s-1-2,
    .grid-cm-s-1-3,
    .grid-cm-s-2-3,
    .grid-cm-s-1-4,
    .grid-cm-s-3-4,
    .grid-cm-s-1-6,
    .grid-cm-s-5-6,
    .grid-cm-s-1-12,
    .grid-cm-s-2-12,
    .grid-cm-s-3-12,
    .grid-cm-s-4-12,
    .grid-cm-s-5-12,
    .grid-cm-s-6-12,
    .grid-cm-s-7-12,
    .grid-cm-s-8-12,
    .grid-cm-s-9-12,
    .grid-cm-s-10-12,
    .grid-cm-s-11-12,
    .grid-cm-s-12-12 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .grid-cm-s-1-12 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .grid-cm-s-1-6,
    .grid-cm-s-2-12 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .grid-cm-s-1-4,
    .grid-cm-s-3-12 {
        width: 25%;
        *width: 24.9690%;
    }

    .grid-cm-s-1-3,
    .grid-cm-s-4-12 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .grid-cm-s-5-12 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .grid-cm-s-1-2,
    .grid-cm-s-6-12 {
        width: 50%;
        *width: 49.9690%;
    }

    .grid-cm-s-7-12 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .grid-cm-s-2-3,
    .grid-cm-s-8-12 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .grid-cm-s-3-4,
    .grid-cm-s-9-12 {
        width: 75%;
        *width: 74.9690%;
    }

    .grid-cm-s-5-6,
    .grid-cm-s-10-12 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .grid-cm-s-11-12 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .grid-cm-s-1,
    .grid-cm-s-1-1,
    .grid-cm-s-12-12 {
        width: 100%;
    }
}

@media (min-width: 750px) {
    .grid-cm-m-1,
    .grid-cm-m-1-1,
    .grid-cm-m-1-2,
    .grid-cm-m-1-3,
    .grid-cm-m-2-3,
    .grid-cm-m-1-4,
    .grid-cm-m-3-4,
    .grid-cm-m-1-6,
    .grid-cm-m-5-6,
    .grid-cm-m-1-12,
    .grid-cm-m-2-12,
    .grid-cm-m-3-12,
    .grid-cm-m-4-12,
    .grid-cm-m-5-12,
    .grid-cm-m-6-12,
    .grid-cm-m-7-12,
    .grid-cm-m-8-12,
    .grid-cm-m-9-12,
    .grid-cm-m-10-12,
    .grid-cm-m-11-12,
    .grid-cm-m-12-12 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }
    
    .grid-cm-m-0-12 {
	    display: none;
    }

    .grid-cm-m-1-12 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .grid-cm-m-1-6,
    .grid-cm-m-2-12 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .grid-cm-m-1-4,
    .grid-cm-m-3-12 {
        width: 25%;
        *width: 24.9690%;
    }

    .grid-cm-m-1-3,
    .grid-cm-m-4-12 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .grid-cm-m-5-12 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .grid-cm-m-1-2,
    .grid-cm-m-6-12 {
        width: 50%;
        *width: 49.9690%;
    }

    .grid-cm-m-7-12 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .grid-cm-m-2-3,
    .grid-cm-m-8-12 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .grid-cm-m-3-4,
    .grid-cm-m-9-12 {
        width: 75%;
        *width: 74.9690%;
    }

    .grid-cm-m-5-6,
    .grid-cm-m-10-12 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .grid-cm-m-11-12 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .grid-cm-m-1,
    .grid-cm-m-1-1,
    .grid-cm-m-12-12 {
        width: 100%;
    }
}

@media (min-width: 950px) {
    .grid-cm-l-1,
    .grid-cm-l-1-1,
    .grid-cm-l-1-2,
    .grid-cm-l-1-3,
    .grid-cm-l-2-3,
    .grid-cm-l-1-4,
    .grid-cm-l-3-4,
    .grid-cm-l-1-6,
    .grid-cm-l-5-6,
    .grid-cm-l-1-12,
    .grid-cm-l-2-12,
    .grid-cm-l-3-12,
    .grid-cm-l-4-12,
    .grid-cm-l-5-12,
    .grid-cm-l-6-12,
    .grid-cm-l-7-12,
    .grid-cm-l-8-12,
    .grid-cm-l-9-12,
    .grid-cm-l-10-12,
    .grid-cm-l-11-12,
    .grid-cm-l-12-12 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .grid-cm-l-1-12 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .grid-cm-l-1-6,
    .grid-cm-l-2-12 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .grid-cm-l-1-4,
    .grid-cm-l-3-12 {
        width: 25%;
        *width: 24.9690%;
    }

    .grid-cm-l-1-3,
    .grid-cm-l-4-12 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .grid-cm-l-5-12 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .grid-cm-l-1-2,
    .grid-cm-l-6-12 {
        width: 50%;
        *width: 49.9690%;
    }

    .grid-cm-l-7-12 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .grid-cm-l-2-3,
    .grid-cm-l-8-12 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .grid-cm-l-3-4,
    .grid-cm-l-9-12 {
        width: 75%;
        *width: 74.9690%;
    }

    .grid-cm-l-5-6,
    .grid-cm-l-10-12 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .grid-cm-l-11-12 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .grid-cm-l-1,
    .grid-cm-l-1-1,
    .grid-cm-l-12-12 {
        width: 100%;
    }
}

@media (min-width: 1100px) {
    .grid-cm-xl-1,
    .grid-cm-xl-1-1,
    .grid-cm-xl-1-2,
    .grid-cm-xl-1-3,
    .grid-cm-xl-2-3,
    .grid-cm-xl-1-4,
    .grid-cm-xl-3-4,
    .grid-cm-xl-1-6,
    .grid-cm-xl-5-6,
    .grid-cm-xl-1-12,
    .grid-cm-xl-2-12,
    .grid-cm-xl-3-12,
    .grid-cm-xl-4-12,
    .grid-cm-xl-5-12,
    .grid-cm-xl-6-12,
    .grid-cm-xl-7-12,
    .grid-cm-xl-8-12,
    .grid-cm-xl-9-12,
    .grid-cm-xl-10-12,
    .grid-cm-xl-11-12,
    .grid-cm-xl-12-12 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .grid-cm-xl-1-12 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .grid-cm-xl-1-6,
    .grid-cm-xl-2-12 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .grid-cm-xl-1-4,
    .grid-cm-xl-3-12 {
        width: 25%;
        *width: 24.9690%;
    }

    .grid-cm-xl-1-3,
    .grid-cm-xl-4-12 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .grid-cm-xl-5-12 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .grid-cm-xl-1-2,
    .grid-cm-xl-6-12 {
        width: 50%;
        *width: 49.9690%;
    }

    .grid-cm-xl-7-12 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .grid-cm-xl-2-3,
    .grid-cm-xl-8-12 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .grid-cm-xl-3-4,
    .grid-cm-xl-9-12 {
        width: 75%;
        *width: 74.9690%;
    }

    .grid-cm-xl-5-6,
    .grid-cm-xl-10-12 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .grid-cm-xl-11-12 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .grid-cm-xl-1,
    .grid-cm-xl-1-1,
    .grid-cm-xl-12-12 {
        width: 100%;
    }
}

@media (min-width: 1350px) {
    .grid-cm-xxl-1,
    .grid-cm-xxl-1-1,
    .grid-cm-xxl-1-2,
    .grid-cm-xxl-1-3,
    .grid-cm-xxl-2-3,
    .grid-cm-xxl-1-4,
    .grid-cm-xxl-3-4,
    .grid-cm-xxl-1-6,
    .grid-cm-xxl-5-6,
    .grid-cm-xxl-1-12,
    .grid-cm-xxl-2-12,
    .grid-cm-xxl-3-12,
    .grid-cm-xxl-4-12,
    .grid-cm-xxl-5-12,
    .grid-cm-xxl-6-12,
    .grid-cm-xxl-7-12,
    .grid-cm-xxl-8-12,
    .grid-cm-xxl-9-12,
    .grid-cm-xxl-10-12,
    .grid-cm-xxl-11-12,
    .grid-cm-xxl-12-12 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .grid-cm-xxl-1-12 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .grid-cm-xxl-1-6,
    .grid-cm-xxl-2-12 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .grid-cm-xxl-1-4,
    .grid-cm-xxl-3-12 {
        width: 25%;
        *width: 24.9690%;
    }

    .grid-cm-xxl-1-3,
    .grid-cm-xxl-4-12 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .grid-cm-xxl-5-12 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .grid-cm-xxl-1-2,
    .grid-cm-xxl-6-12 {
        width: 50%;
        *width: 49.9690%;
    }

    .grid-cm-xxl-7-12 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .grid-cm-xxl-2-3,
    .grid-cm-xxl-8-12 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .grid-cm-xxl-3-4,
    .grid-cm-xxl-9-12 {
        width: 75%;
        *width: 74.9690%;
    }

    .grid-cm-xxl-5-6,
    .grid-cm-xxl-10-12 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .grid-cm-xxl-11-12 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .grid-cm-xxl-1,
    .grid-cm-xxl-1-1,
    .grid-cm-xxl-12-12 {
        width: 100%;
    }
}



/* Grid END */





