@font-face {
  font-family: arial;
  src: url('../fonts/arial/arial.ttf');
}

@font-face {
  font-family: arialBold;
  src: url('../fonts/arial/arial-bold.ttf');
}

@font-face {
  font-family: arialBoldItalic;
  src: url('../fonts/arial/arial-bold-italic.ttf');
}

@font-face {
  font-family: arialItalic;
  src: url('../fonts/arial/arial-italic.ttf');
}

@font-face {
  font-family: arialMedium;
  src: url('../fonts/arial/arial-medium.ttf');
}

@font-face {
  font-family: arialMediumItalic;
  src: url('../fonts/arial/arial-medium-italic.ttf');
}

@font-face {
  font-family: arialMediumItalic;
  src: url('../fonts/arial/arial-medium-italic.ttf');
}

@font-face {
  font-family: specialElite;
  src: url('../fonts/special_elite/special-elite-regular.ttf');
}

body {
	margin: 0;
	font-family: specialElite;
	color: #000;
}

.text--black {
	color: #FFFFFF;
}

.text--black {
	color: #000000;
}

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

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.cursor-pointer {
	cursor: pointer;
}

.font-700 {
	font-weight: 700;
}

.text-18 {
	font-size: 18px;
}

.text-20 {
	font-size: 20px;
}

.text-24 {
	font-size: 24px;
}

.text-28 {
	font-size: 28px;
}

.text-30 {
	font-size: 30px;
}

.text-32 {
	font-size: 32px;
}

.text-48 {
	font-size: 48px;
}

.text-50 {
	font-size: 50px;
}

.text-98 {
	font-size: 98px;
}

.mt-48 {
	margin-top: 48px;
}

.mt-14 {
	margin-top: 14px;
}

.mb-14 {
	margin-bottom: 14px;
}

@supports (-webkit-text-stroke: 3px black) {
  .elite-bold {
	-webkit-text-stroke: .5px black;
  }
}

.relative {
	position: relative;
}

.side-bar-nav-item {
	padding: 0 16px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000;
}

.line-height-14 {
	line-height: 14px !important;
}

.text-grey {
	color: #B4B4B4 !important;
}

.bret-sidebar {
	height: 100%;
	width: 100%;
	background-color: #fff;
	position: fixed !important;
	z-index: 1;
	overflow: auto;
	top: 0;
	left: 0;
}

.nav-menu-item {
	color: #000000;
	font-size: 18px;
	text-decoration: none;
	margin-right: 16px;
	font-weight: 700;
}

.nav-menu-item:last-child {
	margin-right: 0;
}

hr.divider {
	height: 1px;
    background: #000;
    opacity: 1;
    border: none;
}

.bret-animate-left {
	position: relative;
	animation: animateleft 0.4s
}

@keyframes animateleft {
	from {
		left: -300px;
		opacity: 0
	}

	to {
		left: 0;
		opacity: 1
	}
}

.bret-display-center {
	margin-top: 30px;
    text-align: center;
}

.bret-display-bottomleft {
	padding-bottom: 30px;
}

.header-logo {
	max-width: 256px;
}

@media screen and (min-width: 800px) {
	.bret-display-center {
		margin-top: 0;
		position: absolute;
		top: 30%;
		left: 50%;
		transform: translate(-50%, -35%);
		-ms-transform: translate(-50%, -35%);
		width: 100%;
	}

	.bret-display-bottomleft {
		position: absolute;
		left: 50%;
		bottom: 0;
		padding: 30px;
		width: 100%;
		transform: translate(-50%, 0);
	}
}

.flip-box {
	background-color: transparent;
	perspective: 1000px;
}

.flip-box-inner {
	position: relative;
	transition: transform 1.2s;
	transform-style: preserve-3d;
	cursor: pointer;
}

@media screen and (max-width: 319px) {
	.flip-box-inner {
		width: 121px;
		height: 125px;
	}
}

@media screen and (min-width: 320px) {
	.flip-box-inner {
		width: 155px;
		height: 161px;
	}
}

@media screen and (min-width: 420px) {
	.flip-box-inner {
		width: 217px;
		height: 225px;
	}
}

@media screen and (min-width: 520px) {
	.flip-box-inner {
		width: 257px;
		height: 266px;
	}
}

@media screen and (min-width: 576px) {
	.flip-box-inner {
		width: 246px;
		height: 255px;
	}
}

@media screen and (min-width: 768px) {
	.flip-box-inner {
		width: 216px;
		height: 224px;
	}
	.mobile-nav-menu-items {
		display: none;
	}

}

@media screen and (min-width: 992px) {
	/*.flip-box-inner {*/
	/*	width: 416px  !important;*/
	/*	height: 431px !important*/
	/*}*/
	.nav-menu-item {
		margin-right: 30px;
	}
}

@media screen and (max-width: 1199px) {
	.flip-box-inner {
		width: 416px !important;
		height: 431px !important
	}
}

@media screen and (min-width: 1200px) {
	.flip-box-inner {
		width: 356px !important;
		height: 369px !important;
	}
}

@media screen and (min-width: 1400px) {
	.flip-box-inner {
		width: 416px  !important;
		height: 431px !important;
	}
}

.flip-box {
	display: flex;
    align-items: center;
    justify-content: center;
}

/*.flip-box-inner {*/
/*	width: 416px !important;*/
/*	height: 431px !important;*/
/*}*/

.flip-box:hover .flip-box-inner {
	transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 8px;
	overflow: hidden;
}

.flip-box-back {
	background-color: #FFFFFF;
	color: #000;
  	transform: rotateY(180deg);
	align-items: center;
    display: flex;
    text-align: center;
	border: 1px solid #000;
}

.flip-box-front img {
	position: absolute;
}

footer.footer-container {
	margin-top: 40px;
	margin-bottom: 24px;
}

.card.news-card-container {
	border: none;
	border-bottom: 2px solid #09567E !important;
	border-radius: 0;
	background: transparent !important;
	height: 100%;
	position: relative;
}

.card.news-card-container .card-link {
	position: absolute;
	bottom: 0;
}

.card.news-card-container .content-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.card.news-card-container .article-content-container .description {
	font-size: 24px;
}

.see-all-link-btn {
	border: none;
    background: #09567E;
    color: #fff;
    font-size: 32px;
    padding: 6px 36px;
    border-radius: 6px;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
	.investment-details-container {
		text-align: center;
	}
	.investment-name {
		margin-top: 18px;
		margin-bottom: 14px;
	}

	footer.footer-container * {
		text-align: center;
	}

	.desktop-nav-menu-items {
		display: none;
	}

	h1.text-98 {
		font-size: 60px;
	}
}

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