@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&display=swap');

img{max-width:100%;height:auto}
body{font-size:16px;font-family:'Open Sans',sans-serif;font-weight:300;color:#282828}
section{width:100%;float:left;padding:100px 0;position:relative}
h2{font-size:175%;color:#146aea}
.top-menu{position:fixed;width:100%;z-index:999;top:0;left:0;transition:all .2s ease 0s;-webkit-transition:all .2s ease 0s;background-color:#082c90;padding:17px 0}.top-menu .navbar h1{font-size:200%;line-height:18px;font-weight:300;color:#edeff7;margin-bottom:10px}.top-menu .navbar img{margin-right:25px}.btn{display:inline-block;line-height:48px;border:1px solid transparent;text-align:center;cursor:pointer;padding:0 10px;background-color:#146aea;font-size:106.25%;font-weight:600;text-transform:uppercase;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}.btn.btn-blue-md{min-width:135px;color:#edeff7}.btn.btn-blue-lg{min-width:365px;color:#edeff7}.btn:hover{background-color:#edeff7;border-color:#146aea;color:#146aea}.hero{padding:130px 0 35px}.hero.bg-dark{background-color:#282828}.hero p{color:#fff;font-weight:300;margin:0}.hero p a{color:#277eff}.hero h2{margin-top:30px}.pt-10{padding-top:10px}.pt-20{padding-top:20px}.pt-80{padding-top:80px}.pb-15{padding-bottom:15px}.pb-25{padding-bottom:25px}.pb-30{padding-bottom:30px}.pb-40{padding-bottom:40px}.box-holder{padding:0 0 35px;margin-bottom:35px;border-bottom:1px solid #d4d4d4}.box-holder p{font-weight:300;margin:0}.box-holder span{font-size:87.5%;color:#999}.box-holder span.inner{margin-right:20px}.box-holder a.social-link{color:inherit;margin-left:10px}.box-holder a.social-link:hover{color:#277eff}.box-holder a.title{font-size:175%;color:#146aea;margin-left:0;margin-bottom:20px}.side-bar span{font-size:87.5%;font-weight:300}.side-bar a{color:#277eff}.side-bar a.link-inner{font-size:106.25%;font-weight:600;color:#146aea;text-transform:uppercase}.side-bar a.angle-inner{font-weight:300;font-size:87.5%;color:inherit}.side-bar a.angle-inner.prev i,.side-bar a.angle-inner.prev svg{margin-right:10px}.side-bar a.angle-inner.next i,.side-bar a.angle-inner.next svg{margin-left:10px}.side-bar a.small-title{font-size:106.25%;color:#146aea;font-weight:600}.side-bar .btn-blue-lg{margin-bottom:30px}.side-bar .widget .form-control{width:100%;float:left;height:50px;padding:5px 7px 5px 20px;margin-bottom:40px}.footer{background-color:#3a4450;padding:22px 0 28px}.footer .navbar{width:100%;float:left}.footer ul{margin-bottom:0;padding-left:0}.footer .nav-item{list-style:none;padding:0 5px}.footer span{font-weight:300;color:#fff}.nav-link{font-weight:300;color:#fff}
.nav-link:hover{color:#146aea}
.title-holder p, .title-holder ol li, .title-holder ul li{font-weight:300}
.title-holder p span{font-weight:600}
.title-holder ul{padding:0 0 0 17px}
.title-holder ul li{font-weight:300}
.title-holder ul li span{font-weight:600}@media (max-width:1200px){.btn.btn-blue-lg{min-width:1px;width:100%}}@media (max-width:990px){.footer .nav-link.first{padding-left:0}.hero{padding:180px 0 35px}}@media (max-width:767px){.hero{padding:183px 0 35px}.top-menu .navbar h1{margin-bottom:23px}.top-menu .navbar img{margin-bottom:13px}.pt-80{padding-top:40px}}

pre {
  border: 1px solid Black; 
  padding: 5px; 
  background-color: #ebedf0;
}

hr.cutoff {
  display: none;
}

.box-holder img {
  max-height: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-bottom: 15px;
}

/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
  max-width: 100%;
  font-size: 150%;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
span.close {
  position: absolute;
  top: 150px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 1000;
  opacity: 1;
  text-shadow: none;
}

span.close:hover,
span.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  text-shadow: none;
}

img {
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.video {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 1200px;
}

.svg img {
  max-height: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-bottom: 15px;
}