/*
Theme Name: Basic Bootstrap 4
Author: Linkweb
Description: Empty theme for starting a custom Bootstrap 4 theme
Version: 1.0
*/

body {
	font-family: trade-gothic-next, sans-serif;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: objektiv-mk2, sans-serif;
	font-weight: 800;
}

b, strong { font-weight: 700; }
i, em { font-style: italic; }

@media only screen and (min-width: 1200px) { .container { max-width: 1224px; } }

.container { position: relative; }
/* removed for animation conflicts
* {
    scroll-behavior: smooth;
    -webkit-transition: all 0.2s ease;
    -moz-transition:    all 0.2s ease;
    -ms-transition:     all 0.2s ease;
    -o-transition:      all 0.2s ease;
}

:after, :before {
    -webkit-transition: all 0.2s ease;
    -moz-transition:    all 0.2s ease;
    -ms-transition:     all 0.2s ease;
    -o-transition:      all 0.2s ease;
}
*/
pre {
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
	background-color: #1D1F21;
	color: #F0C674 !important;
	padding: 30px;
	margin: 15px;
	border-radius: 8px;
	word-break: break-all;
	word-wrap: break-word;
	overflow: auto;
}

.uppercase { text-transform: uppercase; }

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

.btn {
	font-weight: 700;
	background-color: #0d768f;
	font-size: 15px;
	line-height: 1.5;
	color: #ffffff;
	padding: 10px 15px;
	border: 2px solid #0d768f;
	text-transform: uppercase;
}

.btn.green {
	background-color: #40b057;
	border-color: #40b057;
}

.btn.blue-border {
	color: #0d768f;
	background-color: transparent;
}

.btn:hover {
	color: #ffffff;
	background-color: #06162E;
	border-color: #06162E;
}

.btn.green:hover, .btn.blue-border:hover {
	background-color: #0d768f;
	border-color: #0d768f;
}

.cta-link {
	display: inline-block;
	font-weight: 700;
	font-size: 20px;
	color: #d5663a;
	position: relative;
	padding-right: 50px;
	text-decoration: none !important;
}

.cta-link:after {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	font-weight: 200;
	content: "\f178";
	padding-top: 4px;
	font-size: 30px;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	color: #0f2646;
}

.cta-link:hover {
	color: #06162E;
	padding-right: 60px;
}

.youtube-wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.youtube-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.stats-box {
	border-radius: 0 0 7px 7px;
	box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.06);
	border-top: solid 3px #2c8395;
	padding: 36px 58px;
}

.stats-box h3 {
	font-size: 24px;
	line-height: 1.17;
	color: #0f2646;
	margin: 0;
}

.stats-box h4 {
	font-family: trade-gothic-next, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.17;
	color: #6d7278;
	margin: 20px 0 0;
}

.stats-box .stat-container {
	width: 100%;
	margin-top: 40px;
}

.stats-box .stat-container tr {
	border-top: solid 1px #cacaca;
}

.stats-box .stat-container td {
	padding: 10px 0;
}

.stats-box .stat-container .stat {
	font-weight: 700;
	font-size: 54px;
	line-height: 1;
	color: #ceccc4;
	text-align: right;
}

.stats-box .stat-container .stat .pre {
	font-size: 40px;
}

.stats-box .stat-container .stat .sub {
	display: block;
	font-size: 20px;
	line-height: 1.4;
	color: #ceccc4;
	text-transform: uppercase;
}

.stats-box .stat-container .text {
	font-size: 24px;
	line-height: 1.33;
	color: #6d7278;
	margin: 0;
	text-align: left;
	padding-left: 30px;
}


.post-box-sq {
	height: 48px;
	width: 48px;
	background-color: #0d768f;
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.post-box-sq.guides::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 200;
	content: "\f073";
	font-size: 25px;
	color: #FFF;
}
.post-box-sq.case-studies::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 200;
	content: "\f0f2";
	font-size: 25px;
	color: #FFF;
}
.post-box-sq.news-events::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 200;
	content: "\f5fc";
	font-size: 25px;
	color: #FFF;
}
.post-box-sq.videos::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 200;
	content: "\f03d";
	font-size: 25px;
	color: #FFF;
}
.post-box-sq.articles::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 200;
	content: "\f1ea";
	font-size: 25px;
	color: #FFF;
}



.insights-container .left-top-insights .left-post-content {
	background: #FFF;
	padding: 35px;
}
.insights-container .left-top-insights .left-post-content a h2 {
	font-size: 28px;
	color: #0f2646;
}
.insights-container .right-top-insights .right-post-content a h2,
.insights-container .post .post-box-content a h2{
	font-size: 20px;
	color: #0f2646;
}
.insights-container .right-top-insights .right-post-content p,
.insights-container .post .post-box-content p {
	font-size: 16px;
	color: #6d7278;
}
.insights-container .left-top-insights .left-post-content p {
	font-size: 18px;
	color: #6d7278;
}
.insights-container .left-top-insights .left-post-content span,
.insights-container .right-top-insights .right-post-content span,
.insights-container .post .post-box-content a p {
	font-size: 15px;
	color: #aeb3ba;
	text-transform: uppercase;
}
.insights-container .left-top-insights .left-post-img {
	height: 435px;
	position: relative;
}
.insights-container .right-top-insights .right-post-content {
	background: #FFF;
	padding: 35px;
	margin-bottom: 35px;
}
.insights-container .right-top-insights .right-post-img {
	height: 200px;
	position: relative;
}

.insights-container .post {
	max-width: 385px;
	margin-bottom: 35px;
}
.insights-container .post:hover {
	box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.2);
}
.insights-container .post .post-box-img {
	height: 220px;
	position: relative;
}
.insights-container .post .post-box-content {
	padding: 20px;
	background: #FFF;
}
.insights-container .post .post-box-content a p {
	position: relative;
}
.insights-container .post .post-box-content a p::after {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	font-weight: 200;
	content: "\f178";
	padding-top: 4px;
	font-size: 30px;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	color: #0f2646;
}


@media only screen and (max-width: 767px) {
	.stats-box {
		padding: 30px;
	}

	.stats-box .stat-container .stat {
		font-size: 40px;
	}

	.stats-box .stat-container .text {
		font-size: 20px;
		padding-left: 15px;
	}

	.insights-container .post {
		max-width: 100%;
	}
}

.main-body {
	width:100%;
	overflow:hidden;
}
