:root {
 --kwBlue: #004190;
 --kwBlue02: #68aee0;
 --kwBlue03: #D0E1F5;
 --kwLtGrn: #EBF5E6;
 --kwGrn: #8DC975;
 --kwOrg: #F7C580;
 --kwLtOrg: #FEE5D5;
}
html {
    padding: env(safe-area-inset);
}
body, html {
    font-family: 'Effra' !important;
	font-weight: 300;
    letter-spacing: .03rem;
    margin: 0;
    padding: 0;
    color: #000;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: none;
}
body::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
body::-webkit-scrollbar-thumb {
border-radius:10px;
background-color:rgba(0,79,163,1)!important
}
body::-webkit-scrollbar {
width:6px;
background-color:rgba(0,79,163,0)!important
}
:root {
    scrollbar-face-color: rgb(0, 79, 163, 1);
    scrollbar-track-color: rgb(46, 54, 69, 0);
    scrollbar-color: rgb(0, 79, 163, 1) rgb(46, 54, 69, 0);
    scrollbar-width: thin;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Effra';
	font-weight: bold;
	color: #000;
	line-height: 1.2;
}
h1 {
	font-size: 3rem;
}
h2 {
	font-size: 1.8rem;
	line-height: 1;
	padding-top: 20px;
}
strong {
	font-weight: bold;
}
.uk-margin-small-top {
	margin-top: 15px !important;
}
.uk-margin-small-bottom {
	margin-bottom: 15px !important;
}
.uk-line-height {
	line-height: 1;
}
.uk-text-regular {
	font-size: 1rem;
}
.uk-text-medium {
	font-size: 1.25rem;
}
.uk-border-rounded {
	border-radius: 15px;
}
.turnDeviceNotification {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
    display: none
}
.turnDeviceNotification {
    background: url(../../images/turnDevice.png) center center;
    background-size: cover
}
.kwFtWhi {
	color: #fff;
}
.kwFtBlu {
	color: var(--kwBlue);
}
.kwFtGrn {
	color: var(--kwGrn);
}
.kwBgOrg {
	background-color: var(--kwOrg) !important;
}
.kwBgLtOrg {
	background-color: var(--kwLtOrg);
}
.kwBgLtBlu {
	background-color: var(--kwBlue03);
}
.kwBdrBla {
	border-color: #000; 
}
.kwContainer {
	padding: 15px;
}
.kwVideoContainer {
	/*height: 100vh;
	overflow: hidden;*/
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
}
.kwVideoContainer video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%;

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.kwLogo {
	top: 15px;
	left: 15px;
	-webkit-filter: drop-shadow(0 0 5px #fff);
	filter: drop-shadow(0 0 5px #fff);
}
.kwTagline {
	top: 20px;
	right: 20px;
}
/*.kwVision .uk-height-medium {
	height: 265px;
}*/
.kwVision .uk-slider-container li {
	background: var(--kwBlue03);
	border-radius: 0 0 15px 15px;
}
.kwHighlight .uk-card-body {
	padding: 15px;
	background: var(--kwLtGrn);
	border-radius: 0 0 15px 15px;
}
.kwHighlight hr {
	border-top: 1px solid var(--kwBlue);
	position: relative;
	margin: 8px 0 13px -15px;
}
.kwHighlight hr::before {
	content: "";
	border-top: 1px solid var(--kwBlue);
	position: absolute;
	top: 2px;
	width: 100%;
}
.kwBoard .uk-card-body {
	padding: 15px;
	border-radius: 15px;
	margin-right: 0;
}
.kwBoard .board {
	position: relative;
	z-index: 1;
}
q {
	font-style: normal;
}
q::before, q::after {
	font-size: 1.3rem;
	font-weight: bold;
	font-style: italic;
	margin-right: 5px;
	line-height: 0.5;
}
q::before {
	margin-right: 5px;
}
.uk-dotnav>*>* {
    border-radius: 0;
    border: 1px solid var(--kwBlue);
	transform: rotate(45deg);
}
.uk-dotnav>.uk-active>*, .uk-dotnav>*>:hover {
    background-color: var(--kwBlue);
}
a.kwBtn {
	border: 1px solid var(--kwBlue);
	padding: 10px 15px;
	border-radius: 15px;
	color: var(--kwBlue);
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.1;
	transition: background-color .3s ease-out;
}
a.kwBtn:hover {
	background-color: var(--kwBlue);
	text-decoration: none;
	color: #fff;
}

@media (min-width: 960px) {
.kwVideoContainer {
	height: calc(100vh - 30px);
}
.kwBoard .uk-card-body {
	padding: 15px 60px 15px 15px;
	margin-right: -80px;
}
h2 {
	padding-top: 0 !important;
}
}
@media (min-width: 767px) {
.kwHighlight .uk-card-body {
    border-radius: 0 15px 15px 0;
}
}
@media (min-width: 1200px) {
  :root {
    font-size: calc(0.75rem + ((1vw - 12px) * 1.1111));
    min-height: 0vw;
  }
}
@media (min-width: 1680px) {
	.kwVision .uk-height-medium {
		height: 400px;
	}
}
@media (min-width: 1920px) {
  :root {
    font-size: 20px;
  }
	.kwContainer{
		padding: 30px;
	}
  .kwVideoContainer {
    height: calc(100vh - 60px);
}
	.uk-margin-small-top {
		margin-top: 30px !important;
	}
	.uk-margin-small-bottom {
		margin-bottom: 30px !important;
	}
	.uk-grid-small>* {
    padding-left: 30px;
}
	.uk-grid-small {
    margin-left: -30px;
}
	.kwBoard .uk-card-body {
    padding: 40px 75px 40px 40px;
	margin-right: -125px;
}
	.kwCsr .uk-padding-small {
		padding: 40px !important;
	}
	.kwVision .uk-padding-small {
		padding: 30px 40px !important;
	}
	.kwHighlight .uk-card-body {
    padding: 25px 30px;
}
	.kwHighlight hr {
    margin-left: -40px;
	margin-bottom: 16px; 
}
	.flex-middle {
		display: flex;
		align-items: center
	}
}
@media screen and (max-width: 959px) {
	.kwVideoContainer video {
		height: inherit;
	}
	
	.kwContainer .uk-sticky {
		height: 100vh;
	}
}

@media (min-width: 768px) and (max-width: 834px) {
	.kwBoard .uk-flex-bottom {
		align-items: center;
	}
	.kwBoard .uk-card-body {
    padding-right: 130px;
    margin-right: -200px;
}
	.kwBoard .uk-flex-bottom {
		align-items: center;
	}
}

@media (min-width: 320px)  and (max-width: 767px) {
	.uk-background-cover {
		background-position: top center;
	}
	.kwTagline {
		width: 50%;
	}
}