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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* BUTTONS */
.pols_custom-btns-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.pols_custom-btn-container {
  display: flex;
  margin: 20px 0;
}

.pols_custom-btns-group .pols_custom-btn-container {
  margin-left: 10px;
  margin-right: 10px;
}

.pols_custom-btns-group > :first-child {
  margin-left: 0;
}

.pols_btn-left {
  justify-content: left;
}

.pols_btn-center {
  justify-content: center;
}

.pols_btn-right {
  justify-content: right;
}

.pols_btn {
  display: flex;
  position: relative;
  box-sizing: border-box;
  border-radius: 22.5px;
  background-color: #fff;
  padding: 8px 15px;
  text-decoration: none;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}

.pols_btn-white {
  background-color: #fff;
  border: 2px solid #005C97;
  color: #005C97 !important;
}

.pols_btn-white:hover {
  background-color: #C6D1D6;
  text-decoration: none;
}

.pols_btn-white:focus {
  border: 2px solid #041e42;
  text-decoration: none;
}

.pols_btn-white-left-arrow:before {
  content: url(../graphics/arrow_left_blue.svg);
  position: absolute;
  margin-right: 5px;
  margin-top: 2px;
}

.pols_btn-white-right-arrow:after {
  content: url(../graphics/arrow_right_blue.svg);
  position: absolute;
  right: 15px;
  margin-top: 2px;
}

.pols_btn-white-external:after {
  content: url(../graphics/external_blue.svg);
  position: absolute;
  right: 15px;
  margin-top: 2px;
}

.pols_btn-blue {
  background-color: #005C97;
  border: 2px solid #005C97;
  color: #fff !important;
}

.pols_btn-blue:hover {
  background-color: #041e42;
  text-decoration: none;
}

.pols_btn-blue:focus {
  border: 2px solid #005C97;
  text-decoration: none;
}

.pols_btn-blue-left-arrow:before {
  content: url(../graphics/arrow_left_white.svg);
  position: absolute;
  margin-right: 5px;
  margin-top: 2px;
}

.pols_btn-blue-right-arrow:after {
  content: url(../graphics/arrow_right_white.svg);
  position: absolute;
  right: 15px;
  margin-top: 2px;
}

.pols_btn-blue-external:after {
  content: url(../graphics/external_white.svg);
  position: absolute;
  right: 15px;
  margin-top: 2px;
}

.pols_btn-white-left-arrow span,
.pols_btn-blue-left-arrow span {
  margin-left: 15px;
}

.pols_btn-white-right-arrow span,
.pols_btn-blue-right-arrow span {
  margin-right: 15px;
}

.pols_btn-white-external span,
.pols_btn-blue-external span {
  margin-right: 20px;
}

.pols_hp-view-more {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

/************************/
/* Buttons */
.pols_btn-primary {
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  margin: 0;
  cursor: pointer;
  padding: 13px 26px;
  transition: 0.25s;
  border-radius: 3px;
  font-weight: 700;
}

.pols_btn-red {
  background-color: #c00 !important;
  color: #fff !important;
  text-decoration: none;
  font-family: kings-caslon, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  font-style: normal;
  line-height: 24px !important;
}

.pols_btn-white {
  background-color: #fff !important;
  border: none !important;
  text-decoration: none;
  font-family: kings-caslon, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  font-style: normal;
  line-height: 24px !important;
}

.pols_btn-turquoise {
  background-color: #00ccb8 !important;
  border: none !important;
  text-decoration: none;
  font-family: kings-caslon, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  font-style: normal;
  line-height: 24px !important;
  color: #fff !important;
}

.pols_font-color-turquoise {
  color: #0096a8 !important;
}

.pols_btn-primary:hover {
  text-decoration: none;
}

/* Various */
.pls_kcl-contact-info {
  text-align: right;
}

.pols_stats-blocks-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.pols_stats-blocks {
  max-width: 300px;
}

.pols_heading-background {
  min-height: 250px;
}

.pols_heading-background h1 {
  color: #fff;
  text-align: center;
  font-size: 45px;
  font-size: 2.8rem;
}

.pols_background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.25;
  margin: 0;
  height: 100%;
}

.pols_main-content a,
.pls_kcl-contact-info a {
  color: #444;
}

.pols_btt-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.pols_btt-content p {
  text-align: right;
}

.pols_btt .pols_btt-content a {
  color: #000;
}

/* STICKY BUTTONS */
#floating-contact-us {
  position: fixed;
  right: 0;
  top: 255px;
  z-index: 10;
  background-color: #005C97;
  border-radius: 50px 0 0 50px;
  padding: 12px 15px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 24px;
  text-decoration: none;
  box-shadow: 4px 2px 6px 0 rgba(0, 0, 0, 0.3);
}

#floating-contact-us:hover {
  background-color: #041E42;
}

#floating-scroll-up-btn {
  height: 100px;
  width: 100px;
  position: fixed;
  display: none;
  left: 35px;
  bottom: 35px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px 80px;
  background-image: url("../graphics/jump_up.svg");
  z-index: 10;
}

#floating-scroll-up-btn:hover {
  background-image: url("../graphics/jump_up_over.svg");
}

/* BLOG STYLES */
.pols_blog-list-container {
  width: 100%;
  margin: 35px auto;
}

.pols_blog-list-content {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  background-color: #041E42;
  color: #fff;
}

.pols_blog-list-image {
  width: 300px;
  max-width: 300px;
  height: auto;
  background-color: #fff;
  position: relative;
}

.pols_blog-list-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pols_blog-list-text {
  width: 80%;
  padding: 35px;
  text-align: left;
}

.pols_blog-post-general-heading {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 600;
  letter-spacing: 0.57px;
  line-height: 75px;
  margin-bottom: 0;
}

.pols_blog-content-container {
  max-width: 960px;
  margin: 35px auto;
}

.pols_blog-content-post-image {
  width: 100%;
  max-width: 500px;
  margin: 35px auto;
}

.pols_blog-image-full {
  max-width: 1000px;
}

.pols_blog-content-post-image img {
  margin-bottom: 35px;
}

/************************/
/* DEFAULT SIZING AND CONTAINERS */
.pols_header_container {
  /*max-width: 1000px;*/
  padding: 25px 0;
  min-height: 239px;
}

.pols_header,
.pols_footer-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}

.pols_header .header-navigation-wrapper,
.pols_header .header-titles-wrapper {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 1000px;
}

.pls_kcl-contact-info {
  margin-right: 0;
  margin-left: auto;
}

.pols_footer-container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.pols_main-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 30px 35px 30px;
}

.pols_header .header-navigation-wrapper {
  margin: 20px auto 0 auto;
}

.pols_header .header-titles-wrapper {
  margin: 20px auto 20px auto;
  padding-right: 0px;
}

#site-content {
  flex: 1 1 auto;
}

.vc_column_container > .vc_column-inner {
  padding-left: 0 !important;
}

.pols_main-content .vc_row {
  margin-left: auto !important;
  margin-right: auto !important;
}

ul {
  margin-bottom: 1em;
}

/************************/
/* Default containers and sizes */
.pols_main-content {
  padding-right: 26px;
  padding-left: 26px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.pols_row_margin {
  margin-bottom: 35px;
}

.pols_padd26 {
  padding: 26px;
}

.pols_padd20 {
  padding: 20px;
}

.pols_padd30 {
  padding: 30px;
}

.pols_paddt30 {
  padding-top: 30px;
}

.pols_paddt40 {
  padding-top: 40px;
}

.pols_paddt50 {
  padding-top: 50px;
}

.pols_paddb30 {
  padding-bottom: 30px;
}

.pols_paddb40 {
  padding-bottom: 40px;
}

.pols_paddb50 {
  padding-bottom: 50px;
}

.pols_paddlr60 {
  padding-left: 60px;
  padding-right: 60px;
}

.pols_main-content .pols_row-nomargin {
  margin-bottom: 0;
}

.pols_form-container {
  padding: 20px;
}

.pols_heading-35 {
  margin-bottom: 35px;
}

.pols_main-content .pols_no-margin-bottom {
  margin-bottom: 0 !important;
}

.pols_padding_none {
  padding: 0;
}

/* FAQ accordions */
.wpb-js-composer .faq-tabs .vc_tta.vc_general .vc_tta-panel {
  border-bottom: 1px solid #e0dede;
  padding: 2px 0;
}

.wpb-js-composer .faq-tabs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background-color: #fff;
  border: none;
}

.wpb-js-composer .faq-tabs .vc_tta.vc_general .vc_tta-panel-body {
  -webkit-transform: none;
  transform: none;
}

.wpb-js-composer .faq-tabs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  background-color: #fff;
  border: none;
  border-radius: 0;
}

.wpb-js-composer .faq-tabs .vc_tta.vc_general .vc_tta-panel-title > a:focus, .wpb-js-composer .faq-tabs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading a:focus {
  outline: 3px solid #0b1241;
  outline-offset: 0px;
}

.wpb-js-composer .faq-tabs .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
  padding-left: 0;
}

.wpb-js-composer .faq-tabs .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: auto;
  right: 10px;
}

.wpb-js-composer .faq-tabs .vc_tta .vc_tta-controls-icon {
  text-align: center;
  border-radius: 25px;
  margin-top: px;
}

.vc_tta-title-text {
  padding-left: 10px;
}

/************************/
@font-face {
  font-family: KingsBureauGrotThreeSeven;
  src: url(/wp-content/themes/kcl/assets/fonts/KingsBureauGrotesqueThreeSeven-eot.eot) format("eot");
  src: url(/wp-content/themes/kcl/assets/fonts/KingsBureauGrotesqueThreeSeven-eot.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/kcl/assets/fonts/KingsBureauGrotesqueThreeSeven-woff.woff) format("woff"), url(/wp-content/themes/kcl/assets/fonts/KingsBureauGrotesqueThreeSeven-ttf.ttf) format("truetype"), url(/wp-content/themes/kcl/assets/fonts/KingsBureauGrotesqueThreeSeven-svg.svg) format("svg");
  font-family: KingsCaslon;
  src: url(/wp-content/themes/kcl/assets/fonts/KingsCaslon-eot.eot) format("eot");
  src: url(/wp-content/themes/kcl/assets/fonts/KingsCaslon-eot.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/kcl/assets/fonts/KingsCaslon-woff.woff) format("woff"), url(/wp-content/themes/kcl/assets/fonts/KingsCaslon-ttf.ttf) format("truetype"), url(/wp-content/themes/kcl/assets/fonts/KingsCaslon-svg.svg) format("svg");
  font-family: KingsCaslonSemiBold;
  src: url(/wp-content/themes/kcl/assets/fonts/KingsCaslonSemiBold-eot.eot) format("eot");
  src: url(/wp-content/themes/kcl/assets/fonts/KingsCaslonSemiBold-eot.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/kcl/assets/fonts/KingsCaslonSemiBold-woff.woff) format("woff"), url(/wp-content/themes/kcl/assets/fonts/KingsCaslonSemiBold-ttf.ttf) format("truetype"), url(/wp-content/themes/kcl/assets/fonts/KingsCaslonSemiBold-svg.svg) format("svg");
  font-family: KingsCaslonItalic;
  src: url(/wp-content/themes/kcl/assets/fonts/KingsCaslonItalic-eot.eot) format("eot");
  src: url(/wp-content/themes/kcl/assets/fonts/KingsCaslonItalic-eot.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/kcl/assets/fonts/KingsCaslonItalic-woff.woff) format("woff"), url(/wp-content/themes/kcl/assets/fonts/KingsCaslonItalic-ttf.ttf) format("truetype"), url(/wp-content/themes/kcl/assets/fonts/KingsCaslonItalic-svg.svg) format("svg");
}
@font-face {
  font-family: KingsBureauGrotFiveOne;
  src: url(/wp-content/themes/kcl/assets/fonts/KingsBureauGrot-FiveOne.eot) format("eot");
  src: url(/wp-content/themes/kcl/assets/fonts/KingsBureauGrot-FiveOne.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/kcl/assets/fonts/KingsBureauGrot-FiveOne.woff) format("woff"), url(/wp-content/themes/kcl/assets/fonts/KingsBureauGrot-FiveOne.ttf) format("truetype");
}
@font-face {
  font-family: kings-caslon;
  src: url(/wp-content/themes/kcl/assets/fonts/KingsCaslon-eot.eot) format("eot");
  src: url(/wp-content/themes/kcl/assets/fonts/KingsCaslon-eot.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/kcl/assets/fonts/KingsCaslon-woff.woff) format("woff"), url(/wp-content/themes/kcl/assets/fonts/KingsCaslon-ttf.ttf) format("truetype"), url(/wp-content/themes/kcl/assets/fonts/KingsCaslon-svg.svg) format("svg");
}
@font-face {
  font-family: KingsCaslonSemiBold;
  src: url(/wp-content/themes/kcl/assets/fonts/KingsCaslonSemiBold-eot.eot) format("eot");
  src: url(/wp-content/themes/kcl/assets/fonts/KingsCaslonSemiBold-eot.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/kcl/assets/fonts/KingsCaslonSemiBold-woff.woff) format("woff"), url(/wp-content/themes/kcl/assets/fonts/KingsCaslonSemiBold-ttf.ttf) format("truetype"), url(/wp-content/themes/kcl/assets/fonts/KingsCaslonSemiBold-svg.svg) format("svg");
}
@font-face {
  font-family: KingsCaslonItalic;
  src: url(/wp-content/themes/kcl/assets/fonts/KingsCaslonItalic-eot.eot) format("eot");
  src: url(/wp-content/themes/kcl/assets/fonts/KingsCaslonItalic-eot.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/kcl/assets/fonts/KingsCaslonItalic-woff.woff) format("woff"), url(/wp-content/themes/kcl/assets/fonts/KingsCaslonItalic-ttf.ttf) format("truetype"), url(/wp-content/themes/kcl/assets/fonts/KingsCaslonItalic-svg.svg) format("svg");
}
@font-face {
  font-family: KingsCaslonSemiBoldItalic;
  src: url(/wp-content/themes/kcl/assets/fonts/KingsCaslonSemiBoldItalic-eot.eot) format("eot");
  src: url(/wp-content/themes/kcl/assets/fonts/KingsCaslonSemiBoldItalic-eot.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/kcl/assets/fonts/KingsCaslonSemiBoldItalic-woff.woff) format("woff"), url(/wp-content/themes/kcl/assets/fonts/KingsCaslonSemiBoldItalic-ttf.ttf) format("truetype"), url(/wp-content/themes/kcl/assets/fonts/KingsCaslonSemiBoldItalic-svg.svg) format("svg");
}
@font-face {
  font-family: KingsUnidentified;
  src: url(/wp-content/themes/kcl/assets/fonts/97d9eb9e-0b31-46ab-85bb-74729e0cf448-1-eot.eot) format("eot");
  src: url(/wp-content/themes/kcl/assets/fonts/97d9eb9e-0b31-46ab-85bb-74729e0cf448-1-eot.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/kcl/assets/fonts/97d9eb9e-0b31-46ab-85bb-74729e0cf448-1-woff.woff) format("woff"), url(/wp-content/themes/kcl/assets/fonts/97d9eb9e-0b31-46ab-85bb-74729e0cf448-1-ttf.ttf) format("truetype"), url(/wp-content/themes/kcl/assets/fonts/97d9eb9e-0b31-46ab-85bb-74729e0cf448-1-svg.svg) format("svg");
}
/* FOOTER */
#site-footer {
  background-color: #fff;
  color: #000;
}

.pols_footer-logo,
.pols_footer-social-container,
.pols_footer-links {
  color: #fff;
  font-size: 16px;
}

.pols_footer-social-container {
  width: 34%;
}

.pols_footer-logo,
.pols_footer-links {
  width: 33%;
}

#site-footer {
  margin-top: 0 !important;
}

.pols_footer-logo {
  text-align: left;
}

.pols_footer-social-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.pols_footer-social-content {
  width: 100%;
}

.pols_social-icons-container {
  max-width: 600px;
  display: flex;
  justify-content: center;
}

.pols_social-icons-container div {
  width: 20%;
  min-width: 100px;
  height: 50px;
  padding: 10px;
}

.pols_social-icons-container img {
  margin-left: auto;
  margin-right: auto;
}

.pols_social-icons-container div {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}

.pols_social-icons-container div:focus {
  border: 2px solid #fff;
}

#pols_footer-instagram {
  background-image: url("../graphics/instagram.svg");
}

#pols_footer-instagram:hover {
  background-image: url("../graphics/instagram-over.svg");
}

#pols_footer-linkin {
  background-image: url("../graphics/linkedin.svg");
}

#pols_footer-linkin:hover {
  background-image: url("../graphics/linkedin-over.svg");
}

#pols_footer-facebook {
  background-image: url("../graphics/facebook.svg");
}

#pols_footer-facebook:hover {
  background-image: url("../graphics/facebook-over.svg");
}

#pols_footer-twitter {
  background-image: url("../graphics/twitter.svg");
}

#pols_footer-twitter:hover {
  background-image: url("../graphics/twitter-over.svg");
}

#pols_footer-youtube {
  background-image: url("../graphics/youtube.svg");
}

#pols_footer-youtube:hover {
  background-image: url("../graphics/youtube-over.svg");
}

.pols_copyright-info-desktop,
.pols_copyright-info-mobile {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 24px;
  text-align: center;
  margin: 20px;
}

.pols_copyright-info-desktop {
  margin-bottom: 0;
}

.pols_copyright-info-mobile {
  display: none;
}

.pols_footer-links {
  text-align: right;
  display: flex;
  align-items: flex-end;
  color: #fff !important;
}

.pols_footer-links ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: auto;
}

.pols_footer-links ul li {
  display: flex;
  flex-wrap: nowrap;
  margin: 0.5rem 0 0 1rem;
  font-size: 1rem;
}

.pols_footer-links ul li:focus {
  border: 2px solid #fff;
}

.pols_footer-links a {
  color: #fff;
}

.pols_footer-links a:hover {
  color: #C6D1D6;
}

/************************/
/* Footer */
.footer-nav-widgets-wrapper,
#site-footer {
  background-color: #3e4649;
  color: #ffffff;
  margin-top: 1.5rem !important;
}

.footer-nav-widgets-wrapper .kcl-footer-menu,
#site-footer .kcl-footer-menu {
  list-style-type: none;
  padding: 0;
}

.footer-nav-widgets-wrapper .kcl-footer-menu a,
#site-footer .kcl-footer-menu a {
  color: #ffffff;
  text-decoration: none;
}

.footer-nav-widgets-wrapper .kcl-footer-menu a:hover,
#site-footer .kcl-footer-menu a:hover {
  text-decoration: underline;
}

.footer-menu-item {
  font-size: 1rem;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}

.footer-menu-item a {
  padding: 1rem 0px;
  margin-right: 1.5rem;
}

@media (max-width: 767px) {
  .footer-menu-item {
    width: 100%;
  }
}
.wForm input:hover,
.wForm select:hover {
  outline: 2px solid #041E42 !important;
}
.wForm input:focus,
.wForm select:focus {
  outline: 3px solid #005C97 !important;
}

.tab-find-form .wForm input:hover, .tab-find-form .wForm select:hover {
  outline: 2px solid #041E42 !important;
}
.tab-find-form .wForm input:focus, .tab-find-form .wForm select:focus {
  outline: 3px solid #005C97 !important;
}

/* Forms */
.pols_main-content .wFormContainer .wForm .wFormTitle,
.wFormContainer .wForm .label {
  font-family: KingsCaslon, serif;
}

.pols_main-content .wFormContainer .wForm .wFormTitle {
  font-family: KingsBureauGrotThreeSeven, serif;
  font-weight: 300;
  font-style: normal;
  line-height: 30px;
  font-size: 1.5rem;
}

.wFormContainer .wForm .label {
  font-family: KingsCaslon, serif;
  font-size: 0.9rem;
  font-weight: 400;
}

.wFormContainer .wForm .label b {
  font-weight: 700;
}

#tfa_728 div:nth-child(1) {
  width: 120px;
}

#tfa_728 div:nth-child(2) {
  max-width: 278px;
}

.captchaHelp {
  font-size: smaller !important;
  margin-top: 0 !important;
}

.wFormContainer .wForm a {
  text-decoration: underline;
}

.pols_main-content .wFormContainer .actions .primaryAction:disabled,
.pols_main-content .wFormContainer .wForm .primaryAction {
  background-color: #c00;
  color: #fff;
  text-transform: capitalize;
  border-radius: 6px;
  padding: 8px 20px;
}

.pols_main-content .wFormContainer .wForm .primaryAction:hover {
  text-decoration: none;
  background-color: rgba(27, 54, 93, 0.43);
  border: none;
  outline: none;
}

.pols_main-content .wFormContainer .wForm .wFormTitle {
  margin: 0 0 1rem;
  color: #444;
  letter-spacing: unset;
}

/* HEADER TILES */
.header-titles {
  margin: 0;
}

.pols_header .header-titles-wrapper .header-titles {
  display: flex;
  flex-wrap: nowrap;
}

.header-titles .pols_site-logo {
  width: 160px;
  height: auto;
  margin: 1rem 0 0 0;
}

.site-description {
  display: inline-block;
  position: relative;
  height: 100%;
  top: 20px;
  border-left: 2px solid #041E42;
  padding-left: 1rem;
  /*margin:auto 0 0 25px!important;*/
}

.site-description a {
  color: #041E42 !important;
  font-family: inherit;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.53px;
  line-height: 28px;
  text-decoration: none;
}

/************************/
h1, .h1 {
  font-size: 3em;
}

h2, .h2 {
  font-size: 2.25em;
}

h3, .h3 {
  font-size: 1.75em;
}

h4, .h4 {
  font-size: 1.375em;
}

h5, .h5 {
  font-size: 1.375em;
}

h6, .h6 {
  font-size: 1.375em;
}

.h1-style {
  font-size: 3em;
}

.h2-style {
  font-size: 2.25em;
}

.h3-style {
  font-size: 1.75em;
}

.h4-style {
  font-size: 1.375em;
}

.h5-style {
  font-size: 1.375em;
}

.h6-style {
  font-size: 1.375em;
}

@media screen and (max-width: 767px) {
  h1, .h1, .h1-style {
    font-size: 2.3em;
  }
  h2, .h2, .h2-style {
    font-size: 1.875em;
  }
  h3, .h3, .h3-style {
    font-size: 1.5em;
  }
  h4, .h4, .h4-style {
    font-size: 1.25em;
  }
  h5, .h5, .h5-style {
    font-size: 1.25em;
  }
  h6, .h6, .h6-style {
    font-size: 1.25em;
  }
}
h1 {
  font-family: KingsBureauGrotThreeSeven, sans serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  font-size: 2rem;
}

h2 {
  font-family: KingsBureauGrotThreeSeven, sans serif;
  font-weight: 300;
  font-style: normal;
  line-height: 30px;
  font-size: 1.5rem;
}

h3 {
  font-family: KingsBureauGrotThreeSeven, sans serif;
  font-weight: 300;
  font-style: normal;
  line-height: 30px;
  font-size: 1.25rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1rem;
  color: #444;
  letter-spacing: unset;
}

/* MENU NAVIGATION */
.pols_header .primary-menu {
  justify-content: flex-start;
  max-width: 1000px;
}

ul.primary-menu {
  margin-left: 0;
}

.primary-menu-wrapper li {
  background-color: #E6EBF0;
  width: 16.4%;
  margin: 16px 0 0 4px;
}

.primary-menu-wrapper li:first-of-type {
  margin-left: 0;
}

.primary-menu-wrapper li a {
  color: #041E42 !important;
  font-family: inherit;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-align: center;
  padding: 10px;
}

.primary-menu-wrapper li:focus {
  border: 2px solid #041E42;
}

.primary-menu a:hover {
  text-decoration: none;
}

.primary-menu li:hover {
  background-color: #D6DBDD;
}

.primary-menu-wrapper .current-menu-item {
  background-color: #5E6D77;
}

.primary-menu-wrapper .current-menu-item a {
  color: #fff !important;
}

.primary-menu-wrapper .current-menu-item:hover {
  background-color: #5E6D77;
}

.primary-menu li.current-menu-item > a {
  text-decoration: none;
}

.toggle-text {
  color: #041E42 !important;
}

/************************/
/* MOBILE NAV */
.form-container-full {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.form-container-sidebar .wFormTitle,
.form-container-sidebar .label,
.form-container-sidebar .htmlSection,
.form-container-sidebar .hint,
.form-container-sidebar .lengthIndicator,
.form-container-sidebar .wFormContainer .reqMark:after,
.form-container-sidebar .wForm .reqMark:after {
  color: #fff !important;
}

/************************/
/* MOBILE NAV */
.pols_header .navbar-toggler {
  background-color: #fff !important;
}

.pols_header .navbar-toggler .toggle-text {
  display: none;
}

/************************/
section.section-form .container {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
}
section.section-form .container h1 {
  color: inherit;
  margin-top: 0;
  line-height: 2.5rem;
  font-size: 2.5rem;
}
section.section-form .container p {
  color: inherit;
}
section.section-form .container .col {
  width: calc(50% - 40px);
}
section.section-form .container .col a {
  color: inherit;
}
section.section-form .container .col .testimonial-section {
  padding: 18px 15px;
  display: flex;
  gap: 20px;
  margin-top: 10px;
  position: relative;
}
section.section-form .container .col .testimonial-section .testimonial-image {
  padding: 0;
  flex: inherit;
  max-width: initial;
  width: 110px;
  border-radius: 100%;
}
section.section-form .container .col .testimonial-section .testimonial-text {
  margin-left: 125px;
}
section.section-form .container .col .testimonial-section .testimonial-attribution {
  margin-left: 125px;
}
section.section-form .container .col .testimonial-section .testimonial-content {
  flex: inherit;
  max-width: initial;
  font-size: 14px;
}
section.section-form .container .col .testimonial-section .testimonial-content blockquote {
  font-size: 16px;
  line-height: 1.4;
}
section.section-form .container .col .testimonial-section .testimonial-content p {
  font-size: inherit !important;
}
section.section-form .container .wFormContainer .wForm .wFormTitle {
  margin-top: 0 !important;
  margin-bottom: 15px;
}
@media (max-width: 730px) {
  section.section-form .container {
    flex-direction: column;
    gap: 30px;
  }
  section.section-form .container .col {
    width: 100%;
  }
}

/* GENERAL STYLING */
:root {
  font-family: kings-caslon, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: KingsBureauGrotThreeSeven, "Arial", Georgia, "Times New Roman", serif;
  color: #444;
}

body {
  font-family: kings-caslon, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  letter-spacing: unset;
  background-color: unset;
}
body .akHTMLForm {
  font-family: kings-caslon, sans-serif;
}
body.single-courses .homepage-hero-banner-image {
  display: block;
  margin-bottom: 0;
}

p, ul, ol, li, th, td {
  font-family: kings-caslon, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 24px !important;
}

/* Default Font Styles */
li, p, ul {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  color: #444;
  letter-spacing: unset;
}

ol, ul {
  font-size: 16px;
  font-size: 1rem;
  font-family: KingsBureauGrotFiveOne, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 1.875rem;
}

li {
  margin: 0;
  color: #444;
}

.pols_main-content .pols_font75 p {
  font-size: 75%;
}
.pols_main-content .pols_font125 p {
  font-size: 125%;
}

.info-box-green {
  background-color: #3e4649;
  color: #fff;
  padding: 20px 20px;
}

#ct-ultimate-gdpr-cookie-popup {
  background-color: #041e42;
}

.ct-ultimate-gdpr-cookie-popup-modern.ct-ultimate-gdpr-cookie-bottomPanel #ct-ultimate-gdpr-cookie-accept {
  border-color: #ffffff;
  background-color: #005c97;
  color: #ffffff;
  float: right;
}

.ct-ultimate-gdpr-cookie-change-settings {
  margin-right: 10px;
}

.pols_footer-social-container a:focus,
.pols_footer-links a:focus {
  outline: 1px solid #fff;
  outline-offset: 4px;
}

/* MAIN CONTENT */
.pols_site-tagline {
  font-family: inherit;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 62px;
  margin: 0;
}

.modal-menu .ancestor-wrapper a {
  color: #005C97;
}

.mobile-nav-toggle:focus,
.menu-modal .close-nav-toggle:focus {
  outline: 2px solid #005C97 !important;
}

.pols_block-white-blue {
  background-color: #041e42;
  color: #fff;
}
.pols_block-white-blue .vc_column-inner {
  padding-top: 0 !important;
}

.pols_blocks_left .vc_column-inner {
  max-width: 800px;
  margin-right: 0px;
  margin-left: auto;
}

.pols_blocks_right .vc_column-inner {
  max-width: 800px;
  margin-right: auto;
  margin-left: 0;
  padding-left: 45px !important;
}

@media screen and (min-width: 961px) {
  .pols_blocks_left .vc_column-inner {
    padding: 35px !important;
    padding-right: 45px !important;
  }
  .pols_blocks_right .vc_column-inner {
    padding: 35px !important;
    padding-left: 45px !important;
  }
  .pols_how-to-apply-block {
    width: 45% !important;
    margin: 25px;
  }
}
.pols_how-to-apply-block .vc_column-inner {
  padding-right: 0 !important;
}

.pols_how-to-apply-text {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pols_how-to-apply-text .wpb_content_element {
  margin-bottom: 0;
}

.pols_how-to-apply-image .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.error404-content .h1 {
  background-color: #005C97;
}

.error404-content .search-submit {
  background-color: #005C97;
}

.error404-content .search-submit:hover {
  background-color: #041E42;
}

.error404-content form {
  margin-bottom: 20px;
}

.error404-content form input {
  padding: 20px;
  font-size: 1rem;
}

/************************/
/* BLOCKS AND SHADING */
.pols_block_bg_ltgray {
  background-color: #F4F4F4;
}

.pols_block_bg_darkgray {
  background-color: #E6EBF0;
}

.pols_external-link-icon:after {
  margin: 0 0 3px 5px;
  content: url(../graphics/external_white.svg);
}

.pols_arrow-icon {
  margin: 0 5px 3px 0;
}

/************************/
/* POLS COURSE BOXES */
.pols_hp-course-block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pols_hp-course-box-container-row .vc_column_container .vc_column-inner:first-of-type {
  padding-left: 0;
  padding-right: 0;
}

.pols_hp-course-box-container-row .pols_hp-course-box-container {
  padding-right: 0;
  padding-left: 0;
}

.pols_hp-course-box-container {
  max-width: 1000px;
  margin: 0 auto !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.pols_course-box-column {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pols_hp-course-box-container .vc_column_container,
.pols_hp-course-box-container .vc_column-inner {
  padding: 0 !important;
}

.pols_course-box-column .vc_column-inner {
  padding: 0 !important;
}

.pols_course-box-column {
  /*width:50% !important;*/
}

@media (min-width: 800px) {
  .pols_hp-course-box-container .vc_col-sm-6 {
    width: 48%;
    margin-left: auto;
    margin-right: auto;
  }
}
.pols_course-box {
  display: flex;
  flex-wrap: nowrap;
  /*padding:30px;
  background-color:#fff;*/
}

.pols_course-list .pols_course-box {
  padding: 0px;
}

.pols_course-text {
  box-sizing: border-box;
  color: white;
  background-color: #041e42;
  padding: 20px;
  position: relative;
}

.pols_course-image {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.pols_course-image img {
  position: absolute;
  /*height:100%;
  width:auto;*/
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}

@media (min-width: 800px) {
  .pols_course-text {
    max-width: 60%;
  }
  .pols_course-image {
    width: 40%;
  }
}
.pols_course-text h2 {
  margin: 0;
  margin-bottom: 1em;
  line-height: 35px;
}

.pols_course-badge {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 150px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 21px;
  text-align: center;
  padding: 5px;
}

.pols_course-badge-postext {
  display: none;
}

.pols_course-badge-masters {
  background-color: #692759;
}

.pols_course-badge-short {
  background-color: #00857C;
}

/************************/
/* MISC */
.form input {
  border: 1px solid #005C97 !important;
}

.screen-reader-only {
  position: absolute;
  width: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}

#google-captcha {
  transform: scale(1);
  -webkit-transform: scale(1);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

@media screen and (max-width: 1600px) {
  #google-captcha {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
}
@media screen and (max-width: 1400px) {
  #google-captcha {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
}
@media screen and (max-width: 1200px) {
  #google-captcha {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/************************/
/* RESPONSIVE STYLES */
@media screen and (max-width: 1647px) {
  .pols_header_container,
.pols_footer-container,
.pols_blog-content-container {
    /*padding-left:5%!important;
    padding-right:5% !important;*/
  }
  .pols_custom-btns-group .pols_custom-btn-container {
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 1400px) {
  .pols_footer-links ul {
    max-width: 350px;
  }
  .primary-menu-wrapper li {
    background-color: #E6EBF0;
    width: 16%;
  }
  .primary-menu-wrapper .menu-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1200px) {
  /*
  h1,
  .error404-content h1 {
      font-size:51px;
      font-size:3.188rem;
      line-height: 63px;
  }
  h2 {
      font-size:29px;
      font-size:1.813rem;
      line-height: 52px;
  }
  */
  h3,
.site-description a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
  }
  .pols_course-box-column,
.pols_header-main,
.pols_header-tagline {
    width: 100% !important;
  }
  /* FOOTER */
  .pols_footer-container {
    flex-wrap: wrap;
  }
  .pols_footer-container .pols_footer-logo,
.pols_footer-container .pols_footer-social-container,
.pols_footer-container .pols_footer-links {
    width: 100%;
    display: flex;
    display: flex;
    justify-content: center;
    margin: 25px auto;
  }
  .pols_social-icons-container {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
  .pols_copyright-info-desktop {
    display: none;
  }
  .pols_copyright-info-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .pols_footer-links ul {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .pols_how-to-apply-text,
.pols_how-to-apply-image {
    width: 100% !important;
  }
  /************************/
}
@media (min-width: 1000px) {
  .navbar-toggler {
    display: none;
  }
}
@media (max-width: 999px) {
  .site-description {
    display: none;
  }
  .pols_header .navbar-toggler {
    color: #333338;
    border: none;
    width: 100px;
    height: 44px;
    padding: 0;
    margin-right: 0;
    margin-left: auto;
    z-index: 9;
  }
  .pols_header .navbar-toggler .toggle-text {
    display: block;
  }
  .pols_header .navbar-toggler span {
    display: block;
    width: 28px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
    background: #013035;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .pols_header .navbar-toggler span:first-child {
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  .pols_header .navbar-toggler span:last-child {
    margin-bottom: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
  .pols_header .navbar-toggler[aria-expanded=true] span {
    background: #333338;
    width: 28px;
    margin-bottom: 8px;
  }
  .pols_header .navbar-toggler[aria-expanded=true] span:nth-child(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 960px) {
  /* GENERAL */
  .pols_blocks,
.vc_col-sm-6 {
    /*width:100% !important;*/
  }
  .pols_blocks_left .vc_column-inner,
.pols_blocks_right .vc_column-inner {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 35px !important;
  }
  .pols_header_container .vc_column_container .vc_column-inner {
    /*padding-left:0 !important;*/
  }
  /* COURSE BOX */
  .pols_hp-course-box-container-row {
    margin: 0 5%;
  }
  .pols_course-box-column {
    margin: 25px 0;
  }
  .pols_hp-course-box-container-row {
    padding-left: 5%;
    padding-right: 5%;
  }
  .pols_course-box {
    flex-wrap: wrap;
    width: 100%;
  }
  /************************/
  /* HOW TO APPLY BOX */
  .pols_how-to-apply-block {
    width: 100% !important;
    margin: 25px 10px;
  }
  /************************/
  #floating-scroll-up-btn {
    height: 80px;
    width: 80px;
    left: 0px;
    bottom: 0px;
  }
  #floating-contact-us {
    display: none;
  }
}
@media screen and (max-width: 799px) {
  .pols_course-text,
.pols_course-image {
    width: 100%;
    max-width: 100%;
    min-height: 300px;
    max-height: 500px;
  }
  .pols_course-badge-postext {
    display: block;
  }
  .pols_course-badge-posimage {
    display: none;
  }
  .pols_blog-list-content {
    flex-wrap: wrap;
  }
  .pols_blog-list-image {
    width: 100%;
    max-width: 300%;
    min-height: 350px;
    height: auto;
    overflow: hidden;
  }
  .pols_blog-list-image img {
    height: auto;
  }
  .pols_blog-list-text {
    width: 100%;
    padding: 15px;
    text-align: left;
  }
}
@media (max-width: 580px) {
  h1,
.error404-content h1 {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 52px;
  }
  h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 43px;
  }
  h3,
.site-description a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
  }
  .pols_course-box {
    padding: 15px;
  }
  .pols_social-icons-container {
    flex-wrap: wrap;
  }
  .pols_social-icons-container div {
    margin: 10px;
  }
  .pols_footer-links ul {
    justify-content: center;
  }
  .pols_main-content {
    padding: 0 15px 35px 15px;
  }
  .pols_header, .pols_footer-container {
    padding: 0 15px;
  }
  .pols_blocks_left .vc_column-inner,
.pols_blocks_right .vc_column-inner {
    padding: 15px !important;
  }
}
/* Images */
.pols_main-content .pols_icons {
  max-width: 200px;
  margin: 0 auto 16px auto !important;
}

.pols_main-content .pols_icons figure {
  max-width: 120px;
}

.pols_image-blocks {
  margin: 0 auto 16px auto !important;
}

.pols_image-blocks .vc_single_image-wrapper {
  max-height: 220px;
  overflow: hidden;
}

@media screen and (max-width: 720px) {
  .pols_image-blocks .vc_single_image-wrapper {
    max-height: unset;
    overflow: unset;
  }
}
.pols_testimonial-image {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.pols_blog_image {
  overflow: hidden;
}

.pols_image_mh250 {
  max-height: 250px;
}

/* Various colours */
.pols_bg-light-grey-v1 {
  background-color: #f0f0f0;
}

.pols_bg-light-grey-v2 {
  background-color: #fafafa;
}

.pols_bg-light-grey-v3 {
  background-color: #f1f1f1;
}

.pols_bg-light-grey-v4 {
  background-color: #f3f3f3;
}

.pols_bg-medium-grey-v1 {
  background-color: #cdd7dc;
}

.pols_bg-medium-grey-v2 {
  background-color: #dfe5e9;
}

.pols_bg-dark-grey-v1 {
  background-color: #ccc;
}

.pols_bg-dark-grey-v2 {
  background-color: #666;
}

.pols_bg-verydark {
  background-color: #333;
}

.pols_bg-verydark p,
.pols_bg-verydark h2,
.pols_bg-verydark h3 {
  color: #fff;
}

.pols_bg-blue {
  background-color: #002395;
}

.pols_bg-blue p {
  color: #fff;
}

.pols_bg-dark-blue {
  background-color: #0a4192;
}

.pols_bg-dark-blue p {
  color: #fff;
}

.pols_bg-vdark-blue {
  background-color: #0a2d50;
}

.pols_bg-vdark-blue p,
.pols_bg-vdark-blue h2,
.pols_bg-vdark-blue h3 {
  color: #fff;
}

.pols_bg-orange {
  background-color: #ff5f05;
}

.pols_bg-orange p {
  color: #fff;
}

.pols_bg-purple {
  background-color: #8e44ad;
}

.pols_bg-purple-v2 {
  background-color: #501491;
}

.pols_bg-purple p,
.pols_bg-purple-v2 p {
  color: #fff;
}

.pols_bg-turquoise {
  background-color: #009ea0;
}

.pols_bg-turquoise p,
.pols_bg-turquoise h1,
.pols_bg-turquoise h2,
.pols_bg-turquoise h3,
.pols_bg-turquoise h4,
.pols_bg-turquoise a {
  color: #fff;
}

.pols_bg-turquoise-v2 {
  background-color: #0096a8;
}

.pols_bg-turquoise-v2 p,
.pols_bg-turquoise-v2 h1,
.pols_bg-turquoise-v2 h2,
.pols_bg-turquoise-v2 h3,
.pols_bg-turquoise-v2 h4,
.pols_bg-turquoise-v2 a {
  color: #fff;
}

.pols_col_lime,
.pols_heading-background .pols_col_lime,
.pols_bg-vdark-blue .pols_col_lime {
  color: #c8e100;
}

.pols_col_white {
  color: #fff;
}

.pols_col_red {
  color: #bb1108;
}

.pols_col_black {
  color: #000;
}

.d-none {
  display: none;
}

/* Header */
header.header-footer-group {
  min-height: 4rem;
  background-color: #3e4649;
  position: relative;
}

.header-titles-wrapper {
  margin: 0 !important;
  height: 56px;
  background-color: #3e4649;
}

@media (min-width: 768px) {
  .header-titles {
    max-width: 125px;
  }
}
@media (max-width: 767px) {
  .header-titles {
    max-width: 63px;
  }
}
.header-titles .pols_site-logo {
  margin: 0 !important;
}

/* Navigation skip */
.skip-header {
  width: 100%;
  height: auto;
}

.skip-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.skip-header li {
  padding: 0;
  height: 0;
  display: inline;
}

.skip-header a {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.pols_header, .pols_footer-container {
  /* Temporary override for width */
  max-width: 1200px;
}

/* Back to top button */
.btn.back-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  outline: 0 none;
  /*display: inline;*/
  display: none;
  border-radius: 30px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  outline: none;
  background-color: #e2231a;
}

.btn.back-top:hover {
  background-color: #536a6e;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.page-template-form-page section.section {
  margin-bottom: 60px;
}
.page-template-form-page section.section ul {
  margin: 0;
  margin-bottom: 20px;
}
.page-template-form-page section.section ul:last-child {
  margin-bottom: 0;
}
.page-template-form-page section.section p {
  margin: 0;
  padding-bottom: 20px;
}
.page-template-form-page section.section p a:hover, .page-template-form-page section.section p a:focus {
  text-decoration: none;
}
.page-template-form-page section.section p:last-child {
  padding-bottom: 0;
}
.page-template-form-page .hero-img {
  width: 100%;
}
.page-template-form-page .hero-img img {
  width: 100%;
}
@media screen and (min-width: 991px) {
  .page-template-form-page .homepage-hero-banner-image {
    margin-bottom: 10px;
  }
}
.page-template-form-page .footer-nav-widgets-wrapper, .page-template-form-page #site-footer {
  margin-top: 0 !important;
}

@media (min-width: 768px) {
  article.course-details {
    flex: 0 0 66%;
    max-width: 66%;
  }
  aside.course-form {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .testimonial-image {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .col-sm-4 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media (max-width: 767px) {
  article.course-details {
    flex: 0 0 100%;
    max-width: 100%;
  }
  aside.course-form {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .testimonial-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .hero-img {
    display: none;
  }
}
.text-white, .text-white p {
  color: #ffffff !important;
}

.bg-primary {
  background-color: #e2231a;
}

.bg-midnight-blue-500 {
  background-color: #0A2D50;
}

.bg-light-grey {
  background-color: #009EA0;
}

.bg-panel-grey-500 {
  background-color: #eaeff0;
}

.bg-panel-grey-900 {
  background-color: #536a6e;
}

.bg-panel-grey-1000 {
  background-color: #2e2e2e;
}

.bg-sea-blue-500 {
  background-color: #C83296;
}

.course-overview, .entry-requirements {
  background-color: #eaeff0;
  padding: 2rem;
  margin-bottom: 10px;
}

.course-overview h2, .entry-requirements h2 {
  color: #142C4D !important;
}

.deadline-cta {
  color: #ffffff !important;
  background-color: #0A2D50;
  padding: 1rem 2rem;
  border-radius: 5px;
}

.deadline-cta h2, .deadline-cta h3, .deadline-cta p {
  color: #ffffff !important;
  margin-bottom: 0rem !important;
  margin-top: 0rem !important;
}

.course-overview dt, .course-overview dd {
  color: #142C4D !important;
}

.course-overview dt {
  font-weight: bold;
  /*font-size: 1.5rem;
  margin-bottom: 1rem;*/
}

.course-overview dl {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .course-overview dl {
    width: 33%;
  }
}
.key-highlights {
  margin-bottom: 2rem;
}

.key-highlights div {
  background-color: #eaeff0;
  border-bottom: 3px solid #e2231a;
  padding: 1rem;
  width: 100%;
}

.key-highlights h2 {
  color: #142C4D !important;
  font-size: 2.5rem;
  margin-top: 1rem;
}

.course-title {
  font-size: 2.5rem;
  margin-top: 1rem;
}

p.lead {
  font-size: 2rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .hero-banner-image {
    padding: 0px !important;
  }
}
.hero-banner-image {
  position: relative;
  z-index: -1;
}

.banner-cta::after {
  font-family: KingsBureauGrotThreeSeven, sans serif;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #e2231a;
  padding: 0.8rem;
}

@media (min-width: 768px) {
  .banner-cta::after {
    position: relative;
    top: -1.8rem;
    left: 2rem;
  }
}
.faq {
  padding: 1rem 0 1rem 0;
  margin-bottom: 1rem;
}
.faq h2, .faq h3 {
  font-size: 2rem;
}
.faq img {
  max-width: 80px;
}

.spacer {
  border-bottom: 2px solid #009EA0;
}

.testimonial-section {
  color: #ffffff !important;
  background-color: #0A2D50;
  padding: 35px 32px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.testimonial-section p {
  padding-bottom: 1rem;
  color: inherit;
}
.testimonial-section p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.testimonial-section .testimonial-content {
  margin: auto;
  position: relative;
  max-width: 900px;
}
.testimonial-section .testimonial-text {
  margin-left: 140px;
  min-height: 100px;
}
.testimonial-section .testimonial-text p {
  font-size: 1.4rem !important;
  font-weight: 400;
}
.testimonial-section .testimonial-image {
  color: #ffffff !important;
  overflow: hidden;
  width: 110px;
  padding: 0;
  flex: inherit;
  max-width: initial;
  border-radius: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.testimonial-section .testimonial-image img {
  max-width: 163px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-section .testimonial-attribution {
  margin-left: 140px;
  margin-top: 20px;
}
@media (max-width: 966px) {
  .testimonial-section .testimonial-text {
    margin-left: 0;
    min-height: auto;
  }
  .testimonial-section .col-attribution {
    width: calc(100% - 79px);
  }
  .testimonial-section .testimonial-image {
    width: 64px;
    height: 100%;
    position: static;
  }
  .testimonial-section .testimonial-attribution {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-left: 0;
  }
}

.post-content-wrap {
  background-image: url(https://worker.polsuk.pearsondev.tech/wp-content/uploads/2023/07/default-blog-banner.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}

.post-single-details .container {
  background-color: #ffffff;
  max-width: 992px;
  border-radius: 5px;
  margin-top: 4.5rem;
  padding-top: 1.5rem;
}

/* Homepage cards */
.card {
  background-color: #eaeff0;
  margin: 0.5em;
}

.card-body, .card-footer {
  padding: 1rem;
}

.card-body h3 {
  color: #0A2D50;
  font-family: KingsBureauGrotThreeSeven, sans serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 27px;
}
.card-body p.lead {
  color: #5A6369;
  font-family: KingsBureauGrotThreeSeven, sans serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
}

.btn-kcl-card {
  font-family: KingsBureauGrotThreeSeven, sans serif;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  background-color: #e2231a;
  padding: 0.5rem 1.2rem;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-kcl-card:hover {
  background-color: #536a6e;
}
.btn-kcl-card:active, .btn-kcl-card:focus {
  background-color: #08f6cc;
  color: #536a6e;
}

.hero-content {
  background-color: #ffffff;
  padding: 1rem;
  max-width: 700px;
}
.hero-content h1 {
  line-height: 2.5rem;
}
.hero-content p.lead {
  line-height: 2rem !important;
}

@media (max-width: 991px) {
  .homepage-hero-banner-image {
    background: none !important;
  }
}
@media (min-width: 992px) {
  .homepage-hero-banner-image {
    overflow: hidden;
    position: relative;
    top: -2rem;
    z-index: -1;
    margin-bottom: -2rem;
    max-height: 480px;
  }
  .hero-content {
    margin-top: 200px;
    margin-bottom: 2rem;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 2rem;
}

.post-biography-img {
  margin: 0 auto;
  border-radius: 50%;
  max-width: 186px;
  overflow: hidden;
}

.post-biography-img img {
  max-width: 186px;
  border-radius: 50%;
  overflow: hidden;
}

.post-biography-content h1 {
  margin-top: 0px !important;
  line-height: 2.2rem;
}

@media (max-width: 991px) {
  .post-biography-img {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .post-biography-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .post-biography-img {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .post-biography-content {
    flex: 0 0 80%;
    max-width: 80%;
    padding: 0.5rem 1.5rem;
  }
}
.faq-icon {
  flex: 0 0 15%;
  max-width: 15%;
}

.faq-title {
  flex: 0 0 85%;
  max-width: 85%;
}

.faq-title h3, .faq-content {
  margin-top: 1rem;
}

@media (max-width: 991px) {
  .faq-title h3 {
    margin-left: 0.5rem;
    margin-top: 0rem;
  }
}
/*.citations-table p{
font-size: 1.5rem;
padding: 1rem;
}*/
.citations-table div {
  font-size: 1.5rem;
  padding: 1rem;
}

@media (min-width: 992px) {
  .page-content-wrap .container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }
  aside.course-form {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin-top: 20px;
  }
}
p {
  margin-bottom: 1rem;
  font-size: 1.1rem !important;
}

.card-body h3 {
  margin-top: 0rem;
}

.blockquote-span:before {
  display: inline-flex;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
}

.blockquote-span-opening:before {
  content: "";
  background-image: url("/wp-content/themes/kcl/assets/img/blockquote-opening.svg");
}

.blockquote-span-closing:before {
  content: "";
  background-image: url("/wp-content/themes/kcl/assets/img/blockquote-closing.svg");
}

.sticky-form-button {
  z-index: 1;
  display: block;
  width: 100%;
  position: sticky;
  top: 0;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eaeff0;
}
.sticky-form-button p {
  margin: 0;
  padding-bottom: 5px;
}
.sticky-form-button .btn-course-form-link {
  width: calc(100% - 60px);
  margin: 0 30px;
  border-radius: 0;
  text-align: center;
  padding: 13px 20px;
  float: none;
}
@media (min-width: 992px) {
  .sticky-form-button {
    display: none;
  }
}

.admin-bar .btn-course-form-link-container {
  top: 48px;
}

@media (max-width: 991px) {
  .btn-course-form-link {
    display: inline-block;
    color: #ffffff;
    background-color: #e2231a;
    border-radius: 5px 0 0 5px;
    text-decoration: none;
    padding: 0.5rem;
    padding-left: 1rem;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700;
    float: right;
  }
  .btn-course-form-link:active {
    background-color: #536a6e;
  }
}
@media (min-width: 992px) {
  .btn-course-form-link {
    display: none;
  }
}
.information-caveat {
  padding-right: 45px !important;
  position: relative;
}

.information-caveat:after {
  content: "i";
  color: #ffffff;
  background-color: #e2231a;
  font-weight: bold;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  padding: 4px 13px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.information-caveat-info {
  padding-left: 45px !important;
  position: relative;
}

.information-caveat:after {
  content: "i";
  color: #ffffff;
  background-color: #e2231a;
  font-weight: bold;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  padding: 4px 13px;
  position: absolute;
  left: 10px;
  top: 10px;
}

.post-quote {
  padding: 1rem;
  display: inline-block;
  margin-top: 1rem;
}

.kcl-cta {
  text-decoration: none;
  padding: 0.8rem 1rem;
  color: #ffffff;
  background-color: #e2231a;
  margin-top: 1rem;
}

.kcl-cta:active, .kcl-cta:hover {
  background-color: #536a6e;
}

.btn-container {
  margin-top: 2rem;
}

.cta-panel {
  padding: 0.5rem 1rem 1.5rem 1rem;
}

.course-form {
  padding: 0 5px 0 5px;
  width: 100%;
}
.course-form .wFormContainer {
  font-family: kings-caslon, sans-serif;
  background-color: #cdd7dc;
  padding: 0.5rem;
  max-width: 600px !important;
  width: auto;
  margin-bottom: 40px;
}
.course-form .wFormContainer h3 {
  font-size: 1.8rem !important;
  margin-top: 1.5rem !important;
}

#tfa_949-HTML {
  font-size: 1.2rem !important;
  margin-bottom: 1rem !important;
}

.course-form .inputWrapper, .course-form .oneField, .course-form .inputWrapper select, #tfa_6 {
  width: 100% !important;
}

.course-form .wFormContainer label, .course-form .wFormContainer .label {
  font-family: KingsBureauGrotFiveOne, sans-serif !important;
}

.course-form .wFormContainer input.primaryAction {
  width: 100%;
  padding: 1rem;
  font-size: 1.2rem;
}

@media only screen and (max-width: 600px) {
  .wFormContainer .wForm .wFormTitle {
    padding: 0rem !important;
  }
}
#tfa_728 div:nth-child(2) {
  max-width: 100% !important;
}

@media (min-width: 992px) {
  .homepage-hero-banner-image {
    background-size: cover;
  }
}
.faq-border-bottom {
  border-bottom: 2px solid #009EA0;
}

.citations-table .row {
  margin-left: -16px;
  margin-right: -16px;
}

p.data-controller {
  padding: 0 1rem 0 1rem;
  text-align: justify;
}

.mt-5 {
  margin-top: 2.5rem !important;
}

@media (max-width: 991px) {
  .course-overview dl {
    width: 100% !important;
  }
}
#menu-footer-menu {
  display: flex;
  gap: 24px;
  padding: 0;
}
#menu-footer-menu .menu-item a {
  color: #fff;
  text-decoration: none;
}
#menu-footer-menu .menu-item a:hover, #menu-footer-menu .menu-item a:focus {
  text-decoration: underline;
}
@media screen and (max-width: 1280px) {
  #menu-footer-menu {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 655px) {
  #menu-footer-menu {
    gap: 5px;
    flex-direction: column;
  }
}

/*# sourceMappingURL=style.css.map */
