@charset "UTF-8";
/* Body */
a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}
iframe#application-for-employment-iframe {
    width: 100%;
    border: none;
}
iframe#application-for-employment-iframe input[type='submit'] {
    background: #df4766;
}
.column-26 .webinar-title-2 {
       font-size: 1em;
}
.column-27 .webinar-title-2 {
    font-size: 19px;
    line-height: 27px;
    font-weight: 700;
    color: #435867;
}
.dates-columns.w-row {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}
.speaker-name {
    font-style: italic;
	    color: #027db0;
}
.hero-imagegroup {
    min-height: 200px;
    transition: 0.7s all;
}
.news-popup {
    background-color: #01aee7;
    text-align: center;
    padding: 0px 5%;
    height: 0px;
    transition: 0.5s all;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}
.register .hbspt-form {
    padding: 50px 70px 50px 50px;
}
.popup-active .news-popup{
	height: 40px;
}
.news-popup-close {
    position: fixed;
    right: 2%;
    background-color: #425867;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    line-height: 22px;
    font-size: 12px;
	    margin-top: 8px;

}
.news-popup .news-popup-content a {
    color: #fff;
    font-size: 14px;
	line-height:40px;
}
.theform {
	display:none;
}
.theform.active {
	display:block;
}
.overlay {
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    Z-INDEX: 1000;
}
.modal {
background-color: transparent;
    width: 70%;
    z-index: 1001;
    margin: 0 auto;
    position: fixed;
    left: 15%;
}
.register .modal {
    background-color: #fff;
    min-height: 200px;
    top: 180px;
}
.modal video {
    width: 100%;
}
.popup.active {
    display: block;
}
.close, .close-register {
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 142px;
    right: 13.5%;
    text-align: center;
    font-size: 25px;
    box-shadow: 1px 1px 5px #000;
    cursor: pointer;
}
.close-register {
    top: 160px;
}
.popup{
	display: none;
}
.grid.video.covid-19 h4 {
    height: auto;
}
body {
	background-color: #fff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
}
/* Container */
.container {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
img{max-width:100%;height:auto;}
/* Navigation */
header {
	width: 100%;
    height: 120px;
    background-color: #fff;
	border-bottom: 4px solid #08ade7;
    position: fixed;
	top: 0;
	z-index: 1000;
	transition:0.5s all;
}
.popup-active header {
    top: 40px;
}
nav{
	transition:0.5s all;
}

header .container{
	position:relative;
	height:120px;
}
.logo {
	float: left;
	margin-top: 30px;
}
.logo {
    width: 230px;
}
img.sys-logo {
    width: 40%;
    margin: 10px 4%;
}
nav {
    position: absolute;
    width: calc(100% - 250px);
    margin: 0px;
    bottom: 27px;
    right: 0;
}

header nav ul {
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
}
nav ul li {
	font-size: 14px;
    text-align: left;
    padding-left: 40px;
    letter-spacing: 2px;
    font-weight: bold;
    transition: all 0.3s linear;
    display: inline-block;
}
nav ul li a {
	color: #435867;
	text-decoration: none;
	    cursor: pointer;
}
nav ul li:hover > ul.sub-nav {
    display: block;
}
nav ul li a:hover {
	color: #2C9AB7;
}
nav ul li a.active {
    color: #2C9AB7;
}
nav ul li ul.sub-nav {
    display: none;
	position: absolute;
    width: 100%;
    padding-top: 50px;
}
nav ul li ul.sub-nav li {
    display: block;
    padding: 0;
    margin-bottom: 5px;
    font-weight: normal;
    max-width: 225px;
}

nav ul li:hover ul.sub-nav li:first-child:before {
    width: 100%;
    content: "";
    display: block;
    background-color: rgb(255 255 255 / 85%);
    position: fixed;
    height: 290px;
    top: 124px;
    left: 0;
    z-index: -1;
}
nav ul li ul.sub-nav li a{
    font-weight: normal;
    padding: 0;
    margin: 0 0 5px 0;
    display: block;
	color: #435867;
}
nav ul li ul.sub-nav li a.active {
    color: #2C9AB7;
}
nav ul li ul.sub-nav li a:hover{
	color: #2C9AB7;
}

.hamburger{
	display:none;
}
.ham{
	width:28px;
	height:4px;
	position:absolute;
    background-color: #027db0;
	    right: 0;
	transition: 0.5s all;
}
.ham-1{
	top:0;
}
.ham-2{
	top:8px;
}
.ham-3{
	top:16px;
}
.toolbar {
    width: calc(100% - 250px);
    position: absolute;
    right: 0;
    top: 5px;
}
.toolbar ul{
	list-style:none;
	margin:0;
	padding:0;
	text-align: right;
}
.toolbar ul li{
	display:inline-block;
}
.toolbar ul li a{
	color: #00afe7;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 1px solid #435867;
    line-height: 11px;
    display: block;
}
.toolbar ul li:first-child a{
	margin:0;
	border:none;
	padding:0;
}
.toolbar ul li a:hover{
	color: #435867;
}
.toolbar ul li a.schedule{
	color: #435867;
}
.toolbar ul li a.schedule:hover{
	color: #00afe7;
}
/* Typography */
h1, h2, h3, h5, h6{
	font-family: open-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
}
p, ul li, ol li{
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	    color: #435867;
	line-height: 26px;
    font-size: 16px;
}
.content-box p {
    margin-bottom: 0px;
}
h1{
    font-weight: normal;
    font-size: 50px;
    margin: 0;
    line-height: 60px;
}
h1 sup {
    font-size: 20px;
}
h2 {
    color: #027db0;
    font-size: 30px;
    line-height: normal;
}
h2 sup {
    font-size: 17px;
    font-weight: normal;
}
h3 {
    font-size: 40px;
    font-weight: 400;
    color: #027db0;
    line-height: 50px;
}
h3 sup {
    font-size: 15px;
}
blockquote {
    margin: 0;
}
.main-col h3, .full-width-section h3 {
    font-size: 27px;
    line-height: 35px;
}
.content-box h3, .main-col .content-box h3  {
    margin-bottom: 25px;
	margin-top: 0;
	font-size: 40px;
	line-height: 50px;
}
.content-box ul {
    margin-left: 0;
    padding-left: 20px;
}
.landing .main-col .content-box h3 {
    font-size: 28px;
    line-height: 35px;
}
h3.boxed {
    background-color: #d1f0f9;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    color: #435867;
    padding: 10px 20px 8px;
    margin-bottom: 30px;
}
h4{
font-size: 19px;
    line-height: 27px;
    font-weight: 700;
    color: #435867;
}
h4 sup {
    font-weight: normal;
    font-size: 14px;
}
.article h4 {
    margin-top: 0;
}
.article p {
    margin: 0;
}
h5{
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 30px 0;
    color: #435867;
}
h6{
	font-weight: normal;
	font-size:1em;
}
.event h6 {
    margin-bottom: 5px;
}
a{
	transition:0.5s all;
	text-decoration: none;
	color: #de4564;
}
a:hover{
	color: #435867;
}
.article h4 a {
    color: #435867;
}
.article h4 a:hover {
    color: #de4564;
}
.event.article h4 {
    margin-bottom: 10px;
}
.main-plus-sidebar .container ul, .main .container ul {
        list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.main-plus-sidebar .container ul li,.main .container ul li {
    border-left: 3px solid #00afe7;
    padding-left: 15px;
    line-height: normal;
    margin-bottom: 10px;
}
.btn, input.hs-button.primary.large{
    background-color: #de4564;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 30px 12px;
    margin: 20px 0 0;
    display: inline-block;
	transition:0.5s all;
	    font-size: 15px;
	text-align:center;
}
.btn:hover {
	background-color: #435867;
	color: #C4C4C4;
	cursor: pointer;
}
a.btn.btn-small {
    font-size: 13px;
    padding: 8px 25px 7px;
}
/* Home Hero Section */
.hero {
    background-color: #B3B3B3;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 120px;
    height: calc(95vh - 274px);
	width:100%;
	transition:all 0.5s;
	    min-height: 550px;
}
.popup-active section#hero {
    margin-top: 163px;
}
.hero_header{
    color: #FFFFFF;
    text-align: center;
    margin: 0px;
    letter-spacing: 0px;
    font-size: 110px;
    text-shadow: 3px 3px 10px rgb(67 88 103 / 50%);
    height: 100%;
    width: 100%;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
    top: 25vh;
}
.hero_header span.blue {
    right: 51%;
    position: absolute;
}
.hero_header span.white {
    left: 51%;
    position: absolute;
}
h2.hero_header .word-1 {
    opacity: 0;
	animation-name: hero-ani-1;
	animation-duration: 18s;
	animation-iteration-count: infinite;
}
h2.hero_header .word-2 {
    opacity: 0;
	animation-name: hero-ani-2;
	animation-duration: 18s;
	animation-iteration-count: infinite;
}
h2.hero_header .word-3 {
    opacity: 0;
	animation-name: hero-ani-3;
	animation-duration: 18s;
	animation-iteration-count: infinite;
}
@keyframes hero-ani-1 {
  0% {
	  opacity:0;
  }
	4% {
		opacity:1;
	}
	30% {
		opacity:1;
	}
 35% {
	  opacity:0;
  }
100% {
	  opacity:0;
  }
}
@keyframes hero-ani-2 {
0% {
		opacity:0;
	}
	34% {
		opacity:0;
	}
36% {
	  opacity:1;
  }
65% {
	  opacity:1;
  }
67% {
	  opacity:0;
  }
100% {
	  opacity:0;
  }
}
@keyframes hero-ani-3 {
0% {
		opacity:0;
	}
	66% {
		opacity:0;
	}
 68% {
	  opacity:1;
  }
97% {
	  opacity:1;
  }
100% {
	  opacity:0;
  }
}
.video h2 {
    color: #FFFFFF;
    text-align: center;
    margin: 0px;
    letter-spacing: 0px;
    font-size: 100px;
    text-transform: uppercase;

}
.hero-video {
    height: 100%;
    width: 100%;
	  overflow: hidden;
  position: relative;
}
.hero_header .blue{
	color: #00afe7;
}
.hero_header .white{
	color: #FFFFFF;
}

.hero-video video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    right: 50%;
    transform: translateX(50%) translateY(0%);
}

/* Just styling the content of the div, the *magic* in the previous rules */
.hero_header .caption {
  z-index: 1;
  position: relative;
  text-align: center;
  color: #dc0000;
  padding: 10px;
}
/* Content Sections */
section.hero-usp {
    background: rgb(7,125,157);
background: linear-gradient(270deg, rgba(7,125,157,1) 0%, rgba(33,62,122,1) 100%);
    padding: 35px 0 40px 0;
	text-align: center;
}
section.hero-usp .container {
    width: 60%;
}
section.hero-usp h1{
	color:#fff;
}
.full-width-section {
    width: 100%;
    display: inline-block;
}
.content-box {
    border: 10px solid #027db0;
    padding: 40px;
}
.banner .content-box h2 {
    text-align: left;
    margin-top: 0;
}
.banner .content-box h3 {
    margin-top:0px;
}
.col-2 .content-box {
    position: relative;
    margin-top: 5vh;
    width: 40%;
    z-index: 3;
}
.col-2 .pattern-graphic {
    width: 18%;
    position: absolute;
    top: 10vh;
    left: 38%;
    z-index: 1;
}
.col-2 .image-box {
    position: absolute;
    opacity:0;
    width: 53%;
    top: 15vh;
	right:0;
	z-index: 2;
	transition:1s all;
}
.move.col-2 .image-box {
	top: -5vh;
	opacity:1;
}
.col-2 {
    position: relative;
        margin: 50px 0 50px;
}
.col-2.text-right .content-box {
    float: right;
    margin-right: 5%;
	width:35%;
}
.col-2.text-right .image-box {
    position: absolute;
    right: inherit;
    width: 53%;
    top: 0;
    left: 0;
    z-index: 2;
}
.col-2.text-right .pattern-graphic {
	width: 18%;
    top: 20vh;
    left: inherit;
	right:0;
}

.col-2.stacked .content-box {
    margin-top: 0vh;
    width: 40%;
}
.col-2.stacked .image-box {
	opacity:0;
	top: 5vh;
	width: 51%;
}

.move.col-2.stacked .image-box {
    opacity: 1;
    top: -15px;
}
.col-2.stacked .pattern-graphic {
width: 21%;
    top: 13vh;
    left: 45%;
}
.col-2.stacked {
    padding-top: 0;
}
.col-2.stacked.right-text .content-box {
    margin-left: calc(60% - 100px);
}
.col-2.stacked.right-text  .image-box{
	right:inherit;
	left:0;
}
.col-2.stacked.right-text .pattern-graphic {

    left: 26%;
}
.sevices-boxes {
    position: relative;
	height:520px;
	width:100%;
}
.service-box {
    border: 1px solid #04aee7;
    border-spacing: unset;
    display: block;
    width: 33.333%;
    position: absolute;
    height: 240px;
	text-align: center;
	transition:0.8s all;
}
.service-box:hover {
    transform: scale(1.1);
    background-color: #0cace7;
}
.service-box-1, .service-box-2, .service-box-3{
	top:0;
}
.service-box-4, .service-box-5 {
	top:240px;
}
.service-box-1, .service-box-4{
	left:0;
}
.service-box-2, .service-box-5{
	left:33.333%;
}
.service-box-3 {
	left:66.666%;
}
.service-box span.stat {
    font-size: 45px;
    color: #08ade7;
    border-bottom: 1px solid #08ade7;
    margin: 0 0 10px;
    padding: 20px 0;
        display: inline-block;
    font-family: adobe-garamond-pro, serif;
}
.service-box:hover > a span.stat, .service-box:hover > a span.service {
	color:#fff;
}
.service-box:hover > a span.stat{
	border-bottom: 1px solid #435867;
}
.service-box a span.service {
    color: #435867;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 30px;
	transition:0.5s all;
}
.service-box span.service {
	color: #08ade7;
	transition:0.5s all;
}
.sevices-boxes a {
    display: block;
    height: 220px;
	transition:0.5s all;
}
section.video {
    padding: 20vh 0;
    background-color: #b3b3b3;
	text-align: center;
}
section.video h2{
	text-align:center;
    text-shadow: 1px 1px 10px #000;
}
section.partner {
    background-size: 100%;
    padding: 10vh 0;
    background-position: top;
    background-repeat-y: repeat;
}
section.partner .col-2 {
	margin-top:0;
}
.callouts {
    text-align: center;
    width: 650px;
    margin: 13vh auto 0;
}
.callout{
    display: block;
    width: 180px;
    border-radius: 50%;
    text-align: center;
    padding: 60px 40px 40px;
    height: 160px;
    margin: 0 30px;
}
.callout-1{
	background-color: #00afe7;
	float:left;
}
.callout-2{
	background-color: #00a59e;
	float:right;
}
.callout span.stat {
font-size: 55px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
    margin: 0 0 10px;
    padding-bottom: 5px;
    display: block;
	font-family: adobe-garamond-pro, serif;
}
.callout p{
	color:#fff;
	margin:0;
}
/* Parallax Section */
.banner {
background-color: #2D9AB7;
    background-image: url(../images/background-graphic-02.jpg);
    height: auto;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
    background-blend-mode: screen;
}
.banner h2{
	text-align: center;
	    margin-bottom: 120px;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* Landing Pages */
section.hero.secondary {
    height: auto;
    margin-top: 124px;
min-height: 0;
}
.hero-imagegroup img {
    display: block;
	    width: 100%;
}
.main-plus-sidebar, .main{
    padding: 7vh 0;
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: top;
}

.main-plus-sidebar h2, .main h2{
	text-align: center;	
    margin: 0 0 50px 0;
}
.main-col h3:first-child {
    margin-top: 0;
}
.main-plus-sidebar .main-col {
    width: 65%;
    float: left;
}
.main-plus-sidebar .sidebar {
    float: right;
    width: 25%;
	position:relative;
}
.col-1-4, .col-2-4, .col-3-4, .col-4-4 {
    float: left;
    width: 22%;
    margin-right: 4%;
    text-align: center;
}
.col-1-4 h4, .col-2-4 h4, .col-3-4 h4, .col-4-4 h4 {
	margin-bottom:0;	
}
.col-4-4 {
	 margin-right: 0;
}
.card {
    max-width: 100%;
    border: 6px solid #04aee7;
    padding: 30px;
    display: block;
	margin: 0 0 30px 0;
	    background-size: cover;
	background-color:#fff;
}
.card.imaged {
    padding-top: 150px;
}
.card.videocard {
    padding: 0;
}
.card img{
	margin-bottom:20px;
}
.card h4 {
    margin: 0;
	font-size: 22px;
	line-height:30px;
}
.card-1{
	background: rgb(7,125,157);
background: -webkit-linear-gradient(right, rgba(7,125,157,1) 0%, rgba(33,62,122,1) 100%);
background: -o-linear-gradient(right, rgba(7,125,157,1) 0%, rgba(33,62,122,1) 100%);
background: linear-gradient(to left, rgba(7,125,157,1) 0%, rgba(33,62,122,1) 100%);
}
.card p, .card h4{
	color: #027db0;
}
.card.imaged p, .card.imaged h4, .card-1 p, .card-1 h4{
	color:#fff;
}
.grid {
    margin-bottom: 50px;
}
.row-of-3.group {
    margin: 0;
    text-align: center;
}
.grid .col-1-3, .grid .col-2-3, .grid .col-3-3 {
    border: 1px solid #08ade7;
	width: calc(33.333% - 5px);
    float: left;
	min-height: 200px;
    padding-bottom: 30px;
    text-align: center;
}
.grid.video .col-1-3, .grid.video .col-2-3, .grid.video .col-3-3 {
    border: none;
    width: 30%;
    float: left;
    min-height: 200px;
    padding-bottom: 30px;
    text-align: center;
}
.grid.video .col-2-3{
	margin:0 5%;
}
.grid.leadership h5{
	margin:10px 0 0;
}
.grid h4, .grid p {
    padding: 0 30px;
}
.grid p {
	margin:0;
}
.grid h4{
font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #435867;
	line-height: 22px;
	padding-top:10px;
	    margin-bottom: 10px;
}
.grid.video h4 {
    height: 50px;
}
.grid.leadership .col-1-3, .grid.leadership .col-2-3, .grid.leadership .col-3-3 {
    border: none;
    width: calc(33.333% - 0px);
}
.video.article h4 {
    margin: 0;
}
.article.video{
	margin:0 0 20px 0;
}
.article.video img.icon.form-popup {
	float:left
}
.article.video h4 {
    margin-top: 7px;
    width: calc(100% - 50px);
    float: right;
}
.article.video a{
   display:block;
}
.article.video a h4, .article.video a img{
    cursor:pointer;
}
.article.video a:hover h4{
	color:#de4564;
}
img.icon {
    width: 40px;
}
.accordion .question {
    background-color: #fff;
    border: 2px solid #435867;
    padding: 10px 30px;
    cursor: pointer;
	position: relative;
	transition:0.5s all;
}
.accordion .question:hover {
	 background-color: #edf6f8;
}
.accordion .question h3{
	font-size:18px;
	margin:0;
	padding:0;
	color:#435867;
}
.accordion .question h3:after{
	content:"+";
	position:absolute;
	right:20px;
	font-size:40px;
	font-weight:800;
	transition: 0.5s all;
}
.accordion .answer{
	height:0;
	opacity:0;
	transition:0.5s all;
}
.accordion.active .answer{
	height:auto;
	opacity:1;
}
.accordion.active .question h3:after {
    transform: rotate(
45deg);
}
.step-circles, .step-circles-2{
	width: 750px;
    height: 750px;
    display: block;
    position: relative;
	background-size: contain;
}
.step-circle{
	position:absolute;
	color:#fff;
	font-size:65px;
	font-family: adobe-garamond-pro, serif;
	cursor:pointer;
	transition:0.5s all;
}
.step-circle:hover{
    font-size:70px;	
	color: #000;
}

.center-circle {
    width: 300px;
    position: absolute;
    top: 250px;
    text-align: center;
    left: 200px;
}
.circle-center{
	position:absolute;
	top:0;
	opacity:0;
	width:350px;
	    transition: 0.5s all;
}
.step-circles-2 .center-circle {
    width: 300px;
    position: absolute;
    top: 310px;
    text-align: center;
    left: 200px;
}
.circle-center.active{
	opacity:1;
}
.step-circle-1 {
    top: 235px;
    left: 17px;
    padding: 100px 25px;
}

.step-circle-2 {
top: 43px;
    left: 100px;
    padding: 15px 100px;
}
.step-circle-3 {
    top: 35px;
    right: 100px;
	padding: 25px 100px;
}
.step-circle-4 {
    top: 235px;
    right: 17px;
	padding: 100px 25px;
}
.step-circle-5 {
    bottom: 30px;
    right: 100px;
    padding: 25px 100px;
}
.step-circle-6 {
    bottom: 30px;
    left: 100px;
    padding: 25px 100px;
}
.main-plus-sidebar .container .center-circle ul li {
    margin: 0 0 10px;
    padding: 0;
    border: none;
}
.step-circles-2 .step-circle-1 {
    top: 162px;
    left: 24px;
    padding: 100px 25px;
}
.step-circles-2 .step-circle-2 {
    top: 38px;
    left: 125px;
    padding: 5px 100px;
}
.step-circles-2 .step-circle-3 {
	top: 24px;
    right: 117px;
    padding: 25px 100px;
}
.step-circles-2 .step-circle-4 {
    top: 168px;
    right: 22px;
    padding: 100px 25px;
}
.step-circles-2 .step-circle-5 {
    bottom: 115px;
    right: 5px;
    padding: 25px 100px;
}
.step-circles-2 .step-circle-6 {
    bottom: 0px;
    left: 255px;
    padding: 10px 100px;
}
.step-circles-2 .step-circle-7 {
    bottom: 61px;
    left: 75px;
    padding: 50px 30px 75px;
}
.support-copy {
    margin-top: -20px;
    margin-bottom: 50px;
}
/* Footer */
footer {
	background-color: #2D9AB7;
	background-image: url("../images/footer-bg-100.png");
	background-size:cover;
	background-position: top;
	padding: 10vh 0;
	color:#fff;
}
.footer-logo {
    width: 200px;
    display: inline-block;
    margin: 0 0 30px 0;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .social {
    display: inline-block;
    float: right;
	margin-top: 20px;
}
footer .social li a {
    display: block;
    width: 27px;
}
.footer-menu{
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    text-align: center;
} 
.footer-menu li, footer .social li{
	display: inline-block;
}
footer .social li{
	padding-left:20px;	
}

.footer-menu li a {
    color: #fff;
    padding: 0 20px;
	font-size:18px;
}
.partner-logos{
	margin:30px 0;
	text-align:center;
}
.partner-logos img{
	margin:10px 20px;
	width:180px;
    vertical-align: middle;
}
#ahca-partner-logo {
    height: 8em;
    width: 7em;
}
.footer-contact {
    margin: 15px 0;
    text-align: center;
}
.footer-contact li{
	display:inline-block;
	border-right:2px solid #00afe7;
	line-height:15px;
	font-size:16px;
	color:#fff;
	padding-right: 10px;
    margin-right: 10px;
}
.footer-contact li:last-child, .legal-menu li:last-child, .footer-menu li:last-child, .legal-menu li:last-child a{
	margin-right:0;
	padding-right:0;
	border-right:none;
}
.copyright {
	text-align: center;
	color: #FFFFFF;
	font-size:11px;
}
.legal-menu{
	text-align: center;
	margin:20px 0 0;
}
.legal-menu li{
	display: inline-block;
}
.legal-menu li a{
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size:11px;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #00afe7;
}
.hidden {
	display: none;
}
footer li a:hover {
    color: #de4564;
}
form input[type = text], input[type="tel"], input[type="email"] {
    padding: 10px;
    border: 1px solid #027db0;
    color: #425867;
    margin: 0 0 10px 0;
        width: calc(100% - 20px);
}
/* Mobile */
@media (max-width: 1280px) {
.container {
    width: 980px;
}
nav ul li {
    font-size: 14px;
    padding-left: 30px;
    letter-spacing: 1px;
}
.hero_header span.blue {
    right: 0;
    position: absolute;
    width: 100%;
}
.hero_header span.white {
    left: 0;
    width: 100%;
	    top: 85px;
}
.hero_header {
    font-size: 85px;
    top: 18vh;
}
	h1 {
    font-size: 45px;
    line-height: 55px;
}
.content-box h3, .main-col .content-box h3 {
    font-size: 35px;
    line-height: 45px;
}
h2 {
    font-size: 25px;
}
.video h2 {
    font-size: 80px;
}
}
@media (max-width: 1080px) {
.container {
    width: 90%;
}
.close, .close-register {
    top: 122px;
}
section.hero-usp .container {
    width: 90%;
}
	.logo {
    width: 190px;
}
header {
    height: 100px;
    border-bottom: 3px solid #08ade7;
}
header .container {
    height: 100px;
}
.mobile-nav nav {
    display: block;
}
section.hero.secondary {
    margin-top: 103px;
}
.hamburger {
    display: block;
    top: 50px;
    position: fixed;
    right: 5%;
    cursor: pointer;
    height: 20px;
    width: 28px;
	transition:0.6s all;
}
	.popup-active nav {
    top: 130px;
}
.hero {
min-height: 450px;
    margin-top: 100px;
	}
.popup-active section#hero {
    margin-top: 142px;
}
body.home.popup-active .hamburger {
    top: 90px;
}
.hamburger:hover > .ham {
    background-color: #1ab0e8;
}
.mobile-active nav {
    display: block;
}
.mobile-nav span.ham.ham-1 {
    transform: rotate(45deg);
	    top: 8px;
}
.mobile-nav span.ham.ham-2 {
    opacity: 0;
}
.mobile-nav span.ham.ham-3 {
transform: rotate(-45deg);
	top: 8px;
}
nav {
    position: fixed;
    width: 100%;
    margin: 0px;
    top: 100px;
    right: 0;
    background-color: white;
    height: calc(100% - 100px);
    overflow: scroll;
	display:none;
}
.card {
    border: 4px solid #04aee7;
    padding: 20px;
    margin: 0 0 30px 0;
}
.main-plus-sidebar .main-col {
    width: 70%;
}
.content-box {
    border: 6px solid #027db0;
    padding: 25px;
}
nav ul li {
    font-size: 15px;
    padding-left: 0px;
    letter-spacing: 1px;
    width: 95%;
    text-align: right;
    margin: 0 auto 15px;
}
nav ul li ul.sub-nav {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 0px;
    float: none;
}
nav ul li ul.sub-nav li {
    display: block;
    padding: 0;
    margin-bottom: 5px;
    font-weight: normal;
    max-width: none;
    width: 100%;
}
	.grid.video .col-1-3, .grid.video .col-2-3, .grid.video .col-3-3 {
    width: 100%;
    float: none;
    margin: 0;
}
}
@media (max-width: 800px) {
.grid .col-1-3, .grid .col-2-3, .grid .col-3-3 {
    width: 100%;
    float: none;
    min-height: auto;
    padding-bottom: 30px;
    text-align: center;
    margin-bottom: 10px;
}
	

	.hero-video video {
    min-width: 100%;
    min-height: 0;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0%) translateY(0%); 
    width: 100%;
}
.step-circles, .step-circles-2 {
    width: 100%;
    height: 105vw;
    background-size: contain;
    background-repeat: no-repeat;
	    text-align: center;
    background-position: bottom;
}
	.step-circles-2 .center-circle {
    width: 50%;
    position: absolute;
    top: 40%;
    text-align: center;
    left: 25%;
}
.step-circle {
    position: relative;
    color: #425867;
    font-size: 28px;
    font-family: adobe-garamond-pro, serif;
    cursor: pointer;
    transition: 0.5s all;
    top: inherit!important;
    left: inherit!important;
    padding: 0!important;
    right: inherit!important;
    bottom: inherit!important;
    width: 10%;
    display: inline-block;
    text-align: center;
}
.step-circle:hover {
    font-size: 40px;
    color: #e34263;
}
.circle-center {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    transition: 0.5s all;
}
.grid.leadership .col-1-3, .grid.leadership .col-2-3, .grid.leadership .col-3-3 {
    width: 100%;
}
.main-plus-sidebar .main-col {
    width: 100%;
    float: none;
}
.main-plus-sidebar .sidebar {
    float: none;
    width: 100%;
    position: relative;
    margin-top: 70px;
}
.footer-menu ul {
    display: none;
}
.footer-menu {
    padding-bottom: 0px;
}
.footer-logo {
    width: 170px;
    margin: 0 0 20px 0;
}
.col-2.stacked.right-text .content-box {
    margin: 0 0 0 auto;
    width: calc(50% - 52px);
}
.hero {
    background-color: #B3B3B3;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 103px;
    height: auto;
    width: 100%;
	 min-height: 0;
}
	.hero_header {
    font-size: 70px;
    top: 15%;
}
	.popup-active section#hero {
    margin-top: 142px;
		    min-height: 0;
}
	section#hero {
    margin-bottom: -5px;
}
.content-box h3, .main-col .content-box h3 {
    font-size: 30px;
    line-height: 40px;
}
.col-2.text-right .content-box {
    float: right;
    margin-right: 0%;
    width: 41%;
    margin-top: 30px;
}
.service-box a span.service {
    font-size: 16px;
    padding: 10px 25px;
}
.callout span.stat {
    font-size: 45px;
}
	.toolbar {
    width: 100%;
    top: 2px;
}
.callouts {
    width: 90%;
    margin: 10vh auto 0;
}
.callout {
    display: block;
    width: 180px;
    padding: 50px 30px 30px;
    height: 160px;
    margin: 0 auto 30px calc((100% - 240px)/2);
}
.callout-2 {
     float: left;
}
section.video {
    padding: 100px 0;
    background-color: #b3b3b3;
    text-align: center;
}
.card img {
    margin-bottom: 20px;
    max-width: 50%;
}
	.center-circle {
    width: 60%;
    position: absolute;
    text-align: center;
    left: 20%;
    top: 40%;
}
.main-col h3,.full-width-section h3 {
    font-size: 22px;
    line-height: 30px;
}
.hero-imagegroup {
    min-height: 0;
    transition: 0.7s all;
}
}
@media (max-width: 650px) {

.step-circle.step-circle-2 {
    color: #117f9d;
}
	.step-circle.step-circle-3 {
    color: #1babe3;
}
.step-circle.step-circle-4 {
    color: #b4c9c9;
}
.step-circle.step-circle-5 {
    color: #1ca49c;
}
	.step-circle.step-circle-6 {
    color: #1babe3;
}
	.step-circle.step-circle-7 {
    color: #e34263;
}
.modal {
    width: 90%;
    left: 5%;
}
	.close, .close-register {
    right: 2%;
	}
	.col-2 .content-box, .col-2.stacked .content-box, .col-2.stacked.right-text .content-box {
    margin-top: 0;
    width: calc(100% - 62px);
}
.col-2 .pattern-graphic, .col-2.text-right .pattern-graphic, .col-2.stacked .pattern-graphic, .col-2.stacked.right-text .pattern-graphic {
    width: 23%;
    position: absolute;
    top: 5vh;
    left: inherit;
    z-index: 1;
    right: -4%;
}
.move.col-2 .image-box, .move.col-2.stacked .image-box {
    top: -15px;
    opacity: 1;
    position: relative;
    width: 90%;
    left: 5%;
}
.col-2.text-right .content-box {
    float: none;
    margin-right: 0%;
    width: calc(100% - 62px);
    margin-top: 0px;
}
.col-2.text-right .image-box, .col-2.stacked.right-text .image-box {
    position: relative;
    right: inherit;
    width: 90%;
    top: -15px;
    left: 5%;
    z-index: 2;
}
.content-box {
    border: 6px solid #027db0;
    padding: 25px 25px 40px;
}
.logo {
    width: 160px;
    margin-top: 39px;
}
.hero_header {
    font-size: 50px;
    top: 15%;
}
.hero {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
}
.hero_header span.white {
    left: 0;
    width: 100%;
    top: 57px;
}
h1 {
    font-size: 40px;
    line-height: 50px;
}
.card img {
    margin-bottom: 20px;
    max-width: 200px;
}
.card {
    text-align: center;
}
.card.imaged {
    padding-top: 240px;
    min-height: 200px;
}
.service-box-1, .service-box-2, .service-box-3, .service-box-4, .service-box-5 {
	width:100%;
	position:relative;
	min-height:auto;
	left:inherit;
	top:inherit;
}
.sevices-boxes {
    height: auto;
    width: 100%;
}
.sevices-boxes a {
    height: auto;
}
.service-box:hover {
    transform: scale(1);
    background-color: #0cace7;
}
.service-box {
    height: auto;
    padding-bottom: 30px;
}
.col-1-4, .col-2-4, .col-3-4, .col-4-4 {
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: center;
}
.news-popup {

    padding: 0px 5% 0 0;
	}
.news-popup .news-popup-content a {
    font-size: 10px;
    line-height: 40px;
}
section.video {
    padding: 50px 0;
}
.video h2 {
    font-size: 60px;
    line-height: 70px;
}
}
@media (max-width: 550px) {
.hero_header {
    font-size: 50px;
    top: 15%;
}
img.inline-image {
    width: 100%!important;
}
}
@media (max-width: 450px) {
h1 {
    font-size: 30px;
    line-height: 40px;
}
h2 {
    font-size: 20px;
}

.hero_header{
	font-size: 40px;
	top: 10%;
	}
	
.main-col h3, .landing .main-col .content-box h3, .full-width-section h3 {
    font-size: 20px;
    line-height: 27px;
}
	.card h4 {
    margin: 0;
    font-size: 18px;
    line-height: 25px;
}
.accordion .question h3 {
    font-size: 16px;

}
p, ul li, ol li {
    line-height: 21px;
    font-size: 13px;
}
.toolbar ul li a {
    color: #00afe7;
    text-decoration: none;
    font-size: 9px;
    text-transform: uppercase;
    margin: 0 0 0 8px;
    padding: 0 0 0 8px;
    border-left: 1px solid #435867;
    line-height: 11px;
    display: block;
}
}
