@font-face {
  font-family: RobotoCondensed-Light;
  src: url('fonts/RobotoCondensed-Light.ttf');
}

@font-face {
  font-family: RobotoCondensed-Bold;
  src: url('fonts/RobotoCondensed-Bold.ttf');
}

@font-face {
  font-family: RobotoCondensed-BoldItalic;
  src: url('fonts/RobotoCondensed-BoldItalic.ttf');
}

@font-face {
  font-family: RobotoCondensed-LightItalic;
  src: url('fonts/RobotoCondensed-LightItalic.ttf');
}

@font-face {
  font-family: RobotoCondensed;
  src: url('fonts/RobotoCondensed-Regular.ttf');
}

body {
  background-color: #0b346c;
}

.outer-wrapper {
  position: relative;
  width: 563px;
  height: 1900px;
  overflow: hidden;
}

.background-img {
  width: 730px;
  background-repeat: repeat-y;
  opacity: 0.5;
}

.main-wrapper {
  padding: 30px 0px 30px 0px;
  font-size: 19px;
  font-family: RobotoCondensed;
  color: white;
  line-height: 1.45em;
  position: relative; 
}

.tab-img {
  position: absolute;
  left: -24px;
  top: 36px;
}

.title {
  font-family: RobotoCondensed-BoldItalic;
  margin-bottom: 35px;
}

.main-title {
  margin: 15px 0px 38px 0px;
  font-size: 22px;
}

.yellow-title {
  font-size: 18px;
  color: #f9a51a;
  margin: 20px 0px;
}

.yellow {
  color: #f9a51a;
  font-family: RobotoCondensed-Bold;
}

b {
  font-family: RobotoCondensed-Bold;
  font-weight: unset;
}

p {
  margin: 28px 0;
}

#tab-1 .subtext {
  font-size: 8px;
  font-family: RobotoCondensed;
  margin: -3px 0;
  line-height: 1.4em;
}

img {
  /*-webkit-font-smoothing: subpixel-antialiased;*/
  /*-webkit-transform: translateZ(0) scale(1.0, 1.0);*/
  /*-webkit-transform: translateZ(0) scale(1.0, 1.0);*/
  /*-ms-transform: translateZ(0) scale(1.0, 1.0);*/
  /*-webkit-transform: translateZ(0) scale(1.0, 1.0);*/
  /*transform: translateZ(0) scale(1.0, 1.0);*/
}

* {
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  -o-user-select: none;
  user-select: none;
}

.print-area-container {
  position: relative;
}

.print-btn {
  position: absolute;
  right: 0px;
  bottom: -28px;
  padding: 2px 5px;
  background-color: #faa61a;
  border-radius: 5px;
  color: #04265B;
  cursor: pointer;
  opacity: 1;
}

.print-btn:hover {
  color: #ffffff;
}

.print-btn span {
  font-family: RobotoCondensed-Bold;
  font-size: 16px;
}

#tab-1 .main-wrapper p {
  font-size: 17px;
  line-height: 1.45em;
  margin: 28px 0;
}

#bg-img-1 {
  position: absolute;
  top: 722px;
  left: 200px;
  z-index: -1;
  width: initial !important;
}

#bg-img-2 {
  position: absolute;
  top: 1655px;
  left: -80px;
  z-index: -1;
  width: initial !important;
}

a#pdf1 {
    text-decoration: none;
    color: #04265B;
}
a#pdf1:visited {color:#04265B;}
a#pdf1:hover {color:#ffffff;}
a#pdf1:active {color:#ffffff;}

#tab-1 p {
    margin: 28px 0 !important;
}

.kbwrapper #tab-1 img {
    display: inline-block;
}

#tab-1 .main-wrapper {
    z-index: 1;
}

