.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

html { margin: 0; padding: 0; }
body { background-color: #FFFFFF!important; }

h1 {
    font-family: "Lyon Text Web", Times New Roman, serif;
    font-size: 46px!important;
    max-width: 100%!important;
    white-space: normal!important;
    line-height: 58px;
    font-weight: 400;
    color: #FFFFFF!important;
}

h2 {
    font-family: "Lyon Text Web", Times New Roman, serif; 
    color: var(--themePrimary);
    padding-top: 25px;
    font-size: 1.5em;
    font-weight: bold!important;
}

h3 {
	font-family: "Lyon Text Web", Times New Roman, serif;
	font-size: 36px;
	font-weight: 100;
	color: var(--themePrimary);
}

p,ul, .accordion {
	font-family: "Lyon Text Web", Times New Roman, serif;
	font-size: 1.2rem;
	line-height: 1.5;
	color: #202e3c;
}

ul {
	padding-left: 20px;
}

.imageBanner {
    position: absolute;
    width: 100%;
    max-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.wrapper {
    width: 90%;
    max-width: 1120px;
    max-width: 1280px;
    margin: 0 auto;
}

.heading {
	position: relative;
	top: 60px;
	width: 65%;
}

.logo {
    width: 250px!important;
    height: 50px!important;
    position: relative!important;
    top: 30px!important;
    left: 0px!important;
    line-height: 60px!important;
    margin-top: 0px!important;
    margin-left: 0px!important;
}

.logo {
    background: var(--companyLogo) no-repeat;
    background-position-x: 0px;
    background-position-y: center;
    opacity: 1!important;
    background-size: contain;
}

.logo:hover {
	opacity: 1;
	transition: 0.3s;
	text-decoration: none;
	cursor: default;
}

.wrapper p {
	font-size: 1.2rem; 
        line-height: 1.5;
	color: #FFFFFF;
	}

p.service { 
    font-size: 1.5rem;
    margin-bottom: 0px;
}

.menuWrapper {
    position: absolute;
    bottom: 20px;
}


.menuWrapper ul {
	list-style: none;
	margin:0px;
	padding: 0px;
	}

.menuWrapper ul li {
	float: left;
	margin-right: 20px;
}

.menuWrapper .nav-link {
    font-family: Arial, Helvetica, sans-serif;
    font-family: "Lyon Text Web", Times New Roman, serif;
    font-size: 1rem;
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 1px;
    border-radius: .0rem;
    position: relative;
    border-bottom: 2px solid transparent;
    -webkit-font-smoothing: antialiased;
}

.menuWrapper .nav-link:hover,
.menuWrapper .active {
	border-bottom: 2px solid var(--themePrimary);
	transition: ease-in-out 0.3s;	
}

.reportField {
    position: absolute;
    top: 350px;
    right: 5%;
    width: 25%;
    min-width: 320px;
    max-width: 400px;
    padding: 10px 40px 20px 40px;
    background-color: #FFFFFF;
    height: fit-content;
    box-shadow: 0 0 50px 0 rgb(81 88 93);
}

.reportField h3 {
    font-family: "Lyon Text Web", Times New Roman, serif;
    font-size: 36px;
    line-height: 1.1;
    max-width: 350px;
    margin: auto auto;
    margin-top: -40px;
    text-align: center;
}


#securityBadge {
      width: 60px;
      height: 56px;
      box-sizing: content-box;
      padding-top: 20px;
      position: relative;
       top: -10px;
      background: var(--themePrimary);
      color: white;
      font-size: 11px;
      letter-spacing: 0.2em;
      text-align: center;
      text-transform: uppercase;
    }

#securityBadge img {
	width: 26px;
	height: auto;
}

#securityBadge fa {
	width: 16px;
	color: #FFFFFF;
}

#securityBadge:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-bottom: 13px solid #fff;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
    }

.btn {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	border: none;
	outline: none;
	padding: 12px 16px;
	background-color: #f1f1f1;
	cursor: pointer;
	font-size: 18px;
}

.btnReport {
    font-family: "Lyon Text Web", Times New Roman, serif; 
    background-color: var(--themeSecondary); 
    color: #FFFFFF; border: 1px solid var(--themeSecondary); 
}

.btnFollowup { background-color: #f1f1f1; color: var(--themePrimary); border: 1px solid #f1f1f1; }

.btnReport:hover, .btnReport:focus { opacity: 0.8; transition: 0.3s }
.btnFollowup:hover, .btnFollowup:focus { background-color: #ecebeb; transition: 0.3s }

.reportField .input-group > .form-control { font-family: "Lyon Text Web", Times New Roman, serif; }
.reportField .btn-primary { font-family: "Lyon Text Web", Times New Roman, serif;  }

.credits {
    font-family: Arial, Helvetica, sans-serif;
    color: #202e3c;
    position: relative;
    padding: 30px 0px 10px 0px;
    font-size: .8rem;
    text-align: center;
}

.pagePanel {
    width: 60%;
    position: relative;
    top: 250px;
    padding: 5px 0px 40px 0px;
}

.pagePanel p { 
    color: #202e3c;
    background-color: #FFFFFF;
}

a.policyLink {
    font-family: "Lyon Text Web", Times New Roman, serif;
    font-size: 1rem;
    color: var(--themePrimary); 
    margin-right: 10px; 
}



/* Styles from Bootstrap */

.form-control {
display: block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.faqQuestion { font-weight: bold; margin-bottom: 5px; }
.faqAnswer { margin-top: 0px; }



/* Bootstrap adjustment */



/* Accordion styles */

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #FFFFFF;
  color: #333333;
  font-weight: normal;
  cursor: pointer;
  padding: 10px 10px 10px 0px;
  margin-bottom: 2px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover, .accordion:focus {
  background-color: #eff1f3;
  padding-left: 10px;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 10px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #eff1f3;
  display: none;
  overflow: hidden;
}

button.accordion:after {
	content: '\002B';
	color: var(--themeSecondary);
	font-size: 1.2rem;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

button.accordion.active:after {
	content: "\2212";
}


/* Media Queries */

@media screen and (min-width: 1920px) {
	.pagePanel { width: 70%; }
	.reportField { right: 10%; }
}

@media screen and (max-width: 1280px) {
	.heading { width: 60% }
	h1 { font-size: 40px; line-height: 50px; }
	.pagePanel { top: 270px; }
}

@media screen and (max-width: 1024px) {
	.imageBanner { max-height: 550px; }
	.heading { width: 50% }
	.heading h1 { font-size: 32px!important; line-height: 42px; }
	.reportField { top: 140px; right: 5%; }
        .reportField p { font-size: 1rem; line-height: 1.5rem; }
	.pagePanel { top: 250px; width: 55%; }
        .pagePanel h2 { font-size: 1.6rem; }
}

@media screen and (max-width: 992px) {
	.heading { width: 100% }
	h1 span { display: none; }
	.menuWrapper { display: none; }
	.reportField { top: 250px; left: 5%; width: 100%; max-width: 80vw; }
	.pagePanel { top: 640px; width: 100%; }
        .heading h1 {font-size: 42px!important; }
}

@media screen and (max-width: 768px) {
	.reportField { max-width: 76vw; }
	.pagePanel { top: 590px; width: 100%; }
}

@media screen and (max-width: 576px) {
	h1 { font-size: 41px!important; text-align: center; margin-top: 10px; margin-bottom: 0px; }
	p.service { text-align: center; margin-top: 5px; display: none; }
	.reportField { top: 220px; padding: 10px 20px 10px 20px; max-width: 80vw; }
	.reportField p { font-size: 1rem; }
	.credits { padding-top: 20px; }
	.pagePanel { top: 580px; width: 100%; }
}

/* ---------- Input-group styles ---------- */

input.token {
    -webkit-text-security: disc;
}

input.form-control {
    height: 31px;
    width: calc(100% - 26px);
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group-append,&nbsp;.input-group-prepend&nbsp;{
    display: -ms-flexbox;
    display: flex;
}
    
    .input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-radius: 0rem!important;
}

.btn-primary:hover { color: #FFFFFF!important; }


