.fsc-form-page .pg-head {
  background-image: url("../img/ubsf4.jpg");
}

.fsc-content-page .pg-head {
  background-image: url("../img/ubsf2.jpg");
}

.fsc-news-list .pg-head, .fsc-news-item .pg-head {
  background-image: url("../img/ubsf3.jpg");
}

.fincsirt header .logo {
  margin-top: 0;
}
.fincsirt header .logo a {
  width: 113px;
  height: 109px;
  background-image: url("../img/logocs.svg");
}
@media only screen and (max-width: 990px) {
  .fincsirt header .logo a {
    width: 64px;
    height: 62px;
  }
}
.fincsirt header nav > ul {
  justify-content: flex-start;
  box-sizing: border-box;
  padding-left: 150px;
}
@media only screen and (max-width: 990px) {
  .fincsirt header nav > ul {
    padding-left: 0;
  }
}
.fincsirt header nav > ul > li > a::before {
  background-color: #e21e26;
}
.fincsirt header nav > ul > li.open > a, .fincsirt header nav > ul > li:hover > a {
  color: #163771;
}
.fincsirt header nav > ul > li.has-children:hover > a {
  color: #fff;
}
.fincsirt .home-head.contact-head .head-ibox .ibox-content {
  background: #e21e26;
}
.fincsirt .cinfo-list label {
  color: white;
}
.fincsirt .pg-head::before {
  z-index: 2;
}
.fincsirt .pg-head::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 990px) {
  .fincsirt .pg-head::after {
    display: none;
  }
}
.fincsirt .pg-head > div {
  position: relative;
  z-index: 1;
}
.fincsirt header {
  padding-bottom: 30px;
  padding-top: 30px;
}
@media only screen and (max-width: 990px) {
  .fincsirt header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.fincsirt header.collapsed {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 990px) {
  .fincsirt header .mobile-handle {
    top: 16px;
  }
}
.fincsirt .arct-content a.morelink::before {
  display: none;
}

.contact-form form .cf-row .upload-container {
  flex-grow: 1;
}

.contact-form form .cf-row .file-list > li {
  border: 1px solid #ccc;
  border-bottom: 0px none;
  position: relative;
}
.contact-form form .cf-row .file-list > li a.remove {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  color: red;
  line-height: 20px;
  text-align: center;
}
.contact-form form .cf-row .file-list > li li {
  padding: 2px 30px 2px 10px;
  display: flex;
  justify-content: space-between;
}
.contact-form form .cf-row .file-list > li li span.size {
  flex-shrink: 0;
  white-space: nowrap;
}

.contact-form form .cf-row .upload {
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 20px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.contact-form form .cf-row .upload input {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 200px;
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
}
.contact-form form .cf-row .upload span {
  height: 30px;
  box-sizing: border-box;
  font-weight: bold;
  border: 1px solid #163771;
  background: transparent;
  display: block;
  width: 120px;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
}
.contact-form form .cf-row .upload:focus-within span, .contact-form form .cf-row .upload:hover span {
  background: #163771;
  color: white;
}
.contact-form form .cf-row .upload em {
  text-align: center;
  flex-grow: 1;
}
/*# sourceMappingURL=fsc.css.map*/