/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    src: url('../fonts/robotocondensed-variablefont_wght-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-variablefont_wght-webfont.woff') format('woff');
} */
*{
    font-family: 'robotoregular', sans-serif !important;
    letter-spacing: 1px;
}
h1, h2, h3, h4, h5, h6{
    border:1px none;
}
.header-banner{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url(../img/peterbilt/peterbilt-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:100%;
    min-height:600px;
}
.header-banner h2{
    position: absolute;
    top:20px;
    right: 30px;
    font-size: 48px;
    font-weight: 700;
    line-height: 68px;
    color: #FFF;
    font-family: 'roboto_condensedregular' !important;
    letter-spacing: 1px;
}
.header-banner .floating-buttons{
    position: absolute;
    display: block;
    align-content: center;
    width: 100%;
    max-width: 100%;
    bottom: 0;
}
.floating-buttons .relative{
    position: relative;
}
.header-banner .floating-buttons button{
    background-color: #53414166;
    border: 3px solid #FFF;
    border-radius: 0;
    font-family: 'Roboto Condensed';
    font-size: 24px;
    font-weight: 700;
    color:#fff;
    padding: 10px 40px;
    cursor: pointer;
}
.overlay {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 80%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    transition: right 0.3s ease;
    z-index: 1050;
}
.overlay-heading{
    font-size: 32px;
    font-weight: 700 !important;
}
.overlay-content {
    position: relative;
    width: 100%;
}

.overlay.show {
    right: 0;
}
.close-overlay {
    text-decoration: none;
    font-size: 30px;
    color: #FFF;
    margin: 10px 20px;
    border: 2px solid #FFF;
    padding: 5px 10px;
    font-weight: 700;
    z-index: 999999999;
    position: relative;
}
.close-overlay:hover{
    color:#FFF;
}
.user-info {
	position: absolute;
	top: 30px;
	left: 30px;
    width: 400px;
}
.user-info .user-thumb {
    width: 100%;
    border-radius: 50%;
}
.user-info .welcome-user {
	font-size: 28px;
	color: #FFF;
	padding-left: 20px;
	margin-bottom: 0;
    font-family: robotoregular !important;
}
.user-info .date {
	padding-left: 32px;
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
	margin-top: 0;
    line-height: 24px;
}
.user-info p{
    padding-left: 0 !important;
}
.col-sm-3.thumb-container {
    align-items: center;
    display: flex;
}
.whats-new-content{
    position: relative;
    height: 85vh;
    padding-left: 15px;
}
.loading-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}
.row.story-container {
    overflow-x: scroll;
    height: 100%;
    display: flex;
    width: 100%;
}
.story-image {
    background-image: url(../img/peterbilt-banner.png);
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 10px 10px 0 0;
    background-size: cover;
}
.story-info {
    padding: 10px;
}
.story-container .date {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto Condensed',sans-serif;
    margin-bottom: 0;
}
.story-container .title {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto Condensed',sans-serif;
}
.story-container .card {
    border-radius: 10px;
    cursor: pointer;
    height: 100%;
    margin-bottom: 20px;
}
.story.col-lg-3.col-md-6.col-sm-12 {
    margin-bottom: 15px;
}
.whats-new-content iframe {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
}
.floating-buttons .justify-content-evenly {
    justify-content: space-evenly !important;
    height: 100%;
    min-height: 150px;
    padding: 20px 5% 10px 5%;
    background-color:rgba(0, 0, 0, 0.60);
}
.d-flex.flex-row.justify-content-evenly a {
    text-decoration: none;
    text-align: center;
}
.d-flex.flex-row.justify-content-evenly a img{
    max-width: 100px;
    width: 100%;
}
.d-flex.flex-row.justify-content-evenly h6 {
    color: #FFF;
    text-align: center;
    font-size: 18px;
}
.content-container.row {
	background-color: #EEE;
	max-height: 220px;
	padding: 20px;
    display: none;
    margin-top: 0;
}
.content-container.row .heading{
    margin-bottom: 10px;
}
.content-container.row .heading h3 {
    font-family: 'roboto_condensedregular' !important;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.content-container .content-main-box .card{
    padding: 5px;
    margin-bottom: 20px;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    min-height:80%;
}
.content-container .content-main-box .card img.card-img-top{
    background-color: #EEE;
    min-height: 275px;
    height: auto;
}
.content-container .content-main-box .card .card-body{
    padding-left: 0;
}
.content-container .content-main-box .card h5{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 2px;
    word-break: break-word;
}
.content-container .content-main-box .card .card-head{
    text-align: center;
    background-color: #0070C0;
    min-height: 165px;
    /* height: 100%; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}
.content-container .content-main-box .card .card-head span{
    font-size: 30px;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    line-height: 40px;
    width: 100%;
    word-break: break-word;
    padding: 10px;
    justify-content: center;
}
.content-container .content-main-box .card .card-body ul{
    padding-left: 12px;
    padding-top: 0;
    margin-top: 0;
    list-style-type: disc;
    list-style-position: outside;
}
.content-container .content-main-box .card .card-body ul li{
    padding-left: 10px;
}
.card:hover {
    box-shadow: 0 0 6px -2px;
}
.box-item:nth-child(even) .card-head {
    background-color: #06A245 !important;
}
#learningBox .box-item {
	/* min-width: 320px; */
	width: 15%;
}
.announce-img{
    height: 170px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}
.card-title {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 700;
    font-family: 'roboto_condensedregular' !important;
    text-align: center !important;
}
#learning-container .card-title {
    text-align: center !important;
}
.dropdown-container{
    height: 1px;
    position: relative;
}
.dropdown-menu{
    position: absolute;
    bottom: 0;
    width: auto;
    background-color: rgba(0, 0, 0, 0.65); 
}
.dropdown-menu li a{
    font-size: 20px;
    font-weight: 600;
    color:#FFF !important;
    font-family: 'robotoregular',sans-serif;
}
.dropdown-menu li a:hover{
    color:#000 !important;
    text-decoration: none !important;
}
.box-item:hover .dropdown-menu{
    display: block;
}


/* Media queries */
@media all and (max-width: 990px){
    #learningBox .box-item{
        min-width: 320px;
    }
}
@media only screen and (max-width: 576px) {
    .d-flex.flex-row.justify-content-evenly a{
        width: 60px;
    }
    .d-flex.flex-row.justify-content-evenly h6{
        font-size: 14px;
    }
    .header-banner h2{
        top:270px;
        right: unset;
        left:30px;
    }
    .user-info .user-thumb {
        width: 25%;
        border-radius: 50%;
    }
    .content-container .content-main-box .card h5{
        font-size: 18px;
        letter-spacing: 1px;
    }
}

.main-header{
  position: fixed;
  width: 100%;
}
#primary{
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 5rem !important;
    padding-top: 5rem;
}
.content-wrapper{
    background-color: #FFF;
}

.learning-content-list .box-item {
  flex: 1 1 120px; max-width: 200px;
}
