@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;
  src: url('fonts/RobotoCondensed-Regular.ttf');
}


body {
  background-color: #0b346c;
}

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

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

.main-wrapper {
  padding: 30px 0px 30px 0px;
  font-size: 18px;
  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-BoldItalic;
}

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

p {
  margin: 28px 0;
}

.subtext {
  font-size: 14px;
  font-family: RobotoCondensed-LightItalic;
  margin: 35px 0;
}

img{
  /*font-smooth: subpixel-antialiased;*/
  /*transform: translateZ(0) scale(1.0, 1.0);*/
  /*-webkit-font-smoothing: subpixel-antialiased;*/
  /*-webkit-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: -26px;
  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-2 .main-wrapper p {
  font-size: 17px;
  line-height: 1.45em;
  margin: 28px 0;
}

#bg-img-2-1, #bg-img-2-2, #bg-img-2-3, #bg-img-2-4, #bg-img-2-5, #bg-img-2-6 {
  position: absolute;
  z-index: -1;
  width: initial !important;
}

#bg-img-2-1 {
  top: 490px;
  left: 100px;
}

#bg-img-2-2 {
  top: 1913px;
  left: 295px;
}

#bg-img-2-3 {
  top: 3092px;
  left: -250px;
}

#bg-img-2-4 {
  top: 3990px;
  left: -202px;
}

#bg-img-2-5 {
  top: 5169px;
  left: -32px;
}

#bg-img-2-6 {
  top: 6797px;
  left: -136px;
}

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

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

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

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


