@font-face {
    font-family: 'lato';
    src: url('/static/opensans.ttf');
    font-display: swap;
}

body, input, textarea {
    color:#fff;    
    font-family: helvetica,lato;
    padding: 0;
    margin: 0;
    background-color: #2A363B;
}a {
    color: #5798FF;
    text-decoration:none;
}h1 {
    margin-top: 0px;
    font-size: 23px;
    padding-bottom:5px;
}h2 {
    margin-top: 0px;
    font-size: 23px;
    padding-bottom:5px;
}h3 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 6px;
    border-bottom:solid 1px #455961;
}p {
    font-family: "lato";
    font-size: 18px;
    color:#333;
    line-height:25px;
    color: #5A5A5A;
}img {
    width: 100%;
    height: auto;
}

#header {
    max-width: 1200px;
    padding-top: 24px;
    max-height: 650px;
    margin:auto;

}.clear {
    clear:both;
}


.sectionWhite {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 450px;
    padding-bottom: 100px;
    padding-top: 100px;
    margin: auto;
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
}.sectionDark {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 450px;
    padding-bottom: 100px;
    padding-top: 100px;
    margin: auto;
    max-width: 1200px;
    color: #fff;
    padding-right: 15px;
    padding-left: 15px;
}

.leftbox {
    width: 47%;
    float: left;
}.rightbox {
    width: 47%;
    float: right;
}


.sw {
    background-color: #fff;
    box-shadow: 5px 5px 20px #101314,5px -5px 20px #101314;
}



#footer {
    border-top:solid 1px #455961;
}.footcon {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 150px;
    padding-bottom: 50px;
    padding-top: 20px;
    margin: auto;
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
}

.titlebar {
    width: 1200px;
    margin: auto;
}
.titlebarbox {
    z-index: 5;
    opacity: 0.9;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    color: #000;
    height: 70px;
    box-shadow: 5px 5px 15px #101314;
}#logo{
    text-decoration: none;
    float: left;
    width: 20%;
    padding-top: 20px;
    padding-left: 20px;

}#logo img {
    width: 200px;
    height: 30px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  z-index: 5;
  opacity: 0.9;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 5px 5px 15px #101314;
}
.topnav #nav_container {
     width: 60%;
     margin: auto;
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

.logo_img {
     filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(86deg) brightness(100%) contrast(100%) drop-shadow( 2px 2px 2px rgba(100, 100, 100, .9));
     transition-duration: 0.4s;
}
.logo_img:hover {
     filter: invert(8%) sepia(50%) saturate(86%) hue-rotate(86deg) brightness(118%) contrast(119%) drop-shadow( 2px 2px 2px rgba(28, 20, 209, .7));
}

.mainimg {
margin-top: 130px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    width: 50%;
    -webkit-filter: drop-shadow(5px 5px 5px #000);
   filter: drop-shadow(5px 5px 5px #000);
}.footericons {
    width: 32px;
}.leftfooter {
    float: left;
}.rightfooter {
    float: right;
}

.container-holding {
    justify-content: center;
    margin: auto;
    display: flex;
}
.checkmark {
     color: green;
}
.container-1{
    border-right:1px #2A363B solid;
    flex-basis: 50%;
    display:flex;
    flex-direction:column;
    background-color: #6E7679;
}
.container-1 p{
    color: #F7F7F7;
}

.emptybox{
    background-color: #2A363B;
}

.container-holding a {
     text-decoration: none;
     color: white;
     padding:0px;
     margin:0px;
}
.container-2{
    flex-basis: 15%;
    display:flex;
    flex-direction:column;
    background-color: #F2F2F2;
    color: #382A2A;
}
.container-2:hover .container-2-box {
     font-weight: bold;
}
.container-3:hover .container-3-box { font-weight: bold; }
.container-4:hover .container-4-box { font-weight: bold; }
    
.container-3{
    border-left:1px #2A363B solid;
    border-right:1px #2A363B solid;
    flex-basis: 15%;
    display:flex;    
    flex-direction:column;
    background-color: #F2F2F2;
    color: #382A2A;
}

.orangebox{
    background-color: #E3A83D;
}

.container-4{
    flex-basis: 15%;
    display:flex;
    flex-direction:column;
    background-color: #F2F2F2;
    color: #382A2A;
}

.alt-bg-c1{
    background-color: #646464;    
}

.alt-bg-c234{
    background-color: #DCDDDF;
}

.price-row{
    border-top:4px #2A363B solid;
    background-color: #4C8E48;
}

.price-row p{
    color: #fff;
}
.price-info{
    padding-top: 40px;
    margin: auto;
}

.container-1 div, .container-2 div, .container-3 div, .container-4 div{
    padding-left:10px;
    padding-right:10px;
}



.container-top-box {
    border-bottom:4px #2A363B solid;
    font-weight: bold;
    text-align: center;
    flex-basis: 17%;
}

.container-1 p,.container-2 p,.container-3 p,.container-4 p{
    line-height: 11px;
}

.container-1-box{
    flex-basis: 17%;
}
.container-1-box:hover {
     font-weight: bold;
}

.container-2-box{
    text-align: center;
    flex-basis: 17%;    
}

.container-3-box{
    text-align: center;
    flex-basis:17%;
}

.container-4-box{
    text-align: center;
    flex-basis:17%;
}

@media only screen and (max-width: 850px) {
    .titlebarbox {
        height: 130px;

    }.titlebar {
        width: 100%;
        height: 150px;    
    }#logo {
        width: 100%;
    }
    .leftbox {
        width: 100%;
        margin-bottom: 65px;
        float: !important;
    }.rightbox {
        float: !important;
        width: 100%;

    }
    .sectionWhite {
        padding-left: 15px;
        padding-right: 15px;
    }.sectionDark {
        padding-right: 15px;
        padding-left: 15px;
    }.mainimg {
        margin-top: 160px;
        width: 50%;
        display: !important;
    }
}

.login {
     width: 50%;
     margin-left:auto;
     margin-right:auto;
}

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}

.mySlides {display: none}
img {vertical-align: middle;}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text {
  color: white;
  font-size: 25px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  background: rgba(00, 0, 00, .7);
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .topnav.responsive {
     position: relative;
     width: 100%;
     z-index: 5;
     opacity: 0.9;
     overflow: hidden;
     position: fixed;
     top: 0;
     box-shadow: 5px 5px 15px #101314;
  }
  .topnav #nav_container {
       width: 100%;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .login { width: 100%; }
}
