@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,400italic);

@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic);

body {
    background: #fff;
    font-size: 100%;
    line-height: 1.25;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 300;
}

/* MASTHEAD //////////////////////////////////////////////////////*/

.masthead-general {
    padding: 7em 0 16em 0;
    width: 100%;
    background: url(../../../../uploads/1951/image/5b75a3da6d054-35-bg-body-1.jpg) no-repeat -10px -10px;
    background-size: 130%;
    border: 10px solid #e1c19d;
    border: 10px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
}
.support {
    position: absolute;
    top: 7px;
    right: 110px;
}
.phone-number {
    display: block;
    font-weight: 400;
    font-size: 1.72em;
    line-height: 1.05em;
}

/* INTRO //////////////////////////////////////////////////////*/

.intro-wrap {
    clear: both;
}
.intro-left {
    float: left;
    width: 50%;
    background: #515766;
    min-height: 800px;
    padding: 6em 10em;
    box-sizing: border-box;
}
.intro-wrap a:link, .intro-wrap a:visited {
    color: #f8a80e;
    text-decoration: none;
    font-weight: 500;
}
.intro-wrap a:hover, .intro-wrap a:active {
    color: #ffb726;
}
.intro-right {
    float: right;
    width: 50%;
    min-height: 800px;
}
.intro-right-one {
    float: left;
    width: 50%;
    min-height: 400px;
    background: #fff url(../_img/tile-14ea2.svg?url=/au) center center no-repeat;
}
.intro-right-two {
    float: left;
    width: 50%;
    min-height: 400px;
    background: #84B8DD url(../_img/tile-2.svg) center center no-repeat;
    background-size: 45%;
}
.intro-right-three {
    float: left;
    width: 50%;
    min-height: 400px;
    background: #84B8DD url(../_img/tile-3.svg) center center no-repeat;
    background-size: 40%;
}
.intro-right-four {
    float: left;
    width: 50%;
    min-height: 400px;
    background: #ffffff url(../_img/tile-44ea2.svg?url=/au) center center no-repeat;
}

/* WALDO FORM //////////////////////////////////////////////////////*/

*,
:after,
:before {
    box-sizing: border-box
}
.clearfix:before,
.clearfix:after {
    content: '';
    display: table
}
.clearfix:after {
    clear: both
}
section.form {
    padding: 5em 2em 10em;
    text-align: center
}
.simform {
    position: relative;
    margin: 0 auto;
    max-width: 560px;
    width: 100%;
    text-align: left;
    font-size: 2.35em
}

/* Change max-width and font-size above to change size and shape of form */

.simform .submit {
    display: none
}
.simform ol {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    -webkit-transition: height .4s;
    transition: height .4s
}
.simform ol:before {
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2.35em
}
.questions li {
    z-index: 100;
    position: relative;
    visibility: hidden;
    height: 0;
    -webkit-transition: visibility 0 0.4s, height 0 .4s;
    transition: visibility 0 0.4s, height 0 .4s
}
.questions li.current,
.no-js .questions li {
    visibility: visible;
    height: auto;
    -webkit-transition: none;
    transition: none
}
.questions li > span {
    display: block;
    overflow: hidden
}
.questions li > span label {
    display: block;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-bottom: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 0.9em;
    margin: 0 0 0.5em 0
}
.questions li.current > span label,
.no-js .questions li > span label {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    text-align: center
}
.show-next .questions li.current > span label {
    -webkit-animation: moveUpFromDown .4s both;
    animation: moveUpFromDown .4s both
}
.questions input {
    display: block;
    margin: .3em 0 0;
    padding: .5em 1em .5em .7em;
    width: calc(100% - 2em);
    border: none;
    background: transparent;
    color: #000;
    font-size: 1em;
    font-weight: 300;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}
.questions .current input,
.no-js .questions input {
    opacity: 1
}
.questions input:focus,
.simform button:focus {
    outline: none
}
.next {
    position: absolute;
    top: 2em;
    right: 0;
    bottom: 1.15em;
    display: block;
    padding: 0;
    width: 2em;
    height: 2em;
    border: none;
    background: none;
    opacity: 0;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s, opacity .3s;
    transition: transform 0.3s, opacity .3s;
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.next::after {
    position: absolute;
    left: 0;
    top: 10%;
    width: 85%;
    height: 70%;
    content: url(../_img/arrowc51c.svg?13);
    text-transform: none;
    font-style: normal;
    speak: none;
    z-index: 99999;
}
.next.show {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    pointer-events: auto
}
.simform .progress {
    width: 0;
    height: .15em;
    background: rgba(r, g, b, 0.3);
    -webkit-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out
}
.simform .progress::before {
    position: absolute;
    top: auto;
    width: 100%;
    height: inherit;
    background: rgba(0, 0, 0, 0.05);
    content: ''
}
.simform .number {
    position: absolute;
    right: 0;
    overflow: hidden;
    margin: 1em 0;
    width: 3em;
    font-weight: 700;
    font-size: .4em
}
.simform .number:after {
    position: absolute;
    left: 50%;
    content: '/';
    opacity: .4;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
.simform .number span {
    float: right;
    width: 40%;
    text-align: center
}
.simform .number .number-current {
    float: left
}
.simform .number-next {
    position: absolute;
    left: 0
}
.simform.show-next .number-current {
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}
.simform.show-next .number-next {
    -webkit-animation: moveUpFromDown .4s both;
    animation: moveUpFromDown .4s both
}
.simform .error-message,
.simform .final-message {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}
.simform .error-message {
    padding: .4em 3.5em 0 0;
    width: 100%;
    color: rgba(0, 0, 0, 0.7);
    font-style: italic;
    font-size: .6em
}
.final-message {
    top: 50%;
    left: 0;
    padding: .5em;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.error-message.show,
.final-message.show {
    visibility: visible;
    opacity: 1
}
.final-message.show {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}
.simform-inner.hide {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0 .3s;
    transition: opacity 0.3s, visibility 0 .3s
}
.no-js .simform {
    font-size: 1.75em
}
.no-js .questions li {
    padding: 0 0 2em
}
.no-js .simform .submit {
    display: block;
    float: right;
    padding: 10px 20px;
    border: none;
    background: rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, 0.4)
}
.no-js .simform .controls {
    display: none
}
input[type=text]::-ms-clear {
    display: none
}
input#dobday,
input#dobmonth {
    width: 25%;
    display: inline-block
}
input#dobyear {
    width: 35%;
    display: inline-block
}
::-webkit-input-placeholder {
    color: #333;
    -webkit-font-smoothing: antialiased
}
::-moz-placeholder {
    color: #333;
    -moz-osx-font-smoothing: grayscale
}
:-ms-input-placeholder {
    color: #333
}
input:-moz-placeholder {
    color: #333
}
input[type=radio] {
    display: none
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
label.male {
    display: inline-block;
    position: relative;
    top: 0.2em;
    background: url(../_img/male.svg) no-repeat;
    background-position: center top 0.9em;
    background-size: 45%;
    width: 48%;
    padding: 1.17em 0 1.13em;
    height: 10px;
    cursor: pointer;
}
label.female {
    display: inline-block;
    position: relative;
    top: 0.2em;
    background: url(../_img/female.svg) no-repeat;
    background-position: center top 0.9em;
    background-size: 45%;
    width: 48%;
    padding: 1.17em 0 1.13em;
    height: 10px;
    cursor: pointer;
}
.terms {
    position: absolute;
    left:0;
    right:0;
    top: 17em;
    color: rgba(0, 0, 0, 0.8);
    font-size: 0.4em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
}
.terms a:link,
.terms a:visited {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 700 !important;
}
.terms a:hover,
.terms a:active {
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
}
.warning {
    position: absolute;
    left:0;
    right:0;
    top: 14em;
    color: rgba(0, 0, 0, 0.8);
    font-size: 0.4em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
}
@-webkit-keyframes moveUpFromDown {
    from {
        -webkit-transform: translateY(100%)
    }
    to {
        -webkit-transform: translateY(0)
    }
}
@keyframes moveUpFromDown {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@media screen and (max-width: 44.75em) {
    section.form {
        padding: 1em 2em
    }
}
@media screen and (max-width: 44.75em) {
    .simform {
        font-size: 1.8em
    }
}
@media screen and (max-width: 33.5625em) {
    .simform {
        font-size: 1.2em
    }
}

/* MEMBERS //////////////////////////////////////////////////////*/

.members-wrap {
    background: #A8ABB2;
    padding: 5em 0 11em 0;
}
.member-photo {
    width: 25%;
    height: 360px;
    float: left;
    margin-top: 2em;
    line-height: 0;
}
.member-age-location-wrap {
    background: #fff;
    text-align: center;
    padding: 1.5em 0 0.4em 0;
		min-height: 104px;
}
p.name-age {
    font-family: 'Lato', Arial, sans-serif;
    font-size: 1.4em;
    line-height: 1.4em;
    margin: 0;
}
p.location {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.2em;
    line-height: 1.2em;
    color: #A8ABB2 !important;
}
.wld_badge_item {
	pointer-events: none;
}

.wld_badge_item_photo img {
    width: 25%;
    height: 360px;
    float: left;
    margin-top: 2em;
    line-height: 0;
}
.wld_badge_item_detail {
	display: none;
}

/* CROSS-SELL //////////////////////////////////////////////////////*/

.cross-sell-wrap {
    padding: 5em 0 7em 0;
}
.cross-sell-wrap img {
    margin-top: 1em;
}
.cross-sell-wrap .five.columns img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.cross-sell-wrap .five.columns img:hover {
    -webkit-filter: brightness(1.1);
    -moz-filter: brightness(1.1);
    filter: brightness(1.1);
}
.two.columns {
    min-height: 275px;
    background-size: 15%;
}
a.button:link,
a.button:visited {
    background: #fff;
    padding: 1em 3em;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
a.button:hover,
a.button:active {
    background: #EB6D65;
    padding: 1em 3em;
    font-size: 1.2em;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    outline: none;
}
.button em {
    font-weight: 300;
}

/* REMINDER //////////////////////////////////////////////////////*/

body.general .reminder-wrap {
    padding: 5em 0 8em 0;
    background: url(../../../../uploads/1951/image/5b75a3da6d054-35-bg-body-1.jpg) bottom center no-repeat;
}
.reminder-wrap h2 {
    margin-bottom: 2em;
}

/* FOOTER //////////////////////////////////////////////////////*/

.footer-wrap {
    padding: 7em 0 5em 0;
}
.footer-wrap em {
    position: relative;
    top: 2px;
    font-family: 'Playfair Display', serif;
    font-weight: 300;
    color: #9b7e6c;
}
.footer-wrap a:link,
.footer-wrap a:visited {
	text-decoration: none;
	color: #EB6D65;
	margin-right: 0.8em;
	line-height: 1.5em;
	font-size: 0.9em;
}
.footer-wrap a:hover, .footer-wrap a:active {
    color: #753632;
}
.footer-wrap h2 {
    color: #333;
}
.footer-wrap .four.columns img {
    float: left;
    margin: 2px 0.5em 0 0;
}
.footer-wrap .one.column {
    position: relative;
    top: -15px;
    margin: 0;
}

/* TYPOGRAPHY //////////////////////////////////////////////////////*/

h1 {
    font-family: 'Playfair Display', serif;
    font-size: 4em;
    font-weight: 400;
    color: #333;
    text-align: center;
    letter-spacing: 0.07em;
    margin: 12% 0 1% 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#tagline p {
    font-family: 'Playfair Display', serif;
    font-size: 4em;
    font-weight: 400;
    color: #333;
    text-align: center;
    letter-spacing: 0.07em;
    margin: 12% 0 1% 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2em;
    color: #fff;
    font-weight: 400;
}
.members-wrap h2,
.cross-sell-wrap h2 {
    color: #333;
}
h3 {
    font-family: 'Lato', Arial, sans-serif;
    font-size: 1.8em;
    font-weight: 300;
    color: #333;
    text-align: center;
    margin: 0 0 1.5em 0;
}
p {
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.5em;
    color: #333;
}
.intro-left p {
    color: #fff !important;
}
em {
    font-weight: 700;
}

/* OFF-CANVAS NAV //////////////////////////////////////////////////////////// */

.new {
    display: inline;
    position: absolute;
    top: 128px;
    left: 100px;
    background: #f8a80e;
    color: #000;
    font-size: 12px;
    padding: 5px;
    letter-spacing: 1px;
}
a.toggle-panel {
    position: absolute;
    right: 0px;
    top: 80px;
    z-index: 9999;
}
.bar-wrap {
    width: 20px;
    height: 35px;
    background: rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    border: 1px solid #fff;
}
.bar {
    position: absolute;
    left: 7px;
    top: 18px;
    width: 29px;
    height: 2px;
    background: #fff;
    margin: 10px;
}
.bar::before {
    position: absolute;
    top: -6px;
    content: '';
    width: 29px;
    height: 2px;
    background: #fff;
}
.bar::after {
    position: absolute;
    top: 6px;
    content: '';
    width: 29px;
    height: 1px;
    background: #fff;
}
.menu {
    background: #515766;
    padding: 40px 0 0 0;
    height: 100%;
    display: none;
    z-index: 99999;
    cursor: pointer;
}
.menu a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 40px;
    color: #efefef;
    letter-spacing: 0.1em;
    font-weight: 300;
    cursor: pointer;
}
.menu a:hover {
    color: #fff;
}
hr {
    margin: 20px 40px;
    border-top: 1px solid #666;
}
.overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999999;
    -webkit-transition: all 225ms ease;
    transition: all 225ms ease;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    cursor: pointer;
}

.scotch-is-showing .overlay {
    display: block;
}
.c-hamburger {
    display: block;
    position: absolute;
    top: 0px;
    right: 20px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 66px;
    height: 62px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    border: 1px solid #282B33;
    background: none;
    z-index: 9999;
}
.c-hamburger:focus {
    outline: none;
}
.c-hamburger span {
    /* middle bar */
    display: block;
    position: absolute;
    top: 30px;
    left: 18px;
    right: 18px;
    height: 1px;
    background: #282B33;
}
.c-hamburger span::before,
.c-hamburger span::after {
    /* upper and lower bars */
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #282B33;
    content: "";
}
.c-hamburger span::before {
    top: -6px;
}
.c-hamburger span::after {
    bottom: -6px;
}
.c-hamburger--htx {}
.c-hamburger--htx span {
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
}
.c-hamburger--htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}

/* active state, i.e. menu open */

.c-hamburger--htx.is-active span {
    background: none;
}
.c-hamburger--htx.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}

/* CLEAR FIX //////////////////////////////////////////////////////////////*/

.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    clear: both;
}

/* MEDIA QUERIES //////////////////////////////////////////////////////////*/

@media screen and (min-width:590px) and (max-width:767px) {
	.intro-right-two,
	.intro-right-three {
		background-size: 25%;
	}
}

@media screen and (max-width:767px) {
    .masthead-general {
        padding: 2em 1em 2em 1em;
        background-size: 1300px;
    }
    .masthead-general {
        background-position: top -10px left -250px;
    }
    .logo {
        position: absolute;
        top: 0;
        max-width: 65%;
        margin: 0;
    }
    .c-hamburger {
        zoom: 0.60;
        right: 0;
    }
    .intro-left {
        float: none;
        width: 100%;
        background: #515766;
        min-height: 320px;
        padding: 2em 2em;
        box-sizing: border-box;
    }
    h1 {
        font-size: 2.5em;
        line-height: 1.2em;
    }
		#tagline p {
				font-size: 2.5em;
				line-height: 1.2em;
				font-family: 'Playfair Display', serif;
				margin: 20% 0 1% 0;
		}
    h3 {
        font-size: 1.1em;
    }
    p {
        font-size: 0.9em;
    }
    .support {
        display: none;
    }
    .intro-right,
    .intro-right-one,
    .intro-right-two,
    .intro-right-three,
    .intro-right-four {
        width: 100%;
        min-height: 300px;
    }
    .intro-right-two {
        min-height: 220px;
        background-position: center bottom 2em;
    }
    .intro-right-three {
        min-height: 220px;
        background-position: center top 2em;
    }
    .members-wrap {
        padding: 2em 0 5em 0;
    }
    .members-wrap .container {
        padding: 0 2em;
    }
    .member-photo {
        width: 50%;
        height: auto;
    }
	.wld_badge_item_photo img {
		width: 50%;
		height: auto;
	}
    p.name-age {
        font-family: 'Lato', Arial, sans-serif;
        font-size: 1.2em;
        line-height: 1.2;
        margin: 0;
    }
    p.location {
        font-family: 'Playfair Display', serif;
        font-style: italic;
        font-size: 1em;
        line-height: 1.2;
        color: #A8ABB2 !important;
    }
    .cross-sell-wrap {
        padding: 2em 0 5em 0;
    }
    .cross-sell-wrap .two.columns {
        display: none;
    }
    .reminder-wrap {
        padding: 2em 0 6em 0 !important;
    }
    .reminder-wrap a.button {
        padding: 1em 10%;
    }
    .footer-wrap {
        padding: 4em 0 3em 0;
    }
    .footer-wrap a {
        display: block;
    }
    .footer-wrap a:first-of-type {
        margin-top: 2em;
    }
    .cross-sell-wrap .container,
    .reminder-wrap .container,
    .footer-wrap .container {
        padding: 0 2em;
    }
    .footer-wrap .one.column {
        margin-top: 2em;
    }
    .br {
        display: none;
    }
}

@media screen and (max-width:767px) and (orientation:portrait) {
    .container {
        padding: 0 30px;
        position: relative;
    }
    .masthead-general .container {
        padding: 60px 0 !important;
    }
}

@media screen and (max-width:767px) and (orientation:landscape) {
    .masthead-general {
        padding: 3em 0 8em 0;
    }
    .masthead-general {
        background-size: cover !important;
        background-position: top left -100px;
    }
    .logo {
        position: absolute;
        top: -85px;
        width: 45%;
    }
    .c-hamburger {
        top: -140px;
    }
    .intro-left {
        padding: 2em;
        min-height: 400px;
    }
    .member-photo {
        width: 50%;
    }
	.wld_badge_item_photo img {
		width: 50%;
	}
    .intro-right-one,
    .intro-right-two,
    .intro-right-three,
    .intro-right-four {
        width: 50%;
    }
    .intro-right-one {
        float: left;
        width: 50%;
        min-height: 400px;
        background: #fff url(../_img/tile-1.html) center center no-repeat;
        background-size: 50%;
    }
    .intro-right-two {
        float: left;
        width: 50%;
        min-height: 400px;
        background: #84B8DD url(../_img/tile-2.svg) center center no-repeat;
        background-size: 45%;
    }
    .intro-right-three {
        float: left;
        width: 50%;
        min-height: 400px;
        background: #84B8DD url(../_img/tile-3.svg) center center no-repeat;
        background-size: 40%;
    }
    .intro-right-four {
        float: left;
        width: 50%;
        min-height: 400px;
        background: #ffffff url(../_img/tile-4.html) center center no-repeat;
        background-size: 50%;
    }
    .cross-sell-wrap .five.columns {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .footer-wrap a {
        text-align: right;
        margin-right: 0;
    }
    .footer-wrap .seven.columns,
    .footer-wrap .four.columns {
        width: 100%;
    }
    .footer-wrap .one.column {
        position: absolute;
        top: 20px;
        left: 35px;
    }
}
@media screen and (min-width:768px) and (max-width:1024px) and (orientation: portrait) {
    .masthead-general {
        padding: 5em 0 10em 0;
        background-size: 195% !important;
        background-position: center center;
    }
    .support * {
        zoom: 0.8;
    }
    .intro-left {
        padding: 2em 4em;
        width: 100%;
        min-height: 420px;
    }
    .intro-right {
        width: 100%
    }
    .intro-right-one,
    .intro-right-two,
    .intro-right-three,
    .intro-right-four {
        width: 50%;
    }
    .member-photo {
        margin-top: 1em;
        padding: 0;
        height: 130px;
        /* Fixes height of .members-wrap */
    }
	.wld_badge_item_photo img {
		margin-top: 1em;
		padding: 0;
		height: 130px;
		/* Fixes height of .members-wrap */
	}
    p.name-age {
        font-size: 1.2em;
        line-height: 1;
    }
    p.location {
        font-size: 1em;
        line-height: 1.3em;
    }
    .cross-sell-wrap {
        padding: 3em 0 5em 0;
    }
    .cross-sell-wrap .two.columns {
        display: none;
    }
    .cross-sell-wrap .five.columns {
        width: 48%;
    }
    .footer-wrap {
        padding: 5em 0
    }
    .footer-wrap a {
        display: block;
        text-align: right;
        margin-right: 0;
    }
    .footer-wrap .seven.columns {
        float: right;
    }
    .footer-wrap .one.column {
        position: absolute;
        top: 60px;
        left: 0;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation: landscape) {
    .masthead-general {
        padding: 5em 0 10em 0;
        background-size: 180% !important;
        background-position: center center;
    }
    .intro-left {
        padding: 4em;
        width: 100%;
        min-height: 420px;
    }
    .intro-right {
        width: 100%
    }
    .intro-right-one,
    .intro-right-two,
    .intro-right-three,
    .intro-right-four {
        width: 50%;
    }
    .members-wrap {
        padding: 4em 0 12em 0;
    }
    .cross-sell-wrap {
        padding: 4em 0 3em 0;
    }
    .member-photo {
        margin-top: 1em;
        padding: 0;
        height: 200px;
        /* Fixes height of .members-wrap */
    }
	.wld_badge_item_photo img {
		margin-top: 1em;
		padding: 0;
		height: 200px;
		/* Fixes height of .members-wrap */
	}
    .footer-wrap a {
        display: block;
        text-align: right;
        margin-right: 0;
    }
    .footer-wrap .seven.columns {
        float: right;
    }
    .footer-wrap .one.column {
        position: absolute;
        top: 60px;
        left: 0;
    }
}

@media screen and (min-width:1025px) and (max-width:1270px) {
    .masthead-general {
        padding: 5em 0 10em 0;
        background-size: 170% !important;
        background-position: center center;
    }}

@media screen and (max-width:549px) {
	.fadeInRightShort	{
		margin-left: 0px !important;
	}
}

/* SOCIAL ICONS //////////////////////////////////////////////////////*/

.socialIcons {
    text-align: center;
}
.socialIcons a img {
    width: 36px;
    margin: 0 5px;
    opacity: .5;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
.socialIcons a img:hover {
    opacity: 1;
}

.signup {
	background: rgba(255,255,255,0.4);
	max-width: 660px;
	height: auto;
	margin: 0px auto 0 auto;
	padding: 12px;
	position: relative;
}

.signup .wld-component {
	height: 100%;
}

.signup .wld-form {
	height: 100%;
	flex-direction: column;
}

.signup .wld-form__fields {
	margin: 0 0 6px 0;
}

.signup .wld-form__actions {
	justify-content: space-between;
}

.signup .wld-fieldgroup {
	flex: 1;
	align-self: center;
	display: none;
}

.signup .wld-fieldgroup--active {
	display: block;
}

.signup .wld-field__input {
	display: flex;
}

#signup-dobday {
	-webkit-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}

#signup-dobmonth {
	border-radius: 0;
}

#signup-dobyear {
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}

.signup .wld-input--select,
.signup .wld-input--text, 
.signup .wld-input--number {
	width: 100%
}

/* confirmation fields */
.signup .wld-field--confirm {
	display: flex;
	flex-wrap: wrap;
	margin: 8px;
}

.signup .wld-field--confirm .wld-field__input {
	flex: 0;
	order: 0;
	margin: 5px;
}

.signup .wld-field--confirm .wld-field__caption {
	order: 1;
	flex: 1;
	margin: 0 0 0 20px;
	font-size: 13px;
	font-weight: 400;
}

.wld-field:not(.wld-field--confirm) .wld-field__caption {
	margin: 5px 0;
	font-size: 18px;
	font-weight: 400;
}

/*--Tooltip--*/
.signup .wld-field__help {
    color: #000;
    font-size: 11px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 400;
    line-height: 13px;
    margin: 0;
    padding: 10px;
    width: 100%;
    height: auto;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

/* GENERAL INPUT STYING
------------------------------------------------ */
.wld-input {
	font: inherit;
}
.wld-input--text,
.wld-input--select,
.wld-input--number {
	display: block;
	color: #000;
	background: #fff;
	width: 100%;
	height: 60px;
	font-size: 16px;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 400;
	padding: 0;
	margin: 0;
	text-indent: 22px;
	border: 0;
	box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
}

select::-ms-expand {
	display: none;
}

.wld-input--select {
	background: url(../_img/arrow-down.svg) no-repeat right #fff;
	background-size: 25px 60px;
}

/*--Mozilla Text-indent Fix--*/
@-moz-document url-prefix() {
	.wld-input--text, .wld-input--select, .wld-input--number {
	  text-indent: 10px!important;
	}
}

.wld-button {
	display: block;
	background: #EB6D65;
	color: #fff;
	font-size: 25px;
	font-family: 'Lato', Arial, sans-serif;
	margin: 0 auto;
	padding: 21px 0;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 19px;
	height: 60px;
	text-align: center;
	border: 0;
	cursor: pointer;
	width: 100%;
	z-index: 9997;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 200ms ease-in-out 100ms;
	-moz-transition: all 200ms ease-in-out 100ms;
	-ms-transition: all 200ms ease-in-out 100ms;
	-o-transition: all 200ms ease-in-out 100ms;
	transition: all 200ms ease-in-out 100ms;
}

button.wld-button:hover {
	display: block;
	background: #753632}

.wld-form__suffix {
	font-size: 14px;
	margin: 5px 0;
	color: #000;
	font-weight: 300;
	text-align: center;
}

.gender, .steps {
	display: none;
}

/* ERRORS
------------------------------------------------ */
.wld-error-overlay {
	position: absolute;
	background: #c00;
	font-size: 14px;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 400;
	padding:.5em;
	margin-top: .75em;
	z-index: 9999;
	max-width: 15em;
	box-shadow: 0 3px 5px rgba(0,0,0,.2);
	border-radius: 4px;
	color: #fff;
	z-index: 9999;
}
.wld-error-overlay::before {
	content: '';
	width: 1em;
	height: 1em;
	transform: rotate(45deg);
	background: inherit;
	position: absolute;
	top: -.5em;
}

/*------------Media Queries------------*/
@media screen and (max-width: 483px) {
	.signup .wld-field__help {
		width: auto;
		left: 0;
		margin: 0 20px;
	}
	.signup .wld-field__help::before {
		left: 0;
		right: 0;
		margin: auto;
	}
}
@media screen and (max-width: 443px) {
	.signup .wld-field__help {
		bottom: 162px;
	}
}
@media screen and (max-width: 360px) {
	#signup-dobday, #signup-dobmonth, #signup-dobyear {
		text-indent: 5px!important;
	}
}
@media screen and (max-width: 340px) {
	#signup-dobmonth {
		letter-spacing: -1px;
	}
}
