/* =============================================================================
   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
==========================================================================
*/

* {
	-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:#da0548;
	color:#fff;
}

::-moz-selection {
	background:#da0548;
	color:#fff;
}

::-webkit-selection {
	background:#da0548;
	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;
}


p {
	margin: 0 0 20px 0;
}

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

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

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

h1 {
	font: 30px 'Open Sans', Helvetica , Arial, sans-serif;	
	margin:0 0 20px 0;
	padding:0;
}

h2 {
	font: 26px 'Open Sans', Helvetica , Arial, sans-serif;	
	margin:0 0 20px 0;
	padding:0;
}

h3 {
	font: 22px 'Open Sans', Helvetica , Arial, sans-serif;
	margin:0 0 20px 0;
	padding:0;
}

h4 {
	font: 20px 'Open Sans', Helvetica , Arial, sans-serif;
	margin:0 0 20px 0;
	padding:0;
}

h5 {
	font: 18px 'Open Sans', Helvetica , Arial, sans-serif;
	margin:0 0 20px 0;
	padding:0;
}


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

body {
	background: #f4f4f4;
	color: #222; 
	font: 15px/1.8 'Open Sans', Helvetica, Arial, sans-serif;
	margin:0;
	-webkit-font-smoothing: antialiased;
}

.wrapper {
  margin: 0 30px;
}

.container {
    max-width: 1140px;
    width: 100%;
    margin: -150px auto 30px auto;
    background: #fff;
    padding: 50px 30px;
    min-height: 500px;
    position: relative;
    z-index: 99;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
}

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



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

header {
	width:100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 20px;
}

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

.hero {
	position: relative;
	height: 500px;
	width: 100%;
	z-index: 1;
}

.hero:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top:0;
	left:0;
	right:0;
	background: rgba(218,5,72,0.7);
}

.quote {
  position: relative;
  top: 25%;
  text-align: center;
  transform: translateY(-50%);
}

.quote h5 {
	font-weight: 600;
	font-size: 15px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
}

.quote h1 {
	font-weight: 600;
	font-size: 30px;
	color: #fff;
	margin: 0;

}


.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;
}

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

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

.nav-wrapper {
  background-color: #db0548;
  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: #222;
    transition: all 0.3s ease-in-out;   
}

.nav-button {
    color: #fff; 
    font-size: 14px;
    margin: 10px 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: 10px 20px;
}

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

.rephide a:hover {
    color: #db0548;
    background: #fff;
    border: 2px solid #fff;
    padding: 10px;
    margin: 0 10px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    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;
}

.cont-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-items: stretch;
    align-items: inital;
}

.video-js {
	margin: 0 0 30px 0;
}

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

footer {
  padding: 10px 0 30px 0;
	clear:both;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}

footer p {
  margin: 0;
}


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


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

}


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

 .hero {
 	height: 300px;
 }

 .quote {
 	top: 20%;
 }

 .repmobile {
 	display: block;
 }

 .rephide {
 	display: none;
 }


.repmobile {
        background: #222;
    display: block;
    position: fixed;
    bottom: 0;
    left:0;
    right:0;
    text-transform: uppercase;
    width: 100%;
    z-index: 99;
    font-weight: 600;
}

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

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

.repmobile .report:hover {
    background: #222;
    transition: all 0.3s ease-in-out;    
}


.repmobile .hide: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 85px 0;
}

.cont-grid {
    width: 100%;
    display: block;
}

.wrapper {
  margin: 0;
}

.container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto 10px auto;
    background: #fff;
    z-index: 0;
    box-shadow: none;
    min-height: auto;
}

.container .inner {
  margin: 0;
}

.sidecol img {
    display: inline-block;
    width: 30%;
    margin: 1%;
}

.sidecol {
    margin: 0 0 20px 0;
}

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

.apps img {
    display: inline-block;
    margin: 0 10px;
    width: 100%;
}

.apps a {
    display: inline-block;
    width: 150px;
}


}


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

}


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

}


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

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