/*
Theme Name: World Federation Census
Theme URI: http://www.macintypedesign.com.au
Description: This is a WordPress Theme designed and coded by Macintype Design exclusively for World Federation -- WordPress v5.2.2
Author: Macintype Design
Author URI: http://www.macintypedesign.com.au
Version: 1
*/

html, body {
  margin:0;
  padding:0;
  height:100%;
}
body {
  font:normal 18px 'Lato',sans-serif;
  line-height:1.5em;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
h1 {
  font-weight:300;
  font-size: 26px;
  text-transform: uppercase;
  margin-top:70px;
}
h2 {
  font-weight:300;
  font-size:26px;
  text-transform:uppercase;
}
main h2 { text-transform:none; }
h3 {
  font-size: 10px;
  font-weight:500;
  text-transform:uppercase;
  color:#808080;
  margin-top:40px;
  margin-bottom:0px;
}
h4 {
  font-size: 11px;
  font-weight:500;
  text-transform:uppercase;
  color:#808080;
  margin-top:10px;
  margin-bottom:0px;
}
h5 {
  font-weight:normal;
  font-size: 18px;
  margin-top:0;
  margin-bottom:20px;
}
p {
  margin-top:0;
  margin-bottom:1em;
}
header {
  height:70px;
  line-height:70px;
  background:#ccc;
}
header div {
  max-width:1000px;
  margin-left:auto;
  margin-right:auto;
}
header img { vertical-align:middle; }
main {
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
  padding-bottom:50px;
}
main#register { text-align:center; }

.width {
  width:1000px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
}
@media only screen and (max-width:1100px) {
  .width { width:950px; }
}
@media only screen and (max-width:1050px) {
  .width { width:900px; }
}
@media only screen and (max-width:1023px) {
  .width { width:800px; }
}
@media only screen and (max-width:823px) {
  .width { width:90%; }
}
.col1, .col2, .col3 {
  float:left;
  width:500px;
}
.col2 {
  width:499px;
  border-left:1px solid #000;
}
.clear { clear:both; }
a.button, button.button {
  display:inline-block;
  font-size:14px;
  line-height:48px;
  border:1px solid #000;
  color:#000;
  width:230px;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
}
a:hover.button {
  background:#000;
  color:#fff;
}
a.button_default {
  background:#ff8000;
  border:1px solid #ff8000;
  color:#fff;
}
h2 a {
  color:#000;
  text-decoration:none;
}
h2 a:hover { text-decoration:underline; }
ul.social {
  list-style:none;
  margin:0;
  padding:0;
}
ul.social li {
  display:inline-block;
  margin:0;
  padding:0;
}
ul.social li a {
  display:inline-block;
  vertical-align:middle;
  width:20px;
  height:20px;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:contain;
}
.ico_facebook { background-image:url(images/ico_facebook.png); }
.ico_twitter { background-image:url(images/ico_twitter.png); }
.ico_instagram { background-image:url(images/ico_instagram.png); }
.ico_linkedin { background-image:url(images/ico_linkedin.png); }
.cols {
  display:table;
  width:100%;
}
.cols > div { 
  display:table-cell;
  vertical-align:top;
}
@media only screen and (max-width:767px) {
  .cols, .cols > div { display:block; }
}

.section_video {
  position:relative;
  margin-bottom:40px;
  /*margin-bottom:220px;*/
}
.video_wrapper {
  height:480px;
  overflow:hidden;
}
.video_wrapper video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.section_video .content {
  position:absolute;
  top:139px;
  left:0px;
  right:0px;
}
.section_video .content > div {
  position:relative;
  max-width:1000px;
  margin-left:auto;
  margin-right:auto;
}
.section_video h1 {
  font-size:36px;
  font-weight:900;
  margin-top:0;
  margin-bottom:10px;
  color:#fff;
  text-transform:none;
}
.section_video p {
  color:#fff;
  max-width:380px;
  font-weight:400;
  font-size:16px;
  line-height:1.2em;
}
.section_video .cols {
  position:relative;
  margin-top:-190px;
  padding-top:40px;
  background:#fff;
  color:#000;
  text-align:left;
  max-width:1000px;
  margin-left:auto;
  margin-right:auto;
}
.section_video .cols > div {
  text-align:center;
  position:relative;
  padding-top:80px;
}
.section_video .cols h2 { margin-top:0; }
.section_video .cols img {
  position:absolute;
  left:50%;
  top:0px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section_video .cols p {
  color:#000;
  max-width:none;
  margin-left:40px;
  margin-right:40px;
}
.section_video li {
  font-size:16px;
}
.section_video .cols div p {
  max-width:70%;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:30px;
}

.section_image {
  height:300px;
  background:url(images/footer.jpg) no-repeat center center;
  background-size:cover;
  font-style:italic;
  font-size:36px;
  line-height:1.1em;
  font-weight:900;
  text-align:center;
}
.section_image > div {
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  top:50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#hero {
  height:150px;
  background:url(images/hero.jpg) no-repeat center center;
  background-size:cover;
}

ul.progress {
  list-style:none;
  margin:0;
  padding:0;
  background:#e5e5e5;
  height:25px;
}
ul.progress li {
  float:left;
  padding:0;
  margin-left:0;
  padding-right:14px;
  background:#ff8000;
  font-size: 9px;
  line-height:25px;
  font-weight: bold;
  text-transform: uppercase;
  text-align:center;
  color:rgba(0, 0, 0, 0.25);
}
ul.progress li.active, ul.progress li.active a { color:rgba(0, 0, 0, 1); }
ul.progress li:first-child { padding-left:190px; }
ul.progress li a {
  color:rgba(0, 0, 0, 0.25);
  text-decoration:none;
}
ul.progress li a:hover {
  color:rgba(0, 0, 0, 1);
  text-decoration:underline;
}

.question { position:relative; }
.err {
  display:none;
  color:#B22222;
  font-size: 12px;
}
.question .err {
  position:absolute;
  top:0px;
  right:0px;
  font-size: 10px;
  text-transform: uppercase;
}
.question.inline .err {
  top:auto;
  right:2px;
  bottom:2px;
}
.question.col1, .question.col2 { margin-bottom:10px; }
.question.col1 .err, .question.col2 .err {
  top:auto;
  right:2px;
  bottom:2px;
}
.conditional {
  max-height:0px;
  overflow:hidden;
  opacity:0;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.conditional.active {
  max-height:9999px;
  opacity:1;
  overflow:visible;
}

input.text {
  appearance:none;
  -webkit-appearance:none;
  border-radius:0;
  box-sizing: border-box;
  outline:none;
  border:1px solid #000;
  height:50px;
  font:normal 14px 'Lato', sans-serif;
  line-height:1em;
  padding-top:0;
  padding-bottom:0;
  padding-left:18px;
  padding-right:18px;
  margin-bottom:7px;
  width:100%;
}
textarea {
  appearance:none;
  -webkit-appearance:none;
  border-radius:0;
  box-sizing: border-box;
  outline:none;
  border:1px solid #000;
  font:normal 14px 'Lato', sans-serif;
  line-height:1.5em;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:18px;
  padding-right:18px;
  margin-bottom:7px;
  width:100%;
  height:200px;
}
input.invalid { border:1px solid #B22222; }
input.submit, #wp-submit {
  display:inline-block;
  font:normal 14px 'Lato', sans-serif;
  appearance:none;
  -webkit-appearance:none;
  border-radius:0;
  height:50px;
  border:none;
  background:#808080;
  color:#fff;
  text-align:center;
  text-transform:uppercase;
}
nav input.submit, #wp-submit { width:182px; }
#wp-submit { margin-top:10px; }
nav input.prev {
  background:none;
  color:#808080;
  height:48px;
  border:1px solid #808080;
}
.animate_label { position:relative; }
.animate_label input::-webkit-input-placeholder, .animate_label textarea::-webkit-input-placeholder { color:transparent; }
.animate_label input:-ms-input-placeholder, .animate_label textarea:-ms-input-placeholder { color:transparent; }
.animate_label input::-ms-input-placeholder, .animate_label textarea::-ms-input-placeholder { color:transparent; }
.animate_label input::placeholder, .animate_label textarea::placeholder { color:transparent; }
.animate_label label {
  /*color:rgba(68, 68, 68, 0.5);*/
  color:rgba(0, 0, 0, 0.6);
-webkit-transition:all 0.2s linear;
transition:all 0.2s linear;
-webkit-transform-origin:0% 50%;
transform-origin:0% 50%;
margin:0;
  pointer-events:none;
  font:normal 14px 'Lato', sans-serif;
line-height:48px;
position:absolute;
top:0%;
z-index:1;
white-space:nowrap;
max-width:calc(100% - 1em - 1em);
text-overflow:ellipsis;
  overflow:hidden;
  left:0.5em;
  padding:0 12px;
}
.animate_label.translate_label label {
  font-weight:bold;
  -webkit-transform:translateY(-50%) scale(0.8);
  transform:translateY(-50%) scale(0.8);
}
.animate_label.translate_label label:before {
  content:'';
  display:block;
  position:absolute;
  z-index:-1;
  background:#fff;
  top:calc(50% - 5px);
  bottom:calc(50% - 5px);
  left:0;
  right:0;
}

.selectric {
  border:1px solid #000;
  background:none;
}
.selectric.selected {
  background:#ff8000;
  border:1px solid #ff8000;
}
.selectric .label {
  font-size: 14px;
  line-height:48px;
  height:48px;
  margin-left:18px;
}
.selectric .button {
  background:none;
  color:#000;
  width:48px;
  height:48px;
  line-height:48px;
}
.selectric .button::after {
  font-family:FontAwesome;
  content:"\f107";
  font-size: 16px;
  line-height:48px;
  width:auto;
  height:auto;
  border:none;
}
.selectric-items {
  border:none;
  box-shadow:none;
  background:none;
}
.selectric-compact .selectric-items, .selectric-semicompact .selectric-items {
  margin-left:-10px;
  width:800px !important;
}
.selectric-push .selectric-items {
  position:static !important;
  height:auto !important;
}
.selectric-push .selectric-scroll { overflow:visible; }
.selectric-items li {
  background:rgba(229, 229, 229, 0.95);
  font-size: 14px;
  margin-top:2px;
  padding-top:15px;
  padding-bottom:15px;
  padding-left:18px;
  padding-right:18px;
}
.selectric-items li.selected { background:rgba(255, 128, 0, 0.95); }
.selectric-items li.disabled {
  filter:none;
  opacity:1;
  background:rgba(229, 229, 229, 0.95) !important;
}
.selectric-items a.button {
  position:absolute;
  right:10px;
  top:10px;
  height:32px;
  line-height:32px;
  width:120px;
}
.selectric-compact .selectric-items li, .selectric-semicompact .selectric-items li {
  float:left;
  width:211px;
  margin-left:10px;
}
.selectric-semicompact .selectric-items li { width:339px; }
.selectric-compact .selectric-items li:first-child, .selectric-semicompact .selectric-items li:first-child {
  display:none;
}
.selectize-input, .selectize-input input {
  font:normal 14px 'Lato', sans-serif;
  padding-top:0;
  padding-bottom:0;
  border-radius:0 !important;
  box-shadow:none !important;
}
.selectize-input {
  line-height:48px;
  padding-left:16px;
  padding-right:16px;
  border:1px solid #000;
}
.selectize-input input {
  height:48px;
}
.selectize-dropdown {
  background:none;
  border:none;
  box-shadow:none;
}
.selectize-dropdown .option {
  margin-top:2px;
  padding-top:15px;
  padding-bottom:15px;
  padding-left:18px;
  padding-right:18px;
  background:rgba(229, 229, 229, 0.95);
  cursor: pointer;
}
.selectize-dropdown .option:hover {
  background:#d5d5d5;
}
.selectize-dropdown .option.selected {
  background:rgba(255, 128, 0, 0.95)
}
.selectize-dropdown [data-selectable] .highlight {
  background:none !important;
  border-radius:0;
}
.selectize-control.single .selectize-input:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 16px;
  width: auto;
  height: auto;
  border: none !important;
  margin-top:0 !important;
  top:0;
}
.multi_hint {
  position:absolute;
  left:0px;
  top:50px;
  font-size:13px;
  color:#ff8000;
  display:none;
}
.field_med { max-width:375px; }
.scale {
  text-transform: uppercase;
  border-collapse: separate;
}
.scale th {
  font-weight:normal;
  text-align:left;
}
.scale td { text-align:center; }
.scale tr td, .scale tr th {
  font-size: 14px;
  background:#e5e5e5;
  padding-left:18px;
  padding-right:18px;
  padding-top:10px;
  padding-bottom:10px;
}
.scale tr:nth-child(even) td, .scale tr:nth-child(even) th { background:#f9f9f9; }
.scale tr td { border-left:1px solid #000; }
.scale td a {
  display:inline-block;
  width:15px;
  height:15px;
  border:1px solid #999;
  border-radius:50%;
}
.scale td a.active {
  border:1px solid #ff8000;
  background:#ff8000;
}
.scale td button {
  width:15px;
  border:none;
  font-size:18px;
  line-height:20px;
  background:none;
  color:#777777;
  padding:0;
}
.instructions {
  padding:18px;
  font-size: 16px;
  background:#f9f9f9;
}
.share { margin-bottom:40px; }
a.button_add_share {
  display:block;
  color:#ff8000;
  border:1px solid #ff8000;
}

.block { margin-top:30px; }
.minor {
  margin-top:2px;
  padding-top:10px;
}
.minor .err, .block .err { line-height:1em; }
.yes_no a {
  display:inline-block;
  line-height:48px;
  padding-left:18px;
  padding-right:18px;
  margin-right:4px;
  width:146px;
  border:1px solid #000;
  color:#000;
  font-size: 14px;
  text-decoration: none;
  text-transform:uppercase;
}
.yes_no a.active {
  background:#ff8000;
  border:1px solid #ff8000;
  color:#fff;
}
input.other_country {
  margin-top:10px;
  text-transform:uppercase;
  width:200px;
}

main form .col1, main form .col2 { width:375px; }
main form .col2, main form .col3 {
  margin-left:10px;
  border:none;
}
.col2 + .col2 { margin-top:-9px; }
main form .col1_small { width:190px; }
main form .col2_large { width:560px; }
main form .date .col1, main form .date .col2, main form .date .col3 { width:246px; }
fieldset {
  border:none;
  padding:0;
  margin-bottom:20px;
}

main nav {
  margin-top:80px;
  position:relative;
}
main nav a.button { width:182px; }
main nav .err {
  position:absolute;
  color:#B22222;
  right:0px;
  top:0px;
  line-height:50px;
}

#register form {
  margin-top:40px;
  margin-bottom:60px;
}
#register .animate_label, #register .anr_captcha_field {
  width:543px;
  margin-left:auto;
  margin-right:auto;
}
#register input.submit {
  width:543px;
  margin-top:20px;
}
#loginform p { margin-bottom:0px; }
.login-username label, .login-password label { text-transform:uppercase; }
.nsl-container::before {
  display:block;
  content:'or';
  padding-top:10px;
}
div.nsl-container .nsl-container-buttons {
  display:block !important;
}
div.nsl-container-block .nsl-container-buttons a {
  display:inline-block !important;
  margin-right:10px !important;
}
div.nsl-container-block .nsl-container-buttons a:last-child {
  margin-right:0px !important;
}
body.page-template-template_register .nsl-container {
  max-width:570px;
  margin-left:auto;
  margin-right:auto;
}

#thanks {
  height:480px;
  background:url(images/thanks.jpg) no-repeat center center;
  background-size: cover;
  color:#fff;
}
#thanks > div {
  max-width:1000px;
  margin-left:auto;
  margin-right:auto;
  padding-top:100px;
}
#thanks h1 {
  margin-top:0;
  font-size: 36px;
  font-weight:900;
  text-transform:none;
}
#thanks a.button {
  border:1px solid #fff;
  color:#fff;
}

.modal_bg {
  display:none;
  position:fixed;
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
  z-index:10;
  background:rgba(0, 0, 0, 0.9);
}
.modal_bg.active { display:block; }
.modal {
  position:absolute;
  left:50%;
  top:100px;
  width:750px;
  margin-left:-375px;
  background:#fff;
  text-align:right;
}
.modal > div {
  padding-left:60px;
  padding-right:80px;
  padding-top:20px;
  padding-bottom:40px;
  text-align:left;
}
.modal h2 { text-transform:none; }
.modal > a {
  display:inline-block;
  width:50px;
  height:50px;
  font-size: 30px;
  line-height:50px;
  background:#ff8000;
  color:#fff;
  text-align:center;
  text-decoration:none;
}

#tools {
  position:fixed;
  bottom:0px;
  right:0px;
}
#tools > a {
  float:left;
  display:block;
  text-align:center;
  font-size: 20px;
  line-height:40px;
  width:40px;
  height:40px;
  color:#000;
  background:#ccc;
  opacity:0.5;
  transition:opacity 0.5s;
  -webkit-transition:opacity 0.5s;
}
#tools > a:hover { opacity:1; }
#tools > div {
  float:left;
  overflow:hidden;
  height:40px;
  width:0px;
  background:#fff;
  font-size: 12px;
  line-height:40px;
}
#tools > div.active {
  width:395px;
  padding-left:10px;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
#tools input.submit {
  font-size: 12px;
  height:30px;
  line-height:30px;
  padding-top:0;
  padding-bottom:0;
}

footer {
  padding-top:50px;
  padding-bottom:50px;
  background:#ccc;
  color:#000;
  font-size:14px;
  line-height:1.2em;
}
footer p:last-of-type {
  margin-top:3em;
  line-height:1.5em;
}
footer .cols > div {
  border-left:1px solid #000;
  padding-left:20px;
  padding-right:20px;
  width:20%;
  box-sizing:content-box;
}
footer .cols_2 > div {
  width:50%;
}
footer .cols > div:first-child {
  border-left:none;
  padding-left:0;
  font-size:16px;
  line-height:1.6em;
  width:60%;
  padding-right:5%;
  position:relative;
}
@media only screen and (max-width:1023px) {
  footer .cols > div:first-child {
      width:25%;
      white-space:normal;
  }
}
@media only screen and (max-width:767px) {
  footer .cols > div, footer .cols > div:first-child {
      width:100%;
      border-left:none;
      padding-left:0;
      padding-bottom:20px;
      margin-bottom:10px;
  }
}
footer img {
  display:block;
  margin-bottom:25px;
}
footer .ico_facebook { background-image:url(images/ico_facebook_light.png); }
footer .ico_twitter { background-image:url(images/ico_twitter_light.png); }
footer .ico_instagram { background-image:url(images/ico_instagram_light.png); }
footer .ico_linkedin { background-image:url(images/ico_linkedin_light.png); }
footer a {
  color:#fff;
  text-decoration:none;
}
footer a:hover {
  color:#fff;
  text-decoration:underline;
}
footer ul.menu, footer ul.menu li {
  list-style:none;
  margin:0;
  padding:0;
}
footer ul.menu li { margin-bottom:0.5em; }
footer h3 {
  font-size:24px;
  line-height:1.6em;
  margin-top:1em;
  margin-bottom:0;
  font-weight:900;
  text-transform:uppercase;
}
footer .address_col {
  vertical-align:middle;
  font-size:18px;
  line-height:1.2em;
}