﻿/*** This is for the new home page - /home ***/

body.c2019 { padding-top: 0; }

body.c2019.no-header { padding-top: 83px; }

.c2019.home-page nav.main-nav { margin-bottom: 20px; }

.c2019 .page-copy p { color: #333333; font-size: 24px; font-family: berlingske_sans_roundregular, sans-serif; line-height: 1.2em; margin-bottom: 0.5em; }

.c2019.home-page .page-banner .copy p { font-size: 30px; font-style: italic; }

/*** Header ***/

/*.c2019.home-page header { position: static; width: 100%; color: #4d5558; background-color: #ffffff; z-index: 10000; }
.c2019.home-page header .col-1 { padding-top: 25px; padding-bottom: 30px; position: relative; }
.c2019.home-page header .logo-container { margin: 0; }
.c2019.home-page header .logo-container img { width: auto; height: 100px; margin-right: 24px; }
.c2019.home-page header .logo-right { top: initial; vertical-align: bottom; padding-bottom: 5px;  }
.c2019.home-page header .logo-right h1 { font-family: Georgia, 'Times New Roman', Times, serif; font-size: 46px; margin-bottom: 10px; line-height: 1em; }
.c2019.home-page header .logo-right h1 a { text-decoration: none; color: inherit; }
.c2019.home-page header .logo-right h2 { font-size: 18px; color: #949a9a; line-height: normal; } */


.c2019.home-page header { padding: 140px 0 40px 0; background-size: cover; background-repeat: no-repeat; }



.c2019.home-page header .col-1 { display: flex; flex-direction: row; gap: 60px; align-items: center; justify-content: space-between; }
.c2019.home-page header .hero-text-box { flex-basis: 50%; }

.c2019.home-page header .hero-text-box > table { background-color: transparent; border: 0; border-collapse: collapse; margin: 0; }
.c2019.home-page header .hero-text-box > table td { background-color: transparent; border: 0; line-height: 1.2; }

.c2019.home-page header .hero-text-box > table tr:first-child td { vertical-align: middle; }


.c2019.home-page header .hero-text-box > table td img { margin: 0; padding: 0; }

.c2019.home-page header .header-buttons { display: flex; flex-direction: column; gap: 10px; }


.c2019.home-page header.landing-header { padding-top: 10px; }
x.c2019.home-page header.landing-header .col-1 { width: 100%; }
.c2019.home-page header.landing-header .container { width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: space-between; }
.c2019.home-page header.landing-header .logo-container img { height: 70px; width: auto; }

/*** Home page panels ***/
.c2019 .home-page-panels h3.whats-new { font-size: 28px; margin: 10px 0 10px 0; color: #4d5357; }

.c2019 .home-page-panels .panel { padding: 20px 30px; background-color: rgb(33,33,33);  width: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; margin: 0; }

.c2019 .home-page-panels .panel .overlay { z-index: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; opacity: 0.45; background-color:#000 !important; }
.c2019 .home-page-panels .panel .content { z-index: 1; position: relative; }

.c2019 .home-page-panels .panel h4.title 	{color: #ffffff; font-size: 22px; font-family: berlingske_sans_roundlight, sans-serif; margin: 0 0 10px 0; line-height: 1.2em; position: relative; }
.c2019 .home-page-panels .panel .copy 		{margin-bottom: 16px;}
.c2019 .home-page-panels .panel .copy p 	{font-size: 16px; font-family: berlingske_sans_roundlight, sans-serif; color: #ffffff; line-height: 1.4em; margin-bottom: 0.75em; }

/*** Free Tools Carousel ***/

.c2019 .toolkit-panels-container .toolkit-category.toolkit-category-0 { position: relative; }
.c2019 .toolkit-panels-container .toolkit-category.toolkit-category-0 .slick-arrow { position: absolute; top: 50%; margin-top: -16px; font-size: 0; width: 18px; height: 32px; background-size: cover; background-position: center; background-repeat: no-repeat; background-color: transparent; }
.c2019 .toolkit-panels-container .toolkit-category.toolkit-category-0 .slick-arrow.slick-prev { left: -30px; background-image: url("/_assets/icon-arrow-left-dark-grey.png"); }
.c2019 .toolkit-panels-container .toolkit-category.toolkit-category-0 .slick-arrow.slick-next { right: -30px; background-image: url("/_assets/icon-arrow-right-dark-grey.png"); }


.c2019 .toolkit-panels-container .dot-container ul { text-align: center; }

.c2019 .toolkit-panels-container .dot-container ul li { display: inline-block; margin: 0 3px; }
.c2019 .toolkit-panels-container .dot-container ul li button { font-size: 0; display: block; width: 12px; height: 12px; border: 1px solid #4d5357; background-color: transparent; }
.c2019 .toolkit-panels-container .dot-container ul li.slick-active button { background-color: #4d5357; }


section.top-navigation:not(.scrolled) .btn-user-management { border-color: #222222; background-color: #ffffff; }
section.top-navigation:not(.scrolled) .btn-user-management:hover { background-color: var(--hl-light-green); }

