.header{
	background-color: var(--hero-colour);
	color: #fff;
	top: 0;
	left: 0;
	min-height: 8vh;
}



.header-btn{
	border: 1px solid #fff !important;
}

.experience-header{
	top: 0;
	left: 0;
	min-height: 8vh;
}

.experience-body{
	min-height:92vh;
}

.header-inner, .experience-inner{
	max-width: 1140px;
}

.hero-header{
	max-height: 60px;
}

.form-box{
	background-color:#FFF;
	border: 1px solid #000;
	border-radius:7px;
}

.sign-in-bg{
	background-color:#F1F6FA;
}

.landing-splash{
	height: 620px;
	background: url('https://broker-assets.s3.ap-southeast-2.amazonaws.com/referrer-bg.webp') no-repeat center;
	background-size: cover;
}

.landing-overlay{
	background-color: rgba(14,19,24,.5);
    position: absolute;
    width: 100vw;
    height: 620px;
    z-index: 2;
}

.landing-text{
	z-index:3;
	max-width:1140px;
}

.secondary-inner{
	max-width:1140px;
}

.icon-bg{
	background-color: var(--Header_Colour);
	color: var(--Header_Text_Colour);
	border-radius: 50%;
	height:60px;
	width:60px;
}

.resources{
	background-color: var(--Header_Colour);
	color: var(--Header_Text_Colour);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    position:relative;
}

.circle-a {
	position:absolute;
	right:25px;
	bottom:25px;
    background: #FFFFFF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.circle-b {
	position:absolute;
	right:80px;
	bottom:80px;
    background: var(--Offset_Colour);
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.footer-outer{
	background-color: var(--Header_Colour);
	color: var(--Header_Text_Colour);
}

.footer-logo{
	height:80px;
}

.others-footer-logo{
	height:50px;
}

.light-hr {
    border-top: 1px solid #FFFFFF;
}

.callout-bg{
	background-color:#eee;
}
.gs-button{
	font-size:1.4rem !important;
}

input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: #FFF;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 2em;
  height: 2em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type=radio]::before {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000;
  /* Windows High Contrast Mode */
  background-color: #FFF;
}

input[type=radio]:checked::before {
  transform: scale(1);
}

input[type=radio]:focus {
 border-color: #000 !important;
}

input[type=radio]:focus-within {
 border-color: #000 !important;
}

.hand{
  cursor: pointer;
}

.main-outer{
  width: 100vw;
  display: flex;
}

.main-inner{
  max-idth: 1140px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media only screen and (max-width: 768px) {
.landing-splash{
	height: 620px;
	background: none !important;
	background-size: cover;
}

h1{
	line-height:5.5rem !important;
}

}

.rating-star{
	color: #FDCC0D;
    font-size: 1.2rem;
    margin-right: 3px;
}

.ratings-outer{
	border: 1px solid #e2e2e2;
	border-radius:7px;
	background-color:#FFF;
}


