@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600;700&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;0,900;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body{ 
	font-family: 'Inter', sans-serif;
	background-color:#f0f0f0;
}
a { color:#212121; text-decoration: none; }
a:hover { color: #212121;text-decoration: underline; }
.container-fluid { max-width: 1550px; }
h1 { color: #000;font-weight: 900; font-size:38px; }
h2 { 
	margin-top: 0; padding-top: 0;
	font-weight: 900; font-size:30px;
}
h3 { font-weight: 600; font-size:20px; }
h4 { font-size:16px; color:#212121;font-weight: 600; }
h5 { font-size:15px; color:#212121;font-weight: 700; }
.box {
	background-color:#FFF;
	padding:4%;
}
.billboard-holder{
	text-align: center;
    height: 300px;
}

img { max-width: 100%; }
.aspect-square img{
	aspect-ratio: 360 / 360;
}
#logo_footer{
	font-size: 36px; letter-spacing: -1px; font-weight: 700;margin: 0;padding: 0;
}
.oswald { font-family: 'Oswald', sans-serif; font-weight: 400; }
.hr_title {
	margin: 0; padding-bottom: 5px;
	height: 5px; background-color: #B20000; border-top-width: 1px; width: 60px;opacity: 1;
}
.header {
	background-color: #dfdfdf;
	padding: 4%;
	text-transform: uppercase;
	font-weight: 700;
}
.press-header{
		background: #B22222;
		color: white;
}
.content_headline {
	color: #212121;
	font-size: 48px;
	font-weight: 900;
	letter-spacing: -1.2px;
}
nav {
	background-color: #FFF;
}
.navbar {
	padding-top: 0; padding-bottom: 0;
}
.bg-light { background-color: #FFF; }
.navbar-brand {
	line-height: 23px;
	font-size: 23px;
	font-family: 'Oswald', sans-serif;
	background-color: #B22222;
	color: #FFF;
	font-weight: 900;
	padding: 12px;
	padding-left: 15px;padding-right: 15px;
	text-transform: uppercase;
	display: block;
	margin-right: 0;
}
.body-text{
	font-size: 19px;line-height: 28px;
}
.slot_focus{
	background-color:yellow;font-size:18px;padding:10px;
	border-radius: 10px; color: #212121; letter-spacing: 1px;
}
.latest-magazine{
	max-height: 500px;
    overflow: hidden;
}
.pagination{
	justify-content: center;
}
.content_standfirst {
	font-size: 20px; line-height: 32px;
	max-width: 90%;margin-left:auto;margin-right:auto;
}
.page-link{
	opacity: 0.5;
    border-radius: 0px!important;
}

.pagination-container{
	border-top: 1px solid lightgray;
}

.page-link:hover{
	text-decoration: none;
	opacity: 1;
	transition: 0.5;
	border-top: 1px solid gray;
}

.premium_title{
	font-size: 20px;font-weight: 700;
}

.videoWrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;
}
.embed-responsive{
	    position: relative;
	    display: block;
	    width: 100%;
	    padding: 0;
	    overflow: hidden;
	    height: 100%;
	}
.embed-responsive iframe{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    border: 0;
}
.embed-responsive-16by9::before {
padding-top: 56.25%;
}
.embed-responsive::before {
display: block;
    content: "";
}
.tags a:link{
	color: #B20000;
	text-transform: uppercase;
	font-weight: 600;
    margin-right: 5px;
    font-size: 12px;
}
.date-row a{
	color: #B22222;
    font-weight: bold;
    margin-right: 5px;
}
.date-row p,
.date{
	font-size: 15px;
}
.view-more a{
	padding: 10px 60px;
    background: linear-gradient(45deg, transparent 30px, #B22222 0);
    color: white;
    text-decoration: none;
}
.view-more:hover i{
	font-size: 20px!important;
	opacity: 1!important;
	transition: 0.5s;
	margin-left: 10px;
}
.news-slider a{
	margin-right: 100px;
}
.owl-nav {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 98%;
    margin: 0 auto;
    justify-content: space-between;
    left: 1%;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i{
    color: #f0f0f0;
    background: #b22222;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 37px;
}
.owl-nav .owl-next i{
    padding: 0 10px 0px 8px;
}
.owl-nav .owl-prev i{
    padding: 0 8px 0px 10px;
}
.owl-nav i{
	margin: 0 11px;
}

.main-header::before{
	margin-right: 15px;
	content: "";
    border-top: 2px solid #dadada;
    margin: auto 15px auto 0;
    flex: 1 0 15px;
}
.main-header::after{
	content: "";
    border-top: 2px solid #dadada;
    margin: auto 0 auto 15px;
    flex: 1 0 15px;
}
.main-header{
	color: #212121;
	display: flex;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
    text-align: center;
}
.article-info{
	background: #FFF!important;
	min-height: 141px;
}
footer{
	background-color: rgb(53, 54, 58)!important;
}
footer hr{
	background-color: #B22222!important;
}
.box-header{
	font-size: 20px;
    font-weight: bold;
    color: white;
    background: linear-gradient(309deg, transparent 30px, #B22222 0);
}
.box-header a{
	color: white;
}
.navbar{
	top: 0;
	z-index:1030;
}

.gold {
    font-weight: bold;
    background-image: linear-gradient(
		to right,
	    #cb9b51 0%, 
		#f6e27a 45%,
		#f6f2c0 50%,
		#f6e27a 55%,
		#cb9b51 100%
	);
    color:transparent; -webkit-background-clip:text;
}
.latest_magazines:hover p{
	opacity: 1!important;
	transition: 0.5s;
    position: absolute;
    bottom: 0;
    left: 5%;
    color: white;

}
.mag-cover:hover span{
	opacity: 1!important;
	bottom: 10%;
	position: absolute;
    left: 5%;
    font-size: 18px;
    font-weight: bold;
    color: white;
}
.mag-background{
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(0 0 0) 100%);
    width: 100%;
    height: 50%;
    opacity: 0;
    position: absolute;
    left: 0;
    z-index: 2;
    transition-property: top, opacity;
    transition-duration: 0.3s;
}
.mag-cover:hover .mag-background{
	opacity: 1!important;

}
.editor-letter{
		padding-right: 5%;
		max-height: 300px;
		overflow: auto;
}
.button{
  position: relative;
  outline: none;
  border: none;
  font-size: 18px;
  font-weight: bold;
  background: transparent;
   text-align: center;
  color: black;
  cursor: pointer;
}
.type1::after,
.type1::before
  {content: '';
        position: absolute;
        width: 20%;
        height: 20%;
        border: 3px solid;
        transition: all 0.6s ease;}

.type1::after
{bottom: 0;
        right: 0;
        border-top-color: transparent;
        border-left-color: transparent;}

.type1::before
{ top: 0;
       left: 0;
       border-bottom-color: transparent;
       border-right-color: transparent;
}

.type1:hover:after,
.type1:hover:before
{ 
 	width: 100%;
    height: 100%;
}
iframe{
	height: 100%!important;
}

.read-pdf{
		background: #B22222;
		color: whitesmoke;
		font-weight: bold;
		font-size: 1.25rem;
}
.read-pdf:hover{
	background: #B22222;
}

.friday_magazines,
.trafficology_magazines{
	background: url(https://static.vecteezy.com/system/resources/thumbnails/006/798/133/small/abstract-geometric-white-and-gray-on-light-silver-gradient-background-modern-banner-design-illustration-free-vector.jpg);
}

.years{
cursor: pointer;
}
.years .nav-link::after{
	content: "";
    position: absolute;
    background: #B22222;
	   bottom: 0;
    height: 3px;
    left: 0;
	   transition: 0.5s;
    width: 0;
}
.years:hover .nav-link::after{
	width: 100%;
}
.years.active .nav-link::after{
 	content: "";
    position: absolute;
    background: #B22222;
    bottom: 0;
    height: 3px;
    left: 0;
    transition: 0.5s;
	width:100%;
}

.connection-content .videoWrapper{
	height: 0!important;
}
.connection-social i{
	font-size: 25px;
}
.button:hover{
	text-decoration: none;
}
/* IN-DEPTH PAGE */

.press-header{
	background: #B22222;
	color: white;
}

/* IN-DEPTH PAGE */

/* GI CALENDAR */

.event{
	background: linear-gradient(0deg, rgba(232,224,224,1) 0%, rgba(191,187,178,1) 100%);
    border-radius: 10px;
    color:#343434;
}
.time{
	font-size: 20px;
	font-weight: bold;
	color: #6f6a6a!important;
	font-family: 'Oswald', sans-serif;
}
.event-title{
	font-size: 25px;
	font-weight: bold;
	line-height:1.3;
}

/* GI CALENDAR */
.contact .box{
	min-height:600px ;	
}
.contact{
	position: relative;
	top: -300px;
}
a[disabled="disabled"] {
    pointer-events: none;
}

.nav-link{
    text-decoration: none!important;
    line-height: 42px;
}
.nav-item {
	border-right: 1px #EEE solid;
}
.navbar-toggler-icon{
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.navbar-toggler-icon span{
  display: block;
  position: absolute;
  background: #B22222;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.navbar-toggler-icon span:nth-child(1) {
 top: 0px;
}

.navbar-toggler-icon span:nth-child(2) {
  top: 10px;
}

.navbar-toggler-icon span:nth-child(3) {
  top: 20px;
}
div.menuwrap {
    position: relative;
    width: 100%;
    height: 35px; overflow: visible;

}
ul.menu a{ 
  color: #a6a6a6;
  font-size: 16px;
}
ul.menu {
    height: 35px; max-width: 80%;
    overflow: hidden; 
}
ul.menu > li {
    display: block; float: left; 
    height: auto; white-space: nowrap;
    padding: 5px 28px; 
}
ul.collect {
    color: #808080;
    position: absolute;
    right: 0; top: 0;
    padding: 4px 8px; 
    overflow: visible;
}
.submenu-container{
    border-left: 5px solid #B22222;
    box-shadow: 6px 0 4px -4px #999, -6px 0 4px -4px #999; 
    position: fixed;
    height: 100%;
    width: 300px;
    transition: 0.3s;
    z-index: 100;
    top: 0;
    background: white;
    right: -350px;
}
.active-menu{
     right:0px!important;
}
#submenu li{
    display: block;
    width: auto;
    padding-left: 40px;padding-bottom: 5px;
    font-size: 1rem;
    font-weight: bold;

}
#submenu li:hover{
    text-decoration: underline;

}
#submenu li a{
    text-decoration: none;
}
#submenu{
    height: 30%;
    top: 40px;
    position: absolute;
     height: 100vh;
    overflow: scroll;
}
#submenu::-webkit-scrollbar { 
    display: none;
}
.close-button i{
    position: absolute;
    left: 15px;
    cursor: pointer;
}
.close-button{
    position: relative;
    top: 14px;
}
ul.collect ul.dropdown-menu { color: #FFF; right: 0; left: auto; }

.cats-slider .owl-stage-outer{
	width: 85%;
	margin: 0 auto;
}
.cats-slider .owl-nav{
	z-index: -100;
}
.cat-item{
	border: 3px solid #4f4f4f;
	border-radius: 10px;
	text-align: center;
	background: white;
}
.cat-item a{
	text-decoration: none;
	color: #4f4f4f;
	font-weight: bold;
}

.contact-social-media i:hover{
	transition: 0.5s;
}
.contact-social-media .fa-linkedin:hover{
	color: rgb(29, 161, 242);
}
.contact-social-media .fa-twitter:hover{
	color: rgb(0, 119, 181);
}
.contact-social-media .fa-square-google-plus:hover{
	color: rgb(255, 101, 80);
}
.contact-social-media .fa-square-facebook:hover{
	color: rgb(59, 89, 152);
}


.connection-content .videoWrapper{
	height: 0;
}
.connection-social i{
	font-size: 20px;
}
.button:hover{
	text-decoration: none;
}
.connection-image{
	max-width: 90px;
}
.videowrapper{
position: relative;
padding-bottom: 56.25%;
height: 0;
}

@media (min-width: 768px) {
    .executive{
        width: 32%;
    }
}

@media (max-width: 768px) {
	iframe{
		height: 100vh!important;
	}
    .education{
        float: none!important;
    }
}
@media (max-width: 480px) {
    .billboard-holder{
        min-height: 100px;
    }
}
@media (max-width: 992px) {
    .billboard-holder{
        min-height: 180px;
    }
	.main{
		min-width: 100%;
	}
	.secondary{
		min-width: 45%;
	}
	.content_headline{
		font-size:2rem!important;
	}
	.contact-container{
		max-height: 1100px;
	}
	.contact{
    	top: -200px;
	}
    .contents{
        position: relative!important;
    }
}

@media (min-width: 992px) {
	.contact-container{
		max-height: 400px!important;
	}
	.ad-container img{
			width: 100%!important;
	}
}

.latest_magazine_embed iframe{
    max-height: 500px;
}


/* RemixDesign | woaichidapi@163.com | Redesigned by JimmyCheung */

.audioplayer {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    margin: 0;
    margin-top: 5px;
    padding: 10px;
    width: 100%;
    height: 60px;
    align-items: center;
    border: 1px solid #DDE2E6;
    border-radius: 4px;
    background: #fff;
}

.audioplayer-playpause {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
    background: rgba(91, 130, 255, 0);
    border: 1px solid #5B82FF;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
    background: rgba(91, 130, 255, 0.1);
}

.audioplayer-playing .audioplayer-playpause {
    background: rgba(253, 79, 26, 0);
    border: 1px solid #FD4F1A;
}

.audioplayer-playing .audioplayer-playpause:hover {
    background: rgba(235, 79, 26, 0.1);
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    content: '';
    justify-content: center;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 7px solid transparent;
    border-right: none;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #0059FF;
}

.audioplayer-playing .audioplayer-playpause a {
    content: '';
    display: flex;
    justify-content: space-between;
    width: 12px;
    height: 14px;
}

.audioplayer-playing .audioplayer-playpause a::before, .audioplayer-playing .audioplayer-playpause a::after {
    content: '';
    width: 4px;
    height: 14px;
    background-color: #FD4F1A;
}

.audioplayer-time {
    display: flex;
    width: 40px;
    justify-content:center;
    font-size: 12px;
    color: rgba(51, 51 ,51, .6)
}

.audioplayer-time-current {
    margin-left: 24px;
}

.audioplayer-time-duration {
    margin-right: 24px;
}

.audioplayer-bar {
    position: relative;
    display: flex;
    margin: 0 12px;
    height: 12px;
    flex-basis: 0;
    flex-grow: 1;
    cursor: pointer;
}

.audioplayer-bar::before {
    content: '';
    position: absolute;
    top: 5px;
    width: 100%;
    height: 2px;
    background-color: #DDE2E6;
}

.audioplayer-bar > div {
    position: absolute;
    left: 0;
    top: 5px;
}
.audioplayer-bar-loaded {
    z-index: 1;
    height: 2px;
    background: #BEC8D2;
}

.audioplayer-bar-played {
    flex-direction: row-reverse;
    z-index: 2;
    height: 2px;
    background: -webkit-linear-gradient(left,#0059FF,#09B1FA);
}

.audioplayer-bar-played::after {
    display: flex;
    position: absolute;
    content: '';
    box-sizing: border-box;
    top: -5px;
    right: -1px;
    margin-right: -5px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 6px;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
    border: 2px solid #BEC8D2;
}

.audioplayer-playing .audioplayer-bar-played::after {
    border: 2px solid #0059FF;

}

.audioplayer-volume {
    display: flex;
    align-items: center;
}

.audioplayer-volume-button {
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.audioplayer-volume-button a {
    display: flex;
    width: 6px;
    height: 8px;
    background-color: #9A9FB0;
    position: relative;
}

.audioplayer-volume-button a:before, .audioplayer-volume-button a:after {
    content: '';
    position: absolute;
}

.audioplayer-volume-button a:before {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 9px solid #9A9FB0;
    border-bottom: 8px solid transparent;
    border-left: none;
    top: -4px;
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
    left: 10px;
    top: -2px;
    width: 6px;
    height: 6px;
    border: 6px double #9A9FB0;
    border-width: 6px 6px 0 0;
    border-radius: 0 12px 0 0;
    transform: rotate(45deg);
}

.audioplayer-mute .audioplayer-volume-button a {
    background-color: #FD4F1A;
}

.audioplayer-mute .audioplayer-volume-button a:before {
    border-right: 9px solid #FD4F1A;
}

.audioplayer-volume-adjust {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

.audioplayer-volume-adjust > div {
    position: relative;
    display: flex;
    width: 60px;
    height: 2px;
    cursor: pointer;
    background-color: #BEC8D2;
}

.audioplayer-volume-adjust div div {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background-color: #0059FF;
}
.page-turner{
    color: white;
}
.page-turner:hover{
    text-decoration: none;
    color: white;
}

.hr-center{
    width: 30%;
    margin: 10px auto;
    color: #b22222;
    height: 3px!important;
    opacity: 1;
}
.trafficology_articles::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.trafficology_articles::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.trafficology_articles::-webkit-scrollbar-thumb {
  background: #b22222; 
  border-radius: 10px;
}

/* Handle on hover */
.trafficology_articles::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
.webinar .box{
       min-height: 128px;
}

blockquote{
  font-size: 1.2em;
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #b22222 ;
  line-height:1.6;
  position: relative;
  color: black;
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#b22222;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}


.fa-caret-right{
  color: #d42424;
  font-size: 20px;
  margin-right: 10px;
}
.executive-image{
    position: absolute;
    bottom: -40%;
    right: 50%;
    transform: translateX(50%);
    width: 150px;
    height: 150px;
}
.executive-image img{
    border-radius: 100px;
}
.education{
float: right;
shape-outside: border-box;
}

.logo-background-container .logo-background{
    min-height: 200px;
    opacity:0.6;
    background-position: calc(100% - 20px) calc(100% + 10px);
    position: relative;
    overflow: hidden;
}

.executive-image img{
    box-shadow: 0px 10px 13px -7px #000000, inset 2px 0px 11px 5px rgb(0 0 0 / 0%);
}

.count{
    background: #e10046;
    border-radius: 20px;
    top: -33px;
    position: absolute;
    left: 0px;
    width: 100px;
    text-align: center;
    color: white;
}
.custom-scrollbar{
    height: 250px; overflow-y:scroll;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 20px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}
.search{
    border-radius: 50px;
    overflow: hidden;
    background: #f0f0f0;
}

.search input{
    height: 45px;
}


.search input:focus{
    box-shadow: none;
    border: none;
}

input:focus .search{

    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);


}

.search button{
color: white;
width: 30px;
height: 30px;
border-radius: 50%;
background: #b22222; 
display: flex;
justify-content: center;
align-items: center;

}
.output{
  position: absolute;
  z-index: 10000;
  top: 65px;
  height: 0px;
  overflow: scroll;
  transition: 0.5s;
  overflow-x: hidden;

}
.output_small{
position: fixed!important;
top: 0!important;
height: 100vh!important;
overflow-x: hidden;
left: 0!important;
width: 100vw!important;
}
.output_small .close-output{
display: block!important;
top: 0px!important;
right: 0px!important;
}

.huddle-description p{
    margin: 0!important;
}


/* responsive | you can change the max-width value to match your theme */

@media screen and (max-width: 679px) {
    .audioplayer-volume-adjust {
        display: none;
    }

    .education{
        float: none!important;
    }
}

@media screen and (min-width: 679px) {
   .ex_huddle_container{
        position: absolute;
   }
}

#show_blocker_message{
    background-color: #FF6347; color:white;
    padding:20px; border-radius:10px;
    text-align: center; text-transform: uppercase;
    font-weight: 600;
}