#sta-je #maincontent {
  padding: 0 0 40px 0;
  margin: 0;
  -webkit-box-shadow: 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 7px 9px -7px rgba(0,0,0,0.4);
  box-shadow: 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  background: #fff;
  width: 100%;
  z-index: 0;
}

/*Banner section*/

#sta-je #banner-txt {
  padding: 0px;
}

#sta-je #maincontent div.banner {
  padding-left: 0 !important;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

#sta-je #maincontent .banner.sub {
  background: none !important;
  background-color: #ffffff !important;
}

#sta-je #maincontent div.banner #parent > div.image.imgposleft > img {
  -webkit-animation: banner-fade-in 5s ease-out both;
  -moz-animation: banner-fade-in 5s ease-out both;
  -o-animation: banner-fade-in 5s ease-out both;
  animation: banner-fade-in 5s ease-out both;
  margin-left: 0px !important;
  margin-right: initial;
  display: block;
  height: 240px;
  max-width: none;
}

@keyframes banner-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
}

/*Hamburger toogle*/

#sta-je #maincontent #banner-txt .banner a {
  text-decoration: none !important;
}

#sta-je #mini-menu {
  padding: 0px;
}

/*Breadcumb*/

#sta-je #breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  display: none;
  list-style: none;
  border-radius: 4px;
}

#sta-je #breadcrumb #breadcrumb-txt {
  padding: 0px;
}

#sta-je #breadcrumb #breadcrumb-txt .breadcrumb {
  margin-left: 28px;
  margin-right: 5vw !important;
  max-width: 90vw !important;
  word-break: break-word;
}

#sta-je #breadcrumb-txt .breadcrumb ol.list-inline {
  margin: 0;
  line-height: 25.2px;
}

#sta-je #breadcrumb .list-inline > li {
  padding-right: 0 !important;
  padding-left: 0 !important;
  display: inline-block;
  color: #666;
  font-size: 11.9px;
  line-height: 21.42px;
  -webkit-text-stroke: 0.25px;
  font-family: Verdana, Geneva;
}

#sta-je .breadcrumb li a {
  color: #666;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

#sta-je #breadcrumb-txt .breadcrumb li + li::before {
  color: #ccc;
  content: "/\00a0";
}

#sta-je .breadcrumb li a:hover {
  border-bottom: 1px solid #666;
}

/*second section*/

#sta-je #second-section-txt {
  padding: 0px;
}

#sta-je #second-section-txt .inner-content {
  margin-left: 5vw !important;
  margin-right: 5vw !important;
  max-width: 90vw !important;
  word-break: break-word;
  padding: 15px 15px 0;
  padding-left: 0px !important;
}

#sta-je #second-section-txt .inner-content h1 {
  margin: 20px 0 10px 0;
  text-align: left;
  /*font-family: "proxima-nova-condensed", sans-serif;*/
  /*font-weight: 300;*/
  font-family: 'Proxima-Nova-Cond-Light';
  font-weight: 400;
  font-style: normal;
  line-height: 46.2px;
  font-size: 42px;
  color: #d1b400;
  -webkit-text-stroke: 0;
}

/*Third section*/

#sta-je #img-box {
  padding: 0px;
}

#sta-je #img-box .textimage .link-boxes {
  padding: 2em 1.5em 1.3em 2vw;
  border: solid 1px #666;
  line-height: 7px;
  border-color: #d1b400;
}

#sta-je #img-box .textimage .link-boxes > div {
  clear: both;
  display: inline-block;
  text-align: right;
}

#sta-je #img-box .textimage .link-boxes #parent > div.image.imgposleft {
  margin-top: 0;
  float: left;
  text-align: center;
}

#sta-je #img-box .textimage .link-boxes #parent > div.image.imgposleft img {
  width: auto;
  vertical-align: middle;
}

#sta-je #img-box .textimage .link-boxes #parent .text {
  float: left;
  padding: 0 0 0 10%;
  width: 90%;
  text-align: left;
}

#sta-je #img-box .textimage .link-boxes #parent .text table {
  padding: 0;
  margin: 0;
}

#sta-je #img-box .textimage .link-boxes #parent .text table td {
  padding: 0;
  border-color: #dddddd;
  vertical-align: top;
  line-height: 130%;
}

#sta-je #img-box .textimage .link-boxes #parent .text table td p {
  margin: 0 0 10px;
  -webkit-text-stroke: 0.25px;
  color: #666;
  font-weight: 400;
  font-family: Verdana, Geneva;
  font-size: 14px;
  line-height: 18.2px;
}

#sta-je #text-sec-box {
  padding: 0px;
}

#sta-je #text-sec-box .inner-content {
  margin-left: 5vw !important;
  margin-right: 5vw !important;
  max-width: 90vw !important;
  word-break: break-word;
}

#sta-je #text-sec-box .inner-content p {
  margin: 0 0 10px;
  -webkit-text-stroke: 0.25px;
  color: #666;
  font-weight: 400;
  font-family: Verdana, Geneva;
  font-size: 14px;
  line-height: 25.2px;
}

#sta-je .inner-content ul {
  padding: 0 0 0 3em;
  margin-bottom: .8em;
  margin-top: 0;
  list-style-type: disc;
  list-style-position: outside;
}

#sta-je .inner-content ul li {
  -webkit-text-stroke: 0.25px;
  color: #666;
  font-weight: 400;
  font-family: Verdana, Geneva;
  font-size: 14px;
  line-height: 25.2px;
  margin: 0;
  padding: 0;
}

#sta-je #text-sec-box .inner-content h2 {
  /*font-family: "proxima-nova-condensed", sans-serif;*/
  /*font-weight: 300;*/
  font-family: 'Proxima-Nova-Cond-Light';
  font-weight: 400;
  font-style: normal;
  text-align: left;
  margin: 1em 0 0.5em;
  color: #d1b400;
  -webkit-text-stroke: 0;
  font-size: 30px;
  line-height: 28.5px;
}

/*Fourth section*/

#sta-je #yellow-box-txt {
  padding: 0px;
}

#sta-je #yellow-box-txt .yellow-bg {
  background-color: #F6F0CC;
  clear: both;
  padding: 15px;
  margin: 1em 0;
  margin-bottom: 44px;
}

#sta-je #yellow-box-txt .yellow-bg ul {
  padding: 0 1em;
  margin-bottom: .8em;
  margin-top: 0;
  list-style-type: disc;
  list-style-position: outside;
}

#sta-je #yellow-box-txt .yellow-bg ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 0.8em;
  -webkit-text-stroke: 0.25px;
  color: #666;
  font-weight: 400;
  font-family: Verdana, Geneva;
  font-size: 14px;
  line-height: 25.2px;
}

/*fifth section*/

#sta-je #col-sec-txt {
  padding: 0px;
}

#sta-je #col-sec-txt .inner-content {
  margin-left: 5vw !important;
  margin-right: 5vw !important;
  max-width: 90vw !important;
  word-break: break-word;
}

#sta-je #col-sec-txt .inner-content .first-side {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

#sta-je #col-sec-txt .inner-content .first-side h2 {
  /*font-family: "proxima-nova-condensed", sans-serif;*/
  /*font-weight: 300;*/
  font-family: 'Proxima-Nova-Cond-Light';
  font-weight: 400;
  font-style: normal;
  text-align: left;
  margin: 1em 0 0.5em;
  color: #d1b400;
  -webkit-text-stroke: 0;
  font-size: 30px;
  line-height: 28.5px;
}

#sta-je #col-sec-txt .inner-content .first-side p {
  margin: 0 0 10px;
  -webkit-text-stroke: 0.25px;
  color: #666;
  font-weight: 400;
  font-family: Verdana, Geneva;
  font-size: 14px;
  line-height: 25.2px;
}

#sta-je .inner-content ul.page-links {
  margin: 0;
  padding: 0 0 15px 15px;
  list-style: none;
}

#sta-je .inner-content ul.page-links li {
  padding-top: .5em;
}

#sta-je .inner-content ul.page-links li:before {
  content: '> ';
}

#sta-je .inner-content ul.page-links li a {
  font-weight: 700;
  color: #666;
}

#sta-je .inner-content ul.page-links li a:hover,
#sta-je .inner-content ul.page-links li a:focus {
  text-decoration: underline;
  font-weight: 700;
  color: #666;
}


/*======Responsive design========*/

@media (min-width: 768px) {
    
  #sta-je #maincontent {
    padding: 0 0 40px 0;
    margin: 0;
    height: auto;
    position: relative;
  }
    
    /*Banner section*/
    
  #sta-je #maincontent div.banner {
    margin: 0 0 12px;
  }

  #sta-je .banner.sub > #parent {
    position: relative;
  }

  #sta-je .banner.sub .image.imgposleft {
    height: 250px;
    overflow: hidden;
  }

  #sta-je #maincontent div.banner #parent > div.image.imgposleft > img {
    max-width: 1800px;
    max-height: none;
    height: auto;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    min-height: 100%;
    display: block;
  }

  #sta-je .banner.sub .text.align_image_text {
    width: 50%;
  }

  #sta-je .banner.sub .text.align_image_text {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
  }

  #sta-je #maincontent .banner h2 {
    animation: 2s linear .5s normal both 1 running fadeIn;
    padding: 40px 12vw 0px 0px;
    font-size: 56px;
    line-height: 53.2px;
    position: static;
    text-align: right;
    vertical-align: middle;
    display: block;
    margin: 0px;
    color: #d1b400;
    /*font-family: "amatic-sc", sans-serif;*/
    /*font-weight: 700;*/
    font-family: 'Amatic-Bold';
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0 !important;
  }
  
  /*Hamburger menu*/
  
  #sta-je .mini-menu-button {
    display: none;
  }

  #sta-je .m-link {
    display: none;
  }
  
  /*Breadcumb*/
  
  #sta-je #breadcrumb {
    display: block;
    position: relative;
    z-index: 1001;
    margin: 0px 0px 0px 0px;
    width: 100%;
    float: none;
  }

  #sta-je #breadcrumb #breadcrumb-txt .breadcrumb {
    display: block;
  }
  
  /*second section*/
  
  #sta-je #second-section-txt .inner-content {
    margin: 0px 0px 0px 0px;
    width: 100%;
    float: none;
    padding: 15px 0px 0;
  }
  
  /*Third section*/
  
  #sta-je #img-box .textimage .link-boxes #parent > div.image.imgposleft {
    margin: 3.5em 0 0;
  }

  #sta-je #img-box .textimage .link-boxes #parent .text {
    width: 85%;
  }
  
  /*Fourth section*/
  
  #sta-je #text-sec-box .inner-content {
    margin: 0px 0px 0px 0px;
    width: 100%;
    float: none;
  }

  #sta-je #yellow-box-txt .yellow-bg ul {
    width: 66.6667%;
    padding: 0 0 0 1em;
    margin-left: 16.66666667%;
  }
  
  /*Fifth section*/
  
  #sta-je #col-sec-txt .inner-content {
    margin: 0px 0px 0px 0px;
    width: 100%;
    float: none;
  }

  #sta-je #col-sec-txt .inner-content .first-side {
    width: 65%;
    padding: 0 1.4em 0 0em;
  }
}

@media (min-width: 768px) and (max-width:992px) {
    
  #sta-je #maincontent div.banner {
    margin: 0 0 4px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
    
  #sta-je #img-box .textimage .link-boxes {
    float: right;
    max-width: 40% !important;
    margin-left: 3vw;
    margin-right: 3vw;
    margin-top: 3vh;
    margin-bottom: 3vh;
  }
}

@media (min-width: 768px) and (max-width:1199px) {
    
     /*banner section*/
    
  #sta-je #maincontent #banner-txt .banner h2 {
    font-size: 52px;
    line-height: 49.4px;
  }
    
    /*Breadcumb*/
    
  #sta-je #breadcrumb .list-inline > li {
    font-size: 11.05px;
    line-height: 17.68px;
  }
  
  /*second section*/
  
  #sta-je #second-section-txt .inner-content h1 {
    font-size: 39px;
    line-height: 42.9px;
  }

  #sta-je #text-sec-box .inner-content p {
    font-size: 13px;
    line-height: 20.8px;
  }

  #sta-je .inner-content ul {
    padding: 0 0 0 39px;
    margin-bottom: 10.4px;
  }

  #sta-je .inner-content ul li {
    line-height: 20.8px;
    font-size: 13px;
  }

  #sta-je #img-box .textimage .link-boxes {
    padding: 26px 19.50px 16.90px 15.38px;
  }

  #sta-je #img-box .textimage .link-boxes #parent > div.image.imgposleft {
    margin-top: 0;
  }

  #sta-je #img-box .textimage .link-boxes #parent .text table td p {
    line-height: 16.9px;
    font-size: 13px;
  }

  #sta-je #yellow-box-txt .yellow-bg {
    margin: 13px 0px;
    margin-bottom:43px;
  }

  #sta-je #yellow-box-txt .yellow-bg ul {
    padding: 0 0 0 13px;
    margin-bottom: 10.40px;
  }

  #sta-je #yellow-box-txt .yellow-bg ul li {
    line-height: 20.8px;
    font-size: 13px;
    margin-bottom: 10.40px;
  }

  #sta-je #col-sec-txt .inner-content .first-side {
    padding: 0 18.2px 0 0px;
  }

  #sta-je #col-sec-txt .inner-content .first-side p {
    line-height: 20.8px;
    font-size: 13px;
  }
}

@media only screen and (min-width: 992px) {
    
    /*Banner section*/
    
  #sta-je .banner.sub .image.imgposleft {
    margin: auto;
    height: 270px;
    overflow: hidden;
    width: 100%;
    display: block;
  }

  #sta-je #col-sec-txt .inner-content .first-side {
    padding: 0 1.4em 0 0;
  }
}

@media (min-width: 993px) and (max-width:1199px) {
    
  #sta-je #maincontent div.banner {
    margin: 0 0 7px;
  }
}

@media only screen and (min-width: 1200px) {
    
    /*Banner section*/
    
  #sta-je .banner.sub .image.imgposleft {
    max-height: 280px;
  }

  #sta-je .banner.sub .text.align_image_text {
    top: 8px;
  }
  
    /*Third section*/
  
  #sta-je #img-box .textimage .link-boxes #parent > div.image.imgposleft {
    margin: 0;
  }

  #sta-je #col-sec-txt .inner-content .first-side {
    padding: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1349px) {
    
  #sta-je #img-box .textimage .link-boxes {
    float: right;
    max-width: 30% !important;
    margin-left: 3vw;
    margin-right: 3vw;
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  #sta-je #img-box .textimage .link-boxes #parent > div.image.imgposleft img {
    max-width: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    
     /*Banner section*/
    
  #sta-je #maincontent #banner-txt .banner h2 {
    font-size: 56px;
    line-height: 53.2px;
  }
  
  /*Breadcumb*/
  
  #sta-je #maincontent div.banner {
    margin: 0 0 11px;
  }

  #sta-je #breadcrumb .list-inline > li {
    font-size: 11.9px;
    line-height: 21.42px;
  }
}

@media (min-width: 1350px) and (max-width: 1799px) {
  #sta-je #img-box .textimage .link-boxes {
    float: right;
    max-width: 30% !important;
    margin-left: 3vw;
    margin-right: 3vw;
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  #sta-je #img-box .textimage .link-boxes #parent > div.image.imgposleft img {
    max-width: 15px;
  }
}

@media (min-width: 1800px) {
    
  #sta-je #img-box .textimage .link-boxes {
    float: right;
    max-width: 30% !important;
    margin-left: 3vw;
    margin-right: 3vw;
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  #sta-je #img-box .textimage .link-boxes #parent > div.image.imgposleft img {
    max-width: 15px;
  }
}

@media (min-width: 1801px) {
    
  #sta-je #grid-section-txt .inner-content {
    margin-left: 10% !important;
    margin-right: 10% !important;
    max-width: 80% !important;
    word-break: break-word;
  }

  #sta-je #second-section-txt .inner-content {
    margin-left: 10% !important;
    margin-right: 10% !important;
    max-width: 80% !important;
    word-break: break-word;
  }
}

/*@media (max-width: 768px) {*/
    
     /*Banner section*/
     
/*  #sta-je #maincontent div.banner #parent > div.image.imgposleft > img {*/
/*    max-height: none;*/
/*  }*/

/*  #sta-je #maincontent .banner h2 {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    background-color: rgba(255, 255, 255, 0.8);*/
/*    display: block;*/
/*    width: 100%;*/
/*    margin: 0;*/
/*    text-align: center !important;*/
/*    font-size: 30px;*/
/*    line-height: 39px;*/
/*    padding-left: 40px !important;*/
/*    padding-right: 2px !important;*/
/*    animation: none;*/
/*    -webkit-animation: none;*/
/*    -moz-animation: none;*/
/*    -ms-animation: none;*/
/*    font-weight: 400;*/
/*    color: #d1b400;*/
/*    font-family: 'Amatic-Bold';*/
/*    -webkit-text-stroke: 0 !important;*/
/*  }*/

/*  #sta-je #maincontent .banner h2 br {*/
/*    display: none;*/
/*  }*/
  
  /*Hamburger toggle*/
  
/*  #sta-je .mini-menu-button {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*  }*/

/*  #sta-je .mini-menu-button .icon-list {*/
/*    background-color: #d1b400;*/
/*  }*/

/*  #sta-je .mini-menu-button .icon-list {*/
/*    margin-left: 0;*/
/*  }*/

/*  #sta-je .mini-menu-button .icon-list {*/
/*    font-size: 39px;*/
/*    line-height: 39px;*/
/*    color: #fff;*/
/*    vertical-align: bottom;*/
/*    width: 40px;*/
/*    display: block;*/
/*    font-family: 'icons' !important;*/
/*    speak: none;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*  }*/

/*  #sta-je .icon-list:before {*/
/*    content: "\e604";*/
/*  }*/

/*  #sta-je .m-link {*/
/*    display: none;*/
/*  }*/

/*  #sta-je #mini-menu .m-link.is-open {*/
/*    display: block;*/
/*  }*/

/*  #sta-je #mini-menu .m-link ul {*/
/*    list-style: none;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    font-family: 'Proxima-Nova-Cond-Light';*/
/*    font-size: 16px;*/
/*    background-color: #fff;*/
/*    margin-top: 0;*/
/*  }*/

/*  #sta-je #mini-menu .m-link .mini-menu > ul > li:first-child {*/
/*    border-top: solid 1px #ccc;*/
/*    position: relative;*/
/*  }*/

/*  #sta-je #mini-menu .m-link .mini-menu > ul > li.active {*/
/*    background-color: rgba(209, 180, 0, 0.5);*/
/*  }*/

/*  #sta-je #mini-menu .m-link .mini-menu > ul > li {*/
/*    border-bottom: solid 1px #ccc;*/
/*  }*/

/*  #sta-je #mini-menu .m-link .mini-menu > ul > li:first-child:before {*/
/*    border-width: 10px;*/
/*    border-bottom-color: #ccc;*/
/*    left: 13px;*/
/*  }*/

/*  #sta-je #mini-menu .m-link .mini-menu > ul > li:first-child:before {*/
/*    border: solid transparent;*/
/*    content: ' ';*/
/*    bottom: 100%;*/
/*    position: absolute;*/
/*  }*/

/*  #sta-je .mini-menu ul > li > a {*/
/*    padding: 5px 18px;*/
/*    display: inline-block;*/
/*    width: 85%;*/
/*    text-decoration: none;*/
/*    -webkit-text-stroke: 0.25px;*/
/*  }*/

/*  #sta-je .mini-menu a, */
/*        #sta-je .mini-menu a:hover, */
/*        #sta-je .mini-menu a:focus {*/
/*    color: #666;*/
/*    font-size: 17.6px;*/
/*    line-height: 24.64px;*/
/*    font-family: 'Proxima-Nova-Cond-Light';*/
/*    font-weight: 400;*/
/*  }*/

/*  #sta-je .mini-menu ul > li a.mini-menu-expander {*/
/*    padding-top: 5px;*/
/*  }*/

/*  #sta-je .mini-menu a.external,*/
/*    #sta-je .mini-menu a.external:hover {*/
/*    font-weight: 700;*/
/*    color: #666;*/
/*  }*/

/*  #sta-je .mini-menu .mini-menu-expander {*/
/*    float: right;*/
/*    width: auto;*/
/*    padding: 0;*/
/*  }*/

/*  #sta-je .mini-menu .mini-menu-expander:hover {*/
/*    text-decoration: none !important;*/
/*  }*/

/*  #sta-je .mini-menu .mini-menu-expander.collapsed:before {*/
/*    content: ' \e60a';*/
/*    float: right;*/
/*  }*/

/*  #sta-je .mini-menu .mini-menu-expander:before {*/
/*    cursor: pointer;*/
/*    font-family: 'icons';*/
/*    speak: none;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*    padding-right: 1em;*/
/*    font-size: 17.6px;*/
/*  }*/

/*  #sta-je .mini-menu .mini-menu-expander:before {*/
/*    content: ' \e60b';*/
/*    float: right;*/
/*  }*/

/*  #sta-je .mini-menu .mini-menu-expander:before {*/
/*    color: #8f88a4;*/
/*  }*/

/*  #sta-je #mini-menu .m-link ul.collapse {*/
/*    display: none;*/
/*  }*/

/*  #sta-je #mini-menu .m-link ul.collapse.in {*/
/*    display: block;*/
/*  }*/

/*  #sta-je #mini-menu .m-link .mini-menu > ul > li:first-child:after {*/
/*    border: solid transparent;*/
/*    content: ' ';*/
/*    bottom: 100%;*/
/*    position: absolute;*/
/*  }*/

/*  #sta-je #mini-menu .m-link .mini-menu > ul > li:first-child:after {*/
/*    border-width: 8px !important;*/
/*    border-bottom-color: #fff !important;*/
/*    left: 15px;*/
/*  }*/

/*  #sta-je .mini-menu .collapse.in a {*/
/*    padding: 5px 0 5px 30px !important;*/
/*  }*/

/*  #sta-je .mini-menu .in a:before {*/
/*    content: '>';*/
/*  }*/

/*  #sta-je .mini-menu ul > li > ul > li > a::before {*/
/*    left: 15px;*/
/*    position: absolute;*/
/*  }*/

/*  #sta-je .mini-menu ul li.active {*/
/*    background-color: rgba(143, 136, 164, 0.5);*/
/*  }*/
  
  /*second section*/
  
/*  #sta-je #second-section-txt .inner-content h1 {*/
/*    line-height: 42.9px;*/
/*    font-size: 39px;*/
/*  }*/

/*  #sta-je #img-box .textimage .link-boxes #parent .text table td p {*/
/*    line-height: 16.9px;*/
/*    font-size: 13px;*/
/*  }*/

/*  #sta-je #text-sec-box .inner-content p {*/
/*    line-height: 18.2px;*/
/*    font-size: 13px;*/
/*  }*/

/*  #sta-je .inner-content ul {*/
/*    padding: 0 0 0 39px;*/
/*    margin-bottom: 10.4px;*/
/*  }*/

/*  #sta-je .inner-content ul li {*/
/*    line-height: 18.2px;*/
/*    font-size: 13px;*/
/*  }*/

/*  #sta-je #yellow-box-txt .yellow-bg ul {*/
/*    padding: 0 13px;*/
/*    margin-bottom: 10.4px;*/
/*  }*/

/*  #sta-je #yellow-box-txt .yellow-bg ul li {*/
/*    line-height: 18.2px;*/
/*    font-size: 13px;*/
/*  }*/

/*  #sta-je #col-sec-txt .inner-content .first-side p {*/
/*    line-height: 18.2px;*/
/*    font-size: 13px;*/
/*  }*/

/*  #sta-je #img-box .textimage .link-boxes {*/
/*    padding: 26px 19.50px 16.90px 7.80px;*/
/*  }*/

/*  #sta-je #yellow-box-txt .yellow-bg {*/
/*    margin: 13px 0px;*/
/*  }*/
/*}*/

@media (max-width: 767px) {
    
      /*Banner section*/
     
  #sta-je #maincontent div.banner #parent > div.image.imgposleft > img {
    max-height: none;
  }

  #sta-je #maincontent .banner h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    width: 100%;
    margin: 0;
    text-align: center !important;
    font-size: 30px;
    line-height: 39px;
    padding-left: 40px !important;
    padding-right: 2px !important;
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    color: #d1b400;
    /*font-family: "amatic-sc", sans-serif;*/
    /*font-weight: 700;*/
    font-family: 'Amatic-Bold';
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0 !important;
  }

  #sta-je #maincontent .banner h2 br {
    display: none;
  }
  
  /*Hamburger toggle*/
  
  #sta-je .mini-menu-button {
    position: absolute;
    bottom: 0;
  }

  #sta-je .mini-menu-button .icon-list {
    background-color: #d1b400;
  }

  #sta-je .mini-menu-button .icon-list {
    margin-left: 0;
  }

  #sta-je .mini-menu-button .icon-list {
    font-size: 39px;
    line-height: 39px;
    color: #fff;
    vertical-align: bottom;
    width: 40px;
    display: block;
    font-family: 'icons' !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #sta-je .icon-list:before {
    content: "\e604";
  }

  #sta-je .m-link {
    display: none;
  }

  #sta-je #mini-menu .m-link.is-open {
    display: block;
  }

  #sta-je #mini-menu .m-link ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /*font-family: "proxima-nova-condensed", sans-serif;*/
    /*font-weight: 300;*/
    font-family: 'Proxima-Nova-Cond-Light';
  font-weight: 400;
    font-style: normal;
    font-size: 16px;
    background-color: #fff;
    margin-top: 0;
  }

  #sta-je #mini-menu .m-link .mini-menu > ul > li:first-child {
    border-top: solid 1px #ccc;
    position: relative;
  }

  #sta-je #mini-menu .m-link .mini-menu > ul > li.active {
    background-color: rgba(209, 180, 0, 0.5);
  }

  #sta-je #mini-menu .m-link .mini-menu > ul > li {
    border-bottom: solid 1px #ccc;
  }

  #sta-je #mini-menu .m-link .mini-menu > ul > li:first-child:before {
    border-width: 10px;
    border-bottom-color: #ccc;
    left: 13px;
  }

  #sta-je #mini-menu .m-link .mini-menu > ul > li:first-child:before {
    border: solid transparent;
    content: ' ';
    bottom: 100%;
    position: absolute;
  }

  #sta-je .mini-menu ul > li > a {
    padding: 5px 18px;
    display: inline-block;
    width: 85%;
    text-decoration: none;
    -webkit-text-stroke: 0.25px;
  }

  #sta-je .mini-menu a, 
        #sta-je .mini-menu a:hover, 
        #sta-je .mini-menu a:focus {
    color: #666;
    font-size: 17.6px;
    line-height: 24.64px;
    /*font-family: "proxima-nova-condensed", sans-serif;*/
    /*font-weight: 300;*/
    font-family: 'Proxima-Nova-Cond-Light';
  font-weight: 400;
    font-style: normal;
  }
 
  #sta-je .mini-menu ul > li a.mini-menu-expander {
    padding-top: 5px;
  }

  #sta-je .mini-menu a.external,
    #sta-je .mini-menu a.external:hover {
    font-weight: 700;
    color: #666;
  }

  #sta-je .mini-menu .mini-menu-expander {
    float: right;
    width: auto;
    padding: 0;
  }

  #sta-je .mini-menu .mini-menu-expander:hover {
    text-decoration: none !important;
  }

  #sta-je .mini-menu .mini-menu-expander.collapsed:before {
    content: ' \e60a';
    float: right;
  }

  #sta-je .mini-menu .mini-menu-expander:before {
    cursor: pointer;
    font-family: 'icons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 1em;
    font-size: 17.6px;
  }

  #sta-je .mini-menu .mini-menu-expander:before {
    content: ' \e60b';
    float: right;
  }

  #sta-je .mini-menu .mini-menu-expander:before {
    color: #8f88a4;
  }

  #sta-je #mini-menu .m-link ul.collapse {
    display: none;
  }

  #sta-je #mini-menu .m-link ul.collapse.in {
    display: block;
  }

  #sta-je #mini-menu .m-link .mini-menu > ul > li:first-child:after {
    border: solid transparent;
    content: ' ';
    bottom: 100%;
    position: absolute;
  }

  #sta-je #mini-menu .m-link .mini-menu > ul > li:first-child:after {
    border-width: 8px !important;
    border-bottom-color: #fff !important;
    left: 15px;
  }

  #sta-je .mini-menu .collapse.in a {
    padding: 5px 0 5px 30px !important;
  }

  #sta-je .mini-menu .in a:before {
    content: '>';
  }

  #sta-je .mini-menu ul > li > ul > li > a::before {
    left: 15px;
    position: absolute;
  }

  #sta-je .mini-menu ul li.active {
    background-color: rgba(143, 136, 164, 0.5);
  }
  
  /*second section*/
  
  #sta-je #second-section-txt .inner-content h1 {
    line-height: 42.9px;
    font-size: 39px;
  }

  #sta-je #img-box .textimage .link-boxes #parent .text table td p {
    line-height: 16.9px;
    font-size: 13px;
  }

  #sta-je #text-sec-box .inner-content p {
    line-height: 18.2px;
    font-size: 13px;
  }

  #sta-je .inner-content ul {
    padding: 0 0 0 39px;
    margin-bottom: 10.4px;
  }

  #sta-je .inner-content ul li {
    line-height: 18.2px;
    font-size: 13px;
  }

  #sta-je #yellow-box-txt .yellow-bg ul {
    padding: 0 13px;
    margin-bottom: 10.4px;
  }

  #sta-je #yellow-box-txt .yellow-bg ul li {
    line-height: 18.2px;
    font-size: 13px;
  }

  #sta-je #col-sec-txt .inner-content .first-side p {
    line-height: 18.2px;
    font-size: 13px;
  }

  #sta-je #img-box .textimage .link-boxes {
    padding: 26px 19.50px 16.90px 2vw;
  }

  #sta-je #yellow-box-txt .yellow-bg {
    margin: 13px 0px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
    
  #sta-je #img-box .textimage .link-boxes {
    float: right;
    max-width: 40% !important;
    margin-left: 3vw;
    margin-right: 3vw;
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  #sta-je #img-box .textimage .link-boxes #parent > div.image.imgposleft img {
    max-width: 15px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  #sta-je #img-box .textimage .link-boxes {
    margin: 3vh 3vw 3vh 3vw;
    max-width: 100%;
  }

  #sta-je #img-box .textimage .link-boxes #parent > div.image.imgposleft img {
    max-width: 12px;
  }
}

@media (max-width: 480px) {
    
  #sta-je #img-box .textimage .link-boxes {
    margin: 3vh 3vw 3vh 3vw;
    max-width: 100%;
  }

  #sta-je #img-box .textimage .link-boxes #parent > div.image.imgposleft img {
    max-width: 10px;
  }

  #sta-je #maincontent div.banner #parent > div.image.imgposleft > img {
    margin-left: -50px !important;
  }

  #sta-je #col-sec-txt .inner-content .first-side h2 {
    margin-top: 0px;
  }
}
