.site-access {
	padding: 0 40px;
	margin-top: 0;
	background: none;
}

#site-access .page-tabs {
	margin-bottom: 40px;
}

#site-access .page-tabs ul {
    display: flex;
    list-style: none;
    padding: 0;
}
#site-access .page-tabs li {
	width: 33.33%;
}
#site-access .page-tabs a {
	    display: block;
    position: relative;
    text-align: center;
    font-size: 36px;
    font-family: 'OpenSansLight';
    padding: 25px 0;
	color: #001A45;
}
#site-access .page-tabs a:hover, #site-access .page-tabs a.selected {
	color: #0071CE;
}
#site-access .page-tabs a span {
	position: relative;
	z-index: 2;
}

#site-access .page-tabs a:before,
#site-access .page-tabs a:after {
	content: '';
    background: #f6f6f6;
    position: absolute;
    bottom: 0;
    height: 0;
    width: 100%;
	left: 0;
	transition: all .2s;
}
#site-access .page-tabs a:hover:before {
    height: 100%;
}
#site-access .page-tabs a:after {
    background: #5EA9EA;
    height: 1px;
}
#site-access .page-tabs a.selected:after {
    background: #0071CE;
    height: 4px;
}

.tab-content .cols {
	display: flex;
}
.site-access .left-block {
	width: 60%;
    background: #fff;
}
.site-access .right-block {
	width: 40%;
	background: #fff;
	padding-left: 40px;
}

#container .site-access .right-block ul {
    font-size: 20px;
}
.ticklist {
    list-style: none;
    padding-left: 5px!important;
}
.ticklist li:before {
    content: '';
    display: inline-block;
    transform: rotate(45deg);
    height: 20px;
    width: 12px;
    border-bottom: 4px solid #5EA8EA;
    border-right: 4px solid #5EA8EA;
    margin-right: 20px;
}

.tabs-wrap {
	padding: 30px 0;
	    width: 100%;
}
.tabs-menu {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
[class*='tab-item'] {
	flex:1;
		cursor: pointer;
	text-align: center;
}
[class*='tab-item'] .stalk {
    background: #0F1E42;
    height: 0;
    width: 4px;
    margin-left: -2px;
    display: block;
    left: 50%;
    position: relative;
    z-index: 1;
}
[class*='tab-item'] .stalk::after {
    content: '';
    border: 4px solid #0F1E42;
    background: #fff;
    width: 14px;
    height: 14px;
    display: block;
    bottom: 0;
    margin-left: -5px;
    border-radius: 50%;
    position: absolute;
}
.access-icon:hover + .stalk, .selected .stalk {	
    height: 40px;
	transition: height .3s .1s;
}

[class*='tab-item'] .access-step {
	    display: block;
    padding-top: 10px;
}
[class*='tab-item'] .access-desc {
	    display: block;
    font-size: 16px;
    padding: 10px;
	opacity: 0;
}
.selected .access-desc {
	opacity: 1;
}

   
.tabs-menu .selected p, .tabs-menu div:hover p{
	color: #0078d4;
}
		
	.access-tab {display: block;
    height: 0; 
    overflow: hidden;
margin-bottom:0;
		opacity: 0;
    transition: all 1s;}
	.access-tab.active {height: auto;
		opacity: 1;}

	
.tab-header {
    display: none;
}
.access-icon {
    position: relative;
    z-index: 2;
}
[class*='tab-item'] .access-icon::before {
    content: '';
    height: 4px;
    background: #e5e5e5;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
	right: 0;
}

[class*='tab-item']:first-child .access-icon::before,[class*='tab-item']:last-child .access-icon::before {
    width: 50%;
}
[class*='tab-item']:last-child .access-icon::before {
    right:auto;
	left: 0;
}
.access-icon div, .resources-icon span {
	background: #fff url(../images/access-icon1.png);
    border: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: inherit;
    position: relative;
    vertical-align: middle;
    width: 120px;
    height: 120px;
    padding: 0;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 14px;
    border-radius: 100%;
    box-shadow: inset 0 0 0 4px #D3D3D3;
	margin: 0 auto;
	background-size: cover;
    background-position: top center;
}
.resources-icon span {
	background: url(../images/resources-icon-vid.png);
	display: block;
	background-size: cover;
    background-position: top center;
    box-shadow: inset 0 0 0 4px rgba(255,255,255,0.5);
    width: 100px;
    height: 100px;
}
.resources-icon.general span {	background-image: url(../images/resources-icon-url.png);}
.resources-icon.policies span {	background-image: url(../images/resources-process.png);}
.resources-icon.templates span {	background-image: url(../images/resources-form.png);}
.resources-icon.guides span {	background-image: url(../images/resources-userguide.png);}

.tab-item2 .access-icon div, .access-tab2 .access-icon div { background-image: url(../images/access-icon2.png);}
.tab-item3 .access-icon div, .access-tab3 .access-icon div { background-image: url(../images/access-icon3.png);}
.tab-item4 .access-icon div, .access-tab4 .access-icon div { background-image: url(../images/access-icon4.png);}
.tab-item5 .access-icon div, .access-tab5 .access-icon div { background-image: url(../images/access-icon5.png);}

.access-icon div::after, .access-icon div::before,
.resources-icon span::after, .resources-icon span::before{
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 100%;
}
.access-icon div::before,.resources-icon span::before {
    border: 4px solid transparent;
}
.access-icon div::after, .resources-icon span::after {
    border: 0 solid transparent;
}
.access-icon:hover div, .access-tab .access-icon div, .selected .access-icon div, .resources-icon:hover span {
	background-position: bottom center;
}
.access-icon:hover div::before, .selected .access-icon div::before, .access-tab .access-icon div::before, .resources-icon:hover span::before {
    border-top-color: #0F1E42;
    border-right-color: #0F1E42;
    border-bottom-color: #0F1E42;
    transition: border-top-color 0s linear,border-right-color 0s linear .1s,border-bottom-color 0s linear .2s;
}
.resources-icon:hover span::before {
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
}
.access-icon:hover div::after, .selected .access-icon div::after, .access-tab .access-icon div::after, .resources-icon:hover span::after {
    border-top: 4px solid #0F1E42;
    border-left-width: 4px;
    border-right-width: 4px;
    transform: rotate(270deg);
    transition: transform .4s linear 0s,border-left-width 0s linear .35s
}
.resources-icon:hover span::after {
    border-top: 4px solid #fff;
}
.resources-desc {
		    color: #5d5d5d;
    font-weight: 100;
    display: block;
    font-family: 'OpenSansRegular';
	}

	.access-tab .access-icon {
		display:none;
	}
.access-intro {
	display:none;
}

.next-steps, .next-steps .wrap {
    background: #F7F7F7;
}
.next-steps .wrap {
	padding: 40px;
}
#container .next-steps h3 {
    font-family: 'OpenSansLight';
    font-size: 36px;
    margin: 0 0 40px;
}
.next-steps h3:first-child:before {
	    content: '';
    background: url(../images/access-icon1.png) -10px -95px;
    width: 60px;
    display: inline-block;
    height: 50px;
    background-size: 135%;
    position: relative;
    top: 10px;
    left: -15px;
}
.access-tab2 .next-steps h3:first-child:before {background-image: url(../images/access-icon2.png)}
.access-tab3 .next-steps h3:first-child:before {background-image: url(../images/access-icon3.png)}
.access-tab4 .next-steps h3:first-child:before {background-image: url(../images/access-icon4.png)}
.access-tab5 .next-steps h3:first-child:before {background-image: url(../images/access-icon5.png)}

.steps ol {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  list-style: none;
  counter-reset: access-counter;
}
.steps ol>li {
	flex: 1;
    counter-increment: access-counter;
    position: relative;
    padding: 0 30px 0 60px;
}

.steps ol>li::before {
 content: counter(access-counter) ". ";
    position: absolute;
    left: 0;
    font-size: 50px;
    top: 0;
    color: #5EA8EA;
    font-weight: 200;
    line-height: 1;
}
.steps ol ul {
    margin: 10px 0 10px 20px;
}

table.stripes { width: 100%; margin-bottom: 20px;}
table.stripes td { padding: 20px 10px; border-bottom: 1px solid #5EA8EA;}
table.stripes tr:last-child td {
    border-bottom: 3px solid #5EA8EA;}

.additional {
    border-top: 1px solid #e5e5e5;
    margin-top: 40px;
    padding-top: 20px;
}


.additional ol {
	margin-left: 20px;
    padding-left: 20px;
}


	
	.tab-content {
		display: none;
	}
	.tab-content.active {
		display: block;
	}

#site-access .tab-content>h2 {
	display: none;
}

#resources .filters ul {
    display: flex;
    list-style: none;
    padding: 0;
	margin: 0 0 30px;
    flex-wrap: wrap;
}
#resources .filters li {
}
#resources .filters a {
    margin: 0 10px 10px 0;
	font-size: 15px;
    font-weight: 200;
    display: inline-block;
    border: 2px solid #007680;
    padding: 5px 15px;
    border-radius: 200px;
    color: #007680;
}

#resources .filters a:hover {
    background: #E4F0F1;
    color: #007680;
}
#resources .filters a.selected {
    background: #007680;
    color: #fff;
}

#resources .grid {
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: unset;
    display: flex;
    align-items: stretch;
    margin: 0 -20px;
	
}
#resources .grid>div {
	width:25%;
    padding: 0 20px 40px;
	
}
.resources-icon {
    height: 150px;
    margin-bottom: 10px;
    background: #101E42;
	display: flex;
    align-items: center;
	position: relative;
}

.resources-icon.general {	background: #0171CF;}
.resources-icon.policies {	background: #007680;}
.resources-icon.templates {	background: #45ABEC;}
.resources-icon.guides {	background: #65BEC0;}

.resources-icon::before {
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.3);
    opacity: 0;
	transition: all .2s;
}
.resources-icon:hover::before {
	opacity: 1;
}

.resources-cat {font-style: italic;
    font-size: 14px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #999;
    font-weight: normal;
	display: block;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --- */
.player {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, #000000 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.player__video {
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 75%;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.95);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.js--show-video {
  opacity: 1;
}
.video-filler {
  display: block;
  width: 100%;
}
.video-close {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -30px;
  padding: 5px 10px;
  border: none;
  outline: none;
  border-radius: 0 50% 50% 0;
  cursor: pointer;
  font-size: 24px;
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}
.video-iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
}




@media (max-width: 1024px) {
	.site-access .left-block {
	width: 100%;
	}
	.site-access .right-block {
	width: 100%;
	}
	.access-tab .access-icon {
		display:block;
		padding: 0 30px 0 0;
	}
	.tabs-wrap {
		display:none;		
	}
	.next-steps {
	background: #fff;
    padding: 0 40px 40px;
	}
	.next-steps .wrap {
    padding: 30px;
    background: #F7F7F7;
	}
	#container .next-steps h3 {
    font-size: 26px!important;
    margin-bottom: 20px;
	}
	.next-steps ol {
		display: block;
	    list-style: decimal;
		margin: 0 0 0 30px;
	}
	.next-steps ol>li::before {
		content: normal;
	}
	.next-steps ol>li {
		padding: 0 0 10px;
	}
	
	.access-tab {
    height: auto;
		opacity: 1;
	}
	.access-intro {
		display: flex;
		padding: 0 40px 30px;
		align-items: center;
	}
	.access-step {
		font-weight: bold;
	}
	.access-desc {
		display:block;	
		font-weight: normal;	
	}

	#resources .grid>div {
    width: 33.33%;
	}
	
}

@media (max-width: 720px) {
	.site-access {
    padding: 0 30px;
	}
	#site-access .page-tabs {
    display: none;
}
	#site-access .tab-content>h2 {
    display: block;
		font-size: 24px!important;
    font-family: 'OpenSansLight';
		border-bottom: 1px solid #5EA9EA;
		padding-bottom: 20px;
}
	.additional {
		margin-top: 20px;
    padding-top: 10px;	
	}
	
	.site-access .right-block {
		padding: 0;
	}
	#container .site-access .right-block ul, .access-tab, #container .page-screen ul {
    font-size: initial;
}
	
	#container .resources a {
    position: relative;
    padding: 0 0 20px 120px;
    display: block;
	min-height: 100px;
}
	.resources-icon {
    position: absolute;
    left: 0;
}
	
	.access-intro {
    padding: 0 0 30px;
	}
	
	.tab-content {
    display: block;
}
	.tab-content .cols {
    display: block;
}
	
	.next-steps {
    padding: 0;
	margin-bottom: 40px;
}
	table.stripes td {
		display: block;
		padding: 10px 0;
}
	table.stripes td:first-child {
    border-bottom: 0!important;
    padding-bottom: 0;
    font-weight: bold;
}
table.stripes td:nth-child(2) {
    padding-top: 10px;
}
	
		.tab-header {
    display: block;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
}
	.tab-header p {
    padding-bottom: 30px;
    display: flex;
    align-items: center;
}
	.tab-header p img {
		margin-right: 20px;
}
	[class*='tab-item'] {
		margin-bottom: 30px!important;
	}	
	.tabs-menu {
		display:none;
	}	

	.access-tab {
		display:block
	}
	

#resources .grid {
	display: block;
}

#resources .grid>div {
    width: 100%;
	position: relative;
}
.resources-icon{
	    width: 100px;
    height: 100px;
}
.resources-icon span {
	    width: 60px;
    height: 60px;
}
	
	
}



@media (max-width: 575px) {
	
	
	
}







.site-access .left-block .left-block-title {
	width: 100%
}
.site-access .left-block .left-block-title h2 {
    color: #595959 !important;
}
.site-access .left-block .left-block-title p {
	font-size: 14px;
}
.site-access .left-block .links {
	display: flex;
    flex-wrap: wrap;
}
.site-access .left-block .links a {
	width: 100%;
    color: #1278bc !important;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all .3s;
    padding: 7px 20px 0px;
}
.site-access .left-block .links span:before {
	position: absolute;
    left: 0;
	content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
    transition: all .4s;
}
.site-access .left-block .links a:hover span:before {
	left: 6px; 
}



.prapra {
	padding-top: 1px;
}



