@charset "UTF-8";
/* CSS Document */


    body,td,th {
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    }    

h1,
h2 {
font-family: 'Merriweather', serif;
	}

    a:link {
    color: #AFA4CF;
    text-decoration: none;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 600;
        font-size: 18px;
}
    a:visited {
    color: #5E3880;
    text-decoration: none;
}
a:active {
    color: #AFA4CF;
    text-decoration: none;
}

a:hover {
    color: #5E3880;
    text-decoration: none;
}

    p,li {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #444444;   
}
    h3,h4,h5,h6 {
    font-family: 'Merriweather', serif;
}
    h1 {
        font-family: 'Merriweather', serif;
        font-size: 36px;
        color: #125060;
        line-height: 36px;
    }
    
    h2 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 24px;
        line-height: 31px;
        color: #444444;
    }

.footer-text {
    color: #ffffff;
    font-weight: normal;
    font-size: 10px;
    text-align: center;
}

.footer-text a {
    font-weight: normal;
    font-size: 10px;
}

.footer-section-two a {
    color: #ffffff;
    font-weight: normal;
    font-size: 10px;
}

.footer-section-two a:hover {
    color: #6FB580;
    font-size: 14px;
}

h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Source Sans Pro', sans-serif;
}

/* List styling */
.featureList, .featureList ul {
  margin-top: 0;
  padding-left: 2em;
  list-style-type: none;
}
.featureList li:before {
  position: absolute;
  margin-left: -1.3em;
  font-weight: bold;
}
.featureList li.tick:before {
  content: "\2713";
  color: #20409a;
}
.featureList li.cross:before {
  content: "\2717";
  color: #20409a;
}

hr.style3 {
	border-top: 1px dashed #8c8b8b;
}
.link
{
   color:#FFFFFF;
   text-decoration: underline; 
   background-color: none;
}

/* Questionnaire Styling */
/*    #femaseed-questionnaire,
      .quiz-header {
        max-width: 900px;
        margin: 0 auto;
        width: 93vw;
        padding: 10px;
      }
      #femaseed-questionnaire {
        line-height: 22px;
      }
*/
      #femaseed-questionnaire .quiz-submit,
      #femaseed-questionnaire .dd-continue-container button {
        padding: 8px 18px;
        border-radius: 4px;
        background: #6FB580;
        color: #fff;
        border: 0;
        letter-spacing: 1px;
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 80px;
      }
      #femaseed-questionnaire .quiz-submit:hover {
        background: #5E3880;
        transition: 0.333s;
      }
        #femaseed-questionnaire .dd-continue-container button:hover {
        background: #5E3880;
        transition: 0.333s;
      }
      #femaseed-questionnaire .question-grouped-answers {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        flex-wrap: wrap;
      }
      #femaseed-questionnaire .question-grouped-answers > div:not(:empty) {
        width: 31%;
        margin: 0 0 30px 0;
      }
      #femaseed-questionnaire .question-grouped-answers > div .question-answer {
        font-size: 13px;
      }
      #femaseed-questionnaire .question-title {
        font-size: 18px;
        line-height: 23px;
        font-weight: normal;
        margin: 0 0 13px 0;
      }
      #femaseed-questionnaire .question-answers {
        display: block;
        margin: 0 0 30px 0;
      }
      #femaseed-questionnaire .question-answer {
        display: block;
        margin: 0 0 10px 0;
        font-size: 18px;
        line-height: 20px;
      }
      #femaseed-questionnaire .question-answer input {
        margin-right: 5px;
      }
      #femaseed-questionnaire #quiz-result {
        display: none;
        margin: 20px 0 100px 0;
      }

      @media only screen and (min-width: 460px) and (max-width: 768px) {
        #femaseed-questionnaire .question-grouped-answers > div:not(:empty) {
          width: 50%;
          margin: 0 0 20px 0;
        }
      }

      @media only screen and (max-width: 460px) {
        #femaseed-questionnaire .question-grouped-answers > div:not(:empty) {
          width: 100%;
          margin: 0 0 20px 0;
        }
      }
