@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Varela+Round&display=swap');

:root {
  --affinity-blue: #123b84;
  --affinity-yellow: #ffe75c;
  --dark-grey: #24272B;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  overflow-x: hidden !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: var(--affinity-blue);
}

p {
  color: var(--affinity-blue);
}

.custom-inline {
  -ms-flex-flow: row !important;
  flex-flow: row !important;
}

.mr-10 {
  margin-right: 8em;
}

strong,
b,
.strong {
  font-weight: 600;
}

ul {
  padding: 0px;
}

ul li {
  padding-top: 0px;
  list-style-type: none;
  list-style-position: inside;
}

h1,
h2,
h3,
h4,
h5,
h6,
.text-varela {
  font-family: 'Varela Round', sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 40px;
}

h3 {
  font-size: 20px;
}

p {
  font-size: 1rem;
}

a {
  color: var(--affinity-blue);
  text-decoration: none;
}

a:hover {
  color: var(--affinity-blue);
  text-decoration: underline;
}

.text-yellow {
  color: var(--affinity-yellow);
}

section {
  overflow: hidden;
}

.btn {
  border-radius: 25px;
  padding: 0.375rem 1.2rem;
  transition: 0.2s;
  font-family: 'Varela Round', sans-serif;
  font-weight: 400;
}

.btn.btn-primary {
  background: linear-gradient(to right, var(--affinity-yellow), #FFDB13);
  color: var(--affinity-blue);
  border: 0;
}

.btn.btn-secondary {
  background: linear-gradient(to right, var(--affinity-blue), #2466D6);
  border: 0;
}

nav .btn.btn-outline-light {
  background-color: #fff;
  border: 1px solid var(--affinity-blue);
  color: var(--affinity-blue);
  text-decoration: none;
}

.yellow-button a {
  margin-top: 15px;
  display: inline-block;
  background-color: rgba(255, 219, 19, 1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

  border-radius: 25px;
  color: var(--affinity-blue);
  font-size: 15px;
  transition: 0.2s;
}

.yellow-button a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.rad-box {
  border-radius: 20px;
}

img.rad-box {
  max-width: 100% !important;
}

.rad-clip {
  -webkit-clip-path: inset(0 0 0 0 round 20px);
  clip-path: inset(0 0 0 0 round 20px);
}

.bg-primary-blue {
  background: linear-gradient(to right, var(--affinity-blue), #2466D6);
}


.bg-trans-blue:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background: linear-gradient(to right, var(--affinity-blue), #2466D6);
  opacity: 0.5;
  z-index: -1;
}

.bg-trans-blue.rad-box::before {
  border-radius: 20px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-15 {
  padding-bottom: 25px;
}

.mt-50 {
  margin-top: 50px;
}

.margin-none {
  margin-bottom: 0px;
}

.border-bottom {
  border-bottom: 1px solid #eee;
  margin-bottom: 0px;
}

.font-sub-small h2 {}

.dark-blue {
  color: var(--affinity-blue);
}

.btn-primary:hover {
  opacity: 0.5;
  color: var(--affinity-blue);
  background-color: rgba(255, 219, 19, 1);
}

video {
  overflow-x: hidden;
}

/*-- HERO --*/
.hero-block {
    max-width: 1500px;
	width:95%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
	padding-top: 100px;
 }
.hero-header h1 {
	padding-top:0px;
	text-align: center;
	color: #ffffff;
}
.hero-header h2 {
	text-align: center;
	color: #ffffff;
}
.hero-header h3 {
	text-align: center;
	color: #ffffff;
}
.hero-icons {
	display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.hero-header {
    background-image: url(../images/affinity-home-banner.jpg);
    text-align: left;
    position: relative;
    background-size: cover;
    padding-bottom: 80px;
    background-position: 55% 50%;
}
.hero-form {
	width: 95%;
    background: #ffffff;
    min-height: 500px;
	padding:30px 15px;
    border-radius: 20px;
}
.hero-form .needsclick button {
	background-color: #ffffff !important;
}
.hero-form .needsclick .go273812769  {
	background:#ffdb13!important;
	background-color: #ffdb13 !important;
	border-radius:50px!important;
}
.hero-form-text {
	max-width:300px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.ofsted-header-badge .bg-primary-blue {
    border: 4px solid #ffffff;
}
.hero-block-right {
	width: 35%;
	min-width:450px;
	
}
.hero-form-text p {
	margin-bottom:0px;
}
.hero-block-left {
	width: 60%;
	padding-right:3%;
}
.hero-starbtn {
	display: block;
    transition: 0.2s;
    width: 150px;
    position: absolute;
    transform: rotate(8deg);
    top: -63px;
    right: -24px;
}
.hero-starbtn img {
	width:150px;
}
.hero-video {
	width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 30px;
	margin-top:20px;
    display: inline-block;
	position: relative;
}
.hero-videoWrapper {
    position: relative;
    z-index: 0;
    padding-bottom: 55.62%;
    padding-top: 0px;
    height: 0;
    border-radius: 20px;
    overflow: hidden;
    border: 3px solid #ffffff;
}
.hero-videoWrapper iframe {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero-icons img {
	max-width: 100px;
	margin: 0px 20px;
}
/*-- HERO END --*/

/*-- CONTAINER FULL WIDTH --*/
@media (min-width: 992px) {
  .container {
    max-width: 1180px;
  }

}
@media (max-width: 992px) {

	.hero-block-right {
    width: 100%;
    min-width: 100%;
		margin-top:30px;
}
	.hero-block-left {
    width: 100%;
    padding-right: 0;
}
	.hero-block {
    max-width: 1500px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 30px;
}
	.hero-starbtn img {
    width: 95px;
}
	.hero-starbtn {
    display: block;
    transition: 0.2s;
    width: auto;
    position: absolute;
    transform: rotate(8deg);
    top: -30px;
    right: 0px;
}
	.hero-icons img {
    max-width: 15%;
    margin: 0px 20px;
}
	.hero-form {
    width: 100%;
    background: #ffffff;
    min-height: 500px;
    padding: 30px 15px;
    border-radius: 20px;
}
}
@media (min-width: 768px) {
  .container {
    max-width: 1180px;
  }
}

@media (min-width: 567px) {
  .container {
    max-width: 1180px;
  }
}

/*-- END CONTAINER FULL WIDTH --*/

.header-nav {
  background: #fff;
}

.header-nav .navbar-brand {
  position: absolute;
  top: 0;
  z-index: 499;
}

.navbar-brand .logo {
  max-height: 138px;
  width: auto;
  padding: 10px 20px 20px;
}

@media (min-width: 992px) {
  .nav-phone-link {
    position: absolute;
    right: 0;
  }
}

.landing-btns.overlay-btns {
  position: absolute;
  z-index: 99;
  width: 100%;
}

@media (max-width: 992px) {

  .navbar-brand .logo {
    max-height: 60px;
    width: auto;
    padding: 0;
  }

  .landing-btns .btn {
    font-size: .875rem;
    line-height: 1.5;
  }

}

.pre-nav .nav-link {
  padding: 0 .5rem;
}

.pre-nav .nav-link {
  color: var(--dark-grey);
  font-size: 1rem;
}

.pre-nav .list-inline {
  margin: 0;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

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

.top-nav {
  color: var(--affinity-blue);
  display: inline-block;
  padding-top: 30px;
  text-decoration: none;
  transition-property: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  font-size: 15px;


}

.telephone-nav a {
  font-size: 25px;
  color: var(--affinity-blue);

  line-height: 1.2em;
  margin-bottom: 8px;
  margin-top: 0px;

}

.telephone-nav p {
  margin-bottom: 0px;
  padding-top: 20px;
}

.text-white,
.text-white p {
  color: white;
}

/*styling open close button*/
.button {
  display: inline;
  position: absolute;
  right: 0px;
  z-index: 999999999 !important;
  font-size: 30px;
  top: 15px;
  right: 15px;
  background-color: var(--affinity-blue);
}

#sticker {
  position: absolute;
  z-index: 999999999 !important;
  display: inline;
  position: absolute;
  right: 0px;
  z-index: 999;
  font-size: 30px;
}

.button a {
  text-decoration: none;
}

.btn-open:after {
  color: white;
  content: "\f0c9";
  font-family: "Font Awesome\ 5 Free";

  transition-property: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  font-size: 25px;
  transition: 0.2s;
}

.btn-open:hover:after {
  opacity: 0.5;
  text-decoration: none;
}

.btn-close:after {
  color: #fff;
  content: "\f0c9";
  font-family: "Font Awesome\ 5 Free";

  transition-property: all 0.2s linear 0s;
  transition: 0.2s;
  display: none;
}

.btn-close:hover:after {
  opacity: 0.5;
  text-decoration: none;
}

/*overlay*/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: #123b84;
  overflow: auto;
  z-index: 99999999;
}

.wrap {
  color: #e9e9e9;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}

.wrap ul.wrap-nav {
  text-transform: capitalize;
  padding: 150px 0px 100px;
}

.wrap ul.wrap-nav li {
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  width: 24%;
  position: relative;
}

.wrap ul.wrap-nav li a {
  color: white;
  display: block;
  padding: 8px 0;
  text-decoration: none;
  transition-property: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}

.wrap ul.wrap-nav li a:hover {
  color: #f0f0f0;
}

.wrap ul.wrap-nav ul {
  padding: 20px 0;
}

.wrap ul.wrap-nav ul li {
  display: block;
  font-size: 13px;
  width: 100%;
  color: #e9e9e9;
}

.wrap ul.wrap-nav ul li a {
  color: #f0f0f0;
}

.wrap ul.wrap-nav ul li a:hover {
  color: #34b484;
}

.social {
  font-size: 25px;
  padding: 20px;
}

.social p {
  margin: 0;
  padding: 20px 0 5px 0;
  line-height: 30px;
  font-size: 13px;
}

.social p a {
  color: #34b484;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.social-icon {
  width: 80px;
  height: 50px;
  background: #e9e9e9;
  color: #333;
  display: inline-block;
  margin: 0 20px;
  transition-property: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}

.social-icon:hover {
  background: #34b484;
  color: #f0f0f0;
}

.social-icon i {
  margin-top: 12px;
}

@media screen and (max-width: 48em) {
  .wrap ul.wrap-nav>li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #575757;
  }

  .wrap ul.wrap-nav {
    padding: 30px 0px 0px;
  }

  .social {
    color: #c1c1c1;
    font-size: 25px;
    padding: 15px 0;
  }

  .social-icon {
    width: 100%;
    height: 50px;
    background: #fff;
    color: #333;
    display: block;
    margin: 5px 0;
  }
}

.content {
  width: 100%;
  margin-top: 200px;
  font-size: 20px;
  color: #333;
  text-align: center;
}



.home-header {
  height: 657px;
  background-image: url(../images/header.jpg);
  text-align: left;
  position: relative;
  background-position: 55% 50%;
}

.home-header h1 {
  font-size: 40px;
  padding-top: 180px;
}

.home-header h2 {
  font-size: 28px;
}

.home-header h3 {
  font-size: 28px;
}

.header-button-container a {
  margin-top: 15px;
  display: inline-block;
  background-color: rgba(255, 219, 19, 1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 25px;
  color: var(--affinity-blue);
  font-size: 15px;
  transition: 0.2s;
  position: absolute;
  /*z-index: 999;*/
}

.header-button-container a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.button-container-choice {
  padding-top: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.button-container-choice a {
  margin-top: 5px;
  display: inline-block;
  background-color: var(--affinity-blue);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  font-size: 15px;

  border-radius: 25px;
  transition: 0.2s;
}

.button-container-choice a:hover {
  opacity: 0.5;
  text-decoration: none;
  color: white;
}

.ofsted-header-badge {
  color: #fff;
  margin-top: -40px;
  position: relative;
}

header .ofsted-header-badge {
  margin-top: 170px;
}

.template-section-1 {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 40px;
}

.template-section-1 h2 {
  color: var(--affinity-blue);

  font-size: 26px;
  text-align: center;
}



/* ---- reset ---- */

canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/* ---- stats.js ---- */

.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;

}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

.login-portal-button a {
  display: inline-block;
  background-color: rgba(255, 219, 19, 1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

  border-radius: 25px;
  color: var(--affinity-blue);
  font-size: 15px;
  transition: 0.2s;

}

.login-portal-button a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.template-section-1 h3 {
  font-size: 20px;
  color: white;
  padding: 15px;
  margin-bottom: 0px;
}

.template-section-1 img {
  max-width: 100%;
}

.template-section-1 p {
  font-size: 16px;
  color: white;
  padding: 15px;

  margin-bottom: 0px;
  padding-bottom: 0px;
}

.col-margin-top {
  margin-top: 15px;
}

video#bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/fallback-image.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.days-out {
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}

.days-out h2 {
  color: white;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.days-out h3 {
  color: white;
  padding: 15px;
}

.days-out p {
  color: white;
}

.days-out-link a {
  display: inline-block;
  background-color: rgba(255, 219, 19, 1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

  border-radius: 25px;
  color: var(--affinity-blue);
  font-size: 15px;
  margin-left: 15px;
  transition: 0.2s;
}

.days-out-link a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.days-out p {
  font-size: 16px;
  color: white;
  padding: 15px;
}

.row-padding-top {
  padding-top: 50px;
}

.links-to-pages a {
  color: white;
  font-size: 18px;
}

.links-to-pages .fa-caret-right:before {
  color: rgba(255, 219, 19, 1);
}

.template-section-2 h2 {
  color: white;

  text-align: center;
  padding-top: 15px;
  color: var(--affinity-blue);
  padding-top: 50px;

}

.template-section-2 p {
  font-size: 16px;

  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.template-section-2 img {
  max-width: 100%;
}

.template-section-2 .find-out-more-container {
  background-color: white;
  text-align: center;
  width: 100%;
  margin-top: 15px;
}

.support-text p {
  padding-top: 15px;
}

.template-section-2 h3 {
  padding-top: 20px;

  text-align: center;
  color: var(--affinity-blue);
}

.template-section-2 {
  padding-bottom: 50px;
  background-image: ;
}

.template-section-3 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.owl-carousel p {
  background-color: white;
  padding: 15px;
  font-size: 16px;
}

.team-carousel.owl-carousel p {
  background: none;
  color: #fff;
}

.team-carousel .modal,
.snr-team-carousel .modal2 {
  background: none;
}

.team-carousel .modal-content p,
.snr-team-carousel .modal-content p {
  color: var(--affinity-blue);
}

.team-carousel .owl-prev,
.team-carousel .owl-next {
  position: absolute;
  top: 240px;
}

.team-carousel .owl-prev {
  left: -80px;
}

.team-carousel .owl-next {
  right: -80px;
}

.team-carousel .owl-dots {
  margin-top: 32px;
}

.template-section-3 h2 {
  color: white;
  text-align: center;
}

.owl-carousel {
  padding-top: 25px;
}

.youtube-link-container {
  text-align: center;
}

.static-vid {
  margin-top: 30px;
}

.template-section-3 .owl-stage {
  margin: 0 auto;
}

.youtube-link-container a {
  display: inline-block;
  background-color: #ff0000;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

  border-radius: 25px;
  color: white;
  font-size: 15px;

  transition: 0.2s;
}

.youtube-link-container a:hover {
  opacity: 0.5;
  text-decoration: none;
  color: white;
}

.youtube-vids .owl-prev,
.youtube-vids .owl-next {
  position: absolute;
  top: 74px;
}

.youtube-vids .owl-prev {
  left: -98px;
}

.youtube-vids .owl-next {
  right: -98px;
}

.template-section-4 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.template-section-4 h2,
.basic-page-cta h2 {
  color: var(--affinity-blue);


}

.template-section-4 p {}

.template-section-4 img {
  max-width: 100%;
}

.template-section-4 h4 {
  color: var(--affinity-blue);
  font-size: 20px;
}

.partnership-icons img {
  margin-top: 5px;
}

#local-comm-badges img {
  width: 170px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

#local-comm-badges .owl-nav img {
  height: 93px;
  width: auto;
}

#local-comm-badges .owl-nav {
  position: absolute;
  top: 50px;
  width: 100%;
}

#local-comm-badges .owl-prev {
  position: absolute;
  left: 40px;
}

#local-comm-badges .owl-next {
  position: absolute;
  right: 40px;
}

.template-section-4 li {
  color: var(--affinity-blue);
  padding-top: 9px;
  list-style-type: disc;
  list-style-position: inside;
}

.fill-text-box p {
  font-size: 16px;
  color: white;
  padding: 15px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.fill-text-box h3 {
  font-size: 20px;
  color: white;
  padding: 15px;
  margin-bottom: 0px;
}

.basic-page-cta .action-btn a {
  display: inline-block;
  background-color: rgba(255, 219, 19, 1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 25px;
  color: var(--affinity-blue);
  font-size: 15px;
  margin: 15px;
  transition: 0.2s;
}

.template-section-5 {
  background-image: url(../images/contact-image.jpg);
  background-position: 27% 50%;
  background-size: cover;
}

.template-section-5 h2 {
  padding-bottom: 15px;
}

.pre-footer {
  padding-top: 25px;
  padding-bottom: 50px;
}


.pre-footer h2 {
  margin-bottom: 0px;
}

.telephone-email a {
  display: block;
  font-size: 20px;
  color: var(--affinity-blue);

}

.telephone-email {
  padding-bottom: 15px;
}

.template-section-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.template-section-5 h2 {
  color: var(--affinity-blue);
  text-align: center;
  padding: 15px;
  margin-bottom: 0px;

}

.wrap-pre-footer-text {
  padding-top: 15px;
}

.pre-footer img {
  max-width: 100%;
}


.wrap-pre-footer-text p {
  margin-bottom: 5px;
}

.wrap-icons-pre-footer {
  padding-top: 15px;
  padding-bottom: 15px;
}

.wrap-icons-pre-footer a {
  padding-right: 6px;
}

.wrap-icons-pre-footer img {
  border-radius: 10px;
  height: 43px;
  width: auto;
}

.centre-submit-button {
  text-align: center;
}

.call-back-container {
  text-align: center;
}

.form-container {
  /*background-color: rgba(233, 233, 233, 0.3);*/
  text-align: center;
  padding: 15px;
}


.grey-background-box {
  background-color: #ededed;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.useful-links-container {
  padding-top: 15px;
}

.template-section-2 img {
  max-width: 100%;
}

.parallax {
  /* Set a specific height */
  padding-top: 50px;
  padding-bottom: 50px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-image: url(../images/background-image-about.jpg);
  background-position: 50% 50%;
  background-size: cover;
}

.template-section-6 h2 {
  color: white;


}

.template-section-6 p {
  color: white;
}

.template-section-6 img {
  max-width: 100%;
}

.template-section-6 h3 {
  font-size: 20px;
  color: white;
  padding: 15px;
  margin-bottom: 0px;
}

.template-section-6 a,
.learn-btn,
.find-out-more-container .btn {
  margin: 15px;
  transition: 0.2s;
}

.about-button a {
  margin: 0px;
  padding: 5px 10px;
}

.about-button a:hover {
  opacity: 0.5;
  text-decoration: none;
}

footer {
  padding-bottom: 15px;
  font-size: 14px;
}

/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
}

.about-header {
  height: 560px;
  background-image: url(../images/about-header.jpg);
  background-position: 50% 50%;
  position: relative;
  background-size: cover;
}

.about-header h1 {
  font-size: 40px;
  padding-top: 180px;
}

.about-header h2 {
  font-size: 28px;

}

.about-header h3 {
  font-size: 28px;

}

.template-section-8 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.template-section-8 p {}

.template-section-8 h2 {

  padding-top: 15px;
  color: var(--affinity-blue);

}

.template-section-85 {
  padding-top: -35px;
  padding-bottom: 50px;
}

.template-section-85 p {}

.template-section-85 h2 {

  padding-top: 15px;
  color: var(--affinity-blue);

}

.template-section-85 h3 {
  font-size: 28px;

  text-align: center;
  margin: 0px 10%;
}

.profile-image img {
  border-radius: 50%;
  width: 200px;
}

.profile-image {
  text-align: center;
}

.profile-image h3 {
  text-align: center;
  color: #212529;
  font-size: 20px;
  padding-top: 15px;
}

.profile-container {
  position: relative;
  background-color: var(--affinity-blue);
}

.profile-container h2 {
  color: white;
  font-size: 18px;
}

.profile-container p {
  color: white;
}

.profile-container span {}

.center-founded {
  text-align: center;
}

.complete-profile-container {
  padding-top: 50px;
}

.complete-profile-container-2 {
  padding: 15px;
  background-color: rgba(233, 233, 233, 0.5);
}

.background-poppy-wrap {
  background-image: url(../images/background-poppy-wrap.jpg);
  background-position: 50% 50%;
  background-size: cover;
}

.template-section-9 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.template-section-9 h2 {

  padding-top: 15px;
  color: white;

  text-align: center;
}

.template-section-9 h3 {
  font-size: 28px;

  color: white;
  text-align: center;
}

.image-container img {
  width: 200px !important;
  margin: auto;
  padding-bottom: 15px;
}

.image-container p {
  text-align: center;
}

.profile-title h4 {
  text-align: center;
  color: white;
  font-size: 18px;
  text-transform: capitalize;
}

.senior-profile-title h4 {
  text-align: center;
  font-size: 18px;
  text-transform: capitalize;
}

.senior-profile {
  margin-top: 20px;
}

.senior-block {
  background: rgba(255, 255, 255, 0.3);
}

.senior-intro {
  text-align: center;
  margin-top: 20px;
}

.image-container a {
  display: inline-block;
  background-color: rgba(255, 219, 19, 1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

  border-radius: 25px;
  color: var(--affinity-blue);
  font-size: 15px;

  transition: 0.2s;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99999999;
  /* Sit on top */
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.modal2 {
  display: none;
  /* Hidden by default */
  position: absolute;
  /* Stay in place */
  z-index: 99999999;
  /* Sit on top */
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 15px;
  border: 1px solid #888;
  width: 100%;
  text-align: left;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  font-size: 28px;

}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.button-container {
  text-align: center;
}

.lgbt-header {
  background-image: url(../images/lgbt-background-header.jpg);
  background-position: 30% 50%;
  height: 560px;
  position: relative;
  background-size: cover;
}

.lgbt-header h1 {


  font-size: 40px;
  padding-top: 180px;
  color: white;
}

.lgbt-header h2 {
  font-size: 28px;

  color: white;
}

.lgbt-header h3 {
  font-size: 28px;

  color: white;
  padding-top: 10px;
}

.lgbt-header h2 {
  display: inline;
  padding-bottom: 15px;
}

.lgbt-flag-container img {
  width: 40px;

  float: left;
}

.template-section-10 {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
}

.template-section-10 h2 {
  text-align: center;
  font-size: 28px;


  font-size: 32px;
  color: var(--affinity-blue);
  padding-bottom: 25px;
  padding-top: 30px;
}

.template-section-10 p {}

.template-section-10 a {
  display: inline-block;
  background-color: rgba(255, 219, 19, 1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

  border-radius: 25px;
  color: var(--affinity-blue);
  font-size: 15px;
  transition: 0.2s;
}

.template-section-11 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.template-section-11 h2 {
  padding-top: 15px;
  color: white;

}

.template-section-11 p {
  color: white;
}

.template-section-11 img {
  max-width: 100%;
}

.template-section-11 h3 {
  font-size: 20px;
  color: white;
  padding: 15px;
  margin-bottom: 0px;
}

.backup-text-padding-top p {
  padding: 15px;
  margin-bottom: 0px;
}

.template-section-12 {
  padding-bottom: 50px;
  background-image: url(../images/lgbt-section-background.jpg);
  background-position: 50% 50%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding-top: 50px;
  text-align: center;
}

.template-section-12 h2 {
  color: white;
  padding: 15px;
}

.template-section-12 h3 {


  color: white;
  font-size: 20px;
}

.template-section-12 h4 {


  color: white;
}

.template-section-12 a {
  display: inline-block;
  background-color: rgba(255, 219, 19, 1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

  border-radius: 25px;
  color: var(--affinity-blue);
  font-size: 15px;
  transition: 0.2s;
  margin-top: 10px;
  margin-bottom: 25px;
}

.template-section-12 a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.faq-header {
  background-image: url(../images/faq-header-background.jpg);
  background-position: 50% 50%;
  height: 560px;
  position: relative;
  background-size: cover;
}

.testimonials-header {
  background-image: url(../images/testimonials-header-background.jpg);
  background-position: 50% 50%;
  height: 560px;
  position: relative;
  background-size: cover;
}

.testimonial-thumb {
  border-radius: 50%;
  max-width: 80px;
  height: auto;
}

.faq-header h1 {


  font-size: 40px;
  padding-top: 180px;
}

.faq-header h2 {
  font-size: 28px;

}

.faq-header h3 {
  font-size: 28px;

  padding-top: 10px;
  padding-top: 0px;
}

.template-section-13 {
  padding-bottom: 50px;
  color: white;
  padding-top: 25px;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;

  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: 0px;
}

.btn-link {


  background-color: transparent;

  color: white;
}

.card-body p {
  color: #212529;
}

.template-section-13 h2 {
  text-align: center;
  font-size: 28px;


  font-size: 32px;
  color: var(--affinity-blue);
  padding-bottom: 25px;
  padding-top: 50px;
}

.btn-link p {
  display: inline-block;
  margin-bottom: 0px;
  color: #212529;
}

.local-header {
  height: 560px;
  position: relative;
  background-image: url(../images/local-autority-backgroundnotblog.jpg);
  background-position: 50% 50%;
  background-size: cover;
}

.local-header h1 {
  font-size: 40px;
  padding-top: 180px;
  color: white;
}

.local-header h2 {
  font-size: 28px;

  color: white;
}

.local-header h3 {
  font-size: 28px;

  padding-top: 10px;
  padding-top: 0px;
  color: white;
}

.blog-sidebar a {
  text-decoration: underline;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-email-signup .form-control {
  height: auto;
  border-radius: 25px 0 0 25px;
  padding-left: 20px;
}

.blog-email-signup {
  background: #fff;
  border-radius: 25px;
}

.blog-email-signup input {
  border: 0;
}

.blog-email-signup .btn {
  border-radius: 25px;
}

.sidebar-signup {
  background: linear-gradient(to right, var(--affinity-yellow), #FFDB13);
}

.sidebar-signup p {
  font-size: 0.9rem;
}

.pagination .page-item.active .page-link {
  background: linear-gradient(to right, var(--affinity-blue), #2466D6);
  border-color: var(--affinity-blue);
}

.pagination .page-link {
  color: var(--affinity-blue);
}

.pagination .page-item.active .page-link {
  color: #fff;
}

.template-section-15 {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-image: url(../images/background-poppy-2.jpg);
  background-position: 50% 0%;
}

.template-section-15 h2 {

  padding-top: 15px;
  color: var(--affinity-blue);

  text-align: center;
  padding-bottom: 50px;
}

.template-section-15 h3 {
  font-size: 20px;
}

.template-section-15 li {
  color: var(--affinity-blue);
  padding-top: 9px;
  list-style-type: disc;
  list-style-position: inside;
}

.fa-quote-right:before {
  font-size: 15px;
  vertical-align: top;
}

.fa-quote-left:before {
  font-size: 15px;
  vertical-align: top;
}

.template-section-16 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.template-section-16 p {
  color: white;
}

.email_icon {
  color: white;
}

.email_icon:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  display: inline-block;
  padding-right: 3px;
}

.phone_icon:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  display: inline-block;
  padding-right: 3px;
}

.template-section-17 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.template-section-17 h2 {

  font-size: 26px;
  padding-top: 15px;
  color: var(--affinity-blue);

}

.template-section-17 li {
  padding-top: 8px;

  color: var(--affinity-blue);
  list-style-type: disc;
  list-style-position: inside;
}

.template-section-17 p {}

p {}

.fill-form a {
  display: block;
}

.template-section-17 a {
  color: var(--affinity-blue);

  background-color: rgba(255, 219, 19, 1);
  margin-top: 4px;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}

.template-section-16 h2 {

  font-size: 26px;
  padding-top: 15px;
  color: white;

}

.template-section-16 a {
  display: inline-block;
  color: white;

  margin-top: 4px;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #292759;
  transition: 0.2s;
}

.template-section-16 a:hover {
  color: white;
  text-decoration: none;
  opacity: 0.5;
}

.card-header span {}

.finance-header {
  background-image: url(../images/finance-header-background.jpg);
  background-position: 50% 50%;
  height: 560px;
  position: relative;
  background-size: cover;
}

.finance-header h1 {


  font-size: 40px;
  padding-top: 180px;
  color: white;
}

.finance-header h2 {
  font-size: 28px;

  color: white;
}

.finance-header h3 {
  font-size: 28px;

  padding-top: 10px;
  padding-top: 0px;
  color: white;
}

.template-section-18 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.template-section-18 h2 {

  padding-top: 15px;
  color: white;

  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.template-section-19 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.template-section-19 h2 {

  font-size: 26px;
  padding-top: 15px;
  color: var(--affinity-blue);

}

.template-section-19 a {
  display: inline-block;
  background-color: rgba(255, 219, 19, 1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

  border-radius: 25px;
  color: var(--affinity-blue);
  font-size: 15px;
  transition: 0.2s;

}

.template-section-20 {
  padding-top: 50px;
  background-color: var(--affinity-blue);
  padding-bottom: 50px;
  overflow-x: hidden;
}

.template-section-20 h2 {

  padding-top: 15px;
  color: white;


  font-size: 28px;
}

.template-section-20 p {
  color: white;
}

.template-section-21 {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow-x: hidden !important;
}

.template-section-21 h2 {

  padding-top: 15px;
  color: var(--affinity-blue);

  font-size: 28px;
}

.template-section-21 img {
  max-width: 100%;
}

.template-section-21 a {
  display: inline-block;
  background-color: rgba(255, 219, 19, 1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

  border-radius: 25px;
  color: var(--affinity-blue);
  font-size: 15px;
  transition: 0.2s;

}

.template-section-21 span {
  font-size: 20px;
  color: var(--affinity-blue);

}

.community-header {
  background-image: url(../images/community-background-2.jpg);
  background-position: 50% 50%;
  height: 560px;
  position: relative;
  background-size: cover;
}

.community-header h1 {


  font-size: 40px;
  padding-top: 180px;
  color: white;
}

.community-header h2 {
  font-size: 28px;

  color: white;
}

.community-header h3 {
  font-size: 28px;

  padding-top: 10px;
  padding-top: 0px;
  color: white;
}

.template-section-22 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.template-section-22 img {
  max-width: 100%;
}

.template-section-22 h2 {

  padding-top: 15px;
  color: var(--affinity-blue);

}

.template-section-22 a {
  display: inline-block;
  background-color: rgba(255, 219, 19, 1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

  border-radius: 25px;
  color: var(--affinity-blue);
  font-size: 15px;
  margin: 15px;
  transition: 0.2s;
}

.template-section-22 h3 {
  font-size: 20px;
  color: white;
  padding: 15px;
  margin-bottom: 0px;
}

.blog-container-button a {
  margin-left: 0px;
  margin-top: 0px;
}

.template-section-23 {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.template-section-23 h2 {

  padding-top: 15px;
  color: white;

  text-align: center;
}

.template-section-23 h3 {
  font-size: 28px;

  color: white;
  text-align: center;
}

.template-section-23 a {
  background-color: rgba(255, 219, 19, 1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

  border-radius: 25px;
  color: var(--affinity-blue);
  font-size: 15px;
  transition: 0.2s;
  border: none;
  margin-top: 15px;
  display: inline-block;
}

.template-section-24 {
  padding-top: 50px;
}

.template-section-24 h2 {

  padding-top: 15px;
  color: var(--affinity-blue);

}

.template-section-24 h3 {
  font-size: 28px;

  color: var(--affinity-blue);
}

.template-section-25 {
  padding-bottom: 25px;
}

.template-section-25 h2 {


  color: var(--affinity-blue);

}

.template-section-25 span {}

.template-section-25 li {
  list-style-type: disc;
  list-style-position: inside;
}

.template-section-26 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.template-section-26 h2 {

  color: var(--affinity-blue);

}

.template-section-26 h3 {
  text-align: center;
  font-size: 28px;

  color: var(--affinity-blue);
  padding-bottom: 25px;
}

.template-section-26 h4 {
  text-align: center;
  font-size: 30px;

  color: var(--affinity-blue);

}

.push-recruitment {
  padding-top: 50px;
}

.nav-container {
  width: 1580px;
  margin: auto;
  max-width: 100%;
  position: relative;
}



.telephone-nav {
  float: right;
  padding: 15px;
}

.telephone-nav p {
  padding-top: 0px;
}

.ul-nav-main {
  position: absolute;
  left: 50%;
  margin-left: -354px;
  z-index: 9999999 !mportant;
}

.activity-header {
  height: 560px;
  position: relative;
}

.activity-header h1 {


  font-size: 40px;
  padding-top: 180px;
  color: white;
}

.activity-header h2 {
  font-size: 28px;

  color: white;
}

.activity-header h3 {
  font-size: 28px;

  padding-top: 10px;
  padding-top: 0px;
  color: white;
}

.template-section-27 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.template-section-27 a {
  display: inline-block;
  background-color: rgba(255, 219, 19, 1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 25px;
  color: var(--affinity-blue);
  font-size: 15px;
  transition: 0.2s;
}

.template-section-27 .find-out-more-container {
  background-color: transparent;
}

.activities img {
  border-radius: 20px 20px 0 0;
}

.template-section-28 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.template-section-27 h2 {


  color: rgb(18, 59, 132);


}

.template-section-28 a {
  display: inline-block;
  background-color: rgba(255, 219, 19, 1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

  border-radius: 25px;
  color: var(--affinity-blue);
  font-size: 15px;
  transition: 0.2s;
}

.template-section-28 h2 {


  color: white;


}

.template-section-28 p {
  color: white;
}

.activity-gallery-padding p {
  background-color: transparent;
}

.activity-gallery-padding {
  padding-top: 0px;
}

.gallery-color p {
  background-color: var(--affinity-blue);
  color: white;
}

.gallery-color-2 p {
  background-color: #777;
}

.button {
  padding-left: 15px;
  padding-right: 15px;
}


.center-away-days {
  text-align: center;
}

.center-away-days h2 {
  padding-top: 0px;
}

.hours-support h3 {
  padding-bottom: 0px;
}

.multi-button-padding {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.modal-content p {
  background-color: transparent;
  color: #212529;
}

.activity-button-margin-left .find-out-more-container a {
  margin-left: 0px !important;
}

.activity-button-margin-left .find-out-more-container {
  background-color: transparent;
}

.modal-content h2 {

  padding-top: 15px;


}

.purple-background button {
  background-color: #292759;
  color: white;
}

.social-media-column {
  padding-left: 15px;
}

.social-media-column a {
  margin: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  background-color: transparent;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
}

.social-media-column img {
  width: 48px;
}

.edited-button a {
  margin-bottom: 0px;
  margin-left: 0px;
}

.social-media-buttons a {
  color: white !important;
  border-radius: 5px !important;
  font-size: 26px;
}

.download-links {
  padding-top: 15px;
  display: inline-block;
  margin: auto;
}

.quiz-button {
  background-color: transparent !important;
}

.quiz-button a {
  display: inline-block;
  background-color: rgba(255, 219, 19, 1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

  border-radius: 25px;
  color: var(--affinity-blue);
  font-size: 15px;
  transition: 0.2s;
  margin-top: 0px;
  margin-bottom: 25px;
  margin-left: 0px !important;
}

.quiz-button a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.hover-button a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.test {
  height: 50px;
  background-color: red;
  position: -webkit-sticky;
  position: sticky;
}



.fa-home:before {
  font-size: 22px;
}

@media screen and (max-width: 440px) {


  .telephone-nav {
    padding-top: 15px !important;
  }

  .button-container-choice {
    text-align: left;
    position: relative;
    padding-left: 15px;
    z-index: 1;
    padding-top: 10px;
  }

  header h1 {
    font-size: 20px;
    padding-top: 95px !important;
  }

  .center-message h1 {
    padding-top: 35px !important;
  }

  header h2 {
    font-size: 25px !important;
  }

  h3 {
    font-size: 20px !important;
  }

  .font-responsive h2 {
    font-size: 25px;
  }

  .font-responsive {
    overflow-x: hidden;
  }

  .about-header h1 {
    color: white;
  }

  .about-header h2 {
    color: white;
  }

  .about-header h3 {
    color: white;
  }
}

@media screen and (max-width: 342px) {
  .login-portal-button span {
    display: none;
  }

  .phone-number a {
    font-size: 17px !important;
  }
}

@media screen and (max-width: 459px) {

  .home-header {
    height: 580px;
  }

  .about-header {
    height: 580px;
  }

  .activity-header {
    height: 470px;
  }

  .community-header {
    height: 470px;
  }

  .lgbt-header {
    height: 470px;
  }

  .finance-header {
    height: 470px;
  }

  header h1 {
    margin-top: 3rem;
  }

}

@media screen and (max-width: 767px) {
  .ul-nav-main {
    display: none;
  }


  .links-to-pages {
    padding-top: 15px;
  }

  .fill-text-box {
    margin-top: 15px;
  }

  .grey-background-box {
    margin-bottom: 15px;
  }

  .font-responsive img {
    width: 100%;
  }

  #owl-three,
  #owl-two,
  #owl-one {
    padding-top: 15px;
  }

  .push-up {
    padding-top: 15px;
  }

  .template-section-33 {
    text-align: center;
  }

  .box {
    text-align: center !important;
  }

  .white-box-landing {
    margin-top: 25px;
  }

  .landing-page-header h1 {
    color: white;
  }

  .landing-page-header h2 {
    color: white;
  }

  .landing-page-header h3 {
    color: white;
  }
}

@media screen and (max-width: 1050px) {}

.overlay .wrap a {
  font-size: 25px;
  padding-bottom: 15px;
  display: block;
  color: white;
  transition: 0.2s;
}

.overlay .wrap a:hover {
  opacity: 0.5;
  text-decoration: none;
  margin-left: 15px;
}

.overlay .wrap {
  padding-top: 5%;
}

.card-header h5 {
  color: black;
}

.btn-link {
  white-space: normal;
  text-align: left;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
}

.ul-nav-main {
  padding-top: 30px;
}

.template-section-27 .find-out-more-container a {
  display: inline-block;
  background-color: rgb(255, 219, 19);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

  color: rgb(18, 59, 132);
  font-size: 15px;
  border-radius: 25px;

  margin-bottom: 15px;
  margin-right: 15px;
  transition: 0.2s;
}

.template-section-27 .find-out-more-container a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.template-section-28 .find-out-more-container a {
  display: inline-block;
  background-color: rgb(255, 219, 19);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

  color: rgb(18, 59, 132);
  font-size: 15px;
  border-radius: 25px;

  margin-bottom: 15px;
  margin-right: 15px;
  transition: 0.2s;
}

.template-section-28 .find-out-more-container a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.purple-background button:hover {
  opacity: 0.5;
  cursor: pointer;
}

.fake-button a {
  position: absolute;
  padding: 15px;
  font-size: 50px;
  color: white;
  transition: 0.2s;
  right: 0;
  top: -30px;
}

.fake-button a:hover {
  text-decoration: none;
  opacity: 0.5;
  color: white;
}

.sub-title span {
  font-size: 18px;
}

.main-login-button {
  background-color: rgba(255, 219, 19, 1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

  border-radius: 25px;
  color: var(--affinity-blue);
  font-size: 15px;
  transition: 0.2s;

}

.main-contact {
  background-color: rgba(41, 39, 89, 1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

  border-radius: 25px;

  font-size: 15px;
  transition: 0.2s;
  color: white;
}

.main-contact:hover {
  color: white;
}

.login-portal-button {
  display: none;
}

.phone-number a {
  font-size: 27px;
}

.telephone-nav {
  padding-top: 10px;
}

@media screen and (max-width: 1050px) {

  .login-portal-button {
    display: inline;
  }
}

.template-section-18 ul {
  padding-top: 15px;
}

.template-section-extra ul li {
  text-align: center;
  font-size: 20px;

  list-style-position: inside;
  list-style-type: disc;
}

.template-section-extra ul {
  padding-top: 25px;
}

.column-2 a {
  background-color: transparent;
  padding: 0px;
}

.template-section-extra h3 {

  color: white;

  font-size: 30px;
}

.column-2 {
  font-size: 0px;
}

.find-out-more-container-3 {
  color: white;
}

.find-out-more-container-3 p {
  color: white;
  font-size: 16px;


}

.activity-gallery-padding .find-out-more-container-3 a {
  padding: 15px;
  color: white;
  font-size: 16px;


}

.template-section-18 h3 {

  color: white;
  font-size: 20px;
  text-align: center;
}

.find-out-more-container-4 p {
  color: white;
  font-size: 16px;


}

.template-section-18 ul li {
  text-align: center;
  font-size: 20px;

  list-style-position: inside;
  list-style-type: disc;
  color: white;
}


.landing-page-header {
  height: 560px;
  position: relative;
  background-image: url(../images/type-landing-header.jpg);
  background-position: 50% 50%;
}

.landing-page-header h1 {


  font-size: 40px;
  padding-top: 180px;
}

.landing-page-header h2 {
  font-size: 28px;

}

.landing-page-header h3 {
  font-size: 28px;

  padding-top: 10px;
  padding-top: 0px;
}

.overflow-wrap {
  overflow: hidden;
}

.template-section-18 span {
  color: rgba(255, 219, 19, 1);
}

.white-version {
  background-color: white;
}

.white-version h2 {
  color: var(--affinity-blue);


}

.template-section-29 {
  padding-top: 50px;
}

.template-section-29 h2 {



  color: var(--affinity-blue);
}

.template-section-3 h3 {

  color: white;
  font-size: 20px;
  text-align: center;
  padding-bottom: 25px;
}

.template-section-29 h3 {
  font-size: 20px;
}

@media (min-width: 992px) {
  .benefits-list ul {
    -moz-column-count: 3;
    -moz-column-gap: 60px;
    -webkit-column-count: 3;
    -webkit-column-gap: 60px;
    column-count: 3;
    column-gap: 60px;
  }
}

.benefits-list ul {
  margin-left: 10px;
}

.benefits-list ul li {
  margin-bottom: 1.5rem;
}

.template-section-30 ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 free";
  color: #b3c678;
  margin-right: 10px;
  margin-left: -27px;
}

.template-section-17 ul li {
  list-style-type: none;
}

.template-section-17 ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 free";
  color: #b3c678;
  margin-right: 10px;
  margin-left: -27px;
}

.fa-check:before {
  color: #00c12f;
}

.template-section-29 img {
  max-width: 100%;
  padding: 30px;
}

.template-section-30 {
  padding-top: 25px;
  padding-bottom: 50px;
}

.template-section-31 {
  background-color: var(--affinity-blue);
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.template-section-31 h2,
.template-section-31 label,
.template-section-31 p {
  color: white;
}

.template-section-31 h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  text-align: center;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.carousel-indicators {
  bottom: unset;
}

.carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.carousel-control-prev {
  left: -120px;
}

.carousel-control-next {
  right: -120px;
}

.template-section-31 h4 {
  font-size: 1.3rem;
  color: white;
}

.template-section-3 span {

  color: rgba(255, 219, 19, 1);
}

.template-section-31 span {
  color: rgba(255, 219, 19, 1);
}

.template-section-32 {
  padding-top: 50px;
  padding-bottom: 50px;

  background-size: cover;
  background-position: 50% 50%;
}

.template-section-32 h2 {


  color: var(--affinity-blue);
}

.parallax-2 {
  /* The image used */
  background-image: url(../images/poppy-landing-page.jpg);
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.white-box-landing-page {
  padding: 15px;
}

.template-section-32 h3 {

  font-size: 25px;
}

.template-section-32 a {
  margin-top: 10px;
  display: inline-block;
  background-color: rgba(255, 219, 19, 1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

  border-radius: 25px;
  color: var(--affinity-blue);
  font-size: 15px;
  transition: 0.2s;

}

.template-section-32 a:hover {
  opacity: 0.5;
  color: var(--affinity-blue);
  text-decoration: none;
}

.hidden {
  display: none;
}

.detail-calculator-container {
  background-color: white;
}

.detail-calculator button {
  background-color: transparent;
  border: 0px;
  padding-bottom: 23px;
  padding-top: 15px;
}

.detail-calculator h5 {
  margin-bottom: 0px;
  display: inline-block;
  background-color: rgba(255, 219, 19, 1);

  border-radius: 25px;
  color: var(--affinity-blue);
  font-size: 15px;
  transition: 0.2s;

}

.detail-calculator button.btn-primary {
  background-color: rgba(255, 219, 19, 1);
  color: var(--affinity-blue);
  cursor: pointer;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: var(--affinity-blue);
}


.white-box-landing {
  background-color: white;
  padding: 0px;
}

.white-box-landing .container {
  padding: 0px;
}

.form-row {
  padding-top: 50px;
}

.detail-calculator h3 {
  background-color: black;
}

.form-title-one h5 {
  padding: 15px;
  color: white;
  font-size: 23px;
  margin-bottom: 0px;
}

#calc-results {
  color: white;
}

.detail-calculator {
  text-align: center;
}

#calculator .input-group-text {
  background: 0;
  border: 0;
}

#calculator #placements {
  border-radius: 20px;
}

.placement-cal {
  padding-left: 25px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.placement-cal h6 {
  padding-left: 15px;
}

.small-form-text {
  padding-left: 15px;
  padding-right: 15px;
}

#calc-results h5 {

  font-size: 23px;
}

#calc-results p {
  margin-top: 0px;
  margin-bottom: 0px;
  color: white;
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

.placement-cal h6 {
  text-align: left;
}

.total-edit p span {
  font-size: 40px;
  color: rgba(255, 219, 19, 1);
  line-height: 0.8;

}

.young-people-amount {
  font-size: 20px;
  padding-left: 15px;
  padding-top: 15px;
}

.bigger-font {
  font-size: 20px;
  line-height: 1.3em;
}

.template-section-33 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.template-section-33 h2 {


  color: var(--affinity-blue);
  text-align: center;
}

.template-section-33 h3 {

  font-size: 21px;
  text-align: center;
  padding-bottom: 15px;
}

.jo-get-in-touch p {
  color: var(--affinity-blue);
}

.row-push {
  padding-top: 15px;
}

.template-section-33 a {
  margin-top: 10px;
  display: inline-block;
  background-color: rgba(255, 219, 19, 1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

  border-radius: 25px;
  color: var(--affinity-blue);
  font-size: 15px;
  transition: 0.2s;

}

.template-section-33 a:hover {
  text-decoration: none;
  opacity: 0.5;
  color: var(--affinity-blue);
}

.template-section-33 h4 {

  font-size: 23px;
}

.template-section-34 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.white {
  background-color: white;
  padding: 15px;
}

.white img {
  text-align: center;
  position: absolute;
  top: -70px;
  left: 33%;
  margin: 0 auto;
  display: block;
}

.four-steps .four-steps-title {
  padding-top: 100px;
}

.template-section-34 h2 {
  color: white;


  font-size: 40px;
}

.template-section-34 h3 {
  color: white;
  padding-bottom: 15px;
}

.template-section-34 {
  text-align: left;
}

.template-section-34 span {
  color: rgba(255, 219, 19, 1);
}

.last-image {
  padding-bottom: 8px;
  margin-top: 20px;
}

.white p {
  padding-left: 25px;
  padding-right: 25px;
}

.white h4 {


  color: var(--affinity-blue);
  font-size: 25px;
  padding-top: 40px;
}

.box {
  box-model: border-box;
  border: 15px solid transparent;
  background-clip: padding-box;
}

.template-section-35 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.template-section-35 h2 {

  font-size: 30px;
  color: var(--affinity-blue);

}

.template-section-35 h3 {
  padding-bottom: 25px;


  font-size: 25px;
}

.template-section-35 a {
  margin-top: 10px;
  display: inline-block;
  background-color: rgba(255, 219, 19, 1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

  border-radius: 25px;
  color: var(--affinity-blue);
  font-size: 15px;
  transition: 0.2s;

  margin-bottom: 15px;
}

.gold {
  color: #ffdb13 !important;
}

.card-header span {
  text-transform: none;
}

.template-section-35 a:hover {
  text-decoration: none;
  opacity: 0.5;
  color: var(--affinity-blue);
}

.template-section-35 {
  text-align: center;
}

.portal-login-form h2 {
  color: var(--affinity-blue);
}

.template-section-6 img {
  width: 100%;
}

.template-section-11 h2 {
  font-family: "varela_roundregular" !important;

}

.center-amend {
  text-align: center;
}

.center-amend h2 {
  font-size: 35px;
}

.center-amend h3 {
  color: white;
  font-size: 18px;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  background-color: rgba(41, 39, 89, 1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

  border-radius: 25px;
  font-size: 15px;
  transition: 0.2s;
  color: white;
  border: none;

  cursor: pointer;
}

.change-telephone a {
  background-color: transparent;
  padding: 0px;
  font-size: 20px;

}

.change-telephone-2 a {
  background-color: transparent;
  padding: 0px;
  font-size: 35px;


}

.recruitment {
  padding-top: 50px;
  padding-bottom: 50px;
}

.recruitment ul li {
  padding-top: 0px;
  list-style-type: disc;
  list-style-position: inside;
  font-size: 17px;
}

.recruitment h1,
.recruitment h2,
.recruitment h3,
.recruitment h4,
.recruitment h5,
.recruitment h6 {
  color: var(--affinity-blue);
}

.portal-content {
  margin-top: 70px;
}

.portal-content .row {
  margin-bottom: 40px;
}

.portal-login-form {
  margin-top: 40px;
}

.portal-content h1,
.portal-content h2,
.portal-content h3,
.portal-content h4,
.portal-content h5,
.portal-content h6 {
  color: var(--affinity-blue);
}

.portal-content table {
  background: rgba(18, 59, 132, 0.1);
}

.portal-content table.green {
  background: rgba(18, 117, 132, 0.1);
}

.portal-content h2.green {
  color: rgb(18, 117, 132);
}

.portal-content table.red {
  background: rgba(132, 18, 117, 0.1);
}

.portal-content h2.red {
  color: rgb(132, 18, 117);
}

.portal-login-form .notes {
  padding-top: 46px;
}

/*Active Campagin */
._form_3 form {
  max-width: 100% !important;
}

.modal-backdrop {
  z-index: 0;
}

.model-content {
  text-align: left !important;
  padding-bottom: 25px;
  padding-top: 25px;
}

.model-content p {
  padding-left: 0px;
}

.model-content h2 {
  font-size: 35px;

  color: var(--affinity-blue);
  text-align: left;
  padding: 0px;
}

.model-content h3 {
  font-size: 20px;

  color: var(--affinity-blue);
  background-color: transparent;
  padding: 0px;
  margin-bottom: 0.5rem;
  padding-top: 15px;
}

.model-content h4 {
  font-size: 18px;

  color: var(--affinity-blue);
  background-color: transparent;
  padding: 0px;
  margin-bottom: 0.5rem;
}

.model-content p {
  padding-top: 0px;
  margin-bottom: 0.5rem;
}

.model-content ul li {
  padding-top: 5px;
  list-style-type: disc;
  list-style-position: inside;
  font-size: 17px;
}

.model-content a {
  margin: 0px;
  font-size: 20px;
}

.dark {}

.post-headline {
  padding-top: 30px;
  border-top: 1px solid #ededed;
  margin-top: 30px;
  padding-bottom: 15px;
}

.post-byline {
  color: rgba(41, 39, 89, 1);
}

.date {
  color: rgba(41, 39, 89, 1);
}

.MarkupPagerNavOn {
  float: left;
  padding-right: 5px;
}

.quiz-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.quiz-container h1,
.quiz-container h2,
.quiz-container h3,
.quiz-container h4,
.quiz-container h5,
.quiz-container h6 {
  color: var(--affinity-blue);
}

.quiz-container a {
  background-color: rgba(255, 219, 19, 1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

  border-radius: 25px;
  color: var(--affinity-blue);
  font-size: 15px;
  border: 0px;
  transition: 0.2s;
  margin-left: 0px;
  margin-top: 15px;

  display: inline-block;
}

.answers {
  padding-top: 15px;
}

.push-title {
  padding-top: 25px;
}

.blog {
  padding-top: 50px;
  padding-bottom: 50px;
}

.blog .posts-small .post-body {
  overflow: hidden;
}

.blog .posts-small img {
  max-height: 200px;
  width: 300px;
  height: 200px;
  padding: 0 20px 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-title-home {
  font-size: 28px;
}

/*
.bloglist a {
  background-color: white;
  padding: 0px;
  font-size: 18px;
  border-top: 1px solid #ededed;
  padding-top: 15px;
  border-radius: 0px;
  margin-bottom: 0px;

  text-indent: -18px;
  margin-left: 18px;
}

.bloglist a:before {
  content: "\f0da";
  font-family: "Font Awesome 5 free";
  
  padding-right: 10px;
}*/

.blog h1,
.blog h2,
.blog h3,
.blog h4,
.blog h5,
.blog h6 {
  color: var(--affinity-blue);
}

.blog a {
  color: var(--affinity-blue);
  text-decoration: underline;
}

.blog a:hover {
  color: var(--affinity-blue);
  text-decoration: none;
}

.blog .article-info {
  border-right: 1px solid #ededed;
  color: var(--affinity-blue);
}

.blog .article-info span {
  display: block;
  margin: 18px 0 6px;
}

.blog .article-info .date-pub,
.blog .article-info .poster .blog .article-info .tags,
.blog .article-info .tags a {}

.blog .breadcrumbs {
  margin: 20px 0 40px;
}

.blog .breadcrumbs a {
  color: var(--affinity-blue);
  text-decoration: none;
}

.blog .breadcrumbs i {
  color: rgba(255, 219, 19, 1);
}

.blog img {
  max-width: 100%;
  height: auto;
  padding: 40px;
}

ul.MarkupPagerNav {
  margin-top: 20px;
}

ul.MarkupPagerNav li {
  display: inline;
}

.thankyou-header {
  background-image: url(../images/thankyou-header.jpg);
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}

.center-message {
  padding-top: 10%;
  padding-bottom: 10%;
  text-align: center;
}

.opacity-background {
  background-color: rgba(233, 233, 233, 0.3);
}

.extra-list p {
  background-color: transparent;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
}

.extra-list p:before {
  font-family: "Font Awesome 5 Free";

  content: "\f0da";
  color: rgba(255, 219, 19, 1);
  padding-right: 5px;
}

#accordion {
  padding-top: 50px;
}

.remove-yellow a {
  display: inline-block;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;

  border-radius: 25px;
  color: var(--affinity-blue);
  font-size: 15px;
  transition: 0.2s;
}

.type-header {
  height: 560px;
  background-image: url(../images/types-of-header-main.jpg);
  background-position: 60% 50%;
}

.type-header h1 {


  font-size: 40px;
  padding-top: 180px;
}

.type-header h2 {
  font-size: 28px;

}

.type-section-1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.type-section-1 h2 {

  padding-top: 15px;
  color: #fff;

  text-align: center;
}

.type-section-2 {
  padding-top: 50px;
  background-color: none;
  padding-bottom: 50px;
  overflow-x: hidden;
}

.type-section-3 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.type-section-4 {
  padding-top: 50px;
  background-color: none;
  padding-bottom: 50px;
  overflow-x: hidden;
}

.type-section-5 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: white;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.type-header h1 {
  color: white;
}

.type-header h2 {
  color: white;
}

.type-section-2 a {}

.type-header-landing {
  background-image: url(../images/type-landing-header.jpg);
  height: 560px;
  position: relative;
  background-position: 40% 50%;
}

.type-header-landing h1 {


  font-size: 40px;
  padding-top: 180px;
  color: white;
}

.type-header-landing h2 {
  color: white;
}

.landing-section-1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.landing-section-1 h2 {

  font-size: 26px;

  color: var(--affinity-blue);

}

.landing-section-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.landing-section-2 p {
  color: white;
}

.landing-section-2 h2 {
  color: white;

  font-size: 26px;
}

.headline {
  font-size: 35px !important;

}

.border-bottom {
  margin-bottom: 35px;
  padding-top: 25px;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline-heading h4 {
  color: var(--affinity-yellow);
}

.timeline>li {
  margin-bottom: 20px;
  position: relative;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-panel {
  width: 46%;
  float: left;
  padding: 20px;
  position: relative;
  text-align: center;
}

@media (min-width: 992px) {

  .timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: var(--affinity-blue);
    left: 50%;
    margin-left: -1.5px;
  }

  .timeline>li>.timeline-panel.align-left:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid var(--affinity-blue);
    border-right: 0 solid var(--affinity-blue);
    border-bottom: 14px solid transparent;
    content: " ";
  }

  .timeline>li>.timeline-panel.align-right:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #2466D6;
    border-right: 0 solid #2466D6;
    border-bottom: 15px solid transparent;
    content: " ";
  }
}

.timeline>li>.timeline-badge {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
  border-right: 15px solid var(--affinity-blue);
  border-left: 0 solid var(--affinity-blue);
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #46bfc5;
}

.timeline-badge.danger {
  background-color: #1794cf;
}

.timeline-badge.info {
  background-color: #5bc0de;
}

.timeline-title {
  margin-top: 0;
}

.timeline-body>p,
.timeline-body>ul {
  margin-bottom: 0;
}

.timeline-body>p+p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }

  ul.timeline>li>.timeline-panel {
    width: 90%;
  }

  ul.timeline>li>.timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }

  ul.timeline>li>.timeline-panel {
    float: none;
  }

  ul.timeline>li>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline>li>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }

  .small-img {
    width: 100px;
    padding-bottom: 15px;
  }

  .pb-15 {
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  ul.timeline>li>.timeline-badge {
    left: -5px;
    margin-left: auto;
    margin-right: auto;
    top: 33px;
  }

  .timeline>li>.timeline-panel {
    width: 90%;
  }

  .timeline>li>.timeline-badge {
    top: 35px;
    width: 15px;
    height: 15px;
  }

  .timeline>li.timeline-inverted>.timeline-panel {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.landing-section-3 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.landing-section-3 p {
  color: white;
}

.landing-section-3 h2 {
  color: white;

  font-size: 26px;
}

.landing-section-4 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.landing-section-3 a {
  color: #ffdb13 !important;
  text-decoration: underline;
}

.new-links a {
  color: #ffdb13;
  padding: 5px 10px;

}

.lgbt-support {
  text-align: center;
  background-color: rgb(45, 47, 127);
}

.lgbt-support p {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}

.lgbt-support a {
  color: #fff;

  text-decoration: underline;
}

.pink {
  color: #f70a9a;

}

.map-link .st0 {
  transition: 0.5s;
  z-index: 9999;
}

.map-link:hover .st0 {
  fill: #000e2f;
  transition: 0.5s;
  z-index: 9999;
}

.map-link:hover .st1 {
  fill: #000e2f;
  transition: 0.5s;
}

.map-link:hover .st2 {
  fill: #000e2f;
  transition: 0.5s;
}

.map-link:hover .st3 {
  fill: #000e2f;
  transition: 0.5s;
}

/* Text Labels */

.labels {
  fill: #fff;
  font-family: Arial;
  font-size: 6px;
  line-height: 12px;

  z-index: 1;
  display: block;
}

svg {
  width: 100%;
}

circle {
  opacity: 0;
  fill: #404a54;
}

path:hover,
circle:hover {
  stroke: #ffdb13 !important;
  stroke-width: 2px;
  stroke-linejoin: round;
  fill: #ffdb13 !important;
  cursor: pointer;
}

.province {
  stroke-width: 2px;
  stroke: #ffffff;
  background: #d3d3d3;
}

#info-box {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: #ffffff;
  border: 2px solid #d3d3d3;
  border-radius: 5px;
  padding: 5px;
}

.scale-map {
  width: 100%;
}

.locate-header {
  height: 560px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}

.locate-header h1 {


  font-size: 40px;
  padding-top: 180px;
  color: white;
}

.locate-header h2 {
  font-size: 28px;

  color: white;
}

.locate-header h3 {
  font-size: 28px;

  padding-top: 10px;
  padding-top: 0px;
  color: white;
}

.operate-header {
  height: 560px;
  position: relative;
  background-size: cover;
  overflow-x: hidden;
  background-position: 50% 50%;
}

.operate-header h1 {


  font-size: 40px;
  padding-top: 180px;
  color: white;
}

.operate-header h2 {
  font-size: 28px;

  color: white;
}

.operate-header h3 {

  padding-top: 10px;
  padding-top: 0px;
  color: white;
}

video#bgvid-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/fallback-image.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.remove-other-padding h2 {
  padding-top: 0px;
}

.flex-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 50%;
}

.flex-item:nth-child(2) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 50%;
  border: 1px solid #eee;
  margin-left: 25px;
}

#Capa_1 {
  width: 1000px;
}

.links-to-zones {
  border: 1px solid #eee;
  padding: 25px;
  background-color: var(--affinity-blue);
}

.links-to-zones ul li a {
  display: block;
  color: #fff;
}

.blue-text,
.text-blue {
  color: var(--affinity-blue);
}

.map-operate {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.map-operate img {
  max-width: 100%;
}

.map-operate h2 {
  font-size: 26px;
}

.override-bg h3 {
  font-size: 20px;
  color: white;
  padding: 15px;
  margin-bottom: 0px;
}

.override-bg p {
  color: #fff;
}

.override-bg a {
  display: inline-block;
  background-color: rgba(255, 219, 19, 1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

  border-radius: 25px;
  color: var(--affinity-blue);
  font-size: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  transition: 0.2s;
}

.top-borders {
  padding-top: 25px;
  border-top: 1px solid #eee;
  margin-top: 25px;
}

.dropdown-custom {
  display: inline-block;
  background-color: rgba(255, 219, 19, 1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

  border-radius: 25px;
  color: var(--affinity-blue);
  font-size: 15px;

  margin-bottom: 15px;
  transition: 0.2s;
}

.dropdown-custom-2 {
  display: inline-block;
  background-color: rgba(255, 219, 19, 1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

  border-radius: 25px;
  color: var(--affinity-blue);
  font-size: 15px;

  margin-bottom: 15px;
  transition: 0.2s;
  margin: 0px !important;
}

.map-title {
  padding: 15px;
}

@media (max-width: 767px) {
  .flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .flex-item:nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 100%;
  }

  .flex-item:nth-child(2) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 100%;
    border: 1px solid #eee;
    margin: 0px;
  }
}

.dropdown-menu {
  color: var(--affinity-blue);
  font-size: 15px;

  margin-bottom: 15px;
  transition: 0.2s;
}

#info-box {
  padding: 15px;
}

#info-box h3 {
  font-size: 20px;

  color: var(--affinity-blue);
}

#info-box p {
  font-size: 17px !important;
}

.locate-header {
  background-image: url(../images/poppy-header.jpg);
  background-repeat: none;
  background-position: 50% 50%;
}

.remove-other-padding-2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.template-addon h2 {

  padding-bottom: 0px;
  color: white;

  text-align: center;

  font-size: 35px;
}

.template-addon h3 {
  font-size: 28px;

  color: white;
  text-align: center;
}

.added-location-news h2 {
  color: var(--affinity-blue);
  font-size: 26px;
}

.addon-font-size h2 {
  font-size: 26px;
}

.addon-font-size h4 {
  color: #fff;

  font-size: 20px;
  padding-bottom: 15px;
}

header h1 {
  font-size: 50px !important;
}

header h2 {
  font-size: 28px;
}

header h3 {
  font-size: 28px;
}

header h1 {
  padding-top: 180px;
}

.pt-15 {
  padding-top: 15px;
}

.preview-title h2 {
  color: #fff;
}

.type-section-3 img {
  max-width: 100%;
}

.type-section-5 img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .map-operate img {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  header h1 {
    font-size: 35px !important;
  }
}

@media screen and (max-width: 600px) {
  #Capa_1 {
    width: 550px;
  }
}

.generic-header {
  height: 560px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(../images/teenagers-header.jpg);
}

.generic-header h1 {
  color: #fff;
}

.generic-header h2 {
  color: #fff;
}

.type-section-3,
.type-section-3 p {
  color: #fff;
}

.type-section-5 h2 {
  color: var(--affinity-blue);
}

a.learn-btn {
  display: inline-block;
  background-color: rgba(255, 219, 19, 1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

  border-radius: 25px;
  color: var(--affinity-blue);
  font-size: 15px;
  margin: 15px;
  transition: 0.2s;
}

.telephone-nav a.live-chat-btn {
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
  display: block;
}

.telephone-nav a.live-chat-btn:hover {
  opacity: 0.5;
  text-decoration: none;
}

.basic-content ul li {
  list-style-type: disc;
}

.basic-content h1,
.basic-content h2,
.basic-content h3,
.basic-content h4,
.basic-content h5,
.basic-content h6 {
  margin-bottom: 1rem;
}

.basic-content p {
  font-size: 1rem;
}

.basic-content img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 34em) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 992px) {
  #showNav {
    position: absolute;
    top: -42px;
    right: 10px;
  }
}


/* OVERLAY NAV */
.overlayNav {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 500;
  left: 0;
  top: 0;
  background: linear-gradient(to right, var(--affinity-blue), #2466D6);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlayNav a {
  color: #fff;
}

.overlay a:hover {
  text-decoration: underline;
}

@media(min-width: 992px) {
  .overlayNav ul.parent-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  .overlayNav #closeBtn {
    position: absolute;
    top: 27px;
    right: 21px;
  }
}

.circle {
  width: 30px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  border: var(--affinity-blue) solid 3px;
  display: inline-block;
  font-weight: 1000;
  position: relative;
  top: -8px;
}



.bottombtn {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}


.bg-neutral-bg,
.bg-neutral-bg:focus {
  background-color: #e9e9e9;
}

i.quote-mark {
  position: absolute;
  background: var(--affinity-blue);
  padding-top: 25px;
  line-height: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
}

i.quote-mark.top {
  top: -25px;
  left: -25px;
}

i.quote-mark.bottom {
  bottom: -21px;
  right: -25px;
}

/*CookieHub*/
.cookiehub-declaration {
  margin: 20px 0;
}

.cookiehub-declaration a {
  color: #333;
}

.cookiehub-categories {
  padding: 20px 0;
}

.cookiehub-category table {
  background: #fff;
  margin-bottom: 20px;
  width: 100%;
}

.cookiehub-category table th,
.cookiehub-category td {
  border: 1px solid;
  padding: 4px 10px;
}

.cookiehub-category td:last-child {
  text-align: right;
}

.cookiehub-category td span {
  background: #ccc;
  padding: 4px 8px;
  font-size: 12px;
}

.cookiehub-category td[colspan] p {
  background: #fff;
  padding: 10px 20px;
}

/*End CookieHub*/


.gradient-yellow-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 213, 53, 1);
  background: linear-gradient(180deg, rgba(255, 213, 53, 1) 51%, rgba(255, 255, 255, 1) 100%);
  z-index: -1;
  top: 0px;
  height: 1000px;

}

.ca-bg {
  position: relative;
  padding-bottom: 50px;


}

.ca-cat {
  background: linear-gradient(to right, #123b84, #2466D6);
  border-radius: 25px;
  color: white;
}

.ca-cat a {
  color: white !important;
  text-decoration: underline;
}

.starbtn {
  display: block;
  transition: 0.2s;
  transform: rotate(8deg);
}

@media (max-width: 766px) {
  .starbtn {
    max-width: 35%;
  }
}

@media (max-width: 620px) {
  .starbtn {
    max-width: 40%;
    margin-top: 1rem;
  }
}

.starbtn:hover {
  opacity: 0.8;
}

.ca-post img {
  border-radius: 25px;
  border: 5px solid #07478F;
}

.children-section {
  position: relative;
  z-index: 1;

}

.star-header img {
  right: 0px;
  top: 0px;
  position: absolute;
  width: 1000px;
  z-index: -1;
  opacity: 0.3;
}

.relative-container {
  position: relative;
}

.ca-post .card {
  background-color: transparent;
}

.ca-post .card-body {
  padding-top: 0px;
}

.stars-before img {
  width: 20px;

}

.stars-before li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f005";
  padding-right: 5px;
}

.star-header-2 img {


  width: 100%;
  z-index: 6;

}

.children-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.children-section h1 {
  padding-top: 0px;
}

@media screen and (max-width: 768px) {
  .star-header-2 img {
    width: 150px;
    z-index: 6;
  }
}

.wrapped-blog {
  padding: 25px;
  border: 2px solid #123b84;
  border-radius: 20px;

}

.wrapped-childsblog {
  position: relative;
}

.wrapped-childsblog {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 213, 53, 1);
  background: linear-gradient(180deg, rgba(255, 213, 53, 1) 51%, rgba(255, 255, 255, 1) 100%);
  z-index: -1;
  top: 0px;
  height: 1000px;
}


.kids-form .InputfieldHeader {
  color: white !important;
}

.kids-form .Inputfield {
  margin-bottom: .5em !important;
}

.kids-form input,
.kids-form textarea {
  border-radius: 8px;
}

.kids-form .InputfieldContent button {
  color: #000 !important;
  background-color: #FFD535 !important;
  border-radius: 25px !important;
  padding: 0.375rem 1.2rem !important;
  transition: 0.2s !important;
  font-family: 'Varela Round', sans-serif !important;
  font-weight: 400 !important;
}
}