﻿
/*CHANGES 2019*/
.slogan {
	margin: 50px 0 0 50px;
	font-size: 1.5em;
}
.block {
    display: block;
    margin: 0 auto;
	width: 90% !important;
}

/* Fix dissappearing search icon in mobile  */
@media screen and (max-width:1400px){
	.mobile_search input.search-button {
		width: 37px;
		margin-top:2PX;		
	}
}

/* Increase overall font size on desktop */
 @media screen and (min-width: 1025px) {
 	p, 
 	.txt,
 	.intro-text, 
 	.news-description,
 	.download-file, 
 	.download-files,
 	.card-body {
		font-size: 17px;
    }
 }

 /* @media screen and (max-width: 767px) { */
 /* @media screen and (max-width: 767px)and(min-width: 1400px) { */
 @media screen and (max-width: 1024px) {
		.intro-text {
			font-size: 2em;
            padding-top: 20px;
        }		
		.mobi_nav_btn img {
			width: 45px;
		}		
		.ms-signInLink {
			font-size: 2em; 
			padding: 3px 0 0 5px;
		}		
		.home-placeholder {
            height: 187px;
            margin-bottom: 30px;
            padding: 13% 12% 12% 12%;
            font-size: 1.5em;
        }
		.home-placeholder img {
		    padding-bottom: 5px;
		    width: 50px;
		    height: 50px;
		}
        .img-gp img {
		    height: auto !important;
		    height: unset !important;
		}		
		#siteIcon {
			height: unset;
			line-height: unset;
			height: none;
			line-height: none;
		}		
		.slogan {
			margin: 50px 0 0 50px;
		}		
		.ms-siteicon-img {
			max-width: unset;
			max-height: unset;
			max-width: none;
			max-height: none;
		}
		.mobi_nav_btn {
			margin: 20px 15px 0 0;
		}
               
        #mobile-logo img {
		    width: 45%;
		}
        #newsitems {
		    font-size: 2em;		
		}
		.news-readmore a {
			font-size:20px;
		}
		.news-date {
			font-size:15px;
		}
		h2 {
			font-size: ;
		}
		ul.gold {
			font-size: 25px;
		}	
		.download-file, .download-files {
		    font-size: 17px;
		}	
		.block {
			display: block;
			margin: 0 auto;
			width: 80% !important;
		}
		.knowledge-sharing{
			font-size: 2em;
		}
		.img-gallery-header {
		    font-size: 2em;
		}
		.no-gutter{
			font-size: 2em;
		}
		.br-right {
			height: auto;
			height: unset;
		}
		.txt {
		    font-size: 2em;
		}
		.card-body {
		    font-size: 20px;		
		}
		.txt.btn.btn-link {
			white-space: unset;
			text-align: left;
		}
		.default_content__content {
		    font-size: 2em;	
		}
		.footer-wrapper.mobile {
		    font-size: 2em;
		}
        .footer-wrapper.desktop #mobile-logo {
			margin-right:10px;
			padding-top: 29px;
		} 
}    

/*END*/


