/* =================================================
NCG STYLE GUIDE CSS
Works with Bootstrap
================================================= */


/* =================================================
1. COLOR VARIABLES
================================================= */

:root {

--green:#017A3E;
--green-hover:#30935D;
--light-green:#78B843;

--dark-grey:#333333;
--medium-grey:#B5B5B2;
--warm-grey:#EEEDEB;

--white:#FFFFFF;

--orange:#F05A22;
--yellow:#F8A01B;
--blue:#40AFE4;
--purple:#B081B9;

}


/* =================================================
2. BASE STYLES
================================================= */

body{
/* font-family:"Gill Sans Nova","Gill Sans",Arial,sans-serif;
font-size:16px;
line-height:1.5;
color:var(--dark-grey);
background:#fff;
} */

.container{
max-width:1200px;
}

a{
color:var(--green);
text-decoration:none;
transition:0.3s;
}

a:hover{
color:var(--green-hover);
}


/* =================================================
3. TYPOGRAPHY
================================================= */

h1,.h1-style{
font-size:60px;
font-weight:800;
line-height:1.2;
margin-bottom:48px;
}

h2,.h2-style{
font-size:32px;
font-weight:800;
line-height:1.5;
margin-bottom:24px;
}

h3,.h3-style{
font-size:22px;
font-weight:800;
line-height:1.5;
margin-bottom:18px;
}

h4,.h4-style{
font-size:16px;
font-weight:800;
line-height:1.5;
}

.body-text{
font-size:16px;
margin-bottom:24px;
}

.caption{
font-size:16px;
margin-bottom:24px;
}

.tag-style{
font-size:12px;
}


/* =================================================
4. SECTION SPACING
================================================= */

.section{
padding:60px 0;
}

.section-sm{
padding:30px 0;
}

.section-lg{
padding:90px 0;
}


/* =================================================
5. BACKGROUND UTILITIES
================================================= */

.bg-green{
background:var(--green);
color:#fff;
}

.bg-grey{
background:var(--warm-grey);
}

.bg-white{
background:#fff;
}


/* =================================================
6. BUTTON STYLE (B1)
================================================= */

.btn-b1{

display:inline-block;
padding:12px 28px;
background:var(--green);
color:#fff;
font-weight:700;
border:2px solid var(--green);
transition:0.3s;

}

.btn-b1:hover{

background:var(--light-green);
border-color:var(--green);
color:#fff;

}

.btn-b1-reverse{

background:#fff;
color:var(--green);
border:2px solid var(--green);

}

.btn-b1-reverse:hover{

background:var(--light-green);
color:#fff;

}


/* =================================================
7. LINK STYLES
================================================= */

/* L1 */

.link-l1{
font-size:22px;
font-weight:800;
display:block;
border-bottom:1px solid #ddd;
padding:10px 0;
color:#fff;
}

.link-l1:hover{
color:var(--green-hover);
}

/* L2 */

.link-l2{
font-size:22px;
font-weight:800;
color:var(--green);
}

.link-l2:hover{
color:var(--green-hover);
}

/* L3 */

.link-l3{
font-size:16px;
font-weight:800;
color:var(--green);
}

.link-l3:hover{
color:var(--green-hover);
}

/* L4 arrow */

.link-l4{
font-size:16px;
font-weight:800;
color:var(--green);
}

.link-l4:before{
content:"→ ";
}

.link-l4:hover{
color:var(--green-hover);
}

/* L5 */

.link-l5{
font-size:16px;
color:var(--green);
}

.link-l5:hover{
color:var(--green-hover);
}

/* L6 body links */

.link-l6{
font-size:16px;
text-decoration:underline;
}

/* L7 breadcrumb */

.link-l7{
font-size:12px;
}


/* =================================================
8. HEADER
================================================= */

.site-header{

padding:0px 0 0px 0;
border-bottom:1px solid #eee;
background:#fff;

}

.logo{
font-weight:800;
font-size:22px;
}

.main-menu a{

margin-right:20px;
font-weight:700;
color:var(--dark-grey);

}

.main-menu a:hover{

color:var(--green);

}

.sign-in{
font-size:14px;
}


/* =================================================
9. HERO SECTION
================================================= */

.hero{

padding:100px 0;
background:var(--warm-grey);

}

.hero-title{

font-size:60px;
font-weight:800;
line-height:1.2;
margin-bottom:40px;

}

.hero-text{

max-width:550px;
font-size:18px;
margin-bottom:30px;

}


/* =================================================
10. TWO COLUMN CONTENT BLOCK
================================================= */

.content-block{

padding:30px;
margin-bottom:30px;

}


/* =================================================
11. KEY POINTS
================================================= */

.keypoints{

margin-top:40px;

}

.keypoint{

margin-bottom:30px;

}

.keypoint h3{

font-size:22px;
margin-bottom:10px;

}


/* =================================================
12. PRESSROOM / NEWS
================================================= */

.pressroom{

background:var(--warm-grey);
padding:60px 0;

}

.news-block{

margin-bottom:40px;

}

.news-item{

margin-bottom:20px;

}

.news-date{

font-size:14px;
color:#777;

}


/* =================================================
13. PROMO CARDS
================================================= */

.promo-section{

padding:60px 0;

}

.promo-card{

background:#fff;
border:1px solid #eee;
padding:30px;
height:100%;
transition:0.3s;

}

.promo-card:hover{

box-shadow:0 10px 20px rgba(0,0,0,0.08);

}

.promo-card h3{

font-size:22px;
margin-bottom:15px;

}


/* =================================================
14. CTA SECTION
================================================= */

.cta{

background:var(--green);
color:#fff;
padding:60px 0;
text-align:center;

}

.cta a{

color:#fff;
font-weight:700;

}


/* =================================================
15. FOOTER
================================================= */

.site-footer{

background:var(--warm-grey);
padding:60px 0;
font-size:14px;

}

.footer-links{

margin-top:20px;

}

.footer-links a{

margin-right:15px;
color:var(--dark-grey);

}

.footer-links a:hover{

color:var(--green);

}

.footer-address{

margin-bottom:20px;

}


/* =================================================
16. CARDS / CONTENT LIST
================================================= */

.card-item{

padding:20px;
border:1px solid #eee;
margin-bottom:20px;
background:#fff;

}


/* =================================================
17. UTILITIES
================================================= */

.text-green{
color:var(--green);
}

.text-center{
text-align:center;
}

.mt-60{
margin-top:60px;
}

.mb-60{
margin-bottom:60px;
}


/* =================================================
18. RESPONSIVE
================================================= */

@media (max-width:992px){

.hero-title{
font-size:46px;
}

h1{
font-size:46px;
}

}

@media (max-width:768px){

.hero{
padding:60px 0;
}

.hero-title{
font-size:36px;
}

.section{
padding:40px 0;
}

}

@media (max-width:576px){

.hero-title{
font-size:30px;
}

h1{
font-size:30px;
}

}