@charset "UTF-8";
@font-face {
  /*Black*/
  font-family: "BwDarius";
  font-weight: 900;
  src: url("/webfonts/396091_0_0.eot");
  src: url("/webfonts/396091_0_0.eot?#iefix") format("embedded-opentype"), url("/webfonts/396091_0_0.woff2") format("woff2"), url("/webfonts/396091_0_0.woff") format("woff"), url("/webfonts/396091_0_0.ttf") format("truetype");
}
@font-face {
  /*Light*/
  font-family: "BwDarius";
  font-weight: 300;
  src: url("/webfonts/396091_1_0.eot");
  src: url("/webfonts/396091_1_0.eot?#iefix") format("embedded-opentype"), url("/webfonts/396091_1_0.woff2") format("woff2"), url("/webfonts/396091_1_0.woff") format("woff"), url("/webfonts/396091_1_0.ttf") format("truetype");
}
@font-face {
  /*Bold*/
  font-family: "BwDarius";
  font-weight: 800;
  src: url("/webfonts/396091_2_0.eot");
  src: url("/webfonts/396091_2_0.eot?#iefix") format("embedded-opentype"), url("/webfonts/396091_2_0.woff2") format("woff2"), url("/webfonts/396091_2_0.woff") format("woff"), url("/webfonts/396091_2_0.ttf") format("truetype");
}
@font-face {
  /*Regular*/
  font-family: "BwDarius";
  font-weight: 400;
  src: url("/webfonts/396091_3_0.eot");
  src: url("/webfonts/396091_3_0.eot?#iefix") format("embedded-opentype"), url("/webfonts/396091_3_0.woff2") format("woff2"), url("/webfonts/396091_3_0.woff") format("woff"), url("/webfonts/396091_3_0.ttf") format("truetype");
}

/*  */
:root {

  --rootFontsize: 16px;

  --globalNavHeaderHeight: 76px;
  --localMenuHeight: 76px;
  --minusLocalMenuHeight: -76px;

  --white: #fff;
  --black: #000;
  --grey: #777;
  --darkGrey: #333;
  /* global branding colours */
  --charcoal: #252f38;
  --charcoal_filter: rgba(37, 46, 56, .25);
  --raspberry: #c2366f;
  --raspberryDark: #aa2f61;
  --raspberry25: rgba(194, 54, 111, .25);
  --raspberry40: rgba(194, 54, 111, .4);
  --raspberry50: rgba(194, 54, 111, .5);
  --raspberry60: rgba(194, 54, 111, .6);
  --raspberry70: rgba(194, 54, 111, .7);
  --raspberry75: rgba(194, 54, 111, .75);
  --raspberry80: rgba(194, 54, 111, .8);
  --raspberry85: rgba(194, 54, 111, .85);
  --raspberry90: rgba(194, 54, 111, .90);
  --teal: #004d73;
  --teal_filter: rgba(0, 77, 116, .25);
  --turquoise: #2ebca0;
  --turquoise_filter: rgba(46, 188, 160, .25);
  --turquoiseDark: #29a990;
  --turquoise25: rgba(46, 188, 160, .25);
  --turquoise40: rgba(46, 188, 160, .40);
  --turquoise50: rgba(46, 188, 160, .5);
  --turquoise60: rgba(46, 188, 160, .6);
  --turquoise70: rgba(46, 188, 160, .7);
  --turquoise75: rgba(46, 188, 160, .75);
  --turquoise80: rgba(46, 188, 160, .8);
  --turquoise85: rgba(46, 188, 160, .85);
  --turquoise90: rgba(46, 188, 160, .90);

  --blue: #59c6e7;
  --blueDark: #50b2cf;
  --blue_filter: rgba(89, 198, 231, .25);
  --blue_filter50: rgba(89, 198, 231, .50);
  --blue_filter70: rgba(89, 198, 231, .70);
  --blue_filter75: rgba(89, 198, 231, .75);
  --blue_filter85: rgba(89, 198, 231, .85);
  --blue_filter90: rgba(89, 198, 231, .90);
  --coral: #fd5c63;
  --coralDark: #fd3e46;
  --coral_filter: rgba(253, 92, 100, .25);
  --coral80: rgba(253, 92, 100, .80);
  --coral90: rgba(253, 92, 100, .90);
  --purple: #65306d;
  --purpleDark: #5a2b62;
  --purple_filter: rgba(101, 48, 109, .25);
  --purple80: rgba(101, 48, 109, .80);
  --purple90: rgba(101, 48, 109, .90);
  --green: #57de61;
  --green80: rgba(87,222,97, .80);
  --green90: rgba(87,222,97, .90);
  --greenDark: #4ec757;
  --green_filter: rgba(87, 222, 97, .25);
  --green_filter50: rgba(87, 222, 97, .50);
  --lightGreen: #89e890;
  --lightGreenDark: #7bd081;
  --lightgreen_filter: rgba(137, 232, 144, .25);
  --lightGreen80: rgba(137, 232, 144, .80);
  --lightGreen90: rgba(137, 232, 144, .90);
  --yellow: #fee123;
  --yellowDark: #e4ca1f;
  --yellow_filter: rgba(242, 225, 35, .25);
  --yellow80: rgba(242, 225, 35, .80);
  --yellow90: rgba(242, 225, 35, .90);

  /* global padding variables */
  --pTB25: 25px 0px;
  --pTB30: 30px 0px;
  --pTB40: 40px 0px;
  --pTB50: 50px 0px;
  --pTB80: 80px 0px;
  --pTB100: 100px 0px;

  --pT50: 50px;
  --pB50: 50px;

  --pClear: 0px;
}

/*  */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html body {
  min-height: 100vh;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  position: relative;
}

html{
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

input, select, textarea {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #333;
}

input[type=text],
input[type=email],
input[type=password] {
  border-radius: 5px;
  border: none;
  padding: 3px;
  box-shadow: 0px 0px 5px #888888;
}

h1, h2, h3, h4 {
  font-family: "BwDarius", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 0 20px 0;
}

a {
  text-decoration: none;
}

main {
  width: 100%;
  height: calc(100% - 75px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#admin-wrapper {
  display: flex;
  background-color: #fff;
  min-height: 100vh;
  overflow: hidden;
}
#admin-wrapper .dashboard {
  position: relative;
  height: 100%;
}
#admin-wrapper .dashboard .page-swipe {
  display: flex;
  position: absolute;
  content: "";
  height: 100%;
  width: 2000px;
  left: -2000px;
  top: 0;
  background-color: #333;
  z-index: 5;
}
#admin-wrapper .dashboard .logoOut {
  position: fixed;
  top: calc(50% - 100px);
  left: calc(60% - 100px);
  opacity: 0;
  transition: opacity 0.5s ease;
  background-color: #17BEBB;
  border-radius: 50%;
  box-shadow: 0px 0px 56px #17BEBB;
  max-height: 0;
}
#admin-wrapper .dashboard .logoIn {
  position: fixed;
  top: calc(50% - 100px);
  left: calc(60% - 100px);
  opacity: 1;
  transition: opacity 0.5s ease;
  background-color: #17BEBB;
  border-radius: 50%;
  box-shadow: 0px 0px 56px #17BEBB;
  max-height: 0;
}
#admin-wrapper .dashboard .pageLoad-swipe {
  display: flex;
  position: absolute;
  content: "";
  height: 100%;
  width: 2000px;
  left: 0px;
  top: 0;
  background-color: #333;
  z-index: 5;
  left: 0px;
  transition: transform 2s ease;
}
#admin-wrapper .dashboard .pageLoad-swipe.moveIt {
  transform: translateX(-2000px);
}

.constrainer {
  display: block;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}
@media all and (max-width: 1024px) {
  .constrainer {
    padding: 0 20px;
  }
}

.constrainer.accordion-wrapper {
  padding: 0;
}

.header {
  background: #333333;
  color: #fff;
  width: 20%;
}
.header .constrainer {
  padding: 0;
}
.header.admin {
  box-shadow: 3px 0px 8px 0px rgba(0, 0, 0, 0.39);
}
.header.admin .links li {
  text-align: left;
  padding: 20px;
}
.header.agent {
  background: #ff1d8e;
}
.header .links {
  width: 100%;
}
.header .links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header .links ul li {
  width: 100%;
  text-align: center;
  position: relative;
  height: 75px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .links ul li.dash {
  height: 75px;
  font-weight: bold;
  background-color: #17BEBB;
}
.header .links ul li a {
  width: 100%;
  color: #ffffff;
  font-size: 20px;
}
.header .links ul li ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 100%;
  width: 200px;
  background: #333333;
}
.header .links ul li ul a {
  padding: 10px;
  display: block;
  text-align: center;
}
.header .links ul li:hover {
  background-color: #5D5D5D;
}
.header .links ul li:hover ul {
  display: block;
  z-index: 100;
}
.header .links ul li:hover ul li {
  text-align: center;
}
.header .links ul li:hover ul li:hover {
  background-color: #5D5D5D;
}
.header .links ul li:hover ul li a {
  text-align: center;
}
.header.user {
  width: 100%;
  padding: 0px;
  color: #fff;
}
.header .links.user {
  flex-direction: row;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.39);
}
.header .links.user ul {
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}
.header .links.user ul li {
  padding: 0 20px;
  height: 75px;
  width: 100px;
}
.header .links.user ul li:last-of-type {
  margin-right: 80px;
}
.header .links.user ul li a {
  color: #fff;
}
.header .links.user ul li:first-of-type {
  font-weight: normal;
}

.header-bar h1 {
  margin: 0;
  /* font-weight: 800; */
}

h1.title{
  padding-left: 2%;
}

.page-content .dashboard ul, .page-content .dashboard li, .page-content .dashboard a, .page-content .dashboard p, .page-content .dashboard h1, .page-content .dashboard h2, .page-content .dashboard h3, .page-content .dashboard h4, .page-content .dashboard .item, .page-content .dashboard label, .top-menu ul, .top-menu li, .top-menu a, .top-menu p, .top-menu h1, .top-menu h2, .top-menu h3, .top-menu h4, .top-menu .item, .top-menu label {
  color: #37424A;
}

.factfile ul, .factfile li, .factfile a, .factfile p, .factfile h1, .factfile h2, .factfile h3, .factfile h4, .factfile .item, .factfile label {
  color: #fff;
}

.top-menu {
  background: #ffffff;
  /* padding: 20px 45px; */
  padding: 10px 0 50px 0;
}
.top-menu .btn {
  float: right;
}
.top-menu .btn .fas {
  margin-right: 6px;
}
.top-menu img {
  max-height: 45px;
  margin-right: 10px;
}
.top-menu img:last-of-type {
  margin-right: 0;
}

.top-menu.factfile {
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.top-menu.factfile .logo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.top-menu.factfile .logo .btn {
  font-size: 14px;
  margin-left: 20px;
  width: 200px;
}
.top-menu.factfile .logo img, .top-menu.factfile .logo svg {
  display: block;
  width: 50px;
}
.top-menu.factfile .user {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.top-menu.factfile .user .seperator {
  margin: 0 20px;
  width: 2px;
  height: 42px;
  background: #ccc;
}

.top-menu.full {
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  padding: 10px 0;
}
.top-menu.full .constrainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
}
@media all and (max-width: 1024px) {
  .top-menu.full .constrainer .right {
    display: none;
  }
}
.top-menu.full .constrainer .right .btn {
  font-weight: bold;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4);
}
.top-menu.full .constrainer .right .btn:hover {
  color: #fff;
  background: #C2366F;
  transform: translateY(-3px);
}
.top-menu.full .left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.top-menu.full .left img {
  display: block;
  width: 50px;
}
.top-menu.full .left .user {
  position: relative;
}
.top-menu.full .left .user:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 29px;
  border-right: 2px solid #37424A;
  opacity: 0.5;
}
.top-menu.full .left .user img {
  width: auto;
  max-height: 80px;
  max-width: 200px;
  margin-left: 60px;
}

.sidebar ul, .top-menu ul {
  margin: 0;
  padding: 0;
}

.hub-blocks {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.hub-blocks .block {
  width: 47.5%;
  background: #fff;
  border-radius: 10px;
}
@media all and (max-width: 1024px) {
  .hub-blocks .block {
    width: 100%;
    margin-bottom: 40px;
  }
}
.hub-blocks .block.grey .heading {
  background: #252F38;
}
.hub-blocks .block.purple .heading {
  background: #65306D;
}
.hub-blocks .block .heading {
  padding: 20px;
  border-radius: 10px 10px 0 0;
}
.hub-blocks .block .heading h2 {
  line-height: 1.2;
  color: #fff;
  margin: 0;
}
.hub-blocks .block .inner-block {
  padding: 20px;
}
.hub-blocks .block .inner-block .search-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.hub-blocks .block .inner-block .search-links .item {
  width: 46%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  cursor: pointer;
}
.hub-blocks .block .inner-block .search-links .item .image {
  margin: 0 auto 16px;
  width: 100%;
  padding-bottom: 100%;
  max-width: 100%;
  background-size: cover;
  background-position: center;
}
.hub-blocks .block .inner-block ul {
  padding: 0;
  margin: 0 0 40px;
  list-style: none;
}
.hub-blocks .block .inner-block ul li {
  padding-left: 32px;
  margin-bottom: 12px;
  position: relative;
}
.hub-blocks .block .inner-block ul li:before {
  content: "\2022";
  font-size: 66px;
  color: #65306D;
  position: absolute;
  left: 0;
  top: -23px;
  line-height: 1;
}

.page-content.flex {
  display: flex;
}
.page-content .sidebar, .page-content .dashboard, .page-content .factfile {
  min-height: calc(100vh - 65px);
}
.page-content .sidebar {
  flex: 0 0 25%;
  background: #252F38;
  padding: 20px 0;
  position: relative;
  box-shadow: 8px 0px 58px 0px rgba(0, 0, 0, 0.05);
  height: 100vh;
  overflow-y: auto;
}
.page-content .sidebar .logos {
  padding: 0 32px;
}
.page-content .sidebar .logos a:first-child {
  margin-right: 32px;
}
.page-content .sidebar .logos a img {
  max-height: 50px;
  max-width: 144px;
}
.page-content .sidebar .links {
  margin-top: 32px;
}
.page-content .sidebar .links ul.sub-nav {
  display: none;
}
.page-content .sidebar .links ul li {
  position: relative;
  opacity: 0.5;
}
.page-content .sidebar .links ul li.active .sub-nav {
  display: block;
}
.page-content .sidebar .links ul li.disabled:hover {
  opacity: 0.5;
  cursor: default;
}
.page-content .sidebar .links ul li.disabled:hover:before, .page-content .sidebar .links ul li.disabled:hover:after {
  display: none;
}
.page-content .sidebar .links ul li.disabled:hover a {
  background: transparent;
  pointer-events: none;
}
.page-content .sidebar .links ul li.highlight {
  opacity: 1;
}
.page-content .sidebar .links ul li:hover, .page-content .sidebar .links ul li.active {
  opacity: 1;
}
.page-content .sidebar .links ul li:hover:before, .page-content .sidebar .links ul li:hover:after, .page-content .sidebar .links ul li.active:before, .page-content .sidebar .links ul li.active:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: #72D0EB;
  content: "";
}
.page-content .sidebar .links ul li:hover:after, .page-content .sidebar .links ul li.active:after {
  left: auto;
  right: 0;
}
.page-content .sidebar .links ul li:hover a, .page-content .sidebar .links ul li.active a {
  background: #515B62;
}
.page-content .sidebar .links ul li .fa-li {
  left: 24px;
  top: 12px;
  color: #72D0EB;
}
.page-content .sidebar .links ul li a {
  display: block;
  padding: 12px 12px 12px 62px;
  font-weight: bold;
  color: #ffffff;
}
.page-content .sidebar .links ul li ul li a {
  padding: 4px 12px 4px 62px;
  font-weight: normal;
}
.page-content .dashboard {
  flex: 0 0 75%;
  background: rgba(55, 66, 74, 0.07);
  transition: 1s ease;
  height: 100vh;
  overflow-y: auto;
}

@media screen and (max-width:767px) {
  .page-content .dashboard {
    flex: 0 0 100%;
    min-height: calc(83vh - 65px);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}

.page-content.full-wide .factfile {
  transition: background 1s ease;
  padding-top: 32px;
  background: #65306D;
  flex: 0 0 100%;
}

.search {
  background: #333;
  border: 2px solid #333;
  color: #fff;
  margin-left: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.search:hover {
  background: transparent;
  color: #333;
  cursor: pointer;
}

.azure-btn-row {
  margin-bottom: 20px;
}

a.btn, .btn {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
  padding: 0.8em 3em;
  border-radius: 100px;
  transition: 0.25s ease;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-size: 16px;
  font-family: inherit;
}
a.btn.small, .btn.small {
  font-size: 12px;
}
a.btn.azure, .btn.azure {
  padding: 0.6em 1.5em 0.5em;
  border-radius: 4px;
  background: #326699;
  color: #fff;
}
a.btn.azure .fab, .btn.azure .fab {
  color: #00ACEF;
  margin-right: 8px;
}
a.btn.azure:hover, .btn.azure:hover {
  background: #3174BB;
}
a.btn.first, .btn.first {
  background: #333;
  border: 2px solid #333;
  color: #fff;
  width: 240px;
  border-radius: 30px;
  font-size: 11px;
}
a.btn.first:focus, .btn.first:focus {
  outline: none;
}
a.btn.first:hover, .btn.first:hover {
  background: #17BEBB;
  color: #333;
}
a.btn.second, .btn.second {
  background: #65306D;
  border: 2px solid #65306D;
  color: #fff;
}
a.btn.second:hover, .btn.second:hover {
  background: #fff;
  color: #65306D;
}
a.btn.third, .btn.third {
  background: #2BC9AF;
  border: 2px solid #2BC9AF;
  color: #fff;
}
a.btn.third:hover, .btn.third:hover {
  background: #fff;
  color: #2BC9AF;
}
a.btn.fourth, .btn.fourth {
  background: #C2366F;
  border: 2px solid #C2366F;
  color: #fff;
}
a.btn.fourth:hover, .btn.fourth:hover {
  background: #fff;
  color: #C2366F;
}
a.btn.fifth, .btn.fifth {
  background: #72D0EB;
  border: 2px solid #72D0EB;
  color: #fff;
}
a.btn.fifth:hover, .btn.fifth:hover {
  background: #fff;
  color: #72D0EB;
}
a.btn.disabled, .btn.disabled {
  background: #8B5689;
  border: 2px solid #8B5689;
  color: #fff;
  cursor: not-allowed;
  pointer-events: none;
}
a.btn.grey, .btn.grey {
  background: transparent;
  border: 1px solid rgba(55, 66, 74, 0.45);
  color: rgba(55, 66, 74, 0.45);
  font-size: 14px;
  font-weight: bold;
}
a.btn.grey:hover, .btn.grey:hover {
  background: rgba(55, 66, 74, 0.45);
  color: #fff;
}
a.btn.white, .btn.white {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
a.btn .fa-arrow-right, .btn .fa-arrow-right {
  transform: translateX(28px);
}
a.btn.form-primary, a.btn.form-secondary, a.btn.btn-primary, a.btn.btn-secondary, .btn.form-primary, .btn.form-secondary, .btn.btn-primary, .btn.btn-secondary {
  border: 2px solid #C2366F;
  font-weight: bold;
}
a.btn.form-primary .fas, a.btn.form-secondary .fas, a.btn.btn-primary .fas, a.btn.btn-secondary .fas, .btn.form-primary .fas, .btn.form-secondary .fas, .btn.btn-primary .fas, .btn.btn-secondary .fas {
  margin-left: 12px;
}
a.btn.btn-primary, .btn.btn-primary {
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.3);
}
a.btn.btn-ghost, .btn.btn-ghost {
  border: 2px solid #C2366F;
  background: transparent;
  color: #C2366F;
  font-weight: bold;
}
a.btn.btn-ghost:hover, .btn.btn-ghost:hover {
  background: #C2366F;
  color: #fff;
}
a.btn.form-primary, a.btn.btn-primary, .btn.form-primary, .btn.btn-primary {
  color: #ffffff;
  background: #C2366F;
}
a.btn.form-secondary, a.btn.btn-secondary, .btn.form-secondary, .btn.btn-secondary {
  color: #C2366F;
  background: transparent;
}

.hidden {
  display: none !important;
}

.dashboard {
  overflow-y: auto;
}
.dashboard .constrainer {
  padding: 60px 80px;
}
.dashboard .dash-top {
  background: #ffffff;
  padding: 25px 45px 45px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.dashboard .dash-top .profile-image {
  float: right;
}
.dashboard .dash-top .profile-image img {
  width: 130px;
}
.dashboard .dash-top.hub {
  padding-top: 100px;
  position: relative;
}
.dashboard .dash-top.hub .login-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}
.dashboard .dash-top h1 {
  color: #37424A;
  font-size: 45px;
  line-height: 1.3;
  max-width: 820px;
  margin-bottom: 40px;
  /* font-family: "BW Darius" !important; */
}
.dashboard .dash-top h1 span {
  font-weight: 100;
}
.dashboard .dash-top .btn-secondary {
  float: right;
  display: none;
}
.dashboard .dash-top .btn-secondary input {
  display: none;
}
.dashboard .dash-top .btn-secondary.no-float {
  float: none;
}
.dashboard .add-new {
  float: right;
  margin-left: 6px;
}
.dashboard .table-form-submit {
  margin-top: 32px;
}
.dashboard .table-form-submit.course-sync-submit {
  text-align: right;
}
.dashboard .review-link {
  margin-bottom: 32px;
  display: block;
}

.list-container {
  background: #ffffff;
  border-radius: 10px;
}

.filter-row {
  margin-top: 28px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.filter-row .search {
  align-self: flex-start;
  width: 120px;
  padding: 4px 0;
}
.filter-row.show {
  flex-direction: row;
  background-color: white;
  border-radius: 30px;
  padding: 35px;
}
.filter-row.show form {
  width: calc(100% - 120px);
}
.filter-row form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.filter-row form .quicksearch {
  width: 100%;
}
.filter-row form .quicksearch.show {
  width: 88%;
  margin-right: auto;
  margin-left: 21px;
}
.filter-row form div {
  width: calc(50% - 20px);
  display: none;
}
.filter-row form div:nth-of-type(odd) {
  padding-left: 20px;
}
.filter-row form div:last-of-type {
  width: 100%;
  align-self: center;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.filter-row form div:last-of-type input {
  width: 20%;
}
.filter-row form div p {
  margin-top: 20px;
  margin-bottom: 0;
}
.filter-row form div p::first-letter {
  text-transform: uppercase;
}
.filter-row form div input {
  width: 100%;
}
.filter-row form div select {
  width: 90%;
}
.filter-row form div a {
  padding: 2px;
}
.filter-row form div.show {
  display: block;
}

.list {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 30px;
  margin-top: 20px;
}
.list.sync-list select {
  margin-bottom: 0;
  width: 100%;
}
.list .list-header {
  display: table-row;
}
.list .list-header .item {
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding-top: 20px;
}
.list img {
  height: 70px;
}
.list .list-row {
  display: table-row;
}
.list .list-row:nth-of-type(even) {
  background: #E8E8E8;
}
.list .list-row .add {
  display: none;
}
.list .list-row.removed .item {
  position: relative;
}
.list .list-row.removed .item .remove {
  display: none;
}
.list .list-row.removed .item .add {
  display: inline;
  position: relative;
  z-index: 3;
}
.list .list-row.removed .item:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(191, 0, 3, 0.8);
}
.list .item {
  padding: 8px 20px;
  display: table-cell;
  vertical-align: middle;
  word-break: break-word;
}
.list .item.id {
  width: 96px;
}
.list .item.edit a {
  padding: 5px;
  background-color: #ff3f3f;
  color: white;
  border-radius: 5px;
}
.list .item.edit a:first-of-type {
  background-color: #f99224;
  margin-right: 10px;
}
.list .item-none {
  display: block;
  width: 100%;
}

.confirmed {
  background: #34AE09 !important;
}
.confirmed * {
  color: #ffffff;
  font-weight: 900;
}

.alert-success, .alert-error {
  position: fixed;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  max-width: 480px;
  padding: 12px 32px;
  z-index: 100;
}
.alert-success .fa-times, .alert-error .fa-times {
  position: absolute;
  top: 4px;
  right: 8px;
  cursor: pointer;
}

.alert-success {
  background: #34AE09;
}

.alert-error {
  background: #BF0003;
}

.forgot-password {
  position: relative;
  top: 50vh;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.errors {
  position: fixed;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  background: #BF0003;
  color: #fff;
  max-width: 380px;
  padding: 12px 32px 4px;
  z-index: 500;
}
.errors .error {
  margin-bottom: 8px;
  line-height: 1.2;
  font-weight: normal;
}
.errors .fa-times {
  position: absolute;
  top: 4px;
  right: 8px;
  cursor: pointer;
}

.pagination {
  list-style: none;
  display: block;
  text-align: center;
  padding: 32px 0;
  margin: 0;
}
.pagination li {
  display: inline-block;
  padding: 0 6px;
  font-size: 16px;
}
.pagination li.active {
  font-weight: bold;
}
.pagination li.disabled {
  color: #d7d7d7;
}
.pagination li a {
  color: #000;
}

.content {
  display: none;
}
.content.active {
  display: block;
}

form #image-preview {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
form #image-preview h2 {
  width: 100%;
}
form #image-preview img {
  height: 100px;
  margin-bottom: 0;
  display: block;
  border: 2px solid #333;
}
form #image-preview .current-gallery-image {
  position: relative;
  margin: 10px;
}
form #image-preview .current-gallery-image.removed:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 99, 71, 0.5);
}
form #image-preview .current-gallery-image .remove-image-toggle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 10px;
  transform: translate(50%, -50%);
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
form #image-preview .current-gallery-image .remove-image-toggle.remove {
  background: red;
}
form #image-preview .current-gallery-image .remove-image-toggle.add {
  background: green;
}
form #image-preview .current-gallery-image .remove-image-toggle .fas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
form #image-preview .current-gallery-image .remove-image-toggle .fas.remove {
  display: block;
}
form.edit-agent .logo-input {
  display: none;
}
form .checkbox-group .checkbox-input.campus-checkbox {
  padding-left: 20px;
}
form .checkbox-group .checkbox-input input {
  display: inline-block;
  margin-right: 4px;
}

.search {
  position: relative;
  display: inline-block;
}
.search input {
  margin-bottom: 0;
}
.search .search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: #ffffff;
}
.search .search-results .result {
  border-bottom: 1px solid #ccc;
  padding: 6px 12px;
  cursor: pointer;
}
.search .search-results .result:hover {
  background: #fafafa;
  transition: all 0.2s ease-out;
}
.search .search-results .result:last-child {
  border-bottom: 0;
}
.search .selected-results .selected-result {
  position: relative;
}
.search .selected-results .selected-result .remove {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(150%, -50%);
  color: red;
  cursor: pointer;
}
.search .selected-results .selected-result:first-child {
  margin-top: 20px;
}
.search .selected-results .selected-result:last-child {
  margin-bottom: 20px;
}

@keyframes swipe {
  100% {
    transform: translateX(100%);
  }
}
#accommodation_types {
  display: none;
}
#accommodation_types.show {
  display: block;
}
#accommodation_types label input {
  min-width: initial;
  display: inline;
}

.add-asset > form > div, .edit-asset > form > div {
  margin: 1.5em auto;
}
.add-asset > form > div h3, .edit-asset > form > div h3 {
  margin-bottom: 6px;
}

.add-asset {
  transition: max-height 0.5s ease-in-out;
}

.add-asset, .add-agent {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 40px;
  overflow: hidden;
  position: relative;
}
.add-asset input, .add-asset div, .add-asset select, .add-agent input, .add-agent div, .add-agent select {
  animation: fadeIn 1s;
  min-width: 300px;
  font-weight: bold;
}
.add-asset input.show, .add-asset div.show, .add-asset select.show, .add-agent input.show, .add-agent div.show, .add-agent select.show {
  display: block;
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
}
.add-asset input.show select, .add-asset input.show input, .add-asset input.show div, .add-asset div.show select, .add-asset div.show input, .add-asset div.show div, .add-asset select.show select, .add-asset select.show input, .add-asset select.show div, .add-agent input.show select, .add-agent input.show input, .add-agent input.show div, .add-agent div.show select, .add-agent div.show input, .add-agent div.show div, .add-agent select.show select, .add-agent select.show input, .add-agent select.show div {
  display: block;
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
}
.add-asset input.show select.sub-tab-content, .add-asset input.show input.sub-tab-content, .add-asset input.show div.sub-tab-content, .add-asset div.show select.sub-tab-content, .add-asset div.show input.sub-tab-content, .add-asset div.show div.sub-tab-content, .add-asset select.show select.sub-tab-content, .add-asset select.show input.sub-tab-content, .add-asset select.show div.sub-tab-content, .add-agent input.show select.sub-tab-content, .add-agent input.show input.sub-tab-content, .add-agent input.show div.sub-tab-content, .add-agent div.show select.sub-tab-content, .add-agent div.show input.sub-tab-content, .add-agent div.show div.sub-tab-content, .add-agent select.show select.sub-tab-content, .add-agent select.show input.sub-tab-content, .add-agent select.show div.sub-tab-content {
  display: none;
}
.add-asset input.show.tabs, .add-asset input.show.sub-tabs, .add-asset div.show.tabs, .add-asset div.show.sub-tabs, .add-asset select.show.tabs, .add-asset select.show.sub-tabs, .add-agent input.show.tabs, .add-agent input.show.sub-tabs, .add-agent div.show.tabs, .add-agent div.show.sub-tabs, .add-agent select.show.tabs, .add-agent select.show.sub-tabs {
  display: flex;
}
.add-asset input.show .images-grid, .add-asset div.show .images-grid, .add-asset select.show .images-grid, .add-agent input.show .images-grid, .add-agent div.show .images-grid, .add-agent select.show .images-grid {
  display: grid;
}
.add-asset .hide, .add-agent .hide {
  display: none;
}
.add-asset nav, .add-agent nav {
  margin-top: 55px;
}
.add-asset nav .next, .add-asset nav .back, .add-agent nav .next, .add-agent nav .back {
  padding: 7px;
  color: white;
  background-color: #333;
  border-radius: 5px;
  border: 1px solid #333;
  cursor: pointer;
}
.add-asset nav .next:hover, .add-asset nav .back:hover, .add-agent nav .next:hover, .add-agent nav .back:hover {
  border: 1px solid #333;
  color: #333;
  background-color: #17BEBB;
}
.add-asset nav .back, .add-agent nav .back {
  margin-left: 10px;
}
.add-asset .tagger select, .add-agent .tagger select {
  min-width: 100px;
  border-radius: 5px;
  border: 3px solid grey;
  height: 200px;
}
.add-asset .tagger select:focus, .add-agent .tagger select:focus {
  outline: none;
}

.tabs {
  font-size: 0;
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid black;
  border-top: 1px solid black;
}
.tabs .tab {
  padding: 8px 20px;
  display: inline-block;
  cursor: pointer;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  font-size: 18px;
  width: 33.33333%;
  text-align: center;
}
.tabs .tab:hover, .tabs .tab.active {
  background-color: #17BEBB;
  color: white;
}
.tabs .tab.active {
  font-weight: bold;
}

.tab-content {
  display: none !important;
  border:rgba(250, 0, 0, 0) solid 2px;
}
.tab-content.active {
  display: block !important;
  border:rgba(250, 0, 0, 0) solid 2px;
}

.add-blade.tab-content {
  display: none !important;
  border:rgba(0, 250, 0, 0) solid 2px;
}

.add-blade.tab-content.active {
  display: block !important;
  border:rgba(0, 250, 0, 0) solid 2px;
}

.view-blade.tab-content {
  display: none !important;
  border:rgba(0, 0, 250, 0) solid 2px;
}

.view-blade.tab-content.active {
  display: block !important;
  border:rgba(0, 0, 250, 0) solid 2px;
}


.tab-content.active.show .sub-tabs {
  font-size: 0;
  margin-bottom: 32px;
  display: flex;
  border: 1px solid black;
}
.tab-content.active.show .sub-tabs .sub-tab {
  padding: 8px 20px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid black;
  font-size: 14px;
  width: 25%;
  text-align: center;
}
.tab-content.active.show .sub-tabs .sub-tab:hover, .tab-content.active.show .sub-tabs .sub-tab.active {
  background-color: #17BEBB;
  color: white;
}
.tab-content.active.show .sub-tabs .sub-tab.active {
  font-weight: bold;
}
.tab-content.active.show .sub-tab-content {
  display: none;
}
.tab-content.active.show .sub-tab-content.active {
  display: block;
}
.tab-content.active.show .sub-tab-content textarea {
  display: none !important;
}
.tab-content.active.show .sub-tab-content input {
  margin-bottom: 10px;
}
.tab-content.active.show .sub-tab-content input[type=text] {
  margin-bottom: 10px;
}
.tab-content.active.show .sub-tab-content .content {
  display: none;
}
.tab-content.active.show .sub-tab-content .content.active {
  display: block;
}



.tab-content {
  display: none !important;
  border:rgba(250, 0, 0, 0) solid 2px;
}
.tab-content.active {
  display: block !important;
  border:rgba(250, 0, 0, 0) solid 2px;
}



.images-grid {
  margin-top: 20px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.edit-user, .add-user {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 40px;
}
.edit-user input, .edit-user select, .add-user input, .add-user select {
  margin-bottom: 20px;
  width: 50%;
}
.edit-user div.submit, .add-user div.submit {
  margin-top: 2rem;
}

.add-agent .agency input, .add-agent .user input {
  margin-bottom: 20px;
}
.add-agent .agency textarea, .add-agent .user textarea {
  display: block;
  margin-bottom: 20px;
}

.add-asset-resource, .add-asset-resource-category, .add-destination, .edit-campus, .add-key-contact, .edit-asset-resource {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 40px;
}
.add-asset-resource div, .add-asset-resource-category div, .add-destination div, .edit-campus div, .add-key-contact div, .edit-asset-resource div {
  margin-bottom: 30px;
}
.add-asset-resource div input, .add-asset-resource-category div input, .add-destination div input, .edit-campus div input, .add-key-contact div input, .edit-asset-resource div input {
  width: 300px;
}
.add-asset-resource div input[type=checkbox], .add-asset-resource-category div input[type=checkbox], .add-destination div input[type=checkbox], .edit-campus div input[type=checkbox], .add-key-contact div input[type=checkbox], .edit-asset-resource div input[type=checkbox] {
  width: 20px;
}

.proposal-step {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.proposal-step .title {
  flex: 0 0 100%;
}
.proposal-step .panel {
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 30px 15px;
  margin-bottom: 20px;
  flex: 0 0 100%;
}
.proposal-step .panel * {
  color: #000000 !important;
}
.proposal-step .panel [name=intro] {
  display: none;
}
.proposal-step .panel.panel-option {
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.proposal-step .panel.panel-option:hover {
  background: #fafafa;
}
.proposal-step .panel.panel-option p {
  margin: 0;
}
.proposal-step .panel.prospect-option {
  flex: 0 0 calc(50% - 10px);
}
.proposal-step .panel.course-type-option, .proposal-step .panel.destination-option {
  flex: 0 0 calc(33% - 7px);
}
.proposal-step .panel.course-option {
  flex: 0 0 calc(20% - 15px);
}

.asset-selector {
  width: 100%;
}
.asset-selector .asset-selector-inner {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  overflow-x: auto;
  max-width: 100%;
  padding: 8px 0;
}
.asset-selector .asset-selector-inner::-webkit-scrollbar {
  height: 7px;
  /* no width, so the vertical scrollbars are styled normally */
}
.asset-selector .asset-selector-inner {
  --scrollbarBG: rgba(0,0,0,0.15);
  --thumbBG: rgba(255,255,255,0.75);
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.asset-selector .asset-selector-inner::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.asset-selector .asset-selector-inner::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: none;
}
.asset-selector .asset-item {
  margin: 12px;
  flex-basis: 320px;
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
  background: #fff;
  border-radius: 8px;
}
.asset-selector .asset-item.off {
  opacity: 0.5;
}
.asset-selector .asset-item .remover {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 28px;
  height: 28px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 32px;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
}
.asset-selector .asset-item .remover .fa {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.asset-selector .asset-item .asset-type-icon {
  position: absolute;
  top: 0;
  right: 0;
  background: #2BC9AF;
  border-radius: 0 8px 0 8px;
  width: 40px;
  height: 40px;
  z-index: 2;
  pointer-events: none;
}
.asset-selector .asset-item .asset-type-icon img, .asset-selector .asset-item .asset-type-icon svg {
  max-width: 30px;
  max-height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.asset-selector .asset-item .asset-type-icon img path, .asset-selector .asset-item .asset-type-icon svg path {
  fill: #fff !important;
}
.asset-selector .asset-item .image {
  height: 200px;
  background-size: cover;
  background-position: center center;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}
.asset-selector .asset-item .text {
  padding: 20px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  text-align: left;
}

.panel.panel-proposal-result {
  flex: 0 0 calc(25% - 10px);
  padding: 0;
}
.panel.panel-proposal-result.removed {
  background: #cccccc;
}
.panel.panel-proposal-result .inner {
  position: relative;
  padding: 30px 15px;
}
.panel.panel-proposal-result .content {
  display: none;
}
.panel.panel-proposal-result .content iframe {
  min-height: calc(100vh - 30px);
}
.panel.panel-proposal-result .content .image-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.panel.panel-proposal-result .content .image-grid img {
  max-height: 200px;
}
.panel.panel-proposal-result .view, .panel.panel-proposal-result .add {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.panel.panel-proposal-result .view .fas, .panel.panel-proposal-result .add .fas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.panel.panel-proposal-result .add {
  right: 0;
  background: red;
}
.panel.panel-proposal-result .add .fa-plus {
  display: none;
}
.panel.panel-proposal-result .add.removed {
  background: green;
}
.panel.panel-proposal-result .add.removed .fa-plus {
  display: block;
}
.panel.panel-proposal-result .add.removed .fa-minus {
  display: none;
}
.panel.panel-proposal-result .view {
  background: #FF1493;
  right: 40px;
}

#fsm_actual {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06), 0 2px 10px 0 rgba(0, 0, 0, 0.04);
}

.fsm {
  transition: 0.5s;
  background: #ffffff;
}
.fsm .inner {
  height: 100%;
}
.fsm .content {
  height: 0;
  width: 0;
  margin: 0;
  transition: 0.2s;
}
.fsm.growing {
  background: #FFF5EE;
}
.fsm.growing .content {
  height: auto;
  margin: 0;
  opacity: 0;
  display: block;
}
.fsm.full-screen {
  height: 100vh;
  z-index: 100;
  margin: 0;
  border-radius: 0;
  background: #FFF5EE;
}
.fsm.full-screen .content {
  height: auto;
  width: auto;
  margin: initial;
  display: block;
}
.fsm.full-screen .content {
  transition-delay: 0.2s;
  opacity: 1;
}
.fsm.shrinking {
  height: 0;
  background: #ffffff;
}
.fsm.shrinking .content {
  transition-delay: 0s;
  transition: 0.2s;
  opacity: 0;
  display: none;
}
.fsm-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}

.grid {
  display: flex;
  flex-wrap: wrap;
}
.grid .grid-item {
  margin-bottom: 20px;
  flex-shrink: 0;
  flex-grow: 0;
}
.grid.two-column .grid-item {
  width: calc(50% - 10px);
  margin-right: 20px;
}
.grid.two-column .grid-item:nth-child(2n) {
  margin-right: 0;
}
.grid .grid-item {
  /* width: calc(33.333% - 20px); */
  width: calc(25% - 20px);
  margin-right: 20px;
}
.grid.three-column .grid-item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1020px) {
  .grid.three-column .grid-item {
    width: calc(50% - 10px);
  }
  .grid.three-column .grid-item:nth-child(3n) {
    margin-right: 20px;
  }
  .grid.three-column .grid-item:nth-child(2n) {
    margin-right: 0;
  }
}
.grid .asset-item {
  position: relative;
  background: #fff;
  background: #ffc187;
  /* background: aquamarine; */
  border-radius: 8px;
  width: 310px;
}
.grid .asset-item .asset-type-icon {
  position: absolute;
  top: 0;
  right: 0;
  background: #2BC9AF;
  border-radius: 0 8px 0 8px;
  width: 40px;
  height: 40px;
  z-index: 2;
  pointer-events: none;
}
.grid .asset-item .asset-type-icon img, .grid .asset-item .asset-type-icon svg {
  max-width: 30px;
  max-height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.grid .asset-item .asset-type-icon img path, .grid .asset-item .asset-type-icon svg path {
  fill: #fff !important;
}
.grid .asset-item .image {
  /* height: 200px; */
  height: 200px !important;
  background-size: cover;
  background-position: center center;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}
.grid .asset-item .text {
  /* padding: 20px; */
  padding: 12px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}

.image {
  position: relative;
}
.image .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image .placeholder:before, .image .placeholder:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.image .placeholder:before {
  background: #93CCFD;
}
.image .placeholder:after {
  background: linear-gradient(to top left, rgba(38, 153, 251, 0) 0%, rgba(38, 153, 251, 0) calc(50% - 0.8px), rgb(38, 153, 251) 50%, rgba(38, 153, 251, 0) calc(50% + 0.8px), rgba(38, 153, 251, 0) 100%), linear-gradient(to top right, rgba(38, 153, 251, 0) 0%, rgba(38, 153, 251, 0) calc(50% - 0.8px), rgb(38, 153, 251) 50%, rgba(38, 153, 251, 0) calc(50% + 0.8px), rgba(38, 153, 251, 0) 100%);
}

.proposals .proposal {
  background: #FFF;
  border-radius: 10px;
  position: relative;
}
.proposals .proposal .view, .proposals .proposal .remove {
  position: absolute;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
.proposals .proposal .view .fas, .proposals .proposal .remove .fas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.proposals .proposal .remove {
  left: 0;
  transform: translate(-50%, -50%);
  color: #fff;
  border: 2px solid #fff;
  background: #65306D;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
.proposals .proposal .remove .fas {
  font-size: 12px;
}
.proposals .proposal .view {
  background: #65306D;
  color: #ffffff;
  height: 32px;
  width: 32px;
  right: 0;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.proposals .proposal .image {
  display: block;
  padding-bottom: 50%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.proposals .proposal .text {
  padding: 18px 12px;
}
.proposals .proposal .text h4 {
  margin-bottom: 24px;
}
.proposals .proposal .text p {
  margin: 0;
}
.proposals .proposal .text p a {
  display: inline-block;
  margin-right: 16px;
}
.proposals .proposal .text p a .fas {
  font-size: 10px;
  position: relative;
  top: -1px;
}

.contact.regional-contact {
  background: #252F38;
}
.contact.regional-contact .inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.contact.regional-contact .inner h6 {
  font-size: 20px;
  opacity: 0.6;
}
.contact.regional-contact .inner .image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  margin-right: 20px;
}

.contact.main-contact {
  background: #65306D;
}

.contact.main-contact, .contact.regional-contact {
  color: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
}
.contact.main-contact .heading, .contact.regional-contact .heading {
  background: #C2366F;
  border-radius: 10px 10px 0 0;
  padding: 10px 16px;
  font-size: 24px;
  font-family: "BwDarius", sans-serif;
  font-weight: bold;
  line-height: 1;
}
.contact.main-contact .inner, .contact.regional-contact .inner {
  padding: 16px;
  position: relative;
}
.contact.main-contact .inner:after, .contact.regional-contact .inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  border-bottom: 3px dotted #d7d7d7;
  opacity: 0.5;
}
.contact.main-contact .inner:last-child:after, .contact.regional-contact .inner:last-child:after {
  display: none;
}
.contact.main-contact .inner h5, .contact.regional-contact .inner h5 {
  font-size: 18px;
  margin: 0 0 8px 0;
}
.contact.main-contact .inner a, .contact.regional-contact .inner a {
  color: #fff;
  display: block;
  margin: 0 0 8px;
}
.contact.main-contact .inner a i, .contact.regional-contact .inner a i {
  color: #72D0EB;
}

/* i.fa.fa-arrow-right {
  margin-left: 10px;
} */

.key-contacts .expander {
  border-top: 3px dotted #d7d7d7;
}
.key-contacts .expander:last-child {
  border-bottom: 3px dotted #d7d7d7;
}
.key-contacts .expander .title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
  font-size: 26px;
  font-family: "BwDarius", sans-serif;
  font-weight: bold;
}
.key-contacts .expander .title .icon {
  border: 2px solid #333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
  margin-right: 10px;
}
.key-contacts .expander .title .icon .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}
.key-contacts .expander .expander-content {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  display: none;
  padding-top: 10px;
}
.key-contacts .expander .expander-content.open {
  display: flex;
}
.key-contacts .key-contact {
  display: flex;
  background: #ffffff;
  border-radius: 10px;
  padding: 22px 14px;
  width: 48%;
  margin-bottom: 20px;
}
.key-contacts .key-contact .image {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.key-contacts .key-contact .image img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.key-contacts .key-contact .text {
  max-width: calc(100% - 106px);
  padding-left: 20px;
}
.key-contacts .key-contact .text h3, .key-contacts .key-contact .text h4 {
  font-weight: bold;
}
.key-contacts .key-contact .text h3 {
  font-size: 18px;
  margin-bottom: 6px;
}
.key-contacts .key-contact .text h4 {
  opacity: 0.6;
  font-size: 16px;
  margin-bottom: 16px;
}
.key-contacts .key-contact .text p {
  margin: 0;
}
.key-contacts .key-contact .text .fas {
  margin-right: 6px;
}
.key-contacts .key-contact .text .fas, .key-contacts .key-contact .text a {
  font-size: 14px;
}

@keyframes fullScreen {
  50% {
    width: 100%;
    left: 0;
    height: 0;
  }
  100% {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
}
.dash-content {
  padding: 60px 45px;
}
.dash-content .content-row {
  margin-bottom: 60px;
}
.dash-content .content-row .btn {
  transform: translateY(-25%);
}
.dash-content .content-row:last-child {
  margin-bottom: 0;
}
.dash-content .favourite-link {
  float: right;
}
.dash-content h2 {
  color: #37424A;
  font-size: 26px;
  line-height: 1.8;
}
.dash-content .blocks {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.dash-content .blocks .block {
  flex-basis: 30%;
  flex-shrink: 0;
  flex-grow: 0;
  transition: all 0.3s ease;
  background: #ffffff;
  border-radius: 10px;
}
.dash-content .blocks .block:hover {
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.3);
}
.dash-content .blocks .block .image {
  height: 145px;
  background-size: cover;
  background-position: center;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.dash-content .blocks .block .image .remove {
  left: 0;
  border: 2px solid #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 12px;
  transform: translate(-50%, -50%);
}
.dash-content .blocks .block .image .remove, .dash-content .blocks .block .image .view {
  position: absolute;
  top: 0;
  background: #65306D;
  color: #ffffff;
  cursor: pointer;
}
.dash-content .blocks .block .image .remove .fas, .dash-content .blocks .block .image .view .fas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dash-content .blocks .block .image .view {
  right: 0;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 42px;
  height: 42px;
}
.dash-content .blocks .block .options {
  font-size: 14px;
  margin-top: 15px;
}
.dash-content .blocks .block .options .fas {
  margin-left: 4px;
  margin-right: 6px;
  opacity: 0.4;
}
.dash-content .blocks .block .text {
  padding: 20px;
  font-size: 17px;
}
.dash-content .blocks .block .text .title {
  font-weight: bold;
}

.add-factfile .progress-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.add-factfile .progress-bar .item {
  width: 12.5%;
  position: relative;
}
.add-factfile .progress-bar .item.active .icon {
  background: #72D0EB;
  border-color: #fff;
}
.add-factfile .progress-bar .item.active .icon .fa {
  opacity: 1;
}
.add-factfile .progress-bar .item.active .lock {
  opacity: 0 !important;
}
.add-factfile .progress-bar .item.done .icon {
  cursor: pointer;
  border-color: #fff;
  background: #fff;
}
.add-factfile .progress-bar .item.done .icon .fa {
  color: #65306D;
  opacity: 1;
}
.add-factfile .progress-bar .item.done .bar {
  background: #fff;
}
.add-factfile .progress-bar .item.done .lock {
  opacity: 0 !important;
}
.add-factfile .progress-bar .item .icon {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 4px solid #8B5689;
  position: relative;
  z-index: 2;
  background: #8B5689;
  transition: 1s ease;
}
.add-factfile .progress-bar .item .icon .fa {
  opacity: 0;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: 1s ease;
}
.add-factfile .progress-bar .item .icon .lock {
  opacity: 1;
  transition: 1s ease;
}
.add-factfile .progress-bar .item .icon .lock .fa {
  opacity: 1;
  position: absolute;
  color: #d7d7d7;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: 1s ease;
}
.add-factfile .progress-bar .item .bar {
  height: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  background: #8B5689;
  transition: 1s ease;
}
.add-factfile .form-steps .step {
  display: none;
  margin: 80px auto 40px auto;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .add-factfile .form-steps .step {
    margin-top: 80px;
  }
}
.add-factfile .form-steps .step h1, .add-factfile .form-steps .step p {
  text-align: center;
  max-width: 840px;
  margin: 0 auto 20px;
}
.add-factfile .form-steps .step p {
  margin: 0 auto 40px;
}
.add-factfile .form-steps .step:first-child {
  display: block;
}
.add-factfile .form-steps .step .input-row {
  max-width: 450px;
  margin: 0 auto;
  font-size: 0;
}
.add-factfile .form-steps .step .input-row .third {
  width: 33.33%;
  display: inline-block;
  padding: 0 10px;
}
.add-factfile .form-steps .step .input-row .label {
  color: #fff;
  margin-bottom: 6px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.add-factfile .form-steps .step .input-row input {
  display: block;
  width: 100%;
  background: #fff;
  color: #333;
  box-shadow: 0;
  border: 3px solid #72D0EB;
  outline: 0;
  border-radius: 100px;
  padding: 16px 32px;
  font-size: 16px;
  text-align: center;
}
.add-factfile .form-steps .step .input-row input.filled {
  border: 3px solid #2BC9AF;
}
.add-factfile .form-steps .step .input-row input.hidden {
  display: none;
}
.add-factfile .form-steps .step .pretty-radios {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.add-factfile .form-steps .step .pretty-radios .radio {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
}
.add-factfile .form-steps .step .pretty-radios .radio.active .fake-radio {
  border-color: #2BC9AF;
  background: #2BC9AF;
}
.add-factfile .form-steps .step .pretty-radios .radio .label {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
}
.add-factfile .form-steps .step .pretty-radios .radio .fake-radio {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #72D0EB;
  background: #fff;
  cursor: pointer;
  transition: 1s ease;
}
.add-factfile .form-steps .step .pretty-radios .radio input {
  display: none;
}
.add-factfile .form-steps .step .intro-message {
  display: none;
}
.add-factfile .form-steps .step .intro-message p {
  margin: 20px auto 10px;
  font-weight: bold;
}
.add-factfile .form-steps .step .intro-message textarea {
  display: block;
  resize: vertical;
  width: 600px;
  min-height: 200px;
  margin: 0 auto;
  border: 3px solid #72D0EB;
  background: #fff;
  color: #333;
  padding: 20px;
  border-radius: 8px;
  outline: 0;
  box-shadow: 0;
}
.add-factfile .form-steps .step .intro-message textarea.filled {
  border: 3px solid #2BC9AF;
}
.add-factfile .form-steps .step .content-btns {
  text-align: center;
  margin-bottom: 40px;
}
.add-factfile .form-steps .step .content-btns .btn {
  margin: 0 10px;
}
.add-factfile .form-steps .btn-row .next-step {
  margin: 0 auto;
  display: block;
  width: 240px;
  display: none;
  transition: 0.5s ease;
}
/* sk fix 150823 */
.add-factfile .form-steps .btn-row .next-step.active {
  display: block;
  border-radius: 50px;
}
.add-factfile .form-steps .btn-row .skip-step {
  display: none;
  float: right;
  transition: 0.5s ease;
}
.add-factfile .form-steps .btn-row .skip-step.active {
  display: block;
}
.add-factfile .form-steps .btn-row .submitter {
  margin: 0 auto;
  display: block;
  width: 500px;
  display: none;
  transition: 0.5s ease;
}
.add-factfile .form-steps .btn-row .submitter.active {
  display: block;
}
.add-factfile .form-steps .btn-row .go-back {
  float: left;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease;
}
.add-factfile .form-steps .btn-row .go-back.active {
  opacity: 1;
  pointer-events: auto;
}
.add-factfile .content-type .multi-selector .option .icon svg {
  width: 80px;
  height: 80px;
}
.add-factfile .selector, .add-factfile .multi-selector {
  display: inline-flex;
  align-items: flex-start;
  overflow-x: auto;
  max-width: 100%;
  padding: 16px 0;
}
.add-factfile .selector::-webkit-scrollbar, .add-factfile .multi-selector::-webkit-scrollbar {
  height: 7px;
  /* no width, so the vertical scrollbars are styled normally */
}
.add-factfile .selector, .add-factfile .multi-selector {
  --scrollbarBG: rgba(0,0,0,0.15);
  --thumbBG: rgba(255,255,255,0.75);
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.add-factfile .selector::-webkit-scrollbar-track, .add-factfile .multi-selector::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.add-factfile .selector::-webkit-scrollbar-thumb, .add-factfile .multi-selector::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: none;
}
.add-factfile .selector .option, .add-factfile .multi-selector .option {
  cursor: pointer;
  width: 170px;
  flex: 170px 0 0;
  margin: 0 10px;
}
.add-factfile .selector .option.no-icon, .add-factfile .multi-selector .option.no-icon {
  height: 170px;
  border-radius: 50%;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 5px solid #72D0EB;
  margin-bottom: 10px;
  transition: 1s ease;
}
.add-factfile .selector .option.no-icon .label, .add-factfile .multi-selector .option.no-icon .label {
  color: #333;
  transition: 1s ease;
  max-width: 150px;
}
.add-factfile .selector .option.active .icon, .add-factfile .multi-selector .option.active .icon {
  border-color: #2BC9AF;
}
.add-factfile .selector .option.active .label, .add-factfile .multi-selector .option.active .label {
  font-weight: bold;
}
.add-factfile .selector .option .icon, .add-factfile .multi-selector .option .icon {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #FFF;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 5px solid #72D0EB;
  margin-bottom: 10px;
  transition: 1s ease;
}
.add-factfile .selector .option .icon img, .add-factfile .multi-selector .option .icon img {
  max-width: 60px;
}
.add-factfile .selector .option .icon svg path, .add-factfile .multi-selector .option .icon svg path {
  transition: 1s ease;
  fill: #65306D;
}
.add-factfile .selector .option .label, .add-factfile .multi-selector .option .label {
  color: #fff;
  text-align: center;
}

.factfile .done {
  text-align: center;
}
.factfile .done h1 {
  margin-bottom: 40px;
}
.factfile .done h1 .fa {
  margin-left: 20px;
}
.factfile .done .proposal {
  background: #FFF;
  border-radius: 10px;
  position: relative;
  max-width: 500px;
  margin: 0 auto 40px;
}
.factfile .done .proposal .view, .factfile .done .proposal .remove {
  position: absolute;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
.factfile .done .proposal .view .fas, .factfile .done .proposal .remove .fas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.factfile .done .proposal .view {
  background: #2BC9AF;
  color: #ffffff;
  height: 32px;
  width: 32px;
  right: 0;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.factfile .done .proposal .image {
  padding-bottom: 50%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.factfile .done .proposal .text {
  padding: 18px 12px;
  min-height: 80px;
}
.factfile .done .proposal .text h4 {
  color: #333;
  margin: 0;
  text-align: left;
}
.factfile .done .links {
  margin-bottom: 40px;
}
.factfile .done .links .btn {
  margin: 0 10px;
  font-weight: bold;
}
.factfile .done .restart {
  text-decoration: underline;
  font-weight: bold;
}
.factfile .done .restart a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.factfile .done .restart .icon {
  display: inline-block;
  margin-right: 8px;
  text-decoration: none;
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  position: relative;
}
.factfile .done .restart .icon .fa {
  position: absolute;
  top: 5px;
  left: 5px;
}

.factfile .share {
  text-align: center;
}
.factfile .share .share-social {
  margin-bottom: 40px;
}
.factfile .share .share-social p {
  margin: 0 0 8px 0;
}
.factfile .share .share-social a {
  display: inline-block;
  width: 140px;
  border-radius: 100px;
  padding: 6px 20px;
  text-align: center;
  background: #8B5689;
  color: #fff;
  margin: 0 6px;
  transition: 0.25s ease;
}
.factfile .share .share-social a:hover {
  transform: translateY(-2px);
}
.factfile .share .share-social a .fab {
  margin-right: 4px;
}
.factfile .share .share-block p {
  margin: 0 0 10px;
}
.factfile .share .share-block input {
  display: block;
  width: 400px;
  margin: 0 auto 10px;
  background: #fff;
  color: #333;
  box-shadow: 0;
  border: 3px solid #72D0EB;
  outline: 0;
  border-radius: 100px;
  padding: 16px 32px;
  font-size: 16px;
  text-align: center;
}
.factfile .share .share-block .add-email {
  color: #fff;
  opacity: 0.5;
  transition: opacity 0.25s ease;
  cursor: pointer;
  text-decoration: underline;
  max-width: 300px;
  margin: 0 auto 30px;
}
.factfile .share .share-block .add-email:hover {
  opacity: 1;
}
.factfile .share .copy-link {
  margin: 30px 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.factfile .share .copy-link .icon {
  display: inline-block;
  margin-right: 8px;
  text-decoration: none;
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  position: relative;
}
.factfile .share .copy-link .icon .fa {
  position: absolute;
  top: 5px;
  left: 5px;
}

.picker--opened .picker__frame {
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
}

.picker__select--year {
  margin: 0 auto 4px !important;
}

.login {
  display: flex;
  flex-direction: row;
  height: 100vh;
  width: 100%;
  background: #ffffff;
}
.login .image {
  width: 448px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.login .form {
  width: calc(100% - 448px);
  padding: 86px;
}
.login .form .logo {
  max-width: 275px;
  margin-bottom: 45px;
}
.login .form h1 {
  font-size: 45px;
  line-height: 1.3;
  color: #37424A;
}
.login .form form {
  max-width: 485px;
}
.login .form form .field-container a:not(.btn) {
  color: #37424A;
  float: right;
}
.login .form form .field-container a:not(.btn):hover {
  text-decoration: underline;
}

.field-container {
  margin-bottom: 25px;
}
.field-container label {
  font-size: 16px;
  line-height: 1.8;
  color: #37424A;
}
.field-container .input-field {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
  border: 1px solid rgba(55, 66, 74, 0.4);
  border-radius: 50px;
}
.field-container .btn {
  margin-right: 25px;
}
.field-container .btn:last-child {
  margin-right: 0;
}

.key-contact-form {
  display: flex;
  justify-content: space-between;
}
.key-contact-form form {
  width: 380px;
}
.key-contact-form form input[type=text] {
  width: calc(100% - 45px);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 0 28px;
}
.key-contact-form form button {
  width: 45px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 0;
  background: #C2366F;
  color: #ffffff;
  font-size: 14px;
}
.key-contact-form form input[type=text], .key-contact-form form button {
  border: 1px solid #C2366F;
  margin-right: -4px;
  height: 50px;
}

.two-col-form label {
  display: block;
}
.two-col-form h4 {
  width: 100%;
  font-size: 26px;
}
.two-col-form h4 .fas {
  margin-right: 8px;
  color: #65306D;
}
.two-col-form .field-set {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.two-col-form .field-set .field-container {
  width: calc(50% - 13px);
}
.two-col-form .select {
  margin-bottom: 10px;
}
.two-col-form a {
  text-decoration: underline;
}
.two-col-form .submit {
  position: fixed;
  bottom: 0;
  left: 25%;
  right: 0;
  background: #ffffff;
  padding: 12px 45px;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.05);
}
.two-col-form .submit .btn {
  box-shadow: none;
}

.select {
  border: 1px solid rgba(55, 66, 74, 0.4);
  border-radius: 50px;
  overflow: hidden;
  background: #ffffff;
  position: relative;
}
.select:after {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(55, 66, 74, 0.4);
  font-family: "Font Awesome 5 Free";
  content: "\F107";
  font-weight: 900;
  color: #ffffff;
  font-size: 20px;
  padding: 8px 18px;
  pointer-events: none;
}
.select select {
  width: 130%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  padding: 12px 20px;
}
.select select:focus {
  outline: none;
}

.animation-container {
  width: 100%;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}
.animation-container.animate-down {
  transform: translate3d(0, 100%, 0);
}
.animation-container.animate-up {
  transform: translate3d(0, 0, 0);
}

.search-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  transform: translate3d(0, -100%, 0);
  transition: all 0.3s ease;
}
.search-screen .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(110, 44, 107, 0.96);
}
.search-screen.color-2BC9AF .search-content .search-field input {
  border-color: #2BC9AF;
}
.search-screen.color-2BC9AF .search-content .search-field button {
  background: #2BC9AF;
}
.search-screen.color-2BC9AF .search-content .search-filters .content-types .content-type.active .icon, .search-screen.color-2BC9AF .search-content .search-filters .content-types .content-type:focus .icon, .search-screen.color-2BC9AF .search-content .search-filters .content-types .content-type:hover .icon {
  background: #2BC9AF;
}
.search-screen.color-2BC9AF .search-content .search-filters .content-types .content-type.active .icon svg path, .search-screen.color-2BC9AF .search-content .search-filters .content-types .content-type.active .icon svg rect, .search-screen.color-2BC9AF .search-content .search-filters .content-types .content-type:focus .icon svg path, .search-screen.color-2BC9AF .search-content .search-filters .content-types .content-type:focus .icon svg rect, .search-screen.color-2BC9AF .search-content .search-filters .content-types .content-type:hover .icon svg path, .search-screen.color-2BC9AF .search-content .search-filters .content-types .content-type:hover .icon svg rect {
  fill: #fff;
}
.search-screen.color-2BC9AF .search-content .search-filters .content-types .content-type .icon {
  border-color: #2BC9AF;
}
.search-screen.color-2BC9AF .search-content .search-filters .content-types .content-type .icon svg path, .search-screen.color-2BC9AF .search-content .search-filters .content-types .content-type .icon svg rect {
  fill: #2BC9AF;
}
.search-screen.color-2BC9AF .search-content .search-filters .select:after {
  background: #2BC9AF;
}
.search-screen.color-2BC9AF .search-results .grid .asset-item .asset-type-icon {
  background: #2BC9AF;
}
.search-screen.color-2BC9AF .search-content li label:hover {
  color: #2BC9AF;
}
.search-screen.color-2ebca0 .search-content .search-field input {
  border-color: #2ebca0;
}
.search-screen.color-2ebca0 .search-content .search-field button {
  background: #2ebca0;
}
.search-screen.color-2ebca0 .search-content .search-filters .content-types .content-type.active .icon, .search-screen.color-2ebca0 .search-content .search-filters .content-types .content-type:focus .icon, .search-screen.color-2ebca0 .search-content .search-filters .content-types .content-type:hover .icon {
  background: #2ebca0;
}
.search-screen.color-2ebca0 .search-content .search-filters .content-types .content-type.active .icon svg path, .search-screen.color-2ebca0 .search-content .search-filters .content-types .content-type.active .icon svg rect, .search-screen.color-2ebca0 .search-content .search-filters .content-types .content-type:focus .icon svg path, .search-screen.color-2ebca0 .search-content .search-filters .content-types .content-type:focus .icon svg rect, .search-screen.color-2ebca0 .search-content .search-filters .content-types .content-type:hover .icon svg path, .search-screen.color-2ebca0 .search-content .search-filters .content-types .content-type:hover .icon svg rect {
  fill: #fff;
}
.search-screen.color-2ebca0 .search-content .search-filters .content-types .content-type .icon {
  border-color: #2ebca0;
}
.search-screen.color-2ebca0 .search-content .search-filters .content-types .content-type .icon svg path, .search-screen.color-2ebca0 .search-content .search-filters .content-types .content-type .icon svg rect {
  fill: #2ebca0;
}
.search-screen.color-2ebca0 .search-content .search-filters .select:after {
  background: #2ebca0;
}
.search-screen.color-2ebca0 .search-results .grid .asset-item .asset-type-icon {
  background: #2ebca0;
}
.search-screen.color-2ebca0 .search-content li label:hover {
  color: #2ebca0;
}
.search-screen.color-252f38 .search-content .search-field input {
  border-color: #252f38;
}
.search-screen.color-252f38 .search-content .search-field button {
  background: #252f38;
}
.search-screen.color-252f38 .search-content .search-filters .content-types .content-type.active .icon, .search-screen.color-252f38 .search-content .search-filters .content-types .content-type:focus .icon, .search-screen.color-252f38 .search-content .search-filters .content-types .content-type:hover .icon {
  background: #252f38;
}
.search-screen.color-252f38 .search-content .search-filters .content-types .content-type.active .icon svg path, .search-screen.color-252f38 .search-content .search-filters .content-types .content-type.active .icon svg rect, .search-screen.color-252f38 .search-content .search-filters .content-types .content-type:focus .icon svg path, .search-screen.color-252f38 .search-content .search-filters .content-types .content-type:focus .icon svg rect, .search-screen.color-252f38 .search-content .search-filters .content-types .content-type:hover .icon svg path, .search-screen.color-252f38 .search-content .search-filters .content-types .content-type:hover .icon svg rect {
  fill: #fff;
}
.search-screen.color-252f38 .search-content .search-filters .content-types .content-type .icon {
  border-color: #252f38;
}
.search-screen.color-252f38 .search-content .search-filters .content-types .content-type .icon svg path, .search-screen.color-252f38 .search-content .search-filters .content-types .content-type .icon svg rect {
  fill: #252f38;
}
.search-screen.color-252f38 .search-content .search-filters .select:after {
  background: #252f38;
}
.search-screen.color-252f38 .search-results .grid .asset-item .asset-type-icon {
  background: #252f38;
}
.search-screen.color-252f38 .search-content li label:hover {
  color: #252f38;
}
.search-screen.color-c2366f .search-content .search-field input {
  border-color: #c2366f;
}
.search-screen.color-c2366f .search-content .search-field button {
  background: #c2366f;
}
.search-screen.color-c2366f .search-content .search-filters .content-types .content-type.active .icon, .search-screen.color-c2366f .search-content .search-filters .content-types .content-type:focus .icon, .search-screen.color-c2366f .search-content .search-filters .content-types .content-type:hover .icon {
  background: #c2366f;
}
.search-screen.color-c2366f .search-content .search-filters .content-types .content-type.active .icon svg path, .search-screen.color-c2366f .search-content .search-filters .content-types .content-type.active .icon svg rect, .search-screen.color-c2366f .search-content .search-filters .content-types .content-type:focus .icon svg path, .search-screen.color-c2366f .search-content .search-filters .content-types .content-type:focus .icon svg rect, .search-screen.color-c2366f .search-content .search-filters .content-types .content-type:hover .icon svg path, .search-screen.color-c2366f .search-content .search-filters .content-types .content-type:hover .icon svg rect {
  fill: #fff;
}
.search-screen.color-c2366f .search-content .search-filters .content-types .content-type .icon {
  border-color: #c2366f;
}
.search-screen.color-c2366f .search-content .search-filters .content-types .content-type .icon svg path, .search-screen.color-c2366f .search-content .search-filters .content-types .content-type .icon svg rect {
  fill: #c2366f;
}
.search-screen.color-c2366f .search-content .search-filters .select:after {
  background: #c2366f;
}
.search-screen.color-c2366f .search-results .grid .asset-item .asset-type-icon {
  background: #c2366f;
}
.search-screen.color-c2366f .search-content li label:hover {
  color: #c2366f;
}
.search-screen.search-active {
  transition: all 0.65s ease;
}
.search-screen.animate-down {
  transform: translate3d(0, 0, 0);
}
.search-screen.animate-up {
  transform: translate3d(0, -100%, 0);
}
.search-screen .top-menu {
  position: relative;
  z-index: 2;
}
.search-screen .no-results {
  color: #fff;
  font-size: em(18);
}
.search-screen .do-search {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.search-screen .search-results {
  max-height: calc(100vh - 220px);
  overflow-y: auto;
}
.search-screen .search-results .heading {
  font-family: "BwDarius", sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}
.search-screen .loader {
  margin-top: 60px;
  text-align: center;
  color: #fff;
  font-size: 80px;
}
.search-screen .search-content {
  position: absolute;
  z-index: 3;
  top: 80px;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 15px;
  left: 50%;
  transform: translateX(-50%);
}
.search-screen .search-content.results {
  width: 1200px;
}
.search-screen .search-content.results h3 {
  display: block;
}
.search-screen .search-content h3 {
  color: #fff;
  display: none;
  position: relative;
  top: -10px;
  cursor: pointer;
}
.search-screen .search-content h2, .search-screen .search-content h4, .search-screen .search-content p, .search-screen .search-content li, .search-screen .search-content .name {
  color: #ffffff;
}
.search-screen .search-content h2, .search-screen .search-content h4 {
  font-weight: bold;
}
.search-screen .search-content li {
  margin-bottom: 6px;
}
.search-screen .search-content li label {
  cursor: pointer;
  transition: all 0.25s ease;
}
.search-screen .search-content li label:hover {
  color: #2BC9AF;
}
.search-screen .search-content li:last-child {
  margin-bottom: 0;
}
.search-screen .search-content h2 {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 26px;
}
.search-screen .search-content p {
  margin: 0;
}
.search-screen .search-content hr {
  opacity: 0.3;
  margin: 22px 0;
}
.search-screen .search-content .search-filters {
  display: flex;
  justify-content: space-between;
}
.search-screen .search-content .search-filters input[type=checkbox], .search-screen .search-content .search-filters input[type=radio] {
  visibility: hidden;
  position: absolute;
}
.search-screen .search-content .search-filters.three-col .filter {
  width: 30%;
}
.search-screen .search-content .search-filters.two-col .filter {
  width: calc(100% - 540px);
}
.search-screen .search-content .search-filters.two-col .filter:first-child {
  width: 520px;
}
.search-screen .search-content .search-filters .select:after {
  background: #2BC9AF;
}
.search-screen .search-content .search-filters .fa-ul {
  padding-left: 20px;
  margin-left: 0;
}
.search-screen .search-content .search-filters .content-types {
  display: flex;
  justify-content: space-between;
}
.search-screen .search-content .search-filters .content-types .content-type {
  cursor: pointer;
}
.search-screen .search-content .search-filters .content-types .content-type .icon, .search-screen .search-content .search-filters .content-types .content-type path, .search-screen .search-content .search-filters .content-types .content-type rect {
  transition: all 0.25s ease;
}
.search-screen .search-content .search-filters .content-types .content-type .icon {
  width: 75px;
  height: 75px;
  border: 5px solid #2BC9AF;
  background: #ffffff;
  border-radius: 50%;
  position: relative;
}
.search-screen .search-content .search-filters .content-types .content-type .icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
}
.search-screen .search-content .search-filters .content-types .content-type .name {
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
}
.search-screen .search-content .search-filters .content-types .content-type:hover .icon, .search-screen .search-content .search-filters .content-types .content-type.active .icon {
  background: #2BC9AF;
}
.search-screen .search-content .search-filters .content-types .content-type:hover .icon svg path, .search-screen .search-content .search-filters .content-types .content-type:hover .icon svg rect, .search-screen .search-content .search-filters .content-types .content-type.active .icon svg path, .search-screen .search-content .search-filters .content-types .content-type.active .icon svg rect {
  fill: #ffffff;
}
.search-screen .search-content .search-field {
  display: flex;
  margin-bottom: 16px;
}
.search-screen .search-content .search-field input, .search-screen .search-content .search-field button {
  border: none;
}
.search-screen .search-content .search-field input {
  width: calc(100% - 45px);
  height: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 0 26px;
  border: 2px solid #2BC9AF;
  border-right: 0;
  outline: 0;
}
.search-screen .search-content .search-field button {
  width: 45px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background: #2BC9AF;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.modal.active {
  display: block;
}
.modal .modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(37, 47, 56, 0.95);
  z-index: 1;
}
.modal .contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 1000px;
  width: 100%;
}

.share-modal .contents {
  color: #fff;
  text-align: center;
}
.share-modal .contents p {
  max-width: 340px;
  margin: 0 auto 20px;
}
.share-modal .contents .copy-link {
  margin-bottom: 20px;
  cursor: pointer;
}

.asset-preview-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.asset-preview-modal .modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.asset-preview-modal .contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #fff;
  padding: 20px;
  max-width: 90vw;
}
.asset-preview-modal .contents video {
  display: block;
  width: 100%;
}
.asset-preview-modal .contents > img {
  display: block;
  margin: 0 auto;
}

.offline-dashboard {
  flex: 0 0 100% !important;
}

.contact-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  transform: translateY(-100%);
  transition: transform 0.75s ease;
  overflow-y: auto;
  background: #fff;
  z-index: 100;
}
.contact-modal.active {
  transform: translateY(0);
}
.contact-modal div.field {
  margin-bottom: 12px;
}
.contact-modal div.field input, .contact-modal div.field textarea {
  padding: 8px 9px !important;
  border-radius: 6px;
  box-shadow: none;
  border: 1px solid #ccc;
  width: 100%;
}

.my-kings {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
  overflow-x: clip;
}
.my-kings .constrainer {
  max-width: 1400px;
}
@media all and (max-width: 1024px) {
  .my-kings .constrainer {
    padding: 0 20px;
  }
}
.my-kings .btn-row {
  margin: 40px auto;
  text-align: center;
}
.my-kings .agent-assets {
  background: #37424A;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
@media all and (max-width: 700px) {
  .my-kings .agent-assets {
    flex-direction: column;
    padding: 10px;
  }
}
.my-kings .agent-assets h2 {
  width: 100%;
}
.my-kings .agent-assets .asset-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 8px 0;
  border-bottom: 2px dotted #fff;
  font-weight: bold;
  font-size: 18px;
  margin-right: 20px;
  width: 250px;
}
@media all and (max-width: 700px) {
  .my-kings .agent-assets .asset-link {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding-bottom: 18px;
  }
  .my-kings .agent-assets .asset-link:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 8px;
  }
}
.my-kings .agent-assets .asset-link .left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.my-kings .agent-assets .asset-link .asset-type-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #72D0EB;
  position: relative;
  margin-right: 10px;
}
.my-kings .agent-assets .asset-link .asset-type-icon svg, .my-kings .agent-assets .asset-link .asset-type-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 24px;
  max-height: 24px;
}
.my-kings .agent-assets .asset-link .asset-type-icon svg path, .my-kings .agent-assets .asset-link .asset-type-icon img path {
  fill: #fff !important;
}
.my-kings .agent-assets .asset-link .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
}
.my-kings .agent-assets .asset-link .download {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #C2366F;
  position: relative;
}
.my-kings .agent-assets .asset-link .download .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.my-kings .gallery {
  /* 1400 is the constrainer width, so this is good: (220*6)+(16*5) */
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-gap: 16px;
  margin: auto;
  padding: 16px;
  max-width: 1336px;
}
.my-kings .gallery a, .my-kings .gallery .gallery-item {
  display: block;
  margin: 0;
  padding: 0;
}
.my-kings .gallery .gallery-item {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.my-kings.contact {
  padding-bottom: 20px;
}
.my-kings.contact .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.my-kings.contact .content > h2 {
  width: 100%;
  color: #65306D;
}
.my-kings.contact .content .left {
  width: 30%;
}
@media all and (max-width: 1024px) {
  .my-kings.contact .content .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.my-kings.contact .content .right {
  width: 65%;
}
@media all and (max-width: 1024px) {
  .my-kings.contact .content .right {
    width: 100%;
  }
}
.my-kings.contact .my-agent {
  padding: 20px 0;
}
.my-kings.contact .my-agent .agent {
  margin: 0 0 0 20px;
}
.my-kings.contact .hero {
  margin-bottom: 80px;
}
@media all and (max-width: 1024px) {
  .my-kings.contact .hero {
    margin-bottom: 40px;
  }
}
.my-kings.contact p > strong {
  color: #65306D;
}
.my-kings.contact .contact-info {
  margin: 0 auto 30px auto;
}
.my-kings.contact .contact-info a.item {
  font-weight: bold;
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
  color: #333;
}
.my-kings.contact .contact-info a.item:last-child {
  margin-bottom: 0;
}
.my-kings.contact .contact-info a.item .fa {
  color: #C2366F;
  margin-right: 8px;
}
.my-kings.contact form {
  text-align: left;
}
.my-kings.contact form textarea {
  display: block;
  text-align: left;
  width: 100%;
  min-height: 120px;
  resize: vertical;
  margin-bottom: 20px;
  outline: 0;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 12px;
}
.my-kings.contact form .btn {
  font-weight: bold;
  width: 280px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4);
}
.my-kings.contact form .btn:hover {
  color: #fff;
  background: #C2366F;
  transform: translateY(-3px);
}
.my-kings .hero {
  background: #252F38;
  padding: 60px 0;
  color: #fff;
  text-align: left;
  font-weight: bold;
  margin-bottom: 40px;
}
@media all and (max-width: 1024px) {
  .my-kings .hero {
    text-align: center;
  }
}
.my-kings .hero h1 {
  font-size: 60px;
}
.my-kings .hero > .constrainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .my-kings .hero > .constrainer {
    display: block;
  }
}
.my-kings .hero > .constrainer .left {
  width: 50%;
}
@media all and (max-width: 1024px) {
  .my-kings .hero > .constrainer .left {
    width: 100%;
  }
}
.my-kings .hero > .constrainer .my-agent {
  width: 50%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  color: #333;
}
.my-kings .hero > .constrainer .my-agent .constrainer {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.my-kings .hero > .constrainer .my-agent .constrainer .agent {
  flex-basis: 220px;
  height: 220px;
  flex-shrink: 0;
  margin-left: 20px;
}
.my-kings .hero > .constrainer .my-agent .constrainer .text {
  text-align: left;
  font-weight: normal;
  padding-left: 20px;
}
.my-kings .hero > .constrainer .my-agent .constrainer .text .contact-info a {
  display: block;
  color: #333;
  font-weight: bold;
  margin-bottom: 8px;
}
.my-kings .hero > .constrainer .my-agent .constrainer .text .contact-info a:last-child {
  margin-bottom: 0;
}
.my-kings .hero > .constrainer .my-agent .constrainer .text .contact-info a .fa {
  color: #C2366F;
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.my-kings .hero .prospect-name {
  font-size: 24px;
}
.my-kings .hero .seperator {
  height: 4px;
  width: 16px;
  background: rgba(255, 255, 255, 0.5);
  margin: 20px 0;
}
@media all and (max-width: 1024px) {
  .my-kings .hero .seperator {
    margin: 20px auto;
  }
}
.my-kings .hero .scroll-indicator {
  display: none;
}
@media all and (max-width: 1024px) {
  .my-kings .hero .scroll-indicator {
    display: inline-block;
  }
}
.my-kings .hero.contact-hero {
  padding: 50px 0;
}
.my-kings .hero.contact-hero .constrainer {
  position: relative;
}
.my-kings .hero.contact-hero .closer {
  position: absolute;
  top: -32px;
  right: 8px;
  font-size: 18px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
}
.my-kings .hero.contact-hero h1 {
  font-size: 40px;
  margin: 0;
  text-align: left;
}
.my-kings .hero.image-hero {
  padding-top: 0;
  text-align: left;
  margin-bottom: 30px;
  position: relative;
}
.my-kings .hero.image-hero h1 {
  font-size: 40px;
  /*margin-bottom: -18px;*/
}
@media screen and (max-width: 1476px) {
  .my-kings .hero.image-hero h1 {
    padding-left: 48px;
  }
}
.my-kings .hero.image-hero p {
  display: none;
}
.my-kings .hero.image-hero .back-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  z-index: 2;
}
.my-kings .hero.image-hero .back-link .fa {
  margin-right: 4px;
}
.my-kings .hero.image-hero .hero-image {
  display: none;
  background-size: cover;
  background-position: center center;
  height: 400px;
  width: 100%;
}
@media all and (max-width: 600px) {
  .my-kings .hero.image-hero .hero-image {
    height: 150px;
  }
}
.my-kings .hero.image-hero .constrainer {
  position: relative;
}
.my-kings .hero.image-hero .constrainer .icon {
  position: absolute;
  top: 40px;
  font-size: 30px;
  z-index: 2;
}
@media screen and (max-width: 1476px) {
  .my-kings .hero.image-hero .constrainer .icon {
    top: 76px;
  }
}
@media screen and (max-width: 600px) {
  .my-kings .hero.image-hero .constrainer .icon {
    top: 81px;
  }
}
.my-kings .hero.image-hero .constrainer .content-wrap {
  padding-top: 70px;
  padding: 90px 0 30px;
}
@media all and (max-width: 600px) {
  .my-kings .hero.image-hero .constrainer .content-wrap {
    padding-top: 76px;
  }
}
.my-kings .my-agent {
  text-align: center;
  padding: 42px 0;
}
@media all and (max-width: 1024px) {
  .my-kings .my-agent.desktop {
    display: none;
  }
}
.my-kings .my-agent.mobile {
  display: none;
  padding-top: 0;
}
@media all and (max-width: 1024px) {
  .my-kings .my-agent.mobile {
    display: block;
  }
}
.my-kings .my-agent .constrainer {
  max-width: 600px;
}
.my-kings .my-agent .agent {
  width: 240px;
  height: 240px;
  position: relative;
  margin: 20px auto 0;
}
.my-kings .my-agent .agent.no-image {
  height: 70px;
  width: 100%;
}
.my-kings .my-agent .agent.no-image .name, .my-kings .my-agent .agent.no-image .agent-name {
  left: 50%;
  transform: translateX(-50%);
}
.my-kings .my-agent .agent .img {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.my-kings .my-agent .agent .name, .my-kings .my-agent .agent .agent-name {
  color: #fff;
  text-align: left;
  font-weight: bold;
  position: absolute;
  left: -20px;
  background: #65306D;
  padding: 0 8px;
}
.my-kings .my-agent .agent .name {
  bottom: 40px;
}
.my-kings .my-agent .agent .agent-name {
  bottom: 16px;
}
.my-kings .asset-blocks {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.my-kings .asset-blocks.course {
  margin-bottom: 20px;
}
.my-kings .link-box {
  display: block;
  border-radius: 8px;
  height: 350px;
  position: relative;
  background-size: cover;
  background-position: center center;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2%;
  transition: 0.4s ease;
}
.my-kings .link-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.my-kings .link-box:nth-child(4n) {
  margin-right: 0;
}
@media all and (max-width: 1200px) {
  .my-kings .link-box {
    width: 49%;
  }
  .my-kings .link-box:nth-child(3n) {
    margin-right: 2%;
  }
  .my-kings .link-box:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 700px) {
  .my-kings .link-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .my-kings .link-box:nth-child(3n) {
    margin-right: 0;
  }
}
.my-kings .link-box .content-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}
.my-kings .link-box .content-wrap .content-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 20px;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
.my-kings .link-box .content-wrap .content-inner .icon {
  opacity: 0.6;
  font-size: 32px;
  margin-bottom: 16px;
  max-width: 60px;
  margin: 0 auto;
}
.my-kings .link-box .content-wrap .content-inner .title {
  font-size: 28px;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "BwDarius", sans-serif;
}
@media all and (max-width: 1200px) {
  .my-kings .link-box .content-wrap .content-inner .title {
    font-size: 24px;
  }
}
.my-kings .link-box .content-wrap .content-inner .sub-title {
  font-size: 18px;
  font-weight: bold;
  transform: translateY(-30px);
}
@media all and (max-width: 1200px) {
  .my-kings .link-box .content-wrap .content-inner .sub-title {
    font-size: 22px;
  }
}
.my-kings .link-box .content-wrap .content-inner .arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #C2366F;
  position: relative;
  margin: 0 auto;
}
.my-kings .link-box .content-wrap .content-inner .arrow .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .content-wrap h1 {
  font-size: 3rem;
  font-weight: 600;
} */
.my-kings .course-info > .header, .my-kings .course-info > .course-page-nav, .my-kings .course-info div[data-name=CookieConsent], .my-kings .course-info .button {
  /* display: none; */
  display: block;
}
.my-kings .course-info .factfile-row {
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
  /* This is imported from MODX. */ /* This is imported from MODX. */
}
/* .my-kings .course-info .factfile-row:before {
  content: "";
  position: absolute;
  top: -12px;
  left: -10000px;
  right: -10000px;
  border-top: 10px solid #E8E8E8;
} */


.factfile-row .factfile-content-block .content p {
    width: 100%;
}


.my-kings .course-info .factfile-row::before {
    content: "";
    position: absolute;
    top: -12px;
    left: -20vw;
    width: 120vw;
    border-top: 10px solid #E8E8E8;
    z-index: -1;
}


.my-kings .course-info .factfile-row.open .constrainer:after {
  display: block;
}
.my-kings .course-info .factfile-row.open .constrainer:before {
  display: none;
}
.my-kings .course-info .factfile-row .constrainer {
  padding: 0;
  position: relative;
}
.my-kings .course-info .factfile-row .constrainer:after {
  content: "\F068";
  display: none;
}
.my-kings .course-info .factfile-row .constrainer:before {
  content: "\F067";
}
.my-kings .course-info .factfile-row .constrainer:after, .my-kings .course-info .factfile-row .constrainer:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 22px;
  transform: translateY(-50%);
  right: 0;
  font-size: 20px;
  border: 3px solid #333;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  color: #333;
  cursor: pointer;
  text-align: center;
}
.my-kings .course-info .factfile-row.type-banner {
  display: none;
}
/* blue */
.my-kings .course-info .factfile-row.accent-blue h2 span {
  background: #59c6e7 !important;
  color: #fff !important;
  font-weight: 600;
}
.my-kings .course-info .factfile-row.accent-blue ul li:before {
  color: #59c6e7;
}
.my-kings .course-info .factfile-row.accent-blue .factfile-content-block > .title, 
.my-kings .course-info .factfile-row.accent-blue .custom-table .title {
  background: #59c6e7;
  background: rgba(89, 198, 231, .70);
  color: #fff;
}
.my-kings .course-info .factfile-row.accent-blue .story {
  background: #59c6e7;
}
.my-kings .course-info .factfile-row.accent-blue .story .quote {
  color: #59c6e7;
}
.my-kings .course-info .factfile-row.accent-blue .story .date {
  background: #59c6e7;
}
.my-kings .course-info .factfile-row.accent-blue .story .text .quote-icon {
  background: #59c6e7;
}
.my-kings .course-info .factfile-row.accent-blue .story .text .stories-link .icon, .my-kings .course-info .factfile-row.accent-blue .story .text .video-opener .icon {
  /* color: #59c6e7;
  border-color: #59c6e7;
  fill: #59c6e7; */
  color: var(--charcoal);
  border-color: var(--charcoal);
  fill: var(--charcoal);
}

/* pink */
.my-kings .course-info .factfile-row.accent-pink h2 span {
  background: #c2366f;
}
.my-kings .course-info .factfile-row.accent-pink ul li:before {
  color: #c2366f;
}
/* .my-kings .course-info .factfile-row.accent-pink .factfile-content-block > .title, .my-kings .course-info .factfile-row.accent-pink .custom-table .title {
  background: #c2366f;
} */

.my-kings .course-info .factfile-row.accent-pink .factfile-content-block > .title, 
.my-kings .course-info .factfile-row.accent-pink .custom-table .title {
  background: rgba(194, 54, 111, 0.7);
}
.my-kings .course-info .factfile-row.accent-pink .story {
  background: #c2366f;
}
.my-kings .course-info .factfile-row.accent-pink .story .quote {
  color: #c2366f;
}
.my-kings .course-info .factfile-row.accent-pink .story .date {
  background: #c2366f;
}
.my-kings .course-info .factfile-row.accent-pink .story .text .quote-icon {
  background: #c2366f;
}
.my-kings .course-info .factfile-row.accent-pink .story .text .stories-link .icon, .my-kings .course-info .factfile-row.accent-pink .story .text .video-opener .icon {
  color: #c2366f;
  border-color: #c2366f;
  fill: #c2366f;
}

/* coral */
.my-kings .course-info .factfile-row.accent-coral h2 span {
  background: #fd5c63;
}
.my-kings .course-info .factfile-row.accent-coral ul li:before {
  color: #fd5c63;
}
.my-kings .course-info .factfile-row.accent-coral .factfile-content-block > .title, 
.my-kings .course-info .factfile-row.accent-coral .custom-table .title {
  /* background: #fd5c63; */
    background: rgba(253, 92, 99, 0.7);
}
.my-kings .course-info .factfile-row.accent-coral .story {
  background: #fd5c63;
}
.my-kings .course-info .factfile-row.accent-coral .story .quote {
  color: #fd5c63;
}
.my-kings .course-info .factfile-row.accent-coral .story .date {
  background: #fd5c63;
}
.my-kings .course-info .factfile-row.accent-coral .story .text .quote-icon {
  background: #fd5c63;
}
.my-kings .course-info .factfile-row.accent-coral .story .text .stories-link .icon, .my-kings .course-info .factfile-row.accent-coral .story .text .video-opener .icon {
  color: #fd5c63;
  border-color: #fd5c63;
  fill: #fd5c63;
}

/* raspberry */
.my-kings .course-info .factfile-row.accent-raspberry h2 span {
  background: #c2366f;
}
.my-kings .course-info .factfile-row.accent-raspberry ul li:before {
  color: #c2366f;
}
/* .my-kings .course-info .factfile-row.accent-raspberry .factfile-content-block > .title, 
.my-kings .course-info .factfile-row.accent-raspberry .custom-table .title {
  background: #c2366f;
} */

.my-kings .course-info .factfile-row.accent-raspberry .factfile-content-block > .title, 
.my-kings .course-info .factfile-row.accent-raspberry .custom-table .title {
  background: rgba(194, 54, 111, 0.7);
}

.my-kings .course-info .factfile-row.accent-raspberry .story {
  background: #c2366f;
}
.my-kings .course-info .factfile-row.accent-raspberry .story .quote {
  color: #c2366f;
}
.my-kings .course-info .factfile-row.accent-raspberry .story .date {
  background: #c2366f;
}
.my-kings .course-info .factfile-row.accent-raspberry .story .text .quote-icon {
  background: #c2366f;
}
.my-kings .course-info .factfile-row.accent-raspberry .story .text .stories-link .icon, .my-kings .course-info .factfile-row.accent-raspberry .story .text .video-opener .icon {
  color: #c2366f;
  border-color: #c2366f;
  fill: #c2366f;
}

/* green */
.my-kings .course-info .factfile-row.accent-green h2 span {
  background: #57de61;
}
.my-kings .course-info .factfile-row.accent-green ul li:before {
  color: #57de61;
}
.my-kings .course-info .factfile-row.accent-green .factfile-content-block > .title, .my-kings .course-info .factfile-row.accent-green .custom-table .title {
  background: #57de61;
}
.my-kings .course-info .factfile-row.accent-green .factfile-content-block > .title, 
.my-kings .course-info .factfile-row.accent-green .custom-table .title {
  background: rgba(87, 222, 97, 0.7);
}
.my-kings .course-info .factfile-row.accent-green .story {
  background: #57de61;
}
.my-kings .course-info .factfile-row.accent-green .story .quote {
  color: #57de61;
}
.my-kings .course-info .factfile-row.accent-green .story .date {
  background: #57de61;
}
.my-kings .course-info .factfile-row.accent-green .story .text .quote-icon {
  background: #57de61;
}
.my-kings .course-info .factfile-row.accent-green .story .text .stories-link .icon, .my-kings .course-info .factfile-row.accent-green .story .text .video-opener .icon {
  color: #57de61;
  border-color: #57de61;
  fill: #57de61;
}

/* light-green */
.my-kings .course-info .factfile-row.accent-light-green h2 span {
  background: #89e890;
}
.my-kings .course-info .factfile-row.accent-light-green ul li:before {
  color: #89e890;
}
.my-kings .course-info .factfile-row.accent-light-green .factfile-content-block > .title, .my-kings .course-info .factfile-row.accent-light-green .custom-table .title {
  background: #89e890;
}
.my-kings .course-info .factfile-row.accent-light-green .factfile-content-block > .title, 
.my-kings .course-info .factfile-row.accent-light-green .custom-table .title {
  background: rgba(137, 232, 144, 0.7);
}
.my-kings .course-info .factfile-row.accent-light-green .story {
  background: #89e890;
}
.my-kings .course-info .factfile-row.accent-light-green .story .quote {
  color: #89e890;
}
.my-kings .course-info .factfile-row.accent-light-green .story .date {
  background: #89e890;
}
.my-kings .course-info .factfile-row.accent-light-green .story .text .quote-icon {
  background: #89e890;
}
.my-kings .course-info .factfile-row.accent-light-green .story .text .stories-link .icon, .my-kings .course-info .factfile-row.accent-light-green .story .text .video-opener .icon {
  color: #89e890;
  border-color: #89e890;
  fill: #89e890;
}

/* purple */
.my-kings .course-info .factfile-row.accent-purple h2 span {
  background: #65306d;
}
.my-kings .course-info .factfile-row.accent-purple ul li:before {
  color: #65306d;
}
.my-kings .course-info .factfile-row.accent-purple .factfile-content-block > .title, .my-kings .course-info .factfile-row.accent-purple .custom-table .title {
  background: #65306d;
}
.my-kings .course-info .factfile-row.accent-purple .factfile-content-block > .title, 
.my-kings .course-info .factfile-row.accent-purple .custom-table .title {
  background: rgba(101, 48, 109, 0.7);
}
.my-kings .course-info .factfile-row.accent-purple .story {
  background: #65306d;
}

.my-kings .course-info .factfile-row.accent-purple .story {
  background: #65306d;
} 
.my-kings .course-info .factfile-row.type-none.accent-purple .story {
  background: rgba(101, 48, 109, 0.25);
}

.my-kings .course-info .factfile-row.accent-purple .constrainer .story .text .quote {
    font-size: em(26);
    font-weight: bold;
    margin-bottom: 32px;
    color: #65306d;
    font-family: 'BWDARIUS', serif;
}
.my-kings .course-info .factfile-row.accent-purple .story .date {
  background: #65306d;
}
.my-kings .course-info .factfile-row.accent-purple .story .text .quote-icon {
  background: #65306d;
}
.my-kings .course-info .factfile-row.accent-purple .story .text .stories-link .icon, .my-kings .course-info .factfile-row.accent-purple .story .text .video-opener .icon {
  color: #65306d;
  border-color: #65306d;
  fill: #65306d;
}

/* turquoise */
.my-kings .course-info .factfile-row.accent-turquoise h2 span {
  background: #2EBCA0;
}

/* .my-kings .course-info .factfile-row.type-padding.bottom-padding.accent-turquoise.open .constrainer .full h2 span,
.my-kings .course-info .factfile-row.type-padding.bottom-padding.accent-turquoise .constrainer .full h2 span {
  background: #f00;
} */

.my-kings .course-info .factfile-row.accent-turquoise ul li:before {
  color: #2EBCA0;
}
.my-kings .course-info .factfile-row.accent-turquoise .factfile-content-block > .title, .my-kings .course-info .factfile-row.accent-turquoise .custom-table .title {
  background: #2EBCA0;
}
.my-kings .course-info .factfile-row.accent-turquoise .factfile-content-block > .title, 
.my-kings .course-info .factfile-row.accent-turquoise .custom-table .title {
  background: rgba(46, 188, 160, .7);
}
.my-kings .course-info .factfile-row.accent-turquoise .story {
  background: #2EBCA0;
}
.my-kings .course-info .factfile-row.accent-turquoise .story .quote {
  color: #2EBCA0;
}
.my-kings .course-info .factfile-row.accent-turquoise .story .date {
  background: #2EBCA0;
}
.my-kings .course-info .factfile-row.accent-turquoise .story .text .quote-icon {
  background: #2EBCA0;
}
.my-kings .course-info .factfile-row.accent-turquoise .story .text .stories-link .icon, .my-kings .course-info .factfile-row.accent-turquoise .story .text .video-opener .icon {
  color: #2EBCA0;
  border-color: #2EBCA0;
  fill: #2EBCA0;
}

/* yellow */
.my-kings .course-info .factfile-row.accent-yellow h2 span {
  background: #fee123;
}
.my-kings .course-info .factfile-row.accent-yellow ul li:before {
  color: #fee123;
}
.my-kings .course-info .factfile-row.accent-yellow .factfile-content-block > .title, .my-kings .course-info .factfile-row.accent-yellow .custom-table .title {
  background: #fee123;
}
.my-kings .course-info .factfile-row.accent-yellow .factfile-content-block > .title, 
.my-kings .course-info .factfile-row.accent-yellow .custom-table .title {
  background: rgba(242, 225, 35, .70);
}
.my-kings .course-info .factfile-row.accent-yellow .story {
  background: #fee123;
}
.my-kings .course-info .factfile-row.accent-yellow .story .quote {
  color: #fee123;
}
.my-kings .course-info .factfile-row.accent-yellow .story .date {
  background: #fee123;
}
.my-kings .course-info .factfile-row.accent-yellow .story .text .quote-icon {
  background: #fee123;
}
.my-kings .course-info .factfile-row.accent-yellow .story .text .stories-link .icon, .my-kings .course-info .factfile-row.accent-yellow .story .text .video-opener .icon {
  color: #fee123;
  border-color: #fee123;
  fill: #fee123;
}



.my-kings .course-info .factfile-row .constrainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.my-kings .course-info .factfile-row .constrainer .full {
  width: 100%;
}
.my-kings .course-info .factfile-row .constrainer .left {
  width: 70%;
}
@media all and (max-width: 800px) {
  .my-kings .course-info .factfile-row .constrainer .left {
    width: 100%;
  }

  .dash-content {
    margin: 10vh 0;
  }
}
.my-kings .course-info .factfile-row .constrainer .left h3, .my-kings .course-info .factfile-row .constrainer .left > h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.my-kings .course-info .factfile-row .constrainer .right {
  width: calc(30% - 40px);
  padding-top: 70px;
  margin-left: 40px;
}
@media all and (max-width: 800px) {
  .my-kings .course-info .factfile-row .constrainer .right {
    display: none;
  }
}
.my-kings .course-info .factfile-row .constrainer .story {
  border-radius: 10px;
  position: relative;
  margin-bottom: 24px;
}

.my-kings .course-info .factfile-row .constrainer .right .story .stories-link a {
  color: #fff;
}
.my-kings .course-info .factfile-row .constrainer .story:last-child {
  margin-bottom: 0;
}
.my-kings .course-info .factfile-row .constrainer .story .image {
  height: 300px;
  border-radius: 10px 10px 0 0;
  background-position: center center;
  background-size: cover;
}
.my-kings .course-info .factfile-row .constrainer .story .date {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 9px 0 9px 0;
  color: #fff;
  padding: 5px 10px;
}
.my-kings .course-info .factfile-row .constrainer .story .text {
  position: relative;
  padding: 40px 20px 20px 20px;
}
.my-kings .course-info .factfile-row .constrainer .story .text .quote-icon {
  position: absolute;
  top: -25px;
  left: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-kings .course-info .factfile-row .constrainer .story .text .quote {
  font-size: em(26);
  font-weight: bold;
  margin-bottom: 32px;
  color: #fff;
}
.my-kings .course-info .factfile-row .constrainer .story .text .name-uni {
  font-weight: bold;
  margin-bottom: 40px;
}
.my-kings .course-info .factfile-row .constrainer .story .text .video-opener {
  margin-bottom: 8px;
}
.my-kings .course-info .factfile-row .constrainer .story .text .video-opener, .my-kings .course-info .factfile-row .constrainer .story .text .stories-link {
  font-weight: bold;
  cursor: pointer;
}
.my-kings .course-info .factfile-row .constrainer .story .text .video-opener a, 
.my-kings .course-info .factfile-row .constrainer .story .text .stories-link a {
  color: #333;
}
.my-kings .course-info .factfile-row .constrainer .story .text .video-opener .icon, .my-kings .course-info .factfile-row .constrainer .story .text .stories-link .icon {
  display: inline-block;
  margin-right: 4px;
  border: 2px solid;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  position: relative;
}
.my-kings .course-info .factfile-row .constrainer .story .text .video-opener .icon .fa, .my-kings .course-info .factfile-row .constrainer .story .text .video-opener .icon .inline-svg, .my-kings .course-info .factfile-row .constrainer .story .text .stories-link .icon .fa, .my-kings .course-info .factfile-row .constrainer .story .text .stories-link .icon .inline-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.my-kings .course-info .factfile-row h2 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 20px 0;
  transform: translateY(-2px);
  position: static;
}
.my-kings .course-info .factfile-row h2 span {
  color: #fff;
  /* color:#333; */
  padding: 5px 50px 3px 8px;
  width: auto;
  line-height: 1.3;
  display: inline-block;
}

.factfile-row h2 span {
  font-weight: 600;
}

.my-kings .course-info .factfile-row.type-border.bottom-none.accent-raspberry h2 span {
  background: #c2366f !important;
}

.my-kings .course-info .factfile-row.type-border.bottom-none.accent-raspberry h3  {
  background: rgba(194, 54, 111, 0.7) !important;
}

.my-kings .course-info .factfile-row a {
  color: #333;
  /* text-decoration: underline; */
}
.my-kings .course-info .factfile-row p {
  margin-bottom: 8px;
  line-height: 1.333;
}
.my-kings .course-info .factfile-row .button {
  margin: 20px 0;
  width: max-content;
  /* padding: 3% 5%; */
  padding: 10px 20px;
  color: white;
}
.my-kings .course-info .factfile-row strong,
.my-kings .course-info .factfile-row p strong {
  /* font-size: 22px; */
  font-size: 16px !important;
}
.my-kings .course-info .factfile-row ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.my-kings .course-info .factfile-row ul li {
  position: relative;
  padding: 0 0 8px 24px;
  line-height: 1.3;
}
.my-kings .course-info .factfile-row ul li:before {
  content: "\2022";
  font-size: 32px;
  position: absolute;
  top: -6px;
  left: 0px;
  line-height: 1;
}
.my-kings .course-info .factfile-row table {
  border-spacing: 0;
  margin: 30px 0;
}
.my-kings .course-info .factfile-row table thead tr {
  border: 1px solid grey;
}
.my-kings .course-info .factfile-row table thead tr th {
  border-left: 1px solid grey;
  border-bottom: 1px solid grey;
  border-top: 1px solid grey;
}
.my-kings .course-info .factfile-row table thead tr th:first-of-type {
  border-right: 1px solid grey;
  border-bottom: none;
}
.my-kings .course-info .factfile-row table thead tr th:nth-of-type(2) {
  border-left: none;
}
.my-kings .course-info .factfile-row table thead tr th:last-of-type {
  border-right: 1px solid grey;
}
.my-kings .course-info .factfile-row table tbody {
  margin: 30px 0;
  border: 1px solid grey;
}
.my-kings .course-info .factfile-row table tbody tr:nth-of-type(even) {
  background: rgba(0, 77, 115, 0.25);
  color: #004D73;
}
.my-kings .course-info .factfile-row table tbody th, .my-kings .course-info .factfile-row table tbody td {
  border-left: 1px solid grey;
  border-bottom: 1px solid grey;
  text-align: center;
}
.my-kings .course-info .factfile-row table tbody th:first-of-type {
  border-left: 1px solid grey;
  border-right: 1px solid grey;
}
.my-kings .course-info .factfile-row table tbody th:nth-of-type(2) {
  border-left: none;
}
.my-kings .course-info .factfile-row table tbody tr:first-of-type th {
  border-top: 1px solid grey;
}
.my-kings .course-info .factfile-row table tbody tr:first-of-type th:last-of-type {
  border-right: 1px solid grey;
}
.my-kings .course-info .factfile-row table tbody tr:first-of-type th td:first-of-type {
  border-left: none;
}
.my-kings .course-info .factfile-row table tbody tr td:last-of-type {
  border-right: 1px solid grey;
}
.my-kings .course-info .factfile-row table tbody tr td {
  border-left: 1px solid grey;
  text-align: center;
}
.my-kings .course-info .factfile-row .factfile-content-block {
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  margin: 40px 0;
}
.my-kings .course-info .factfile-row .factfile-content-block:first-child {
  margin-top: 0;
}
.my-kings .course-info .factfile-row .factfile-content-block > .title {
  display: block;
  border-radius: 15px 15px 0 0;
  padding: 8px 20px;
  font-weight: bold;
  font-size: 22px;
  margin: 0;
}
.my-kings .course-info .factfile-row .factfile-content-block .content {
  padding: 20px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.my-kings .course-info .factfile-row .factfile-content-block .content * {
  font-size: 16px;
}
.my-kings .course-info .factfile-row .factfile-content-block .table .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.my-kings .course-info .factfile-row .factfile-content-block .table .row.th .item {
  /* background: #72D0EB; */
  color: #72D0EB;
  font-weight: bold;
  padding: 10px 16px;
}
.my-kings .course-info .factfile-row .factfile-content-block .table .row .item {
  width: 20%;
  padding: 16px;
}
.my-kings .course-info .factfile-row .factfile-content-block .table .row .item p, .my-kings .course-info .factfile-row .factfile-content-block .table .row .item ul {
  margin: 0;
}
.my-kings .course-info .factfile-row .factfile-content-block .table .row .item ul li:before {
  color: #2EBCA0;
}
.my-kings .course-info .factfile-row .factfile-content-block .table .row .item ul li strong {
  font-size: 16px;
}
.my-kings .course-info .factfile-row .factfile-content-block .table .row .item ul li strong:before {
  content: "\2022";
  font-size: 32px;
  position: absolute;
  top: -6px;
  left: 0px;
  line-height: 1;
  color: #72D0EB;
}
.my-kings .course-info .factfile-row .factfile-content-block .key-fact-list {
  width: 100%;
  width: 45%;
}
.my-kings .course-info .factfile-row .factfile-content-block .key-fact-list .title {
  font-weight: bold;
}
.my-kings .course-info .dashed-seperator {
  margin: 40px 0;
  border-bottom: 3px dotted #e3e3e3;
  display: block;
  width: 100%;
}
.my-kings .course-info .stats-four-up {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.my-kings .course-info .stats-four-up .stat {
  max-width: 23%;
  text-align: center;
  font-weight: bold;
  color: #72D0EB;
}
.my-kings .course-info .stats-four-up .stat img {
  max-width: 100%;
}
.my-kings .course-info .checked-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.my-kings .course-info .checked-list li {
  position: relative;
  padding: 0 0 12px 24px;
  line-height: 1.3;
}
.my-kings .course-info .checked-list li:before {
  position: absolute;
  left: 0px;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F00C";
  font-size: 15px;
  top: 2px;
}
.my-kings .course-info .two-up-list {
  max-width: 45%;
  display: inline-block;
  vertical-align: top;
  padding: 20px 40px 0 0;
}
@media all and (max-width: 600px) {
  .my-kings .course-info .two-up-list {
    width: 100%;
    display: block;
    padding: 0 0;
  }
}
.my-kings .subjects {
  background: #37424A;
  color: #fff;
  padding: 10px;
  border-radius: 8px 8px 0 0;
  margin-bottom: 32px;
}
.my-kings .subjects .subject {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 8px 0;
  border-bottom: 1px dotted #fff;
  font-weight: bold;
  font-size: 18px;
}
.my-kings .subjects .subject .arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #C2366F;
  position: relative;
}
.my-kings .subjects .subject .arrow .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.my-kings .floating-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  text-align: center;
  background: #fff;
  z-index: 10;
  display: none;
}
@media all and (max-width: 1024px) {
  .my-kings .floating-footer {
    display: block;
  }
}
.my-kings .floating-footer .btn {
  font-weight: bold;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4);
}
.my-kings .floating-footer .btn:hover {
  color: #fff;
  background: #C2366F;
  transform: translateY(-3px);
}

.agent-info-p {
  color: #ffffff;
  display: block !important;
  margin-top: 24px;
}

span.sync-course-add {
  color: #0a0;
}

span.sync-course-delete {
  color: #c00;
}

.input-row {
  margin-bottom: 8px;
}

div.share-with-all, div.share-checkboxes {
  min-width: 480px;
  max-width: 600px;
  margin: 2em auto;
}

div.share-with-all {
  text-align: left;
  margin-bottom: 0.45em;
  padding: 5px;
  font-size: small;
}

div.share-checkboxes {
  margin-top: 0;
}
div.share-checkboxes label {
  display: block;
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 2px;
  text-align: left;
  padding: 5px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9375em;
}
div.share-checkboxes label small.country {
  color: rgba(255, 255, 255, 0.35);
  margin-left: 0.5em;
  font-size: 0.75em;
}

div.filter-users {
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
}
div.filter-users button {
  font-size: inherit;
}

/* desktop card body style */
@media screen and (min-width:1024px) {
  div.card-body {
    padding: 1.25rem 0;
  } 
}

/* website link */

div.sidebar_bottom {
  color: white;
  padding-bottom: 10%;
  position: absolute !important;
  bottom: 0;
  width: 80% !important;
} 

/* @media screen and (min-width:1440px) {
  div.sidebar_bottom {
  position: absolute !important;
  bottom: 0;
  width: 80% !important;
}
} */


/* sk fix 150823 */
.progress-bar {
  background: rgba(0,0,0,0) !important;
}

/* image resolution */
div.image {
    background-repeat: no-repeat !important;
    background-position: inherit !important;
    background-size: 100% !important;
    object-fit: contain !important;
}

/* git add modx factfile row css styles */
/* teal */
.factfile-row.accent-teal ul li:before {
  color: #004d73;
}

.factfile-row.accent-teal h2 span {
  background: #004d73;
}

.factfile-row.accent-teal .custom-table .title,
.factfile-row.accent-teal .factfile-content-block>.title,
.factfile-row.accent-teal .story {
  background: rgba(0, 77, 115, 0.25);
}

.back-link.background-white a,
.factfile-row.accent-teal .story .quote {
  color: #004d73;
}

.factfile-row.accent-teal .story .date,
.factfile-row.accent-teal .story .text .quote-icon {
  background: #004d73;
}

.factfile-row.accent-teal .story .text .stories-link .icon,
.factfile-row.accent-teal .story .text .video-opener .icon {
  color: #004d73;
  border-color: #004d73;
  fill: #004d73;
}

/* teal */
.factfile-row.accent-blue ul li:before {
  color: #59c6e7;
}

.factfile-row.accent-blue h2 span {
  background: #59c6e7;
}

.factfile-row.accent-blue .custom-table .title,
.factfile-row.accent-blue .factfile-content-block>.title,
.factfile-row.accent-blue .story {
  background: rgba(89, 198, 231, 0.25);
}

.back-link.background-white a,
.factfile-row.accent-blue .story .quote {
  color: #59c6e7;
}

.factfile-row.accent-blue .story .date,
.factfile-row.accent-blue .story .text .quote-icon {
  background: #59c6e7;
}

.factfile-row.accent-blue .story .text .stories-link .icon,
.factfile-row.accent-blue .story .text .video-opener .icon {
  color: #59c6e7;
  border-color: #59c6e7;
  fill: #59c6e7;
}


/* pink */

.factfile-row.accent-pink ul li:before {
  color: #c2366f;
}

.factfile-row.accent-pink h2 span {
  background: #c2366f;
}

.factfile-row.accent-pink .custom-table .title,
.factfile-row.accent-pink .factfile-content-block>.title,
.factfile-row.accent-pink .story {
  background: rgba(194, 54, 111, 0.25);
}

.factfile-row.accent-pink .story .quote,
.factfile-row.accent-pink ul li:before {
  color: #c2366f;
}

.factfile-row.accent-pink .story .date,
.factfile-row.accent-pink .story .text .quote-icon {
  background: #c2366f;
}

.factfile-row.accent-pink .story .text .stories-link .icon,
.factfile-row.accent-pink .story .text .video-opener .icon {
  color: #c2366f;
  border-color: #c2366f;
  fill: #c2366f;
}

/* coral */

.factfile-row.accent-coral ul li:before {
  color: #fd5c63;
}

.factfile-row.accent-coral h2 span {
  background: #fd5c63;
}

.factfile-row.accent-coral .custom-table .title,
.factfile-row.accent-coral .factfile-content-block>.title,
.factfile-row.accent-coral .story {
  background: rgba(253, 92, 99, 0.25);
}

.factfile-row.accent-coral .story .quote,
.factfile-row.accent-coral ul li:before {
  color: #fd5c63;
}

.factfile-row.accent-coral .story .date,
.factfile-row.accent-coral .story .text .quote-icon {
  background: #fd5c63;
}

.factfile-row.accent-coral .story .text .stories-link .icon,
.factfile-row.accent-coral .story .text .video-opener .icon {
  color: #fd5c63;
  border-color: #fd5c63;
  fill: #fd5c63;
}

/* raspberry */

.factfile-row.accent-raspberry ul li:before {
  color: #c2366f;
}

.factfile-row.accent-raspberry h2 span {
  background: #c2366f;
}

.factfile-row.accent-raspberry .custom-table .title,
.factfile-row.accent-raspberry .factfile-content-block>.title,
.factfile-row.accent-raspberry .story {
  background: rgba(194, 54, 111, 0.25);
}

.factfile-row.accent-raspberry .story .quote,
.factfile-row.accent-raspberry ul li:before {
  color: #c2366f;
}

.factfile-row.accent-raspberry .story .date,
.factfile-row.accent-raspberry .story .text .quote-icon {
  background: #c2366f;
}

.factfile-row.accent-raspberry .story .text .stories-link .icon,
.factfile-row.accent-raspberry .story .text .video-opener .icon {
  color: #c2366f;
  border-color: #c2366f;
  fill: #c2366f;
}

/* light green */

.factfile-row.accent-light-green ul li:before {
  color: #89e890;
}

.factfile-row.accent-light-green h2 span {
  background: #89e890;
}

.factfile-row.accent-light-green .custom-table .title,
.factfile-row.accent-light-green .factfile-content-block>.title,
.factfile-row.accent-light-green .story {
  background: rgba(137, 232, 144, 0.25);
}

.factfile-row .factfile-content-block .table .row .item ul li:before,
.factfile-row.accent-light-green .story .quote,
.factfile-row.accent-light-green ul li:before {
  color: #89e890;
}

.factfile-row.accent-light-green .story .date,
.factfile-row.accent-light-green .story .text .quote-icon {
  background: #89e890;
}

.factfile-row.accent-light-green .story .text .stories-link .icon,
.factfile-row.accent-light-green .story .text .video-opener .icon {
  color: #89e890;
  border-color: #89e890;
  fill: #89e890;
}

/* green */

.factfile-row.accent-green ul li:before {
  color: #57de61;
}

.factfile-row.accent-green h2 span {
  background: #57de61;
}

.factfile-row.accent-green .custom-table .title,
.factfile-row.accent-green .factfile-content-block>.title,
.factfile-row.accent-green .story {
  background: rgba(87, 222, 97, 0.25);
}

.factfile-row .factfile-content-block .table .row .item ul li:before,
.factfile-row.accent-green .story .quote,
.factfile-row.accent-green ul li:before {
  color: #57de61;
}

.factfile-row.accent-green .story .date,
.factfile-row.accent-green .story .text .quote-icon {
  background: #57de61;
}

.factfile-row.accent-green .story .text .stories-link .icon,
.factfile-row.accent-green .story .text .video-opener .icon {
  color: #57de61;
  border-color: #57de61;
  fill: #57de61;
}

/* turquoise */

.factfile-row.accent-turquoise ul li:before {
  color: #2ebca0;
}

.factfile-row.accent-turquoise h2 span {
  background: #2ebca0;
}

.factfile-row.accent-turquoise .custom-table .title,
.factfile-row.accent-turquoise .factfile-content-block>.title,
.factfile-row.accent-turquoise .story {
  background: rgba(46, 188, 160, 0.25);
}

.factfile-row .factfile-content-block .table .row .item ul li:before,
.factfile-row.accent-turquoise .story .quote,
.factfile-row.accent-turquoise ul li:before {
  color: #2ebca0;
}

.factfile-row.accent-turquoise .story .date,
.factfile-row.accent-turquoise .story .text .quote-icon {
  background: #2ebca0;
}

.factfile-row.accent-turquoise .story .text .stories-link .icon,
.factfile-row.accent-turquoise .story .text .video-opener .icon {
  color: #2ebca0;
  border-color: #2ebca0;
  fill: #2ebca0;
}

/* purple */

.factfile-row.accent-purple ul li:before {
  color: #65306d;
}

.factfile-row.accent-purple h2 span {
  background: #65306d;
}

.factfile-row.accent-purple .custom-table .title,
.factfile-row.accent-purple .factfile-content-block>.title {
  background: #65306d;
  color: #fff;
}

.factfile-row.accent-purple .story {
  background: rgba(101, 48, 109, 0.25) !important;
}

.factfile-row.accent-purple .story .quote,
.factfile-row.accent-purple ul li:before {
  color: #65306d;
}

.factfile-row.accent-purple .story .date,
.factfile-row.accent-purple .story .text .quote-icon {
  background: #65306d;
}

.factfile-row.accent-purple .story .text .stories-link .icon,
.factfile-row.accent-purple .story .text .video-opener .icon {
  color: #65306d;
  border-color: #65306d;
  fill: #65306d;
}

/* yellow */

.factfile-row.accent-yellow ul li:before {
  color: #fee123;
}

.factfile-row.accent-yellow h2 span {
  background: #fee123;
}

.factfile-row.accent-yellow .custom-table .title,
.factfile-row.accent-yellow .factfile-content-block>.title {
  background: #fee123;
  color: #fff;
}

.factfile-row.accent-yellow .story {
  background: rgba(254, 225, 35, 0.25);
}

.factfile-row.accent-yellow .story .quote,
.factfile-row.accent-yellow ul li:before {
  color: #fee123;
}

.factfile-row.accent-yellow .story .date,
.factfile-row.accent-yellow .story .text .quote-icon {
  background: #fee123;
}

.factfile-row.accent-yellow .story .text .stories-link .icon,
.factfile-row.accent-yellow .story .text .video-opener .icon {
  color: #fee123;
  border-color: #fee123;
  fill: #fee123;
}

/* charcoal */
.factfile-row.accent-charcoal ul li:before {
  color: #252f38;
}

.factfile-row.accent-charcoal h2 span {
  background: #252f38;
}

.factfile-row.accent-charcoal .custom-table .title,
.factfile-row.accent-charcoal .factfile-content-block>.title {
  background: #252f38;
  color: #fff;
}

.factfile-row.accent-charcoal .story {
  background: rgba(101, 48, 109, 0.25);
}

.factfile-row.accent-charcoal .story .quote,
.factfile-row.accent-charcoal ul li:before {
  color: #252f38;
}

.factfile-row.accent-charcoal .story .date,
.factfile-row.accent-charcoal .story .text .quote-icon {
  background: #252f38;
}

.factfile-row.accent-charcoal .story .text .stories-link .icon,
.factfile-row.accent-charcoal .story .text .video-opener .icon {
  color: #252f38;
  border-color: #252f38;
  fill: #252f38;
}


/* from main young - check for duplication */



/* mobile */
@media screen and (max-width:767px) {

  /* custom swap of backgrounds and titles factfile-row */
  .factfile-row.accent-blue h2 span {
      background: rgba(255, 255, 255, 0);
      color: #59c6e7;
      padding: 0;
  }


  .factfile-row.accent-teal h2 span {
      background: rgba(255, 255, 255, 0);
      color: #004d73;
      padding: 0;
  }

  .factfile-row.accent-pink h2 span {
      color: #c2366f;
      background: rgba(255, 255, 255, 0);
      padding: 0;
  }

  .factfile-row.accent-raspberry h2 span {
      color: #c2366f;
      background: rgba(255, 255, 255, 0);
      padding: 0;
  }

  .factfile-row.accent-coral h2 span {
      color: #fd5c63;
      background: rgba(255, 255, 255, 0);
      padding: 0;
  }

  .factfile-row.accent-turquoise h2 span {
      color: #2ebca0;
      background: rgba(255, 255, 255, 0);
      padding: 0;
  }

  .factfile-row.accent-green h2 span {
      color: #57de61;
      background: rgba(255, 255, 255, 0);
      padding: 0;
  }

  .factfile-row.accent-light-green h2 span {
      color: #89e890;
      background: rgba(255, 255, 255, 0);
      padding: 0;
  }

  .factfile-row.accent-purple h2 span {
      color: #65306d;
      background: rgba(255, 255, 255, 0);
  }

  .factfile-row.accent-yellow h2 span {
      color: #fee123;
      background: rgba(255, 255, 255, 0);
  }

  .factfile-row.accent-charcoal h2 span {
      color: #252f38;
      background: rgba(255, 255, 255, 0);
  }

}

.factfile-row .factfile-content-block h3.title {
    font-family: 'Raleway', sans-serif;
}

/* css test */
.my-kings .course-info .factfile-row.type-border.bottom-none.accent-raspberry h2 span,
.my-kings .course-info .factfile-row.type-border.bottom-padding.accent-raspberry h2 span {
    background: #c2366f !important;
    font-family: "BWDarius", serif;
    font-weight: bold;
  }

  /* .my-kings .course-info .factfile-row.type-border.bottom-none.accent-raspberry .factfile-content-block h3.title{
    background: rgba(194, 54, 111, 0.25) !important;
  
  } */


  .my-kings .course-info .factfile-row.type-border.bottom-none.accent-raspberry h3{
    font-family: "BWDarius", serif;
    font-weight:bold
  }

    .my-kings .course-info .factfile-row.type-border.bottom-none.accent-raspberry h3.title span{
    font-family: "Raleway", sans-serif;
    font-weight:bold
  }

  @media screen and (max-width: 800px) {
    .dash-content {
      margin: 10vh 0;
    }

    .grid.three-column.key-contacts .grid-item.asset-item.traning.latestnews .image {
      height: 100% !important;
      background-size: 100%;
      background-repeat: no-repeat;
      object-fit: cover;
      background-position: 0% 0%;
    } 
  }

  /* .my-kings .course-info > .header, .my-kings .course-info > .course-page-nav, .my-kings .course-info div[data-name=CookieConsent],  */
  .my-kings .course-info .button {
    /* display: block !important; */
    display: block;
  }

  .header.navy {
    height: auto;
    padding: 20px;
    background: #252f38;
    width: 100%;
  }

    .header.navy .text p {
    font-weight: 700;
    line-height: 1.33;
    font-size: 1rem;
  }

   .header.navy .text p a {
    color: #c2366f;
   }

  .header.navy .text {
    width: 50%;
  }
  
  .header.navy:not(:has(p)) {
    display: none;
  }

  /* hide deefuat h1 header */
  .header.navy .constrainer h1 {
    display: none;
  }

  /* test css styles for pathways to architecture degrees factfile */
  .factfile-row.accent-blue .button.second, a.button.second {
    background: var(--raspberry);
    border-color: var(--raspberry);
    color: var(--white);
    border-radius: 50px;
    padding: 14px;
    text-decoration: none;
    font-weight: bold;
}

a.button.second {
    width: max-content;
    padding: 3% 5%;
    /* display: flex !important; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.my-kings .course-info .factfile-row.accent-blue .constrainer .story .text .stories-link a {
  color: #fff;
  text-decoration: none;
}

/* map styling */

.map iframe {
  width: 160%;
}

/* new button colours */
/* light blue */
.button.first.colour_light-blue,
a.button.first.colour_light-blue {
    background: var(--blue) !important;
    border-color: var(--blue) !important;
    color: var(--white);
    /*margin: 0 5px;*/
}

.button.first.colour_light-blue:hover,
a.button.first.colour_light-blue:hover {
    background: #3ebde3 !important;
}

/* kc blue */
.button.first.colour_blue,
a.button.first.colour_blue {
    background: var(--blue) !important;
    border-color: var(--blue) !important;
    color: var(--white);
    /*margin: 0 5px;*/
}

.button.first.colour_blue:hover,
a.button.first.colour_blue:hover {
    background: #3ebde3 !important;
}

/* raspberry */

.button.first.colour_raspberry,
a.button.first.colour_raspberry {
    background: var(--raspberry) !important;
    border-color: var(--raspberry) !important;
    color: var(--white);
    /*margin: 0 5px;*/
}

.button.first.colour_raspberry:hover,
a.button.first.colour_raspberry:hover {
    background: var(--raspberryDark) !important;
}

/* teal */
.button.first.colour_teal,
a.button.first.colour_teal {
    background: var(--teal) !important;
    border-color: var(--teal) !important;
    color: var(--white);
    /*margin: 0 5px;*/
}

.button.first.colour_teal:hover,
a.button.first.colour_teal:hover {
    background: var(--tealDark)!important;
}


/* turquoise */
.button.first.colour_turquoise,
a.button.first.colour_turquoise {
    background: var(--turquoise) !important;
    border-color: var(--turquoise) !important;
    color: var(--white);
    /*margin: 0 5px;*/
}

.button.first.colour_turquoise:hover,
a.button.first.colour_turquoise:hover {
    background: var(--turquoiseDark) !important;
}


/* coral */
.button.first.colour_coral,
a.button.first.colour_coral {
    background: var(--coral) !important;
    border-color: var(--coral) !important;
    color: var(--white);
    /*margin: 0 5px;*/
}

.button.first.colour_coral:hover,
a.button.first.colour_coral:hover {
    background: var(--coralDark) !important;
}

/* oxford blue */

.button.first.colour_oxford-blue,
a.button.first.colour_oxford-blue {
    background: #0196da !important;
    border-color: #0196da !important;
    color: var(--white);
    /*margin: 0 5px;*/
}

.button.first.colour_oxford-blue:hover,
a.button.first.colour_oxford-blue:hover {
    background: #4d88e2 !important;
}

/* purple */
.button.first.colour_purple,
a.button.first.colour_purple {
    background: var(--purple) !important;
    border-color: var(--purple) !important;
    color: var(--white);
    /*margin: 0 5px;*/
}

.button.first.colour_purple:hover,
a.button.first.colour_purple:hover {
    background: var(--purpleDark) !important;
}


/* green */
.button.first.colour_green,
a.button.first.colour_green {
    background: var(--green) !important;
    border-color: var(--green) !important;
    color: var(--white);
    /*margin: 0 5px;*/
}

.button.first.colour_green:hover,
a.button.first.colour_green:hover {
    background: var(--greenDark) !important;
}


/* light green */

.button.first.colour_light-green,
a.button.first.colour_light-green {
    background: var(--lightGreen) !important;
    border-color: var(--lightGreen) !important;
    color: var(--white);
    /*margin: 0 5px;*/
}

.button.first.colour_light-green:hover,
a.button.first.colour_light-green:hover {
    background: var(--lightGreenDark) !important;
}

/* yellow */
.button.first.colour_yellow,
a.button.first.colour_yellow {
    background: var(--yellow) !important;
    border-color: var(--yellow) !important;
    color: var(--white);
    /*margin: 0 5px;*/
}

.button.first.colour_yellow:hover,
a.button.first.colour_yellow:hover {
    background: var(--yellowDark) !important;
}





/* second button */
/* light blue */
.button.second.colour_light-blue,
a.button.second.colour_light-blue {
    background: var(--blue) !important;
    border-color: var(--blue) !important;
    color: var(--white);
    /*margin: 0 5px;*/
}

.button.second.colour_light-blue:hover,
a.button.second.colour_light-blue:hover {
    background: #3ebde3 !important;
}

/* blue */
.button.second.colour_blue,
a.button.second.colour_blue {
    background: var(--blue) !important;
    border-color: var(--blue) !important;
    color: var(--white);
    /*margin: 0 5px;*/
}

.button.second.colour_blue:hover,
a.button.second.colour_blue:hover {
    background: #3ebde3 !important;
}

/* oxford blue */
.button.second.colour_oxford-blue,
a.button.second.colour_oxford-blue {
    background: #0196da !important;
    border-color: #0196da !important;
    color: var(--white);
    /*margin: 0 5px;*/
}

.button.second.colour_oxford-blue:hover,
a.button.second.colour_oxford-blue:hover {
    background: #4d88e2 !important;
}

/* raspberry */
.button.second.colour_raspberry,
a.button.second.colour_raspberry {
    background: var(--raspberry) !important;
    border-color: var(--raspberry) !important;
    color: var(--white);
    /*margin: 0 5px;*/
}

.button.second.colour_raspberry:hover,
a.button.second.colour_raspberry:hover {
    background: var(--raspberryDark) !important;
}

/* teal */
.button.second.colour_teal,
a.button.second.colour_teal {
    background: var(--teal) !important;
    border-color: var(--teal) !important;
    color: var(--white);
    /*margin: 0 5px;*/
}

.button.second.colour_teal:hover,
a.button.second.colour_teal:hover {
    background: var(--tealDark) !important;
}

/* turquoise */
.button.second.colour_turquoise,
a.button.second.colour_turquoise {
    background: var(--turquoise) !important;
    border-color: var(--turquoise) !important;
    color: var(--white);
    /*margin: 0 5px;*/
}

.button.second.colour_turquoise:hover,
a.button.second.colour_turquoise:hover {
    background: var(--turquoiseDark) !important;
}

/* coral */
.button.second.colour_coral,
a.button.second.colour_coral {
    background: var(--coral) !important;
    border-color: var(--coral) !important;
    color: var(--white);
    /*margin: 0 5px;*/
}

.button.second.colour_coral:hover,
a.button.second.colour_coral:hover {
    background: var(--coralDark) !important;
}

/* purple */
.button.second.colour_purple,
a.button.second.colour_purple {
    background: var(--purple) !important;
    border-color: var(--purple) !important;
    color: var(--white);
    /*margin: 0 5px;*/
}

.button.second.colour_purple:hover,
a.button.second.colour_purple:hover {
    background: var(--purpleDark) !important;
}

/* green */
.button.second.colour_green,
a.button.second.colour_green {
    background: var(--green) !important;
    border-color: var(--green) !important;
    color: var(--white);
    /*margin: 0 5px;*/
}

.button.second.colour_green:hover,
a.button.second.colour_green:hover {
    background: var(--greenDark) !important;
}

/* light-green */
.button.second.colour_light-green,
a.button.second.colour_light-green {
    background: var(--lightGreen) !important;
    border-color: var(--lightGreen) !important;
    color: var(--white);
    /*margin: 0 5px;*/
}

.button.second.colour_light-green:hover,
a.button.second.colour_light-green:hover {
    background: var(--lightGreenDark) !important;
}


/*  yellow */
.button.second.colour_yellow,
a.button.second.colour_yellow {
    background: var(--yellow) !important;
    border-color: var(--yellow)!important; 
    color: var(--white);
    /*margin: 0 5px;*/
}

.button.second.colour_yellow:hover,
a.button.second.colour_yellow:hover {
    background: var(--yellowDark) !important;
}


.button.first .fa,
a.button.first .fa {
    color: var(--white);
}

.button.second,
a.button.second {
    background: var(--raspberry);
    border-color: var(--raspberry);
    color: var(--white);
}

.button.second span {
  margin-right: 10px;
}

.button.second.raspberry,
a.button.second.raspberry {
    background: var(--raspberry);
    border-color: var(--raspberry);
    color: var(--white);
}

.button.second.raspberry:hover,
a.button.second.raspberry:hover {
    background: var(--raspberryDark);
    border-color: var(--raspberryDark);
    color: var(--white);
}
.button.second.teal,
a.button.second.teal {
    background: var(--teal);
    border-color: var(--teal);
    color: var(--white);
}

.button.second.teal:hover,
a.button.second.teal:hover {
    background: var(--tealDark);
    border-color: var(--tealDark);
    color: var(--white);
}

.button.second.turquoise,
a.button.second.turquoise {
    background: var(--turquoise);
    border-color: var(--turquoise);
    color: var(--white);
}

.button.second.turquoise:hover,
a.button.second.turquoise:hover {
    background: var(--turquoiseDark);
    border-color: var(--turquoiseDark);
    color: var(--white);
}

.button.second.coral,
a.button.second.coral {
    background: var(--coral);
    border-color: var(--coral);
    color: var(--white);
}

.button.second.coral:hover,
a.button.second.coral:hover {
    background: var(--coralDark);
    border-color: var(--coralDark);
    color: var(--white);
}

.button.second.purple,
a.button.second.purple {
    background: var(--purple);
    border-color: var(--purple);
    color: var(--white);
}

.button.second.purple:hover,
a.button.second.purple:hover {
    background: var(--purpleDark);
    border-color: var(--purpleDark);
    color: var(--white);
}

.button.second.blue,
a.button.second.blue {
    background: var(--blue);
    border-color: var(--blue);
    color: var(--white);
}

.button.second.blue:hover,
a.button.second.blue:hover {
    background: var(--blueDark);
    border-color: var(--blueDark);
    color: var(--white);
}

.button.second.green,
a.button.second.green {
    background: var(--green);
    border-color: var(--green);
    color: var(--white);
}

.button.second.green:hover,
a.button.second.green:hover {
    background: var(--greenDark);
    border-color: var(--greenDark);
    color: var(--white);
}

.button.second.light-green,
a.button.second.light-green {
    background: var(--lightGreen);
    border-color: var(--lightGreen);
    color: var(--white);
}

.button.second.light-green:hover,
a.button.second.light-green:hover {
    background: var(--lightGreenDark);
    border-color: var(--lightGreenDark);
    color: var(--white);
}

.button.second.yellow,
a.button.second.yellow {
    background: var(--yellow);
    border-color: var(--yellow);
    color: var(--white);
}

.button.second.yellow:hover,
a.button.second.yellow:hover {
    background: var(--yellowDark);
    border-color: var(--yellowDark);
    color: var(--white);
}

.button.second.charcoal,
a.button.second.charcoal {
    background: var(--charcoal);
    border-color: var(--charcoal);
    color: var(--white);
}

/* team carousel container */

.team-carousel-container .team-carousel {
  display: flex;
}

.team-carousel-container .team-carousel .image {
  margin-right: 40px;
}

.team-carousel-container .team-carousel .image img {
  border-radius: 50%;
}

.team-carousel-container .team-carousel .team-item.print-title .text p.title span {
  background: var(--turquoise);
  color: var(--white);
  font-weight: bold;
  padding: 1% 2%;
}

.rich_text_content {
  padding-top: 3%;
}

/* _reboot.scss override */

button:focus {
  outline: unset !important;
}

/* workaround for buttons */

/* style + a,
script + a {
  display: block;
}

style.hidden + a,
script.hidden + a {
  display: none;
} */
