* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

HTML {
  background-color: white;
}
BODY {
  margin-left: 0px;
  box-sizing: border-box;
  font-family: Arial;
  font-size: 16px;
  margin: auto;
}

.imghov {
  opacity: 1;
}
.imghov:hover {
  opacity: 0.6;
  cursor: zoom-in;
}
.imgpop {
  opacity: 1;
}
.imgpop:hover {
  opacity: 0.6;
  cursor: zoom-in;
}
/*#imgpop2{
  opacity: 1;
}
#imgpop2:hover{
  opacity: 0.6;
  cursor: zoom-in;
}*/

#popimage_div {
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.4;
  background: rgba(236, 233, 48, 0.733);
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

#popimage {
  object-fit: contain;
  margin: auto;
  text-align: center;
  max-width: 100%;
  max-height: 90vh;
  width: 100%;
  height: auto;
  z-index: 11;
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  color: rgb(5, 92, 149);
  font-style: italic;
  font-weight: 600;
  text-decoration: solid;
  text-decoration-line: underline;
  text-decoration-color: rgb(5, 92, 149);
}

#Header {
  /*padding: 4px;
  padding-left: 20px;
  padding-right: 20px;*/
  background-color: black;
  color: black;
  margin: auto;
  text-align: center;
  height: 50px;
}

#includeHeader {
  background-color: black;
  color: white;
  width: 100%;
  margin: auto;
  height: 50px;
  padding:6px;
}

#headerrightimage {
  /*float: right;*/
  border-color: white;
  border-style: solid;
  border-width: 1px;
  height: 40px;
  width: auto;
}

#headercenterimage {
  /*float: left;*/
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  height: 40px;
  width: auto;
  /*text-align: center;*/
}

#headerleftimage {
  height: 40px;
  width: auto;
}

#Footer {
  padding: 10px;
  background-color: black;
  color: rgb(255, 255, 255);
  margin: auto;
  justify-content: center;
  width: 100%;
  vertical-align: bottom;
  display: flex;
}

#includeFooter {
  justify-content: center;
  margin: auto;
}

.footerstyle {
  align-self: center;
  text-align: justify;
  font-size: 12px;
  font-weight: 0;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-style: normal;
}

.footerstyle2 {
  align-self: center;
  text-align: center;
  font-size: 14px;
  font-weight: 0;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-style: normal;
}

.footerstyle2 a {
  color: rgb(40, 200, 228);
  font-style: italic;
  text-decoration: solid;
  text-decoration-line: underline;
  text-decoration-color: rgb(40, 200, 228);
}

.footerleftimg {
  width: 0%;
  display: none;
}

.footerrightimg {
  width: 0%;
  display: none;
}

#NavPlaceHolder {
  margin: auto;
  padding: 0px;
  width: 100%;
}

#Navigation {
  margin: auto;
  padding: 0px;
  width: 100%;
}

/* content, container and boxcontainer can be of 100, 50, 33 as 25% size*/
.content {
  background-color: white;
  color: black;
  width: 100%;
  margin: auto;
  padding: 0px;
  padding-bottom: 0px;
  text-align: center;
  overflow: auto;
  /*height: 320px;*/
  /*border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  border-width: 1px;*/
}

.container {
  align-items: center;
  justify-content: center;
}

.boxcontent10,
.boxcontent15,
.boxcontent20,
.boxcontent25,
.boxcontent30,
.boxcontent33,
.boxcontent40,
.boxcontent50,
.boxcontent60,
.boxcontent67,
.boxcontent70,
.boxcontent75,
.boxcontent80,
.boxcontent85,
.boxcontent100 {
  color: rgb(122, 38, 5);
  background: rgb(255, 255, 255);
  width: 100%;
  height: auto;
  border: 0px solid rgb(155, 150, 150);
  padding: 15px;
  font-size: calc(12px + .5vw);
  font-weight: 400;
  justify-content: left;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  overflow: auto; /*make scroll bar appear if content does not fit the div*/
}

.img1 {
  background: url(/images/logos/FTLogoR_10pc_OPC.png);
  background-repeat: repeat;
  background-size: 35%;
  background-position: center;
  background-attachment: fixed;
  background-position-y: 100px;
}

.img2 {
  background: url(/images/logos/GT_BLK_10pc_OPC.png);
  background-repeat: repeat;
  background-position: center;
  background-size: 30%;
  background-attachment: fixed;
  background-position-y: 100px;
}

.img12 {
  background: url(/images/logos/FTGT_10pc_OPC.png);
  background-repeat: repeat;
  background-position: center;
  background-size: 30%;
  background-attachment: fixed;
  background-position-y: 100px;
}

.imgcover {
  background-size: contain;
}

.imgblt, .imgblt::after, .imgblt::before {
  content: url(/images/BulletPoints/bullet1.png);
  width: min(18px, calc(8px + 0.5vw));
}

.imgbltred {
    content: url(/images/BulletPoints/bullet_red.png);
    width: min(18px, calc(8px + 0.5vw));
  }
  
  .reddot{
    width: 3vw; 
    max-width: 20px; 
    height:auto;
    border: 0px;
  }

  .blankdiv {
  color: black;
  font-size: 20px;
  vertical-align: bottom;
  border-style: none;
  justify-content: center;
  font-size: calc(8px + 0.75vw);
  display: flex;
  width: 100%;
}

#content-not-in-use {
  /*background-color: #FCF0D6;*/
  background-color: #fffaf1;
  color: rgb(0, 0, 0);
  margin: 0px;
  padding: 0px;
}

@media screen and (min-width: 720px) {
  #Header {
    text-align: left;
    margin: auto;
  height: 80px;
  padding:6px;
}

  .boxcontent10,
  .boxcontent15,
  .boxcontent20,
  .boxcontent25,
  .boxcontent30,
  .boxcontent33,
  .boxcontent40,
  .boxcontent50,
  .boxcontent60,
  .boxcontent67,
  .boxcontent70,
  .boxcontent75,
  .boxcontent80,
  .boxcontent85,
  .boxcontent100 
  {
    float: left;
    /*display: inline;*/
    /*font-size: 18px;*/
    font-size: calc(10px + .4vw);
    /*max(16px, calc(9px + 0.5vw));*/
    /*height: 50vh;*/
    overflow: auto; /*make scroll bar appear if content does not fit the div*/
    height: 100vh;
    /*min-height: 75vh;*/
  }

  .boxcontent10 {
    width: 10%;
  }

  .boxcontent15 {
    width: 15%;
  }

  .boxcontent20 {
    width: 20%;
  }

  .boxcontent25 {
    width: 25%;
  }

  .boxcontent30 {
    width: 30%;
  }

  .boxcontent33 {
    width: 33.3%;
  }

  .boxcontent40 {
    width: 40%;
  }

  .boxcontent50 {
    width: 50%;
  }

  .boxcontent60 {
    width: 60%;
  }

  .boxcontent67 {
    width: 66.7%;
  }

  .boxcontent70 {
    width: 70%;
  }

  .boxcontent75 {
    width: 75%;
  }

  .boxcontent80 {
    width: 80%;
  }

  .boxcontent85 {
    width: 85%;
  }

  .boxcontent100 {
    width: 100%;
  }

  #headerrightimage {
    float: right;
    height: 60px;
    width: auto;
  }

  #headercenterimage {
    /*    float: none;
    margin-left: auto;
    margin-right: auto;*/
    height: 60px;
    width: auto;
    position: relative; /* where the next element will be automatically positioned */
    display: inline-block; /* causes element width to shrink to fit content */
    left: 46%; /* moves left side of image/element to center of parent element */
    transform: translate(
      -100%
    ); /* centers image/element on "left: 50%" position */
    margin: center  ;
    text-align: center;
  }
  #headerleftimage {
    height: 60px;
    width: auto;
  }

  .footerleftimg {
    width: 10%;
    display: contents;
    text-align: left;
    vertical-align: center;
  }

  .footerrightimg {
    width: 10%;
    display: contents;
    text-align: right;
    vertical-align: center;
  }

  .content {
    width: 100%;
  }

  #includeHeader {
    width: 100%;
  }

  #includeFooter {
    width: 100%;
  }

  #NavPlaceHolder {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .content {
    width: 85%;
  }

  #popimage {
    margin: auto;
    text-align: center;
    width: 90%;
    z-index: 11;
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
  }

  .boxcontent10,
  .boxcontent15,
  .boxcontent15,
  .boxcontent20,
  .boxcontent25,
  .boxcontent30,
  .boxcontent33,
  .boxcontent40,
  .boxcontent50,
  .boxcontent60,
  .boxcontent67,
  .boxcontent70,
  .boxcontent75,
  .boxcontent80,
  .boxcontent85,
  .boxcontent100 {
    float: left;
    font-size: 18px;
    font-size: min(18px, calc(10px + 0.5vw));
    font-size: 15px; /*calc(8px + 0vw);*/
    /*height: 50vh;*/
    overflow: auto; /*make scroll bar appear if content does not fit the div*/
    height: 100vh;
    /*min-height: 75vh;*/
  }

  .boxcontent10 {
    width: 10%;
  }

  .boxcontent15 {
    width: 15%;
  }

  .boxcontent20 {
    width: 20%;
  }

  .boxcontent25 {
    width: 25%;
  }

  .boxcontent30 {
    width: 30%;
  }

  .boxcontent33 {
    width: 33.3%;
  }

  .boxcontent40 {
    width: 40%;
  }

  .boxcontent50 {
    width: 50%;
  }

  .boxcontent60 {
    width: 60%;
  }

  .boxcontent67 {
    width: 66.7%;
  }

  .boxcontent70 {
    width: 70%;
  }

  .boxcontent75 {
    width: 75%;
  }

  .boxcontent80 {
    width: 80%;
  }

  .boxcontent85 {
    width: 85%;
  }

  .boxcontent100 {
    width: 100%;
  }

  #includeHeader {
    width: 85%;
  }

  #includeFooter {
    width: 85%;
  }

  #NavPlaceHolder {
    width: 85%;
  }
}

/******************************************
 Style for tables with small fonts centered 
*******************************************/
.smallbox {
  font-size: small;
  padding: 1px;
  height: auto;
  text-align: center;
  border: 1px solid black;
  /*display: inline  ;*/
}

/*****************
  HENRIQUE STYLES
******************/
.margintext {
  margin-top: 20px;
}

.marginleft {
  margin-left: 20px;
}
.imgcenter {
  display: flex;
  justify-content: center;
}

.margintopimg {
  margin-top: 20px;
}
.fontbold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}

.red {
  color: red;
}

.marginbox {
  margin-left: 10px;
  margin-right: 10px;
}

.paddingtable {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.retangle {
  border-style: solid;
  border: 5px 5px 5px 5px;
}

.tablecss {
  border: 1px solid;
}
