/**
 * Resets
 */

/*[data-aos^=fade][data-aos^=fade]{
	opacity: 1 !important;
    transform: initial !important;
}*/


@keyframes logo-fade {
	0% {
		opacity: 0;
	}
	33% {
		opacity: 0;
	}
	55% {
		opacity: 0;
	}
	59% {
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes risk-response {
	0% {
		opacity: 0;
	}
    5% {
		opacity: 1;
	}
    
    90% {
        opacity: 1;
		
	}
	100% {
        opacity: 0;
		
	}
}


@keyframes online-risk {
	0% {opacity: 0;
		width: 150px;
		height: 150px;
	}
    5% {
        opacity: 1;
		width: 150px;
		height: 150px;
	}
    15% {
		width: 150px;
		height: 150px;
	}
    35% {
		width: 300px;
		height: 300px;
	}
	60% {
		width: 300px;
		height: 300px;
	}
    90% {
        opacity: 1;
		width: 300px;
		height: 300px;
	}
	100% {
        opacity: 0;
		width: 300px;
		height: 300px;
	}
}


@keyframes grower {
	0% {
		opacity: 0;
		width: 0px;
	}
    25% {
		opacity: 0;
		width: 0px;
	}
	26% {
		opacity: 0;
	}
    40% {
        opacity: 1;
		width: 150px;
	}
	60% { opacity: 1;
		width: 150px;
	}
    74% {
        width: 150px;
		opacity: 1;
	}
	75% {
        width: 150px;
		opacity: 1;
	}
    90% {
        width: 150px;
		opacity: 1;
	}
	100% {
        width: 150px;
		opacity: 0;
	}
}

@keyframes online-risk-two {
	0% {
        opacity: 0;
        right: 40px;}
    	5% {
            opacity: 1;
        right: 40px;}
	20% {
		right: 40px;
		
	}
	40% {
		right: 40px;
		padding: 50px;
	}
	44% {
		padding: 50px 100px 50px 0px;
		right: -40px;
		
	}
	45% {
		padding: 50px 100px 50px 0px;
		right: -40px;
		
	}
	
	71% {
		padding: 50px 100px 50px 0px;
		right: -40px;
		
	}
	90% {opacity: 1;
        padding: 50px 100px 50px 0px;
		right: -40px;}
    
	100% {opacity: 0;
        padding: 50px 100px 50px 0px;
		right: -40px;}
}



@keyframes hybrid-response {
	0% {
        opacity: 0;
        left: 40px;
		width: 150px;
		height: 150px;
	}
    5% {
        opacity: 1;
        left: 40px;
		width: 150px;
		height: 150px;
	}
    10% {
        opacity: 1;
        left: 40px;
		width: 150px;
		height: 150px;
	}
   
    
	20% {
        opacity: 1;
		width: 300px;
		height: 300px;
		left: 40px;
		;
	}
	40% {
		left: 40px;
        width: 300px;
		height: 300px;
		padding: 50px;
		color: #52ac5b;
		border-color: #52ac5b;
	}
	44% {
		padding: 50px 50px 50px 130px;
		color: #50afeb;
        width: 300px;
		height: 300px;
		border-color: #50afeb;
		left: -40px;
	}
	45% {
		padding: 50px 50px 50px 130px;
		color: #50afeb;
        width: 300px;
		height: 300px;
		border-color: #50afeb;

		left: -40px;
		
	}
	71% {
		padding: 50px 50px 50px 130px;
		color: #50afeb;
        width: 300px;
		height: 300px;
		border-color: #50afeb;
		left: -40px;
	}
	75% {
		padding: 50px 50px 50px 130px;
		color: #50afeb;
        width: 300px;
		height: 300px;
		border-color: #50afeb;
		left: -40px;
	
	}
	80% {
		padding: 50px 50px 50px 130px;
		color: #50afeb;
        width: 300px;
		height: 300px;
		border-color: #50afeb;
		left: -40px;
        opacity: 1;
	
	}
    90% {
		padding: 50px 50px 50px 130px;
		color: #50afeb;
        width: 300px;
		height: 300px;
		border-color: #50afeb;
		left: -40px;
        opacity: 1;
	
	}
	100% {
        opacity: 0;
		padding: 50px 50px 50px 130px;
		color: #50afeb;
        width: 300px;
		height: 300px;
		border-color: #50afeb;
		left: -40px;
	}
}

@keyframes online-risk-mobile {
	0% {opacity: 0;
		width: 75px;
		height: 75px;
	}
    5% {
        opacity: 1;
		width: 75px;
		height: 75px;
	}
    15% {
		width: 75px;
		height: 75px;
	}
    35% {
		width: 150px;
		height: 150px;
	}
	60% {
		width: 150px;
		height: 150px;
	}
    90% {
        opacity: 1;
		width: 150px;
		height: 150px;
	}
	100% {
        opacity: 0;
		width: 150px;
		height: 150px;
	}
}



@keyframes online-risk-two-mobile {
	0% {
        opacity: 0;
        right: 10px;}
    	5% {
            opacity: 1;
        right: 10px;}
	20% {
		right: 10px;
		
	}
	40% {
		right: 20px;
		padding: 10px;
	}
	44% {
        padding: 10px 30px 10px 1px;
		right: -20px;
		
	}
	45% {
        padding: 10px 30px 10px 1px;
		right: -20px;
		
	}
	
	71% {
        padding: 10px 30px 10px 1px;
		right: -20px;
		
	}
	90% {opacity: 1;
        padding: 10px 30px 10px 1px;
		right: -20px;}
    
	100% {opacity: 0;
        padding: 10px 30px 10px 1px;
		right: -20px;}
}


@keyframes grower-mobile {
		0% {
		opacity: 0;
		width: 0px;
	}
    25% {
		opacity: 0;
		width: 0px;
	}
	26% {
		opacity: 0;
	}
    40% {
        opacity: 1;
		width: 60px;
	}
	60% { opacity: 1;
		width: 60px;
	}
    74% {
        width: 60px;
		opacity: 1;
	}
	75% {
        width: 60px;
		opacity: 1;
	}
    90% {
        width: 60px;
		opacity: 1;
	}
	100% {
        width: 60px;
		opacity: 0;
	}
}

@keyframes hybrid-response-mobile {
	0% {
        opacity: 0;
        left: 20px;
		width: 75px;
		height: 75px;
	}
    5% {
        opacity: 1;
        left: 20px;
		width: 75px;
		height: 75px;
	}
   10% {
        opacity: 1;
        left: 20px;
		width: 75px;
		height: 75px;
	}
    
	20% {
        opacity: 1;
		width: 150px;
		height: 150px;
		left: 20px;
		;
	}
	40% {
		left: 20px;
        width: 150px;
		height: 150px;
		padding: 10px;
		color: #52ac5b;
		border-color: #52ac5b;
	}
	44% {
		padding: 10px 10px 10px 50px;
		color: #50afeb;
        width: 150px;
		height: 150px;
		border-color: #50afeb;
		left: -20px;
	}
	45% {
		padding: 10px 10px 10px 50px;
		color: #50afeb;
        width: 150px;
		height: 150px;
		border-color: #50afeb;
		left: -20px;
		
	}
	71% {
		padding: 10px 10px 10px 50px;
		color: #50afeb;
        width: 150px;
		height: 150px;
		border-color: #50afeb;
		left: -20px;
	}
	75% {
		padding: 10px 10px 10px 50px;
		color: #50afeb;
        width: 150px;
		height: 150px;
		border-color: #50afeb;
		left: -20px;
	
	}
	80% {
		padding: 10px 10px 10px 50px;
		color: #50afeb;
        width: 150px;
		height: 150px;
		border-color: #50afeb;
		left: -20px;
        opacity: 1;
	
	}
    90% {
		padding: 10px 10px 10px 50px;
		color: #50afeb;
        width: 150px;
		height: 150px;
		border-color: #50afeb;
		left: -20px;
        opacity: 1;
	
	}
	100% {
        opacity: 0;
		padding: 10px 10px 10px 50px;
		color: #50afeb;
        width: 150px;
		height: 150px;
		border-color: #50afeb;
		left: -20px;
	}
}


.center-text{
    display: block;
	text-align: center !important;
}


.new-logo {
	transition: all .4s ease;
	animation: logo-fade 15s ease-out 1s forwards infinite !important;
	opacity: 0;
	width: 150px;
	height: 150px;
	background-size: contain;
	position: absolute;
	background-position: center;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 99999;
	margin: auto;
	background-image: url("https://files.persona.co/104323/ELNINIO-LOGO.svg");
}
.animation-two {
        width: 100% !important;

	position: relative;
	height: 350px;
	justify-content: center;
	display: flex;
	align-content: center;
	align-items: center;
	padding: 40px;
    margin-bottom: 0px;
	;
}
.online-risk-two {
	transition: all .4s ease;
	animation: online-risk-two 15s ease-out 1s forwards infinite !important;
	position: relative;
    	text-align: center;
opacity: 0;
	margin: 0px;
	right: 40px;
	width: 300px;
	height: 300px;
	padding: 50px;
	display: flex;
	font-family: 'Circular Std' !important;
	justify-content: center;
	align-content: center;
	align-items: center;
	color: #ef8035;
	font-size: 13px;
	border-radius: 100%;
	border: 2px solid #ef8035;
}
.hybrid-response {
	transition: all .4s ease;
	animation: hybrid-response 15s ease 1s forwards infinite !important;
	padding: 50px;
	left: 40px;
    	text-align: center;
opacity: 0;

	position: relative;
	margin: 0px;
	width: 150px;
	height: 150px;
	display: flex;
	font-family: 'Circular Std' !important;
	justify-content: center;
	align-content: center;
	align-items: center;
	color: #52ac5b;
	font-size: 13px;
	;
	border-radius: 100%;
	border: 2px solid #52ac5b;
}
.animation-one {
    	animation: fadeIn 500ms ease-in-out 1s forwards !important;
opacity: 0;
	transition: all .4s ease;
	height: 350px;
    width: 100% !important;
	justify-content: center;
	display: flex;
	align-content: center;
	align-items: center;
	padding: 40px;
	;
}
.online-risk {
	animation: online-risk 15s ease 1s forwards infinite !important;
	transition: all .4s ease;
	margin: 0px 20px;
	width: 150px;
    opacity: 0;

	height: 150px;
	padding: 50px;
		text-align: center;

	display: flex;
	font-family: 'Circular Std' !important;
	justify-content: center;
	align-content: center;
	align-items: center;
	color: #ef8035;
	font-size: 13px;
	;
	border-radius: 100%;
	border: 2px solid #ef8035;
}
.risk-responses {
    	animation: risk-response 15s ease 1s forwards infinite !important;
opacity: 0;
	transition: all .4s ease;
	margin: 0px 20px;
	width: 150px;
	height: 150px;
	padding: 50px;
	text-align: center;
	display: flex;
	font-family: 'Circular Std' !important;
	justify-content: center;
	align-content: center;
	align-items: center;
	color: #52ac5b;
	font-size: 13px;
	border-radius: 100%;
	border: 2px solid #52ac5b;
}
.grower {
    opacity: 0;
    	transition: all .4s ease;

	position: relative;
	width: 100px;
	animation: grower 15s ease 1s forwards infinite !important;
	height: 2px;
	background: #f4f1ed;
}
span.first {
	left: -3px;
	top: -8px;
	;
	width:12px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	background-size: contain;
	height:17px;
	background-image: url("https://files.persona.co/104323/left.svg");
}
span.second {
	right: -3px;
	top: -8px;
	width: 12px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	background-size: contain;
	height: 17px;

	background-image: url("https://files.persona.co/104323/rightsvg.svg");
}
body.toby-open .toby {
	display: flex;
    transition: all 1s ease;
opacity: 1;
}
body.chris-open .chris {
	display: flex;
    transition: all 1s ease;
opacity: 1;
}
body.carl-open .carl {
	display: flex;
    transition: all 1s ease;
opacity: 1;
}
body.duncan-open .duncan {
	display: flex;
    transition: all 1s ease;
opacity: 1;
}
.duncan {
	display: none;
}
.toby {
	display: none;
}
.chris {
	display: none;
}
.carl {
	display: none;
}
.pop-text {
	color: #f4f1ed;
	font-size: 20px;
	line-height: 28px;
	font-weight: 100 !important;
	font-family: 'Portrait' !important;
	text-align: left;
	padding: 40px;
    
}
.pop-text h1 {
text-align: left !Important;}
.pop-text h2 {
    margin-top: 7px !important;
    letter-spacing: 2px !important;
	text-align: left !important;
	text-transform: uppercase;
}
.pop-out {
    	transition: all 1s ease;
opacity: 0;
	align-items: flex-start;
	justify-content: center;
	overflow: auto;
	z-index: 99999999999;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	background: rgba(15, 18, 32, 0.6);
	height: 100vh;
}
.pop-inner {
	background: #0f1220;
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	text-align: left !important;
	max-width: 1000px;
	margin: 75px 0px;
	border: 2px solid #f4f1ed;
	position: relative;
	height: auto;
}
.profiles {
    max-width: 1000px;
    margin: 0px auto;
	display: flex;
    flex-wrap: wrap;
}
.profile {
	width: 33.33%;
	padding: 30px;

}
.solutions {
	padding: 80px 0px;
}
.sol-cols {
	font-size: 18px;
	padding: 60px 0px;
	flex-wrap: wrap;
	align-items: flex-start;
	display: flex;
}
ul ul li:before {
	list-style: none;
	margin-left: -1.3em;
	/* same as padding-left set on li */
	/* FontAwesome Unicode */
}
li {
	list-style: none !important;
	padding-left: 1.3em;
}
li:before {
	content: "—";
	color: #fff;
	/* FontAwesome Unicode */
	display: inline-block;
	margin-left: -1.3em;
	/* same as padding-left set on li */
	width: 1.3em;
	/* same as padding-left set on li */
}
.sol-cols li {
	margin-bottom: 10px;
	;
}
.text-alt-solutions .sol-cols h1 {
	margin: 0px 0px 30px auto;
	text-align: left !important;
	padding-left: 25% !important;
	width: 100%;
	letter-spacing: 3px !important;
	font-size: 20px;
}
.sol-col-one {
	width: 20%
}
.sol-col-two {
	text-align: left;
	width: 35%;
	padding: 0px 30px;
}
.sol-col-three {
	padding: 0px 30px;
	text-align: left;
	width: 45%;
}
.main-line {
	left: 50%;
	z-index: -2;
	top: 60px !important;
	position: absolute;
	height: 75%;
	width: 2px;
	background: #f4f1ed;
}
.blue .dot {
	background: #50afeb;
}
.blue .line {
	background: #50afeb;
}
.blue hr {
	background: #50afeb;
}
.blue .dot:after {
	border-color: #50afeb;
}
.text-alt-story .blue h1 {
	color: #50afeb;
}
.orange .dot {
	background: #ef8035;
}
.orange .line {
	background: #ef8035;
}
.orange hr {
	background: #ef8035;
}
.orange .dot:after {
	border-color: #ef8035;
}
.text-alt-story .orange h1 {
	color: #ef8035;
}
.green .dot {
	background: #52ac5b;
}
.green .line {
	background: #52ac5b;
}
.green hr {
	background: #52ac5b;
}
.green .dot:after {
	border-color: #52ac5b;
}
.text-alt-story .green h1 {
	color: #52ac5b;
}
.dot {
	left: -20px;
	position: relative;
	display: block;
	width: 40px !important;
	height: 40px;
	border-radius: 100%;
	background: #fff;
}
.dot:after {
	left: 50%;
	z-index: -1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50% !important;
	content: "";
	display: block;
	width: 70px !important;
	height: 70px;
	position: absolute;
	border-radius: 100%;
	background: #060a20;
	border: 3px solid #fff;
}
.line {
	display: block;
	width: 75px !important;
	height: 2px;
	top: 20px;
	margin-left: 35px;
	position: absolute;
	border-radius: 0%;
	background: #fff;
}
.story-text hr {
	margin: 11px 0px 11px 0px;
}
.story-text {
	width: 70%;
	text-align: left;
	margin: 0px 0px 0px auto;
}
.story-outer {
	position: relative;
	font-size: 18px;
	padding: 60px 40px;
	max-width: 1500px;
}
.text-alt-story .story-text h1 {
	letter-spacing: 3px !important;
    font-family: 'Circular Std' !important;
	letter-spacing: 3px !important;
	text-align: left !important;
}
.text-alt-story .story-text h2 {
	margin-top: 10px !important;
	line-height: 20px !important;
	font-size: 15px !important;
	text-align: left !important;
	font-family: 'Circular Std' !important;
	letter-spacing: 3px !important;
}
.story-row-right {
	width: 50%;
	position: relative;
	margin: 0px 0px 70px auto;
	display: flex;
}
.story-row-left {
	width: 50%;
	position: relative;
	margin: 0px auto 70px 0px;
	display: flex;
}
.story-row-left .dot {
	right: 0px;
	left: 20px;
	order: 3;
}
.story-row-left .line {
	right: 36px;
}
.story-row-left .story-text {
	text-align: right;
	margin: 0px auto 0px 0px;
}
.text-alt-story .story-row-left h1 {
	text-align: right !important;
}
.text-alt-story .story-row-left h2 {
	text-align: right !important;
}
.icon-one {
	width: 100%;
	margin-left: 0%;
	height: 300px;
		margin-top: -100px;

	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url("https://files.persona.co/104323/radar.svg");
}
.icon-two {
	width: 100%;
	margin-left: 0%;
	height: 300px;
	margin-top: -100px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url("https://files.persona.co/104323/shield.svg");
}
.icon-three {
	width: 100%;
	margin-left: 0%;
	height: 300px;
		margin-top: -100px;

	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url("https://files.persona.co/104323/pyramid.svg");
}
.icon-four {
	width: 100%;
	margin-left: 0%;
	height: 300px;
	margin-top: -116px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url("https://files.persona.co/104323/mountain.svg");
}
.icon-five {
	width: 100%;
	margin-left: 0%;
	height: 300px;
		margin-top: -100px;

	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url("https://files.persona.co/104323/bubble.svg");
}
.icon-cols {
	max-width: 1200px;
	padding: 40px 0px;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
}
.icon-col h2 {
	font-size: 18px !important;
	font-weight: 100 !important;
	text-align: left !important;
	text-transform: uppercase;
}
.icon-col {
	max-width: 1000px;
	animation: fadeIn 500ms ease-in-out 800ms forwards !important;
	opacity: 0;
	display: flex;
	font-size: 18px !important;
	line-height: 25px !important;
	margin: 0px auto !important;
	letter-spacing: 0.2px !important;
	font-weight: 100 !important;
	font-family: 'Portrait' !important;
	color: #f4f1ed;
	align-content: flex-start;
	justify-content: flex-start;
	text-align: center;
	padding: 80px 50px;
	width: 100%;
}
#mobile-slide.slide {
	opacity: 1;
	top: 0px;
	display: block;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
#mobile-slide a:hover {
	color: #EF8035 !important;
}
#mobile-slide {
	visibility: hidden;
	opacity: 1;
	min-width: 300px;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	display: block;
	padding: 0px;
	left: 0%;
	top: -120%;
	z-index: 9999999999999999999;
	position: fixed;
	background: rgb(5, 10, 33) !important;
	height: 100%;
	width: 100%;
}
#mobile-slide a {
	letter-spacing: 0.5px;
	font-family: 'Circular Std';
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	margin: 10px auto;
	color: #fff !important;
	display: inline-block;
}
#mobile-slide li {
	list-style: none;
	text-align: center;
}
#menu {
	cursor: pointer;
	z-index: 99 !important;
	letter-spacing: 1px;
	font-family: 'Circular Std';
	font-size: 12px;
	color: #f4f1ed;
	padding: 15px;
	width: 100%;
	text-align: center;
	line-height: 26px;
	font-size: 18px;
	color: #f4f1ed;
	z-index: 9999999;
	display: none;
}
.header-2 .header-inner .right {
	display: none;
}
.header-2 #menu {
	top: 12px;
	font-size: 30px;
}
#menu a {
	color: #000;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 14px !important;
}
#nav-3 {
	max-width: 100%;
	margin: 0px auto;
	display: flex;
	height: 90%;
	align-content: center;
	flex-direction: column;
	justify-content: center;
}
#nav-3 ul {
	padding: 0px !important;
	margin: 0px !important;
}
#mobile-slide a.logo-link {
	margin: 0px auto;
}
.pop-inner #closer {
	width: 40px;
	height: 40px;
	background-image: url("https://files.persona.co/104323/closer.svg");
	position: absolute;
	top: 40px;
	right: 40px;
	background-size: contain;
	border-bottom: 0px solid #f4f1ed;
	cursor: pointer;
	z-index: 99 !important;
	letter-spacing: 1px;
	font-family: 'Circular Std';
	font-size: 12px;
	color: #f4f1ed;
	padding: 0px;
	margin: 0px !important;
	text-align: center;
	line-height: 21px;
	font-size: 18px;
	color: white;
	z-index: 9999999;
}
#close {
	border-bottom: 1px solid #f4f1ed;
	cursor: pointer;
	z-index: 99 !important;
	letter-spacing: 1px;
	font-family: 'Circular Std';
	font-size: 12px;
	color: #f4f1ed;
	padding: 7px;
	margin: 0px !important;
	width: 100%;
	text-align: center;
	line-height: 21px;
	font-size: 18px;
	color: #f4f1ed;
	z-index: 9999999;
}
#close a:hover {
	color: #EF8035 !important;
}
#close a {
	font-size: 18px;
}
/**
 * MISSION 
 */

[data-page-id="393182"] .top-nav a:nth-child(4) {
	color: #EF8035;
}
/**
 * STORY 
 */

[data-page-id="393183"] .top-nav a:nth-child(6) {
	color: #50AFEB;
}
/**
 * people
 */

[data-page-id="393184"] .top-nav a:nth-child(10) {
	color: #52AC5B;
}
/**
 * contact
 */

[data-page-id="393185"] .top-nav a:nth-child(12) {
	color: #EF8035;
}
@keyframes draw {
	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 100 0;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn-alt {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	50% {
		opacity: 0.5;
		visibility: visible;
	}
	100% {
		opacity: 1;
	}
}
[data-page-id="393185"] .top-nav {
	position: fixed;
}
[data-page-id="393182"] main {
	align-items: flex-start !important;
}
.profile-left {
	display: flex;
	padding: 0px 50px;
}
.profile-right {
	display: flex;
	margin: 80px auto;
	padding: 0px 50px;
}
.profile-image {
	width: 100%;
	margin-bottom: 30px;
	;
	text-align: center;
}
.image-wrapper {
	display: inline-block;
	align-items: center;
	height: 0px;
	padding-bottom: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 100%;
}
.image-wrapper img {
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50% !important;
	height: auto !important;
	width: 100% !important
}
.profile-text {
	width: 100%;
	text-align: center;
	padding-left: 0px;
	display: inline-block;
}
.profile-right .profile-text {
	width: 70%;
	padding-left: 0px;
	padding-right: 80px;
	display: inline-block;
}
.read-more.alt {
	top: 30px;
	letter-spacing: 1px;
	font-family: 'Circular Std';
	font-size: 12px;
	color: #f4f1ed;
}
h1.email a {
	font-family: 'Circular Std' !important;
	color: #f4f1ed !important;
	letter-spacing: 3px;
	;
}
h1.email a:hover {
	color: #EF8035 !important;
}
h1.email {
	text-align: center !important;
}
.read-more {
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	margin: 0 auto!important;
	text-align: center;
	text-align: left
}
.expand.expanded .read {
	display: none
}
.expand.expanded .more {
	height: auto;
	padding-top: 25px;
	padding-bottom: 0px;
	visibility: visible;
	transition: opacity 600ms, visibility 600ms;
	opacity: 1;
	margin-top: 0;
	overflow: hidden
}
.more {
	height: 0;
	display: block;
	visibility: hidden;
	transition: opacity 600ms, visibility 600ms;
	opacity: 0;
	float: left;
	overflow: hidden
}
.arrow {
	display: inline-block;
	width: 26px;
	margin-left: 10px;
	height: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("https://files.persona.co/104323/ARROW.svg");
}
rect {
	fill: rgb(5, 10, 33) !important;
}
.text-animate {
	opacity: 0;
	animation: fadeIn 1000ms ease-in-out 5500ms forwards !important;
}
.foot {
	opacity: 0;
	animation: fadeIn 1000ms ease-in-out 6000ms forwards !important;
	font-family: 'Circular Std';
	border-top: 1px solid #f4f1ed;
	padding: 10px 0px 0px;
	color: #f4f1ed;
	position: absolute;
	bottom: 50px;
	margin: 0px auto;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	display: inline-block;
	z-index: 9999999;
	font-size: 1.3rem;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 4px;
}
#Layer_2 {
	height: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100% !important;
	bottom: 0px;
	margin: 40px auto !important;
}
#Layer_1 {
	animation: fadeIn 500ms ease-in-out 500ms forwards;
	opacity: 0;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 50%;
	height: 50%;
	bottom: 0px;
	margin: auto !important;
	max-width: 600px;
}
#Layer_1 .st0 {
	stroke-dasharray: 0 500;
	stroke-dashoffset: 54;
	animation: draw 4000ms ease-in-out forwards 500ms;
	fill: none;
	stroke: #F4F1ED;
	stroke-width: 2.8706;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}
#Layer_1 .st1 {
	fill: #040A21;
}
#Layer_1 .st2 {
	fill: #F4F1ED;
}
.icon-col .text {
	opacity: 0;
	animation: fadeIn 500ms ease-in-out 500ms forwards !important;
	font-family: 'Portrait';
	color: #f4f1ed;
	text-align: justify;
	max-width: 100%;
	margin: 0px auto;
	width: 55%;
	padding-top: 0px;
}
.text {
	opacity: 0;
	animation: fadeIn 500ms ease-in-out 500ms forwards !important;
	font-family: 'Portrait';
	color: #f4f1ed;
	text-align: justify;
  
    
	max-width: 900px;
	margin: 0px auto;
	
	padding-top: 170px;
}

.text > div{
	margin: 0px auto;
    width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
}
.text-lower {
	opacity: 0;
	animation: fadeIn 500ms ease-in-out 500ms forwards !important;
	font-family: 'Portrait';
	color: #f4f1ed;
	text-align: justify;
	max-width: 1000px;
	margin: 80px auto 0px auto;
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	padding-top: 0px;
}
.text-lower-cols {
    margin-top: 40px;
	text-align: left;
    flex-wrap: wrap;
    margin-bottom: 40px;
	display: flex;
}
.text-lower-right {
	width: 50%;
	padding: 30px;
	;
}
.text-lower-left {
	width: 50%;
	padding: 30px;
	;
}
.text h1 {
	max-width: 740px;
	font-size: 35px !important;
	text-align: center !important;
	margin: 0px auto !important;
    width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);

}
.text-alt {
	opacity: 0;
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	animation: fadeIn 500ms ease-in-out 500ms forwards !important;
	font-family: 'Portrait';
	color: #f4f1ed;
	text-align: justify;
	max-width: 1000px;
	margin: 120px auto 0px auto;
	padding-top: 50px;
}

.text-alt-story {
	opacity: 0;
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	animation: fadeIn 500ms ease-in-out 500ms forwards !important;
	font-family: 'Portrait';
	color: #f4f1ed;
	text-align: justify;
	max-width: 1250px;
	margin: 120px auto 0px auto;
	padding-top: 50px;
}
.text-alt-solutions {
	opacity: 0;
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	animation: fadeIn 500ms ease-in-out 500ms forwards !important;
	font-family: 'Portrait';
	color: #f4f1ed;
	text-align: justify;
	max-width: 1000px;
	margin: 120px auto 0px auto;
	padding-top: 50px;
}
.text-people {
	opacity: 0;
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	animation: fadeIn 500ms ease-in-out 500ms forwards !important;
	font-family: 'Portrait';
	color: #f4f1ed;
	text-align: justify;
	max-width: 1300px;
	margin: 120px auto;
	;
	padding-top: 50px;
}
.text-alt h1 {
	text-align: center !important;
	font-family: 'Circular Std' !important;
	letter-spacing: 5px !important;
}
.text-alt-story h1 {
	text-align: center !important;
	font-family: 'Circular Std' !important;
	letter-spacing: 5px !important;
}


.text-alt-solutions h1 {
	text-align: center !important;
	font-family: 'Circular Std' !important;
	letter-spacing: 5px !important;
}
.text-alt-solutions h2 {
	font-weight: normal !important;
	font-size: 30px !important;
	text-align: center !important;
	font-family: 'Portrait' !important;
	letter-spacing: 0px !important;
}
.text-lower h1 {
	text-align: center !important;
	font-family: 'Circular Std' !important;
	letter-spacing: 5px !important;
}
.text-alt h2 {
	font-size: 25px !important;
	line-height: 36px !important;
	max-width: 820px;
	margin: 0px auto !important;
	letter-spacing: 0px !important;
	font-weight: 100 !important;
	font-family: 'Portrait' !important;
}
.text-people h1 {
	text-align: center !important;
	font-family: 'Circular Std' !important;
	letter-spacing: 5px !important;
}
.text-people h2 {
	display: block;
	font-size: 25px !important;
	line-height: 36px !important;
	text-align: center !important;
	margin: 0px auto !important;
	letter-spacing: 0px !important;
	font-weight: 100 !important;
	font-family: 'Portrait' !important;
}
.text-people i {
	font-size: 17px;
    display: block;
    margin-bottom: -5px;
	;
}
.backer {
	background-image: url("https://files.persona.co/104323/CIRCLE-BACK-FINE.svg");
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: -1;
	opacity: 0.1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 170vh;
	height: 100vh;
}
[data-page-id="393178"] .top-nav {
	opacity: 0;
	animation: fadeIn-alt 1000ms ease-in-out 6000ms forwards !important;
}
.top-nav {
	font-family: 'Circular Std';
	position: absolute;
	display: flex;
	font-size: 12px;
	width: 100%;
	padding: 0px 30px;
	justify-content: space-around;
	border-bottom: 1px solid #f4f1ed;
}
.top-nav a {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 30px 0px;
	color: #f4f1ed;
}
.top-nav a:hover {
	color: #EF8035;
}
.top-nav span {
	color: #f4f1ed;
	text-transform: uppercase;
	border-right: 1px solid #f4f1ed;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
::-moz-selection {
	background-color: #09f;
	color: #f4f1ed;
}
::selection {
	background-color: #09f;
	color: #f4f1ed;
}
:focus {
	outline: 0;
}
customhtml>* {
	position: relative;
	z-index: 10;
}
/**
 * Global
 */

body, html {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
}
html {
	position: relative;
}
body {
	background: #fff;
	color: #000;
}
a:active {
	opacity: 0.7;
}
/**
 * Backdrop
 */

#backdrop {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	z-index: 1;
}
/**
 * Container
 */

main {
	background: #fff;
	clear: both;
	overflow: hidden;
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 2;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
main>div {
	-moz-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
}
.subpage_overlay {
	display: block;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
body.homepage .subpage_overlay {
	display: none;
}
/**
 * Content
 */

i, em {
	font-style: italic;
}
b, strong {
	font-size: 22px;
	letter-spacing: 1px !important;
	font-weight: bold;
}
ul, ol {
	margin: 0;
	padding: 0 0 0 30px;
}
sup {
	top: -0.4em;
	vertical-align: baseline;
	position: relative;
}
sub {
	top: 0.3em;
	vertical-align: baseline;
	position: relative;
}
s {}
.slideshow-nav {
	margin-bottom: 0.5em;
}
img {
	border: 0;
	padding: 0;
}
blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}
hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 2px;
	display: block;
}
.bodycopy {
	display: none;
}
.container {
	min-height: 100%;
}
.content img {
	float: none;
	margin-bottom: 1em;
}
.clear:after {
	content: "";
	display: table;
	clear: both;
}
.loading[data-loading] {
	display: none;
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 100;
}
/**
 * Editor styles
 */

[data-css-presets="true"] main {
	background-color: rgb(5, 10, 33)/*!content_left*/
	;
	text-align: center/*!text_center*/
	;
	min-height: 100vh/*!content_stretch*/
	;
	-webkit-align-items: center/*!vertical_middle*/
	;
	align-items: center/*!vertical_middle*/
	;
	left: 0/*!content_left*/
	;
}
[data-css-presets="true"] .content_padded {
	padding: 0rem/*!main_margin*/
	;
}
[data-css-presets="true"] .content_width {
	width: 100%/*!content_left*/
	;
}
[data-css-presets="true"] #backdrop {
	width: calc(100% - 100%)/*!left_fit*/
	;
	right: 0/*!left_fit*/
	;
}
[data-predefined-style="true"] main {
	font-size: 22px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: 'Helvetica Neue', Helvetica, sans-serif, 'Helvetica Roman', Social/*!System*/;
	font-style: normal;
    	letter-spacing:0.1px;

	line-height: 1.4;
}
[data-predefined-style="true"] main a {
	color: white;
	padding-bottom: 0em;
	text-decoration: none;
}
[data-predefined-style="true"] main a:hover {
	color: #52AC5B;
}
main a.image-link, main a.icon-link, main a.image-link:hover, main a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}
[data-predefined-style="true"] h1 {
	font-family: 'Portrait';
	font-style: normal;
	font-weight: 100;
	padding: 0;
	text-align: left;
	margin: 0;
	font-size: 27px;
	line-height: 1.3;
	color: rgba(255, 255, 255, 1);
	text-rendering: optimizeLegibility;
}
[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
}
[data-predefined-style="true"] h2 {
	font-family: 'Circular Std';
	font-style: normal;
	font-weight: 700;
	text-align: center;
	padding: 0;
	letter-spacing: 2px;
	margin: 0;
	color: rgba(255, 255, 255, 1);
	font-size: 13px;
	line-height: 1.1;
	text-rendering: optimizeLegibility;
}
h2 a {
    color: white ;
    opacity: 1 !important;
	font-family: 'Circular Std';
	font-style: normal;
	font-weight: 700;
	text-align: center;
	padding: 0;
	letter-spacing:2px;
	margin: 10px 0px 0px 0px;
	font-size: 11px;
	line-height: 1.1;
	text-rendering: optimizeLegibility;
}
[data-predefined-style="true"] h2 a {
	color: #f4f1ed;
}
[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.3;
	font-family: 'Helvetica Neue', Helvetica, sans-serif, 'Helvetica Roman', Social/*!System*/
	;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
}
[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.4);
	border-bottom-width: 0.1em;
}
[data-css-presets="true"] .subpage_overlay {
	background-color: initital/*!subpage_overlay*/
	;
}
/**
 * Backstage Icon
 */

#backstage_icon {
	display: block;
}
/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #plugin, [data-css-presets="true"].mobile #backdrop, .mobile #backdrop, .mobile #plugin {
	position: relative;
	height: 50vh;
	min-width: 100%;
	width: calc(100% - 80rem)/*!right_fit*/
	;
	top: 0;
	bottom: auto;
	left: 0/*!right_fit*/
	;
}
.mobile main, [data-css-presets="true"].mobile main {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
}
.mobile main.content_width, [data-css-presets="true"].mobile main.content_width {
	max-width: 100%;
	width: 100%;
}
@media only screen and (max-width: 1080px) {
    .text-alt-solutions .sol-cols h1 {
	margin: 0px 0px 30px auto;
	text-align: left !important;
	padding-left: 0% !important;
	width: 100%;
	letter-spacing: 3px !important;
	font-size: 20px;
    line-height: 24px;
}
    
    .profile {
	width: 50%;
	padding: 40px;

}
	.top-nav a {
		font-size: 10px;
	}
	.image-wrapper {
		
	}
	.icon-cols .icon-col:nth-child(2) .text {
		order: 2;
	}
	.icon-cols .icon-col:nth-child(4) .text {
		order: 2;
	}
	.icon-col {
		flex-wrap: wrap;
		padding: 30px 50px;
		width: 100%;
	}
	.icon-one {
            height: 200px;

	margin-top: 0px;
	}
	.icon-two {
    height: 200px;
			margin-top: 0px;

	}
	.icon-three {
            height: 200px;

		margin-top: 0px;

	}
	.icon-four {
            height: 200px;

			margin-top: 0px;

	}
    .icon-five {
            height: 200px;

			margin-top: 0px;

	}
	.icon-col .text h2 {
		text-align: center !important;
	}
	.icon-col .text {
		font-size: 18px !important;
		line-height: 25px !important;
		max-width: 600px;
		text-align: left;
		padding: 30px 30px;
		display: inline-block;
		width: 100%;
	}
	.icon-col h2 {
		font-size: 16px !important;
		font-weight: 100 !important;
		text-transform: uppercase;
	}
    .line {
	display: block;
	width: 45px !important;
	height: 2px;
	top: 20px;
	margin-left: 37px;
	position: absolute;
	border-radius: 0%;
	background: blue;
}
       .sol-col-one {
	width: 50%
}
.sol-col-two {
	text-align: left;
	width: 50%;
	padding: 0px 30px;
}
.sol-col-three {
    margin-top: 50px;
	padding: 0px 30px;
	width: 100%;
}
}
@media only screen and (max-width: 800px) {
    .text-alt-solutions .sol-cols h1 {
	margin: 0px 0px 30px auto;
	text-align: center !important;
	padding-left: 0% !important;
	width: 100%;
	letter-spacing: 3px !important;
	font-size: 16px;
    line-height: 20px;
}
    
    .main-line{
	height: 75%;
        left: 27px;
        right: initial;
}
    .dot:after {
	left: 50%;
	z-index: -1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50% !important;
	content: "";
	display: block;
	width: 50px !important;
	height: 50px;
	position: absolute;
	border-radius: 100%;
	background: #060a20;
	border: 3px solid #fff;
}
    .dot {
	position: relative;
    
    left: -66px !important;
	display: block;
	width: 30px !important;
	height: 30px;
	border-radius: 100%;
	background: #fff;
}
    
    .story-row-left .dot{
	order: 1;
}
      .story-row-left .line{
	order: 2;
    left: 0px;
    right: initial;
}
    
    .line{
    width: 30px !important ;
	margin-left: -27px;
    top: 14px;
        left:0px !important
}
    
       .story-row-left .story-text{
	order: 3;
           text-align: left;
}
    .story-row-left  {
	width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
	position: relative;
	margin: 0px 0px 50px auto;
	display: flex;
}
    .story-row-right {
	width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
	position: relative;
	margin: 0px 0px 50px auto;
	display: flex;
}
    .story-outer {
	position: relative;
	font-size: 16px;
	padding: 60px 0px;
	max-width: 1500px;
}
    .story-text {
	width: 100%;
	text-align: left;
	margin: 0px  0px 0px auto ;
}
    
	.icon-col {
		flex-wrap: wrap;
		padding: 30px 30px;
		width: 100%;
	}
	.icon-col .text {
		font-size: 18px !important;
		line-height: 28px !important;
		padding: 30px 0px;
	}
	.image-wrapper {
		
	}
	.profile-text {
		width: 100%;
		padding-left: 0px;
		display: inline-block;
	}
	.profile-image {
		width: 70%;
		margin: 0px auto 40px auto;
		text-align: center;
	}
	.profile-left {
		display: flex;
		flex-direction: column;
		padding: 0px 0px;
	}
	.profile-right {
		display: flex;
		flex-direction: column;
		margin: 80px auto;
		padding: 0px 0px;
	}
	.profile-right .profile-image {}
	.profile-right .profile-text {
		order: 1;
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		display: inline-block;
	}
	.top-nav a {
		display: none;
	}
	.top-nav span {
		display: none;
	}
	#menu {
		display: block;
	}
	#mobile-slide {
		visibility: visible;
	}
	.foot {
		opacity: 0;
		animation: fadeIn 1000ms ease-in-out 6000ms forwards !important;
		font-family: 'Circular Std';
		border-top: 2px solid white;
		padding: 10px 0px 0px;
		color: white;
		position: absolute;
		bottom: 50px;
		margin: 0px auto;
		left: 50%;
		white-space: nowrap;
		-webkit-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		display: inline-block;
		z-index: 9999999;
		font-size: 10px;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	.top-nav {
		border-bottom: 2px solid white;
	}
	.text {
		opacity: 0;
		animation: fadeIn 500ms ease-in-out 500ms forwards !important;
		font-family: 'Portrait';
		color: white;
		text-align: just;
		max-width: 800px;
		margin: 0px auto;
		
		padding-bottom: 0px;
		padding-top: 100px;
	}
	[data-predefined-style="true"] h1 {
		font-family: 'Portrait';
		font-style: normal;
		font-weight: 100;
		padding: 0;
		text-align: center;
		margin: 0;
		font-size: 25px;
		line-height: 1.3;
		color: rgba(255, 255, 255, 1);
		text-rendering: optimizeLegibility;
	}
    .text h1 {
	max-width: 740px;
	font-size: 25px !important;
	text-align: center !important;
	margin: 0px auto !important;
}
	[data-predefined-style="true"] main {
		font-size: 17px;
		font-weight: 400;
		color: rgba(0, 0, 0, 0.85);
		font-family: 'Helvetica Neue', Helvetica, sans-serif, 'Helvetica Roman', Social/*!System*/
		;
		font-style: normal;
		line-height: 1.5;
	}
    b, strong {
	font-size: 17px;

	
	font-weight: bold;
}
	[data-predefined-style="true"] h2 {
		font-family: 'Circular Std';
		font-style: normal;
		font-weight: 700;
		text-align: center;
		padding: 0;
		letter-spacing: 2px;
		margin: 0;
		color: rgba(255, 255, 255, 1);
		font-size: 11px;
		line-height: 1.1;
		text-rendering: optimizeLegibility;
	}
	.hider {
		display: none;
	}
	.text-alt {
		opacity: 0;
		animation: fadeIn 500ms ease-in-out 500ms forwards !important;
		font-family: 'Portrait';
		color: white;
		text-align: justify;
		max-width: 1000px;
		margin: 50px auto 0px auto;
		padding-top: 50px;
	}
    .text-alt-solutions {
	opacity: 0;
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	animation: fadeIn 500ms ease-in-out 500ms forwards !important;
	font-family: 'Portrait';
	color: #f4f1ed;
	max-width: 1000px;
	margin: 50px auto 0px auto;
	padding-top: 50px;
}
    .text-alt-story {
	opacity: 0;
		animation: fadeIn 500ms ease-in-out 500ms forwards !important;
		font-family: 'Portrait';
		color: white;
		text-align: justify;
		max-width: 1000px;
		margin: 50px auto 0px auto;
		padding-top: 50px;
}
	.text-alt h1 {
		font-family: 'Circular Std' !important;
		letter-spacing: 5px !important;
		font-size: 18px;
	}
    
    .text-alt-story h1 {
		font-family: 'Circular Std' !important;
		letter-spacing: 5px !important;
		font-size: 25px;
	}
    
    .text-alt-solutions h1 {
		font-family: 'Circular Std' !important;
		letter-spacing: 5px !important;
		font-size: 25px;
	}
    
    
	.text-alt h2 {
		font-size: 18px !important;
		line-height: 28px !important;
		max-width: 800px;
		margin: 0px auto !important;
		letter-spacing: 0px !important;
		font-weight: 100 !important;
		font-family: 'Portrait' !important;
	}
    
    .text-alt-story h2 {
		font-size: 18px !important;
		line-height: 28px !important;
		max-width: 800px;
		margin: 0px auto !important;
		letter-spacing: 0px !important;
		font-weight: 100 !important;
		font-family: 'Portrait' !important;
	}
	.text-people {
		opacity: 0;
		width: -moz-calc(100% - 60px);
		width: -webkit-calc(100% - 60px);
		width: calc(100% - 60px);
		animation: fadeIn 500ms ease-in-out 500ms forwards !important;
		font-family: 'Portrait';
		color: white;
		text-align: justify;
		max-width: 1200px;
		margin: 50px auto;
		;
		padding-top: 50px;
	}
	.icon-one {
		height: 160px;
		background-size: contain;
	}
	.icon-two {
		height: 160px;
		background-size: contain;
	}
	.icon-three {
		height: 160px;
		background-size: contain;
	}
	.icon-four {
		height: 160px;
		background-size: contain;
	}
    .pop-text {
	color: #f4f1ed;
	font-size: 18px;
	line-height: 28px;
	font-weight: 100 !important;
	font-family: 'Portrait' !important;
	text-align: left;
	padding: 30px;
    
}
    
    .pop-inner #closer{
	
        top: 30px !important;
        right: 30px !important;
}
    .text-alt-story .story-row-left h1 {
	text-align: left !important;
}
    .text-alt-story .story-row-left h2 {
	text-align: left !important;
}
    .text-lower-right {
	width: 100%;
	padding:0px 30px 30px 30px;
	;
}
.text-lower-left {
	width: 100%;
	padding: 30px;
	;
}
 
    
}
@media only screen and (max-width: 700px) {

    .grower {
	position: relative;
	width: 0px;
	animation: grower-mobile 15s ease 1s forwards infinite !important;
	height: 2px;
	background: #f4f1ed;
}
    
    .animation-one{
    padding: 0px;
        height: 250px;
}
     .animation-two{
         padding: 0px;

        height: 250px;
}
    .online-risk {
	animation: online-risk-mobile 15s ease 1s forwards infinite !important;
	transition: all .4s ease;
	margin: 0px 20px;
	width: 75px;
	height: 75px;
	padding: 20px;

	letter-spacing: 1px;
	font-size: 9px;
	
}
.risk-responses {
	transition: all .4s ease;
	margin: 0px 20px;
	width: 75px;
	height:75px;
	padding: 20px;
	;
	display: flex;
	font-family: 'Circular Std' !important;
	justify-content: center;
	align-content: center;
	align-items: center;
	color: #52ac5b;
letter-spacing: 1px;
	font-size: 9px;
}
    
    
    .online-risk-two {
	transition: all .4s ease;
	animation: online-risk-two-mobile 15s ease-out 1s forwards infinite !important;
	position: relative;
	margin: 0px;
	right: 20px;
	width:150px;
	height: 150px;
	padding: 10px;
        letter-spacing: 1px;
	letter-spacing: 1px;
	font-size: 9px;
	
}
    
.hybrid-response {
	transition: all .4s ease;
	animation: hybrid-response-mobile 15s ease 1s forwards infinite !important;
	padding: 10px;
	left: 20px;
	width: 75px;
	height: 75px;
	letter-spacing: 1px;
	font-size: 9px;
}
    .new-logo {
width: 60px;
        height:60px;
}
    .text-alt-solutions h2 {
	font-weight: normal !important;
	font-size: 25px !important;
	text-align: center !important;
	font-family: 'Portrait' !important;
	letter-spacing: 0px !important;
}
    .solutions {
	padding: 40px 0px;
}
}

@media only screen and (max-width: 650px) {
.text-lower-left {
	width: 100%;
	padding: 0px;
	margin-bottom: 25px;;
}
    .text-lower-right {
	width: 100%;
	padding: 0px;
	;
}
    
           .sol-col-one {
	width: 100%
}
.sol-col-two {
	text-align: left;
	width: 100%;
    margin-top: 30px;
	padding: 0px 0px;
}
.sol-col-three {
    margin-top: 25px;
	padding: 0px 0px;
	width: 100%;
}
    
.profile {
	width: 100%;
	padding: 40px;

}
    ul, ol {
	margin: 0;
	padding: 0 0 0 0px;
}
    .icon-one {
            height: 250px;

	margin-top: 0px;
	}
	.icon-two {
    height: 250px;
			margin-top: 0px;

	}
	.icon-three {
            height: 250px;

		margin-top: 0px;

	}
	.icon-four {
            height: 250px;

			margin-top: 0px;

	}
    .icon-five {
            height: 250px;
			margin-top: 0px;

	}
    
}

@media only screen and (max-width: 450px) {
    
    
    .main-line{
	height: 77%;
       
}
}
    