@import "animate.css";
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 400 14px/24px "Arial", sans-serif;
  color: #3e454c;
  background: #f7f7f7;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 300 40px/40px "Open Sans", sans-serif;
  color: #5d6166;
  text-transform: uppercase;
}
h2 a:hover {
  color: #000000;
}
h3 {
  font: 400 16px/18px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #31353d;
}
h4 {
  font: 400 20px/25px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #5d6166;
}
h4 a:hover {
  color: #f54f29;
}
h5 {
  font: 300 20px/20px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #5d6166;
}
h5 a:hover {
  color: #f54f29;
}
.h5__inset1 {
  font-size: 15px;
  line-height: 18px;
}
h6 {
  font: 300 60px/60px "Open Sans", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h6 {
    font-size: 40px;
    line-height: 40px;
  }
}
.h6_span {
  font: 300 25px/30px "Open Sans", sans-serif;
  color: #3e454c;
  display: block;
  text-transform: uppercase;
}
/* ======= Buttons ======= */
.btn-default {
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 140px;
  background: #f54f29;
  color: #ffffff;
  font: 600 15px/18px "Open Sans", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 0 17px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.btn-default:hover {
  background: #5d6166;
}
.btn-big {
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 154px;
  /*height: 65px;*/
  background: #f54f29;
  color: #ffffff;
  font: 600 18px/20px "Open Sans", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding: 20px 0 20px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.btn-big:hover {
  background: #5d6166;
}
/* ======= Modifiers ======= */
.__orange {
  color: #f54f29;
}
.__white {
  color: #ffffff;
}
.__line-height {
  line-height: 23px;
}
.__margin1 {
  margin-top: 36px;
}
.__margin2 {
  margin-bottom: 35px;
}
.__margin3 {
  margin-bottom: 31px;
}
.__margin4 {
  margin-top: 8px;
}
/* ======= Wrappers ======= */
.wrapper1 {
  background: #ffffff;
  padding: 62px 0 52px;
}
@media (max-width: 767px) {
  .wrapper1 {
    padding: 31px 0 26px;
  }
}
.wrapper2 {
  background: #f4f5f5;
  padding: 70px 0 55px;
}
@media (max-width: 767px) {
  .wrapper2 {
    padding: 35px 0 27px;
  }
}
.wrapper3 {
  background: #ffffff;
  padding: 69px 0;
}
@media (max-width: 767px) {
  .wrapper3 {
    padding: 34px 0;
  }
}
.wrapper4 {
  background: #f7f7f7;
  padding: 38px 0 10px;
}
@media (max-width: 767px) {
  .wrapper4 {
    padding: 19px 0 11px;
  }
}
.wrapper5 {
  background: #ffffff;
  padding: 63px 0 46px;
}
@media (max-width: 767px) {
  .wrapper5 {
    padding: 31px 0 23px;
  }
}
.wrapper6 {
  background: #f4f5f5;
  padding: 69px 0 46px;
}
@media (max-width: 767px) {
  .wrapper6 {
    padding: 35px 0 23px;
  }
}
.wrapper7 {
  background: #ffffff;
  padding: 69px 0 76px;
}
@media (max-width: 1199px) {
  .wrapper7 {
    padding: 35px 0 38px;
  }
}
@media (max-width: 767px) {
  .wrapper7 {
    padding: 35px 0 38px;
  }
}
.wrapper__center {
  text-align: center;
}
.elements_wrapper1 h6 {
  margin-bottom: 20px;
}
.elements_wrapper1 .h6_span {
  margin-bottom: 26px;
}
.elements_wrapper1 p {
  margin-bottom: 68px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  padding-top: 45px;
  background: #f7f7f7;
}
#header h1 {
  margin-bottom: 64px;
}
#header .logo-wrapper {
  text-align: center;
}
@media (max-width: 767px) {
  #header h1 {
    margin-bottom: 0;
  }
}
nav {
  text-align: center;
  display: inline-block;
  width: 100%;
}
/* Main menu styles
========================================================*/
.sf-menu {
  text-transform: uppercase;
  width: 100%;
  margin-left: 1%;
}
.sf-menu > li {
  width: 14%;
  float: left;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu > li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #ffffff;
  bottom: 15px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #393b40;
  font: 600 14px/14px "Open Sans", sans-serif;
  display: block;
  padding: 31px 0 30px;
  background: #5d6166;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
}
.sf-menu > li > a:hover {
  background: #f54f29;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:active {
  background: transparent;
  color: #ffffff;
}
.sf-menu > .sfHover > a {
  background: #f54f29;
}
.sf-menu > .sfHover > a:after {
  color: #ffffff;
}
.sf-menu > li.current > a {
  background: #f54f29;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #ffffff;
}
.sf-menu > li.sfHover > a {
  color: #ffffff;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  width: 187px;
  font: 400 13px/13px "Open Sans", sans-serif;
  position: absolute;
  top: 74px;
  left: 0;
  background: #5d6166;
  text-align: center;
  padding: 23px 0 22px 0;
  z-index: 2;
  display: none;
}
.sf-menu ul > li + li {
  margin-top: 19px;
}
.sf-menu ul li {
  position: relative;
  display: block;
}
.sf-menu ul li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #ffffff;
  bottom: -1px;
  right: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  color: #ffffff;
  text-transform: none;
}
.sf-menu ul li a:hover {
  color: #f54f29;
}
.sf-menu ul > .sfHover > a:after {
  color: #f54f29;
}
.sf-menu ul li.sfHover > a {
  color: #f54f29;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  font-size: 12px;
  position: absolute;
  top: -21px;
  left: 187px;
  background: #f54f29;
  padding: 13px 0 15px 0;
  z-index: 4;
  text-align: center;
}
.sf-menu ul ul li {
  line-height: 27px;
  margin-top: 1px;
}
.sf-menu ul ul li a {
  color: #6666666;
  text-transform: none;
  display: block;
}
.sf-menu ul ul li:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #5d6166;
}
.sf-menu ul ul li:hover a {
  color: #ffffff;
}
.sf-menu ul ul li + li {
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #f54f29;
    width: 100%;
    margin-top: 20px;
    background: #ffffff;
    font: 22px/28px "Open Sans", sans-serif;
    text-align: left;
    border: 1px solid #f54f29;
    padding: 2px 0;
    position: relative;
    margin-bottom: 20px;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}

#cookie {
  display: none;
  background-color: rgba(246, 246, 246, 0.7);
  color: #31353d;
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: #ffffff solid 2px;
}

#cookie a {
  text-decoration: none;
  color: #f54f29;
  cursor: pointer;
}

.info-obsluga {
  display: none;
}

#akceptuję_cookie_button {
  float: right; margin-right: 100px; margin-top: -50px;
  cursor: pointer;
}
@media only screen and (max-width: 1100px) {
  #akceptuję_cookie_button {
    float: none;
    margin-top: 0px;
    margin-right: 0px;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #5d6166;
  z-index: 999;
}
.isStuck .sf-menu > li:first-child {
  border-left: 1px solid #393b40;
}
.isStuck .sf-menu > li > a {
  padding: 10px 0 10px;
}
.isStuck .sf-menu > li > .sf-with-ul:after {
  bottom: 0;
}
.isStuck ul {
  top: 34px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
/* ======= Post 1 Insurances ======= */
.post1 {
  text-align: center;
  background: #f6f6f6;
  padding: 33px 20px 52px 20px;
  margin-bottom: 23px;
}
.post1 img {
  margin-bottom: 15px;
}
.post1:hover {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background: #d8d8d8;
}
/* ======= Post 2 Individual Approach ======= */
.post2 img {
  margin-top: 6px;
  float: left;
  margin-right: 20px;
  margin-bottom: 27px;
}
.post2 h2 {
  margin-bottom: 18px;
}
.post2 p {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .post2 img {
    float: none;
    margin-right: 9;
  }
}
/* ======= List 1 ======= */
.list1 li {
  position: relative;
  padding-left: 32px;
  font: 300 15px/17px "Open Sans", sans-serif;
  color: #5d6166;
  text-transform: uppercase;
}
.list1 li + li {
  margin-top: 19px;
}
.list1 li a:hover {
  color: #f54f29;
}
.list1 li:before {
  content: '';
  position: absolute;
  display: block;
  width: 7px;
  height: 11px;
  left: 0;
  top: 3px;
  background: url(../images/list1.png) no-repeat center;
}
@media (max-width: 767px) {
  .list1 {
    margin-bottom: 30px;
  }
}
/* ======= Post 3 News ======= */
.time1 {
  text-align: center;
}
.time1 .day {
  font: 300 60px/60px "Open Sans", sans-serif;
  color: #f54f29;
  display: block;
  margin-bottom: 8px;
}
.time1 .month {
  font: 400 20px/20px "Open Sans", sans-serif;
  color: #5d6166;
  text-transform: uppercase;
  display: block;
}
.post3 {
  margin-top: 33px;
}
.post3 .post3_date {
  float: left;
  margin-right: 18px;
  margin-top: 3px;
}
.post3 h4 {
  margin-bottom: 8px;
}
.post3 p {
  overflow: hidden;
}
/* ======= Post 1 Inset 1 WHY US ======= */
.post1__inset1 {
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 35px;
}
.post1__inset1 img {
  margin-bottom: 24px;
}
.post1__inset1 h3 {
  margin-bottom: 10px;
}
/* ======= Post 4 OUR HISTORY ======= */
.post4 {
  margin-top: 37px;
}
.post4 h5 {
  margin-bottom: 11px;
}
.post4 p {
  margin-bottom: 23px;
}
.post4__inset1 {
  margin-bottom: -7px;
}
.post4__inset1 h5 {
  font-weight: 400;
}
/* ======= Post 5 PRESS ======= */
.post5 {
  margin-bottom: 21px;
}
.post5 h5 {
  margin-bottom: 6px;
}
.post5 p {
  margin-bottom: 6px;
}
/* ======= Post 6 OUR STUFF ======= */
.post6 {
  margin-top: 32px;
}
.post6 img {
  margin-bottom: 25px;
}
.post6 h4 {
  margin-bottom: 8px;
}
.post6 a:hover {
  color: #f54f29;
}
/* ======= Post 7 Claims Service ======= */
.post7 {
  margin-bottom: 20px;
  padding: 30px;
  background: #f6f6f6;
}
.post7 .btn-default {
  width: 121px;
}
.post7 img {
  margin-bottom: 28px;
}
.post7 h3 {
  margin-bottom: 9px;
}
.post7 p {
  margin-bottom: 10px;
}
.post7 .btn-default {
  margin-top: 13px;
}
@media (max-width: 767px) {
  .post7 img {
    width: 100%;
  }
}
/* ======= Gallery ======= */
.gallery_image a {
  display: block;
  position: relative;
  margin-bottom: 37px;
  background: #5d6166;
}
.gallery_image a img {
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .gallery_image a img {
    width: 100%;
  }
}
.gallery_image a:hover img {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.gallery_image a:hover .gallery_icon {
  display: block;
}
.gallery_image a img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a .gallery_icon {
  display: none;
  width: 30px;
  height: 18px;
  background: url(../images/hover-icon.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -9px;
}
/* ======= Post 8 BLOG ======= */
.post8 {
  margin-bottom: 34px;
}
.post8 .post8_datetime {
  float: left;
  margin-right: 16px;
  margin-top: 2px;
}
.post8 img {
  float: left;
  margin-top: 8px;
  margin-right: 20px;
}
.post8 .post_info {
  margin-bottom: 17px;
}
.post8 .post_info span {
  font-size: 13px;
}
.post8 .post_info .posted-by a:hover {
  color: #5d6166;
}
.post8 .post_info .comments a:hover {
  color: #f54f29;
}
.post8 .post_info .divider2 {
  margin: 0 14px;
}
.post8 p {
  margin-bottom: 7px;
  overflow: hidden;
}
.post8 .btn-default {
  margin-top: 16px;
}
@media (max-width: 979px) {
  .post8 .btn-default {
    float: right;
  }
}
@media (max-width: 767px) {
  .post8 .post8_datetime {
    float: none;
    margin-right: 0;
    margin-top: 2px;
  }
  .post8 img {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .post8 .btn-default {
    margin-top: 5px;
  }
}
/* ======= Google map ======= */
.google-map_contacts {
  margin-top: 39px;
  margin-bottom: 24px;
}
.google-map_contacts iframe {
  width: 430px;
  height: 290px;
}
@media (max-width: 979px) {
  .google-map_contacts iframe {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .google-map_contacts iframe {
    height: 200px;
  }
}
/* ======= ADDRESS ======= */
address .our-address {
  font: 400 20px/25px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #5d6166;
  display: inline-block;
  margin-bottom: 8px;
}
address .numbers {
  min-width: 95px;
  display: inline-block;
}
@media (max-width: 767px) {
  address {
    margin-bottom: 30px;
  }
}
/* ======= Simple Link ======= */
.simple-link {
  font-family: "Arial", sans-serif;
  display: inline-block;
}
.simple-link:hover {
  color: #f54f29;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  background: #5d6166;
}
@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
}
/* ======= Privacy Block ======= */
.privacy-block {
  float: left;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #9fa6ae;
}
.privacy-block a:hover {
  color: #f54f29;
}
.privacy-block .divider1 {
  margin: 0 7px;
}
.privacy-block .company-name {
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 767px) {
  .privacy-block {
    float: none;
  }
}
/* ======= Socials ======= */
.socials {
  float: right;
  margin-top: 28px;
  margin-bottom: 28px;
}
.socials li {
  display: inline-block;
}
.socials li + li {
  margin-left: 4px;
}
.socials a {
  display: block;
  color: #ffffff;
  background: #9fa6ae;
  width: 34px;
  height: 34px;
  text-align: center;
  border-radius: 100px;
}
.socials a i {
  line-height: 34px;
  font-size: 17px;
}
.socials a:hover {
  background: #f54f29;
}
@media (max-width: 767px) {
  .socials {
    float: none;
  }
}
/* ======= subscription Form ======= */
.newsletter-form h5 {
  position: relative;
  padding-left: 48px;
  margin-top: 13px;
  margin-bottom: 13px;
}
.newsletter-form h5:before {
  font-family: FontAwesome;
  font-size: 30px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  color: #f54f29;
  content: '\f003';
  left: 0;
}
.newsletter-form .btn-default {
  margin-bottom: 13px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .newsletter-form .btn-default {
    width: 108px;
  }
}
#subscribe-form {
  margin-bottom: 13px;
  position: relative;
  margin-top: 0;
  /* Success message */
  /* Input form for email*/
  /* Error message style */
  /* Error message appears */
}
#subscribe-form fieldset {
  position: relative;
}
#subscribe-form .success {
  position: absolute;
  top: 0;
  right: 3px;
  color: #aad296;
  font-size: 11px;
  line-height: 14px;
  z-index: 9999;
}
#subscribe-form input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 300 14px/20px "Open Sans", sans-serif;
  color: #b8babd;
  background: #ffffff;
  padding: 13px 23px;
  width: 100%;
  height: 50px;
  border-radius: none;
  box-shadow: none;
  -webkit-appearance: none;
  border: none;
  text-transform: uppercase;
}
#subscribe-form .error {
  position: absolute;
  bottom: 27px;
  right: 3px;
  display: none;
  color: #f54f29;
  font-size: 11px;
}
#subscribe-form .invalid .error {
  display: block;
}
@media (max-width: 767px) {
  #subscribe-form input {
    margin-bottom: 15px;
  }
  #subscribe-form .error {
    top: 0;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  left: 51%;
  margin-left: 640px;
  overflow: hidden;
  border: none;
  color: #8f8f90;
  width: 42px;
  height: 42px;
  border-radius: 100px;
  background: #e6e8eb;
  font-size: 26px;
  line-height: 42px;
  text-align: center;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toTop:hover {
  outline: none;
  background: #f54f29;
  color: #ffffff;
}
/*Core variables and mixins*/
/*Core variables and mixins*/


.my-ul{
  list-style: circle !important;
  padding-left: 30px !important;
}

.inputGroup {
  background-color: #fff;
  display: block;
  margin: 10px 0;
  position: relative;
}
.inputGroup label {
  padding: 12px 30px;
  /*width: 100%;*/
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  overflow: hidden;
}
.inputGroup .nn label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  background-color: #f54f29;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.inputGroup .pzu label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  background-color: #234678;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: '';
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label {
  color: #fff;
}
.inputGroup input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.inputGroup .nn input:checked ~ label:after {
  background-color: #FFBA08;
  border-color: #FFBA08;
}

.inputGroup .pzu input:checked ~ label:after {
  background-color: #009DDE;
  border-color: #009DDE;
}
.inputGroup input {
  width: 32px;
  height: 32px;
  -webkit-box-ordinal-group: 2;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.form {
  padding: 0 16px;
  max-width: 550px;
  margin: 50px auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
}

/*body {*/
/*  background-color: #D1D7DC;*/
/*  font-family: 'Fira Sans', sans-serif;*/
/*}*/

/**,*/
/**::before,*/
/**::after {*/
/*  box-sizing: inherit;*/
/*}*/

/*html {*/
/*  box-sizing: border-box;*/
/*}*/

/*code {*/
/*  background-color: #9AA3AC;*/
/*  padding: 0 8px;*/
/*}*/

.collapsible {
  background-color: #f7f7f7;
  color: #5d6166;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #d8d8d8;
}

.collapsible:after {
  content: '\002B';
  color: #5d6166;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.coll-content {
  padding: 4px 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #ffffff;
  color: #5d6166;
}

.logout a{
  background: #31353d !important;
  border-left: 4px #f54f29 solid;
}

.logout a:hover {
  background: #f54f29 !important;
}
#subscribe-form input[type=checkbox] {
  width: 30px;
  height: 30px;
}
#subscribe-form input:checked ~ .checkmark {
  background-color:#f54f29;
}

.newsletter-box {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.newsletter-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.newsletter-box:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.newsletter-box input:checked ~ .checkmark {
  background-color: #f54f29;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.newsletter-box input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.newsletter-box .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lbl-t span {
  position: absolute;
  left: 360px;
}

.lbl-t br {
  display: none;
}
@media (max-width: 480px) {
  .lbl-t span {
    position: relative;
    left: auto;
    margin-top: 10px;
  }
  .lbl-t br {
    display: block;
  }
}

#error-box-newsletter {
  display: none;
}


#tab td, #tab th {
  border: 1px solid #082229;
  padding: 8px;
  /*width: 33%;*/
}

.pdflink {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.pdflink a{
  background-image:url(../images/download_icon.png);
  background-repeat: no-repeat;
  padding: 0px 0px 0px 18px;
  background-position: 0px 4px;
}
.pdflink a:hover{
  background-image: url(../images/download_icon_active.png);
}

.orange-td {
  background: #f54f29;
  color: white;
}

.orange-td-d {
  background: #FBAE9D;
}

.list1 .current {
  color: #f54f29;
  /*font-weight: bold;*/
}

.current-a-border {
  border: 1px #f54f29 solid;
}