@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css?family=Righteous&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway&Thin&display=swap");

html {
  scroll-behavior: smooth;
}
* {
  font-family: "Raleway";
}

h1 {
  font-family:Righteous;
  font-family: "Raleway";
  font-weight: 500;
  line-height: 20px;
  height: 10px;
}
h2 {
  font-family:Righteous;
  font-weight: 100;
}
l1 {
  font-weight: -700;
}
p {
  /* font-family: "Open Sans"; */
  font-weight: -1000;
}
body {
  margin: auto;
  /* font-family: 'Open Sans'; */
  font-family: "Raleway";
  font-size: 15px;
  background-color: #ffffff;
  color: black;
  height: 100%;
  position: relative;
  min-height: 100vh;
}
a:link {
  text-decoration: none;
  padding: 0px 0px;
  color: #888888;
  text-align: left;
}
a:visited {
  text-decoration: none;
  padding: 0px 0px;
  color: #888888;
  text-align: left;
}
a:hover {
  text-decoration: none;
  padding: 0px 0px;
  color: black;
  text-align: left;
}
a:active {
  text-decoration: none;
  padding: 0px 0px;
  color: #1883c9;
  text-align: left;
}
a.dark:link {
  text-decoration: none;
  padding: 0px 0px;
  color: #ffc313;
  text-align: left;
}
a.dark:visited {
  text-decoration: none;
  padding: 0px 0px;
  color: #ffc313;
  text-align: left;
}
a.dark:hover {
  text-decoration: underline;
  padding: 0px 0px;
  color: #ffc313;
  text-align: left;
}
a.dark:active {
  text-decoration: none;
  padding: 0px 0px;
  color: #ffc313;
  text-align: left;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.header1 {
  background: #eef8fb;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
}
.inside {
  width: 780px;
  margin: auto;
  /* border: 1px solid blue;
     */
}
.inside2 {
  border: 1px solid red;
  display: inline-block;
}
.header2 {
  /* background: #375A8F; */
  background: #294356;
  color: #eeeeee;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.header3 {
  /* background: #294356; */
  background: #ffffff;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-left: 25px;
}
.body-main {
  background: #ffffff;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-left: 25px;
}
.footer1 {
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  position: sticky;
  top: 100%;
  border-top: 1px solid #eeeeee;
}
.footer2 {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-top: 12px;
  padding-right: 0px;
  padding-bottom: 12px;
  padding-left: 0px;
  border-top: 1px solid #eeeeee;
  background-color: white;
}
.footerwrapper {
  min-height: 70%;
  min-height: -webkit-calc(100% - 186px);
  min-height: -moz-calc(100% - 186px);
  min-height: calc(100vh - 186px);
}
.divider {
  border-bottom: 1px solid #eeeeee;
}
.dividerf7f7f7 {
  border-bottom: 1px solid #f7f7f7;
}
.topnav {
  overflow: hidden;
  background-color: #ffffff;
}
.vertical-menu {
  width: 190px;
}
.vertical-menu a {
  background-color: #ffffff;
  color: black;
  display: block;
  padding: 12px;
  text-decoration: none;
  border-bottom: 1px solid #dddddd;
}
.vertical-menu a:hover {
  background-color: #fafafa;
}
.vertical-menu a.active {
  background-color: #fafafa;
  border-left: 2px solid #ffc313;
}
.body-right {
  margin-left: 220px;
  position: absolute;
  top: 275px;
}
.float-container {
  border: 1px solid #fff;
  padding: 00px;
}
.float-child1 {
  width: 200px;
  float: left;
  padding-top: 10px;
  /* border: 1px solid red;
     */
}
.float-child2 {
  float: left;
  padding-left: 20px;
  /* border: 1px solid red;
     */
}
.row-parent {
  padding: 0px;
  /* border: 1px solid red;
     */
}
.row-child {
  width: 265px;
  float: left;
  padding-top: 0px;
  /* border: 1px solid blue;
     */
}
.grid-container-element {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  border: 1px solid black;
  width: 90%;
}
.grid-child-element {
  margin: 10px;
  border: 1px solid red;
}
/* nav menu */
.navbar {
  overflow: hidden;
  /* max-height: 46px; */
}
.navbar a {
  float: right;
  font-size: 14px;
  text-align: center;
  padding: 21px 8px;
  text-decoration: none;
  color: #888888;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 15px;
  border: none;
  outline: none;
  padding: 13px 15px;
  color: #666666;
  margin-top: 0px;
  padding-top: 15px;
}
.navbar a:hover,
.dropdown:hover .dropbtn {
  color: black;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f0f0f0;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  padding: 13px 15px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #f7f7f7;
}
.dropdown:hover .dropdown-content {
  display: block;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none;
  background-color: #f0f0f0;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  border-style: solid;
  border-color: #cccccc;
  border: 1px solid #dddddd;
}

#myBtn:hover {
  background-color: #f7f7f7;
}
.lead {
  font-size: 18px;
}
.buttonBig {
  z-index: 10;
  height: 270px;
  width: 235px;
  background-color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  margin-left: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-radius: 3px;
  text-decoration: none;
  padding-top: 0px;
  display: inline-block;
  overflow: hidden;
  filter: grayscale(35%);
}
.buttonBig:hover {
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  filter: brightness(100%);
}
.buttonBig a {
  text-decoration: none;
  color: #333333;
}
.buttontextpadding {
  padding: 20px;
  
}
.sectiontitle {
  display: block;
  content: " ";
  margin-top: -60px;
  height: 60px;
  visibility: hidden;
  pointer-events: none;
}
.imagelink {
  opacity: 0.6;
}
.imagelink:hover {
  opacity: 1.0;
}
.buttonBigRight {
  z-index: 10;
  height: 270px;
  width: 235px;
  background-color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 00px;
  margin-left: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-radius: 3px;
  text-decoration: none;
  padding-top: 0px;
  display: inline-block;
  overflow: hidden;
  filter: grayscale(50%);
}
.buttonBigRight:hover {
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  filter: brightness(100%);
}
.buttonBigRight a {
  text-decoration: none;
  color: #333333;
}
	
