/* This styles the body of the website */
body {
  font: normal 400 16px 'Open Sans', sans-serif;
  margin: 0;
}

/* navigation menu links */
a {
  color: #111b2a;
  outline: none;
  text-decoration: underline;
}
/* navigation menus on hover */
a:hover,
a:focus {
  color: #111b2a;
}
/* styling of the logo */
.logo {
  background: #ffffff url(CLLogo.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 100px;
  width: 400px;
}
/* styling of the elements with <h> tag */
h1 {
  color: #111b2a;
  font: normal 400 30px sans-serif;
  padding: 0;
}

h2 {
  border: 3px solid #7E7F74;
  border-radius: 10px;
}

/* styling of the elements with <img> tag */
img {
  border: 0;
  display: block;
}
/* styling of the elements with list <ol> unordered list and <ul> ordered list */
ol,
ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}
/* styling of the elements with <p> paragraph tag */
p {
  margin: 1em 0;
  padding: 0;
}

.contain {
  margin: 0 auto;
  width: 1200px;
}

.fill {
  min-width: 1200px;
  width: 100%;
}

.faqtitle {
  margin-bottom: 15px;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  color: #ffffff;
  font: normal 400 24px sans-serif;
  padding: 0;
}

/* header */
header {
  display: flex;
  height: 100px;
  justify-content: space-between;
}
/* webpage header color */
.index header {
  border: none;
  background-color: #0072CE;
}

header .contain {
  display: flex;
  justify-content: space-between;
  padding: 20px 25px;
}

/* styling of the navigation menu with <nav> tag */
nav {
  display: flex;
  font: normal 400 24px sans-serif;
  justify-content: space-between;
  align-items: center;
  padding-right: 100px;
}
/* styling of the <nav> tag links with <a> tag */
nav a {
  color: #7E7F74;
  display: inline-block;
  padding: 0 25px;
  text-decoration: none;
  border-right: #7E7F74 solid 2px;
}
/* styling of the <nav> tag links with <a> tag when hovering */
nav a:hover,
nav a:focus {
  color: #111b2a;
  text-decoration: underline;
}

.index nav {
  display: flex;
  font: normal 400 22px sans-serif;
  justify-content: space-between;
  align-items: center;
  padding-right: 100px;
}

.index nav a {
  color: #ffffff;
  display: inline-block;
  padding: 0 25px;
  text-decoration: none;
}

.index nav a:hover,
.index nav a:focus {
  color: #ffffff;
  text-decoration: underline;
}

.index nav a:last-child,
nav a:last-child {
  border-right: 0px;
}

/* faq */
.pageHead {
  background-color: #0072CE;
  height: 100px;
  padding-left: 150px;
  color: #ffffff;
}

/* styling with class button */
.buttons {
  padding: 10px 25px;
  margin: auto;
  position: relative;
}

/* styling with class button with <a> tag links */
.buttons a {
  background-color: #0072CE;
  border: #ffffff solid 3px;
  border-radius: 20px;
  color: #fff;
  padding: 25px 30px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  left: 35%;
}
/* styling with class button  with <a> tag on hover*/
.buttons a:hover,
.buttons a:focus {
  padding: 25px 30px;
  text-align: center;
  background-color: #ffffff;
  color: #0072CE;
  border: #0072CE solid 3px;
}

/* styling with class button with <span> tag*/
.buttons .title {
  font-size: 26px;
  display: block;
  font-weight: bold;
  text-align: center;
  width: 200px;
}

/* content */
.bigWrapper {
  background: url(compliance.jpg) no-repeat center -143px;
  background-size: cover;
  min-height: 670px;
  max-height: 670px;
  height: 670px;
}

.banner {
  align-items: flex-end;
  height: 50px;
  width: 1200px;
  font-size: 30px;
  line-height: 27px;
  display: flex;
  margin: -40px auto 200px;
  text-align: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
  /* top: -40%; */
}

/* this section for the heading text */
.banner2{
  color: #7E7F74;
  font: normal 900 46px 'Open Sans', sans-serif;
  position: relative;
  top: 60px;
  background-color: #ffffff;
  opacity:.9;
  border: 3px solid #7E7F74;
  border-radius: 10px;
}

.mainHome {
  padding: 140px 0 0px;
}

.text-index {
  margin-top: 0px;
  background-color: #ffffff;
  border-top: #ffffff solid 6px;
}

/* this section for the heading text */
.phoneContainer {
  width: 600px;
  background-color: #ffffff;
  opacity:.9;
  display: flex;
  margin: 30px auto 0px auto;
  text-align: center;
  color: #7E7F74;
  line-height: 55px;
  font-size: 30px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}

.question {
  font-weight: 700;
}

.nowrap {
  white-space: nowrap;
}

.follow-page section span {
  font-size: 18px;
}

.line1 {
  float: left;
  padding-left: 40%;
}

#epAttention {
  padding: 10px 0;
  text-align: center;
  background-color: #9b9b9b;
  color: #ffffff;
}

#epEmergency {
  background: #fff;
  padding: 10px 0;
  text-align: center;
  width: 95%;
  margin: 0 auto;
  display: block;
  color: rgb(3, 4, 80);
}

#epEmergency br {
  display: none;
}

#epEmergency strong {
  display: inline-block;
  margin-right: 7px;
}

footer table {
  font-size: 12px;
  margin: 15px auto 0;
  width: 1200px;
}