@font-face {
  font-family: BebasNeue Regular;
  src: url("../fonts/BebasNeue Regular.eot");
  src: url("../fonts/BebasNeue Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue Regular.woff") format("woff"), url("../fonts/BebasNeue Regular.ttf") format("truetype"), url("../fonts/BebasNeue Regular.svg#BebasNeue Regular") format("svg"); }
@font-face {
  font-family: BebasNeue Bold;
  src: url("../fonts/BebasNeue Bold.eot");
  src: url("../fonts/BebasNeue Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue Bold.woff") format("woff"), url("../fonts/BebasNeue Bold.ttf") format("truetype"), url("../fonts/BebasNeue Bold.svg#BebasNeue Bold") format("svg"); }
@font-face {
  font-family: BebasNeue Book;
  src: url("../fonts/BebasNeue Book.eot");
  src: url("../fonts/BebasNeue Book.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue Book.woff") format("woff"), url("../fonts/BebasNeue Book.ttf") format("truetype"), url("../fonts/BebasNeue Book.svg#BebasNeue Book") format("svg"); }
@font-face {
  font-family: fontawesome-webfont;
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflings-regular") format("svg"); }
@font-face {
  font-family: glyphicons-halflings-regular;
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesome-webfont") format("svg"); }
@font-face {
  font-family: Darleston;
  src: url("../fonts/Darleston.eot");
  src: url("../fonts/Darleston.eot?#iefix") format("embedded-opentype"), url("../fonts/Darleston.woff") format("woff"), url("../fonts/Darleston.ttf") format("truetype"), url("../fonts/Darleston.svg#Darleston") format("svg"); }
* {
  margin: 0 auto;
  padding: 0; }

.clear {
  clear: both; }

.container {
  max-width: 960px; }

.txt-caps {
  text-transform: uppercase; }

.img-border {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 2px solid #3d3d3d; }

.txt-f11 {
  font-size: 11px;
  inline-height: 11px; }

.txt-f12 {
  font-size: 12px;
  inline-height: 12px; }

.txt-f15 {
  font-size: 15px;
  inline-height: 15px; }

.font-normal {
  color: #fff;
  font-family: Tahoma, Times New Roman; }

body {
  margin: 0;
  padding: 0;
  font-family: BebasNeue Regular; }

h1 {
  font-size: 48px;
  font-family: BebasNeue Book; }

.txt-white {
  color: #ffffff; }

.txt-blue {
  color: #00226c; }

.txt-yellow {
  color: #f2ac1b; }

.txt-mustard {
  color: #f2ac1b; }

.with-pads {
  margin: 5px; }

header {
  width: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 9999;
  transition: .3s; }

nav {
  position: relative;
  float: right;
  z-index: 2; }
  nav ul {
    position: relative;
    margin: 0 5px 0 5px;
    padding: 0;
    display: flex;
    float: right;
    transition: .5s; }
  nav ul > li,
  nav ul > li > ul > li {
    list-style: none; }
  nav ul > li > a {
    font-size: 25px;
    font-family: BebasNeue Bold;
    position: relative;
    display: block;
    padding: 25px 20px;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #00226c;
    font-weight: bold;
    transition: .5s; }
  nav ul > li > a:hover {
    background: #f2ad00;
    color: #fff; }
  nav ul > li > ul {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    min-width: 200px;
    position: absolute;
    margin-top: 1px;
    margin-left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    transform: translateY(40px); }
  nav ul > li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(-1px); }
  nav ul > li > ul > li {
    text-decoration: none; }
  nav ul > li > ul > li > a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    font-family: BebasNeue Regular;
    padding: 5px;
    font-weight: normal;
    margin: 0; }
  nav ul > li > ul > li > a:hover {
    color: #00226c; }
  nav ul > li > ul > li:hover {
    border-bottom: 1px solid #ffffff; }

section {
  width: 100%;
  height: 100vh; }

.sec0-home {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../img/jru-1.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 888; }

.sec0-home:before {
  content: '';
  position: absolute;
  top: 100%;
  left: -50%;
  width: 100%;
  height: 100%;
  background: #f2ac1b;
  transform-origin: right;
  transform: skewY(8deg);
  z-index: 888; }

.sec0-home:after {
  content: '';
  position: absolute;
  top: 100%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: #f2ac1b;
  transform-origin: left;
  transform: skewY(-8deg);
  z-index: 888; }

.sec1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../img/jru-1.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0; }

.sec3 {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../img/jru-2.jpg) center bottom no-repeat;
  background-size: cover;
  background-attachment: bottom fixed;
  z-index: 0; }

.sec3:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2ac1b;
  transform-origin: left;
  transform: skewY(4deg); }

.sec2 {
  height: auto;
  padding: 50px 100px;
  background: #f2ac1b;
  box-sizing: border-box; }
  .sec2 img {
    margin: 20px 0 20px;
    border: 1px solid #fff; }
  .sec2 p {
    margin: 15px 0 20px;
    padding: 0;
    font-family: Tahoma, Times New Roman;
    color: #1a0000;
    font-size: 14px;
    text-align: justify; }

.sec4 {
  width: 100%;
  height: auto;
  padding-top: 20px;
  background: #00226c; }
  .sec4 form {
    width: 80%;
    padding-top: 10px; }
  .sec4 img {
    padding: 10px 0; }
  .sec4 ul {
    list-style: none; }
  .sec4 ul > li {
    color: #b3b3b3;
    font-size: 11px; }
  .sec4 ul > li > ul {
    color: #fff;
    padding-top: 10px; }
  .sec4 ul > li.title:first-child {
    width: 130px;
    margin: 0 0 -2px 0;
    display: inline-block;
    font-weight: 400;
    border-bottom: 2px solid #00B7EB;
    font-size: 25px;
    color: #f2ac1b;
    font-weight: bold;
    font-family: BebasNeue Book;
    text-shadow: 1px 1px 3px #000; }
  .sec4 ul > li > ul > li > a {
    color: #b3b3b3;
    font-size: 11px;
    font-family: "Open Sans", sans-serif; }
  .sec4 ul > li > ul > li > a:hover {
    color: #f2ac1b;
    text-decoration: none; }
  .sec4 ul > li > ul.news > li {
    font-size: 11px;
    font-family: "Open Sans", sans-serif; }
    .sec4 ul > li > ul.news > li p {
      color: #b3b3b3;
      height: 50px;
      overflow: hidden;
      padding-right: 5px; }
    .sec4 ul > li > ul.news > li img {
      width: 50px;
      height: 50px;
      padding: 5px 5px 5px 0;
      margin-top: -5px; }

footer {
  width: 100%;
  padding-top: 5px;
  color: #fff;
  background: #00226c;
  font-family: BebasNeue Regular;
  bottom: 0; }
  footer ul > li {
    display: inline;
    margin: 0 2px 0 2px;
    padding: 2px 10px 2px 0;
    border-right: 1px solid #3d3d3d; }
  footer ul > li:last-child {
    border-right: none; }
  footer ul > li > a {
    color: #3d3d3d; }
  footer ul > li > a:hover {
    text-decoration: none; }
  footer .copyright {
    padding: 10px 0 5px 0;
    background: #f2ac1b;
    text-align: center;
    border-top: 5px solid #001440; }
    footer .copyright a {
      color: #00226c;
      text-decoration: none; }
    footer .copyright p {
      font-size: 11px;
      font-weight: 300;
      font-family: Tahoma, Times New Roman; }

.popbox-img .pages {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all .5s; }
.popbox-img .modal__content {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all .5s; }
.popbox-img #page1:target,
.popbox-img #page2:target,
.popbox-img #page3:target {
  opacity: 1;
  visibility: visible; }
.popbox-img #page1:target .modal__content,
.popbox-img #page2:target .modal__content,
.popbox-img #page3:target .modal__content {
  opacity: 1;
  visibility: visible; }
.popbox-img .modal__close {
  color: #fff;
  font-size: 3em;
  position: absolute;
  top: -15px;
  right: 10px; }
.popbox-img .modal__heading {
  color: #fff;
  background: #00226c;
  border-bottom: 5px solid #f2ac1b; }
.popbox-img .inbox-img {
  width: 100%;
  height: 100%;
  margin-top: -8px; }

.popbox a:link,
.popbox a:visited {
  text-decoration: none; }
.popbox .pages {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all .5s; }
.popbox .modal__content {
  height: 70%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all .5s; }
.popbox #page1:target,
.popbox #page2:target,
.popbox #page3:target,
.popbox #page4:target,
.popbox #page5:target,
.popbox #page6:target,
.popbox #page7:target,
.popbox #page8:target,
.popbox #page9:target,
.popbox #page10:target,
.popbox #page11:target,
.popbox #page12:target,
.popbox #page13:target,
.popbox #page14:target,
.popbox #page15:target,
.popbox #page16:target,
.popbox #page17:target {
  opacity: 1;
  visibility: visible; }
.popbox #page1:target .modal__content,
.popbox #page2:target .modal__content,
.popbox #page3:target .modal__content,
.popbox #page4:target .modal__content,
.popbox #page5:target .modal__content,
.popbox #page6:target .modal__content,
.popbox #page7:target .modal__content,
.popbox #page8:target .modal__content,
.popbox #page9:target .modal__content,
.popbox #page10:target .modal__content,
.popbox #page11:target .modal__content,
.popbox #page12:target .modal__content,
.popbox #page13:target .modal__content,
.popbox #page14:target .modal__content,
.popbox #page15:target .modal__content,
.popbox #page16:target .modal__content,
.popbox #page17:target .modal__content {
  opacity: 1;
  visibility: visible; }
.popbox .modal__close {
  color: #fff;
  font-size: 3em;
  position: absolute;
  top: -15px;
  right: 10px; }
.popbox .modal__heading {
  color: #fff;
  background: #00226c;
  border-bottom: 5px solid #f2ac1b; }
.popbox .inbox {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-bottom: 120px;
  background-color: #fff;
  color: #3d3d3d;
  line-height: 1.5em;
  padding: 30px 50px 120px 50px;
  font-family: Tahoma, Times New Roman;
  margin-top: -8px;
  z-index: 99999; }
  .popbox .inbox h4 {
    padding-bottom: 20px;
    border-bottom: 1px dotted #000; }
  .popbox .inbox p {
    color: #3d3d3d;
    font-size: 12px;
    line-height: 1.5em;
    font-family: Tahoma, Times New Roman;
    margin: 0 0 20px 0; }
  .popbox .inbox ul {
    margin-left: 30px; }
  .popbox .inbox ul > li {
    font-size: 12px;
    line-height: 1.5em;
    font-family: Tahoma, Times New Roman; }
.popbox .inbox::-webkit-scrollbar {
  width: 1em; }
.popbox .inbox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
.popbox .inbox::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey; }
.popbox .modal-open {
  display: inline-block;
  color: dodgerblue;
  margin: 2em; }

.login {
  width: 100%;
  margin-top: 20%;
  z-index: 0; }
  .login .tabs {
    width: 100%;
    float: none;
    list-style: none;
    position: relative;
    text-align: left; }
    .login .tabs li {
      float: left;
      display: block; }
    .login .tabs input[type="radio"] {
      position: absolute;
      top: 0;
      left: -9999px; }
    .login .tabs label.title {
      color: #ffffff;
      display: block;
      padding: 14px 21px;
      border-radius: 2px 2px 0 0;
      font-size: 20px;
      font-weight: normal;
      text-transform: uppercase;
      background: rgba(0, 34, 108, 0.5);
      cursor: pointer;
      position: relative;
      top: 4px; }
    .login .tabs .tab-content {
      z-index: 2;
      display: none;
      overflow: hidden;
      width: 100%;
      min-height: 510px;
      font-size: 17px;
      line-height: 25px;
      padding: 25px;
      position: absolute;
      top: 53px;
      left: 0;
      background: rgba(0, 34, 108, 0.5);
      box-sizing: border-box;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
    .login .tabs [id^="tab"]:checked + label {
      color: #3d3d3d;
      top: 0;
      padding-top: 10px;
      background: rgba(242, 172, 27, 0.9); }
    .login .tabs [id^="tab"]:checked ~ [id^="tab-content"] {
      display: block; }
  .login .form-control {
    background: rgba(255, 255, 255, 0.5); }
  .login p {
    color: #ffffff; }
  .login .form-box {
    height: 450px;
    padding: 10px 10px;
    background: rgba(0, 34, 108, 0.5); }
    .login .form-box label {
      color: #fff;
      font-size: 12px;
      width: 120px;
      font-family: "Open Sans", sans-serif; }
    .login .form-box input,
    .login .form-box textarea {
      width: 100%;
      color: #000;
      font-size: 12px;
      font-weight: 300;
      font-family: "Open Sans", sans-serif;
      background: #fff; }
    .login .form-box h2 {
      color: #f2ac1b; }
    .login .form-box p {
      color: #fff;
      font-size: 12px;
      line-height: 15px;
      font-family: "Open Sans", sans-serif; }

body::-webkit-scrollbar {
  width: 1em; }

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey; }

.sec-pages {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../img/jru-1.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.slider-box {
  width: 100%; }
  .slider-box .carousel-inner {
    display: block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7); }

.content-title {
  width: 100%;
  padding-bottom: 20px; }
  .content-title h1 {
    color: #f2ac1b;
    font-size: 40px;
    font-family: BebasNeue Bold;
    margin-left: 0;
    text-shadow: 1px 1px 3px #000;
    line-height: 30px; }

.content-box-teaser {
  max-width: 960px;
  padding: 10px 20px;
  margin: 20px auto;
  font-size: 14px;
  font-family: Tahoma, Times New Roman;
  background: white; }
  .content-box-teaser ul {
    list-style: none; }
  .content-box-teaser ul > li {
    padding-top: 5px; }
  .content-box-teaser ul > li.title:first-child {
    width: 100%;
    margin-bottom: 7px;
    display: inline-block;
    font-weight: 400;
    border-bottom: 2px solid #00B7EB;
    font-size: 25px;
    color: #00226c;
    font-weight: bold;
    font-family: BebasNeue Bold; }
  .content-box-teaser p {
    font-size: 28px;
    line-height: 18px;
    font-family: Darleston; }

.content-box-home {
  width: 100%;
  font-size: 14px;
  font-family: Tahoma, Times New Roman;
  background: white; }

.content-box {
  width: 100%;
  min-height: 610px;
  padding: 30px 50px;
  font-size: 14px;
  margin-bottom: 50px;
  font-family: Tahoma, Times New Roman;
  background: rgba(255, 255, 255, 0.6); }
  .content-box ul {
    margin-left: 50px; }
  .content-box ul > li {
    list-style-type: decimal; }
  .content-box .italic {
    font-size: 13px;
    font-style: italic;
    line-height: 15px; }
  .content-box a {
    color: #00226c; }

.nopadding {
  padding-left: 0;
  padding-right: 0; }

.topbar {
  width: 100%;
  height: 26px;
  font-family: "Open Sans", sans-serif;
  background: #00226c;
  border-bottom: 2px solid #f2ac1b; }
  .topbar ul {
    list-style: none;
    line-height: 23px; }
  .topbar ul > li {
    display: inline;
    font-size: 11px;
    margin: 0 5px;
    font-weight: 300;
    color: #ccc; }
  .topbar ul > li > a {
    color: #fff;
    font-size: 15px; }

.location {
  width: 100%;
  margin-top: 20%;
  background: rgba(0, 34, 108, 0.5); }

@media (min-width: 1200px) {
  .content-title {
    padding-top: 67px; }

  .sec-pages h1 {
    margin-top: 30px; }

  .popbox .modal__content {
    width: 60%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .content-title {
    padding-top: 50px; }

  .sec2 {
    padding: 20px; }

  .sec-pages h1 {
    margin-top: 40px; }

  nav ul > li > a {
    font-size: 20px;
    padding: 20px 15px; }
  nav ul > li > ul {
    min-width: 150px; }
  nav ul > li > ul > li > a {
    font-size: 17px; }

  .popbox .modal__content {
    width: 60%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .sec0-home .logo {
    width: 30%; }

  .content-title {
    padding-top: 63px; }
    .content-title h1 {
      padding-top: 100px;
      text-indent: 20px; }

  .content-box-home {
    margin-top: 10%; }

  .sec2 {
    padding: 20px; }

  nav ul > li > a {
    font-size: 20px;
    padding: 20px 15px; }
  nav ul > li > ul {
    min-width: 150px; }
  nav ul > li > ul > li > a {
    font-size: 17px; }

  .popbox .modal__content {
    width: 70%; } }
@media (max-width: 767px) {
  .content-box-home {
    margin-top: 0 !important; }

  .content-box-teaser {
    margin-bottom: 50px; }

  .sec0-home {
    width: 100%;
    height: auto;
    position: relative;
    background: url(../img/jru-1.jpg) center center no-repeat;
    background-size: cover; }

  .sec2 {
    padding: 10px; }

  .sec4 .img-logo {
    width: 100px; }

  nav ul > li > a {
    font-size: 20px;
    padding: 20px 15px; }
  nav ul > li > ul {
    min-width: 150px; }
  nav ul > li > ul > li > a {
    font-size: 17px; }

  header .header {
    background: rgba(0, 34, 108, 0.9);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    z-index: 999; }
  header .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff; }
  header .header li a {
    color: #000;
    display: block;
    padding: 10px;
    text-decoration: none; }
  header .header ul li ul li {
    line-height: 0; }
  header .header ul li ul li a {
    color: #000; }
  header .header li a:hover,
  header .header .menu-btn:hover {
    color: #fff;
    background: #f2ac1b;
    text-shadow: 1px 1px 2px #000; }
  header .header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    background: rgba(255, 255, 255, 0.9); }
  header .header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none; }
  header .header .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px; }
  header .header .menu-icon .navicon:before,
  header .header .menu-icon .navicon:after {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%; }
  header .header .menu-icon .navicon:before {
    top: 5px; }
  header .header .menu-icon .navicon:after {
    top: -5px; }
  header .header .menu-btn {
    display: none; }
  header .header .menu-btn:checked ~ .menu {
    max-height: 100%; }
  header .header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent; }
  header .header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg); }
  header .header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg); }
  header .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  header .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0; }

  .content-title {
    width: 100%;
    padding-top: 22%; }
    .content-title h1 {
      text-indent: 20px; }

  footer {
    position: relative; }

  .login .tabs label.title {
    font-size: 15px; }
  .login p {
    color: #ffffff; }
  .login .form-box {
    padding: 20px 50px 30px 50px; }
    .login .form-box input,
    .login .form-box textarea {
      width: 100%; }
    .login .form-box textarea {
      padding: 10px 14px; }

  .popbox .modal__content {
    width: 90%; } }

/*# sourceMappingURL=custom.css.map */
