/* ----------------
 Version 1.1
------------------ */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

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

body {
  margin: 0 auto;
  color: #414142;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  background-color: #F9FAFB;
  line-height: 1.4
}

.is-hidden {
  visibility:hidden;
  line-height: 0;
  font-size: 0
}

header {
  padding: 2em 0 0 0
}

.header-site-logo>a {
    display: block;
    background-image: url("https://mcm1pnz82jc-7hz09hbgt8h1m0z4.image.sfmc-content.com/lib/fe3d11757764047d771474/m/1/740d2d8e-7d88-4b12-92ce-a0508b2d38eb.png");
    background-size: 160px 40px;
    width: 160px;
    height: 40px
}

.footer-site-logo>a {
    margin-bottom: 2em;
    display: block;
    background-image: url("https://www.goldcoast.qld.gov.au/files/sharedassets/public/v/2/_admin/city-of-gold-coast-logo-rev.png?w=163&h=42");
    background-size: 148px 37px;
    width: 148px;
    height: 37px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(65, 65, 66, 1);
    margin-top: 3em;
    padding: 2em 0 1em;
    font-size: 0.875rem;
    color: rgba(236, 239, 242, 1)
}

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

h1,.h-style-1,
h2,.h-style-2,
h3,.h-style-3,
h4, h5, h6, 
legend {
    font-family: 'Roboto', sans-serif;
    color: rgba(0, 0, 0, 1);
    line-height: 1.25;
    font-style: normal;
    font-weight: 500;
    padding:0
}

h1,
.h-style-1 {
    font-size: 1.72rem
}

h2,
.h-style-2, 
legend {
    font-size: 1.5rem
}

h3,
.h-style-3 { 
    font-size: 1rem
}

.is-uppercase {
    text-transform: uppercase;
}

a {
    text-decoration: none
}

a[href]:not(.button) {
    color: rgba(53, 124, 140, 1);
    transition: all 0.2s ease-in-out
}

footer a[href]:not(.button) {
    color: #fff
}

ul {
    padding-inline-start: 0;
}

.checkbox-mixed .checkbox-family,
ul.link-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.footer-info-links {
    padding: 0 0 .5em 0;
    display: block
}

img.is-fullwidth {
    margin: 0 auto; 
    width:100%; 
    max-width:750px
}

/* Mobile-first layout */

.is-contained {
    margin: auto;
    width: 90%
}

.is-fullwidth, 
.two-columns,
.three-columns {
    width: 100%
}

.four-columns {
    width: 50%
}

.has-gutter {
    margin-right: 0
}

.two-columns:last-of-type,
.three-columns:last-of-type,
.has-gutter:last-of-type {
    margin: 0
}

#responseWrap.error {
    margin: 2em auto;
    border: 1px solid rgba(255, 187, 56, 1);
    background: rgba(255, 248, 235, 1);
    border-radius: 3px;
    padding: 24px;
}

#responseWrap.success {
    margin: 2em auto;
    border: 1px solid rgba(17, 118, 61, 1);
    background: rgba(232, 246, 238, 1);
    border-radius: 2px;
    padding: 24px;
}

/*-- Form styles */
form {
    margin: 3em 0;
    padding: 0
}

.form-content {
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(178, 178, 178, 1);
  border-radius: 4px;
  margin: 0 auto;
  padding: 1.5em
}

label {
    font-size: 1rem;
    line-height: 1.5
}

label.is-required::after {
    content:'*';
    color: #e81152;
}

input:not(.button):not([type=submit]):not(button), 
select {
    width:100%;
    padding: 12px;
    box-sizing: border-box;
    background: #FEFEFE;
    border: 1px solid #d2d7df;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px
}

input.text {
 color: #171717;
}

.checkbox {
    display: block;
    margin-bottom: 15px;
}

.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.checkbox label {
    position: relative;
    cursor: pointer
}

.checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    padding: 12px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px
}

.checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid rgba(53, 124, 140, 1);
    border-width: 0 3px 3px 0;
    transform: rotate(45deg)
}

input[type=submit],
button,
.button {
    min-width: 100%;
    margin: 2em 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 12px 20px 12px 20px;
    background: rgba(53, 124, 140, 1);
    border: 2px solid rgba(53, 124, 140, 1);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer

}

/* Tabs interaction */
.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
    display: none
}

.tabset .tab-panel {
    display: none;
}
  
.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}
  
/* Tab styles */
 
.tabset >  label {
    position: relative;
    display: inline-block;
    padding: 15px 25px 25px 15px;
    border-bottom: 0;
    cursor: pointer;
}
  
.tabset >  label::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 100%;
    height: 2px;
    background: rgba(210, 233, 238, 1)
}
  
input:focus-visible + label {
    outline: 2px solid rgba(120, 168, 178, 1)
    border-radius: 3px
}
  
.tabset >  label:hover::after {
    background: rgba(120, 168, 178, 1)
}

.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
    background: rgba(53, 124, 140, 1)
}

.tab-panel {
    padding: 30px 0
}

/* Form layouts */

.form-content h2.section-header {
    text-align: right
}

.form-wrapper > .input-row, 
.checkbox-family > li {
    padding: 1em 0;
    display: block;
    width: 100%
}

.is-input-master {
    font-weight: 500;
    margin-bottom: 1em
}

.checkbox-family > li > label,
.input-block>label {
    float: right;
    margin-right: 60px
}

.form-wrapper > .input-row:nth-of-type(even),
.checkbox-family > li:nth-of-type(even) {
    background: rgba(249, 250, 251, 1)
}

/* Toggle Switch */
.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 24px;
}

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 32px;
    background-color: rgba(97, 97, 97, 1);
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2.75px;
    bottom: 1.75px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color:  rgba(53, 124, 140, 1);
}

input:focus + .slider {
    box-shadow: 0 0 1px  rgba(53, 124, 140, 1);
}

input:checked + .slider:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}


/* Desktop-specific styles */
@media (min-width:640px) {

    h1,
    .h-style-1 {
        font-size: 1.938rem
    }
    
    header {
        padding-top: 3em
    }

    .form-content {
      padding-left: 3em;
      padding-right: 3em
    }

    input[type=submit].button,
    .button {
        min-width: 180px
    }

    .is-contained {
        max-width: 1248px
    }

    .two-third-columns {
        width: 66.66%
    }

    footer .two-third-columns {
        width: 78.66%
    }

    .two-columns {
        width: 48.66%
    }

    .one-third-columns,
    .three-columns {
        width: 28.66%
    }

    .four-columns {
        width: 24.66%;
    }

    footer .footer-site-logo {
       width: 148px;
       margin-right: 4%
    }

    .has-gutter {
        margin: 0 2%
    }

    .has-gutter:first-of-type {
        margin-left: 0
    }

    .form-wrapper > .input-row, 
    .checkbox-family > li {
        padding: .5em;

    }

    .footer-info-links {
        display: inline-block;
        padding-right: 15px;
        font-size: 13px;
        margin: .25em 0
    }

    .footer-info-links:last-of-type {
        padding-right: 0
    }

}
