/* BACKGROUNDS */
.bg-white {
  background: #fff; }

.bg-grey {
  background: #f0f0f0; }

.bg-light-grey {
  background: #f9f9f9; }

.bg-blue {
  background: #3c89c6; }

.bg-lighter-blue {
  background: #5897ca; }

.bg-dark-blue {
  background: #1B75BC; }

.bg-dark {
  background: #111; }

.bg-aqua {
  background: #a4d8e5; }

.bg-light-yellow {
  background: #fff2bd; }

.bg-white-blue {
  background: #f0f5f9; }

.bg-green {
  background: #8cc63f; }

.bg-red {
  background: #d91c5c; }

/* TEXT COLOUR */
.text-black {
  color: #000; }

.text-orange {
  color: #f8941e; }

.text-blue {
  color: #3c89c6; }

.text-grey {
  color: #ccc; }

.text-green {
  color: #8cc63f; }

#thenavbar {
  padding-top: 21px;
  padding-bottom: 23px; }
  #thenavbar #main-navigation ul {
    float: right;
    margin: 20px 0; }
    #thenavbar #main-navigation ul li {
      display: inline-block;
      list-style-type: none;
      margin-left: 10px; }
      #thenavbar #main-navigation ul li a {
        color: #fff;
        font-weight: bold;
        font-family: acumin-pro-semi-condensed, sans-serif; }
        @media (min-width: 992px) {
          #thenavbar #main-navigation ul li a {
            font-size: 15px; } }
        @media (min-width: 1200px) {
          #thenavbar #main-navigation ul li a {
            font-size: 17px; } }
  #thenavbar .navbar-brand img {
    max-width: 160px; }
    @media (min-width: 576px) {
      #thenavbar .navbar-brand img {
        max-width: 200px; } }
    @media (min-width: 768px) {
      #thenavbar .navbar-brand img {
        max-width: 250px; } }
    @media (min-width: 992px) {
      #thenavbar .navbar-brand img {
        max-width: 330px; } }
    @media (min-width: 1200px) {
      #thenavbar .navbar-brand img {
        max-width: 375px; } }
  #thenavbar .language-swit {
    color: #fff; }

.nav-tabs {
  margin-bottom: 15px; }

#main-navigation {
  overflow: hidden; }

#hamburger {
  width: 40px;
  position: absolute;
  top: 43px;
  right: 20px;
  cursor: pointer;
  z-index: 500; }
  @media (min-width: 576px) {
    #hamburger {
      right: 50px; } }
  #hamburger .line {
    height: 5px;
    width: 100%;
    background: #fff;
    margin-bottom: 6px;
    transition: all 0.3s ease; }
    #hamburger .line:last-child {
      margin-bottom: 0; }
  #hamburger.on {
    position: fixed; }
    #hamburger.on .line:nth-child(1) {
      transform-origin: 13px 8px;
      transform: rotate(45deg); }
    #hamburger.on .line:nth-child(3) {
      transform-origin: 2px -7px;
      transform: rotate(-45deg); }
    #hamburger.on .line:nth-child(2) {
      opacity: 0; }

#mobile-menu {
  position: fixed;
  background: #3c89c6;
  width: 100%;
  height: 100%;
  z-index: 499;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  top: 0;
  padding-top: 70px; }
  #mobile-menu.on {
    opacity: 1;
    pointer-events: all; }
  #mobile-menu #main-navigation--mobile ul {
    padding-left: 0; }
    #mobile-menu #main-navigation--mobile ul li {
      list-style-type: none; }
      #mobile-menu #main-navigation--mobile ul li a {
        color: #fff;
        font-size: 20px; }
  #mobile-menu .search-block-form {
    margin-top: 30px; }
    #mobile-menu .search-block-form form {
      display: flex; }
    #mobile-menu .search-block-form .form-type-search {
      width: 245px; }
    #mobile-menu .search-block-form #search-block-form {
      float: none;
      background: transparent; }
    #mobile-menu .search-block-form button[type='submit'] {
      background: #9e1f63;
      width: 47px; }
  #mobile-menu .navbar-nav {
    width: 100%; }
    #mobile-menu .navbar-nav li {
      margin-bottom: 0; }
      #mobile-menu .navbar-nav li a {
        color: #fff;
        font-size: 20px;
        font-weight: bold !important; }
  #mobile-menu .block-language-blocklanguage-interface {
    text-align: left;
    margin-top: 30px; }
    #mobile-menu .block-language-blocklanguage-interface .justify-content-end {
      justify-content: start !important; }
      #mobile-menu .block-language-blocklanguage-interface .justify-content-end ul {
        margin-left: 0; }

footer#the-footer {
  padding-bottom: 10px;
  background-color: #2b2b2b;
  font-size: 16px;
  position: relative; }
  footer#the-footer .footer-top {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #2b2b2b;
    margin-bottom: 0; }
    @media (min-width: 576px) {
      footer#the-footer .footer-top {
        margin-bottom: 10px; } }
    @media (min-width: 768px) {
      footer#the-footer .footer-top {
        margin-bottom: 25px; } }
    @media (min-width: 992px) {
      footer#the-footer .footer-top {
        padding-top: 51px;
        padding-bottom: 51px;
        margin-bottom: 50px; } }
    footer#the-footer .footer-top .language-swit {
      color: #fff;
      display: none !important; }
      @media (min-width: 992px) {
        footer#the-footer .footer-top .language-swit {
          display: inline-block !important; } }
  footer#the-footer .footer-menu-block {
    margin-bottom: 0; }
    @media (min-width: 992px) {
      footer#the-footer .footer-menu-block {
        padding-right: 40px;
        margin-bottom: 40px; } }
    footer#the-footer .footer-menu-block ul.footer-menu-ul {
      padding-left: 0;
      height: 0;
      overflow: hidden;
      margin-top: 0; }
      @media (min-width: 992px) {
        footer#the-footer .footer-menu-block ul.footer-menu-ul {
          height: inherit; } }
      footer#the-footer .footer-menu-block ul.footer-menu-ul.on {
        height: inherit;
        padding-top: 10px; }
      footer#the-footer .footer-menu-block ul.footer-menu-ul li {
        list-style-type: none;
        margin-bottom: 14px; }
        footer#the-footer .footer-menu-block ul.footer-menu-ul li a {
          color: #fff;
          padding: 0; }
    footer#the-footer .footer-menu-block .b-title {
      letter-spacing: 2px;
      border-bottom: 1px dotted #fff;
      font-family: acumin-pro-semi-condensed, sans-serif;
      color: #fff;
      text-decoration: none;
      font-weight: bold !important;
      display: flex;
      justify-content: space-between;
      cursor: pointer;
      font-size: 16px; }
      @media (min-width: 576px) {
        footer#the-footer .footer-menu-block .b-title {
          font-size: 17px; } }
      @media (min-width: 768px) {
        footer#the-footer .footer-menu-block .b-title {
          font-size: 19px; } }
      @media (min-width: 992px) {
        footer#the-footer .footer-menu-block .b-title {
          font-size: 20px;
          cursor: inherit;
          margin-bottom: 24px;
          padding-bottom: 12px; } }
      @media (min-width: 1200px) {
        footer#the-footer .footer-menu-block .b-title {
          font-size: 21px; } }
      footer#the-footer .footer-menu-block .b-title a {
        letter-spacing: 2px;
        padding-bottom: 12px;
        font-family: acumin-pro-semi-condensed, sans-serif;
        color: #fff;
        text-decoration: none;
        display: block;
        font-weight: bold !important;
        font-size: 17px; }
        @media (min-width: 576px) {
          footer#the-footer .footer-menu-block .b-title a {
            font-size: 18px; } }
        @media (min-width: 768px) {
          footer#the-footer .footer-menu-block .b-title a {
            font-size: 19px; } }
        @media (min-width: 992px) {
          footer#the-footer .footer-menu-block .b-title a {
            font-size: 20px; } }
        @media (min-width: 1200px) {
          footer#the-footer .footer-menu-block .b-title a {
            font-size: 21px; } }
        footer#the-footer .footer-menu-block .b-title a:hover, footer#the-footer .footer-menu-block .b-title a:focus, footer#the-footer .footer-menu-block .b-title a:active {
          color: #fff;
          text-decoration: none; }
      footer#the-footer .footer-menu-block .b-title .arrow-button {
        cursor: pointer;
        font-size: 20px; }
        @media (min-width: 576px) {
          footer#the-footer .footer-menu-block .b-title .arrow-button {
            font-size: 21px; } }
        @media (min-width: 768px) {
          footer#the-footer .footer-menu-block .b-title .arrow-button {
            font-size: 22px; } }
        @media (min-width: 992px) {
          footer#the-footer .footer-menu-block .b-title .arrow-button {
            font-size: 23px; } }
        @media (min-width: 1200px) {
          footer#the-footer .footer-menu-block .b-title .arrow-button {
            font-size: 25px; } }
  footer#the-footer .back-to-top {
    cursor: pointer;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    background: #1b75bc;
    padding: 13px 25px; }
    footer#the-footer .back-to-top img {
      width: 18px;
      font-size: 0; }
      @media (min-width: 768px) {
        footer#the-footer .back-to-top img {
          margin-left: 18px;
          width: 22px; } }
  footer#the-footer .cnet-logo-footer {
    margin-bottom: 40px; }
    footer#the-footer .cnet-logo-footer img {
      max-width: 200px; }
  footer#the-footer .dropdown-toggle::after {
    display: none; }

.copyright {
  padding: 10px 0;
  border-top: 5px solid #1b75bc;
  font-size: 12px; }
  @media (min-width: 576px) {
    .copyright {
      font-size: 13px; } }
  @media (min-width: 768px) {
    .copyright {
      font-size: 14px; } }
  @media (min-width: 992px) {
    .copyright {
      font-size: 15px; } }
  @media (min-width: 1200px) {
    .copyright {
      font-size: 16px; } }

.form-control {
  border-radius: 0; }
  .form-control[type='search'] {
    height: 48px;
    border: 0; }

#search-block-form {
  font-size: 0;
  display: flex;
  align-items: center;
  float: right;
  overflow: hidden;
  background: #fff; }
  #search-block-form .form-search {
    width: 238px;
    max-width: 100%;
    font-size: 15px;
    padding-left: 20px; }
    #search-block-form .form-search::placeholder {
      color: #000;
      font-weight: bold;
      font-size: 15px;
      opacity: 0.7; }
  #search-block-form button[type='submit'] {
    border-radius: 0;
    background: #1B75BC;
    border: 0;
    outline: 0;
    height: 48px; }
    #search-block-form button[type='submit']:hover, #search-block-form button[type='submit']:focus, #search-block-form button[type='submit']:active {
      border: 0;
      outline: 0; }
    #search-block-form button[type='submit'] svg {
      height: 17px;
      width: auto;
      color: #fff; }

button[type='submit'] {
  border-radius: 0;
  background: #1B75BC;
  border: 0;
  outline: 0;
  height: 48px; }
  button[type='submit']:hover, button[type='submit']:focus, button[type='submit']:active {
    border: 0;
    outline: 0; }
  button[type='submit'] svg {
    height: 17px;
    width: auto;
    color: #fff; }

#block-homepageheader {
  overflow: hidden; }
  #block-homepageheader .container {
    position: relative; }
    @media (min-width: 576px) {
      #block-homepageheader .container {
        height: 450px; } }
    @media (min-width: 992px) {
      #block-homepageheader .container {
        height: 473px; } }
    @media (min-width: 1200px) {
      #block-homepageheader .container {
        height: 520px; } }
    #block-homepageheader .container .bg-image {
      position: absolute;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
      right: 0;
      background-size: contain;
      background-position: center bottom;
      opacity: 0.5; }
      @media (min-width: 576px) {
        #block-homepageheader .container .bg-image {
          background-size: auto 450px; } }
      @media (min-width: 992px) {
        #block-homepageheader .container .bg-image {
          background-size: auto 450px;
          background-position: right bottom;
          opacity: 1; } }
      @media (min-width: 1200px) {
        #block-homepageheader .container .bg-image {
          background-size: auto 514px;
          background-position: right 73px bottom; } }
    #block-homepageheader .container p {
      margin-bottom: 22px;
      max-width: 600px;
      font-size: 14px; }
      @media (min-width: 576px) {
        #block-homepageheader .container p {
          font-size: 15px; } }
      @media (min-width: 768px) {
        #block-homepageheader .container p {
          font-size: 16px; } }
      @media (min-width: 992px) {
        #block-homepageheader .container p {
          font-size: 17px; } }
      @media (min-width: 1200px) {
        #block-homepageheader .container p {
          font-size: 18px; } }
    #block-homepageheader .container .btn {
      margin-bottom: 10px;
      border: 2px solid #f0f0f0;
      vertical-align: top;
      font-size: 14px; }
      @media (min-width: 768px) {
        #block-homepageheader .container .btn {
          font-size: 14px; } }
      @media (min-width: 992px) {
        #block-homepageheader .container .btn {
          font-size: 15px;
          margin-bottom: 18px; } }
      @media (min-width: 1200px) {
        #block-homepageheader .container .btn {
          font-size: 16px; } }
    #block-homepageheader .container .title {
      margin-bottom: 8px;
      font-size: 32px; }
      @media (min-width: 576px) {
        #block-homepageheader .container .title {
          font-size: 37px; } }
      @media (min-width: 768px) {
        #block-homepageheader .container .title {
          font-size: 45px;
          line-height: 55px; } }
      @media (min-width: 992px) {
        #block-homepageheader .container .title {
          font-size: 45px;
          line-height: 55px; } }
      @media (min-width: 1200px) {
        #block-homepageheader .container .title {
          font-size: 55px;
          line-height: 65px; } }
    #block-homepageheader .container .text-section {
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        #block-homepageheader .container .text-section {
          margin-top: -70px; } }
      @media (min-width: 992px) {
        #block-homepageheader .container .text-section {
          margin-bottom: 40px; } }

.btn {
  color: #fff !important;
  font-weight: bold !important;
  text-transform: uppercase;
  line-height: initial;
  border: 0;
  padding: 0;
  display: inline-flex;
  transition: none;
  border-radius: 0;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 12px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .btn {
      font-size: 13px;
      margin-bottom: 15px; } }
  .btn.btn-red {
    background: #d91c5c; }
  .btn.btn-orange {
    background: #f8941e; }
  .btn.btn-green {
    background: #8cc63f; }
  .btn.btn-turq {
    background: #17a2b8; }
  .btn.btn-blue {
    background: #3c89c6; }
  .btn.btn-purple {
    background: #9e1f63; }
  .btn .btn-text {
    display: inline-block;
    padding: 11px 12px 12px; }
    @media (min-width: 768px) {
      .btn .btn-text {
        padding: 12px 14px 13px; } }
    @media (min-width: 1200px) {
      .btn .btn-text {
        padding: 13px 15px 14px; } }
  .btn .btn-icon {
    background: rgba(255, 255, 255, 0.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    width: 45px; }
    @media (min-width: 576px) {
      .btn .btn-icon {
        font-size: 18px;
        width: 47px; } }
    @media (min-width: 768px) {
      .btn .btn-icon {
        font-size: 20px;
        width: 50px; } }
    @media (min-width: 992px) {
      .btn .btn-icon {
        font-size: 22px;
        width: 53px; } }
    @media (min-width: 1200px) {
      .btn .btn-icon {
        font-size: 23px;
        width: 55px; } }
  .btn:last-child {
    margin-bottom: 0; }
  .btn:hover .btn-icon, .btn:active .btn-icon, .btn:focus .btn-icon, .btn:focus-within .btn-icon, .btn:visited .btn-icon {
    color: #fff !important; }
  .btn:hover .btn-text, .btn:active .btn-text, .btn:focus .btn-text, .btn:focus-within .btn-text, .btn:visited .btn-text {
    color: #fff !important; }
  .btn.btn-rounded {
    border-radius: 25px; }
    .btn.btn-rounded .btn-icon {
      font-size: 22px; }
  .btn.btn-small {
    font-size: 10px; }
    @media (min-width: 768px) {
      .btn.btn-small {
        font-size: 11px; } }
    .btn.btn-small .btn-icon {
      width: 47px;
      font-size: 16px; }
      @media (min-width: 768px) {
        .btn.btn-small .btn-icon {
          font-size: 18px; } }
    .btn.btn-small .btn-text {
      padding: 11px 12px 11px; }
    @media (min-width: 768px) {
      .btn.btn-small {
        font-size: 12px; } }

.btn-yes-no {
  padding: 5px 25px;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
  font-weight: bold; }
  .btn-yes-no:hover, .btn-yes-no:active, .btn-yes-no:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.7; }
  .btn-yes-no.btn-yes {
    background: #3c89c6; }
  .btn-yes-no.btn-no {
    background: #d91c5c; }

.text-link {
  display: block;
  color: #000;
  font-weight: bold;
  text-decoration: underline;
  padding-left: 20px;
  margin: 9px 0;
  font-size: 13px; }
  @media (min-width: 576px) {
    .text-link {
      font-size: 14px; } }
  @media (min-width: 768px) {
    .text-link {
      font-size: 15px; } }
  .text-link:hover, .text-link:focus, .text-link:active {
    color: #42678e; }

.panel {
  height: 100%;
  box-shadow: 0 15px 12px rgba(147, 147, 147, 0.6); }
  .panel .panel-info {
    padding: 24px 20px 24px 20px; }
  .panel .panel-text {
    margin-bottom: 20px; }

#homepage-sex-relationships {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    #homepage-sex-relationships {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (min-width: 1200px) {
    #homepage-sex-relationships {
      padding-top: 120px;
      padding-bottom: 120px; } }
  #homepage-sex-relationships .col-12 {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      #homepage-sex-relationships .col-12 {
        margin-bottom: 0; } }
  #homepage-sex-relationships .panel {
    max-width: 400px; }
  @media (max-width: 767.98px) {
    #homepage-sex-relationships img {
      display: none; } }

.region-sidebar .panel {
  box-shadow: none; }

#block-homepagepanels {
  padding-bottom: 10px;
  margin-top: 10px; }
  @media (min-width: 1200px) {
    #block-homepagepanels {
      margin-top: -50px;
      padding-bottom: 82px; } }
  #block-homepagepanels .paragraph--type--cta-panel {
    margin-bottom: 5px; }
    @media (min-width: 992px) {
      #block-homepagepanels .paragraph--type--cta-panel {
        margin-bottom: 20px; } }
    #block-homepagepanels .paragraph--type--cta-panel .panel-info {
      padding: 0; }
      @media (min-width: 992px) {
        #block-homepagepanels .paragraph--type--cta-panel .panel-info {
          padding: 24px 20px 24px 20px; } }
      #block-homepagepanels .paragraph--type--cta-panel .panel-info .title {
        background: #f2f2f2;
        padding: 12px 10px 12px 20px;
        cursor: pointer; }
        @media (min-width: 992px) {
          #block-homepagepanels .paragraph--type--cta-panel .panel-info .title {
            background: transparent;
            padding: 0;
            cursor: inherit; } }
        #block-homepagepanels .paragraph--type--cta-panel .panel-info .title .arrow-button {
          color: #f8941e;
          margin-left: 7px; }
          #block-homepagepanels .paragraph--type--cta-panel .panel-info .title .arrow-button svg {
            font-size: 20px; }
            @media (min-width: 576px) {
              #block-homepagepanels .paragraph--type--cta-panel .panel-info .title .arrow-button svg {
                font-size: 21px; } }
            @media (min-width: 768px) {
              #block-homepagepanels .paragraph--type--cta-panel .panel-info .title .arrow-button svg {
                font-size: 22px; } }
            @media (min-width: 992px) {
              #block-homepagepanels .paragraph--type--cta-panel .panel-info .title .arrow-button svg {
                font-size: 24px; } }
            @media (min-width: 1200px) {
              #block-homepagepanels .paragraph--type--cta-panel .panel-info .title .arrow-button svg {
                font-size: 25px; } }
      #block-homepagepanels .paragraph--type--cta-panel .panel-info .panel-hidden-mobile {
        height: 0;
        overflow: hidden;
        background: #f9f9f9; }
        #block-homepagepanels .paragraph--type--cta-panel .panel-info .panel-hidden-mobile.on {
          height: inherit;
          padding: 15px; }
        @media (min-width: 992px) {
          #block-homepagepanels .paragraph--type--cta-panel .panel-info .panel-hidden-mobile {
            height: inherit;
            padding: 0;
            background: transparent; }
            #block-homepagepanels .paragraph--type--cta-panel .panel-info .panel-hidden-mobile.on {
              padding: 0; } }
  #block-homepagepanels .panel {
    box-shadow: none; }
    @media (min-width: 992px) {
      #block-homepagepanels .panel {
        box-shadow: 0 15px 12px rgba(147, 147, 147, 0.6); } }

.bubble {
  background: #fff2bd;
  border-radius: 0 80px 80px 0;
  font-size: 15px;
  position: relative;
  max-width: 600px; }
  @media (min-width: 992px) {
    .bubble {
      margin-left: 60px; } }
  .bubble .bubble-inner {
    padding: 41px 36px 19px 30px; }
    @media (min-width: 576px) {
      .bubble .bubble-inner {
        padding: 47px 36px 22px 32px; } }
    @media (min-width: 768px) {
      .bubble .bubble-inner {
        padding: 53px 36px 25px 34px; } }
    @media (min-width: 992px) {
      .bubble .bubble-inner {
        padding: 59px 36px 28px 37px; } }
    @media (min-width: 1200px) {
      .bubble .bubble-inner {
        padding: 63px 36px 31px 39px; } }
  .bubble .bubble-icon {
    color: #222;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 31px; }
    @media (min-width: 576px) {
      .bubble .bubble-icon {
        font-size: 32px; } }
    @media (min-width: 768px) {
      .bubble .bubble-icon {
        font-size: 34px; } }
    @media (min-width: 992px) {
      .bubble .bubble-icon {
        font-size: 36px; } }
    @media (min-width: 1200px) {
      .bubble .bubble-icon {
        font-size: 38px; } }
    .bubble .bubble-icon > div {
      height: 100%;
      position: relative; }
      .bubble .bubble-icon > div > svg {
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%); }
  .bubble a {
    text-decoration: underline;
    font-weight: bold !important; }

.path-frontpage .bubble {
  max-width: 515px; }
  .path-frontpage .bubble:nth-child(2) {
    margin-left: 120px;
    margin-top: 50px; }
  @media (max-width: 991.98px) {
    .path-frontpage .bubble.mt-5 {
      margin-top: 1rem !important; } }

.bg-bubble {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%; }
  .bg-bubble.bubble-1 {
    left: 10%;
    top: 50%;
    width: 300px;
    height: 300px; }
  .bg-bubble.bubble-2 {
    right: -10%;
    top: -100px;
    width: 800px;
    height: 800px; }

.switch-wrap {
  cursor: pointer;
  background: #fff;
  padding: 4px;
  width: 50px;
  height: 29px;
  border-radius: 14.5px;
  overflow: hidden;
  pointer-events: none; }
  .switch-wrap input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0; }

.switch {
  height: 100%;
  display: grid;
  grid-template-columns: 0fr 1fr 1fr;
  transition: .2s; }
  .switch::after {
    content: '';
    border-radius: 50%;
    background: #d91c5c;
    grid-column: 2;
    transition: background .2s; }

input:checked + .switch {
  grid-template-columns: 1fr 1fr 0fr; }
  input:checked + .switch::after {
    background-color: #8cc63f; }

.modal .modal-title {
  color: #000; }

.modal .modal-dialog {
  max-width: 800px; }

.modal.fade {
  transition: opacity 0.05s linear; }

.modal .modal-content {
  border-radius: 0;
  background-color: transparent;
  border: 0; }

.modal .modal-body {
  background-color: #fff;
  padding: 1rem;
  margin: 0 10px; }
  @media (min-width: 992px) {
    .modal .modal-body {
      padding: 4rem 2rem; } }

.modal .modal-header {
  border-bottom: 0; }

.modal .close {
  font-size: 2.5rem;
  opacity: 1;
  background-color: transparent;
  text-shadow: none;
  color: #fff;
  padding: 0;
  margin-bottom: 10px;
  margin-right: 5px; }
  @media (min-width: 992px) {
    .modal .close {
      margin-right: 0;
      font-size: 3.5rem; } }
  .modal .close:hover {
    opacity: 1; }

.modal-backdrop {
  opacity: 0.85 !important;
  background-color: #3f8bc6; }

#language-popup .modal-dialog {
  max-width: 600px; }
  #language-popup .modal-dialog .language-switcher-wrapper {
    width: auto;
    height: auto; }
    #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner {
      position: static; }
      #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner .operator {
        display: none; }
      #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul {
        padding-left: 0; }
        #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li {
          list-style-type: none;
          font-size: 22px; }
          #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a {
            display: flex;
            align-items: center;
            color: #000;
            text-decoration: none;
            font-weight: bold !important;
            border-bottom: 1px dotted #ccc;
            width: 100%;
            font-size: 17px; }
            @media (min-width: 576px) {
              #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a {
                font-size: 18px; } }
            @media (min-width: 768px) {
              #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a {
                font-size: 20px; } }
            @media (min-width: 992px) {
              #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a {
                font-size: 21px; } }
            @media (min-width: 1200px) {
              #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a {
                font-size: 22px; } }
            #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a:before {
              display: inline-block;
              margin-right: 8px;
              line-height: 15px; }
            #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="en"]:before {
              content: url("../../images/language-flags/united-kingdom.svg");
              height: auto;
              width: 50px; }
              @media (min-width: 576px) {
                #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="en"]:before {
                  width: 55px; } }
              @media (min-width: 768px) {
                #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="en"]:before {
                  width: 60px; } }
              @media (min-width: 992px) {
                #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="en"]:before {
                  width: 70px; } }
              @media (min-width: 1200px) {
                #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="en"]:before {
                  width: 80px; } }
            #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="sk"]:before {
              content: url("../../images/language-flags/slovakia.svg");
              height: auto;
              width: 50px; }
              @media (min-width: 576px) {
                #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="sk"]:before {
                  width: 55px; } }
              @media (min-width: 768px) {
                #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="sk"]:before {
                  width: 60px; } }
              @media (min-width: 992px) {
                #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="sk"]:before {
                  width: 70px; } }
              @media (min-width: 1200px) {
                #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="sk"]:before {
                  width: 80px; } }
            #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="cs"]:before {
              content: url("../../images/language-flags/czech-republic.svg");
              height: auto;
              width: 50px; }
              @media (min-width: 576px) {
                #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="cs"]:before {
                  width: 55px; } }
              @media (min-width: 768px) {
                #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="cs"]:before {
                  width: 60px; } }
              @media (min-width: 992px) {
                #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="cs"]:before {
                  width: 70px; } }
              @media (min-width: 1200px) {
                #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="cs"]:before {
                  width: 80px; } }
            #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="pl"]:before {
              content: url("../../images/language-flags/poland.svg");
              height: auto;
              width: 50px; }
              @media (min-width: 576px) {
                #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="pl"]:before {
                  width: 55px; } }
              @media (min-width: 768px) {
                #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="pl"]:before {
                  width: 60px; } }
              @media (min-width: 992px) {
                #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="pl"]:before {
                  width: 70px; } }
              @media (min-width: 1200px) {
                #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="pl"]:before {
                  width: 80px; } }
            #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="ro"]:before {
              content: url("../../images/language-flags/romania.svg");
              height: auto;
              width: 50px; }
              @media (min-width: 576px) {
                #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="ro"]:before {
                  width: 55px; } }
              @media (min-width: 768px) {
                #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="ro"]:before {
                  width: 60px; } }
              @media (min-width: 992px) {
                #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="ro"]:before {
                  width: 70px; } }
              @media (min-width: 1200px) {
                #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="ro"]:before {
                  width: 80px; } }
            #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="hu"]:before {
              content: url("../../images/language-flags/hungary.svg");
              height: auto;
              width: 50px; }
              @media (min-width: 576px) {
                #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="hu"]:before {
                  width: 55px; } }
              @media (min-width: 768px) {
                #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="hu"]:before {
                  width: 60px; } }
              @media (min-width: 992px) {
                #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="hu"]:before {
                  width: 70px; } }
              @media (min-width: 1200px) {
                #language-popup .modal-dialog .language-switcher-wrapper .language-switcher-wrapper-inner ul li a[hreflang="hu"]:before {
                  width: 80px; } }

.ui-autocomplete {
  z-index: 9999; }
  .ui-autocomplete li a {
    display: block !important; }
    .ui-autocomplete li a:hover {
      background: transparent;
      color: #fff; }

.ui-menu-item-wrapper {
  display: block;
  color: #000 !important; }

input.form-autocomplete {
  height: 50px; }

.bash-faq-question-search label {
  margin-bottom: 10px; }

.panel-group {
  margin-top: 30px;
  margin-bottom: 30px; }
  .panel-group .card {
    background: #fff;
    border-radius: 0;
    margin-top: 10px; }
    .panel-group .card .class-header {
      color: #000; }
      .panel-group .card .class-header h5 button {
        text-transform: none;
        color: #000 !important;
        display: block;
        width: 100%;
        text-align: left;
        border-left: 4px solid #ccc;
        font-weight: 700;
        border-radius: 0;
        font-size: 14px;
        padding: 15px 14px 15px 23px; }
        @media (min-width: 576px) {
          .panel-group .card .class-header h5 button {
            font-size: 15px;
            padding: 16px 14px 16px 23px; } }
        @media (min-width: 768px) {
          .panel-group .card .class-header h5 button {
            font-size: 16px;
            padding: 17px 14px 17px 23px; } }
        @media (min-width: 992px) {
          .panel-group .card .class-header h5 button {
            font-size: 17px;
            padding: 18px 14px 18px 23px; } }
        @media (min-width: 1200px) {
          .panel-group .card .class-header h5 button {
            font-size: 18px;
            padding: 19px 14px 20px 23px; } }
        .panel-group .card .class-header h5 button:hover, .panel-group .card .class-header h5 button:active, .panel-group .card .class-header h5 button:focus {
          text-decoration: none; }
        .panel-group .card .class-header h5 button .accordion-arrow {
          right: 16px;
          top: 50%;
          transform: translateY(-50%);
          font-size: 30px;
          color: #ccc;
          transition: all 0.2s; }
        .panel-group .card .class-header h5 button[aria-expanded="true"] {
          border-left: 4px solid #8CC63F;
          color: #000 !important; }
          .panel-group .card .class-header h5 button[aria-expanded="true"] .accordion-arrow {
            color: #8cc63f; }
    .panel-group .card .card-body {
      background: #fff;
      padding-top: 18px;
      border-top: 1px solid #ccc; }

#block-views-block-faqs-block-1 {
  margin-top: 70px; }
  #block-views-block-faqs-block-1 h2 {
    font-size: 1.2rem;
    margin-bottom: 15px !important; }
    @media (min-width: 576px) {
      #block-views-block-faqs-block-1 h2 {
        font-size: 1.3rem; } }
    @media (min-width: 768px) {
      #block-views-block-faqs-block-1 h2 {
        font-size: 1.4rem;
        margin-bottom: 26px !important; } }
    @media (min-width: 992px) {
      #block-views-block-faqs-block-1 h2 {
        font-size: 1.5rem; } }
    @media (min-width: 1200px) {
      #block-views-block-faqs-block-1 h2 {
        font-size: 1.6rem; } }

#block-bashfaqsearchbar h2 {
  font-size: 1.2rem;
  margin-bottom: 5px !important; }
  @media (min-width: 576px) {
    #block-bashfaqsearchbar h2 {
      font-size: 1.3rem; } }
  @media (min-width: 768px) {
    #block-bashfaqsearchbar h2 {
      font-size: 1.4rem; } }
  @media (min-width: 992px) {
    #block-bashfaqsearchbar h2 {
      font-size: 1.5rem; } }
  @media (min-width: 1200px) {
    #block-bashfaqsearchbar h2 {
      font-size: 1.6rem; } }

@media (max-width: 991.98px) {
  #block-bashfaqsearchbar .form-item-question {
    margin-top: 0 !important; } }

@media (min-width: 768px) {
  #block-bashfaqsearchbar .form-item-question {
    margin-top: 10px !important; } }

.breadcrumb {
  background: transparent;
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 18px;
  padding-bottom: 18px; }
  @media (max-width: 767.98px) {
    .breadcrumb {
      display: none !important; } }
  .breadcrumb li {
    line-height: initial !important;
    padding-right: 14px;
    font-weight: normal;
    display: none;
    font-size: 14px; }
    @media (min-width: 576px) {
      .breadcrumb li {
        font-size: 15px; } }
    @media (min-width: 768px) {
      .breadcrumb li {
        font-size: 16px; } }
    @media (min-width: 992px) {
      .breadcrumb li {
        display: inline-block;
        font-size: 17px; } }
    .breadcrumb li:first-child, .breadcrumb li:nth-child(2) {
      display: inline-block; }
    .breadcrumb li a {
      color: #fff;
      line-height: initial !important;
      white-space: nowrap;
      text-decoration: none;
      font-weight: normal;
      font-size: 14px; }
      @media (min-width: 576px) {
        .breadcrumb li a {
          font-size: 15px; } }
      @media (min-width: 768px) {
        .breadcrumb li a {
          font-size: 16px; } }
      @media (min-width: 992px) {
        .breadcrumb li a {
          font-size: 17px; } }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 28px;
  position: relative; }
  .breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #fff;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 15px;
    left: 0;
    top: 58%;
    transform: translateY(-50%); }

.you-are-here .icon {
  margin-right: 6px;
  font-size: 20px;
  display: inline-block;
  animation: thumbpointer 20s infinite; }

@keyframes thumbpointer {
  0%, 8%, 10%, 12%, 14%, 16%, 100% {
    transform: translateX(0); }
  9%, 11%, 13%, 15% {
    transform: translateX(-5px); } }

/* BACKGROUNDS */
.bg-white {
  background: #fff; }

.bg-grey {
  background: #f0f0f0; }

.bg-light-grey {
  background: #f9f9f9; }

.bg-blue {
  background: #3c89c6; }

.bg-lighter-blue {
  background: #5897ca; }

.bg-dark-blue {
  background: #1B75BC; }

.bg-dark {
  background: #111; }

.bg-aqua {
  background: #a4d8e5; }

.bg-light-yellow {
  background: #fff2bd; }

.bg-white-blue {
  background: #f0f5f9; }

.bg-green {
  background: #8cc63f; }

.bg-red {
  background: #d91c5c; }

/* TEXT COLOUR */
.text-black {
  color: #000; }

.text-orange {
  color: #f8941e; }

.text-blue {
  color: #3c89c6; }

.text-grey {
  color: #ccc; }

.text-green {
  color: #8cc63f; }

#views-bootstrap-stis-block-1 {
  margin-top: 30px; }
  #views-bootstrap-stis-block-1 .views-field-nothing,
  #views-bootstrap-stis-block-1 .field-content {
    height: 100%; }
  #views-bootstrap-stis-block-1 .col-12 {
    margin-bottom: 4px; }
  #views-bootstrap-stis-block-1 .sti-block {
    background: #f0f0f0;
    display: block;
    height: 100%;
    text-decoration: none;
    color: #000; }
    #views-bootstrap-stis-block-1 .sti-block:hover, #views-bootstrap-stis-block-1 .sti-block:focus, #views-bootstrap-stis-block-1 .sti-block:active {
      color: #000;
      text-decoration: none; }
    #views-bootstrap-stis-block-1 .sti-block .sti-block-inner {
      padding: 15px 10px; }

.view-contraception-menu .views-field-title a {
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  font-size: 17px; }

.sidebar-menu-block {
  border-top: 4px solid #8cc63f;
  margin-bottom: 20px;
  background: #f9f9f9;
  padding: 10px; }
  .sidebar-menu-block ul {
    padding-left: 0; }
    .sidebar-menu-block ul li {
      display: block; }
      .sidebar-menu-block ul li a {
        padding: 0; }
        .sidebar-menu-block ul li a:hover {
          text-decoration: underline; }
  .sidebar-menu-block .dropdown-toggle::after {
    display: none; }

img.image-style-header {
  margin-bottom: 20px; }

#views-bootstrap-contraception-block-1,
#views-bootstrap-contraception-block-2,
#views-bootstrap-contraception-block-3,
#views-bootstrap-contraception-block-4,
#views-bootstrap-stis-block-1,
#views-bootstrap-stis-block-2,
#views-bootstrap-stis-block-3,
#views-bootstrap-stis-block-4 {
  margin-top: 40px;
  margin-left: -5px; }
  #views-bootstrap-contraception-block-1 article,
  #views-bootstrap-contraception-block-2 article,
  #views-bootstrap-contraception-block-3 article,
  #views-bootstrap-contraception-block-4 article,
  #views-bootstrap-stis-block-1 article,
  #views-bootstrap-stis-block-2 article,
  #views-bootstrap-stis-block-3 article,
  #views-bootstrap-stis-block-4 article {
    margin-bottom: 30px; }

#block-views-block-stories-sidebar-block-block-1,
#block-views-block-stories-sidebar-block-block-2,
#block-views-block-stories-sidebar-block-block-3,
#block-views-block-stories-sidebar-block-block-4 {
  background: #f9f9f9;
  border-top: 4px solid #8cc63f;
  padding: 10px; }

.paragraph-panels {
  margin-top: 30px;
  margin-bottom: 45px; }
  .paragraph-panels .p-panel {
    margin-bottom: 30px; }
    .paragraph-panels .p-panel a {
      display: block;
      color: #fff;
      text-decoration: none;
      height: 100%;
      position: relative; }
      .paragraph-panels .p-panel a:hover, .paragraph-panels .p-panel a:active, .paragraph-panels .p-panel a:focus {
        text-decoration: none; }
      .paragraph-panels .p-panel a .text {
        padding: 5px 5px 8px;
        position: absolute;
        bottom: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.4); }
    .paragraph-panels .p-panel img.image-style-panel {
      width: 100%; }

#postscript {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px; }

.region-sidebar .block > h2 {
  font-size: 25px; }

.path-user .footer-top .container {
  display: none; }

#user-login-form .btn {
  padding: 14px 20px; }

#addresses-loc .addr {
  margin-bottom: 30px;
  background: #f0f5f9;
  padding: 15px;
  font-size: 19px; }

.question-link-link {
  text-transform: none;
  color: #000;
  width: 100%;
  text-align: left;
  font-weight: normal;
  border-radius: 0;
  background: #f2f2f2;
  text-decoration: none !important;
  margin-bottom: 12px;
  display: flex;
  align-items: stretch; }
  .question-link-link:hover, .question-link-link:active, .question-link-link:focus {
    color: #000; }
    .question-link-link:hover .icon, .question-link-link:active .icon, .question-link-link:focus .icon {
      opacity: 0.6; }
  .question-link-link .text {
    display: inline-block;
    font-size: 14px;
    padding: 15px 12px 16px 11px; }
    @media (min-width: 576px) {
      .question-link-link .text {
        font-size: 15px;
        padding: 16px 12px 17px 11px; } }
    @media (min-width: 768px) {
      .question-link-link .text {
        font-size: 16px;
        padding: 17px 12px 18px 11px; } }
    @media (min-width: 992px) {
      .question-link-link .text {
        font-size: 17px;
        padding: 18px 12px 19px 11px; } }
    @media (min-width: 1200px) {
      .question-link-link .text {
        padding: 19px 12px 20px 11px; } }
  .question-link-link .icon {
    font-size: 14px;
    background: #3c89c6;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px; }

.region-sidebar .question-link-link .text {
  font-size: 14px;
  padding: 15px 12px 16px 11px; }
  @media (min-width: 576px) {
    .region-sidebar .question-link-link .text {
      font-size: 15px;
      padding: 16px 12px 17px 11px; } }
  @media (min-width: 768px) {
    .region-sidebar .question-link-link .text {
      font-size: 16px;
      padding: 16px 12px 18px 11px; } }
  @media (min-width: 992px) {
    .region-sidebar .question-link-link .text {
      font-size: 17px;
      padding: 18px 12px 19px 11px; } }

#block--get-tested h3 {
  font-size: 21px; }
  @media (min-width: 576px) {
    #block--get-tested h3 {
      font-size: 23px; } }
  @media (min-width: 768px) {
    #block--get-tested h3 {
      font-size: 25px; } }
  @media (min-width: 992px) {
    #block--get-tested h3 {
      font-size: 27px; } }

.block-language {
  font-size: 15px;
  color: #000; }
  .block-language ul {
    position: relative;
    padding-right: 0;
    background: #fff;
    padding-left: 0;
    height: 42px;
    overflow: hidden;
    margin-left: 20px;
    margin-bottom: 0;
    margin-top: 0;
    width: 180px;
    cursor: pointer; }
    .block-language ul.open {
      height: auto; }
      .block-language ul.open a {
        pointer-events: all !important; }
    .block-language ul .operator {
      position: absolute;
      right: 0;
      top: 0;
      background: #1B75BC;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 31px;
      height: 42px;
      font-size: 14px;
      color: #fff; }
    .block-language ul li {
      background: #fff;
      list-style-type: none;
      height: 42px;
      display: flex;
      padding-left: 8px;
      margin-right: 6px;
      width: 180px;
      margin-bottom: 4px; }
      .block-language ul li:last-of-type {
        margin-bottom: 0; }
      .block-language ul li:hover a {
        color: #3c89c6; }
      .block-language ul li.is-active:hover {
        background: #fff; }
      .block-language ul li:first-child a {
        border-bottom: 0 !important; }
      .block-language ul li a {
        display: flex;
        align-items: center;
        color: #000;
        text-decoration: none;
        pointer-events: none;
        font-weight: bold !important;
        border-bottom: 1px dotted #ccc;
        width: 100%; }
        .block-language ul li a.is-active {
          pointer-events: none; }
        .block-language ul li a:before {
          display: inline-block;
          margin-right: 8px;
          line-height: 15px; }
        .block-language ul li a[hreflang="en"]:before {
          content: url("../../images/language-flags/united-kingdom.svg");
          height: auto;
          width: 27px; }
        .block-language ul li a[hreflang="sk"]:before {
          content: url("../../images/language-flags/slovakia.svg");
          height: auto;
          width: 27px; }
        .block-language ul li a[hreflang="cs"]:before {
          content: url("../../images/language-flags/czech-republic.svg");
          height: auto;
          width: 27px; }
        .block-language ul li a[hreflang="pl"]:before {
          content: url("../../images/language-flags/poland.svg");
          height: auto;
          width: 27px; }
        .block-language ul li a[hreflang="ro"]:before {
          content: url("../../images/language-flags/romania.svg");
          height: auto;
          width: 27px; }
        .block-language ul li a[hreflang="hu"]:before {
          content: url("../../images/language-flags/hungary.svg");
          height: auto;
          width: 27px; }

.language-switcher-wrapper {
  position: relative;
  width: 200px;
  height: 39px;
  z-index: 120; }
  .language-switcher-wrapper .language-switcher-wrapper-inner {
    position: absolute;
    top: 0;
    right: 0; }

#top .block-language {
  margin-top: 3px; }

#get-help-now-popup #gh-app #gh-question {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 22px; }
  @media (min-width: 576px) {
    #get-help-now-popup #gh-app #gh-question {
      font-size: 26px; } }
  @media (min-width: 768px) {
    #get-help-now-popup #gh-app #gh-question {
      font-size: 32px; } }

#get-help-now-popup #gh-app #gh-question-help {
  margin-bottom: 15px;
  font-size: 17px; }
  @media (min-width: 576px) {
    #get-help-now-popup #gh-app #gh-question-help {
      font-size: 18px; } }
  @media (min-width: 768px) {
    #get-help-now-popup #gh-app #gh-question-help {
      font-size: 20px; } }
  @media (min-width: 992px) {
    #get-help-now-popup #gh-app #gh-question-help {
      font-size: 22px; } }

#get-help-now-popup #gh-app #gh-options {
  list-style: none;
  padding-left: 0; }
  #get-help-now-popup #gh-app #gh-options li.gh-link,
  #get-help-now-popup #gh-app #gh-options li.gh-multi {
    background: #3c89c6;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    min-width: 80px;
    font-size: 14px;
    padding: 10px 8px 12px;
    margin-right: 4px;
    margin-bottom: 5px; }
    @media (min-width: 576px) {
      #get-help-now-popup #gh-app #gh-options li.gh-link,
      #get-help-now-popup #gh-app #gh-options li.gh-multi {
        font-size: 16px;
        padding: 12px 10px 14px;
        margin-right: 8px;
        margin-bottom: 10px; } }
    @media (min-width: 768px) {
      #get-help-now-popup #gh-app #gh-options li.gh-link,
      #get-help-now-popup #gh-app #gh-options li.gh-multi {
        font-size: 18px;
        padding: 16px 20px 18px;
        margin-right: 14px;
        margin-bottom: 15px; } }
    @media (min-width: 992px) {
      #get-help-now-popup #gh-app #gh-options li.gh-link:hover,
      #get-help-now-popup #gh-app #gh-options li.gh-multi:hover {
        background: #3172a6; } }
  #get-help-now-popup #gh-app #gh-options li.gh-multi.on {
    background: #8cc63f; }

#get-help-now-popup #gh-app #gh-next {
  background: #d91c5c;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px 8px 12px;
  margin-right: 4px;
  margin-bottom: 5px; }
  @media (min-width: 576px) {
    #get-help-now-popup #gh-app #gh-next {
      font-size: 16px;
      padding: 12px 10px 14px;
      margin-right: 8px;
      margin-bottom: 10px; } }
  @media (min-width: 768px) {
    #get-help-now-popup #gh-app #gh-next {
      font-size: 18px;
      padding: 16px 20px 18px;
      margin-right: 14px;
      margin-bottom: 15px; } }

#get-help-now-popup li[data-link="pd"] {
  background: #d91c5c !important; }
  #get-help-now-popup li[data-link="pd"]:hover, #get-help-now-popup li[data-link="pd"]:active, #get-help-now-popup li[data-link="pd"]:focus {
    background: #b3184c !important; }

#get-help-now-popup li[data-link="spa"] {
  background: #f8941e !important; }
  #get-help-now-popup li[data-link="spa"]:hover, #get-help-now-popup li[data-link="spa"]:active, #get-help-now-popup li[data-link="spa"]:focus {
    background: #d27d17 !important; }

#get-help-now-popup li[data-link="stiOne"] {
  background: #8cc63f !important; }
  #get-help-now-popup li[data-link="stiOne"]:hover, #get-help-now-popup li[data-link="stiOne"]:active, #get-help-now-popup li[data-link="stiOne"]:focus {
    background: #67952b !important; }

#get-help-now-popup li[data-link="pregnant"] {
  background: #df6699 !important; }
  #get-help-now-popup li[data-link="pregnant"]:hover, #get-help-now-popup li[data-link="pregnant"]:active, #get-help-now-popup li[data-link="pregnant"]:focus {
    background: #b74977 !important; }

@media (min-width: 992px) {
  #get-help-now-popup .btn {
    font-size: 16px; } }

#get-help-now-popup #actions p {
  font-size: 17px; }
  @media (min-width: 576px) {
    #get-help-now-popup #actions p {
      font-size: 18px; } }
  @media (min-width: 768px) {
    #get-help-now-popup #actions p {
      font-size: 19px; } }

.modal-body.rounded-20 {
  border-radius: 20px; }

.modal-journey {
  max-width: 1000px !important; }

#results .result {
  margin: 0 auto 15px; }
  #results .result > div {
    background: #f0f5f9;
    padding: 15px;
    height: 100%;
    border: 1px solid #666; }
  #results .result a {
    color: #000;
    font-weight: bold !important; }

#results ul {
  margin-bottom: 0; }
  #results ul li {
    margin-bottom: 4px; }
    #results ul li svg {
      color: #8cc63f;
      margin-left: 7px;
      display: none; }
    #results ul li.on {
      font-weight: bold; }
      #results ul li.on svg {
        display: inline-block; }

img {
  max-width: 100%; }

/*# sourceMappingURL=../maps/component/component.css.map */