:root {
  --c_body: #DDE6E6;
  --c_header: #809090;
  --c_main: #DDE6E6;
  --c_footer: #A6CAF0;
  --c_row: #00E6E6;
  --c_F_1: #EDD1AA;
  --c_F_2: #100A24;
  --c_F_3: #F9F1E8;
}
html, html * {
  font-size: 16px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Gotham, Helvetica Neue, Helvetica, Arial, " sans-serif";
}
header {
  height: 4.4rem;
  background-color: var(--c_header);
  padding: 0px;
  top: 0px;
  position: sticky;
  z-index: 200;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
main {
  background-color: var(--c_main);
  overflow-y: visible;
  display: block;
}
.main_top {
  position: sticky;
  top: 5rem;
  height: 25rem;
  overflow: hidden;
  z-index: -5;
  background-color: var(--c_main);
}
footer {
  background-color: var(--c_footer);
  font-size: 1rem;
}
footer h1 {
  font-size: 1.5rem;
  text-align: left;
}
body {
  background-color: var(--c_body);
  margin-left: auto;
  margin-right: auto;
}
textarea {
  font-family: inherit;
  font-size: inherit;
}
ul, ol, dl {
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: normal;
}
h1 {
  font-size: 1.5rem;
}
h2 {
  font-size: 1.2rem;
}
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  background-color: yellow;
  padding: 20px;
  font-size: 20px;
}

.header {
  background-color: var(--c_header);
  height: 110px;
  margin-top: 5px;
}
.header_left {
  font-size: 1.2rem;
  color: #FFF;
  width: 7rem;
  position: relative;
  padding: 0.75rem 1rem;
  margin-right: 3rem;
  background-color: #607070;
  display: block;
  float: left;
  margin-left: auto;
}
.content {
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
  height: auto;
  background-color: #DDE6E6;
  position: relative;
  overflow: auto;
  width: 100%;
  float: left;
  margin: 0px;
  clear: both;
  z-index: 50;
}
.footer {
  background-color: var(--c_footer);
  padding-top: 2px;
  padding-right: 0;
  padding-bottom: 2px;
  padding-left: 5%;
  font-size: 1rem;
  float: left;
  position: relative;
  width: 95%;
}
.fltrt {
  float: right;
  margin-left: 8px;
}
.fltlft {
  float: left;
  margin-right: 8px;
}
.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

.cont_right {
  float: right;
  height: 500px;
  width: 68%;
  position: relative;
  border-top-color: #00F;
  border-right-color: #00F;
  border-bottom-color: #00F;
  border-left-color: #00F;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: auto;
  margin-right: 1%;
  text-align: center;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
.menu_1 {
  font-family: Helvetica, Arial, sans-serif;
  height: 3rem;
  margin: 0rem 0rem 1rem 0.5rem;
  padding: 0.5rem;
}
.menu_1 ul {
  list-style-type: none;
}
.menu_1 ul li {
  width: 8rem;
  margin-top: 0.5rem;
  position: relative;
  display: inline-block;
  font-size: 1.2em;
  text-align: center;
  margin-right: 1px;
  margin-left: 1px;
}
.menu_1 ul li a {
  font-size: 1rem;
  text-decoration: none;
  color: #FFFFFF;
  border-top-width: 5px;
  border-top-style: none;
  border-bottom-width: 5px;
  border-bottom-style: none;
  margin-right: 1px;
  margin-left: 1px;
  font-weight: normal;
  border-top-color: #000;
  border-bottom-color: #AA9239;
  padding-top: 5px;
  padding-bottom: 5px;
}
.menu_1 ul li:hover a, .menu_1 ul li.active a {
  color: #FFF;
  background-color: #000000;
}
.menu_1 ul li a:hover {
  color: #FFF;
  background-color: #787878;
  width: 8rem;
}

.text_1 {
  padding-left: 4%;
  margin-left: 2%;
}
.text_1 p {
  background-color: #B0C0C0, 0.5;
  text-align: left;
  font-size: 0.8rem;
  font-weight: 200;
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow-y: auto;
  margin-right: 2%;
  color: #000;
}


.footer-text {
  margin-bottom: 1.2rem;
  font-size: 0.8rem;
}
.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}
.toprow {
    height: 25rem;
}
.column_2 {
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}
.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
.col {
  width: 100%;
}
.row:before, .row:after {
  /*  content: ""; */
  /*  display: table; */
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.col-lg-three-fourth {
  width: 75%;
}
/*Desktop View*/
@media (min-width: 1024px) {
  body {
    font-size: 24px;
  }
  .style-logo {
    float: left;
  }
  .col-lg-one-fourth {
    width: 25%;
  }
  h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
/*Tablet View*/
@media (max-width: 768px) {
  body {
    max-width: 778px;
  }
  h1 {
    font-size: 1.2rem; 
    margin-bottom: 1rem;
  }
  h2 {
    margin-bottom: 16px;
  }
  .col-md-one-half {
    width: 50%;
  }
  .col {
    padding: 0px 7px 14px;
  }
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
  .column_2 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  h1 {
    font-size: 1rem;
    margin: 2rem 0 1rem 0;
  }
  h2 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .header_left {
    font-size: 0.8rem;
    width: 5rem;
      margin-right: 1rem;
  }
    .toprow {
    height: 15rem;
}
    #myTopnav_2  a{
        font-size: 0.8rem;
    }
}
  @media screen and (orientation:portrait) and (max-width: 400) {
    /* CSS applied when the device is in portrait mode */
    /*    html {
    transform-origin: left top;
    width: 100vh;
    height: 100vw;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    } */
  }
  @media screen and (orientation:landscape) and (max-width: 667) {
    /* CSS applied when the device is in landscape mode */
    html {
      transform: rotate(-90deg);
    }
    /*    transform-origin: left top;
    width: 100vh;
    height: 100vw;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    }*/
  }
  /* ----------- iPhone 6, 6S, 7 and 8 ----------- */
  /* Portrait and Landscape */
  @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    html {}
  }
  /* Portrait */
  @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    html {
      transform: rotate(-0deg);
    }
  }
  /* Landscape */
  @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    html {}
  }