div#logo {
    margin: 20px 0 10px;
}
h1, h2, h3, p, ul, td, a, li {
    font-family: 'Montserrat', sans-serif, Arial;
}
a:hover{
color:#3783f9;
text-decoration:none;
}


* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  font-size: 10px;
  color: #8a8e9b;
  font-family: Verdana, Arial, Helvetica, sans-serif; }

#logo span {
  font-size: 2rem;
  color: #ffffff;
  padding-left: 15px; }

p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 0 15px; }

li {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 0 5px; }

h1 {
  font-size: 3rem;
  margin: 20px 0 10px; }

h2 {
  font-size: 2.5rem;
  margin: 20px 0 10px; }

h3 {
  font-size: 2rem;
  margin: 20px 0 10px; }
nav ul, nav ul li {
  padding: 0;
  margin: 0;
  list-style-type: none; }

nav a {
  font-weight: 400;
  display: block;
  color: #b2c2d0;
  padding: 7px 10px 7px 11px;
  margin: 0;
  border-left: 4px solid #242832; }

nav a:hover {
  color: #fff;
  border-left: 4px solid #b2c2d0;
  text-decoration: none; }

#hamburger {
  background: #242832;
  padding: 8px;
  display: none;
  top:-20px;
  }
  #hamburger span {
    width: 24px;
    border: 1px solid #fff;
    margin: 5px 0;
    display: block; }
.hr {
  border-top: 1px solid #dfe3e8;
  margin-bottom: 20px; }

.responsive-img {
  width: 100%;
  margin-bottom: 15px; }

.share-div {
  width: 50px;
  height: 50px;
  background: #dfe3e8;
  float: right;
  margin-bottom: 15px; }

#leftCol {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background: #242832;
  width: 150px; }

#rightCol {
  width: 100%;
  height: 100%;
  background: linear-gradient(141deg, #ffffff 0%, #ffffff 0%, #f5f6fa 75%); }

.content-layout {
  display: table;
  margin-left: 150px;
  width: 80%; }

/*tabs - section styling */
.section-div {
  margin-bottom: 20px;
  background: #ffffff;
  text-align: center;
  border: 1px solid #ddd; }

.section-div section {
  padding: 20px 20px 0; }

.section-div section:first-child {

    border-bottom: 1px solid #ddd;
    background: #f5f6fa;

}

.section-div section h3 {
  margin: 0 0 20px; }

.section-div section:last-child {
  padding-bottom: 20px; }

/*tabs - section styling end*/
/*#contentLayout header,#contentLayout main, #contentLayout footer{
      display:table-row;
}*/
#mainContentLeft {
  /*width:50%;*/
  max-width: 700px;
  margin: 20px 20px 50px;
  background: #ffffff;
  padding: 20px 20px; }

#mainContentRight {
  background: #ffffff;
  width: 40%;
  margin: 20px 20px 50px;
  border: 1px solid #F5F6FA;
  box-shadow: 6px 4px 8px -4px #dfdfdf;
  padding: 20px 20px;
  max-width: 400px; }

.main-cols, .main-content-col {
  float: left; }

.clear-fix {
  clear: both; }

header {
  background: #ffffff;
  width: 100%;
  border-bottom: 1px solid #dfe3e8; }

footer {
  background: #dfe2eb;
  min-height: 150px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  padding-left: 10px; }

main {
  display: flex; }

#hamburger {
  float: right; }

/*tabs*/
/* Style the tab */
div.tab {
  overflow: hidden;
  background-color: #f1f1f1; }

/* Style the buttons inside the tab */
div.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px; }

/* Change background color of buttons on hover */
div.tab button:hover {
  background-color: #ddd; }

/* Create an active/current tablink class */
div.tab button.active {
  background-color: #ccc; }

/* jquery tabs */
ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none; }

ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 8px;
  cursor: pointer;
  margin: 0; }

ul.tabs li.current {
  border-bottom: 4px solid  #b2c2d0;
  color: #222; }

.tab-content {
  display: none;
  padding: 15px 0;
  border-top: 1px solid  #b2c2d0; }

.tab-content.current {
  display: inherit; }

/*jquery tabs end*/
/*Homepage css*/
#mainImage {
  width: 100%;
  margin-bottom: 10px; }

#subImages {
  display: flex; }

#subImages > section:first-child {
  margin-right: 2%; }

@media screen and (max-width: 768px) {
  /*Homepage css*/
  #mainImage {
    width: 100%;
    margin-bottom: 10px; }
  #subImages {
    display: block; }
  #subImages > section:first-child {
    margin-right: 0; }
  #mainContentLeft {
    width: 100%;
    background: #ffffff;
    padding: 20px 20px;
    margin: 0;
    max-width: 100%; }
  .content-layout {
    margin-left: 0;
    width: 100%;
    padding: 0 10px; }
  #leftCol {
    position: fixed;
    left: -151px; }
  #hamburger {
    display: block;
    float: right; }
  main {
    display: block; }
  #mainContentRight {
    max-width: none;
    width: 100%;
    margin: 20px 0 50px; }
  footer {
    margin-left: 0; }
  #leftCol.responsive {
    position: fixed;
    left: 0; } 

  #hamburger {
    display: block;
    position: relative;
    left: 40px; } 
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .content-layout {
    display: table;
    margin-left: 150px;
    width: 79%; }
  #mainContentLeft {
    max-width: 700px;
    background: #ffffff;
    padding: 20px 15px;
    margin: 20px 10px 50px 20px;

  }
  #mainContentRight {
    background: #ffffff;
    border: 1px solid #F5F6FA;
    box-shadow: 6px 4px 8px -4px #dfdfdf;
    padding: 10px 10px;
    margin: 20px 20px 50px 10px;
    width: 70%; } 

}




/*
     FILE ARCHIVED ON 05:51:47 Jan 26, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:36:10 Feb 01, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.24
  exclusion.robots: 0.02
  exclusion.robots.policy: 0.008
  esindex: 0.013
  cdx.remote: 19.758
  LoadShardBlock: 401.491 (3)
  PetaboxLoader3.datanode: 722.956 (5)
  PetaboxLoader3.resolve: 196.954 (3)
  load_resource: 537.004 (2)
*/