.breadcrumbs >p {
	float: none;
	text-align: center;
}

.breadcrumbs >p:hover a {
	text-decoration: none;
}

.newsGrid .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto;
}
footer,nav,section {
	display: block;
}

a {
	color: #008CBA;
	line-height: inherit;
	background: transparent;
	text-decoration: none;
}

strong {
	line-height: inherit;
	font-family: gotham_bold, sans-serif;
	font-weight: 400;
}

img {
	max-width: 100%;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
	display: block;
	width: 100%;
	height: auto;
}


*,:before,:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

.row {
	max-width: 87.5rem;
	width: 100%;
	margin: 0 auto;
}

.row:before,.row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.columns {
	padding-left: .9375rem;
	padding-right: .9375rem;
	width: 100%;
	float: left;
}

.columns + .columns:last-child {
	float: right;
}

.breadcrumbs {
	display: block;
	list-style: none;
	margin-left: 0;
	overflow: hidden;
	background-color: #f4f4f4;
	border-radius: 3px;
	border-style: solid;
	padding: .5625rem .875rem;
}

.breadcrumbs > * {
	color: #008CBA;
	float: left;
	font-size: .6875rem;
	line-height: .6875rem;
	text-transform: uppercase;
	margin: 0;
}

.breadcrumbs > :hover a,.breadcrumbs > :focus a {
	text-decoration: underline;
}

.breadcrumbs > * a {
	color: #008CBA;
}

.breadcrumbs > :before {
	color: #AAA;
	content: "/";
	position: relative;
	top: 1px;
	margin: 0 .75rem;
}

.breadcrumbs > :first-child:before {
	content: " ";
	margin: 0;
}

.text-center {
	text-align: center!important;
}

div,ul,li,h5,p {
	margin: 0;
	padding: 0;
}

a:hover,a:focus {
	color: #0078a0;
}

a img {
	border: none;
}

p {
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 1.25rem;
	text-rendering: optimizeLegibility;
}

h5 {
	color: #222;
	font-style: normal;
	margin-bottom: .5rem;
	margin-top: .2rem;
	text-rendering: optimizeLegibility;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	font-size: 1.4rem;
	letter-spacing: .2rem;
	font-weight: 500;
	line-height: 1.6rem;
}

ul {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.6;
	list-style-position: outside;
	margin-bottom: 1.25rem;
	margin-left: 1.1rem;
	list-style: none;
}

html,body,div,span,h5,p,a,img,strong,ul,li,footer,nav,section {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

p,.div_p {
	font-family: gotham, sans-serif;
	display: block;
	letter-spacing: .125rem;
}

h5,.div_h1 {
	font-family: bebas, serif;
	display: block;
	letter-spacing: .3125rem;
	color: #fff;
}

h5 strong,.div_h1 strong {
	font-family: bebas_bold, serif;
	font-weight: 400;
}

.newsGrid .columns {
	background-color: #efefef;
	transition-duration: 600ms;
	transition-property: background-color;
	transition-timing-function: cubic-bezier(0.55,0.01,0.11,0.99);
	margin: 0;
	padding: 0;
}

.newsGrid .columns:nth-child(even) {
	background-color: #eaeaea;
}

.newsGrid .columns:last-child {
	float: left!important;
}

.newsGrid .columns:hover {
	background-color: #fafafa;
	transition-duration: 600ms;
	transition-property: background-color;
	transition-timing-function: cubic-bezier(0.55,0.01,0.11,0.99);
}

.newsGrid .contImg {
	position: relative;
	overflow: hidden;
}

.newsGrid .contImg:before {
	content: "";
	display: block;
	padding-top: 90%;
}

.newsGrid .contImg .cont {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

.newsGrid .contImg img {
	display: block;
	width: 100%;
}

.newsGrid .contImg .copri {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #040617;
	opacity: 0.3;
	filter: alpha(opacity=30);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition-duration: 600ms;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.55,0.01,0.11,0.99);
	z-index: 10;
}

.newsGrid .contTxt {
	padding: 3.125rem 2.5rem 2.5rem;
}

.newsGrid .div_h1 {
	font-size: 2.25rem;
	color: #3d435d;
	margin-top: 5px;
}

.newsGrid .div_p {
	font-size: .75rem;
	color: #797979;
	margin-top: 30px;
	letter-spacing: normal;
	line-height: 1.375rem;
}

.newsGrid .discover {
	font-family: "gotham_bold", sans-serif;
    font-weight: normal;
	display: block;
	font-size: .625rem;
	color: #797979;
	text-transform: uppercase;
	margin-top: 50px;
	letter-spacing: .1875rem;
	transition-duration: 600ms;
	transition-property: color;
	transition-timing-function: cubic-bezier(0.55,0.01,0.11,0.99);
}

.newsGrid a:hover .contImg .copri {
	opacity: 0;
	filter: alpha(opacity=0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition-duration: 600ms;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.55,0.01,0.11,0.99);
}

.newsGrid a:hover .discover {
	color: #3d435d;
	transition-duration: 600ms;
	transition-property: color;
	transition-timing-function: cubic-bezier(0.55,0.01,0.11,0.99);
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

a:focus {
	outline: thin dotted;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

#content {
	max-width: 87.5rem;
	margin: 0 auto;
}

p,a {
	font-family: Montserrat, sans-serif;
}

.horizontal-divider {
	display: block;
	height: .05rem;
	background-color: #FFF;
	opacity: .1;
	margin: 1.5em auto;
}

.main-content {
	text-align: center;
}

.navbar {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1900;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	padding: 1rem;
}

#logo img {
	width: 6rem;
}

.navigation-menu {
	position: fixed;
	z-index: 1500;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 3rem;
	background-color: #141930;
	opacity: 0;
	-webkit-transform: translate(0,-100%);
	-ms-transform: translate(0,-100%);
	transform: translate(0,-100%);
}

.navigation-menu .menu-categories {
	margin-bottom: 3rem;
}

.navigation-menu .menu-categories ul li a,.navigation-menu .bottom-menu ul li a,#selected-language-mobile {
	-webkit-text-decoration-line: none;
	text-decoration-line: none;
	font-family: Oswald, sans-serif;
	letter-spacing: .3rem;
	text-transform: uppercase;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}

.navigation-menu .menu-categories ul li a {
	font-size: 1.3rem;
	color: #FFF;
}

.navigation-menu .menu-categories ul li a:active {
	color: #686e87;
}

.navigation-menu .bottom-menu ul li a {
	font-size: .9rem;
	color: #686e87;
}

.navigation-menu .menu-categories ul li {
	margin: 1.5rem;
}

.navigation-menu .bottom-menu ul li {
	margin: 1.1rem;
}

.navigation-menu .bottom-menu .languages .select-languages {
	display: block;
	width: fit-content;
	cursor: pointer;
	margin: 0 auto;
	padding: 2rem 0 3rem;
}

.navigation-menu .bottom-menu .languages .select-languages a {
	font-family: Montserrat, sans-serif;
	color: #686e87;
	font-size: .8rem;
	letter-spacing: .1rem;
	-webkit-text-decoration-line: none;
	text-decoration-line: none;
	text-transform: capitalize;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	padding: .5rem 1rem;
}

#choose-language-button {
	border: 1px solid #686e87;
}

.navigation-menu .bottom-menu .languages .languages-dropdown ul li a {
	font-family: Montserrat, sans-serif;
	font-size: .8rem;
	letter-spacing: .1rem;
	-webkit-text-decoration-line: none;
	text-decoration-line: none;
	text-transform: capitalize;
}

.navigation-menu .bottom-menu .languages .languages-dropdown ul li {
	margin: 0 1rem;
	padding: 1.5rem;
}

.navigation-menu .bottom-menu .languages .languages-dropdown ul li:first-child {
	border-bottom: 1px solid #686e87;
}

.navigation-menu .bottom-menu .languages {
	position: relative;
}

.hamburger span {
	display: block;
	width: 1.5em;
	height: .15em;
	background-color: #FFF;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: .3em 0;
}

#back-to-top-button a {
	font-size: .6rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .2rem;
	margin: 2rem auto 0;
}

footer a {
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}

#back-to-top-button {
	display: block;
	padding: 1rem;
}

.filler {
	height: 3.5rem;
	background-color: #141930;
}

footer {
	background-color: #0c1125;
	border-top: 2px solid #000;
	padding: 1rem;
}

footer p,footer a {
	color: #686e87;
	font-size: .6rem;
	letter-spacing: .15rem;
	line-height: 1rem;
	font-weight: 700;
}

footer p {
	margin: 1rem 0;
}

100% {
	opacity: 1;
}

@font-face {
	font-family:Montserrat;
font-style:normal;
font-weight:900;
font-display:swap;
src:url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_epG3gnD_g.woff2) format(woff2);
unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

a:active,a:hover,:focus {
	outline: 0;
}

meta.foundation-mq-medium,meta.foundation-mq-topbar {
	font-family: "/only screen and (min-width:40.0625em)/";
	width: 40.0625em;
}

a:hover,.hamburger {
	cursor: pointer;
}

::-webkit-input-placeholder,:-moz-placeholder,::-moz-placeholder,:-ms-input-placeholder {
	color: #ccc;
}

.newsGrid,.wow {
	visibility: hidden;
}

::-moz-selection,::selection {
	background: #b3d4fc;
	text-shadow: none;
	color: #FFF;
}

.color-white,.navigation-menu .bottom-menu ul li a:active,.navigation-menu .bottom-menu .languages .select-languages a:active,#selected-language-mobile,footer a:active {
	color: #FFF;
}

.banner-section,.breadcrumbs,.navbar .top-links ul,#search-icon,.navigation-menu .vertical-divider,.languages-dropdown,#selected-language-desktop {
	display: none;
}

@media only screen {
	.columns {
		position: relative;
		padding-left: .9375rem;
		padding-right: .9375rem;
		float: left;
	}

	.small-12 {
		width: 100%;
	}
}

@media only screen and (min-width: 40.0625em) {
	.columns {
		position: relative;
		padding-left: .9375rem;
		padding-right: .9375rem;
		float: left;
	}

	.medium-4 {
		width: 33.33333%;
	}

	.medium-12 {
		width: 100%;
	}

	h5 {
		line-height: 1.4;
		font-size: 1.125rem;
	}
}

@media only screen and (min-width: 64.0625em) {
	.columns {
		position: relative;
		padding-left: .9375rem;
		padding-right: .9375rem;
		float: left;
	}

	.large-4 {
		width: 33.33333%;
	}

	.large-12 {
		width: 100%;
	}

	html {
		font-size: 16px;
	}
}

@media print {
	* {
		background: transparent!important;
		box-shadow: none!important;
		color: #000!important;
		text-shadow: none!important;
	}

	a,a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	a[href^="#"]:after {
		content: "";
	}

	img {
		page-break-inside: avoid;
		max-width: 100%!important;
	}

	p {
		orphans: 3;
		widows: 3;
	}
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	html {
		font-size: 14px;
	}
}

@media only screen and (max-width: 40em) {
	html {
		font-size: 16px;
	}
}

@media only screen and (max-width: 64em) {
	.newsGrid .discover {
		margin-top: 25px;
	}
}

@media screen and (min-width: 768px) {
	#logo img {
		width: 100%;
	}

	.navbar {
		padding: 1rem 2rem;
	}

	#search-icon,.navigation-menu .vertical-divider {
		display: inline-block;
	}

	.navigation-menu .menu-categories {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 100%;
		margin: auto;
	}

	.navigation-menu .menu-categories ul li {
		margin: 1rem 2rem;
	}

	#search-icon {
		width: 1.5rem;
	}

	.navbar .top-links ul li a {
		-webkit-text-decoration-line: none;
		text-decoration-line: none;
		font-family: Oswald, sans-serif;
		letter-spacing: .15rem;
		text-transform: uppercase;
		-webkit-transition: .2s ease-in;
		-o-transition: .2s ease-in;
		color: #FFF;
		opacity: 1;
		transition: .2s ease-in;
	}

	.navbar .top-links ul li a:hover {
		opacity: .5;
	}

	.vertical-divider {
		display: inline-block;
		width: .05em;
		height: 2.8em;
		background-color: #FFF;
		opacity: .5;
		margin: auto 0;
	}

	.navigation-menu {
		height: 100vh;
	}

	.navbar .top-links ul li,#search-icon,.vertical-divider {
		margin-right: 1.6rem;
	}

	.navigation-menu .bottom-menu {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		width: 100%;
		height: 6rem;
		bottom: 0;
		background-color: #141930;
	}

	.navigation-menu .bottom-menu ul li {
		margin: .8rem;
	}

	.navigation-menu .bottom-menu,.navigation-menu .bottom-menu ul li a {
		font-family: Montserrat, sans-serif;
		font-size: .8rem;
		letter-spacing: .1rem;
		text-transform: capitalize;
	}

	.navigation-menu .bottom-menu .languages .select-languages {
		margin: 0 auto;
		padding: 0;
	}

	.navigation-menu .bottom-menu .languages .select-languages a {
		font-size: .8rem;
		letter-spacing: .1rem;
		padding: 0;
	}

	.navigation-menu .bottom-menu .vertical-divider {
		height: 1.2rem;
	}

	.navigation-menu .menu-categories ul li a:hover {
		color: #686e87;
	}

	#selected-language-mobile {
		display: none;
	}

	#selected-language-desktop {
		display: block;
		position: absolute;
		color: #FFF;
		text-transform: uppercase;
		left: 10rem;
		bottom: 0;
	}

	#choose-language-button {
		border: none;
	}

	.navigation-menu .bottom-menu .languages .select-languages .languages-dropdown ul {
		flex-direction: column;
	}

	.navigation-menu .bottom-menu .languages .select-languages .languages-dropdown ul li {
		width: 9rem;
		margin: 0;
		padding: 1rem;
	}

	.navigation-menu .bottom-menu .languages .select-languages:hover .languages-dropdown {
		display: block;
		position: absolute;
		bottom: .8rem;
	}

	.hamburger span {
		width: 2rem;
	}

	.banner-section {
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		position: relative;
		text-align: left;
	}

	.banner-section .banner {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}

	.banner a {
		position: absolute;
		top: 28%;
		color: #FFF;
		-webkit-text-decoration-line: none;
		text-decoration-line: none;
		margin-left: 2rem;
	}

	.banner .horizontal-divider {
		position: relative;
		left: 0;
		width: 10rem;
		height: .2rem;
		opacity: 1;
		margin: .8rem 0;
	}

	.banner p {
		font-size: .5rem;
		letter-spacing: .2rem;
		text-transform: uppercase;
		font-weight: 600;
		color: #686e87;
		-webkit-transition: .2s ease-in;
		-o-transition: .2s ease-in;
		transition: .2s ease-in;
	}

	.filler {
		height: 5rem;
	}

	#back-to-top-button {
		padding: 2rem;
	}

	.breadcrumbs {
		display: block;
		background-color: #0c1125;
		padding: 1rem;
	}

	.breadcrumbs p,.breadcrumbs a {
		font-size: .55rem;
		letter-spacing: .2rem;
		line-height: 1rem;
		font-weight: 600;
		text-transform: uppercase;
		text-align: center;
		color: #686e87;
		-webkit-transition: .2s ease-in;
		-o-transition: .2s ease-in;
		transition: .2s ease-in;
	}

	footer {
		background-color: #050a1d;
		border-top: 4px solid #000;
		margin: 0;
		padding: 0;
	}

	footer p {
		background-color: #0c1125;
		margin: 0;
		padding: 1.5rem;
	}

	footer p,footer a {
		font-size: .6rem;
		letter-spacing: .1rem;
	}

	.navbar .top-links,.navbar .top-links ul,.navigation-menu .menu-categories,.navigation-menu .bottom-menu,.navigation-menu .bottom-menu ul {
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.navigation-menu .bottom-menu ul li a:hover,.navigation-menu .bottom-menu .languages .select-languages a:hover,.banner a:hover p,footer a:hover,.breadcrumbs a:hover {
		color: #FFF;
	}
}

@media screen and (min-width: 1024px) {
	h5 {
		font-size: 1.7rem;
		line-height: 2rem;
		letter-spacing: .2rem;
	}

	.navbar {
		max-width: 87.5rem;
		margin: 0 auto;
		padding: 2rem 3rem;
	}

	.banner a {
		margin-left: 3rem;
		top: 33%;
	}

	.filler {
		height: 6.9rem;
	}

	#back-to-top-button {
		padding: 1rem;
	}

	.breadcrumbs {
		padding: 1.2rem;
	}

	footer {
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: 5rem;
		background-color: #0c1125;
		padding: 1.2rem;
	}

	footer p {
		max-width: 80%;
		padding: 0 0 0 1.5rem;
	}

	footer p,footer a {
		text-align: left;
		font-size: .65rem;
	}

	.banner p,.breadcrumbs p,.breadcrumbs a {
		font-size: .6rem;
		font-weight: 700;
	}
}

@media screen and (min-width: 1400px) {
	.navbar,.filler {
		height: 10rem;
	}
}