/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

/* 
==========================================================================
GLOBAL & WP SPECIFIC STYLES
==========================================================================
*/

@font-face {
    font-family: 'larsseitbold';
    src: url('../fonts/larsseit-bold-webfont.woff2') format('woff2'),
         url('../fonts/larsseit-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'larsseitextrabold';
    src: url('../fonts/larsseit-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/larsseit-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'larsseitlight';
    src: url('../fonts/larsseit-light-webfont.woff2') format('woff2'),
         url('../fonts/larsseit-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'larsseitmedium';
    src: url('../fonts/larsseit-medium-webfont.woff2') format('woff2'),
         url('../fonts/larsseit-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'larsseitthin';
    src: url('../fonts/larsseit-thin-webfont.woff2') format('woff2'),
         url('../fonts/larsseit-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'larsseitregular';
    src: url('../fonts/larsseit-webfont.woff2') format('woff2'),
         url('../fonts/larsseit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none; 	
}

input, textarea, select {
    -webkit-border-radius:0; 
    border-radius:0;
}

img,
audio,
video,
canvas {
	max-width: 100%;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical!important; 
}

::selection {
	background:#6048e4;
	color:#fff;
}

::-moz-selection {
	background:#6048e4;
	color:#fff;
}

::-webkit-selection {
	background:#6048e4;
	color:#fff;
}

.cf:before,.cf:after {content: " "; /* 1 */    display: table; /* 2 */}
.cf:after {clear: both;}
.cf {clear: both;}

strong, b {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

img.alignright {
	float:right;
	margin:0 0 2em 1em;
}

img.alignleft {
	float:left;
	margin:0 2em 1em 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float:right;
	margin:0 0 2em 1em;
}

.alignleft {
	float:left;
	margin:0 0 2em 1em;
}

img.wp-smiley {
	float: none;
	margin: 0 0 0 5px;
	vertical-align:middle;
}

p {
	margin: 0 0 20px 0;
}

a {
	color: #222;
	text-decoration: none;
}

a:hover {
	color: #222;
	text-decoration: none;
}


/* 
==========================================================================
H & LINKS
==========================================================================
*/

h1 {
	font: 34px 'larsseitbold', Helvetica , Arial, sans-serif;	
	margin:0 0 20px 0;
	padding:0;
	color: #323440;
}

h2 {
	font: 30px 'larsseitbold', Helvetica , Arial, sans-serif;	
	margin:0 0 20px 0;
	padding:0;
	color: #323440;
}

h3 {
	font: 26px 'larsseitbold', Helvetica , Arial, sans-serif;
	margin:0 0 20px 0;
	padding:0;
	color: #323440;
}

h4 {
	font: 22px 'larsseitbold', Helvetica , Arial, sans-serif;
	margin:0 0 20px 0;
	padding:0;
	color: #323440;
}

h5 {
	font: 18px 'larsseitbold', Helvetica , Arial, sans-serif;
	margin:0 0 20px 0;
	padding:0;
	color: #323440;
}

.homepage_image2,
.homepage_image1,
.badge {
  width: 100%;
  height: auto;
}

/* 
==========================================================================
GENERAL
==========================================================================
*/

body {
	background: #fff;
	color: #666875; 
	font: 18px/2 'larsseitthin', Helvetica, Arial, sans-serif;
	margin:0;
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased;
}

.container {
	max-width: 1200px;
	width:100%;
	margin: 0px auto;
}

.page-container {
	max-width: 1200px;
	width:100%;
	margin: 75px auto;
}

.inner {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}

/* 
==========================================================================
HEADER
==========================================================================
*/

header {
	position: relative;
	width:100%;
	margin: 0 auto;
	background: #6048e4;
	background: -moz-linear-gradient(left,  #6048e4 0%, #4399ed 100%);
	background: -webkit-linear-gradient(left,  #6048e4 0%,#4399ed 100%);
	background: linear-gradient(to right,  #6048e4 0%,#4399ed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6048e4', endColorstr='#4399ed',GradientType=1 );
}

.home-header {
	height: 700px;
}

.inner-header {
    height: 350px;
}

.inner-header h1 {
	color: #fff;
	font-size: 26px;
	margin: 40px 0;
    text-align: center;
}

.logo {
    width: 40px;
    height: auto;
    float: left;
    margin: 0;
    padding: 40px 0;
	transition: all 0.3s ease-in;    
}

.logo:hover {
	opacity: 0.5;
	transition: all 0.3s ease-in-out;    
}

.lines {
    position: absolute;
    width: 100%;
    left: 0;
    top: 70px;
    bottom:0;
    height: auto;
}

.waves {
    position: absolute;
    width: 110%;
    left: 0;
    bottom: -5px;
    height: auto;
}

.waves img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

.hero-text h1 {
	font: 34px 'larsseitbold', Helvetica, Arial, sans-serif;	
	color: #fff;
}

.hero-text {
	color: #fff;
	font: 22px/2 'larsseitthin', Helvetica, Arial, sans-serif;
	position: absolute;
	top: 220px;
	left: 30px;
	width: 55%;
	margin: 0 15% 0 0;
}

.hero-image {
	position: absolute;
	top: 160px;
	right: 40px;
	left: auto;
	width: 30%;
	z-index: 9;
	transform: rotate(8deg);
}

.hero-image img {
	width: 100%;
	height: auto;
	max-width: 300px;
}

.welcome {
	margin: 100px auto 50px auto;
	text-align: center;
	width: 60%;
}

.blue {
	color: #4399ed;
}

.purple {
	color: #6048e4;
}

.logo-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-items: stretch;
    align-items: inital;
    margin: 0px auto 75px auto;
}

.logo-intro {
    text-align: center;
    margin: -20px 0 15px 0;
}

.lg-item {
	padding: 0 10px;
    text-align: center;
}

.lg-item img {
    max-width: 200px;
    width: 100%;
    text-align: center;
}

.break {
    height: 5px;
    width: 60%;
    margin: 75px auto;
}

.break img {
	height: 100%;
	width: 100%;
}

.apps {
	display: block;
	margin: 75px 0 -75px 0;
}

.apps img {
	width: 200px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 10px 10px;
	transition: all 0.3s ease-in;    
}

.apps img:hover {
	opacity: 0.5;
	transition: all 0.3s ease-in-out;    
}

/* 
==========================================================================
NAV
==========================================================================
*/

nav {
	float: right;
	margin: 40px 0 0 0;
}


/* 
==========================================================================
NAV WRAPPER
==========================================================================
*/

.nav-wrapper {
  background-color: #6048e4;
  height: 100%;
  padding: 80px 30px 30px 30px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: visibility 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, visibility 0.5s;
  transition: transform 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  visibility: hidden;
  width: 400px;
  overflow-x: hidden;
  z-index: 999999999999999;
}

.simplebar-placeholder {
    height: auto !important;
}

.side-item {
    position: relative;
}

.nav-wrapper a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    transition: all 0.3s ease-in;       
}

.nav-wrapper a:hover {
    color: #fff;
    background: #4399ed;
    transition: all 0.3s ease-in-out;   
}

.nav-button {
    color: #fff; 
    font-size: 14px;
    margin: 45px 0 0 40px;
    transition: all 0.3s ease-in-out;   
    float: right;
}

.nav-button img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease-in;   
}

.nav-button span {
    font-size: 14px;
    font-weight: 600;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease-in;   
}

.nav-button:hover {
     color: #fff;    
    opacity: 0.5;
    transition: all 0.3s ease-in-out;   
}

.nav-wrapper .nav-buttons {
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all 0.3s ease-in;
}

.nav-wrapper .nav-buttons:hover {
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
}

.nav-visible .nav-wrapper {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

.nav-wrapper .nav {
  position: relative;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
    padding: 20% 25% 0 25%;
}

.nav-visible .nav {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}


.nav-wrapper .nav a:focus, .nav-wrapper .nav a:hover {
  text-decoration: none;
    transition: all 0.3s ease-in-out;   
    color: #2B2E34;   
}

.button-lines {
    font: 16px 'FSSienaWeb-Regular', Helvetica, Arial, sans-serif;  
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 1rem 0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.menutag {
    margin: 5px 0 0 15px;
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
    text-transform: none;
    color: #fff;
}

.nav-visible .lines, .nav-visible .lines:after, .nav-visible .lines:before {
  background: #fff;
}

.nav-visible .menutag {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.nav-visible .lines::after, .nav-visible .lines::before {
    height: 0.2rem;
    width: 2rem;
}

.toggler-div {
    background: #006C4E;
    color: #fff;
    position: absolute;
    padding: 50px;
    display: none;
    top: 159px;     
    height: 400px;
    width: 100%;    
    z-index: 99999;
}

.close {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;  
    margin: 0 0 0 10px;
    line-height: 12px;   
}

.close img {
    width: 25px;
}

.closer {
    display: inline-block;
    vertical-align: middle; 
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;  
    cursor: pointer;
    transition: all 0.3s ease-in-out;   
    position: absolute;
    right: 50px;
    top: 50px;
}

.closer:hover {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;       
}


.nav-wrapper .parent ul {
    display: none;
    padding: 10px 0;    
}

.nav-wrapper .parent {
    position: relative;
    cursor: pointer;
}

.nav-wrapper .parent:after {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    cursor: pointer;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;   
}

.nav-wrapper .minus:after {
    content: "\f0d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;   
}

.nav-wrapper li {
    border-bottom: 1px solid #fff;
    padding: 0;
}

.nav-wrapper ul li:last-of-type {
    border-bottom:0;
}

.nav-wrapper .parent ul a {
    color: #fff;
    padding: 0;
}

.nav-wrapper .parent ul a:hover {
    color: #231f1e;
}

.left {
    float: left;
    width: 25%;
    margin: 0 5% 0 0;
}

.right {
	float: right;
	width: 70%;
	margin:0;
}

.apps {
    display: block;
    margin: 100px 0 0 0;
}

.apps img {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 10px;
    transition: all 0.3s ease-in;
}

.linkdiv {
    text-align: center;
}

.linkdiv a {
    margin: 0 0 10px 0;
    display: block;
}


.rephide {
    float: right;
    margin: 40px 20px;
}

.rephide a {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px;
    margin: 0 10px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease-in;    
}

.rephide a:hover {
    color: #4399ed;
    background: #fff;
    border: 2px solid #fff;
    padding: 10px;
    margin: 0 10px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease-in-out;    
}

.repmobile {
    display: none;
}


.vjs-default-skin .vjs-big-play-button {
    left: 0!important;
    top: 45%!important;
    right: 0!important;
    margin: 0 auto!important;
}


/* 
==========================================================================
FOOTER
==========================================================================
*/

footer {
	position: relative;
	background: #332e56;
    color: #fff;
    text-align: center;
	padding: 125px 0 25px 0;
	line-height: 1.5;
	font-size: 14px;
}

.fwaves {
    position: absolute;
    width: 110%;
    left: 0;
    top: -5px;
    height: auto;
    max-height: 400px;
    overflow: hidden;
}

.fwaves img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}



footer a {
	color: #fff;
}


footer a:hover {
	color: #fff;
	opacity: 0.5;
	transition: all 0.3s ease-in-out;    
}

footer li {
	margin: 0;
	padding: 0;
	display: block;
}

/* 
==========================================================================
MEDIA QUERIES
==========================================================================
*/



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

 .logo-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: stretch;
    align-items: inital;
    margin: 0px auto 75px auto;
}

}


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

.break {
    height: 10px;
    width: 100%;
}

body {
	font-size: 16px;
	line-height: 1.8;
}

.welcome {
	width: 90%;
}

.footer-grid {
    grid-template-columns: 1fr 1fr;
}

.hero-text {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	width: 90%;
	margin: 25px auto;
	text-align: center;
	font-size: 18px;
}

.home-header {
    height: 500px;
}

.hero-image {
	display: none;
}

.rephide {
    display: none;
}

.repmobile {
        background: #4399ed;
    display: block;
    position: fixed;
    bottom: 0;
    left:0;
    right:0;
    width: 100%;
    z-index: 99;
}

.repmobile .hide {
    width: 49%;
    background: #4399ed;
    color: #fff;
    padding: 30px;
display: inline-block;
text-align: center;
    transition: all 0.3s ease-in;    
}

.repmobile .report {
    width: 49%;
    background: #6048e4;
    color: #fff;
    padding: 30px;
display: inline-block;
text-align: center;
    transition: all 0.3s ease-in;    
}


.repmobile .hide:hover,
.repmobile .report:hover {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;    
}

.vjs-default-skin .vjs-big-play-button {
    left: 0!important;
    top: 38%!important;
    right: 0!important;
    margin: 0 auto!important;
}

footer {
    margin: 0 0 75px 0;
}


}


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

.footer-grid {
    grid-template-columns: 1fr;
}

 .hero-text {
 	width: 100%;
 	font-size: 16px;
 	line-height: 1.8;
 }

 .hero-text h1 {
 	font-size: 24px;
 }


 .logo-grid {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

}


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


 .logo-grid {
    grid-template-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

}


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

 .container {
	min-width:240px;
	width:100%;
 }
 
}