body {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #4f425e;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: lowercase;
}

h1 {
  font-size: 40px;
  font-weight: bold;
}

h2 {
  color: #3c1053;
  font-weight: bold;
  font-size: 32px;
  margin: 0 0 40px 0;
}

h4 {
  font-size: 26px;
  font-weight: bold;
}

a {
  color: #84329b;
  text-decoration: underline;
}

a:hover {
  color: #622871;
}

img {
  max-width: 100%;
}

body .no-bullets {
  list-style: none;
  overflow: hidden;
}

body .circle-ring {
  border-radius: 50%;
  behavior: url(PIE.htc);
  padding: 12px;
  border: 2px solid #679500;
  color: #679500;
  text-align: center;
}

body .list-columns {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

body .margin-top {
  margin-top: 40px;
}

body .margin-right {
  margin-right: 20px;
}

body .margin-bottom {
  margin-bottom: 20px;
}

body .no-padding {
  padding: 0;
}

body .full-width {
  width: 100%;
}

body .wrap-padding {
  padding: 75px 15px;
}

body .wrap-padding-cpage {
  padding: 0 15px 75px 15px;
}

body .wrap-padding-cpage ul {
  list-style-position: inside;
  padding: 0;
}

body .wrap-padding-small {
  padding: 40px 15px;
}

body .wrap-padding-small .col-xs-12 img {
  margin-bottom: 20px;
}

.thumbnail {
  padding: 0 20px;
}

@media all and (min-width) {
  .thumbnail {
    padding: 40px;
  }
}

.breadcrumb {
  background: none;
}

.breadcrumb li.active, .breadcrumb a {
  color: white;
  text-decoration: none;
}

.breadcrumb a:hover {
  font-weight: normal;
  text-decoration: underline;
}

.breadcrumb > li + li:before {
  content: "\E315";
  font-family: "Material Icons";
  vertical-align: middle;
  color: #3c1053;
  font-size: 20px;
}

.drop-shadow-purple {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(60, 16, 83, 0.2);
  box-shadow: 0px 0px 6px 0px rgba(60, 16, 83, 0.2);
  border: none;
}

.border-radius-big {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
}

.btn-purple, .swift-forms > .row form .contourNavigation > .col-md-12 input[type="submit"] {
  width: auto;
  border-radius: 30px;
  background-color: #3c1053;
  color: white;
  font-size: 16px;
  padding: 15px 30px;
  white-space: pre-wrap;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, -webkit-box-shadow;
  transition-property: box-shadow, background-color;
  transition-property: box-shadow, background-color, -webkit-box-shadow;
}

.btn-purple:hover, .swift-forms > .row form .contourNavigation > .col-md-12 input:hover[type="submit"], .btn-purple:focus, .swift-forms > .row form .contourNavigation > .col-md-12 input:focus[type="submit"] {
  color: white;
  background-color: #2d0d42;
  font-weight: normal;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.5);
}

.btn-light-purple {
  width: auto;
  border-radius: 30px;
  background-color: #84329b;
  color: white;
  font-size: 16px;
  padding: 15px 30px;
  white-space: pre-wrap;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, -webkit-box-shadow;
  transition-property: box-shadow, background-color;
  transition-property: box-shadow, background-color, -webkit-box-shadow;
}

.btn-light-purple:hover, .btn-light-purple:focus {
  color: white;
  background-color: #622871;
  font-weight: normal;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.5);
}

.btn {
  text-transform: lowercase;
}

.text-white {
  color: white;
}

.text-purple {
  color: #4f425e;
}

.text-purple:hover {
  color: #4f425e;
}

.text-dark-purple {
  color: #2d0d42;
}

body .bg-purple, body .bg-3c1053 {
  background-color: #3c1053;
}

body .bg-purple-2, body .bg-84329b {
  background-color: #84329b;
}

body .bg-light-purple {
  background-color: #efeaf5;
}

body .bg-light-purple-white {
  background-image: url("/img/pink-white-bg.jpg");
  background-size: cover;
}

body .bg-blue, body .bg-009fdf {
  background-color: #9d5baf;
}

body .bg-light-blue {
  background-color: #edf8fd;
}

body .bg-cedc00 {
  background-color: #679500;
}

body .bg-fedd00 {
  background-color: #fedd00;
}

body .circle-ring.color-blue {
  color: #9d5baf;
  border-color: #9d5baf;
}

body .circle-ring.color-purple {
  color: #84329b;
  border-color: #84329b;
}

body .circle-ring.color-yellow {
  color: #773dbe;
  border-color: #773dbe;
}

.bg-purple a, .bg-3c1053 a, .bg-purple-2 a, .bg-84329b a, .bg-light-purple a, .bg-blue a, .bg-009fdf a, .bg-light-blue a {
  color: white;
}

.bg-purple a:hover, .bg-3c1053 a:hover, .bg-purple-2 a:hover, .bg-84329b a:hover, .bg-light-purple a:hover, .bg-blue a:hover, .bg-009fdf a:hover, .bg-light-blue a:hover {
  color: inherit;
}

.bg-cedc00 .breadcrumb li.active, .bg-cedc00 h1, .bg-cedc00 p, .bg-cedc00 a, .bg-fedd00 .breadcrumb li.active, .bg-fedd00 h1, .bg-fedd00 p, .bg-fedd00 a {
  color: #3c1053;
}

.bg-cedc00 .breadcrumb li.active:hover, .bg-cedc00 h1:hover, .bg-cedc00 p:hover, .bg-cedc00 a:hover, .bg-fedd00 .breadcrumb li.active:hover, .bg-fedd00 h1:hover, .bg-fedd00 p:hover, .bg-fedd00 a:hover {
  color: #2d0d42;
}

.relative-row {
  position: relative;
}

@media all and (min-width: 1200px) {
  body .container {
    width: 1026px;
  }
}

.cookie-policy-banner {
  display: none;
}

.type--header2 {
  color: #3c1053;
  font-weight: bold;
  font-size: 32px;
  margin: 0 0 40px 0;
}

.type--header3 {
  font-size: 24px;
}

.type--header4 {
  font-size: 26px;
  font-weight: bold;
}

.wmnds-header__skip-link {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 1rem;
  clip: rect(0 0 0 0);
  color: #fff;
  background-color: #1d7bbf;
}

.wmnds-header__skip-link:visited {
  color: #fff;
}

.wmnds-header__skip-link:focus {
  position: static;
  width: auto;
  height: auto;
  clip: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blue-header {
  background-color: #77328a;
  padding: 0;
}

.blue-header .wrap {
  max-width: 1026px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.netwm-logo,
.swift-logo {
  float: left;
  padding: 10px 15px;
  vertical-align: bottom;
  display: block;
  overflow: hidden;
  background-image: none;
}

.netwm-logo svg,
.swift-logo svg {
  min-height: 40px;
  float: left;
  height: 1px;
}

.netwm-logo svg .st0,
.netwm-logo svg .st1,
.swift-logo svg .st0,
.swift-logo svg .st1 {
  fill: white;
}

.netwm-logo svg {
  width: 140px;
}

.swift-logo svg {
  width: 110px;
}

.swift-logo {
  min-height: 60px;
  background-color: #3c1053;
}

@media all and (max-width: 767px) {
  .swift-logo {
    width: 54px;
    padding: 16px 10px 4px 10px;
  }
  .swift-logo .st0 {
    display: none;
  }
  .netwm-logo {
    width: 62px;
    padding: 10px;
  }
  .netwm-logo .st0 {
    display: none;
  }
  .netwm-logo svg {
    width: 106px;
  }
  .netwm-logo svg .layer-text {
    display: none;
  }
}

@media all and (min-width: 768px) {
  a.logo-wrapper.active {
    width: 193px;
  }
  a.logo-wrapper.active svg .st0 {
    display: block;
  }
}

/*search bar styling*/
.blue-header .pull-right .navbar-toggle {
  background-color: #2d0d42;
  height: 60px;
  width: 60px;
  border-radius: 0;
  margin: 0;
  padding: 2px 6px 3px 6px;
}

.blue-header .pull-right .navbar-toggle span {
  background-color: white;
  height: 3px;
  margin: 4px auto;
  width: 26px;
}

.blue-header .pull-right .search-bar-desktop input {
  width: 140px;
  padding: 16px 0 16px 16px;
  display: none;
  float: right;
  background: none;
}

.blue-header .pull-right .search-bar-desktop input:focus,
.blue-header .pull-right .search-bar-desktop .search-bar-mobile:focus {
  color: white;
  outline: none;
}

.blue-header .pull-right .search-bar-desktop ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: white;
}

.blue-header .pull-right .search-bar-desktop :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
  opacity: 1;
}

.blue-header .pull-right .search-bar-desktop ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
  opacity: 1;
}

.blue-header .pull-right .search-bar-desktop :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

.blue-header .pull-right .sign-in-swift {
  padding: 10px 16px;
  float: left;
  border-right: 1px solid white;
  margin: 6px 0;
  text-decoration: none;
}

@media all and (max-width: 767px) {
  .blue-header .pull-right .sign-in-swift {
    display: none;
  }
}

.blue-header .pull-right .sign-in-swift .material-icons {
  vertical-align: bottom;
}

.blue-header .pull-right .search-bar-icon {
  font-size: 28px;
  cursor: pointer;
  float: right;
  padding: 16px;
}

.blue-header .pull-right .search-bar-icon:hover {
  color: #3c1053;
}

.search-bar-desktop input,
.search-bar-mobile {
  border: none;
  font-size: 16px;
  float: left;
  padding: 15px;
}

#search-form-mobile {
  display: none;
  background-color: #2d0d42;
  padding: 10px;
}

@media all and (min-width: 768px) {
  #search-form-mobile {
    display: none !important;
  }
}

#search-form-mobile .search-bar-mobile {
  float: left;
  width: 85%;
  height: 56px;
  border-radius: 0;
  border: 0;
}

#search-form-mobile .search-submit-mobile {
  float: right;
  width: 15%;
}

#search-form-mobile .search-submit-mobile input {
  outline: none;
  height: 56px;
  width: 100%;
  color: white;
  background-color: #84329b;
  padding: 0;
  border-radius: 0;
  border: 0;
}

/*end search bar styling*/
/* Top Nav */
.main-nav {
  background-color: #3c1053;
  /*.main-nav #main-nav-collapse{padding:0;}*/
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .main-nav > .container {
    width: 100%;
  }
}

.main-nav ul.nav.nav-justified {
  padding: 5px 0 20px 0;
  /*styling for dropdown menus on mobile*/
}

.main-nav ul.nav.nav-justified li {
  position: relative;
  vertical-align: middle;
}

.main-nav ul.nav.nav-justified li a {
  color: white;
  padding: 10px;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid white;
  font-size: 16px;
  text-decoration: none;
}

.main-nav ul.nav.nav-justified li a:hover {
  font-weight: normal;
}

.main-nav ul.nav.nav-justified li a i {
  float: right;
  margin-top: 2px;
}

.main-nav ul.nav.nav-justified li a i.fa-angle-up {
  display: none;
}

.main-nav ul.nav.nav-justified > li.dropdown.open > a {
  border-bottom: none;
}

.main-nav ul.nav.nav-justified > li.dropdown.open i.fa-angle-down {
  display: none;
}

.main-nav ul.nav.nav-justified > li.dropdown.open i.fa-angle-up {
  display: block;
}

.main-nav ul.nav.nav-justified > li.dropdown > ul.dropdown-menu {
  background-color: white;
  padding: 5px 15px 20px 15px;
  border-radius: 0;
  border-top: 0;
  width: 100%;
}

.main-nav ul.nav.nav-justified > li.dropdown > ul.dropdown-menu li a {
  color: #3c1053;
  border-bottom-color: #3c1053;
  position: relative;
  white-space: normal;
}

.main-nav ul.nav.nav-justified > li.dropdown > ul.dropdown-menu li a:after {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: normal;
  content: '\e5cc';
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 22px;
  line-height: 45px;
}

@media all and (min-width: 768px) {
  .main-nav ul.nav.nav-justified {
    padding: 0;
  }
  .main-nav ul.nav.nav-justified > li {
    border-bottom: 5px transparent solid;
  }
  .main-nav ul.nav.nav-justified > li > a {
    padding: 20px 0 15px 0;
    border-bottom: none;
  }
  .main-nav ul.nav.nav-justified li a.dropdown-toggle {
    display: none;
  }
  .main-nav ul.nav.nav-justified > li.active,
  .main-nav ul.nav.nav-justified > li:hover,
  .main-nav ul.nav.nav-justified > li:hover {
    border-bottom: 5px white solid;
    background-color: initial;
  }
  .main-nav ul.nav.nav-justified > li.dropdown:hover ul {
    display: block;
    padding: 0;
    margin: 5px -15px 0 -15px;
    min-width: 240px;
    top: 100%;
  }
  .main-nav ul.nav.nav-justified > li:hover ul > li {
    padding: 0 15px;
  }
  .main-nav ul.nav.nav-justified > li:hover ul > li:hover {
    background-color: #e5e0ec;
  }
  .main-nav ul.nav.nav-justified > li:hover ul > li:last-child a {
    border-bottom: none;
  }
}

@media all and (max-width: 767px) {
  .search-bar-icon {
    position: absolute;
    top: 50%;
    right: 64px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .main-nav {
    padding: 0;
  }
  .main-nav #main-nav-collapse {
    margin: 0;
  }
  .main-nav div.container {
    padding: 0;
  }
  .main-nav ul.nav.nav-justified {
    /*styling for dropdown menus on mobile*/
  }
  .main-nav ul.nav.nav-justified .sign-in-swift-mobile i {
    float: none;
    vertical-align: middle;
  }
  .main-nav ul.nav.nav-justified li {
    float: left;
    width: 100%;
  }
  .main-nav ul.nav.nav-justified > li > a {
    text-align: left;
  }
  .main-nav ul.nav.nav-justified > li > a.dropdown-toggle {
    position: absolute;
    right: 0;
    top: 0;
    border-bottom-color: transparent;
  }
  .main-nav ul.nav.nav-justified > li.dropdown > ul.dropdown-menu {
    position: relative;
  }
  .main-nav ul.nav.nav-justified > li.dropdown.open > a {
    border-bottom: none;
  }
  .main-nav ul.nav.nav-justified > li.dropdown.open i.fa-angle-down {
    display: none;
  }
  .main-nav ul.nav.nav-justified > li.dropdown.open i.fa-angle-up {
    display: block;
  }
}

.header-text .wrap-padding-cpage a {
  color: white;
}

/*End Header Styling*/
/*Footer Styling*/
.footer {
  background: #2d0d42;
  color: white;
  overflow: hidden;
}

.footer .wrap {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

.footer .boxin {
  background-color: transparent;
  margin-bottom: 20px;
  padding: 15px 15px 15px 15px;
}

.footer [data-slidetarget] {
  display: none;
}

.footer h3 {
  margin-bottom: 20px;
}

.footbtns {
  text-align: center;
  margin-left: -3px;
  margin-right: -3px;
  padding: 0;
}

.footbtns li {
  display: inline-block;
  padding: 0 3px;
  width: 100%;
  margin: 0 0 8px;
}

@media all and (min-width: 768px) {
  .footbtns li {
    width: 33%;
    margin: 0 0 8px;
  }
}

.footbtns .btn {
  background-color: white;
  width: 100%;
  max-width: 100%;
  padding-top: 17px;
  padding-bottom: 18px;
  height: auto;
  color: #333333;
  background-image: none;
  text-decoration: none;
}

.footbtns .btn:hover {
  background: #622871;
  color: white;
}

.footlinks {
  border-top: 1px solid white;
}

@media all and (max-width: 36.25em) {
  .footlinks {
    display: block;
    padding: 8px 0;
  }
}

.footlinks li {
  margin-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}

.footlinks li:last-child {
  float: right;
  margin: 3px 0 0 0;
}

.footlinks a {
  color: white;
  font-weight: normal;
  background-image: none;
}

.footlinks a:hover {
  display: inline;
  font-weight: bold;
}

.bare-list--horizontal li {
  display: inline-block;
}

/*End Footer Styling*/
.cookie-policy-banner {
  background-color: #2d0d42;
  width: 100%;
  padding: 25px 0;
}

.cookie-policy-banner .container {
  display: table;
}

.cookie-policy-banner p {
  color: white;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  float: left;
}

@media all and (min-width: 768px) {
  .cookie-policy-banner p {
    float: none;
  }
}

.cookie-policy-banner p a {
  color: white;
  text-decoration: underline;
}

.cookie-policy-banner button {
  float: right;
  width: auto;
  display: table-cell;
  vertical-align: middle;
  margin-top: 15px;
}

@media all and (min-width: 768px) {
  .cookie-policy-banner button {
    margin-top: 0;
  }
}

.panel {
  background-color: #efeaf5;
  border: none;
}

.panel .panel-heading {
  background-color: #efeaf5;
  padding: 0;
  border: none;
}

.panel .panel-heading a {
  display: block;
  padding: 40px;
  color: #3c1053;
  text-decoration: none;
}

.panel .panel-heading a:hover {
  font-weight: normal;
  text-decoration: underline;
}

.panel .panel-heading a[aria-expanded="true"] .add {
  display: none;
}

.panel .panel-heading a[aria-expanded="false"] .remove {
  display: none;
}

.panel .panel-heading a h4 {
  font-size: 22px;
  font-weight: bold;
}

.panel .panel-heading a .material-icons {
  width: 40px;
  height: 40px;
  font-size: 40px;
  margin-left: 10px;
}

.panel .panel-heading a span {
  margin-top: 20px;
  width: 100%;
}

.panel .panel-body {
  padding: 0 40px 40px 40px;
}

.panel .panel-body img {
  width: 100%;
  margin-bottom: 10px;
  max-width: 250px;
  margin: auto;
}

.panel .panel-body a {
  word-wrap: break-word;
}

.swift-product-types > .container-fluid {
  max-width: 1300px;
}

.tile-wrapper {
  overflow-x: auto;
  position: relative;
  margin: 40px -30px 0 -30px;
}

.tile-wrapper .tile-slider {
  min-width: 1000px;
}

.tile-wrapper .tile-slider a.col-xs-3 {
  min-width: 250px;
  padding: 0 5px;
  cursor: pointer;
  text-decoration: none;
  font-weight: normal;
}

.tile-wrapper .tile-slider a.col-xs-3:hover {
  text-decoration: underline;
}

.tile-wrapper .tile-slider a.col-xs-3 .thumbnail {
  padding: 10px;
}

@media all and (min-width: 768px) {
  .tile-wrapper .tile-slider a.col-xs-3 .thumbnail {
    padding: 20px;
  }
}

.tile-wrapper .tile-slider a.col-xs-3 .thumbnail img {
  margin: 20px auto;
}

.tile-wrapper .tile-slider a.col-xs-3 .thumbnail p {
  max-width: 270px;
  margin: auto;
}

.tile-wrapper .tile-slider a.col-xs-3 .thumbnail ul {
  margin-top: 20px;
  font-size: 14px;
}

.tile-wrapper .tile-slider a.col-xs-3 .thumbnail ul li {
  display: table;
  width: 100%;
}

@media all and (max-width: 767px) {
  .tile-wrapper .tile-slider a.col-xs-3 .thumbnail ul .circle-ring {
    border: none;
    padding: 0;
  }
}

.tile-wrapper .tile-slider a.col-xs-3 .thumbnail ul i, .tile-wrapper .tile-slider a.col-xs-3 .thumbnail ul span {
  display: table-cell;
  vertical-align: middle;
}

@media all and (min-width: 992px) {
  .tile-wrapper .tile-slider a.col-xs-3 .thumbnail ul {
    list-style: none;
    padding: 0;
    margin-top: 40px;
  }
}

@media all and (min-width: 768px) {
  .tile-wrapper .tile-slider a.col-xs-3 {
    padding: 0 15px;
  }
}

.panels {
  margin-top: 20px;
  position: relative;
}

.panels .panel-inner {
  padding: 20px 20px 80px 20px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(60, 16, 83, 0.2);
  box-shadow: 0px 0px 6px 0px rgba(60, 16, 83, 0.2);
  border: none;
}

.panels .panel-inner h3 {
  margin-bottom: 20px;
  color: #3c1053;
  font-weight: bold;
}

.panels .panel-inner img {
  width: 100%;
  display: block;
}

.panels .panel-inner a.btn.btn-purple, .panels .panel-inner select {
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.advert-blocks-double .col-sm-6 {
  padding: 40px 40px 94px 40px;
  position: relative;
}

.advert-blocks-double .col-sm-6 h3 {
  font-size: 22px;
  font-weight: bold;
}

.advert-blocks-double .col-sm-6 a {
  max-width: 400px;
}

.advert-blocks-double .col-sm-6 a.btn.btn-purple {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.advert-blocks-double .col-sm-6.no-padding {
  padding: 40px 0;
}

.advert-blocks-double .col-sm-6.no-padding a {
  width: 100%;
  background-size: cover;
  display: block;
  overflow: hidden;
  min-height: 300px;
  max-width: 100%;
}

.quad-blocks .bg-purple, .quad-blocks .bg-blue {
  padding: 40px;
}

.quad-blocks .bg-purple h3, .quad-blocks .bg-blue h3 {
  font-size: 32px;
  font-weight: bold;
}

.quad-blocks .bg-purple a, .quad-blocks .bg-blue a {
  max-width: 400px;
}

.quad-blocks .no-padding {
  position: relative;
  min-height: 300px;
  overflow: hidden;
}

.quad-blocks .no-padding a {
  width: 100%;
  height: 100%;
  background-size: cover;
  display: block;
  overflow: hidden;
  position: relative;
  min-height: 300px;
}

.quad-blocks .no-padding img {
  position: absolute;
  max-width: initial;
  min-width: 100%;
  min-height: 100%;
}

.flow-chart .row {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.flow-chart .row > p, .flow-chart .row > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

@media all and (max-width: 767px) {
  .flow-chart {
    margin-bottom: 40px;
  }
}

.diagram-image {
  position: relative;
}

.diagram-image > div {
  position: absolute;
  top: 70%;
  left: 4%;
  max-width: 60%;
}

#travel-centre-dropdown {
  width: 100%;
  max-width: 180px;
  height: 40px;
}

/* Banner Alert Styling */
.banner-alert {
  background-color: #da0000;
  width: 100%;
  color: white;
  font-size: 14px;
}

.banner-alert .wrap,
.banner-alert-content .wrap {
  padding: 15px;
  overflow: hidden;
  margin: auto;
  max-width: 1026px;
}

.banner-alert .banner-table-wrap {
  display: table;
  float: left;
}

.banner-alert .caution-icon {
  display: table-cell;
  vertical-align: middle;
  width: 48px;
  min-width: 48px;
  padding-right: 10px;
}

.banner-alert span.banner-title {
  font-size: 24px;
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.banner-alert .banner-show-more {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  padding-right: 30px;
  float: right;
  line-height: 38px;
  height: 38px;
  background: none;
  color: white;
  cursor: pointer;
}

.banner-show-more:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  width: 19px;
  height: 30px;
  background-image: url("//static.centro.org.uk/nwmAssets/img/icons.png");
  background-size: 308px auto;
  z-index: 1;
}

.banner-show-more.hidden-banner-alert:after {
  background-position: -254px -417px;
}

.banner-show-more.showing-banner-alert:after {
  top: 17.5px;
  height: 3px;
  background-color: white;
  background-image: none;
}

.banner-alert-content {
  background-color: darkred;
  color: white;
  display: none;
}

.banner-alert-content p {
  margin-top: 5px;
}

@media all and (max-width: 767px) {
  .banner-table-wrap {
    float: left;
    width: 100%;
  }
  .banner-show-more {
    float: left;
  }
}

/* n Icon */
@font-face {
  font-family: 'iconmodes';
  src: url("http://static.centro.org.uk/Fonts/iconmodes/iconmodes.eot");
}

@font-face {
  font-family: 'iconmodes';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^='iconmodes-'],
[class*=' iconmodes-'] {
  font-family: 'iconmodes';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconmodes-n .path1:before {
  content: '\e906';
}

.iconmodes-n .path2:before {
  content: '\e907';
  margin-left: -1em;
  color: white;
}

.iconmode--sml {
  font-size: 75%;
}

.type--blue {
  color: #9d5baf;
}

.swift-forms > .row {
  background-color: #efeaf5;
}

.swift-forms > .row h4 {
  display: none;
}

.swift-forms > .row form {
  padding: 40px 10px;
}

.swift-forms > .row form label {
  font-weight: normal;
}

.swift-forms > .row form .contourField {
  width: 33.3%;
  float: left;
  padding: 0 15px;
  margin-bottom: 15px;
  clear: none;
}

.swift-forms > .row form .contourField input, .swift-forms > .row form .contourField select {
  width: 100%;
  padding: 10px;
  border: none;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 46px;
}

.swift-forms > .row form .longanswer {
  width: 100%;
}

.swift-forms > .row form .longanswer textarea {
  width: 100%;
  padding: 10px;
  border: none;
}

.swift-forms > .row form .contourNavigation > .col-md-12 {
  float: none;
}

.swift-forms > .row form .contourNavigation > .col-md-12 input[type="submit"] {
  margin: 0 15px;
}

/* New transport Icons*/
.icon-stylized-new {
  cursor: pointer;
  display: inline-block;
}

.icon-stylized-new input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.icon-stylized-new label, .icon-stylized-new a {
  background-color: white;
  color: #3c1053;
  position: relative;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: inline-block;
  padding: 10px 40px 10px 15px;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  .icon-stylized-new label:hover, .icon-stylized-new a:hover {
    background-color: #2d0d42;
    color: white;
  }
}

.icon-stylized-new a {
  margin: 0 10px 10px 0;
}

.icon-stylized-new.bus label, .icon-stylized-new.bus a, .icon-stylized-new.train label, .icon-stylized-new.train a, .icon-stylized-new.tram label, .icon-stylized-new.tram a {
  padding-left: 40px;
}

.icon-stylized-new.bus label:before, .icon-stylized-new.bus a:before {
  content: "";
  background-image: url("//static.centro.org.uk/swiftAssets/img/bus-icon.png");
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto 0 auto 14px;
  height: 24px;
  width: 14px;
}

.icon-stylized-new.bus input:checked ~ label:before, .icon-stylized-new.bus:hover label:before, .icon-stylized-new.bus:hover a:before {
  background-image: url("//static.centro.org.uk/swiftAssets/img/bus-icon-white.png");
}

.icon-stylized-new.train label:before, .icon-stylized-new.train a:before {
  content: "";
  background-image: url("//static.centro.org.uk/swiftAssets/img/train-icon.png");
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto 0 auto 14px;
  height: 21px;
  width: 15px;
}

.icon-stylized-new.train input:checked ~ label:before, .icon-stylized-new.train:hover label:before, .icon-stylized-new.train:hover a:before {
  background-image: url("//static.centro.org.uk/swiftAssets/img/train-icon-white.png");
}

.icon-stylized-new.tram label:before, .icon-stylized-new.tram a:before {
  content: "";
  background-image: url("//static.centro.org.uk/swiftAssets/img/tram-icon.png");
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto 0 auto 14px;
  height: 26px;
  width: 15px;
}

.icon-stylized-new.tram input:checked ~ label:before, .icon-stylized-new.tram:hover label:before, .icon-stylized-new.tram:hover a:before {
  background-image: url("//static.centro.org.uk/swiftAssets/img/tram-icon-white.png");
}

.icon-stylized-new.bus-tram a {
  padding-left: 75px;
}

.icon-stylized-new.bus-tram label:before, .icon-stylized-new.bus-tram a:before {
  content: "";
  background-image: url("//static.centro.org.uk/swiftAssets/img/bus-tram.png");
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto 0 auto 14px;
  height: 26px;
  width: 70px;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-stylized-new.bus-tram input:checked ~ label:before, .icon-stylized-new.bus-tram:hover label:before, .icon-stylized-new.bus-tram:hover a:before {
  background-image: url("//static.centro.org.uk/swiftAssets/img/bus-tram-white.png");
}

.icon-stylized-new.bus-train-tram a {
  padding-left: 115px;
}

.icon-stylized-new.bus-train-tram label:before, .icon-stylized-new.bus-train-tram a:before {
  content: "";
  background-image: url("//static.centro.org.uk/swiftAssets/img/bus-train-tram.png");
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto 0 auto 14px;
  height: 26px;
  width: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-stylized-new.bus-train-tram input:checked ~ label:before, .icon-stylized-new.bus-train-tram:hover label:before, .icon-stylized-new.bus-train-tram:hover a:before {
  background-image: url("//static.centro.org.uk/swiftAssets/img/bus-train-tram-white.png");
}

.icon-stylized-new input:checked ~ label {
  color: white;
  background-color: #3c1053;
}

.icon-stylized-new input:checked ~ label:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  margin-left: -10px;
  top: 0;
  background: url(//static.centro.org.uk/nwmAssets/img/tick.svg) center no-repeat;
  right: 10px;
  z-index: 9999;
  bottom: 0;
  margin: auto;
}

.extra-content {
  display: none;
}

/*End New transport Icons*/
.loader {
  color: #3c1053;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.feature-banner-1, .feature-banner-2 {
  color: white;
  padding: 40px;
}

@media all and (min-width: 768px) {
  .feature-banner-1 > form, .feature-banner-1 > div, .feature-banner-2 > form, .feature-banner-2 > div {
    max-width: 400px;
  }
  .feature-banner-1 h1, .feature-banner-2 h1 {
    margin: 0 0 40px 0;
  }
}

.feature-banner-1 {
  background-color: #84329b;
}

.feature-banner-1 img {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}

.feature-banner-2 {
  background-color: #9d5baf;
}

.benefits {
  margin-bottom: 0;
}

.benefits li {
  margin-bottom: 20px;
  width: 100%;
}

.benefits li .circle-ring {
  margin-right: 20px;
}

.benefits li span {
  display: table-cell;
}

.swift-product-types {
  position: relative;
}

.swift-product-types .white-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35%;
  background-color: white;
}

.partners .col-xs-6 {
  margin-top: 20px;
}

.partners .col-xs-6 img {
  width: 100%;
}

.ticket-search {
  max-width: 400px;
}

@media all and (max-width: 767px) {
  .card-details .benefits {
    margin-top: 40px;
  }
}

.card-details span.margin-right {
  vertical-align: middle;
}

.card-details .bus-block, .card-details .train-block, .card-details .tram-block {
  max-width: 42px;
  max-height: 42px;
  padding: 5px;
  background-color: #3c1053;
  fill: white;
  vertical-align: middle;
}

#collector {
  background: #3c1053;
  margin-bottom: 40px;
}

.bh-sl-form-container {
  background: #3c1053;
  color: #fff;
  padding: 10px;
}

.coll-cat {
  background: #84329b;
  color: #fff;
  padding: 10px;
}

.bh-sl-loc-list {
  background: #edf8fd;
  color: #2d0d42;
}

.bh-sl-address {
  text-transform: lowercase;
}

.form-group {
  text-transform: lowercase;
}

.bh-sl-error {
  clear: both;
  float: left;
  width: 100%;
  padding: 10px 0;
  color: #ae2118;
  font-weight: 700;
}

.bh-sl-container {
  color: #333;
}

.bh-sl-container .jumbotron {
  padding-top: 30px;
}

.bh-sl-container .form-input input, .bh-sl-container .form-input label, .bh-sl-container .form-input select {
  margin-right: 10px;
}

.bh-sl-container .bh-sl-loading {
  float: left;
  margin: 4px 0 0 10px;
  width: 16px;
  height: 16px;
  background: url(../media/7719/ajax-loader.gif) no-repeat;
}

.bh-sl-container .bh-sl-filters-container {
  clear: both;
  width: 100%;
  margin: 15px 0;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters {
  list-style: none;
  float: left;
  padding: 0;
  margin: 0 100px 0 0;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li {
  display: block;
  clear: left;
  float: left;
  width: 100%;
  margin: 5px 0;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li label {
  display: inline;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li input {
  display: block;
  float: left;
  margin: 2px 8px 2px 0;
}

.bh-sl-container .bh-sl-map-container {
  margin: 0 0 0px 0;
}

.bh-sl-container .bh-sl-map-container a {
  color: #6ca340;
  text-decoration: none;
}

.bh-sl-container .bh-sl-map-container a:active, .bh-sl-container .bh-sl-map-container a:hover {
  text-decoration: underline;
}

.bh-sl-container .bh-sl-loc-list {
  height: 530px;
  overflow-x: auto;
}

.bh-sl-container .bh-sl-loc-list ul {
  display: block;
  clear: left;
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bh-sl-container .bh-sl-loc-list ul li {
  display: block;
  clear: left;
  float: left;
  margin: 3% 0%;
  cursor: pointer;
  width: 92%;
}

.bh-sl-container .bh-sl-loc-list .list-label {
  margin: 10px 0 10px 15px;
  padding: 2px 3px;
  width: 10%;
  max-width: 25px;
  text-align: center;
  background: #003366;
  color: #fff;
  font-weight: 700;
}

.bh-sl-container .bh-sl-loc-list .list-details {
  float: left;
  margin-left: 6px;
  width: 80%;
}

.bh-sl-container .bh-sl-loc-list .list-details .list-content {
  padding: 0px;
}

.bh-sl-container .bh-sl-loc-list .list-details .loc-dist {
  font-weight: 400;
  font-style: italic;
  color: #2D0D42;
}

.bh-sl-container .bh-sl-loc-list .list-focus {
  border: 0px;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container {
  width: 100%;
  height: 20px;
  position: relative;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container .bh-sl-close-icon {
  top: 0;
  right: 6px;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
  font-weight: 700;
  color: #ae2118;
}

.bh-sl-container .loc-name {
  color: #2D0D42;
  font-weight: 700;
}

.bh-sl-container .bh-sl-map {
  height: 530px;
}

.bh-sl-container .bh-sl-pagination-container {
  clear: both;
}

.bh-sl-container .bh-sl-pagination-container ol {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}

.bh-sl-container .bh-sl-pagination-container ol li {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  font: 700 14px Arial,Helvetica,sans-serif;
  color: #ae2118;
  text-decoration: underline;
}

.bh-sl-container .bh-sl-pagination-container ol .bh-sl-current {
  color: #333;
  cursor: auto;
  text-decoration: none;
}

@media all and (max-width: 991px) {
  .bh-sl-loc-list {
    display: none;
  }
}
/*# sourceMappingURL=basic.css.map */