*{
    font-family: 'Source Sans Pro', sans-serif;
    box-sizing: border-box;
    margin: 0;
}

html {
    font-size: 100%;
    height:100%;
}

body{
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container{
    width: 1220px;
}

a{
    text-decoration: none;
}

.flex-column{
    flex-direction: column !important;
}

br {
    display: block;
    margin: 10px 0;
    content: " ";
}

.br-zero{
    display: block;
    margin: 0 0;
    content: " ";
}

.d-none{
    display: none !important;
}

.mt-0{
    margin-top: 0 !important;
}

main{
    margin-top: 25px;
    min-height: 400px;
    /*display: flex;*/
    /*flex-direction: row-reverse;*/
    /*justify-content: space-between;*/
}

.tradingview-widget-copyright-custom{
    position: absolute;
    top: 50px;
    right: 10px;
    color: white;
    font-size: 0.75rem;
}

.tradingview-widget-copyright-custom span {
    color: #7eb0ff;
}

.bbj-search{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bbj-search .search-box{
    width: 90%;
    max-width: 700px;
    height: 90px;
    background-color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.bbj-search input{
    width: 70%;
    border: 3px solid rgb(0,34,79);
    height: 60px;
    font-size: 1.7rem;
    padding: 5px;
    font-style: italic;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.bbj-search button{
    border: none;
    background-color: rgb(0, 34, 79);
    color: white;
    font-weight: bold;
    height: 60px;
    font-size: 1.7rem;
    padding: 0 20px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.bbj-search-query{
    font-size: 2rem;
    font-weight: bold;
}

.bbj-search-query span{
    font-style: italic;
}

.bbj-search-info{
    font-size: 1.5rem;
    margin: 25px 0;
    font-weight: lighter;
}

/*Publications*/
.publication-logo{
    max-width: 390px;
    margin-bottom: 25px;
}

.publication-categories{
    max-width: 390px;
    background-color: rgb(227,228,229);
    padding: 15px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.publication-categories-header{
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.5rem;
    color: rgb(91,91,91);
    border-bottom: 1px solid rgb(91,91,91);
}

.publication-categories-link{
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid white;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.5rem;
}

/*Publications End*/

/*Header*/

.header{
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.header-wrapper{
    background-color: white;
    z-index: 10;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-publications{
    z-index: 10;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: white;
    flex-wrap: wrap;
}

.header-publications *{
    color: rgb(0,34,79);
    font-size: 0.9rem;
    text-decoration: none;
    text-transform: uppercase;
}

.header-publications-separator{
    margin: 0 7px;
}

.header-publications-separator:last-child{
    display: none;
}

.header-home{
    z-index: 10;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    background-color: white;
}

/*.header-home-support{*/
    /*position: relative;*/
    /*left: 0;*/
    /*width: 150px;*/
    /*height: 90px;*/
    /*background-color: red;*/
/*}*/

.header-home-logo{
    height: 90px;
}

.header-main{
    z-index: 10;
    background-color: rgb(0,34,79);
    height: 40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.header-main *{
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
}

.header-main-categories *{
    margin-right: 25px;
}

.header-main-misc{
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-main-misc *{
    margin-right: 10px;
}

.header-main-misc *:last-child{
    margin-right: 0;
}

.header-main-misc-top{
    margin-right: 50px;
    background-color: rgb(205,209,226);
    height: 100%;
    padding: 0 20px;
    color: rgb(0,34,79);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-main-container{
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header-menu{
    z-index: 10;
    display: flex;
    flex-direction: column;
    background-color: rgb(101,116,153);
    width: 100%;
    align-items: center;
}

.header-menu a{
    color: white;
}

.header-menu-secondary a{
    color: white;
}

.header-menu-main{
    z-index: 10;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    height: 2.5rem;
    font-size: 1.4rem;
}

.header-menu-main-title{
    font-weight: bold;
    border-bottom: solid 4px transparent;
}

.header-menu-main-list ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
}

.header-menu-main-list li{
    margin-right: 35px;
    font-weight: lighter;
    border-bottom: 4px solid transparent;
}

.header-menu-main-list .active{
    border-bottom: 4px solid white;
}

.header-menu-secondary{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    color: white;
    font-size: 1.4rem;
    font-weight: lighter;
    padding: 20px 0;
    border-top: solid 2px rgb(171,186,223);
    position: relative;
    height: 240px;
    background-color: rgb(101,116,153);
    z-index: 0;
    transform: translateY(-240px);
    margin-bottom: -240px;
    transition: all 0.5s;
}

.header-menu-secondary-open{
    display: flex;
    margin-bottom: 0px;
    transform: translateY(0px);
    transition: all 0.5s;
}

.header-menu-secondary ul{
    list-style: none;
}

.header-menu-secondary .title{
    font-weight: bold;
}

#nav-icon{
    width: 22px;
    height: 18px;
    position: relative;
    -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;
}

#nav-icon span{
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    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;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
    top: 7px;
}

#nav-icon span:nth-child(4) {
    top: 14px;
}

#nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.header-search{
    background-color: transparent;
    border: none;
    padding: 0;
}

#nav-icon2{
    width: 30px;
    height: 25px;
    position: relative;
    -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;
}

#nav-icon2 span{
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    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;
}

#nav-icon2 span:nth-child(1) {
    top: 0px;
}

#nav-icon2 span:nth-child(2),#nav-icon2 span:nth-child(3) {
    top: 10px;
}

#nav-icon2 span:nth-child(4) {
    top: 20px;
}

#nav-icon2.open span:nth-child(1) {
    top: 30px;
    width: 0%;
    left: 50%;
}

#nav-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.header-title{
    width: 100%;
    color: white;
    height: 40px;
    font-size: 0.65rem;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.header-secondary{*/
/*    background-color: rgb(101,116,153);*/
/*    height: 40px;*/
/*    width: 100%;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*.header-secondary *{*/
/*    color: white;*/
/*    text-decoration: none;*/
/*    font-size: 1.2rem;*/
/*}*/

/*.header-secondary-categories-link{*/
/*    height: 100%;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-items: center;*/
/*    margin-right: 25px;*/
/*    font-weight: 100;*/
/*}*/

/*.header-secondary-categories{*/
/*    height: 100%;*/
/*    margin-left: 25px;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-items: center;*/
/*}*/

/*.header-secondary-container{*/
/*    height: 100%;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: flex-start;*/
/*    align-items: center;*/
/*}*/

/*.header-secondary-title{*/
/*    font-weight: 800 !important;*/
/*    text-transform: uppercase;*/
/*}*/

/*.header-secondary-title i{*/
/*    margin-left: 5px;*/
/*    font-size: 1rem;*/
/*}*/

/*.header-secondary-categories-link-active{*/
/*    border-top: solid 3px transparent;*/
/*    border-bottom: solid 3px white;*/
/*}*/

.alert{
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.3rem;
    font-weight: bold;
}

.alert-info{
    background-color: rgb(101,116,153);
}

.alert-danger{
    background-color: red;
}

.alert-success{
    background-color: green;
}

/*Body*/

.main{
    display: flex;
    flex-direction: column;
}

.main h2{
    color: rgb(0,34,79);
    font-weight: bold;
    font-size: 2.5rem;
}

.main hr{
    color: rgb(0,34,79);
}

.main-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 25px;
}

.main-row:first-child{
    margin-top: 0;
}

.main-row .article{
    margin-right: 25px;
}

.main-row .article:last-child{
    margin-right: 0;
}

.main-row-double-column{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 25px;
}

.main-row-double-column .column-left{
    width: 805px;
}

.main-row-double-column .column-right{
    width: 390px;
}


/*.main-row-double-column .article{*/
/*    margin-right: 25px;*/
/*}*/

.article-box-large{
    display: flex;
    flex-direction: column;
    width: 805px;
    height: 415px;
    background-color: rgb(227,228,229);
}

.article-box-medium{
    display: flex;
    flex-direction: column;
    width: 390px;
    height: 415px;
    background-color: rgb(227,228,229);
}

.article-box-medium-standing{
    display: flex;
    flex-direction: row;
    width: 390px;
    height: 415px;
    background-color: rgb(227,228,229);
}

.article-box-img-container{
    width: 100%;
    height: 330px;
    position: relative;
}

.article-box-img-container-standing{
    width: 50%;
    height: 100%;
    position: relative;
}

.article-box-img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-box-img-container-standing img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-box-img-container span{
    background-color: rgb(204,31,37);
    position: absolute;
    left: 15px;
    top: 15px;
    color: white;
    padding: 5px 10px;
    font-size: 1.2rem;
}

.article-box-img-container-standing span{
    background-color: rgb(204,31,37);
    position: absolute;
    left: 15px;
    top: 15px;
    color: white;
    padding: 5px 10px;
    font-size: 1.2rem;
}

.article-box-content{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 85px;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.article-box-content-standing{
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 100%;
    justify-content: space-between;
    position: relative;
}

.article-box-content p{
    font-size: 1.6rem;
    color: rgb(91,91,91);
    padding: 5px 10px 0 10px;
    line-height: 1.5rem;
}

.article-box-content-standing p{
    font-size: 1.5rem;
    color: rgb(91,91,91);
    padding: 0 10px;
}

.article-box-content-meta{
    text-align: right;
    padding: 0 5px 5px 0;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
}

.category-block-article-small .article-box-content-meta{
    text-align: right;
    padding: 0;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
}

.article-box-content-meta *{
    text-align: right;
    padding: 0 5px 5px 0;
    font-size: 0.7rem;
}

.article-box-content-meta-category{
    color: red;
    text-transform: uppercase;
}

.article-box-content-meta-separator{
    color: rgb(0,34,79);
    padding: 0 5px;
}

.article-box-content-meta-date{
    text-transform: uppercase;
    color: rgb(0,34,79);
}

.article-box-small{
    height: 85px;
    width: 390px;
    background-color: rgb(227,228,229);
}

.ad-holder-center{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.ad-block-billboard{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(227,228,229);
    padding: 25px;
    max-width: 100%;
    margin-top: 25px !important;
}



.goAdverticum *{
    max-width: 100%;
}

.ad-block-roadblock{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(227,228,229);
    padding: 25px;
    /*height: 305px;*/
    margin-top: 25px;
}

.ad-block-billboard p{
    position: absolute;
    bottom: 5px;
    color: gray;
    font-size: 0.7rem;
}

.ad-block-roadblock p{
    position: absolute;
    bottom: 5px;
    color: gray;
    font-size: 0.7rem;
}

.ad-block-filmstrip{
    display: flex;
    width: 390px;
    height: 855px;
    flex-direction: column;
    justify-content: space-between;
}

.ad-filmstrip{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: rgb(227, 228, 229);
    max-width: 100%;
    height: 635px;
}

.ad-filmstrip p{
    position: absolute;
    bottom: 5px;
    color: gray;
    font-size: 0.7rem;
}

.ad-block-medium{
    display: flex;
    height: 415px;
    width: 390px;
    flex-direction: column;
    justify-content: space-between;
}

.ad-medium{
    background-color: rgb(227,228,229);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 390px;
    height: 305px;
    position: relative;
}

.ad-medium p{
    position: absolute;
    bottom: 5px;
    color: gray;
    font-size: 0.7rem;
}

.ad-medium img{
    width: 300px;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

/*Article single*/

blockquote{
    font-size: 1.5rem !important;
    font-style: italic;
    font-weight: bolder;
    border-left: 5px solid rgb(0, 34, 79);
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0;
}

blockquote p{
    font-size: 1.5rem !important;
}

.main-article-content{
    width: 805px;
    display: flex;
    flex-direction: column;
}

.main-article-content .article{
    margin-bottom: 25px;
}

.main-article-content-meta{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-transform: uppercase;
}

.main-article-content-meta p{
    font-size: 0.8rem;
    color: gray;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.main-article-content-meta i{
    margin-right: 5px;
}

.main-article-content-title{
    font-size: 3rem;
    font-weight: bold;
    margin-top: 15px;
}

.main-article-content-image{
    position: relative;
    width: 100%;
    height: 400px;
    margin-top: 15px;
}

.main-article-content-image span{
    background-color: rgb(204,31,37);
    position: absolute;
    left: 15px;
    top: 15px;
    color: white;
    padding: 5px 10px;
    font-size: 1.2rem;
}

.main-article-content-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-article-content-image-description{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.main-article-content-image-description-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: gray;
}

.main-article-content-image-description-content-title{
    font-size: 1.2rem;
    margin-top: 10px;
}

.main-article-content-image-description-content-credit{
    font-size: 0.7rem;
    font-style: italic;
    margin-top: 5px;
}

.main-article-content-image-description-social *{
    color: gray;
    text-decoration: none;
    margin-left: 3px;
    font-size: 1.2rem;
}

.main-article-content-lead{
    font-size: 1.5rem;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 1.6rem;
}

.main-article-content-body{
    margin-bottom: 25px;
}

.main-article-content-body br{
    margin: 3px 0 !important;
}

.main-article-content-body p{
    color: #444444;
    font-size: 1.1rem;
    margin: 15px 0;
}

.main-article-content-body img{
    margin-top: 10px;
    height: unset !important;
    width: unset !important;
    max-width: 100%;
    object-fit: scale-down;
    object-position: center;
}

.main-article-content-body-credit{
    font-size: 0.7rem !important;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 10px;
}

.body-highlight{
    color: rgb(50,72,116);
    font-size: 1.2rem;
}

.main-article-teaser{
    width: 390px;
}

.main-article-teaser-child{
    margin-bottom: 50px;
}

.main-article-teaser-category{
    background-color: rgb(227,228,229);
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
}

.main-article-teaser-category hr{
    border: 1px solid black;
}

.main-article-teaser-category-title{
    color: rgb(204,31,37);
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 3rem;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.main-article-teaser-category-link{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 20px 0;
    border-bottom: 1px solid white;
}

.main-article-teaser-category-link:last-child{
    border-bottom: unset;
}

.main-article-teaser-category-link-image{
    width: 100px !important;
    height: 80px;
    position: relative;
}

.main-article-teaser-category-link-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-article-teaser-category-link-content{
    display: flex;
    flex-direction: column;
    height: 80px;
    justify-content: space-between;
    width: 100%;
}

.main-article-teaser-category-link-content p{
    color: rgb(91,91,91);
    font-size: 1.1rem;
    padding-left: 10px;

}

.main-article-teaser-category-link-content-meta{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
}

.main-article-teaser-category-link-content-meta p{
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: bold;
    text-align: justify-all;
}

.main-article-teaser-category-link-content-meta p{
    color: rgb(0,34,79);
}

.main-article-teaser-category-link-content-meta p .main-menu{
    color: rgb(204,31,37);
}

.main-article-teaser-category-link-content-meta p .category{
    color: rgb(101,116,153);
}

.main-article-ad-banner{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}

.article-related-row{
    width: 805px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 25px;
}

/*******************Category elements***********************/
.category-name-title{
    color: rgb(91,91,91);
    font-weight: lighter;
    font-size: 2.2rem;
}

.category-block-3{
    display: flex;
    flex-direction: row;
    background-color: rgb(227,228,229);
    width: 100%;
    height: 415px;
    padding: 30px 0;
    box-shadow: 5px 5px 12px 0px rgba(168,168,168,1);
}

.category-block-1{
    display: flex;
    flex-direction: row;
    background-color: rgb(227,228,229);
    width: 390px;
    height: 415px;
    padding: 30px 0;
}

.category-block-3-column{
    display: flex;
    flex-direction: column;
    width: 100%;
    border-right: 1px grey dashed;
    align-items: center;
}

.category-block-3-remove-padding{
    margin: -30px 0;
}

.category-block-3-column:last-child{
    border-right: none;
}

.category-block-ad{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 370px;
    height: 100%;
}

.category-block-ad img{
    width: 300px;
    height: 250px;
    object-position: center;
    object-fit: cover;
}

.category-block-article-small{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 330px;
    height: 65px;
    font-size: 1.2rem;
    color: rgb(91,91,91);
}

.category-block-article-small-pic{
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: 330px;
    height: 97px;
    font-size: 1.2rem;
    color: rgb(91,91,91);
}

.category-block-article-small-pic-img{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.category-block-article-small-pic-img img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 10px;
}

.category-block-article-small-pic-body{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.category-block-article-holder{
    padding: 15px 0;
    border-bottom: solid 2px white;
}

.category-block-article-holder:first-child{
    padding-top: 0;
}

.category-block-article-holder:last-child{
    padding-bottom: 0;
    border: none;
}

/******************End Category elements********************/


/*Promoted-content*/

.promoted-content{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.promoted-conntent-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: darkred;
    width: 100px;
}

.promoted-conntent-title p{
    color: white;
    font-size: 1rem;
}

.promoted-content-carousel{
    background-color: rgb(227,228,229);
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding: 0 50px;
    overflow: hidden;
}

.promoted-content-carousel-element{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px;
}

.promoted-content-carousel-element img{
    height: 170px;
    width: 150px;
    object-fit: cover;
    object-position: center;
}

.promoted-content-carousel-prew{
    position: absolute;
    left: 25px;
    top: auto;
}

.carousel-nav{
    font-size: 2rem;
}




/*Advertising*/
.advertising{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 25px;
}

.advertising-main{
    display: flex;
    flex-direction: column;
    width: 805px;
}

.advertising-main > * {
    margin-bottom: 25px;
}

.advertising-main .accordion{
    margin-bottom: 0;
}

.advertising-main .panel{
    margin-bottom: 0;
}

.advertising-main h1{
    text-align: center;
    color: rgb(126,139,172);
    font-weight: 100;
    font-size: 2.5rem;
}

.advertising-main-nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 3px solid rgb(198,199,200);
    margin-bottom: 15px;
}

.advertising-main-nav .active{
    color: rgb(93,110,150);
}

.advertising-main-nav a{
    color: rgb(202,205,206);
    font-weight: bold;
    font-size: 2.5rem;
    text-decoration: none;
}

.panel{
    padding: 0 18px;
    background-color: rgb(206,209,226);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel p{
    padding: 18px 0;
}

.accordion{
    background-color: rgb(226,227,229);
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: center;
    outline: none;
    font-size: 1rem;
    transition: 0.4s;
    border: none;
    border-bottom: 2px solid white;
}

.accordion-active, .accordion:hover{
    background-color: rgb(87,105,146);
    color: white;
}

.advertising-main-content-box-content-subtitle{
    display: block;
    font-weight: bold;
    color: rgb(57,79,121);
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    text-align: center;
    /*background-color: white;*/
}

th a{
    color: black;
}

th:first-child{
    text-align: left;
}

th:last-child{
    text-align: right;
}

tr:nth-child(even) {
    background-color: white;
}

tr:nth-child(odd) {
    background-color: rgb(226,227,229);
}

tr.table-title{
    background-color: rgb(0,34,79) !important;
    color: white;
    font-weight: lighter;
}

tr.table-sub-title{
    background-color: rgb(87,105,146) !important;
    color: white;
    font-weight: lighter;
}

.table-sub-title{
    background-color: rgb(0,34,79);
    color: white;
    font-weight: lighter;
}

.advertising-main-content-box-content-information{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.advertising-main-content-box-content-images{
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.advertising-main-content-box-content-images img{
    max-height: 190px;
    margin-top: 25px;
}

.advertising-main-content-box-content-images-special{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-height: 190px;
}

.advertising-main-content-box-content-information p{
    font-size: 0.75rem;
}

.advertising-main-content-box-content-download{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.advertising-main-content-box-content-download button{
    border: none;
    color: white;
    background-color:  rgb(0,34,79);
    width: 150px;
    height: 30px;
    font-size: 1rem;

}

.advertising-ads > *{
    margin-bottom: 25px;
}

.advertising-online-controls{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 25px;
}

.advertising-online-controls a{
    color: white;
    background-color: rgb(0,34,79);
    padding: 7px 15px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
}

.advertising-online-show-container{
    background-color: rgb(226,227,229) !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.advertising-online-show{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.advertising-online-show-subtitle{
    color: rgb(87,105,146);
    font-weight: bold;
    margin-bottom: 25px;
}

.advertising-online-show img{
    margin-bottom: 25px;
}

.advertising-online-show p{
    margin-bottom: 25px;
}

.advertising-online-show p:last-child{
    margin-bottom: 0;
}

.advertising-online-show br{
    display: block;
    margin: 0 !important;
}
/*Support*/

.support-block{
    background-color: rgb(226,227,229);
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.support-block-title{
    color: rgb(200,25,31);
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 2rem;
}

.support-block-button{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.support-block-button a{
    color: white;
    text-decoration: none;
    text-align: center;
    background-color: rgb(205,40,42);
    padding: 5px;
}
/*************ABOUT******************/

.about{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 25px;
}

.about-main{
    display: flex;
    flex-direction: column;
    width: 805px;
}

.about-main > * {
    margin-bottom: 25px;
}

.about-main-container{
    background-color: rgb(227,228,229);
    padding: 25px;
}

.about-main-container h1{
    color: rgb(101,116,153);
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 2.5rem;
}

.about-main-container p{
    text-align: justify;
}

.about-main-container ul{
    list-style: none;
    padding-left: unset;
    font-size: 1.1rem;
    line-height: 1.4rem;
}

.about-main-disc-list{
    list-style: disc !important;
    padding-left: 15px !important;
    line-height: 1.5rem !important;
}

.about-main-disc-list li{
    padding: 10px 0;
}

.about-main-container-header{
    color: rgb(0,34,79);
    font-weight: bold;
    font-size: 1.1rem;
    display: block;
}

.about-ads{
    display: flex;
    flex-direction: column;
}

.about-ads > *{
    margin-bottom: 25px;
}

/************END_ABOUT************/

/***********Top-Stories******************/
.top-stories-heading{
    font-size: 4rem;
    font-weight: lighter;
    color: rgb(0,34,79);
}

.top-stories-main{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.top-stories-ads{
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

.top-stories-ads .ad-medium, .ad-filmstrip{
    margin-bottom: 25px;
}

.top-stories-main .main-article-teaser-category{
    margin: 25px 25px 0 0;
    height: max-content;
}

.top-stories{
    align-items: center;
    margin-top: 25px;
}

.top-stories-element{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(227,228,229);
    height: 250px;
    width: 970px;
    position: relative;
}

.top-stories-element-count{
    font-size: 10rem;
    width: 100px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: rgb(101,116,153);
    margin-left: 10px;
}

.top-stories-element-image{
    height: 100%;
    width: 40%;
    position: relative;
}

.top-stories-element-image span{
    background-color: rgb(204,31,37);
    position: absolute;
    left: 15px;
    top: 15px;
    color: white;
    padding: 5px 10px;
    font-size: 1.2rem;
}

.top-stories-element-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.top-stories-element-data{
    display: flex;
    flex-direction: column;
    width: 400px;
    justify-content: space-between;
    overflow: hidden;
}

.top-stories-element-data p{
    font-size: 1.6rem;
    color: rgb(91,91,91);
    padding: 5px 10px 0 10px;
    line-height: 1.5rem;
}

.top-stories-element-data-meta{
    text-align: right;
    padding: 0 5px 5px 0;
    font-weight: bold;
}

.top-stories-element-data-meta *{
    text-align: right;
    padding: 0 5px 5px 0;
    font-size: 0.7rem;
    text-transform: uppercase;
}

.top-stories-element-data-meta-category{
    color: red;
}

.top-stories-element-data-meta-separator{
    color: rgb(0,34,79);
    padding: 0 5px;
}

.top-stories-element-data-meta-date{
    color: rgb(0,34,79);
}

/********End-Top-Stories******************/


/********************Shop*****************/

.shop{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.shop-main{
    display: flex;
    flex-direction: column;
    width: 800px;
}

.shop-misc{
    display: flex;
    flex-direction: column;
    width: 390px;
}

.shop-main-row{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;

}

.shop-element{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 240px;
    height: 400px;
    background-color: rgb(239, 239, 240);
    border: 2px solid transparent;
    margin-right: 25px;
    margin-bottom: 25px;
}

.shop-element-image{
    height: 250px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.shop-element-image img{
    max-height: 90%;
    max-width: 90%;
    box-shadow: 5px 5px 12px 0px rgba(168,168,168,1);
}

.shop-element button{
    width: 100%;
    border: none;
    background-color: rgb(101,116,153);
    height: 30px;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.shop-element-info{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 95px;
    justify-content: space-between;
    align-items: center;
    color: black;
    padding: 10px 0 20px 0;
}

.shop-element-info p{
    text-align: center;
}

.shop-element-info-price{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.shop-element-info-price i{
    margin-left: 10px;
    font-size: 2rem;
    color: rgb(101,116,153);
}

.shop-element-info-price br{
    margin: 0;
}

.shop-element:hover{
    border: 2px solid rgb(0, 34, 79);
}

.shop-cart{
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid rgb(0, 34, 79);
    border-top: 1px solid rgb(0, 34, 79);
    margin-top: 30px;
    align-items: center;
    height: 50px;
}

.shop-cart:hover{
    cursor: pointer;
}

.shop-cart-icons{
    width: 100px;
}

.shop-cart-icons i{
    font-size: 1.5rem;
    color: rgb(101,116,153);
}

.shop-cart-icons span{
    border-radius: 100%;
    background-color: rgb(0, 34, 79);
    width: 1.9rem;
    line-height: 1.9rem;
    display: inline-block;
    text-align: center;
    font-size: 1.4rem;
    color: white;
    vertical-align: center;
    margin-left: 10px;
}

.shop-cart p{
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.shop-login{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.shop-login a{
    width: 100%;
    line-height: 60px;
    color: white;
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
    background-color: rgb(0, 34, 79);
    border-radius: 5px;
    text-align: center;
}

.shop-info{
    margin-top: 50px;
    background-color: rgb(239, 239, 240);
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.shop-info-element{
    display: flex;
    flex-direction: column;
    width: 230px;
    padding: 10px;
    margin: 20px;
}

.shop-info-element i{
    margin: 0 0 10px 40px;
    font-size: 2.5rem;
    color: #4e555b;
}

.shop-info-element *{
    margin-top: 5px;
}

.shop-info-element-title{
    font-weight: bold;
    text-transform: uppercase;
    color: #868e96;
    font-size: 1.2rem;
    font-weight: normal !important;
}

.shop-info-element p{
    font-size: 1.1rem;
    font-weight: lighter;
}

.shop-product{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.shop-product h2{
    text-transform: uppercase;
    color: rgb(0, 34, 79);
    font-size: 1.3rem;
    font-weight: bolder;
    margin-bottom: 25px;
}

.shop-product-control{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 450px;
}

.shop-product-control-image{
    margin-right: 25px;
    background-color: rgb(230, 231, 232);
    height: 100%;
    flex: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
}

.shop-product-control-image img{
    max-height: 390px;
    max-width: 400px;
    box-shadow: 5px 5px 12px 0px rgba(168,168,168,1);
}

.shop-product-control-main{
    display: flex;
    flex: 2;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 30px;
}

.shop-product-control-main-price{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.shop-product-control-main-price .price-title{
    font-weight: bolder;
    font-size: 1.2rem;
    color: black;
    margin-right: 60px;
}

.shop-product-control-main-price .price-actual{
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: rgb(101,116,153);
}

.product-short-desc{
    font-size: 1.2rem;
}

.product-option{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.product-option-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.product-option-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.product-option-checkmark {
    position: absolute;
    top: 2;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid black;
}

/* On mouse-over, add a grey background color */
.product-option-container:hover input ~ .product-option-checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.product-option-container input:checked ~ .product-option-checkmark {
    background-color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.product-option-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.product-option-container input:checked ~ .product-option-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.product-option-container .product-option-checkmark:after {
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: black;
}

.shop-product-control-qty{
    display: flex;
    flex-direction: row;
}

.shop-product-control-qty .qty-title{
    font-weight: bolder;
    font-size: 1.2rem;
    margin-right: 30px;
}

.shop-product-control-main button{
    cursor: pointer;
    width: 80%;
    background-color: rgb(0, 34, 79);
    color: white;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 1.2rem;
    border: none;
    padding: 5px 0;
}

.shop-product-desc{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.shop-product-desc-title{
    width: 100%;
    border-bottom: 1px solid rgb(86,86,86);
}

.shop-product-desc-title p{
    font-size: 1.1rem;
    text-transform: uppercase;
    color: rgb(86, 86, 86);
    font-weight: bolder;
    margin-bottom: 10px;
}

.shop-product-desc-main p{
    font-size: 1rem;
    color: rgb(86, 86, 86);
    margin-top: 20px;
}

/****************End*Shop*****************/

/****************Cart*********************/

.cart{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cart-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 40px;
}

.cart-info h1{
    font-size: 3rem;
    font-weight: lighter;
}

.cart-info a{
    font-size: 1.5rem;
    font-weight: lighter;
    color: rgb(0, 34, 79);
    cursor: pointer;
    text-decoration: underline;
    margin-top: 25px;
}

.cart-success-contact{
    margin-top: 40px;
    font-size: 1.5rem;
    color: black;
    font-weight: lighter;
}

.cart-success-contact a{
    font-weight: bold;
    color: black;
    text-decoration: underline;
}

.cart-header{
    color: rgb(153, 153, 153);
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: 2px solid rgb(153, 153, 153);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    margin-top: 25px;
    text-transform: uppercase;
}

.cart-header .active{
    color: rgb(0, 34, 79);
}

.cart-item-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 35px;
    margin-top: 30px;
    background-color: rgb(153, 153, 153);
    color: white;
    text-transform: uppercase;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
}

.cart-item-header p:nth-child(1){
    flex: 2;
}

.cart-item-header p:nth-child(2){
    flex: 3;
}

.cart-item-header p:nth-child(3){
    flex: 1;
}

.cart-item-header p:nth-child(4){
    flex: 1;
}

.cart-item-header p:nth-child(5){
    flex: 1;
}

.cart-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: 25px;
}

.cart-item-main{
    display: flex;
    flex-direction: row;
    flex: 2;
    align-items: center;
    justify-content: space-evenly;
}

.cart-item-main i{
    font-size: 2rem;
    cursor: pointer;
    color: rgb(153, 153, 153);
}

.cart-item-main button{
    border: none;
    background: none;
}

.cart-item-image{
    background-color: rgb(239, 239, 240);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 170px;
}

.cart-item-image img{
    max-height: 150px;
    max-width: 200px;
    object-fit: contain;
    box-shadow: 5px 5px 12px 0px rgba(168,168,168,1);
}

.cart-item p{
    text-align: center;
    font-weight: bold;
    color: rgb(153, 153, 153);
    font-size: 1.2rem;
}

.cart-item p:nth-child(2){
    flex: 3;
}

.cart-item p:nth-child(3){
    flex: 1;
}

.cart-item p:nth-child(4){
    flex: 1;
}

.cart-item p:nth-child(5){
    flex: 1;
}

.cart-subheader{
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    color: white;
    background-color: rgb(153, 153, 153);
    text-transform: uppercase;
    font-size: 1.2rem;
    height: 35px;
    font-weight: bold;
    padding-right: 25px;
}

.cart-line-end{
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    color: rgb(153, 153, 153);
    text-transform: uppercase;
    font-size: 1.2rem;
    height: 35px;
    font-weight: bold;
    padding-right: 25px;
}

.cart-order-btn{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
}

.cart-order-btn-double{
    justify-content: space-between !important;
}

.cart-order-btn a{
    background-color: rgb(0,34,79);
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
    min-width: 120px;
    padding: 0 20px;
    text-align: center;
    margin-top: 50px;
    line-height: 35px;
}

.cart-order-btn button{
    border: none;
    cursor: pointer;
    background-color: rgb(0,34,79);
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
    width: 120px;
    text-align: center;
    margin-top: 50px;
    line-height: 35px;
}

.cart-line-option{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.cart-line-option .price{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    color: rgb(153, 153, 153);
    text-transform: uppercase;
    font-size: 1.2rem;
    height: 35px;
    font-weight: bold;
    padding-right: 25px;
}

.option{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.option-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    font-weight: lighter;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 70px;
}

/* Hide the browser's default radio button */
.option-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.option-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid rgb(153,153,153);
}

/* On mouse-over, add a grey background color */
.option-container:hover input ~ .option-checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.option-container input:checked ~ .option-checkmark {
    background-color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.option-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.option-container input:checked ~ .option-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.option-container .option-checkmark:after {
    top: 3px;
    left: 3px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: rgb(153,153,153);
}

.cart-checkout-kh{
    display: flex;
    width: 100%;
    margin-top: 25px;
    justify-content: flex-end;
}

.cart-input-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 25px;
}

.cart-input-column{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 25px;
}

.cart-signup{
    font-size: 22px;
    text-transform: uppercase;
}

.cart-input-holder{
    width: 100%;
}

.cart-input-half{
    display: flex;
    flex-direction: column;
    width: 500px;
}

.cart-input-full{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.cart-input-row input{
    border: 1px solid rgb(0,34,79);
    height: 30px;
    font-size: 1rem;
    margin-top: 5px;
    padding-left: 7px;
}

.cart-input-label{
    text-transform: uppercase;
    color: rgb(153, 153, 153);
    font-size: 1.2rem;
    font-weight: bold;
}

/* Customize the label (the container) */
.cart-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cart-privacy{
    margin-top: 40px;
}

.cart-dropdown{
    margin-top: 5px;
    font-size: 1.2rem;
    width: 100%;
    border: 1px solid rgb(0, 34, 79);
}

/* Hide the browser's default checkbox */
.cart-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid rgb(0,34,79);
}

/* On mouse-over, add a grey background color */
.cart-checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cart-checkbox-container input:checked ~ .checkmark {
    background-color: rgb(101,116,153);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cart-checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.cart-checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.cart-line-option img{
    margin-top: -7px;
    margin-left: 10px;
}



/****************End*Cart*****************/
/*****************Publication page*******************/

.publication-element{
    width: 47%;
    background-color: rgb(227,228,229);
    padding: 10px;
    display: flex;
    flex-direction: column;
    height: 300px;
    margin-bottom: 25px;
}

.publication-element-info{
    width: 100%;
    height: 100px;
}

.publication-element-image{
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.publication-element-image img{
    width: 100%;
}

.publication-element p{
    color: rgb(91,91,91);
}

.publication-introduction{
    display: flex;
    flex-direction: column;
    padding: 25px;
    background-color: rgb(227,228,229);
    color: rgb(91,91,91);
    margin-bottom: 25px;
}

.publication-introduction .publication-introduction-title{
    font-size: 2rem;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid rgb(91,91,91);
}

.publication-introduction p{
    font-style: italic;
    font-weight: lighter;
}

/**************End publication  page**********************/
/****************Login********************/

.login-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}

.login-main-form{
    background-color: rgb(205,209,226);
    box-shadow: 5px 5px 12px 0px rgba(168,168,168,1);
    width: 400px;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login-main-form form{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login-main-form h1{
    color: rgb(0,34,79);
    font-size: 2.5rem;
    font-weight: lighter;
    margin-top: 25px;
}

.login-main-form-field{
    display: flex;
    flex-direction: column;
    width: 80%;
    align-items: flex-start;
    margin-bottom: 25px;
}

.login-main-form-buttons{
    display: flex;
    flex-direction: row;
    width: 80%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.login-main-form-buttons a{
    width: 30%;
    background-color: rgb(0,34,79);
    color: white;
    font-weight: lighter;
    border: none;
    height: 40px;
    font-size: 1.4rem;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.login-main-form-field input{
    width: 100%;
    height: 50px;
    font-size: 1rem;
    margin-bottom: 7px;
    padding: 7px;
}

.login-main-form-field label{
    color: rgb(0,34,79);
    font-size: 0.8rem;
}

.login-title{
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}

.login-main-form button{
    width: 30%;
    background-color: rgb(0,34,79);
    color: white;
    font-weight: lighter;
    border: none;
    height: 40px;
    font-size: 1.4rem;
    cursor: pointer;
}


/****************End*Login****************/

/*Footer*/
.footer{
    background-color: rgb(0,34,79);
    width: 100%;
    height: 246px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}
.footer-artwork{
    position: absolute;
    right: -120px;
    bottom: -30px;
    height: 200px;
}

.footer-links{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 25px;
}

.footer-links-column{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 75px;
}

.footer-links-column:last-child{
    flex-direction: row;
}

.footer-links-column:last-child a{
    margin-right: 10px;
}

.footer a{
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: lighter;
}

.footer-legal{
    margin-top: 50px;
    color: white;
    font-size: 1rem;
}


/******************    Promotions    *******************/

.promotions-holder{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 25px;
}

.promotions-link{
    width: 180px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    background-color: rgb(101,116,153);
    text-align: center;
}

.promotions-main{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 300px;
}

.promotions-main-slider{
    background-color: rgb(220,223,234);
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-points-x: repeat(230px);
    scroll-snap-type: mandatory;
}

.promotions-main-slider::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.promotions-main-slider::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 10px;
}
.promotions-main-slider::-webkit-scrollbar-track {
    background: transparent;
}

.promotions-main-controls-left {
    position: relative;
    flex-shrink: 0;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(220, 223, 234);
    z-index: 10;
}

.promotions-main-controls-right {
    position: relative;
    flex-shrink: 0;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(220,223,234);
    z-index: 10;
}

.promotions-main button{
    border: none;
    background: transparent;
    cursor: pointer;
}

.promotions-main i{
    font-size: 2rem;
}

.promotions-main-item {
    scroll-snap-align: start;
    flex-shrink: 0;
    width: 200px;
    height: 250px;
    margin: 0 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 1rem;
}

.promotions-main-item p{
    color: rgb(0,34,79);
    text-decoration: none;
    text-align: left;
    height: 40px;
    width: 140px;
}

.promotions-main-item:first-child{
    margin-left: 0;
}

.promotions-main-item:last-child{
    margin-right: 0;
}

.promotions-main-item .promotions-main-item-image{
    width: 140px;
    height: 170px;
    position: relative;
}

.promotions-main-item-image {
    width: 200px;
    height: 200px;
    position: relative;
    object-fit: cover;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.promotions-main-slider::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.promotions-main-slider {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Don't need button navigation */
@supports (scroll-snap-type) {
    .slider > a {
        display: none;
    }
}

.promotions-main-item-product img{
    max-width: 90%;
    max-height: 200px;
    object-fit: contain;
}


/****************    End promtions    ******************/

/****************    Profile    ******************/

.main-profile{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.profile-greet-container{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.profile-greeting{
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.profile-ask{
    font-size: 1.5rem;
    font-style: italic;
    font-weight: lighter;
    margin-bottom: 25px;
}

.profile-nav-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
}

.profile-link{
    color: white;
    width: 200px;
    text-align: center;
    background-color: rgb(0,34,79);
    font-size: 1.2rem;
    padding: 10px 15px;
    border-radius: 2px;
}

.profile-data-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
}

.profile-data-field{
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.profile-data-field span{
    font-weight: bold;
}

.profile-form-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile-form{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.profile-form-field{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 10px;
}

.profile-form-field input{
    border: 1px solid rgb(0,34,79);
    height: 30px;
    font-size: 1rem;
    margin-top: 5px;
    width: 400px;
}

.profile-form-field label{
    text-transform: uppercase;
    color: rgb(153, 153, 153);
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 7px;
}

.profile-form-buttons{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.profile-form-buttons button, .profile-form-buttons a{
    border: none;
    cursor: pointer;
    display: inline-block;
    background-color: rgb(0,34,79);
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
    width: 120px;
    text-align: center;
    margin-top: 10px;
    line-height: 35px;
}

/****************    End profile    ******************/

/****************    Topics    ******************/
.topic-main{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.topic-main h1{
    color: rgb(0,34,79);
    font-size: 3rem;
    font-weight: lighter;
}

.topic-main-title{
    margin-top: 25px;
    color: rgb(0,34,79);
    font-size: 3rem;
    font-weight: lighter;
}

.topic-holder{
    margin-top: 25px;
    width: 100%;
}

.topic-holder hr{
    color: rgb(0,34,79);
}

.topic-title{
    color: rgb(0,34,79);
    font-weight: bold;
    font-size: 2.5rem;
    cursor: pointer;
}

/****************    End Topics    ******************/

/****************    Error pages    ******************/
.error-content{
    height: 100vh;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: white;
}

.client-error{
    background-color: rgb(101,116,153);;
}

.internal-error{
    background-color: #b91f1f;
}

.error-content h1{
    font-weight: bold;
    font-size: 10rem;
    margin-bottom: 25px;
}

.error-description{
    font-size: 3rem;
    margin-bottom: 15px;
}

.error-funny-description{
    font-size: 1.5rem;
    font-weight: lighter;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 25px;
}

.error-content a{
    background-color: rgb(0,34,79);
    padding: 10px 20px;
    font-weight: bold;
    font-size: 1.5rem;
    color: white;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 50px;
}

.error-logo{
    width: 300px;
    height: auto;
}

/****************    End Error pages    ******************/

/****************    Mobile menu    ******************/

.menu-header{
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: white;
    font-size: 1.5em;
    padding: 0.5em 1em;
}

.header-mobile-search{
    color: white;
    font-size: 1.6rem;
    cursor: pointer;
}

.header-mobile-logo-link:hover{
    background-color: unset !important;
}

.header-mobile-logo-link{
    padding: unset !important;
}

.menu-header img{
    height: 40px;
}
#menu {
    width: 100%;
    display: none;
}

#menu ul {
    margin: 0;
    padding: 0;
}

#menu .main-menu {
    display: none;
}

#tm:checked + .main-menu {
    display: block;
}

#menu input[type="checkbox"],
#menu ul span.drop-icon {
    display: none;
}

#menu li,
#toggle-menu,
#menu .sub-menu {
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);
}

#menu li,
#toggle-menu {
    border-width: 0 0 1px;
}

#menu .sub-menu {
    background-color: #444;
    border-width: 1px 1px 0;
    margin: 0 1em;
}

#menu .sub-menu li:last-child {
    border-width: 0;
}

#menu li,
#toggle-menu,
#menu a {
    position: relative;
    display: block;
    color: white;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
}

#menu,
#toggle-menu {
    background-color: rgb(0,34,79);
}

#menu a {
    padding: 1em 1.5em;
}

#menu a {
    transition: all .125s ease-in-out;
    -webkit-transition: all .125s ease-in-out;
}

#menu a:hover {
    background-color: rgb(101,116,153);
}

#menu .sub-menu {
    display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
    display: block;
}


#toggle-menu .drop-icon,
#menu li label.drop-icon {
    position: absolute;
    right: 1.5em;
    top: 0.5em;
}

#menu label.drop-icon, #toggle-menu span.drop-icon {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    text-shadow: 0 0 0 transparent;
    font-size: 1.5em;
    color: white;
}

#menu .drop-icon {
    line-height: 1;
}

#menu .sub-menu,  #menu input[type="checkbox"]:checked + .sub-menu {
    display: none;
}

#menu .sub-menu li {
    border-width: 0 0 1px;
}

#menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}

#menu li > input[type="checkbox"] + .sub-menu {
    display: block;
}

#menu li > input[type="checkbox"] + .drop-icon {
    transform: rotate(90deg);
}


/****************    End Mobile menu    ******************/



/****************    Mobile    ******************/

@media screen and (max-width: 1250px){
    .container{
        width: 1100px;
    }

    .article-box-large{
        width: 725px;
    }

    .article-box-medium{
        width: 350px;
    }

    .ad-medium{
        width: 350px;
    }

    .article-box-medium-standing{
        width: 350px;
    }

    .article-box-small{
        width: 350px;
    }

    .ad-block-medium{
        width: 350px;
    }

    .main-article-content{
        width: 725px;
    }

    .main-article-teaser{
        width: 350px;
    }

    .article-related-row{
        width: 725px;
    }

    .main-article-teaser-category-title{
        font-size: 2.5rem;
        line-height: 2rem;
    }

    .main-article-teaser-category-link-image{
        width: 80px;
        height: 70px;
    }

    .main-article-teaser-category-link-content p{
        font-size: 1rem;
    }

    .main-article-teaser-category-link-content-meta p{
        font-size: 0.7rem;
    }

    .main-row-double-column .column-left{
        width: 725px;
    }

    .main-row-double-column .column-right{
        width: 350px;
    }

    .ad-block-filmstrip{
        width: 350px;
    }

    .category-block-ad{
        width: 350px;
    }

    .about-main{
        width: 725px;
    }

    .advertising-main{
        width: 725px;
    }

    .shop-misc{
        width: 300px;
    }
}

@media screen and (max-width: 1170px){
    .container{
        width: 1010px;
    }

    .article-box-large{
        width: 665px;
    }

    .article-box-medium{
        width: 320px;
    }

    .article-box-medium-standing{
        width: 320px;
    }

    .ad-medium{
        width: 320px;
    }

    .article-box-small{
        width: 320px;
    }

    .ad-block-medium{
        width: 320px;
    }

    .header-home-logo{
        height: 80px;
    }

    .header-publications *{
        font-size: 0.9rem;
    }

    .main-article-content{
        width: 665px;
    }

    .main-article-teaser{
        width: 320px;
    }

    .article-related-row{
        width: 665px;
    }

    .main-row-double-column .column-left{
        width: 665px;
    }

    .main-row-double-column .column-right{
        width: 320px;
    }

    .ad-block-filmstrip{
        width: 320px;
    }

    .category-block-ad{
        width: 320px;
    }

    .category-block-article-small{
        width: 300px;
    }

    .category-block-article-small-pic {
        width: 300px;
    }

    .about-main{
        width: 665px;
    }

    .advertising-main{
        width: 665px;
    }

    .shop-misc{
        width: 260px;
    }

    .shop-main{
        width: 750px;
    }

    .shop-element{
        width: 350px;
    }
}

@media screen and (max-width: 1050px){
    .container{
        width: 90%;
    }

    .header{
        display: none;
    }

    .menu{
        display: flex;
    }

    #menu{
        display: unset;
    }

    .main-row{
        flex-direction: column;
        margin-top: unset;
    }

    .main-row .article{
        margin-right: unset;
    }

    .article-box-large{
        width: 100%;
        margin-top: 25px;
    }

    .article-box-medium{
        width: 100%;
        margin-top: 25px;
    }

    .article-box-medium-standing{
        width: 100%;
        margin-top: 25px;
    }

    .ad-medium{
        width: 100%;
        margin-top: 25px;
    }

    .article-box-small{
        width: 100%;
        margin-top: 25px;
    }

    .ad-block-medium{
        width: 100%;
        margin-top: 25px;
    }

    .main-article{
        width: 100%;
        margin-top: 30px;
    }

    .main-article-content{
        width: 100%;
        margin-bottom: 50px;
    }

    .main-article-teaser{
        width: 100%;
    }

    .article-related-row{
        width: 100%;
    }

    .main-article-teaser-category-link-content{
        width: 100%;
    }

    .main-article-teaser-category-link-content p {
        font-size: 1.2rem;
    }

    .main-article-teaser-category-link-content-meta p {
        font-size: 0.9rem;
    }

    .article-related-row{
        flex-direction: column;
        margin-top: unset;
    }

    .main-row-double-column{
        flex-direction: column;
    }

    .main-row-double-column .column-right{
        width: 100%;
    }

    .main-row-double-column .column-left{
        width: 100%;
        margin-bottom: 25px;
    }

    .ad-block-filmstrip{
        width: 100%;
    }

    .category-block-3{
        flex-direction: column;
        height: unset;
        margin-top: 25px;
        align-items: center;
    }

    .category-block-3-column{
        width: 90%;
        padding-bottom: 15px;
        padding-top: 15px;
        border-bottom: solid 2px white;
        border-right: unset;
    }

    .category-block-3-column:last-child{
        padding-bottom: 0;
        border-bottom: none;
    }

    .category-block-3-column:first-child{
        padding-top: 0;
    }

    .category-block-article-holder{
        width: 100%;
    }

    .category-block-article-small{
        width: 100%;
    }

    .category-block-article-small-pic{
        width: 100%;
    }

    .category-block-3-remove-padding{
        margin: unset;
    }

    .category-block-1{
        margin-top: 25px;
        width: 100%;
        justify-content: center;
    }

    .main-row h2{
        margin-top: 25px;
    }

    .about{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .about > *{
        width: 100%;
    }

    .advertising{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .advertising > *{
        width: 100%;
    }

    .shop{
        flex-direction: column-reverse;
        width: 100%;
    }

    .shop-misc{
        width: 100%;
    }

    .shop-main{
        width: 100%;
    }

    .shop-element{
        margin-right: 0;
        width: 100%;
    }

    .cart-input-half{
        width: 45%;
    }

    .publication-element{
        width: 100%;
    }

    .publication{
        flex-direction: column-reverse;
    }

    .publication-logo{
        max-width: unset;
        width: 100%;
    }

    .publication-categories{
        max-width: unset;
        width: 100%;
    }

    .ad-block-billboard{
        display: none;
    }

    .ad-block-roadblock{
        display: none;
    }
}

@media screen and (max-width: 830px){

    .cart-line-option .option{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .cart-line-option img{
        margin: unset;
    }
}

@media screen and (max-width: 830px){
    .footer-artwork{
        display: none;
    }

    .footer-links{
        flex-direction: column;
        align-items: center;
    }

    .footer-links-column{
        flex-direction: row;
        margin: unset;
        margin-top: 10px;
    }

    .footer-links-column *{
        margin-right: 15px;
    }

    .footer-links-column *:last-child{
        margin: unset;
    }

    .footer{
        height: unset;
    }

    .footer-legal{
        margin-top: 25px;
        margin-bottom: 25px;
        text-align: center;
    }

    .main-article-content-title{
        font-size: 2rem;
    }

    .bbj-search .search-box{
        height: 70px;
    }

    .search-box input{
        font-size: 1.2rem;
        height: 40px;
    }

    .search-box button{
        font-size: 1.2rem;
        height: 40px;
    }

    .shop-product-control{
        flex-direction: column;
        height: unset;
        width: 100%;
    }

    .shop-product-control-main{
        padding: unset;
    }

    .shop-product-control-main *{
        margin-top: 10px;
    }

    .shop-product-control-image{
        margin: unset;
        width: 100%;
        min-height: 300px;
    }

    .shop-product-control-image img{
        width: 90%;
        max-height: unset;
        max-width: unset;
    }

    .shop-product-control-main button{
        width: 100%;
    }

    .cart-item-header{
        font-size: 1rem;
    }

    .cart-item p{
        font-size: 1rem;
    }

    .cart-item-image{
        display: none;
    }

    .cart-item-main{
        flex: 0.5;
    }

    .cart-item-header p:nth-child(1){
        flex: 0.5;
    }
}

@media screen and (max-width: 550px){
    .header-mobile-logo{
        height: 40px;
    }

    .search-box input{
        font-size: 1rem;
        width: 60%;
    }

    .search-box button{
        font-size: 1rem;
    }
}

@media screen and (max-width: 430px){
    .header-mobile-logo-link img{
        height: 35px !important;
    }

    .header-mobile-search i{
        font-size: 20px;
    }

    #nav-icon2{
        width: 21px;
        height: 21px;
    }

    #nav-icon2 span{
        height: 3px;
    }

    #nav-icon2 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon2 span:nth-child(2),#nav-icon2 span:nth-child(3) {
        top: 7px;
    }

    #nav-icon2 span:nth-child(4) {
        top: 14px;
    }

    #nav-icon2.open span:nth-child(1) {
        top: 21px;
    }

    #nav-icon2.open span:nth-child(4) {
        top: 16px;
    }
}

@media screen and (max-width: 430px){
    .header-mobile-logo-link img{
        height: 30px !important;
    }

    .footer-links-column{
        flex-direction: column;
        align-items: center;
    }

    .footer-links-column *{
        margin-right: unset;
        margin-top: 10px !important;
    }

    .cart-input-row{
        flex-direction: column;
    }

    .cart-input-row .cart-input-half:nth-child(2){
        margin-top: 25px;
    }

    .cart-input-half{
        width: 100%;
    }

    .error-content h1{
        font-size: 7rem;
    }

    .error-description{
        font-size: 2rem;
    }

    .error-funny-description{
        font-size: 1rem;
    }
}

@media screen and (max-width: 330px){
    .header-mobile-logo{
        height: 25px;
    }

    .error-content a{
        font-size: 1.2rem;
    }

    .error-logo{
        width: 200px;
    }
}
.podcast-component{
    background-color: rgb(227,228,229);
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    width: 390px;
    height: 415px;
}

.podcast-component hr{
    border: 1px solid black;
}

.podcast-side{
    margin-bottom: 25px;
    margin-top: unset;
}

.podcast-component-title{
    color: rgb(204,31,37);
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 3rem;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.podcast-component-link{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 12px 0;
    border-bottom: 1px solid white;
}

.podcast-component-link:last-child{
    border-bottom: unset;
}

.podcast-component-link-content{
    display: flex;
    flex-direction: column;
    height: 80px;
    justify-content: space-between;
    width: 100%;
}

.podcast-component-link-content p{
    color: rgb(91,91,91);
    font-size: 0.8rem;
    padding-left: 10px;

}

.podcast-component-link-content-meta{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
}

.podcast-component-link-content-meta p{
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: bold;
    text-align: justify-all;
}

.podcast-component-link-content-meta p{
    color: rgb(0,34,79);
}

@media screen and (max-width: 1250px){
    .podcast-component{
        width: 350px;
    }
    .podcast-component-title{
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 1170px){
    .podcast-component{
        width: 320px;
    }
}

@media screen and (max-width: 1050px){
    .podcast-component{
        width: 100%;
        margin-top: 25px;
    }
}
/* This file is for your main application css. */
