 :root {
  --h1: clamp(2.1rem, 1.6800rem + 2.1000vw, 4.2rem);
  --h3: clamp(0.85rem, 0.6900rem + 0.8000vw, 1.65rem);
  --h2: clamp(0.7rem, 0.6000rem + 0.5000vw, 1.2rem);
     
  --secmenu-title: clamp(0.6rem, 0.4900rem + 0.5500vw, 1.15rem);
     
  --siz-p: clamp(0.7rem, 0.6200rem + 0.4000vw, 1.1rem);
}

main {
    width: 100%;
}
section.appliIntro {
    max-width: 1290px;
    margin: 0 auto;
    text-align: center;
}

section.appliLead {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
section.appliLead > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    z-index: -10;
}
section.appliLead > .article-2col {
    max-width: 1290px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    grid-template-columns: 1.0fr 1.0fr;
}

.work-at-ak-img-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0;
}

section.appliLead > .article-2col > .article-2col-txt > .article-2col-txt-bu {
    background-color: rgba(0,70,132,0.90);
    border-radius: 0.6em;
    margin: 2ch 0;
    padding: 3ch;
    color: var(--clr-white)!important;
}
section.appliLead > .article-2col > .article-2col-txt > .article-2col-txt-bu > h1 {
    color: var(--clr-white)!important;
    font-size: clamp(1.4rem, 1.2000rem + 1.0000vw, 2.4rem)!important;
    margin: 0;
}
section.appliLead > .article-2col > .article-2col-txt > .article-2col-txt-bu > h3,
section.appliLead > .article-2col > .article-2col-txt > .article-2col-txt-bu > h2 {
    color: var(--clr-white)!important;
    font-size: clamp(0.7rem, 0.6000rem + 0.5000vw, 1.2rem)!important;
}
section.appliLead > .article-2col > .article-2col-txt > .article-2col-txt-bu > .application-time {
    display: inline-block;
}
section.appliLead > .article-2col > .article-2col-txt > .article-2col-txt-bu > .application-time > span {
    display: inline-block;
    padding: 0 1ch;
}
section.appliLead > .article-2col > .article-2col-txt > .article-2col-txt-bu > .application-time > span > h2,
section.appliLead > .article-2col > .article-2col-txt > .article-2col-txt-bu > .application-time > span > p {
    margin: 0;
}
section.appliLead > .article-2col > .article-2col-txt > .article-2col-txt-bu > p {
    color: var(--clr-white)!important;
    font-size: clamp(0.7rem, 0.6200rem + 0.4000vw, 1.1rem)!important;
    width: 100%;
      -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
section.appliLead > .article-2col > .article-2col-txt > .article-2col-txt-bu > .article-link,
section.appliIntro > .article-2col > .article-2col-txt-2 > figure > figcaption > .article-link {
    margin: 0 0 2ch 0;
    padding: 0;
    display: inline-block;
    background: none;
    color: var(--clr-white)!important;
}
section.appliLead > .article-2col > .article-2col-txt > .article-2col-txt-bu > .article-link > a.art-lnk,
section.appliIntro > .article-2col .article-link > a.art-lnk,
section.appliIntro > .article-2col a.art-lnk {
    color: var(--clr-white)!important;
    font-family: 'Montserrat', sans-serif;
    margin: 0 1ch 0.5% 1ch!important;
    padding: 0.5ch 1ch 0.5ch 1ch!important;
    border-style: solid;
    border-width: 1px;
    border-color: var(--clr-white);
    border-radius: 0.6em;
    display: inline-block;
    font-size: clamp(0.7rem, 0.6200rem + 0.4000vw, 1.1rem)!important;
    background: none!important;
}
section.appliLead > .article-2col > .article-2col-txt > .article-2col-txt-bu > .article-link > a.art-lnk:hover,
section.appliIntro > .article-2col .article-link > a.art-lnk:hover ,
section.appliIntro > .article-2col a.art-lnk:hover {
    color: rgba(0,70,132,1.00)!important;
    background: var(--clr-white)!important;;
}

.appliIntro h2:first-of-type {
    font-size: clamp(0.85rem, 0.6900rem + 0.8000vw, 1.65rem)!important;
    margin: .5em 0 .5em 0;
    font-weight: 400;
    color: var(--clr-greendrk) !important;
}
.appliIntro h2 {
    font-size: var(--h2)!important;
    margin: .5em 0 .5em 0;
    font-weight: 500;
    color: var(--clr-black)!important;
}
.appliIntro p {
    font-size: var(--siz-p)!important;
}
.appliIntro .art-lnk {
    position: relative;
    display: inline-block;
    margin: 1ch 0 0 0;
    padding: clamp(0.3rem, 0.2200rem + 0.4000vw, 0.7rem) 4ch clamp(0.3rem, 0.2200rem + 0.4000vw, 0.7rem) 2ch;
    width:auto;
    background: var(--clr-white);
    border: 1px solid var(--clr-greenmtt);
    font-size: var(--secmenu-title)!important;
    color: var(--clr-green);
    line-height: clamp(1rem, 0.5639rem + 0.9467vw, 1.7rem);
}
.appliIntro .art-lnk:hover {
    background: var(--clr-green);
    color: var(--clr-white)!important;
}




section.appliIntro > .article-2col-2 {
    
}
section.appliIntro > .article-2col > .article-2col-txt-1 {
    grid-area: txt1!important;
}
section.appliIntro > .article-2col > .article-2col-txt-2 {
    grid-area: txt2!important;
}
section.appliIntro > .article-2col > .article-2col-txt-1,
section.appliIntro > .article-2col > .article-2col-txt-2 {
}
section.appliIntro > .article-2col > .article-2col-txt-1 > figure,
section.appliIntro > .article-2col > .article-2col-txt-2 > figure {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    grid-template-columns: 1fr 1fr;
    border-radius: .6em;
    background-color: rgba(0,70,132,0.90);
    overflow: hidden;
}
section.appliIntro > .article-2col > .article-2col-txt-1 > figure > img,
section.appliIntro > .article-2col > .article-2col-txt-2 > figure > img {
    width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  object-fit: cover;
}
section.appliIntro > .article-2col > .article-2col-txt-1 > figure > figcaption,
section.appliIntro > .article-2col > .article-2col-txt-2 > figure > figcaption {
    position: relative;
    padding: 1ch 3ch 1ch 3ch;
    min-height: 68ch;
}
section.appliIntro > .article-2col > .article-2col-txt-1 > figure > figcaption > h2,
section.appliIntro > .article-2col > .article-2col-txt-2 > figure > figcaption > h2 {
    color: var(--clr-white)!important;
    
}
section.appliIntro > .article-2col > .article-2col-txt-1 > figure > figcaption > p,
section.appliIntro > .article-2col > .article-2col-txt-2 > figure > figcaption > p {
    color: var(--clr-white)!important; 
}
section.appliIntro > .article-2col > .article-2col-joblink-1 {
    grid-area: txt1!important;
}
section.appliIntro > .article-2col > .article-2col-joblink-2 {
    grid-area: txt2!important;
}
section.appliIntro > .article-2col > .article-2col-joblink-1,
section.appliIntro > .article-2col > .article-2col-joblink-2 {
    border: 1px solid rgba(0,70,132,0.90);
}
section.appliIntro > .article-2col > .article-2col-joblink-1 > figure,
section.appliIntro > .article-2col > .article-2col-joblink-2 > figure {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    grid-template-columns: 1fr 1fr;
    border-radius: .6em;
    background-color: rgba(255,255,255,1.00);
    overflow: hidden;
}
section.appliIntro > .article-2col > .article-2col-joblink-1 > figure > img,
section.appliIntro > .article-2col > .article-2col-joblink-2 > figure > img {
    width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  object-fit: cover;
}
section.appliIntro > .article-2col > .article-2col-joblink-1 > figure > figcaption,
section.appliIntro > .article-2col > .article-2col-joblink-2 > figure > figcaption {
    position: relative;
    padding: 1ch 3ch 1ch 3ch;
    min-height: 68ch;
}
section.appliIntro > .article-2col > .article-2col-joblink-1 > figure > figcaption > h2,
section.appliIntro > .article-2col > .article-2col-joblink-2 > figure > figcaption > h2 {
    color: var(--clr-black)!important;
    
}
section.appliIntro > .article-2col > .article-2col-joblink-1 > figure > figcaption > p,
section.appliIntro > .article-2col > .article-2col-joblink-2 > figure > figcaption > p {
    color: var(--clr-black)!important;
    
}

.article-1col {
    text-align: left;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3vw;
    margin: 2vw 0;
}
.article-2col {
    text-align: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3vw;
    margin: 2vw 0;
    grid-template-areas: "txt img";
}
.article-2col-brdr-bttn {
    border-bottom: 1px solid rgba(0,70,132,0.90);
}
.article-2col-img-frst {
    grid-template-areas: "img txt"
}
.article-2col-2 {
    grid-template-areas: "txt1 txt2"
}
.article-2col > .article-2col-txt {
    border-left: 1px solid var(--clr-greenmtt);
    padding: 0 0 0 3vw;
    grid-area: txt;
}
.article-2col-img-frst > .article-2col-txt {
    border: none;
    border-right: 1px solid var(--clr-greenmtt);
    padding: 2vw 0 3vw 3vw;
    grid-area: txt;
}
.article-2col > .article-2col-img {
    grid-area: img;
    
}

/* Youtube Section */

section.youtube-section {
    padding: 0 0 4rem 4vw;
    display: grid;
grid-template-columns: repeat(auto-fit, minmax(270px, 560px));
grid-gap: 4vw;
justify-content: center;
align-content: center;
text-align: center;
}

section.youtube-section > p {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
section.youtube-section > p > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.youtube-section > div {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}


section.youtube-section > div > .youtube-pre-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.youtube-section > div > .youtube-pre-img > img {
  position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}

section.youtube-section > div > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	display: none;
}
.ytp-cued-thumbnail-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity .25s cubic-bezier(0,0,.2,1);
  -o-transition: opacity .25s cubic-bezier(0,0,.2,1);
  transition: opacity .25s cubic-bezier(0,0,.2,1);
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.ytp-cued-thumbnail-overlay-image {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
}

.ytp-button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: inherit;
  text-align: inherit;
  font-size: 100%;
  font-family: inherit;
  cursor: default;
  line-height: inherit;
}

.ytp-button:focus, .ytp-button {
  outline: 0;
}

.ytp-large-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -webkit-transition: opacity .25s cubic-bezier(0,0,.2,1);
  -o-transition: opacity .25s cubic-bezier(0,0,.2,1);
  transition: opacity .25s cubic-bezier(0,0,.2,1);
}

.html5-video-player svg {
  pointer-events: none;
}

.ytp-large-play-button svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ytp-large-play-button-bg {
  -webkit-transition: fill .1s cubic-bezier(.4,0,1,1),fill-opacity .1s cubic-bezier(.4,0,1,1);
  -o-transition: fill .1s cubic-bezier(.4,0,1,1),fill-opacity .1s cubic-bezier(.4,0,1,1);
  transition: fill .1s cubic-bezier(.4,0,1,1),fill-opacity .1s cubic-bezier(.4,0,1,1);
  fill: #212121;
  fill-opacity: .8;
}

.ytp-large-play-button-red-bg .ytp-large-play-button-bg {
  fill: #f00;
  fill-opacity: 1;
}


.yt-top-info {
	position: absolute;
	top: 5%;
	left: 3%;
	right: 3%;
	display: table;
}
.yt-channel-logo {
	display: table-cell;
	width: 50px;
	height: 50px;
	width: 0;
	height: 0;
	padding-right: 10px;
	padding-right: 0;
}
.ytp-title-channel-logo {
  width: 50px;
  height: 50px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 5px;
  -webkit-background-origin: content-box;
  -moz-background-origin: content-box;
  background-origin: content-box;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.yt-title-text {
	display: table-cell;
	vertical-align: middle;
	padding-right: 5ch;
}
.yt-title-text a {
	color: white;
}
.yt-title-text span {
	color: white;
	font-family: "YouTube Noto",Roboto,Arial,Helvetica,sans-serif;
	color: #eee;
	text-align: left;
	direction: ltr;
	text-shadow: 0 0 2px rgba(0,0,0,.5);
}




@media screen and (max-width: 1152px) {


}

@media screen and (max-width: 980px) {


    
}


@media screen and (max-width: 736px) {

.article-2col {
    grid-template-columns: 1fr;
    grid-gap: 3vw;
    margin: 2vw 2vw;
    grid-template-areas: 
        "img"
        "txt";
    grid-template-rows: auto auto;
    align-items: flex-start;
}
    
section.appliLead > .article-2col {
    grid-template-columns: 1fr;
    grid-gap: 0;
}
section.appliLead > .article-2col > .article-2col-img {
    height: 18ch;
} 
section.appliLead > .article-2col > .article-2col-txt {
  padding: 0;
}  
section.appliLead > .article-2col > .article-2col-txt > .article-2col-txt-bu {
  margin: 0 0;
  padding: 1.5ch;
}
    

.article-2col-2 {
    grid-template-areas: 
        "txt1"
        "txt2";
}
section.appliIntro > .article-2col > .article-2col-txt-1 > figure,
section.appliIntro > .article-2col > .article-2col-txt-2 > figure,
section.appliIntro > .article-2col > .article-2col-joblink-1 > figure,
section.appliIntro > .article-2col > .article-2col-joblink-2 > figure {
  grid-template-columns: 0.8fr 1.2fr;
}
.article-2col-2  > .article-2col-txt {
  padding: 0 0 0 0;
}
section.appliIntro > .article-2col > .article-2col-txt-1 > figure > figcaption,
section.appliIntro > .article-2col > .article-2col-txt-2 > figure > figcaption,
section.appliIntro > .article-2col > .article-2col-joblink-1 > figure > figcaption,
section.appliIntro > .article-2col > .article-2col-joblink-2 > figure > figcaption {
    min-height: auto;
}
    
.article-2col-txt-img {
    grid-template-areas: 
        "txt"
        "img";
}
.article-2col > .article-2col-txt {
  border: none;
}
.article-2col > .article-2col-img {
    height: 23ch;
}
.article-2col-txt-img > .article-2col-img {
    height: 100%;
}
.article-2col > .article-2col-img > img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
    
.work .w-pg-hdr {
    margin: 0 auto 0 auto;
    width: 90%;
    max-width: 1290px;
}
    
}
