/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 16px/1.2 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 0.5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: 0.4em 0.7em;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
	border-color: #333;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.newsroom__slider-section {
	margin-bottom: 50px;
}

.newsroom__slider-section .slide-item__inner {
	position: relative;
}

.newsroom__slider-section .slide-item__inner .text-slide {
	width: 100%;
}

.newsroom__slider-section .slide-item__inner .iframe-holder {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.newsroom__slider-section .slide-item__inner .iframe-holder iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.newsroom__slider-section .large-text-holder {
	font-weight: 400;
	font-style: normal;
}

.newsroom__slider-section .large-text-holder .large-text {
	font-family: adobe-garamond-pro, serif;
	line-height: 1;
	text-shadow: 2px 3px 7px rgba(1, 2, 1, 0.24);
	display: block;
	color: rgba(255, 255, 255, 0.7);
	font-size: 60px;
}

.newsroom__slider-section .mark-text-holder {
	padding: 25px 25px 25px 60px;
	position: relative;
	background-color: #e5e8ef;
}

.newsroom__slider-section .mark-text-holder:before {
	content: "";
	position: absolute;
	top: 25px;
	bottom: 25px;
	width: 4px;
	background-color: #011f5b;
	left: 30px;
}

.newsroom__slider-section .mark-text-holder .mark-text-md a {
	font-size: 24px;
	font-family: playfair-display, serif;
	font-weight: 400;
	margin-bottom: 15px;
	color: #1a1a1a;
	display: inline-block;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.newsroom__slider-section .mark-text-holder .mark-text-md a:hover {
	opacity: 0.75;
}

.newsroom__slider-section .mark-text-holder .mark-text-sm {
	font-size: 18px;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.newsroom a:hover {
	text-decoration: none;
}

.newsroom h3 a {
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.newsroom h3 a:hover {
	opacity: 0.75;
}

.newsroom h1 {
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	text-align: center;
	margin-bottom: 0;
	font-size: 33px;
	color: #011f5b;
}

.newsroom .container {
	max-width: 1170px;
	padding: 0 15px;
}

.newsroom .decor-box {
	position: relative;
	padding-bottom: 20px;
}

.newsroom .decor-box:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	height: 1px;
	background-image: url(../images/decor-item.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.newsroom .decor-box h1 {
	color: #011f5b;
}

.newsroom__slider {
	margin-top: 30px;
}

.newsroom__slider .slick-arrow {
	background-color: transparent;
	position: absolute;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	border: none;
	box-shadow: none;
	top: 50%;
	z-index: 10;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	opacity: 0.75;
}

.newsroom__slider .slick-arrow.slick-prev {
	left: 10px;
}

.newsroom__slider .slick-arrow.slick-prev:before {
	content: "";
	clear: both;
	display: block;
	width: 26px;
	height: 26px;
	border: 6px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-width: 0 0 6px 6px;
}

.newsroom__slider .slick-arrow.slick-next {
	right: 10px;
}

.newsroom__slider .slick-arrow.slick-next:before {
	content: "";
	clear: both;
	display: block;
	width: 26px;
	height: 26px;
	border: 6px solid #fff;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	border-width: 0 0 6px 6px;
	margin: 0 0 0 10px;
}

.newsroom__slider .slick-arrow.slick-next:hover {
	opacity: 1;
}

.newsroom__info-section .two-columns-row .col-box .decor-box {
	padding-bottom: 0;
	margin-bottom: 30px;
	padding-bottom: 7px;
}

.newsroom__info-section .two-columns-row .col-box h2 {
	color: #011f5b;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 33px;
	margin-bottom: 0;
	text-align: center;
}

.newsroom__info-section .two-columns-row .col-box h2 a {
	font-weight: 400;
}

.newsroom__info-section .two-columns-row .col-box .img-holder {
	margin-bottom: 30px;
}

.newsroom__info-section .two-columns-row .col-box .img-holder img {
	width: 100%;
}

.newsroom__info-section .two-columns-row .col-box .content-box {
	font-size: 18px;
}

.newsroom__info-section .two-columns-row .col-box .content-box time {
	font-size: 16px;
	display: inline-block;
	margin-bottom: 10px;
	color: #353535;
}

.newsroom__info-section .two-columns-row .col-box .content-box h3 {
	margin-bottom: 10px;
	font-size: 24px;
	color: #011f5b;
}

.newsroom__info-section .two-columns-row .col-box .content-box h3 a {
	font-weight: 400;
}

.newsroom__stories .stories-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 55px;
	margin-bottom: 50px;
}

.newsroom__stories .stories-list__item {
	text-align: center;
	width: calc(100% / 2 - 20px);
	margin-bottom: 30px;
}

.newsroom__stories .stories-list__item:nth-child(even) a span {
	color: #011f5b;
}

.newsroom__stories .stories-list__item:nth-child(even) a .title-box {
	border: 1px solid #011f5b;
	border-top: none;
}

.newsroom__stories .stories-list__item:nth-child(odd) a .title-box {
	border: 1px solid #95001a;
	border-top: none;
}

.newsroom__stories .stories-list__item:nth-child(odd) a span {
	color: #95001a;
}

.newsroom__stories .stories-list__item a {
	display: block;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.newsroom__stories .stories-list__item a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.newsroom__stories .stories-list__item .img-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 6px;
	height: 93px;
}

.newsroom__stories .stories-list__item .img-holder img {
	height: 100%;
	width: auto;
}

.newsroom__stories .stories-list__item .title-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 10px;
	min-height: 57px;
}

.newsroom__stories .stories-list__item .title-box span {
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
}

.newsroom__content {
	font-size: 18px;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.newsroom__content .single-text {
	margin-bottom: 26px;
}

.newsroom__content .column-text .col-content {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.newsroom__content .column-text blockquote {
	position: relative;
	padding: 0 0 0 60px;
	font-weight: 400;
	font-style: italic;
	margin: 0;
	margin-bottom: 20px;
}

.newsroom__content .column-text blockquote::before {
	content: "";
	position: absolute;
	left: 25px;
	width: 4px;
	background-color: #011f5b;
	top: 0;
	bottom: 0;
}

.newsroom__content .column-text blockquote p {
	font-family: playfair-display, serif;
	font-size: 24px;
	margin-bottom: 10px;
}

.newsroom__content .column-text blockquote p:before {
	content: "“";
}

.newsroom__content .column-text blockquote p:after {
	content: "”";
}

.newsroom__content .column-text blockquote span {
	font-size: 18px;
	letter-spacing: 0.1px;
}

.newsroom__content .column-text blockquote span:before {
	content: "“";
}

.newsroom__content .column-text blockquote span:after {
	content: "”";
}

.newsroom__content .full-width-img {
	width: 100%;
	margin-bottom: 30px;
}

.newsroom__content .full-width-img img {
	width: 100%;
}

.newsroom__article .title-box {
	max-width: 780px;
	margin: 0 auto 50px;
	text-align: center;
	font-size: 18px;
}

.newsroom__article .title-box h3 {
	font-size: 24px;
	letter-spacing: normal;
	font-weight: 400;
	color: #011f5b;
}

.newsroom__article-content {
	padding-bottom: 50px;
}

.newsroom__article-content .container {
	padding: 0;
}

.newsroom__article-content .img-holder {
	width: 100%;
}

.newsroom__article-content .img-holder img {
	width: 100%;
}

.newsroom__article-content .content-box {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	position: relative;
	line-height: 1.3;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 20px 0;
}

.newsroom__article-content .content-box time {
	color: #1a1a1a;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 15px;
}

.newsroom__article-content .content-box h3 {
	color: #011f5b;
	font-size: 24px;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.newsroom__article-content .content-box h3 a {
	font-weight: 400;
}

.newsroom__article-content .content-box p:last-of-type {
	margin-bottom: 0;
}

.newsroom__article-content .content-box strong {
	font-weight: 700;
	margin-bottom: 25px;
	display: inline-block;
}

.newsroom__article-content .content-box .link-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-top: 26px;
}

.newsroom__article-content .content-box .link-row .link-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 10px 20px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
	font-weight: 400;
	border-radius: 4px;
	border: 1px solid #710014;
	background-color: #ffffff;
	color: #710014;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 18px;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.newsroom__article-content .content-box .link-row .link-btn i {
	margin-right: 5px;
}

.newsroom__article-content .content-box .link-row .link-btn:hover {
	text-decoration: none;
	background-color: #710014;
	color: #ffffff;
}

.newsroom .category-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 50px;
}

.newsroom .category-list__item {
	height: 140px;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
	background-position: 50% 50%;
	background-size: cover;
}

.newsroom .category-list__item:after {
	content: "";
	height: 104px;
	background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 0;
	z-index: 2;
}

.newsroom .category-list__item:before {
	z-index: 1;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #011f5b;
	opacity: 0.7;
}

.newsroom .category-list__item h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	font-weight: 400;
	height: 100%;
}

.newsroom .category-list__item a {
	color: #ffffff;
	display: block;
	text-align: center;
	margin-bottom: 15px;
	width: 100%;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 32px;
	position: relative;
	z-index: 3;
	font-weight: 400;
}

.newsroom .category-list__item a:hover {
	text-decoration: none;
}

@font-face {
	font-family: 'fontello';
	src: url("../fonts/fontello.eot?62320392");
	src: url("../fonts/fontello.eot?62320392#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?62320392") format("woff2"), url("../fonts/fontello.woff?62320392") format("woff"), url("../fonts/fontello.ttf?62320392") format("truetype"), url("../fonts/fontello.svg?62320392#fontello") format("svg");
	font-weight: normal;
	font-style: normal;
}

.contents-section {
	padding-top: 20px;
	padding-bottom: 32px;
}

.contents-section .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: -24px !important;
}

.contents-section .row .col-12 {
	position: relative;
	width: 100%;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.contents-section [class|='col'] {
	margin-bottom: 24px;
}

.contents-section .decor-box {
	position: relative;
	padding-bottom: 3px;
	margin-bottom: 24px;
}

.contents-section .decor-box:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	height: 1px;
	background-image: url(../images/decor-item.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.contents-section .decor-box h1 {
	color: #011f5b;
	text-align: center;
	margin-bottom: 0;
}

.contents-section .decor-box h2 {
	color: #011f5b;
	text-align: center;
	margin-bottom: 0;
}

.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.container-fluid {
	width: 100%;
}

.card {
	-webkit-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	border: 1px solid #e4e4e4;
	color: inherit;
	background-color: #fff;
}

.card:hover {
	background-color: #ecedf0;
}

.card.no-hover:hover {
	background-color: transparent;
}

.card:hover .card-image::after {
	opacity: 0.5;
}


.card .card-image {
	position: relative;
	overflow: hidden;
	background-color: #999;
	display: block;
}

.card .card-image img {
	width: 100%;
	margin: 0;
}

.card .card-image::after {
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #011f5b;
	opacity: 0;
}

.card.no-hover .card-image::after {
	-webkit-transition: none;
	transition: none;
	content: none;
}


.card .card-image .expand-box {
	position: absolute;
	bottom: -40px;
	right: -40px;
	z-index: 10;
}

.card .card-image .expand-box img {
	width:17px;
	height:20px;
}

.card .card-body {
	padding: 22px 12px 10px;
	margin-bottom: auto;
}

.card .card-body h2 a,
.card .card-body h3 a {
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
	color: inherit;
	font-weight: inherit;
}

.card .card-body h2 a:hover,
.card .card-body h3 a:hover {
	color: #1f80aa;
}

.card .card-body h2 {
	font-weight: 400;
	border-bottom: none;
}

.card .card-body h3 .position {
	display: block;
}

.card .card-body p:last-child {
	margin-bottom: 0;
}

.card .card-footer {
	position: relative;
	padding: 16px 12px;
	font-size: 16px;
	line-height: 1.3125;
	font-weight: 700;
}

.card .card-footer a {
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
	font-weight: inherit;
}

.card .card-footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	right: 20px;
	height: 1px;
	background-color: #e4e4e4;
}

.event-card .expand-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-left: 1px solid white;
	background-color: #011f5b;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	        transform-origin: center;
	width: 82px;
	height: 82px;
}

.event-card .expand-box img {
	opacity: 0.4;
	-webkit-transform: rotate(-45deg) translate(-15px, -15px);
	    -ms-transform: rotate(-45deg) translate(-15px, -15px);
	        transform: rotate(-45deg) translate(-15px, -15px);
}

.event-card .card-footer {
	min-height: 74px;
}

.event-card .card-time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.event-card .card-time::before {
	font-family: "fontello";
	content: '\f133';
	margin-right: 6px;
}

.member-card .card-body {
	text-align: center;
	line-height: 1.4445;
	padding-top: 14px;
	padding-bottom: 14px;
}

.member-card .card-body h3 {
	min-height: 56px;
}

.member-card .card-footer {
	text-align: center;
	padding-top: 18px;
	padding-bottom: 15px;
}

.article-card {
	box-shadow: 0 0 6px #d6d6d6;
}

.article-card br {
	display: none;
}

.article-card .card-footer {
	text-align: right;
	min-height: 74px;
}

.article-card-sm {
	-webkit-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	box-shadow: 0 0 6px #d6d6d6;
}

.article-card-sm.red {
	background: #efe6e7;
}

.article-card-sm.red:hover {
	background: -webkit-linear-gradient(bottom, #2b0409 0%, #6d121e 100%);
	background: linear-gradient(to top, #2b0409 0%, #6d121e 100%);
}

.article-card-sm.red .card-footer {
	color: #6d121e;
}

.article-card-sm.blue {
	background: #ecedf0;
}

.article-card-sm.blue:hover {
	background: -webkit-linear-gradient(bottom, #01112f 0%, #011f5b 100%);
	background: linear-gradient(to top, #01112f 0%, #011f5b 100%);
}

.article-card-sm.blue .card-footer {
	color: #011f5b;
}

.article-card-sm.blue:hover,
.article-card-sm.red:hover {
	color: #fff;
}

.article-card-sm.blue:hover h3,
.article-card-sm.red:hover h3 {
	font-weight: 700;
}

.article-card-sm.blue:hover .card-footer,
.article-card-sm.red:hover .card-footer {
	color: #fff;
}

.article-card-sm .card-body {
	padding-right: 10px;
	padding-bottom: 0;
}

.article-card-sm .card-body h3 {
	font-weight: 400;
	line-height: 1.5;
}

.article-card-sm .card-footer {
	text-align: right;
	min-height: 78px;
	padding: 12px 18px 24px;
}

.article-card-sm .card-footer:before {
	content: none;
}

.testimonial-block {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.testimonial-block.overlay .blockquote-holder {
	width: 100%;
	min-height: initial;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	box-shadow: 0 0 6px #d6d6d6;
}

.testimonial-block.overlay .image-holder {
	width: 100%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
}

.testimonial-block.overlay .image-holder img {
	position: static;
}

.testimonial-block.colored .blockquote-holder {
	background-color: #ecedf0;
	color: #101d50;
}

.testimonial-block.colored .blockquote-holder.red {
	background-color: #efe6e7;
	color: #6d121e;
}

.testimonial-block .blockquote-holder,
.testimonial-block .image-holder {
	width: 100%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
}

.testimonial-block .image-holder {
	position: relative;
}

.testimonial-block .image-holder img {
	width: 100%;
	margin: 0;
}

.testimonial-block .blockquote-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 24px 15px;
	background-color: #fff;
	color: #1a1a1a;
	min-height: 240px;
}

.blockquote-box {
	margin: 0;
}

.blockquote-box q {
	display: block;
	font-style: italic;
	font-weight: 600;
	margin-bottom: 0.7em;
}

.blockquote-box cite {
	display: block;
	font-style: normal;
	text-align: right;
	font-weight: 600;
}

.blockquote-box cite::before {
	content: '~';
	margin-right: 4px;
}

.event-article {
	font-size: 16px;
	line-height: 1.625;
}

.event-article h1 {
	margin-bottom: 0.9em !important;
}

.event-article h2 {
	margin-bottom: 1.1em !important;
}

.event-article h4 {
	margin-bottom: 0.7em !important;
	color: #1a1a1a !important;
}

.event-article .image-holder {
	margin-bottom: 22px;
}

.event-article .image-holder img {
	width: 100%;
}

.event-article .text-section {
	margin-bottom: 18px;
}

.event-article .text-section p:last-child {
	margin-bottom: 0;
}

.event-article time {
	display: block;
}

.event-article time::before {
	font-family: "fontello";
	content: '\f133';
	margin-right: -1px;
	font-weight: 700;
}

.event-article address {
	font-style: normal;
	font-weight: 400;
}

.event-article address a {
	font-weight: inherit;
}

@media (min-width: 480px) {

.contents-section .row .col-sm-6 {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	width: 50%;
}

}

@media (min-width: 768px) {

.newsroom__slider .slick-arrow.slick-prev {
	left: 30px;
}

.newsroom__slider .slick-arrow.slick-next {
	right: 30px;
}

.newsroom__stories .stories-list__item {
	width: calc(100% / 4 - 20px);
}

.newsroom .category-list__item {
	width: calc(50% - 15px);
}

.newsroom .category-list__item:nth-child(2)::before,
.newsroom .category-list__item:nth-child(3)::before {
	background-color: #95001a;
	opacity: 0.7;
}

.contents-section {
	padding-bottom: 50px;
}

.contents-section .row {
	margin-bottom: -50px !important;
}

.contents-section .row .col-md-4 {
	-ms-flex-preferred-size: 33.3333%;
	    flex-basis: 33.3333%;
	width: 33.3333%;
}

.contents-section .row .col-md-6 {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	width: 50%;
}

.contents-section [class|='col'] {
	margin-bottom: 50px;
}

.contents-section .decor-box {
	margin-bottom: 50px;
}

.contents-section .decor-box h1 {
	font-size: 33px;
	line-height: 1.3334;
	border-bottom: none;
}

.contents-section .decor-box h2 {

	border-bottom: none;
}

.card .card-body {
	padding-left: 20px;
	padding-right: 20px;
}

.card .card-body h2 {
	font-size: 18px;
	line-height: 1.27;
}

.card .card-body h3 {
	font-size: 22px;
	line-height: 1.273;
	margin-bottom: 0.4em;
}

.testimonial-block.row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.testimonial-block.row-reverse.overlay .blockquote-holder {
	right: initial;
	left: 0;
}

.testimonial-block.overlay .blockquote-holder {
	position: absolute;
	right: 0;
	bottom: 20px;
	z-index: 2;
	width: calc(50% - 15px);
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 15px);
	flex: 0 0 calc(50% - 15px);
	padding-left: 28px;
}

.testimonial-block.overlay .image-holder {
	width: 90%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 90%;
	        flex: 0 0 90%;
}

.testimonial-block .blockquote-holder,
.testimonial-block .image-holder {
	width: 50%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
}

.testimonial-block .image-holder img {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}

.event-article .text-section {
	margin-bottom: 26px;
}

}

@media (min-width: 1024px) {

.newsroom__slider-section .slide-item__inner .text-slide {
	bottom: 0;
	position: absolute;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.newsroom__slider-section .large-text-holder {
	margin-right: 70px;
}

.newsroom__slider-section .large-text-holder .large-text {
	font-size: 160px;
}

.newsroom__slider-section .mark-text-holder {
	background-color: rgba(255, 255, 255, 0.75);
}

.newsroom__slider .slick-arrow {
	top: 50%;
}

.newsroom__info-section .two-columns-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 45px;
}

/*.newsroom__info-section .two-columns-row .col-box {
	width: calc(50% - 15px);
}*/

.newsroom__stories .stories-list__item {
	width: calc(100% / 8 - 20px);
}

.newsroom__content .column-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.newsroom__content .column-text blockquote {
	margin: 0;
	max-width: 430px;
}

.newsroom__content .column-text blockquote::before {
	bottom: auto;
	top: 10px;
	height: 183px;
}

.newsroom__article-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.newsroom__article-content .img-holder {
	width: 600px;
}

.newsroom__article-content .content-box {
	padding: 35px 40px 16px 33px;
}

.newsroom__article-content .content-box:before {
	position: absolute;
	content: "";
	background-color: #011f5b;
	width: 3px;
	top: 0;
	bottom: 0;
	left: 15px;
}

.contents-section .row .col-lg-3 {
	-ms-flex-preferred-size: 25%;
	    flex-basis: 25%;
	width: 25%;
}

.contents-section .row .col-lg-4 {
	-ms-flex-preferred-size: 33.3333%;
	    flex-basis: 33.3333%;
	width: 33.3333%;
}

.card .card-footer {
	padding: 27px 20px 25px;
}

.event-card .card-footer {
	min-height: 94px;
}

.article-card .card-footer {
	min-height: 94px;
}

.testimonial-block.overlay .blockquote-holder .blockquote-box cite {
	margin-right: -10px;
}

.testimonial-block .blockquote-holder {
	padding: 40px;
	min-height: 520px;
}

.event-article .map-holder {
	float: right;
	width: 47.17%;
	max-width: 400px;
}

}

@media (min-width: 1200px) {

.contents-section .row .col-xl-2 {
	-ms-flex-preferred-size: 16.6667%;
	    flex-basis: 16.6667%;
	width: 16.6667%;
}

.contents-section .row .col-xl-3 {
	-ms-flex-preferred-size: 25%;
	    flex-basis: 25%;
	width: 25%;
}

.article-card br {
	display: block;
}

.testimonial-block.overlay .blockquote-holder {
	bottom: 50px;
	width: calc(50% - 15px);
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 calc(50% - 15px);
	        flex: 0 0 calc(50% - 15px);
}

.testimonial-block.overlay .image-holder {
	width: calc(66.6667% - 10px);
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 calc(66.6667% - 10px);
	        flex: 0 0 calc(66.6667% - 10px);
}

.blockquote-box h2 {
	font-size: 33px;
	line-height: 1.3334;
	margin-bottom: 0.9em;
}

}

@media (max-width: 1023px) {

.newsroom__slider-section .large-text-holder {
	margin-top: -60px;
}

.newsroom__stories .stories-list {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.newsroom__stories .stories-list__item .title-box span {
	font-size: 18px;
}

}

@media (max-width: 767px) {

.newsroom .category-list__item:nth-child(even)::before {
	background-color: #011f5b;
}

.newsroom .category-list__item:nth-child(odd)::before {
	background-color: #95001a;
}

.d-flex[class|='col'] {
	width: 100%;
}

.testimonial-block.overlay .blockquote-holder {
	padding: 12px 10px;
}

}

