﻿body {
    font-family: var(--primary-font-family);
    font-weight: normal;
    color: #232323;
    background-color: #fff;
}
header {
    
}

.container.main-container {
    margin-top:12px;
}

h1.main-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    color: #34383a;
    border-bottom: none;
    padding: 0;
    margin: 20px 0 10px 15px;
}

.alert.alert-success {
    color: #00575d;
    background-color: #d4e9ea;
    border-color: #6fb4b8;
    border-radius: 0;
}

.advert {
    justify-content: center;
    display:flex;
    /*margin-bottom:60px;*/
}
.advert-article {
}
.advert-article-lg {
    display: none;
    margin: 0 auto;
    background-color: indianred;
}

.advert-article-md {
    display: none;
    margin: 0 auto;
    background-color: orange;
}
.advert-article-sm {
    display: block;
    margin: 0 auto;
    background-color: cornflowerblue;
}
.right-column {
    /*margin: 20px 0 0 0;*/
    float: right;
}


/*** HOME PAGE - NEWS CONTAINER ***/
.news-container {
    width: 100%;
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
}
.news-container h3 {
    /*border-top: 10px solid #B1931E;*/
    padding-bottom: 0;
    padding-top: 20px;
	font-size: 18px;
	font-weight: 700;
    text-transform: uppercase;
	margin-bottom: 0;
}

.news-container h3 a {
    color: #34383a;
    font-family: 'Montserrat', sans-serif;
}

.news-container h3 a:hover{
    color: #c00d0e;
    list-style-type: none;
    text-decoration: none;
}

.news-container-article .first-item {
    border-bottom: 0px dotted #979797;
}

.news-container-article-content {
    border-bottom: 1px dotted #979797;
    margin: 10px 0;
    padding: 0 0 15px 0;
}

.news-container-article img {
    object-fit: cover;
    max-height: 200px;
    position: relative;
    border: 1px solid gainsboro;
	margin-bottom: 10px;
}

a.news-container-article-title {
    display: block;
    font-size: 15px;
    line-height: 16px;
    margin: 8px 0px 0px 0px;
    padding: 0px 0px 8px 0px;
}

a.news-container-article-title, a.news-container-article-title:link, a.news-container-article-title:active {
    color: #232526;
    font-weight: bold;
}

a.news-container-article-title:hover {
    color: #c00d0e;
    list-style-type: none;
    font-weight: bold;
    text-decoration: none;
}


.news-container-article-content a.news-container-article-date {
	color: #787878;
	font-size: 14px;
    font-style: italic;
}


.news-container-article-synopsis {
	font-size: 12px;
}

.news-container-ad-banner {
	margin: 10px 0;
}

/*** START ARTICLE LIST ********/
.article-list-container {
}
.article-list-container-content {
    border-bottom: 1px dotted #979797;
    
    margin: 0;
    padding: 0;

}
.article-list-container-advert {
    
    margin: 0;
    padding: 30px 0 30px 0px;
}
.article-list-container-content .article-image-first {
    object-fit: cover;
    max-height: 200px;
    position: relative;
    border: 1px solid gainsboro;
    margin: 15px 0 15px 0;
}
.article-list-container-content .article-image-tiny {
    display: none;
}

.article-keywords {
    padding: 5px;
    margin: 0;

}
.article-keyword {
    border: 1px solid #677074;
    padding: 0 5px 0 5px;
    margin: 5px;
    border-radius: 10px;
    background-color: #677074;
}
.article-keyword a {
    text-decoration: none;
    color: white;
    font-size:0.7rem;
}



.article-keyword a:hover{
	font-weight: normal;
    color: #D8C59D;
}

.more-articles {
    display: table;
    width: 100%;
    margin: 15px 0 0 0;
    background-color: #c00d0e;
    border: 2px solid #c00d0e;
}

.more-articles:hover {
    cursor: pointer;
    background-color: #ffffff;
    border: 2px solid #c00d0e;
    transition: all .15s ease;
}

.more-articles:hover i {
    background-color: #ffffff;
    color: #c00d0e;
    transition: all .15s ease;
}

.more-articles:hover div {
    color: #c00d0e;
    transition: all .15s ease;
}

.more-articles i {
    width: 10%;
    color: #ffffff;
    display: table-cell;
    text-align:center;
}

.more-articles div {
    width: 80%;
    display: table-cell;
    text-align: center;
    color: #ffffff;
    font-weight: bolder;
}

.article-list-container-content .article-list-container-title {
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 4px 0px;
}

/**** To adjust spacing between the title and the teaser abstract in the first article of the list ****/
.article-list-container-content:nth-child(1) .article-list-container-title {
    padding: 0px 0px 10px 0px;
}

.article-list-container-content .article-list-container-abstract {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
}

/***************  To make teaser text larger in the first article of the list ***************/
.article-list-container:nth-child(1) .article-list-container-content .article-list-container-abstract {
    font-size: 14px;
    line-height: 18px;
}


a.article-list-container-title, a.article-list-container-title:link, a.article-list-container-title:active {
    color: #232526;
    font-weight: bold;
	text-transform: uppercase;
}

a.article-list-container-title:hover {
    color: #c00d0e;
    list-style-type: none;
    font-weight: bold;
    text-decoration: none;
}

.article-list-container-content .article-list-container-date {
    color: #ababab;
    font-style: oblique;
    padding:0 0 15px 0;
	font-size: 12px;
}

.btn-secondary, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:visited {
    color: #fff;
    background-color: #c00d0e;
    border: 2px solid #c00d0e;
    transition: ease .15s all;
    padding: 10px;
    display: block;
    width: 95%;
    max-width: 200px;
    text-align: center;
    font-weight: bolder;
    font-family: var(--primary-font-family);
}

.btn-secondary:hover {
    transition: ease .15s all;
    color: #c00d0e;
    background-color: #fff;
    border: 2px solid #c00d0e;
    text-decoration: none;
}


/** SUBSCRIBE PARTIAL ****/
.subscribe-container {
    margin-top: 30px;
    position: relative;
}
.subscribe-container > div{
    border-bottom:1px solid #ffffff;
}
.subscribe-text {
    color: #1A1919;
    background-color: #dfe1e1;
    font-size: 18px;
    font-family: var(--primary-font-family);
    font-weight: bold;
    line-height: 20px;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid lightgoldenrodyellow;
}
a.subscribe-newsletter, a.subscribe-newsletter:link, a.subscribe-newsletter:active {
    background-color: #dfe1e1;
    padding: 20px 30px 20px 15px;
    position: relative;
    color: #1A1919;
    text-decoration: none;
    font-size: 18px;
    font-family: var(--primary-font-family);
    font-weight: lighter;
    line-height: 21px;
    transition: all .15s ease;
    display: table;
    min-height: 92.5px;
    width: 100%;
    border-right: 1px solid #f2f3f3;
}

a.subscribe-magazine, a.subscribe-magazine:link, a.subscribe-magazine:active {
    background-color: #dfe1e1;
    padding: 20px 30px 20px 15px;
    position: relative;
    color: #1A1919;
    text-decoration: none;
    font-size: 18px;
    font-family: var(--primary-font-family);
    font-weight: lighter;
    line-height: 21px;
    transition: all .15s ease;
    display: table;
    min-height: 92.5px;
    width: 100%;
}


a.subscribe-newsletter:hover, a.subscribe-magazine:hover {
    text-decoration: none;
    transition: all .15s ease;
    background-color: #c00d0e;
    color: #ffffff;
}

a.subscribe-newsletter div, a.subscribe-magazine div {
    display: table-cell;
    vertical-align: middle;
}

a.subscribe-newsletter i, a.subscribe-magazine  i {
    min-width: 20px;
    color: #FFFFFF;
    display: table-cell;
    vertical-align: middle;
}
/** END ------------ SUBSCRIBE PARTIAL ****/



/**     HEADER-----------------------------------------------------------------   */


/* Small devices (landscape phones, less than 768px) */
@media (min-width: 768px) {
    
    .news-container-article .first-item {
        border-bottom: 0px dotted #979797;
    }
   
    
    .advert-article-lg {
        display: none;
    }
    .advert-article-md {
        display: block;
    }
    .advert-article-sm {
        display: none;
    }

    /** SUBSCRIBE PARTIAL ****/
    a.subscribe-newsletter, a.subscribe-newsletter:link, a.subscribe-newsletter:active {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        padding: 0 35px 0 20px;
    }
    a.subscribe-magazine, a.subscribe-magazine:link, a.subscribe-magazine:active {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        padding: 20px 15px 20px 25px;
    }
}

@media (max-width: 991px) {
	
	.article-list-container-content {
		border-bottom: 1px dotted #979797;
		padding: 0 0 15px 0;
	}
	
	
	.article-list-container-content .article-image-first {
		margin: 5px 0 5px 0;
	}
	
	
	.article-list-container-content .article-list-container-date {
		padding: 15px 0 0;	
	}
	
	
	.article-list-container-content .article-list-container-title {
		margin: 5px 0px 0px 0px;
	}
	
	.article-list-item__abstract {
		font-weight: 500px;
		font-size: 12px;		
	}
}

@media (min-width: 992px) {
    

    .news-container-article .first-item {
        border-bottom: 1px dotted #979797;
    }
    /** SUBSCRIBE PARTIAL ****/
    a.subscribe-newsletter, a.subscribe-newsletter:link, a.subscribe-newsletter:active {
        display: table;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #f2f3f3;
        padding: 20px 15px 20px 25px;
    }
    a.subscribe-magazine, a.subscribe-magazine:link, a.subscribe-magazine:active {
        display: table;
        width: 100%;
        padding: 20px 15px 20px 25px;
    }

    a.type-container-article-title {
        font-size: 18px;
        line-height: 20px;
    }
 
    .article-list-container-content {
        display: flex;
    }

    .article-list-container-content .article-image-first {
        margin: 0 10px 15px 0;
    }
		
		
	.article-list-container-content .article-image-first.d-block.w-100 {
		width: 50% !important;
	}

    .article-list-container-content .article-image-tiny {
        object-fit: cover;
        max-height: 90px;
        position: relative;
        border: 1px solid gainsboro;
        display: block;
        max-width: 160px;
        min-width: 160px;
    }

    .article-list-container-leftcontent {
        padding: 15px 10px 15px 0;
    }

    .article-list-container-rightcontent {
        padding: 15px 15px 15px 15px;
    }

    .article-list-container-rightcontent .article-list-container-title {
        font-size: 17px;
        line-height: 20px;
        margin-top: 0px;
    }

    .article-list-container-rightcontent .article-list-container-abstract, 
	.article-list-container-rightcontent .article-list-item__abstract {
        font-size: 12px;
        line-height: 18px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .article-list-container-rightcontent .article-list-container-date {
        padding-bottom: 2px;
        margin-bottom: 0px;
    }

    .subscribe-text {
        font-size: 16px;
        padding: 25px 20px 0 25px;
        border-right: 1px solid #f2f3f3;
        border-bottom: none;
    }
}


/*Large devices (desktops, width of 1200px upwards) */
@media (min-width: 1200px) {

    .advert-article-lg {
        display: block;
    }

    .advert-article-md {
        display: none;
    }

    .advert-article-sm {
        display: none;
    }

    .subscribe-text {
        font-size: 18px;
        padding: 35px 20px 0 35px;
    }
}
