.st0 {
  fill: #8dc63f;
}

.st1 {
  opacity: 0.8;
  fill: #8dc63f;
  enable-background: new;
}

.st2 {
  opacity: 0.6;
  fill: #8dc63f;
  enable-background: new;
}

.st3 {
  opacity: 0.4;
  fill: #8dc63f;
  enable-background: new;
}

.st4 {
  opacity: 0.2;
  fill: #8dc63f;
  enable-background: new;
}

.st5 {
  fill: #ffffff;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Raleway", Helvetica, sans-serif;
}

.content-body .fis-rich-text ul li::before {
  top: 9rem;
}

.content-body .fis-rich-text ul li::before {
  background-color: #818286 !important;
}

.rich-image {
  max-width: 100%;
}

.safe-img-container {
  text-align: center;
  width: 100%;
  margin-top: 80px;
  display: block;
}

.safe-image {
  width: auto !important;
  max-width: 200px;
  margin: 0 auto;
}

.hero-desc img {
  width: 100%;
}

.a-tag-text {
  text-decoration: none;
  overflow-wrap: break-word;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  font-size: 14rem;
  color: #00565b;
  text-decoration: none;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  -webkit-transition: color 0.6s, background-color 0.6s;
  transition: color 0.6s, background-color 0.6s;
}

.needs {
  width: 100%;
  background-color: #333399;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-column-align: center;
  justify-items: center;
  margin-bottom: 31px;
  margin-top: 7px;
  font-family: source_sans_proregular, sans-serif;
  font-size: 18rem;
}

.needs-one {
  width: 50%;
  position: relative;
  padding: 12px 15px;
  text-align: right;
}

.needs-one:before {
  content: " ";
  background-color: #aaa;
  height: 100%;
  width: 20px;
  position: absolute;
  right: -15px;
  top: 0;
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
}

.needs-two {
  width: 50%;
  background-color: #aaa;
  padding: 12px 15px;
  text-align: left;
}

.hero-inner {
  padding: 30rem 0;
}

.fis-footer-secondary {
  background-color: #333399;
}

.topnav {
  background-color: #333399;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  height: 45px;
  font-family: "Raleway", Helvetica, sans-serif;
  font-size: 15rem;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px 8px 16px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-family: "Raleway", Helvetica, sans-serif;
  font-size: 16px;
}

.active {
  background-color: RGB(129, 130, 134);
  color: white;
  cursor: pointer;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.dropdown .dropbtn {
  border: none;
  outline: none;
  color: white;
  padding: 15px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.dropbtn {
  padding: 15px 16px !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 45px;
  background-color: #f9f9f9;
  min-width: 230px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 11;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 9999;
}

.dropdown-content a:first-child {
  padding: 12px 16px;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.topnav a:hover,
.dropdown:hover .dropbtn {
  background-color: RGB(129, 130, 134);
  color: white;
  cursor: pointer;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

i {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
}

.down {
  -ms-transform: rotate(45deg) translate(2px, -6px);
  transform: rotate(45deg) translate(2px, -6px);
  -webkit-transform: rotate(45deg) translate(2px, -6px);
}

.culiance-blue {
  color: #000099;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child),
  .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .needs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .needs div {
    text-align: center;
    width: 100%;
  }
  .needs-one:before {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {
    float: none;
  }
  .topnav.responsive .dropdown-content {
    position: relative;
  }
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.card-text {
  text-align: center;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.fis-footer {
  margin-right: -15px;
  margin-left: -15px;
}

.email-signup {
  margin-left: -15px;
}

.contact-section .row {
  padding: 0 20px;
}
