/*
Theme Name: Gilpinmaster
Theme URI: https://www.psychologyninjas.co.uk/
Description: Main Gilpinmaster theme
Version: 1
Author: Chris Gilpin
Author URI: https://www.psychologyninjas.co.uk/
*/
/*-----------------------------------CONTENTS TABLE----------------------------------

#Fonts
#CSS RESET
#Site-wide Classes
#Main Wraps
#Brand Functions Overrides
#Header
#Home Page
#Paper Styles

#Footer Styles

------------------------------------------------------------------------------------*/
/* Fonts*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic");
@import url("https://fonts.googleapis.com/css?family=Handlee&display=swap");
.grecaptcha-badge {
  display: none;
  visibility: hidden;
}

/* CSS RESET*/
*, *:after, *:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr, iframe {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
}

html {
  font-size: 62.5%;
}

body {
  color: #606c76;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

blockquote {
  border-left: 0.3rem solid #d1d1d1;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem;
}

blockquote *:last-child {
  margin-bottom: 0;
}

code {
  background: #f4f5f6;
  border-radius: 0.4rem;
  font-size: 86%;
  margin: 0 0.2rem;
  padding: 0.2rem 0.5rem;
  white-space: nowrap;
}

pre {
  background: #f4f5f6;
  border-left: 0.3rem solid #9b4dca;
  overflow-y: hidden;
}

pre > code {
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

hr {
  border: 0;
  border-top: 0.1rem solid #f4f5f6;
  margin: 3rem 0;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=week], input:not([type]),
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0.1rem solid #d1d1d1;
  border-radius: 0.4rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  height: 38px;
  padding: 0.6rem 1rem 0.7rem;
  width: 100%;
}
input[type=color]:-moz-read-only, input[type=date]:-moz-read-only, input[type=datetime]:-moz-read-only, input[type=datetime-local]:-moz-read-only, input[type=email]:-moz-read-only, input[type=month]:-moz-read-only, input[type=number]:-moz-read-only, input[type=password]:-moz-read-only, input[type=search]:-moz-read-only, input[type=tel]:-moz-read-only, input[type=text]:-moz-read-only, input[type=url]:-moz-read-only, input[type=week]:-moz-read-only, input:not([type]):-moz-read-only, textarea:-moz-read-only {
  background-color: #f8f8f8;
}
input[type=color]:read-only, input[type=date]:read-only, input[type=datetime]:read-only, input[type=datetime-local]:read-only, input[type=email]:read-only, input[type=month]:read-only, input[type=number]:read-only, input[type=password]:read-only, input[type=search]:read-only, input[type=tel]:read-only, input[type=text]:read-only, input[type=url]:read-only, input[type=week]:read-only, input:not([type]):read-only,
textarea:read-only {
  background-color: #f8f8f8;
}

input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, input[type=week]:focus, input:not([type]):focus, textarea:focus, select:focus {
  border-color: #9b4dca;
  outline: 0;
}

.dropdown-container {
  position: relative;
  display: table;
  margin-right: 10px;
}

select.archive-select {
  height: 30px;
  font-size: 100%;
  font-weight: bold;
  border-radius: 0;
  border: none;
  padding: 5px;
  padding-right: 30px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-bottom-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-bottom-color 0.3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #727272;
  background-color: transparent;
}

/* For IE <= 11 */
select::-ms-expand {
  display: none;
}

.select-icon {
  position: absolute;
  top: 3px;
  right: 0px;
  width: 30px;
  height: 30px;
  pointer-events: none;
  padding-left: 5px;
}

.select-icon svg.icon {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #727272;
}

select:hover,
select:focus {
  color: #0a0a0a;
}

textarea {
  min-height: 6.5rem;
}

label, legend {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type=checkbox], input[type=radio] {
  display: inline;
}

.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: 0.5rem;
}

.container {
  margin: 0 auto;
  max-width: 112rem;
  padding: 0 2rem;
  position: relative;
  width: 100%;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  width: 100%;
}

.row.row-no-padding {
  padding: 0;
}

.row.row-no-padding > .column {
  padding: 0;
}

.row.row-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row.row-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row.row-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.row.row-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row.row-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.row.row-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.row .column {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}

.row .column.column-offset-10 {
  margin-left: 10%;
}

.row .column.column-offset-20 {
  margin-left: 20%;
}

.row .column.column-offset-25 {
  margin-left: 25%;
}

.row .column.column-offset-33, .row .column.column-offset-34 {
  margin-left: 33.3333%;
}

.row .column.column-offset-40 {
  margin-left: 40%;
}

.row .column.column-offset-50 {
  margin-left: 50%;
}

.row .column.column-offset-60 {
  margin-left: 60%;
}

.row .column.column-offset-66, .row .column.column-offset-67 {
  margin-left: 66.6666%;
}

.row .column.column-offset-75 {
  margin-left: 75%;
}

.row .column.column-offset-80 {
  margin-left: 80%;
}

.row .column.column-offset-90 {
  margin-left: 90%;
}

.row .column.column-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  max-width: 10%;
}

.row .column.column-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row .column.column-25 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row .column.column-33, .row .column.column-34 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.row .column.column-40 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

.row .column.column-50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row .column.column-60 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}

.row .column.column-66, .row .column.column-67 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666%;
          flex: 0 0 66.6666%;
  max-width: 66.6666%;
}

.row .column.column-75 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.row .column.column-80 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}

.row .column.column-90 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  max-width: 90%;
}

.row .column .column-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.row .column .column-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.row .column .column-center {
  -ms-flex-item-align: center;
      align-self: center;
}

@media (min-width: 40rem) {
  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -1rem;
    width: calc(100% + 2rem);
  }
  .row .column {
    margin-bottom: inherit;
    padding: 0 1rem;
  }
}
a {
  color: #9b4dca;
  text-decoration: none;
}

a:focus, a:hover {
  color: #606c76;
}

dl, ol, ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

ol {
  list-style: decimal inside;
}

ul {
  list-style: disc;
}

table {
  border-spacing: 0;
  overflow-x: auto;
  text-align: left;
  width: 100%;
}

td, th {
  border-bottom: 0.1rem solid #e1e1e1;
  padding: 1.2rem 1.5rem;
}

td:first-child, th:first-child {
  padding-left: 0;
}

td:last-child, th:last-child {
  padding-right: 0;
}

@media (min-width: 40rem) {
  table {
    display: table;
    overflow-x: initial;
  }
}
b, strong {
  font-weight: bold;
}

p {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  overflow: hidden;
  line-height: 1.25;
  text-overflow: ellipsis;
  font-weight: 400;
}

h1 {
  font-size: 4.6rem;
  line-height: 1.3;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}

h3 {
  font-size: 1.6rem;
  line-height: 1.3;
}

h4 {
  font-size: 1.6rem;
  letter-spacing: -0.08rem;
  line-height: 1.35;
}

h5 {
  font-size: 1.6rem;
  letter-spacing: -0.05rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.4;
}

img {
  max-width: 100%;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: table;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  text-transform: inherit;
  color: inherit;
  background: transparent;
}

[role=button], button, input[type=checkbox], select {
  cursor: pointer;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  color: #4c4341;
  border-bottom: none;
}

a:hover {
  color: #7B798F;
  border-bottom: none !important;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.svgfix {
  width: 100%;
  height: 100%;
  position: relative;
  top: 1px;
}

/*-----------------------------------#Site-wide Classes------------------------------------------*/
.lity-hide {
  display: none;
}

.lity {
  z-index: 1000000000000000000 !important;
}

#page-wrap {
  position: relative;
  min-height: 100vh;
  padding-bottom: 230px;
  background: #fef8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 470px) {
  #page-wrap {
    padding-bottom: 110px;
  }
}

.page_container {
  max-width: 1340px;
  margin: 0 auto;
  width: 94%;
  padding: 0 24px;
}

.admin_page_container {
  max-width: 1300px;
  margin: 0 auto;
  width: 94%;
}

.flex-display-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.information-table {
  width: 100%;
  border-collapse: collapse;
}

.paper-info-box {
  border: 3px solid black;
  border-radius: 10px;
  min-height: 120px;
}
.paper-info-box .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.paper-info-box .info-row .exam-code {
  text-align: right;
  width: 150px;
}
.paper-info-box hr {
  border-top: 3px solid black;
  margin: 0;
}
.paper-info-box .exam-tier {
  text-align: right;
}
.paper-info-box .big-font {
  font-size: 3.5rem;
  font-weight: 600;
  padding-left: 5px;
}
.paper-info-box .medium-font {
  font-size: 2rem;
  font-weight: 600;
  padding-left: 5px;
  padding-right: 5px;
}
.paper-info-box .small-font {
  font-size: 1.5rem;
  font-weight: 600;
  padding-left: 5px;
}

.disabled-button {
  background-color: #919191;
  border-radius: 8px;
  border-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: baseline;
}

.flex-spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*-----------------------------------#Brand Functions Overrides------------------------------------------*/
#cloud-area-container #tagline-container #tagline #tagline-icon {
  width: 80px;
  height: 79px;
  margin: 0 auto;
}

/*-----------------------------------#Header------------------------------------------*/
#main-header {
  height: 58px;
  z-index: 5000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  background: white;
}
#main-header #main-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*height: 48px;*/
  text-align: left;
  -ms-flex-item-align: center;
      align-self: center;
}
#main-header #main-icon #home-icon {
  margin-left: 10px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  max-width: 500px;
}
@media (min-width: 500px) {
  #main-header #main-icon #home-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#main-header #main-icon #home-icon img {
  height: auto;
  max-height: 40px;
}
#main-header #main-icon #home-icon-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
}
@media (min-width: 500px) {
  #main-header #main-icon #home-icon-square {
    display: none;
  }
}
#main-header #main-icon #home-icon-square img {
  height: 40px;
}
#main-header #main-nav-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
#main-header #main-nav-icons button, #main-header #main-nav-icons a {
  padding: 12px;
  height: 48px;
  width: 48px;
}
#main-header #main-nav-icons .show-login-menu-extended {
  display: none;
  width: 123px;
}
#main-header #main-nav-icons .show-login-menu-extended .sign-in-svg {
  margin-right: 5px;
  width: 24px;
}
#main-header #main-nav-icons .show-login-menu-extended .sign-in-text {
  font-weight: 700;
  color: #007682;
  font-size: 14px;
  line-height: 24px;
}
#main-header #main-nav-icons .show-login-menu-extended.register .sign-in-text {
  color: #93014c;
}
#main-header #main-nav-icons .show-login-menu-extended.data-button {
  width: 92px;
}
#main-header #main-nav-icons .show-login-menu-extended.nexus-button {
  width: 101px;
}
@media only screen and (min-width: 650px) {
  #main-header #main-nav-icons .show-login-menu-extended {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #main-header #main-nav-icons .show-login-menu {
    display: none;
  }
}
#main-header #main-nav-icons .hide-me {
  display: none;
}
#main-header .extraNavForSignoutOutMobile .sign-in-svg {
  margin-right: 5px;
  width: 24px;
}
#main-header .extraNavForSignoutOutMobile .sign-in-text {
  font-weight: 700;
  color: #007682;
  font-size: 14px;
  line-height: 24px;
}
#main-header .extraNavForSignoutOutMobile.register .sign-in-text {
  color: #93014c;
}
#main-header .extraNavForSignoutOutMobile.data-button {
  width: 92px;
}
@media only screen and (min-width: 650px) {
  #main-header .extraNavForSignoutOutMobile {
    display: none;
  }
}
#main-header .search-back {
  color: #606060;
  margin: 0;
  border: none;
  background: transparent;
  width: 40px;
  height: 40px;
  padding: 8px;
}
#main-header .search-back .back-icon {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  fill: currentColor;
  stroke: none;
}
#main-header #mini-logo-container {
  color: #606060;
  padding: 6px 12px;
}
#main-header #mini-logo-container #mini-logo {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 30px;
  fill: currentColor;
  stroke: none;
}
#main-header .search-form-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #606060;
}
#main-header .search-form-container #searchform {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main-header .search-form-container #searchform .searchTerm {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.6rem;
}
#main-header .search-form-container #searchform .searchButton {
  margin: 0;
  border: none;
  background: transparent;
  width: 40px;
  height: 40px;
  padding: 8px;
}
#main-header .login-menu-in-search {
  margin: 0;
  border: none;
  background: transparent;
  width: 40px;
  height: 40px;
  padding: 8px;
}

#search-bar-content-blocker {
  z-index: 4999;
  position: absolute;
  top: 48px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.8);
}

/*-----------------------------------#Home Page------------------------------------------*/
.cards-area-container {
  margin: 0 24px;
}
.cards-area-container .cards-area-title {
  max-width: 1340px;
  margin: 4rem auto 0 auto;
  font-weight: 700;
  font-size: 24px;
  color: rgb(45, 47, 49);
}
.cards-area-container .cards-container {
  width: 100%;
  height: 230px;
  overflow: hidden;
  position: relative;
  max-width: 1340px;
  margin: 0 auto 4rem;
}
.cards-area-container .cards-container.stylish-cards-container {
  height: 274px;
}
.cards-area-container .cards-container .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4rem 0;
  padding: 0;
  list-style-type: none;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  max-width: 1340px;
  margin: 4rem auto;
  width: 100%;
  height: 100%;
  padding-bottom: 17px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
}
.cards-area-container .cards-container .cards li {
  height: 215px;
  margin-right: 16px;
}
.cards-area-container .cards-container .cards li .card {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  height: 215px;
  width: 239px;
  margin: 0 20px;
  margin-left: 0;
  white-space: initial;
}
.cards-area-container .cards-container .cards li .card .image {
  background-size: cover;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
}
.cards-area-container .cards-container .cards li .card .title {
  padding: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}
.cards-area-container .cards-container .cards li .card.video-card .image {
  height: 134px;
  position: relative;
}
.cards-area-container .cards-container .cards li .card.video-card .image .youtube-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
  background-image: url(/wp-content/themes/psychologyninjas/_img/sitevectors/video-icon-filled.svg);
  height: 70px;
  width: 70px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 75%;
}
.cards-area-container .cards-container .cards li .stylish-card {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  text-decoration: none;
  /*height: 250px;*/
  width: 308px;
  margin: 0 20px;
  margin-left: 0;
  white-space: initial;
}
.cards-area-container .cards-container .cards li .stylish-card:hover .card__overlay {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cards-area-container .cards-container .cards li .stylish-card:hover .card__header {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cards-area-container .cards-container .cards li .stylish-card .card__image {
  width: 100%;
  height: auto;
}
.cards-area-container .cards-container .cards li .stylish-card .card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 40px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.cards-area-container .cards-container .next-prev-button-container {
  position: absolute;
  right: 10px;
  top: 50%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: white;
  cursor: pointer;
  z-index: 100;
}
.cards-area-container .cards-container .next-prev-button-container.prev-button-container {
  left: 10px;
}
.cards-area-container .cards-container .next-prev-button-container .next-prev-button {
  width: 40px;
  opacity: 50%;
}

.card__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  border-radius: 40px 0 0 0;
  background-color: #fff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.card__header .card__arc {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 1;
}
.card__header .card__arc path {
  fill: #fff;
}
.card__header .card__header-text {
  width: 100%;
  text-align: center;
}
.card__header .card__header-text .card__title {
  font-size: 26px;
  padding: 0 0 3px;
  color: #a80875;
  line-height: 26px;
  font-weight: 700;
}

.card__description {
  padding: 0 2em 2em;
  margin: 0;
  color: #a80875;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#topic-area #title-area-container .title-area {
  text-align: center;
}
#topic-area #title-area-container .title-area img {
  width: 200px;
  margin: 0 auto;
  display: block;
}
#topic-area #title-area-container .title-area .the-title {
  background: white;
  display: inline-block;
  font-size: 30px;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: 700;
  color: #a80875;
  margin: 20px auto;
}
#topic-area #topic-links-list-container {
  max-width: 800px;
  margin: 0 auto;
}
#topic-area #topic-links-list-container .topic-question-links {
  padding: 10px 20px;
  margin: 10px 0;
  display: block;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#topic-area #topic-links-list-container .topic-question-links .board {
  border: 2px solid #007682;
  padding: 0px 3px;
  margin-right: 10px;
  color: #007682;
}

/*------------------------#Footer Styles-------------------*/
#footer {
  position: absolute;
  bottom: 0;
  height: 180px;
  width: 100%;
  color: #93014c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 470px) {
  #footer {
    height: 60px;
  }
}
#footer #terms-container {
  background-color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#footer #terms-container #terms {
  height: 100%;
}
#footer #terms-container #terms #terms-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 470px) {
  #footer #terms-container #terms #terms-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#footer #terms-container #terms #terms-box .footer-logo {
  height: 31px;
  color: #212121;
  margin-left: 0;
  margin-top: 10px;
}
@media only screen and (min-width: 470px) {
  #footer #terms-container #terms #terms-box .footer-logo {
    margin-top: 0;
  }
}
#footer #terms-container #terms #terms-box .footer-logo img {
  width: 100%;
  height: 100%;
}
#footer #terms-container #terms #terms-box .footer-copy-and-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#footer #terms-container #terms #terms-box .footer-copy-and-links .footer-links {
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 0;
  text-align: center;
}
@media only screen and (min-width: 470px) {
  #footer #terms-container #terms #terms-box .footer-copy-and-links .footer-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    text-align: left;
  }
}
#footer #terms-container #terms a {
  color: #93014c;
}/*# sourceMappingURL=style.css.map */