  		html {scroll-behavior: smooth;}
		.l-page h1 {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;  /* 2 */
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;            /* 3 */
}
nav {
    display: none;
}

section#stay-informed {
    margin-top: 0;
    margin-bottom: 5rem;
}

section#stay-safe {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.safety-boxes, .guide-boxes {
    text-align: center;
}
		.guide-boxes {
		padding:20px;
    will-change: transform;
		}
	.guide-boxes:hover {
		    background-color: #003359;
    border-radius: 5px;
	
		    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
		}
.guide-boxes .icon {
    width: 155px;
    margin: 10px auto;
}		
.guide-boxes h3 {
    margin: 0 0 5px 0;
    font-size: 38px;
    font-weight: bold;
    text-transform: none!important;
    color: #404040;
    word-break: break-word;
    transition: 0.4s;
    line-height: 1.2;
}
		.guide-boxes:hover h3, .guide-boxes:hover p {color:#fff;}
		
.safety-boxes {
	padding-top:30px;
	padding-bottom:30px;
-webkit-box-shadow: 0 0 0 transparent;  box-shadow: 0 0 0 transparent; -webkit-transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, background 0.3s ease;
    transition: box-shadow 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.3s ease;
		}
.safety-boxes:hover {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 25px 70px rgba(0, 0, 0, 0.07);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.07);
}	

	
		
.safety-boxes a:hover, .guide-boxes a:hover {text-decoration:none!important;}		
		
.safety-boxes figure img {
    width: 150px;
    margin: auto;
    border-radius: 5px;
}
		
.safety-boxes .icon {
    font-size: 6rem;
	filter: grayscale(100%);	
	transition: filter 0.25s ease-in-out;	
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;	
}
.safety-boxes:hover .icon {	
	filter: grayscale(0);	
	
}	
			
.safety-boxes p.emphasis-title {
    text-transform: uppercase;
    margin: 20px 0 0 0;
    line-height: 1;
}

		
.safety-boxes h3 {
    margin: 0 0 5px 0;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    text-transform: none!important;
    color: #404040;
    word-break: break-word;
    transition: 0.4s;
}		
.safety-boxes:hover	h3 {color:#003359;}			
		
		.subtitle {
    font-size: 16px;
    line-height: 1em;
    color: #00AEEF!important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.matrix.dark-wrapper {
    background: #ffffff;
}		
		.mt-50 {margin-top:50px;}
		.campaign-boxes {
  padding: 0px 0px 30px 0px;
  -webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
	/*	
.campaign-boxes.right {
  margin: 0% 9% 0% 0%;
}
.campaign-boxes.left {
  margin: 0% 0% 0% 9%;
}
	*/	
		
.campaign-boxes .cb-inner {
  padding: 30px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  display: flex;
      -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;		
}
.campaign-boxes:hover .cb-inner {
  background-color: #003359;
  box-shadow:none;
}
.campaign-boxes .cb-inner .icon-wrapper {
  margin: 0 30px 0px 0px;
  display:flex;
}
.campaign-boxes .cb-inner .icon-wrapper .icon {
  width: 80px;
    max-width: fit-content;
}
.campaign-boxes h3 {
  margin: 0 0 5px 0;
  font-size: 26px;
  line-height: 1.4;
    font-weight: bold;
    text-transform: none!important;
    color: #404040;		
  word-break: break-word;
  transition: 0.4s;
}
.campaign-boxes p {
  margin: 0;
  transition: 0.4s;
}
.campaign-boxes:hover h3,
.campaign-boxes:hover p,
.campaign-boxes:hover p a{
  color: #fff;
}
@media (max-width: 425px) {
  .campaign-boxes .cb-inner {
    display: block;
  }
  .campaign-boxes .cb-inner .icon-wrapper {
    margin: 0;
    text-align: center;
    margin: auto;
  }
  .campaign-boxes .cb-inner .content-wrapper {
    text-align: center;
  }
  .campaign-boxes.right {
    margin: 0% 3% 0% 0%;
  }
  .campaign-boxes.left {
    margin: 0% 0% 0% 3%;
  }
}
	.matrix.dark-wrapper {
    padding: 0!important;
    margin: 0!important;
	
}	
		.left-col {
    background-color: #FFFFFF;
    background-image: url(/test/covid/keel-updates.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
border-radius: 0px 0px 10px 0px;
}

.right-col {
    background-color: #003359;
    background-image: url(/test/heather/images/section-bg-6.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 40px 0px;
    padding: 100px 100px 100px 50px;
    border-radius: 10px 0px 0px 0px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-flow: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.right-col h3, .right-col p {color:#fff; text-transform:none;}		
		.right-col h3 {font-weight:bold; font-size:30px;}
.matrix.dark-wrapper .row .col-md-12 {
    display: flex;
			padding-top:50px;
	padding-bottom:50px;
}		
.right-col, .left-col	{width:50%;}	
	@media (max-width:768px)	{
	.matrix.dark-wrapper .row .col-md-12 { flex-flow:column; padding-top:0; padding-bottom:0;}
	.right-col, .left-col	{width:100%;min-height: 400px;border-radius:0!important;}
		
		
		}
		
.img-holder {
    background-image: url(/test/heather/images/dots.png);
    background-position: bottom left;
    z-index: 1;
}
img.img-under {
    padding-right: 40px;
}		
		
.img-top {
    z-index: 2;
    margin-top: -147px;
    display: flex;
    flex-flow: row-reverse;
}		
		h2.big-heading, h3.big-heading {font-weight:bold;font-size: 3rem; line-height: 1.2;text-transform:none;}
		h2.med-heading, h3.med-heading {font-weight:bold;font-size: 2rem; line-height: 1.2;text-transform:none;}
		.lead {
    font-size: 20px;
    font-weight: 500;
}
		
		
		.matrix {border-bottom:none!important;}
	.news-item figure img {border-radius: 10px!important;}	
		.text-center {text-align:center!important;}
		
				.vc_row.vc_row-flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.vc_row.vc_row-o-equal-height>.vc_column_container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
	
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
	width: 100%;
}

.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table;
}

.gem-textbox {
    margin-bottom: 1.421em;

}

.gem-textbox-inner {
background: #ffffff;
  background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 25%, #00AEEF 50%, #00AEEF 75%, #82C342 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ffffff 0%, #ffffff 25%, #00AEEF 50%, #00AEEF 75%, #82C342 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 25%, #00AEEF 50%, #00AEEF 75%, #82C342 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 400% 400%;
  background-repeat: no-repeat;
  transition: .5s all;
   -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
	
	border: 1px solid #dfe5e8;
	border-radius: 30px 0 30px;
    overflow: hidden;
}
.gem-textbox-inner:before {
  background: #fff;
  height: 5px;
  content: '';
  left: 20px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  transition: 0.5s ease all;
  background-image: linear-gradient(153deg, #00AEEF 0%, #003359 95%);
}

.gem-textbox-inner:hover {

  z-index: 2;
-webkit-box-shadow: 0 24px 64px -24px rgba(0, 0, 0, 0.2);
box-shadow: 0 24px 64px -24px rgba(0, 0, 0, 0.2);
-webkit-transition: opacity 0.5s 0.2s;
transition: opacity 0.5s 0.2s;
}
.gem-textbox-inner:hover:before {
  
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
}
.gem-textbox-content {
background-position: center bottom;
padding: 35px 30px;
z-index:3;
}


.gem-textbox-content h4 {
    font-weight: 700;
    color: #003359;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0.9375rem;
    text-transform: none;
	z-index:3;
	transition: 0.5s ease all;

}
.gem-textbox-content p {transition: 0.5s ease all;}

.gem-textbox-inner:hover .gem-textbox-content h4, .gem-textbox-inner:hover .gem-textbox-content p {color:#fff; position: relative;z-index:3; }
.gem-textbox-content .icon {
	display: block;
    float: right;
    margin-bottom: 1.421em;
	font-size: 24px;
    border-style: solid;
    border-width: 3px;
    height: 75px;
	position: relative;	
	border: 3px solid #f3f3f3;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;	
}

.icon-inner {
    position: relative;
	background-color:#f3f3f3;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    line-height: 72px;
    margin: -1px;

}
.icon-inner img {
    width: 74px;
    height: auto;
}
.clearboth {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.gem-divider {
    position: relative;
    border-top: 1px solid transparent;
    height: 0;
    font-size: 0;
    line-height: 0;
	margin-top:60px;
}


.gem-textbox .gem-textbox-inner {
    overflow: hidden;
    position: relative;
    z-index: 2;
}




.fad {

--fa-primary-opacity:1;
--fa-secondary-opacity :1;
--fa-primary-color: #003359;
--fa-secondary-color: #00AEEF;

}

a.link-tag {    
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.resource-list {
			list-style-type: none;
			padding:0;
			margin-left:0;
			display: flex;
			flex-wrap: wrap;
			margin-bottom: 50px;
			margin-top:30px;
			}
.resource-list li {
			margin: 0 20px 20px 0;
    border-radius: 5px;
    flex-basis: calc(33% - 20px);
    display: grid;
    align-items: center;
    justify-items: center;
    background: rgba(241,241,241, .2);
    color: #404040;
    position: relative;
    padding: 20px 30px 15px 30px;
	background-color: #ffffff;
    border: 1px solid #eeeeee;
	border-bottom:5px solid transparent;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
			}
.resource-list li:hover {
	box-shadow: none;
	border-bottom:5px solid #00AEEF;
}
			.resource-list li a {
			color: #003359;
			font-style: normal;
			text-transform:none;
			font-weight: normal;
			padding:0;
			font-size: 1rem;
			text-align: center;
			line-height:1.2;
			    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 100%;
			}
.resource-list li a:hover {
    text-decoration: none;
    color: #00AEEF;
}
.resource-list li strong {
			font-weight: 700;
			}


@media (max-width: 819px){
.resource-list li {flex-basis: calc(50% - 20px);}
}
@media (max-width: 619px){
.resource-list li {flex-basis: calc(100% - 20px);}
}		
