* {
  box-sizing: border-box;
}

.header {
  border: none;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #deeaf4;
  margin: 0;
}


/* topnav styles */
.topnav {
  text-align: center;
  background-color:#21285B;
}

.topnav a {
  display: inline;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav .icon {
  display: none;
}

.topnav a:hover,
.dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

@media screen and (max-width: 800px) {
  .topnav a:not(:first-child),
  .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav, .topnav.sticky {
    text-align: left;
  }
  .topnav a {
    display: inline-block;
  }
}

@media screen and (max-width: 800px) {
  .topnav.responsive {
    position: relative;
    text-align: left;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {
    float: none;
  }
  .topnav.responsive .dropdown-content {
    position: relative;
  }
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
/* End of topnav class styles */


/* dropdown styles */
.dropdown {
  display: inline;
  position: relative;
  overflow: hidden;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}
/* End of dropdown class styles */


/* image class styles */
.imgclass {
  max-width: 69%;
  max-height: 69%;
  float: left;
  margin: 3px 12px 3px 0px;
  border: none;
}

.imgclassbig {
  max-width: 58.2%;
  max-height: 58.2%;
  float: left;
  margin: 3px 12px 3px 0px;
  border: none;
}

.articleimgclass {
  max-width: 16%;
  max-height: 16%;
  float: left;
  margin: 3px 12px 3px 0px;
  border: none;
}

img {
  width: 100%;
  height: auto;
}

.logoclass {
  height: 100%;
  max-height: 40px;
  width: 100%;
  background-color: #21285B;
  border: none;
  max-width: 130px;
  position: relative;
  top: 10px;
}
/* End of image class styles */


/* Header class styles */
h1 {
  font-size: 8vw;
  font-weight: 800;
}

h2 {
  font-size: 6vw;
  font-weight: 710;
}

h3 {
  display: block;
  position: relative;
  text-align: center;
  font-size: 5vw;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 3%;
  line-height: 6vw;
}

h4 {
  font-size: 4vw;
  font-weight: 530;
}

h5 {
  font-weight: 440;
  font-size: 3vw;
}

h6 {
  display: block;
  position: relative;
  text-align: center;
  font-weight: 650;
  font-size: 2vw;
  margin-top: 0px;
  margin-bottom: 3%;
  line-height: 3.2vw;
}
/* End of Header class styles */


/* column class styles */
[class*="col-"] {
  float: left;
  padding: 2px;
  border: none;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
.col-13 {
  width: 55%;
}
.col-14 {
  width: 42%;
}
/* End of column class styles */


/* service-col class styles */
[class*="service-col-"] {
  border: 3px double #fffafa;
  color: #fffafa;
  outline: none;
  background-color: #536a42;
  font-family: inherit;
  margin-left: 3%;
  margin-right: 3%;
  font-weight: 300;
  font-size: 1.7vw;
  float: left;
  padding: 2px;
}

.service-col-1 {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}

.service-col-2 {
  width: 27%;
}

.service-col-3 {
  width: 54%;
}
.service-col-4 {
  width: 23%;
}
/* End of service-col class styles */


/* list item class styles */
ul.a {
  font-size: 100%;
  border: none;
  padding-left: 11%;
  color: white;
  background-color: #536a42;
  font-family: inherit;
  list-style-type: disc;
}

ul.b {
  font-size: 100%;
  border: none;
  padding-left: 5.5%;
  color: white;
  background-color: #536a42;
  font-family: inherit;
  list-style-type: disc;
}
/* End of list item class styles */


/* Table item class styles */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 96%;
  border: 1px solid #000000;
}

.HalfTable {
  border-collapse: collapse;
  border-spacing: 0;
  width: 75%;
  border: 1px solid #000000;
}

th, td {
  text-align: left;
  font-weight: 300;
  font-size: 1.7vw;
  padding: 5px;
}

tr:nth-child(even) {
  background-color: #5FA3D9;
}

tr:nth-child(odd) {
  background-color: #A8CDEC;
}
/* End of Table item class styles */


.active {
  background-color: #21285B;
  color: white;
}

.show {
  display: block;
}

.pclass {
  border: none;
  outline: none;
  color: white;
  padding: 8px;
  background-color: #536a42;
  font-family: inherit;
  margin-left: 3%;
  width: 70%;
  font-weight: 300;
  font-size: 1.7vw;
}

.articleclass {
  border: none;
  outline: none;
  color: white;
  padding: 8px;
  background-color: #536a42;
  font-family: inherit;
  margin-left: 3%;
  width: 90%;
  font-weight: 300;
  font-size: 1.7vw;
}

.articleclass1 {
  border: none;
  outline: none;
  color: white;
  padding: 3px;
  background-color: #536a42;
  font-family: inherit;
  margin-left: 1%;
  width: 10%;
  font-weight: 300;
  font-size: 1.7vw;
}

.articleclass2 {
  border: none;
  outline: none;
  color: white;
  padding: 8px;
  background-color: #536a42;
  font-family: inherit;
  margin-left: 3%;
  width: 60%;
  font-weight: 300;
  font-size: 1.7vw;
}

.row {
  display: flex;
  justify-content: center;
}

.t-class {
  position: relative;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-weight: 750;
  font-size: 2vw;
}

.sticky {
  position: fixed;
  top: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}

#toTop {
    padding: 5px 3px;
    background: #21285B;
    color: #f2f2f2;
    position: fixed;
    bottom: 0;
    right: 5px;
    cursor: pointer;
    display: none;
    border-radius: 8px; 
}

#toTop:hover {
    background-color: #555;
    color: #fff;
}

.text-center{
    text-align: center;
}


.style1 {
  display: inline-block;
  clear: both;
  border-top-style: none;
}

.style2 {
  text-transform: capitalize;
  border-top-style: none;
  font-size: 17px;
}

.style3 {
  font-size: 19px;
  text-align: center;
  font-weight: bold;
}

.style4 {
  text-align: center;
  font-size: 30px;
  border-color: #000000;
  border-style: solid solid none;
}

.style5 {
  text-decoration: underline;
}

.style6 {
  font-size: 17px;
}

.style7 {
  font-size: 17px;
}

.style8 {
  font-size: 17px;
}

.style9 {
  font: Helvetica;
  font-size: 3.6vw;
  vertical-align: text-top;
  border-color: #000000;
  border-style: solid;
  text-align: left;
}

.style10 {
  font: Helvetica;
  font-size: 3.2vw;
  vertical-align: text-top;
  border-color: #000000;
  border-style: solid;
  text-align: right;
}

.style11 {
  font-size: 17px;
}

.style12 {
  font-size: 18px;
}

.style13 {
  font-size: 18px;
}

.style14 {
  font-size: 18px;
}

.style15 {
  font-size: 16px;
  border-color: #000000;
  border-style: none solid solid;
}

td.product-title.style11 {
}

.wappler-temp {
}

.style16 {
  background-repeat: no-repeat;
}

@media (min-width: 576px) {
  .style4 {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .style17 {
    margin: 16px 15px;
  }

  .style18 {
    display: block;
  }

  .style19 {
    width: 100%;
  }

  .style20 {
    max-width: 120px;
    max-height: 30px;
  }
}
