/*
	Tda Preview

	===
	Palette		
	pale blue: #b0e7e4;
	
*/

body{
    background-color: #fff;
    font-family: 'Merriweather', serif;
    font-weight: 300;
    color: #000449;
    font-size: 14px;
    line-height: 18px;
}

header{}

.site-logo{
	width:90px;
	transition: 0.3s; 
}

p, li{
	font-size: 14px; 
	line-height: 1.3;
	font-weight: 300; 
}
h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;	
}
h1, .h1{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;	
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 35px;
}
h2, .h2{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;	
	font-size: 26px;	
	font-weight: 700;
	margin-bottom: 35px;
}
h3, .h3{
	font-weight: 500;	
	font-size: 24px;
	margin-bottom: 2px;		
}
h4, .h4{
	font-weight: 500;	
	font-size: 20px;
	margin-bottom: 2px;
}

.primary{
	
}
.btn{
	transition: 0.3s;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;	
	font-weight: 700; 
}
.btn.primary{
	background: #000449;
	color: #5b6658;
}
.btn.primary:hover{
	background: #000449;
	color: #5b6658;
	opacity: 0.8;
}

.site-wrapper{
	padding-top: 15px; 
}
.campaign-title{
	margin-bottom: 0; 
}
.intro{
	font-weight: 700;
}

.subnav{
	margin: 0 0 25px; 
	padding: 0; 	
}
.subnav li{
	list-style: none; 
	
}
.subnav li a{
	font-family: 'Poppins', sans-serif;	
	font-weight: 500; 
	display: block;
	background: #23D0D5;
	color:#000449;
	transition: 0.3s; 
	margin-bottom: 1px; 
	padding: 10px 20px; 
	text-decoration: none; 
}
.subnav li a:hover{
	text-decoration: none; 
	background: #404376;
	color:#ffffff;
}
.subnav-container .publication {
    margin-top: 15px;
    color: #000449;
    margin-bottom: 10px;
}

.pagetitle{
	padding-left: 0; 
	padding-top: 25px; 
	position: relative; 
}
.back-link a{
	position: absolute; 
	top: -5px; 
	left:0; 	
	display: inline-block; 
	text-transform: uppercase; 
	font-size: 13px; 
	border-radius: 20px; 
	border: 2px solid #000449; 
	color: #000449;
	padding: 4px 10px; 	
	transition: 0.5s; 
}
.back-link a:hover{
	border: 2px solid #000449; 
	background: #000449;	
	color: #fff;	
	text-decoration: none; 
}

/*
	*************
	Media queries 
*/

@media (max-width: 992px) {	
	
}
@media (max-width: 768px) {	
	
}
@media (max-width: 560px) {}

	
@media (min-width: 768px) {
	.section-padding{
		padding-top: 45px;
		padding-bottom: 45px;
	}
   
}

@media (min-width: 992px) {
	
		
	h1, .h1{		
		font-size: 45px;
		font-weight: 600;
		margin-bottom: 35px;
	}
	h2, .h2{			
		font-size: 35px;		
		margin-bottom: 35px;
	}
	h3, .h3{	
		font-size: 30px;
		margin-bottom: 2px;		
	}
	h4, .h4{
		font-weight: 500;	
		font-size: 26px;
		margin-bottom: 2px;
	}

   
}

@media (min-width: 1200px) {		
	
}

@media (min-width: 1400px) {	

}
