@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600,700");
/* line 4, sass/partials/_base.sass */
body,
button,
input,
select,
textarea {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

/* line 12, sass/partials/_base.sass */
body {
  background-color: #eee;
  color: #333;
}

/* line 16, sass/partials/_base.sass */
.site {
  background-color: transparent;
}

/* line 19, sass/partials/_base.sass */
h1,
h1.page-title,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0 0 0.5em 0;
}

/* line 33, sass/partials/_base.sass */
h1,
h1.page-title {
  font-size: 34px;
}

/* line 36, sass/partials/_base.sass */
h2 {
  font-size: 30px;
}

/* line 38, sass/partials/_base.sass */
h3 {
  font-size: 25px;
}

/* line 40, sass/partials/_base.sass */
h4 {
  font-size: 22px;
}

/* line 42, sass/partials/_base.sass */
h5 {
  font-size: 20px;
}

/* line 44, sass/partials/_base.sass */
h6 {
  font-size: 18px;
}

/* line 47, sass/partials/_base.sass */
hr {
  background: none;
  border: 0;
  border-top: 1px solid #666;
  margin: 0;
}

/* line 53, sass/partials/_base.sass */
p {
  margin: 0 0 1.5em 0;
  font-weight: 300;
}

/* line 57, sass/partials/_base.sass */
.entry-content a,
.comment-content a,
.entry-meta a,
.post-navigation a,
.paging-navigation a,
a,
a:visited {
  color: #E02F69;
}
/* line 65, sass/partials/_base.sass */
.entry-content a:hover,
.comment-content a:hover,
.entry-meta a:hover,
.post-navigation a:hover,
.paging-navigation a:hover,
a:hover,
a:visited:hover {
  color: #666;
}

/* line 67, sass/partials/_base.sass */
.paging-navigation a {
  font-style: normal;
}

/* line 73, sass/partials/_base.sass */
.entry-header,
.entry-content,
.entry-summary,
.entry-meta,
.comment-respond {
  max-width: 1270px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 85, sass/partials/_base.sass */
.site {
  max-width: 100%;
  overflow: hidden;
}

/* line 89, sass/partials/_base.sass */
.site.fixed-header .site-main {
  padding-top: 73px;
}
/* line 91, sass/partials/_base.sass */
.site.fixed-header .site-header {
  position: fixed;
  width: 100%;
  max-width: 100%;
  z-index: 120;
}

/* line 97, sass/partials/_base.sass */
.navbar.fullwidth {
  background-color: #333;
  max-width: 100%;
  height: 73px;
}
/* line 101, sass/partials/_base.sass */
.navbar.fullwidth .main-navigation {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 15px;
}

/* line 111, sass/partials/_base.sass */
.entry-content-width {
  max-width: 1270px;
  padding-top: 5px;
  padding-bottom: 60px;
  margin: 0 auto;
}

/* line 116, sass/partials/_base.sass */
.entry-content {
  max-width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
/* line 124, sass/partials/_base.sass */
.entry-content.background-two {
  background: 0 0 repeat url("/wp-content/themes/nzhrconference2018/SDS-assets/img/header-bg.png");
}
/* line 126, sass/partials/_base.sass */
.entry-content.background-three {
  background: #999;
}
/* line 128, sass/partials/_base.sass */
.entry-content.background-four {
  background: #666;
}

/* line 133, sass/partials/_base.sass */
.logo {
  position: absolute;
  float: left;
  margin: -63px auto 0;
}

/* line 139, sass/partials/_base.sass */
html {
  overflow-y: auto;
}

/* line 142, sass/partials/_base.sass */
.site-header .home-link,
.main-navigation,
.site-footer .widget-area,
.page-content,
.page-title {
  max-width: 1270px;
}

/* line 151, sass/partials/_base.sass */
.logo .logo-link {
  width: 233px;
  height: 233px;
  display: block;
  background-image: url("/wp-content/themes/nzhrconference2018/SDS-assets/img/logo-main.png");
}

/* line 158, sass/partials/_base.sass */
.navbar.fullwidth .search-wrapper,
.navbar.fullwidth .cta-wrapper {
  float: right;
}
/* line 161, sass/partials/_base.sass */
.navbar.fullwidth .menu-menu-1-container {
  float: left;
}

/* line 167, sass/partials/_base.sass */
.hentry {
  padding: 30px 0 0;
}
/* line 169, sass/partials/_base.sass */
.hentry:last-child footer.entry-meta {
  border: none;
}

/* line 172, sass/partials/_base.sass */
footer.entry-meta {
  border-bottom: 1px dashed #666;
  padding-bottom: 0;
  margin: 0;
}

/* line 177, sass/partials/_base.sass */
.page-content {
  padding: 40px 15px;
}

/* line 181, sass/partials/_base.sass */
.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
  margin-left: 0;
}

/* line 184, sass/partials/_base.sass */
.entry-content img.alignright, .entry-content .wp-caption.alignright {
  margin-right: 0;
}

/* line 188, sass/partials/_base.sass */
.fullwidth-image-container {
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 270px;
}

/* line 197, sass/partials/_base.sass */
.search-page article {
  border-bottom: 1px dashed #ccc;
}
/* line 199, sass/partials/_base.sass */
.search-page .entry-content {
  text-align: center;
}

/* line 203, sass/partials/_base.sass */
.archive-header,
.paging-navigation,
.page-header {
  background-color: #ccc;
}

/* line 207, sass/partials/_base.sass */
.paging-navigation {
  padding: 10px 0;
}
/* line 209, sass/partials/_base.sass */
.paging-navigation .meta-nav,
.paging-navigation a:hover .meta-nav {
  background-color: transparent;
}
/* line 212, sass/partials/_base.sass */
.paging-navigation .nav-previous .meta-nav {
  width: auto;
  padding: 0;
}

/* line 218, sass/partials/_base.sass */
.site-footer {
  color: #333;
  background-color: #fff;
}
/* line 219, sass/partials/_base.sass */
.site-footer .site-info {
  margin: 0 auto -47px;
}
/* line 223, sass/partials/_base.sass */
.site-footer a,
.site-footer a:visited {
  color: #666;
}
/* line 226, sass/partials/_base.sass */
.site-footer .sidebar-container {
  background-color: #ccc;
}
/* line 228, sass/partials/_base.sass */
.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
  color: #333;
}
/* line 232, sass/partials/_base.sass */
.site-footer .conference-icons {
  top: 47px;
  position: relative;
  height: 85px;
}

/* line 4, sass/partials/_navigations.sass */
.menu-main-menu-container {
  float: right;
  margin-right: 12px;
}

/* line 8, sass/partials/_navigations.sass */
.menu-toggle {
  margin-left: calc(233px + 50px + 20px);
}

/* line 11, sass/partials/_navigations.sass */
.navbar {
  margin: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 15, sass/partials/_navigations.sass */
.nav-wrapper {
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
  margin: 0 15px;
}

/* line 20, sass/partials/_navigations.sass */
ul.nav-menu, div.nav-menu > ul {
  padding: 0;
}

/* line 25, sass/partials/_navigations.sass */
.nav-menu > li:hover {
  background-color: #333;
}
/* line 27, sass/partials/_navigations.sass */
.nav-menu li {
  float: left;
}
/* line 29, sass/partials/_navigations.sass */
.nav-menu li:hover > a,
.nav-menu li a:hover, .nav-menu li:focus > a,
.nav-menu li a:focus {
  background-color: #333;
  color: #E02F69;
}
/* line 35, sass/partials/_navigations.sass */
.nav-menu li a {
  background-color: #333;
  height: 73px;
  padding: 31px 21px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  -moz-transition: color 500ms ease;
  -o-transition: color 500ms ease;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}
/* line 45, sass/partials/_navigations.sass */
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
  background-color: #333;
  color: #E02F69;
  font-style: normal;
}
/* line 52, sass/partials/_navigations.sass */
.nav-menu ul {
  background-color: #333;
  border: none;
  top: 43px;
}
/* line 57, sass/partials/_navigations.sass */
.nav-menu ul li:hover > a,
.nav-menu ul li a:hover, .nav-menu ul li:focus > a,
.nav-menu ul li a:focus {
  background-color: #333;
  color: #E02F69;
}
/* line 63, sass/partials/_navigations.sass */
.nav-menu ul li a {
  font-weight: normal;
  line-height: 1.2em;
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
/* line 67, sass/partials/_navigations.sass */
.nav-menu .sub-menu,
.nav-menu .children {
  height: 0;
  background-color: #333;
  border: none;
  top: 73px;
}
/* line 70, sass/partials/_navigations.sass */
.nav-menu .sub-menu .current_page_item > a,
.nav-menu .sub-menu .current_page_ancestor > a,
.nav-menu .sub-menu .current-menu-item > a,
.nav-menu .sub-menu .current-menu-ancestor > a,
.nav-menu .children .current_page_item > a,
.nav-menu .children .current_page_ancestor > a,
.nav-menu .children .current-menu-item > a,
.nav-menu .children .current-menu-ancestor > a {
  background-color: #333;
  color: #E02F69;
  font-style: normal;
  font-weight: 300;
}
/* line 82, sass/partials/_navigations.sass */
.nav-menu .sub-menu li:hover > a,
.nav-menu .sub-menu li a:hover, .nav-menu .sub-menu li:focus > a,
.nav-menu .sub-menu li a:focus,
.nav-menu .children li:hover > a,
.nav-menu .children li a:hover,
.nav-menu .children li:focus > a,
.nav-menu .children li a:focus {
  background-color: #333;
  color: #E02F69;
}
/* line 88, sass/partials/_navigations.sass */
.nav-menu .sub-menu li a,
.nav-menu .children li a {
  background-color: #333;
  height: 53px;
  padding: 19px 21px;
  font-weight: normal;
  line-height: 1.2em;
  color: #fff;
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
/* line 96, sass/partials/_navigations.sass */
.nav-menu ul {
  background-color: transparent;
}

/* line 102, sass/partials/_navigations.sass */
.breadcrumbs {
  text-align: center;
  font-weight: bold;
  font-size: 0.8em;
}
/* line 106, sass/partials/_navigations.sass */
.breadcrumbs a {
  color: #999;
  padding: 0 8px;
}
/* line 109, sass/partials/_navigations.sass */
.breadcrumbs a:hover {
  color: #E02F69;
}
/* line 111, sass/partials/_navigations.sass */
.breadcrumbs span span {
  padding: 0 8px;
}

@font-face {
  font-family: "icomoon";
  src: url("/wp-content/themes/nzhrconference2018/SDS-assets/fonts/icomoon.eot?t0zgdj");
  src: url("/wp-content/themes/nzhrconference2018/SDS-assets/fonts/icomoon.eot?t0zgdj#iefix") format("embedded-opentype"), url("/wp-content/themes/nzhrconference2018/SDS-assets/fonts/icomoon.ttf?t0zgdj") format("truetype"), url("fonts/icomoon.woff?t0zgdj") format("woff"), url("/wp-content/themes/nzhrconference2018/SDS-assets/fonts/icomoon.svg?t0zgdj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 8, sass/partials/_font-icons.sass */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 21, sass/partials/_font-icons.sass */
.icon-envelop:before {
  content: "";
}

/* line 24, sass/partials/_font-icons.sass */
.icon-mobile:before {
  content: "";
}

/* line 27, sass/partials/_font-icons.sass */
.icon-facebook:before {
  content: "";
}

/* line 30, sass/partials/_font-icons.sass */
.icon-twitter:before {
  content: "";
}

/* line 33, sass/partials/_font-icons.sass */
.icon-vimeo:before {
  content: "";
}

/* line 36, sass/partials/_font-icons.sass */
.icon-pinterest:before {
  content: "";
}

/* line 39, sass/partials/_font-icons.sass */
.icon-instagram:before {
  content: "";
}

/* line 42, sass/partials/_font-icons.sass */
.icon-linkedin2:before {
  content: "";
}

/* line 45, sass/partials/_font-icons.sass */
.icon-lock:before {
  content: "";
}

/* line 48, sass/partials/_font-icons.sass */
.icon-checkmark:before {
  content: "";
}

/* line 51, sass/partials/_font-icons.sass */
.icon-unlocked:before {
  content: "";
}

/* line 54, sass/partials/_font-icons.sass */
.icon-home:before {
  content: "";
}

/* line 57, sass/partials/_font-icons.sass */
.icon-phone:before {
  content: "";
}

/* line 60, sass/partials/_font-icons.sass */
.icon-location:before {
  content: "";
}

/* line 63, sass/partials/_font-icons.sass */
.icon-eye:before {
  content: "";
}

/* line 66, sass/partials/_font-icons.sass */
.icon-cross:before {
  content: "";
}

/* line 69, sass/partials/_font-icons.sass */
.icon-rss:before {
  content: "";
}

/* line 72, sass/partials/_font-icons.sass */
.icon-chevron-left:before {
  content: "";
}

/* line 75, sass/partials/_font-icons.sass */
.icon-chevron-right:before {
  content: "";
}

/* line 78, sass/partials/_font-icons.sass */
.icon-layout7:before {
  content: "";
}

/* line 2, sass/partials/_fullwidth-image.sass */
.fullwidth-image-container {
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 270px;
}
/* line 7, sass/partials/_fullwidth-image.sass */
.fullwidth-image-container .entry-content,
.fullwidth-image-container .entry-content-width {
  padding: 0;
}

/* line 12, sass/partials/_fullwidth-image.sass */
.page-template-page-home .fullwidth-image-container {
  height: 100vh;
}

/* line 16, sass/partials/_fullwidth-image.sass */
.lense {
  position: absolute;
  width: 100%;
  height: 270px;
  background-color: rgba(36, 36, 36, 0.5);
}

/* line 22, sass/partials/_fullwidth-image.sass */
.page-template-page-home .lense {
  height: calc(100vH - 73px);
}

/* line 25, sass/partials/_fullwidth-image.sass */
.top-container {
  height: 100px;
}
/* line 27, sass/partials/_fullwidth-image.sass */
.top-container .conference-icons {
  position: relative;
  top: -48px;
}

@media (max-width: 767px) {
  /* line 34, sass/partials/_fullwidth-image.sass */
  .fullwidth-image.additional-content-image, .fullwidth-image.additional-content-mid-image {
    height: 150px;
  }

  /* line 37, sass/partials/_fullwidth-image.sass */
  .additional-content.additional-content {
    display: block;
  }
}
/* line 8, sass/partials/_text-on-img.sass */
.text-over-image {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  margin-top: 0;
  font-size: 1.25em;
  text-align: left;
  color: #fff;
  height: 270px;
}
/* line 17, sass/partials/_text-on-img.sass */
.text-over-image h1 {
  font-size: 3.2em;
  margin-bottom: 37px;
}

/* line 22, sass/partials/_text-on-img.sass */
.page-template-page-home .text-over-image {
  height: calc(100vH - 73px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  text-align: center;
}
/* line 29, sass/partials/_text-on-img.sass */
.page-template-page-home .text-over-image h1 {
  font-size: 3.2em;
  margin-bottom: 7px;
}
/* line 32, sass/partials/_text-on-img.sass */
.page-template-page-home .text-over-image p {
  font-weight: bold;
}
/* line 34, sass/partials/_text-on-img.sass */
.page-template-page-home .text-over-image p.main-message {
  font-size: 1.2em;
  font-weight: 300;
  border: 1px solid #fff;
  width: 630px;
  display: block;
  margin: 0 auto;
  padding: 15px 30px;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
}
/* line 44, sass/partials/_text-on-img.sass */
.page-template-page-home .entry-content {
  padding: 0;
}

/* line 2, sass/partials/_elements.sass */
.cta-wrapper {
  margin: 0;
  padding: 0;
  background-color: #E02F69;
}
/* line 6, sass/partials/_elements.sass */
.cta-wrapper a {
  display: block;
  height: 73px;
  padding: 27px 26px 25px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  -moz-transition: color 500ms ease;
  -o-transition: color 500ms ease;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}
/* line 15, sass/partials/_elements.sass */
.cta-wrapper a:hover {
  color: #333;
}

/* line 20, sass/partials/_elements.sass */
.contact-container {
  background-color: #333;
  color: #fff;
}
/* line 21, sass/partials/_elements.sass */
.contact-container .contacttext {
  display: block;
  margin-bottom: 10px;
}
/* line 24, sass/partials/_elements.sass */
.contact-container.entry-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* line 29, sass/partials/_elements.sass */
.contact-container .contact-info {
  padding-right: 70px;
  padding-top: 50px;
  padding-bottom: 40px;
}
/* line 33, sass/partials/_elements.sass */
.contact-container .contact-details h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 0.75em;
  text-transform: initial;
}
/* line 38, sass/partials/_elements.sass */
.contact-container a {
  color: #fff;
}
/* line 40, sass/partials/_elements.sass */
.contact-container .contact-form {
  background-color: #fff;
  padding: 40px 30px 40px;
}
/* line 43, sass/partials/_elements.sass */
.contact-container .page-anchor {
  top: -150px;
  position: relative;
}
/* line 46, sass/partials/_elements.sass */
.contact-container .newsletter-form {
  margin-top: 50px;
}
/* line 51, sass/partials/_elements.sass */
.contact-container .hashtag,
.contact-container .font-icon {
  font-size: 34px;
  padding-right: 20px;
}
/* line 55, sass/partials/_elements.sass */
.contact-container .hashtag {
  font-weight: bold;
}
/* line 57, sass/partials/_elements.sass */
.contact-container p {
  font-weight: 300;
}

/* line 61, sass/partials/_elements.sass */
.sponsors-affiliates {
  background-color: #fff;
  padding: 0;
}
/* line 64, sass/partials/_elements.sass */
.sponsors-affiliates .entry-content-width {
  padding: 0;
}
/* line 66, sass/partials/_elements.sass */
.sponsors-affiliates .entry-content-width .affiliates {
  border-right: 1px solid #ccc;
  padding-left: 0;
}
/* line 69, sass/partials/_elements.sass */
.sponsors-affiliates .entry-content-width .sponsors,
.sponsors-affiliates .entry-content-width .affiliates {
  display: inline-block;
  padding: 40px 0;
}
/* line 73, sass/partials/_elements.sass */
.sponsors-affiliates .entry-content-width .sponsors img,
.sponsors-affiliates .entry-content-width .affiliates img {
  height: 100px;
}
/* line 76, sass/partials/_elements.sass */
.sponsors-affiliates .entry-content-width .sponsors img {
  margin-right: 30px;
}

/* line 82, sass/partials/_elements.sass */
.speaker h1 {
  margin-bottom: 0;
}
/* line 84, sass/partials/_elements.sass */
.speaker .title {
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #F0F0F0;
}
/* line 89, sass/partials/_elements.sass */
.speaker h2 {
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 5px;
}
/* line 93, sass/partials/_elements.sass */
.speaker h3 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}
/* line 98, sass/partials/_elements.sass */
.speaker p {
  font-weight: 300;
  line-height: 1.875em;
}
/* line 101, sass/partials/_elements.sass */
.speaker .font-icon {
  font-size: 1.5em;
  padding-right: 20px;
  color: #333;
}
/* line 105, sass/partials/_elements.sass */
.speaker .font-icon:hover {
  color: #666;
}
/* line 107, sass/partials/_elements.sass */
.speaker .fonticon-link:hover {
  text-decoration: none;
}
/* line 109, sass/partials/_elements.sass */
.speaker .website-link,
.speaker .phone a {
  display: block;
  color: #333;
  margin-top: 15px;
}
/* line 114, sass/partials/_elements.sass */
.speaker .phone a:hover {
  color: #666;
}
/* line 116, sass/partials/_elements.sass */
.speaker .website {
  margin-bottom: 0;
}

/* line 119, sass/partials/_elements.sass */
.speaker-img {
  border: 20px solid #fff;
  margin-bottom: 30px;
}

/* line 126, sass/partials/_elements.sass */
.intro-text {
  padding: 20px 0;
}
/* line 128, sass/partials/_elements.sass */
.intro-text p {
  font-size: 1.125em;
  font-weight: 700;
}

/* line 133, sass/partials/_elements.sass */
.page-template-page-home .intro-text {
  padding: 80px 100px 20px;
  text-align: center;
}
/* line 136, sass/partials/_elements.sass */
.page-template-page-home .intro-text p {
  font-size: 2.5em;
  font-weight: 200;
  line-height: 1.25em;
}

/* line 144, sass/partials/_elements.sass */
.additional-content {
  width: 100%;
  display: flex;
}

/* line 147, sass/partials/_elements.sass */
.additional-content-text {
  background-color: #27AAE1;
  padding: 0;
}

/* line 150, sass/partials/_elements.sass */
.additional-content-text-width {
  padding: 60px 0;
  color: #fff;
}
/* line 154, sass/partials/_elements.sass */
.additional-content-text-width .link-btn.border {
  background-color: #E02F69;
  border: 2px solid #fff;
  color: #fff;
}
/* line 158, sass/partials/_elements.sass */
.additional-content-text-width .link-btn.border:hover {
  background-color: #333;
  border: 2px solid #333;
}

/* line 164, sass/partials/_elements.sass */
.entry-content.speakers-glance {
  background-color: #eee;
  padding: 40px 0 40px;
}
/* line 169, sass/partials/_elements.sass */
.entry-content.speakers-glance .conference-icons {
  position: relative;
  top: -87px;
}

/* line 173, sass/partials/_elements.sass */
.entry-content.accommodation {
  background-color: #eee;
  padding: 100px 0 40px;
}
/* line 176, sass/partials/_elements.sass */
.entry-content.accommodation h2 {
  margin-bottom: 10px;
}

/* line 183, sass/partials/_elements.sass */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  padding: 30px 15px;
  text-transform: uppercase;
  font-weight: 700;
  background: #E02F69;
  border-bottom: none;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

/* line 194, sass/partials/_elements.sass */
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  background: #333;
}

/* line 205, sass/partials/_elements.sass */
.link-btn {
  background-color: #E02F69;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #E02F69;
}
/* line 211, sass/partials/_elements.sass */
.link-btn:hover a {
  color: #fff !important;
}
/* line 213, sass/partials/_elements.sass */
.link-btn a {
  padding: 22px 80px;
  color: #fff;
  display: block;
}
/* line 217, sass/partials/_elements.sass */
.link-btn a:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}
/* line 222, sass/partials/_elements.sass */
.link-btn.border {
  background-color: transparent;
  border: 1px solid #E02F69;
  color: #E02F69;
}
/* line 226, sass/partials/_elements.sass */
.link-btn.border a:hover {
  border: 1px solid #333;
  color: #E02F69;
}
/* line 229, sass/partials/_elements.sass */
.link-btn:focus {
  border-top: none;
}

/* line 232, sass/partials/_elements.sass */
a.link-btn {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 24px 60px;
  min-width: 340px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
}
/* line 242, sass/partials/_elements.sass */
a.link-btn:hover {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  text-decoration: none;
}

/* line 250, sass/partials/_elements.sass */
.pdf-link {
  display: inline-block;
  background: url("/wp-content/themes/nzhrconference2018/SDS-assets/img/pdf-icon.png") no-repeat;
  height: 32px;
  padding-left: 40px;
}
/* line 255, sass/partials/_elements.sass */
.pdf-link p {
  padding-top: 6px;
}

/* line 1, sass/partials/_testimonials.sass */
blockquote strong, blockquote b {
  font-weight: 700;
}

/* line 7, sass/partials/_testimonials.sass */
.easy_t_single_testimonial blockquote.easy_testimonial {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  text-align: center;
}
/* line 11, sass/partials/_testimonials.sass */
.easy_t_single_testimonial blockquote.easy_testimonial p {
  font-size: 1em;
  color: #333;
  font-style: normal;
  margin-bottom: 0;
}
/* line 16, sass/partials/_testimonials.sass */
.easy_t_single_testimonial blockquote.easy_testimonial .testimonial_author {
  margin-top: 20px;
}

/* line 19, sass/partials/_testimonials.sass */
.easy-t-cycle-pager span.cycle-pager-active {
  color: #E02F69;
}

/* line 22, sass/partials/_testimonials.sass */
.easy_t_single_testimonial blockquote p span.testimonial-client {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}

/* line 28, sass/partials/_testimonials.sass */
div.easy-t-cycle-prev,
div.easy-t-cycle-next {
  display: none;
}

/* line 32, sass/partials/_testimonials.sass */
.easy-t-cycle-pager span.cycle-pager-active {
  color: #333;
}

/* line 35, sass/partials/_testimonials.sass */
.easy-t-cycle-pager span, .style-dark_style .easy-t-cycle-pager span, .style-light_style .easy-t-cycle-pager span {
  font-size: 30px;
}

/* line 39, sass/partials/_testimonials.sass */
.testimonials .entry-content-width {
  padding-top: 100px;
  padding-bottom: 140px;
}
/* line 43, sass/partials/_testimonials.sass */
.testimonials .quotemark img {
  width: 120px;
}
/* line 45, sass/partials/_testimonials.sass */
.testimonials .quotemark.right {
  text-align: right;
}

/* line 3, sass/partials/_info-items.sass */
.content-up {
  margin-top: -100px;
}

/* line 6, sass/partials/_info-items.sass */
.page-template-page-home,
.page-template-default {
  background-color: #fff;
}

/* line 11, sass/partials/_info-items.sass */
.page-template-page-home .info-items-wrapper {
  background-color: #eee;
}

/* line 14, sass/partials/_info-items.sass */
.info-items-wrapper {
  padding: 25px 30px 40px;
}

/* line 17, sass/partials/_info-items.sass */
.info-container {
  margin-top: 24px;
}
/* line 19, sass/partials/_info-items.sass */
.info-container .info-image,
.info-container .info-data {
  display: inline-block;
}
/* line 22, sass/partials/_info-items.sass */
.info-container .info-image {
  width: 42px;
  float: left;
}
/* line 25, sass/partials/_info-items.sass */
.info-container .info-image img {
  width: 85px;
}
/* line 27, sass/partials/_info-items.sass */
.info-container .info-data {
  width: calc(100% - 53px);
  margin-left: 10px;
  border-left: 1px solid #333;
  padding-left: 10px;
}
/* line 32, sass/partials/_info-items.sass */
.info-container .info-name {
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 3px;
  text-transform: uppercase;
}
/* line 38, sass/partials/_info-items.sass */
.info-container .info-blurb {
  font-weight: 300;
  font-size: 0.875em;
  line-height: 1.3em;
}

/* line 44, sass/partials/_info-items.sass */
.additional-items {
  position: relative;
  background-color: #eee;
  padding: 80px 0;
}
/* line 48, sass/partials/_info-items.sass */
.additional-items .additional-items-wrapper {
  padding: 0;
}
/* line 50, sass/partials/_info-items.sass */
.additional-items .info-container {
  margin-top: 100px;
}
/* line 52, sass/partials/_info-items.sass */
.additional-items .info-container .info-data {
  width: 100%;
  margin-left: 0;
  border-left: none;
  padding-left: 0 20px;
}
/* line 57, sass/partials/_info-items.sass */
.additional-items .info-blurb {
  font-weight: 200;
  font-size: 1em;
  line-height: 1.75em;
}
/* line 61, sass/partials/_info-items.sass */
.additional-items .info-name {
  font-size: 2.125em;
  margin-bottom: 20px;
  text-transform: initial;
}

/* line 66, sass/partials/_info-items.sass */
.conference-icons {
  position: absolute;
  top: -47px;
  left: 0;
  height: 95px;
  width: 100%;
  display: block;
  background: url("/wp-content/themes/nzhrconference2018/SDS-assets/img/NZHRConference-icons-bg@2x.png") repeat-x;
  background-size: contain;
}

/* line 2, sass/partials/_get-subpages.sass */
.subpage {
  margin-bottom: 30px;
}
/* line 4, sass/partials/_get-subpages.sass */
.subpage .project-image-container {
  overflow: hidden;
}
/* line 7, sass/partials/_get-subpages.sass */
.subpage .project-image-container a:hover .project-excerpt {
  display: block;
  width: calc(100% - 90px);
}
/* line 10, sass/partials/_get-subpages.sass */
.subpage .project-image-container a:hover img {
  transform: scale(1.15);
  -webkit-filter: grayscale(1) brightness(0.5);
  filter: grayscale(1) brightness(0.5);
}
/* line 14, sass/partials/_get-subpages.sass */
.subpage .project-image-container img {
  width: auto;
  border: 18px solid white;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
/* line 18, sass/partials/_get-subpages.sass */
.subpage .project-data {
  padding: 15px 30px 20px;
  background-color: #fff;
  height: 110px;
  overflow: hidden;
}
/* line 23, sass/partials/_get-subpages.sass */
.subpage .project-data a.link-btn {
  min-width: 100%;
}
/* line 25, sass/partials/_get-subpages.sass */
.subpage .project-data .project-data-wrapper {
  height: 75px;
  overflow: hidden;
}
/* line 28, sass/partials/_get-subpages.sass */
.subpage .project-excerpt {
  display: none;
  position: absolute;
  top: 10px;
  left: 45px;
  padding-top: 20px;
  line-height: 1.6em;
  color: rgba(255, 255, 255, 0.8);
}
/* line 36, sass/partials/_get-subpages.sass */
.subpage .project-excerpt span,
.subpage .project-excerpt a {
  font-size: 0.8em;
}
/* line 39, sass/partials/_get-subpages.sass */
.subpage h2 {
  font-size: 16px;
  line-height: 1.2em;
  color: #333;
  margin-bottom: 0;
}
/* line 44, sass/partials/_get-subpages.sass */
.subpage h2 a {
  color: #333;
}
/* line 46, sass/partials/_get-subpages.sass */
.subpage h3 {
  padding-top: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3em;
}
/* line 51, sass/partials/_get-subpages.sass */
.subpage h3 a {
  color: #333;
}

/* line 54, sass/partials/_get-subpages.sass */
.sponsorship-level-label {
  font-size: 12px;
  text-transform: uppercase;
}

/* line 58, sass/partials/_get-subpages.sass */
.sponsor-level {
  position: absolute;
  top: 0;
  right: 91px;
  font-size: 0em;
  text-align: right;
}
/* line 64, sass/partials/_get-subpages.sass */
.sponsor-level .sponsor-ribbon-top {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 6px;
  font-size: 0em;
  width: 46px;
  height: 37px;
  color: white;
  overflow: hidden;
  z-index: 20;
}
/* line 75, sass/partials/_get-subpages.sass */
.sponsor-level .sponsor-ribbon-bottom {
  width: 0px;
  height: 0px;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  top: 37px;
  position: absolute;
  z-index: 30;
}

/* line 86, sass/partials/_get-subpages.sass */
.sponsor-level.Gold .sponsor-ribbon-top {
  background-color: #CFB53B;
}
/* line 88, sass/partials/_get-subpages.sass */
.sponsor-level.Gold .sponsor-ribbon-bottom {
  border-top: 12px solid #CFB53B;
}
/* line 91, sass/partials/_get-subpages.sass */
.sponsor-level.Silver .sponsor-ribbon-top {
  background-color: #A2A1A1;
}
/* line 93, sass/partials/_get-subpages.sass */
.sponsor-level.Silver .sponsor-ribbon-bottom {
  border-top: 12px solid #A2A1A1;
}
/* line 96, sass/partials/_get-subpages.sass */
.sponsor-level.Bronze .sponsor-ribbon-top {
  background-color: #B28660;
}
/* line 98, sass/partials/_get-subpages.sass */
.sponsor-level.Bronze .sponsor-ribbon-bottom {
  border-top: 12px solid #B28660;
}

/* line 102, sass/partials/_get-subpages.sass */
.sponsors-affiliates {
  padding-top: 30px;
  border-bottom: 1px solid #F0F0F0;
}
/* line 105, sass/partials/_get-subpages.sass */
.sponsors-affiliates .subpage.sponsor-links-footer {
  width: 180px;
  float: left;
}
/* line 108, sass/partials/_get-subpages.sass */
.sponsors-affiliates .subpage.sponsor-links-footer.partner {
  width: 235px;
  margin-top: 40px;
}
/* line 111, sass/partials/_get-subpages.sass */
.sponsors-affiliates .subpage.sponsor-links-footer .project-image-container {
  border: 1px solid #e8e8e8;
  margin-right: 20px;
}
/* line 115, sass/partials/_get-subpages.sass */
.sponsors-affiliates .subpage.sponsor-links-footer .project-image-container a:hover img {
  transform: scale(1.3);
  -webkit-filter: grayscale(1) brightness(0.97);
  filter: grayscale(1) brightness(0.97);
}
/* line 119, sass/partials/_get-subpages.sass */
.sponsors-affiliates .subpage.sponsor-links-footer .project-data {
  padding: 5px 20px 5px;
  height: 40px;
}

/* line 125, sass/partials/_get-subpages.sass */
.accommodation .subpage .project-data {
  padding: 10px 30px 10px;
  min-height: 230px;
  height: auto;
  text-align: center;
}
/* line 130, sass/partials/_get-subpages.sass */
.accommodation .subpage .project-data p {
  font-size: 13px;
}

@media (max-width: 1150px) {
  /* line 138, sass/partials/_get-subpages.sass */
  .subpage .project-image-container a:hover .project-excerpt {
    width: calc(100% - 70px);
    line-height: 1.5em;
    font-size: 0.875em;
    top: 0;
    left: 35px;
    font-weight: 300;
  }
}
@media (max-width: 991px) {
  /* line 151, sass/partials/_get-subpages.sass */
  .subpage .project-image-container a:hover .project-excerpt {
    line-height: 1.8em;
    font-size: 1em;
    top: 10px;
  }
  /* line 158, sass/partials/_get-subpages.sass */
  .subpage.sponsor-links-footer h3 {
    font-size: 12px;
  }
}
/* line 2, sass/partials/_schedule.sass */
.agenda-page .entry-content-width {
  padding-bottom: 0;
}
/* line 4, sass/partials/_schedule.sass */
.agenda-page .intro-text {
  padding: 20px 0 0;
}

/* line 8, sass/partials/_schedule.sass */
.agenda-tabs {
  height: 90px;
  background-color: #27AAE1;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
}

/* line 15, sass/partials/_schedule.sass */
.agenda-tabs-set {
  display: inline-block;
}

/* line 18, sass/partials/_schedule.sass */
.agenda-tab {
  position: relative;
  width: 140px;
  height: 90px;
  float: left;
  padding: 25px 20px 15px;
  text-align: center;
  color: #fff;
}
/* line 26, sass/partials/_schedule.sass */
.agenda-tab:hover, .agenda-tab.active {
  background-color: #E02F69;
  cursor: pointer;
}
/* line 30, sass/partials/_schedule.sass */
.agenda-tab:hover .agenda-arrow-tip, .agenda-tab.active .agenda-arrow-tip {
  display: block;
}
/* line 32, sass/partials/_schedule.sass */
.agenda-tab span {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}
/* line 36, sass/partials/_schedule.sass */
.agenda-tab span.day-name {
  font-weight: bold;
}
/* line 38, sass/partials/_schedule.sass */
.agenda-tab .agenda-arrow-tip {
  display: none;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 30;
  width: 0px;
  height: 0px;
  border-top: 35px solid #E02F69;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
}

/* line 50, sass/partials/_schedule.sass */
.agenda-items-wrapper {
  background-color: #fff;
  margin-top: 20px;
  padding: 25px 30px 40px;
  display: none;
}
/* line 55, sass/partials/_schedule.sass */
.agenda-items-wrapper.agenda-tab-content-1 {
  display: block;
}

/* line 59, sass/partials/_schedule.sass */
.agenda-items .info-container {
  margin-top: 0;
  padding: 40px 0 30px;
  border-top: 1px solid #F0F0F0;
}
/* line 63, sass/partials/_schedule.sass */
.agenda-items .info-container.concurrent {
  border-top: none;
  padding: 10px 0 10px;
}
/* line 66, sass/partials/_schedule.sass */
.agenda-items .info-container.concurrent .info-time {
  color: #fff;
}
/* line 68, sass/partials/_schedule.sass */
.agenda-items .info-container.concurrent .info-data {
  max-height: 95px;
}
/* line 70, sass/partials/_schedule.sass */
.agenda-items .info-container.concurrent .info-data.expanded-item {
  max-height: 800px;
}
/* line 72, sass/partials/_schedule.sass */
.agenda-items .info-container:first-of-type {
  border-top: 1px solid #F0F0F0;
  padding-top: 40px;
  border-bottom: none;
}
/* line 76, sass/partials/_schedule.sass */
.agenda-items .info-container:first-of-type .info-time {
  color: #27AAE1;
}
/* line 78, sass/partials/_schedule.sass */
.agenda-items .info-time,
.agenda-items .info-image,
.agenda-items .info-data {
  display: inline-block;
}
/* line 82, sass/partials/_schedule.sass */
.agenda-items .info-time,
.agenda-items .info-image {
  width: 73px;
  float: left;
}
/* line 86, sass/partials/_schedule.sass */
.agenda-items .info-image {
  margin-left: 10px;
}
/* line 88, sass/partials/_schedule.sass */
.agenda-items .info-image.imgNumber0 {
  margin-left: 0;
}
/* line 90, sass/partials/_schedule.sass */
.agenda-items .info-time {
  width: 170px;
  margin-right: 40px;
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.2em;
  color: #27AAE1;
}
/* line 97, sass/partials/_schedule.sass */
.agenda-items .info-data {
  width: calc(100% - 400px);
  margin-left: 15px;
  border-left: none;
  padding-left: 0;
  max-height: 72px;
  overflow: hidden;
  -moz-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
/* line 105, sass/partials/_schedule.sass */
.agenda-items .info-data.expanded-item {
  max-height: 1600px;
}
/* line 108, sass/partials/_schedule.sass */
.agenda-items .info-data:hover .info-name {
  color: #E02F69;
  cursor: pointer;
}
/* line 111, sass/partials/_schedule.sass */
.agenda-items .info-data.addImg1 {
  width: calc(100% - 483px);
}
/* line 113, sass/partials/_schedule.sass */
.agenda-items .info-data.addImg2 {
  width: calc(100% - 566px);
}
/* line 115, sass/partials/_schedule.sass */
.agenda-items .info-data.addImg3 {
  width: calc(100% - 649px);
}
/* line 117, sass/partials/_schedule.sass */
.agenda-items .info-data.addImg4 {
  width: calc(100% - 732px);
}
/* line 119, sass/partials/_schedule.sass */
.agenda-items .info-name {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 3px;
  text-transform: initial;
}
/* line 125, sass/partials/_schedule.sass */
.agenda-items .info-name a {
  color: #333;
}
/* line 127, sass/partials/_schedule.sass */
.agenda-items .info-name span.small {
  display: block;
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 0.6em;
  text-transform: uppercase;
  color: #E02F69;
}
/* line 134, sass/partials/_schedule.sass */
.agenda-items .info-name span.small.seminar-session {
  color: #E02F69;
}
/* line 136, sass/partials/_schedule.sass */
.agenda-items .info-name span.add.addNumber0 {
  display: none;
}
/* line 138, sass/partials/_schedule.sass */
.agenda-items .info-location {
  font-weight: 700;
  font-size: 0.875em;
  text-transform: uppercase;
}
/* line 142, sass/partials/_schedule.sass */
.agenda-items .info-blurb {
  margin-top: 5px;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.6em;
}
/* line 147, sass/partials/_schedule.sass */
.agenda-items .expand-btn {
  position: absolute;
  top: 30px;
  right: 0;
  width: 46px;
  height: 46px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 12px 19px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
/* line 159, sass/partials/_schedule.sass */
.agenda-items .expand-btn:hover {
  cursor: pointer;
  border: 1px solid #E02F69;
  background-color: #F0F0F0;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
/* line 164, sass/partials/_schedule.sass */
.agenda-items .expand-btn:active {
  background-color: #fff;
}
/* line 166, sass/partials/_schedule.sass */
.agenda-items .expand-btn.expanded-item {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

@media (max-width: 1180px) {
  /* line 173, sass/partials/_schedule.sass */
  .agenda-items .info-data.addImg4 {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (max-width: 1100px) {
  /* line 181, sass/partials/_schedule.sass */
  .agenda-items .info-data.addImg3 {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }

  /* line 185, sass/partials/_schedule.sass */
  .nav-menu li a {
    padding: 31px 10px;
  }
}
@media (max-width: 1020px) {
  /* line 191, sass/partials/_schedule.sass */
  .agenda-items .info-data.addImg2 {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (max-width: 940px) {
  /* line 199, sass/partials/_schedule.sass */
  .agenda-items .info-data.addImg1 {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (max-width: 820px) {
  /* line 206, sass/partials/_schedule.sass */
  .agenda-items .info-data {
    width: calc(100% - 295px);
  }
  /* line 208, sass/partials/_schedule.sass */
  .agenda-items .info-time {
    width: 120px;
    font-size: 1.3em;
  }
}
@media (max-width: 767px) {
  /* line 214, sass/partials/_schedule.sass */
  .agenda-items .info-container.concurrent .info-data.expanded-item {
    max-height: 100%;
  }
}
@media (max-width: 700px) {
  /* line 219, sass/partials/_schedule.sass */
  .agenda-items .info-data {
    width: calc(100% - 100px);
  }
  /* line 223, sass/partials/_schedule.sass */
  .agenda-items .expand-btn {
    top: 8px;
  }
  /* line 225, sass/partials/_schedule.sass */
  .agenda-items .info-time {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 231, sass/partials/_schedule.sass */
  .agenda-items .info-container.concurrent .info-time {
    height: 10px;
  }
  /* line 234, sass/partials/_schedule.sass */
  .agenda-items .info-container:first-of-type .info-time {
    height: auto;
  }
}
@media (max-width: 520px) {
  /* line 238, sass/partials/_schedule.sass */
  .agenda-tab {
    width: 88px;
    padding: 20px 10px 10px;
  }
  /* line 241, sass/partials/_schedule.sass */
  .agenda-tab .agenda-arrow-tip {
    top: 90px;
    border-top: 22px solid #E02F69;
    border-left: 44px solid transparent;
    border-right: 44px solid transparent;
  }
}
@media (max-width: 510px) {
  /* line 249, sass/partials/_schedule.sass */
  .agenda-items .info-time {
    font-size: 1em;
  }
  /* line 251, sass/partials/_schedule.sass */
  .agenda-items .info-image {
    width: 38px;
  }
  /* line 254, sass/partials/_schedule.sass */
  .agenda-items .info-name span.small {
    line-height: 1.3em;
  }
  /* line 256, sass/partials/_schedule.sass */
  .agenda-items .info-data {
    width: 100%;
    margin: 10px 0;
  }
  /* line 257, sass/partials/_schedule.sass */
  .agenda-items .info-data.addImg1 {
    width: 100%;
  }
}
/* line 4, sass/partials/_pricing-table.sass */
.registration-table-mobile {
  display: none;
}
/* line 6, sass/partials/_pricing-table.sass */
.registration-table-mobile h3 {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #e8e8e8;
}
/* line 10, sass/partials/_pricing-table.sass */
.registration-table-mobile h3:first-of-type {
  border: none;
  padding-top: 0;
  margin-top: 0;
}
/* line 14, sass/partials/_pricing-table.sass */
.registration-table-mobile h4 {
  font-size: 18px;
  margin-top: 30px;
}
/* line 17, sass/partials/_pricing-table.sass */
.registration-table-mobile h4:first-of-type {
  padding-top: 20px;
}
/* line 19, sass/partials/_pricing-table.sass */
.registration-table-mobile p {
  margin-bottom: 5px;
}
/* line 21, sass/partials/_pricing-table.sass */
.registration-table-mobile span.group {
  width: 220px;
  display: inline-block;
  padding-right: 5px;
}
/* line 26, sass/partials/_pricing-table.sass */
.registration-table-mobile span.price {
  font-weight: bold;
}

/* line 29, sass/partials/_pricing-table.sass */
.registration-table,
.registration-table-additional {
  text-align: -webkit-center;
}

/* line 33, sass/partials/_pricing-table.sass */
.registration.entry-content {
  padding-top: 50px;
}

/* line 36, sass/partials/_pricing-table.sass */
.additional-tickets-container.entry-content {
  background-color: #27AAE1;
  padding-top: 80px;
}

/* line 40, sass/partials/_pricing-table.sass */
.registration-further-content {
  margin-top: 120px;
  text-align: center;
}
/* line 43, sass/partials/_pricing-table.sass */
.registration-further-content h2 {
  margin-bottom: 40px;
}

/* line 46, sass/partials/_pricing-table.sass */
.pricing_table,
.additional_tickets {
  width: 1070px;
  border-collapse: separate;
  border-spacing: 15px 0;
  border: none;
}
/* line 52, sass/partials/_pricing-table.sass */
.pricing_table hr,
.additional_tickets hr {
  border-top: 1px solid #999;
  margin: 5px auto;
  width: 30px;
}
/* line 56, sass/partials/_pricing-table.sass */
.pricing_table th,
.additional_tickets th {
  position: relative;
  height: 130px;
  width: 248px;
  padding: 35px 10px 8px;
  text-align: center;
  font-size: 30px;
  line-height: 1.2em;
}
/* line 64, sass/partials/_pricing-table.sass */
.pricing_table th span,
.additional_tickets th span {
  display: block;
  height: 43px;
  padding: 0 10px 10px;
  font-size: 12px;
  line-height: 1.5em;
}
/* line 70, sass/partials/_pricing-table.sass */
.pricing_table th span.arrowtip,
.additional_tickets th span.arrowtip {
  position: absolute;
  top: 130px;
  left: 0;
  z-index: 30;
  width: 0px;
  height: 0px;
  border-top: 64px solid #E02F69;
  border-left: 124px solid transparent;
  border-right: 124px solid transparent;
  padding: 0;
}
/* line 81, sass/partials/_pricing-table.sass */
.pricing_table th span.banner-container,
.additional_tickets th span.banner-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  overflow: hidden;
}
/* line 88, sass/partials/_pricing-table.sass */
.pricing_table th span.banner,
.additional_tickets th span.banner {
  position: absolute;
  top: 40px;
  left: -10%;
  width: 120%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.55);
  padding: 8px;
  font-size: 20px;
  transform: rotate(12deg);
}
/* line 98, sass/partials/_pricing-table.sass */
.pricing_table th:nth-of-type(1),
.additional_tickets th:nth-of-type(1) {
  background-color: #E02F69;
  color: #fff;
}
/* line 101, sass/partials/_pricing-table.sass */
.pricing_table th:nth-of-type(1) span.arrowtip,
.additional_tickets th:nth-of-type(1) span.arrowtip {
  border-top-color: #E02F69;
}
/* line 103, sass/partials/_pricing-table.sass */
.pricing_table th:nth-of-type(2),
.additional_tickets th:nth-of-type(2) {
  background-color: #27AAE1;
  color: #fff;
}
/* line 106, sass/partials/_pricing-table.sass */
.pricing_table th:nth-of-type(2) span.arrowtip,
.additional_tickets th:nth-of-type(2) span.arrowtip {
  border-top-color: #27AAE1;
}
/* line 108, sass/partials/_pricing-table.sass */
.pricing_table th:nth-of-type(3),
.additional_tickets th:nth-of-type(3) {
  background-color: #000;
  color: #fff;
}
/* line 111, sass/partials/_pricing-table.sass */
.pricing_table th:nth-of-type(3) span.arrowtip,
.additional_tickets th:nth-of-type(3) span.arrowtip {
  border-top-color: #000;
}
/* line 113, sass/partials/_pricing-table.sass */
.pricing_table th:nth-of-type(4),
.additional_tickets th:nth-of-type(4) {
  background-color: #56585F;
  color: #fff;
}
/* line 116, sass/partials/_pricing-table.sass */
.pricing_table th:nth-of-type(4) span.arrowtip,
.additional_tickets th:nth-of-type(4) span.arrowtip {
  border-top-color: #56585F;
}
/* line 119, sass/partials/_pricing-table.sass */
.pricing_table tbody tr:first-of-type td,
.additional_tickets tbody tr:first-of-type td {
  padding: 100px 10px 5px;
}
/* line 121, sass/partials/_pricing-table.sass */
.pricing_table tbody tr:last-of-type td,
.additional_tickets tbody tr:last-of-type td {
  height: 340px;
  vertical-align: top;
  font-size: 12px;
  font-weight: 300;
}
/* line 126, sass/partials/_pricing-table.sass */
.pricing_table tbody tr:last-of-type td span,
.additional_tickets tbody tr:last-of-type td span {
  padding: 0 10px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: none;
}
/* line 132, sass/partials/_pricing-table.sass */
.pricing_table tbody tr:last-of-type td:nth-of-type(1) span,
.additional_tickets tbody tr:last-of-type td:nth-of-type(1) span {
  color: #E02F69;
}
/* line 135, sass/partials/_pricing-table.sass */
.pricing_table tbody tr:last-of-type td:nth-of-type(2) span,
.additional_tickets tbody tr:last-of-type td:nth-of-type(2) span {
  color: #27AAE1;
}
/* line 138, sass/partials/_pricing-table.sass */
.pricing_table tbody tr:last-of-type td:nth-of-type(3) span,
.additional_tickets tbody tr:last-of-type td:nth-of-type(3) span {
  color: #000;
}
/* line 141, sass/partials/_pricing-table.sass */
.pricing_table tbody tr:last-of-type td:nth-of-type(4) span,
.additional_tickets tbody tr:last-of-type td:nth-of-type(4) span {
  color: #56585F;
}
/* line 143, sass/partials/_pricing-table.sass */
.pricing_table td,
.additional_tickets td {
  position: relative;
  border: none;
  background-color: #fff;
  padding: 30px 10px 5px;
  line-height: 1.6em;
  text-align: center;
  font-weight: 700;
}
/* line 151, sass/partials/_pricing-table.sass */
.pricing_table td span,
.additional_tickets td span {
  border-bottom: 1px solid #999;
  display: block;
  padding: 20px 10px 35px;
  font-size: 40px;
}
/* line 157, sass/partials/_pricing-table.sass */
.pricing_table td span sub,
.pricing_table td span sup,
.additional_tickets td span sub,
.additional_tickets td span sup {
  font-size: 14px;
  text-transform: initial;
}
/* line 161, sass/partials/_pricing-table.sass */
.pricing_table td span sub,
.additional_tickets td span sub {
  font-weight: 300;
}
/* line 163, sass/partials/_pricing-table.sass */
.pricing_table td span sup,
.additional_tickets td span sup {
  top: -20px;
}
/* line 165, sass/partials/_pricing-table.sass */
.pricing_table td span.arrowtip,
.additional_tickets td span.arrowtip {
  position: absolute;
  top: 340px;
  left: 0;
  z-index: 30;
  width: 0px;
  height: 0px;
  border-top: 64px solid #fff;
  border-left: 124px solid transparent;
  border-right: 124px solid transparent;
  padding: 0 !important;
  font-size: 0 !important;
  color: #fff;
  border-bottom: none;
}
/* line 179, sass/partials/_pricing-table.sass */
.pricing_table td:empty,
.additional_tickets td:empty {
  background: #F0F0F0 no-repeat 50% url("/wp-content/themes/nzhrconference2018/SDS-assets/img/tick.png");
}

/* line 183, sass/partials/_pricing-table.sass */
.additional_tickets {
  width: 540px;
}
/* line 186, sass/partials/_pricing-table.sass */
.additional_tickets th:nth-of-type(1), .additional_tickets th:nth-of-type(2) {
  background-color: #56585F;
}
/* line 189, sass/partials/_pricing-table.sass */
.additional_tickets th:nth-of-type(1) span.arrowtip, .additional_tickets th:nth-of-type(2) span.arrowtip {
  border-top: 64px solid #56585F;
}
/* line 192, sass/partials/_pricing-table.sass */
.additional_tickets tbody tr:last-of-type td {
  height: 190px;
  padding: 90px 10px 5px;
  font-weight: 700;
}
/* line 196, sass/partials/_pricing-table.sass */
.additional_tickets tbody tr:last-of-type td span {
  font-size: 40px;
  padding: 15px 10px;
}
/* line 201, sass/partials/_pricing-table.sass */
.additional_tickets tbody tr:last-of-type td:nth-of-type(1) span, .additional_tickets tbody tr:last-of-type td:nth-of-type(2) span {
  color: #56585F;
}
/* line 204, sass/partials/_pricing-table.sass */
.additional_tickets tbody td span.arrowtip {
  top: 190px;
}

/* line 207, sass/partials/_pricing-table.sass */
.additional-tickets-info {
  margin-top: 100px;
}

@media (max-width: 1170px) {
  /* line 212, sass/partials/_pricing-table.sass */
  .pricing_table {
    width: 830px;
  }
  /* line 215, sass/partials/_pricing-table.sass */
  .pricing_table tbody tr:first-of-type td {
    padding: 80px 2px 5px;
  }
  /* line 217, sass/partials/_pricing-table.sass */
  .pricing_table tbody tr:last-of-type td {
    height: 360px;
  }
  /* line 219, sass/partials/_pricing-table.sass */
  .pricing_table th {
    height: 160px;
    width: 188px;
    padding: 35px 2px 8px;
    font-size: 28px;
  }
  /* line 224, sass/partials/_pricing-table.sass */
  .pricing_table th span.arrowtip {
    top: 160px;
    border-top: 47px solid #E02F69;
    border-left: 94px solid transparent;
    border-right: 94px solid transparent;
  }
  /* line 229, sass/partials/_pricing-table.sass */
  .pricing_table td {
    padding: 30px 2px 5px;
  }
  /* line 231, sass/partials/_pricing-table.sass */
  .pricing_table td span.arrowtip {
    top: 360px;
    border-top: 47px solid #fff;
    border-left: 94px solid transparent;
    border-right: 94px solid transparent;
  }
}
@media (max-width: 950px) {
  /* line 238, sass/partials/_pricing-table.sass */
  .pricing_table {
    width: 670px;
  }
  /* line 241, sass/partials/_pricing-table.sass */
  .pricing_table tbody tr:first-of-type td {
    padding: 60px 2px 5px;
  }
  /* line 243, sass/partials/_pricing-table.sass */
  .pricing_table tbody tr:last-of-type td {
    height: 410px;
  }
  /* line 245, sass/partials/_pricing-table.sass */
  .pricing_table th {
    width: 148px;
    font-size: 18px;
  }
  /* line 248, sass/partials/_pricing-table.sass */
  .pricing_table th span.arrowtip {
    top: 160px;
    border-top: 37px solid #E02F69;
    border-left: 74px solid transparent;
    border-right: 74px solid transparent;
  }
  /* line 254, sass/partials/_pricing-table.sass */
  .pricing_table td span {
    font-size: 20px;
  }
  /* line 256, sass/partials/_pricing-table.sass */
  .pricing_table td span.arrowtip {
    top: 410px;
    border-top: 37px solid #fff;
    border-left: 74px solid transparent;
    border-right: 74px solid transparent;
  }
}
@media (max-width: 760px) {
  /* line 263, sass/partials/_pricing-table.sass */
  .pricing_table {
    width: 560px;
  }
  /* line 266, sass/partials/_pricing-table.sass */
  .pricing_table tbody tr:last-of-type td {
    height: 460px;
  }
  /* line 268, sass/partials/_pricing-table.sass */
  .pricing_table th {
    width: 148px;
    font-size: 13px;
  }
  /* line 271, sass/partials/_pricing-table.sass */
  .pricing_table th span.arrowtip {
    top: 160px;
    border: none;
  }
  /* line 275, sass/partials/_pricing-table.sass */
  .pricing_table td span {
    font-size: 13px;
  }
  /* line 277, sass/partials/_pricing-table.sass */
  .pricing_table td span.arrowtip {
    top: 460px;
    border: none;
  }

  /* line 281, sass/partials/_pricing-table.sass */
  .additional_tickets {
    width: 300px;
  }
  /* line 284, sass/partials/_pricing-table.sass */
  .additional_tickets tbody tr:last-of-type td {
    padding: 30px 2px 5px;
    height: 140px;
  }
  /* line 287, sass/partials/_pricing-table.sass */
  .additional_tickets th {
    height: 110px;
    padding: 15px 10px 8px;
    width: 127px;
    font-size: 13px;
  }
  /* line 292, sass/partials/_pricing-table.sass */
  .additional_tickets th span.arrowtip {
    border: none;
  }
  /* line 295, sass/partials/_pricing-table.sass */
  .additional_tickets td span {
    font-size: 13px;
  }
  /* line 297, sass/partials/_pricing-table.sass */
  .additional_tickets td span.arrowtip {
    border: none;
  }
}
@media (max-width: 590px) {
  /* line 301, sass/partials/_pricing-table.sass */
  .registration-table {
    display: none;
  }

  /* line 303, sass/partials/_pricing-table.sass */
  .registration-table-mobile {
    display: block;
  }

  /* line 305, sass/partials/_pricing-table.sass */
  .registration-further-content h2 {
    font-size: 22px;
  }
}
/* line 4, sass/partials/_temp-home.sass */
.page-template-page-home-temp h1,
.page-template-page-home-temp h1.page-title,
.page-template-page-home-temp h2,
.page-template-page-home-temp h3,
.page-template-page-home-temp h4,
.page-template-page-home-temp h5,
.page-template-page-home-temp h6 {
  clear: both;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 200;
  line-height: 1.5em;
  margin: 0 0 0.5em 0;
}
/* line 18, sass/partials/_temp-home.sass */
.page-template-page-home-temp .logo {
  margin: 0 auto;
}
/* line 20, sass/partials/_temp-home.sass */
.page-template-page-home-temp .logo .logo-link {
  width: 430px;
  height: 162px;
  display: block;
  background-image: url("/wp-content/themes/nzhrconference2018/SDS-assets/img/logo-temp.png");
}
/* line 26, sass/partials/_temp-home.sass */
.page-template-page-home-temp .text-over-image {
  display: block;
}
/* line 28, sass/partials/_temp-home.sass */
.page-template-page-home-temp .text-over-image h1 {
  font-size: 34px;
}
/* line 30, sass/partials/_temp-home.sass */
.page-template-page-home-temp .text-over-image .logo-container,
.page-template-page-home-temp .text-over-image .text-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100vH;
}
/* line 36, sass/partials/_temp-home.sass */
.page-template-page-home-temp .logo {
  max-width: 100%;
}
/* line 38, sass/partials/_temp-home.sass */
.page-template-page-home-temp .logo .logo-link {
  max-width: 100%;
}
/* line 40, sass/partials/_temp-home.sass */
.page-template-page-home-temp .link-btn {
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  padding: 22px 80px;
  text-align: center;
  background-color: #27AAE1;
  border: 1px solid #27AAE1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 50, sass/partials/_temp-home.sass */
.page-template-page-home-temp p:last-of-type .link-btn {
  border: 1px solid #fff;
  background-color: transparent;
}
/* line 53, sass/partials/_temp-home.sass */
.page-template-page-home-temp p:last-of-type .link-btn:hover {
  background-color: #333;
  border: 1px solid #333;
}
/* line 56, sass/partials/_temp-home.sass */
.page-template-page-home-temp .link-btn a:hover {
  background-color: transparent;
}
/* line 59, sass/partials/_temp-home.sass */
.page-template-page-home-temp .bottom-links a {
  font-size: 14px;
  color: #fff;
}
/* line 62, sass/partials/_temp-home.sass */
.page-template-page-home-temp .social-icons {
  margin-bottom: -5px;
}
/* line 64, sass/partials/_temp-home.sass */
.page-template-page-home-temp .social-icons a {
  color: #fff;
  margin-right: 20px;
  font-size: 16px;
}
/* line 68, sass/partials/_temp-home.sass */
.page-template-page-home-temp .social-icons a:hover {
  text-decoration: none;
  color: #27AAE1;
}
/* line 71, sass/partials/_temp-home.sass */
.page-template-page-home-temp .entry-content,
.page-template-page-home-temp .entry-content-width {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 76, sass/partials/_temp-home.sass */
.page-template-page-home-temp .site {
  overflow: initial;
}

@media (max-width: 1250px) {
  /* line 81, sass/partials/_temp-home.sass */
  .fullwidth-image-container .entry-content, .fullwidth-image-container .entry-content-width {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  /* line 88, sass/partials/_temp-home.sass */
  .page-template-page-home-temp .text-over-image .logo-container,
  .page-template-page-home-temp .text-over-image .text-container {
    height: 170px;
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  /* line 94, sass/partials/_temp-home.sass */
  .page-template-page-home-temp .text-over-image .text-container {
    height: auto;
  }
  /* line 96, sass/partials/_temp-home.sass */
  .page-template-page-home-temp .fullwidth-image-container {
    overflow: scroll;
  }
}
@media (max-width: 643px) {
  /* line 100, sass/partials/_temp-home.sass */
  .fullwidth-image-container .entry-content, .fullwidth-image-container .entry-content-width {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 2, sass/partials/_forms.sass */
.site-header .search-field:focus {
  border: 1px solid #999;
}
/* line 4, sass/partials/_forms.sass */
.site-header .search-form {
  position: relative;
  right: 0;
  top: 0;
  padding-top: 10px;
  text-align: right;
}

/* line 10, sass/partials/_forms.sass */
button, input, textarea {
  border: 1px solid #999;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  padding: 25px 10px;
}

/* line 18, sass/partials/_forms.sass */
textarea {
  border: 1px solid #999;
}
/* line 20, sass/partials/_forms.sass */
textarea:focus {
  border: 1px solid #E02F69;
}

/* line 24, sass/partials/_forms.sass */
input:focus {
  border: none;
  border-bottom: 1px solid #E02F69;
}

/* line 28, sass/partials/_forms.sass */
.wpcf7 input[type="submit"],
.wpcf7 .contact-tel {
  width: 46%;
  float: left;
  margin: 10px 2%;
}

/* line 34, sass/partials/_forms.sass */
.wpcf7 input[type="submit"] {
  padding: 25px 10px;
}

/* line 37, sass/partials/_forms.sass */
.wpcf7 .contact-tel {
  min-width: auto;
  padding: 22px 16px;
}

/* line 41, sass/partials/_forms.sass */
div.wpcf7 .ajax-loader {
  position: absolute;
}

/* line 45, sass/partials/_forms.sass */
.wpcf7-response-output {
  clear: both;
  color: #333;
}

/* line 7, sass/partials/_blog.sass */
.blog article,
.search article,
.archive article,
.single article {
  background-color: #fff;
  margin-bottom: 30px;
}
/* line 10, sass/partials/_blog.sass */
.blog article .entry-content,
.search article .entry-content,
.archive article .entry-content,
.single article .entry-content {
  padding-bottom: 0;
  padding-top: 0;
}
/* line 13, sass/partials/_blog.sass */
.blog article .entry-header,
.search article .entry-header,
.archive article .entry-header,
.single article .entry-header {
  margin-bottom: 10px;
  padding-bottom: 0;
}
/* line 16, sass/partials/_blog.sass */
.blog article p,
.search article p,
.archive article p,
.single article p {
  color: #333;
}
/* line 18, sass/partials/_blog.sass */
.blog article .entry-title a,
.search article .entry-title a,
.archive article .entry-title a,
.single article .entry-title a {
  color: #999;
}
/* line 20, sass/partials/_blog.sass */
.blog article:nth-child(even),
.search article:nth-child(even),
.archive article:nth-child(even),
.single article:nth-child(even) {
  background-color: #fff;
}
/* line 22, sass/partials/_blog.sass */
.blog article:nth-child(even) p,
.search article:nth-child(even) p,
.archive article:nth-child(even) p,
.single article:nth-child(even) p {
  color: #666;
}
/* line 24, sass/partials/_blog.sass */
.blog article:nth-child(even) .entry-title a,
.search article:nth-child(even) .entry-title a,
.archive article:nth-child(even) .entry-title a,
.single article:nth-child(even) .entry-title a {
  color: #999;
}

/* line 27, sass/partials/_blog.sass */
.comments-title,
.comment-reply-title,
.archive-title,
.archive-meta,
.page-header h1 {
  font-size: 1.6em;
  color: #333;
  line-height: 1em;
  text-transform: uppercase;
}

/* line 38, sass/partials/_blog.sass */
.comment-author {
  max-width: 105px;
  padding-left: 15px;
}

/* line 46, sass/partials/_blog.sass */
.blog .site.fixed-header .site-main {
  padding-top: 105px;
}
/* line 49, sass/partials/_blog.sass */
.blog .post .entry-title {
  font-size: 36px;
}

/* line 52, sass/partials/_blog.sass */
.post-image {
  margin: -25px 0 25px;
}

/* line 56, sass/partials/_blog.sass */
.single article {
  border-bottom: none;
}
/* line 59, sass/partials/_blog.sass */
.single .children article {
  border-bottom: none;
}
/* line 61, sass/partials/_blog.sass */
.single .entry-thumbnail {
  margin-bottom: 20px;
}

/* line 65, sass/partials/_blog.sass */
.post .entry-title {
  margin: 0;
  padding: 0;
  text-align: left;
  color: #666;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
}
/* line 73, sass/partials/_blog.sass */
.post .entry-title a {
  color: #fff;
}
/* line 75, sass/partials/_blog.sass */
.post .entry-title a:hover {
  color: #666;
}
/* line 77, sass/partials/_blog.sass */
.post img,
.post figure {
  width: 100% !important;
}
/* line 80, sass/partials/_blog.sass */
.post img.alignnone {
  margin-top: 15px;
}

/* line 86, sass/partials/_blog.sass */
.postnav-wrapper {
  max-width: 1270px;
  margin: 0 auto;
}

/* line 94, sass/partials/_blog.sass */
.post-navigation {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 20px 30px;
}
/* line 97, sass/partials/_blog.sass */
.post-navigation a {
  font-style: normal;
}
/* line 99, sass/partials/_blog.sass */
.post-navigation .nav-links {
  margin: 0 auto;
  max-width: 1270px;
}

/* line 106, sass/partials/_blog.sass */
.post-data-wrapper {
  margin: 0 auto;
}
/* line 108, sass/partials/_blog.sass */
.post-data-wrapper .post-img,
.post-data-wrapper .post-txt {
  float: left;
}
/* line 111, sass/partials/_blog.sass */
.post-data-wrapper .post-txt {
  max-width: calc(100% - 270px);
}
/* line 113, sass/partials/_blog.sass */
.post-data-wrapper .post-txt.full {
  max-width: 100%;
}
/* line 115, sass/partials/_blog.sass */
.post-data-wrapper .post-img {
  width: 250px;
  margin: 0 20px 20px 0;
}

/* line 126, sass/partials/_blog.sass */
.comments-wrapper {
  max-width: 1270px;
  margin: 40px auto 0;
}

/* line 130, sass/partials/_blog.sass */
.comments-area h3 {
  margin: 20px 0 10px;
  color: #fff;
}

/* line 134, sass/partials/_blog.sass */
.comment-list .children {
  margin-left: 125px;
}

/* line 137, sass/partials/_blog.sass */
.entry-header .entry-meta .comments-link {
  display: inline;
}

/* line 140, sass/partials/_blog.sass */
.comments-title,
.comment-reply-title,
.archive-title,
.archive-meta {
  font-size: 1.8em;
  font-style: normal;
}

/* line 147, sass/partials/_blog.sass */
.comments-title, .comment-list, .comment-reply-title, .must-log-in, .comment-respond .comment-form, .comment-respond iframe {
  max-width: 1270px;
}

/* line 150, sass/partials/_blog.sass */
.comment-respond {
  margin: 40px auto 40px;
  width: 100%;
  padding: 50px 30px;
  background-color: #F7F7F7;
}

/* line 156, sass/partials/_blog.sass */
.comment-form textarea {
  border: 1px solid #999;
}

/* line 159, sass/partials/_blog.sass */
.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
  color: #E02F69;
}

/* line 169, sass/partials/_blog.sass */
.search h1, .search .entry-title {
  text-transform: uppercase;
  color: #333;
  font-size: 2em;
  font-weight: 600;
  line-height: 1em;
}
/* line 175, sass/partials/_blog.sass */
.search h1 a, .search .entry-title a {
  color: #333;
}
/* line 177, sass/partials/_blog.sass */
.search .page-title {
  font-size: 1.6em;
  font-weight: normal;
}

/* line 184, sass/partials/_blog.sass */
.single-post.sidebar .entry-content-width {
  background-color: #fff;
  padding: 30px;
  -moz-box-shadow: 1px -1px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px -1px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 1px -1px 8px rgba(0, 0, 0, 0.3);
}
/* line 188, sass/partials/_blog.sass */
.single-post.sidebar .entry-content-width.posts {
  background-color: transparent;
  padding: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 192, sass/partials/_blog.sass */
.single-post h2, .single-post h3 {
  margin: 60px 0 30px 0;
}

/* line 195, sass/partials/_blog.sass */
img.wp-post-image {
  width: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 2, sass/partials/_retina.sass */
  .logo .logo-link {
    background-image: url("/wp-content/themes/nzhrconference2018/SDS-assets/img/logo-main@2x.png");
    background-size: 100%;
    background-repeat-y: no-repeat;
  }

  /* line 6, sass/partials/_retina.sass */
  .page-template-page-home-temp .logo .logo-link {
    background-image: url("/wp-content/themes/nzhrconference2018/SDS-assets/img/logo-temp@2x.png");
  }
}
@media (max-width: 1250px) {
  /* line 2, sass/partials/_media-queries.sass */
  .info-items-wrapper {
    padding: 25px 0 40px;
  }

  /* line 4, sass/partials/_media-queries.sass */
  .entry-header,
  .entry-content,
  .entry-summary,
  .comment-respond,
  .comments-area {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* line 12, sass/partials/_media-queries.sass */
  .navbar.fullwidth .main-navigation {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 980px) {
  /* line 18, sass/partials/_media-queries.sass */
  .accommodation .subpage .project-data a.link-btn {
    padding: 10px 20px;
  }

  /* line 20, sass/partials/_media-queries.sass */
  .cta-wrapper {
    margin: 0 50px 0 0;
  }

  /* line 23, sass/partials/_media-queries.sass */
  .search-wrapper {
    top: 0;
    right: 80px;
    position: absolute;
  }

  /* line 27, sass/partials/_media-queries.sass */
  .logo .logo-link {
    background-repeat: no-repeat;
  }

  /* line 29, sass/partials/_media-queries.sass */
  .main-navigation {
    margin-right: 0;
  }

  /* line 32, sass/partials/_media-queries.sass */
  .navbar.fullwidth .main-navigation {
    margin-right: 0;
  }

  /* line 35, sass/partials/_media-queries.sass */
  .menu-main-menu-container {
    position: absolute;
    top: 74px;
    right: 0;
    margin-right: 0;
    min-width: 50%;
    background-color: #333;
  }

  /* line 45, sass/partials/_media-queries.sass */
  .menu-toggle {
    cursor: pointer;
    display: inline-block;
    font: bold 16px/1.3 "Montserrat", sans-serif;
    margin: 0;
  }

  /* line 50, sass/partials/_media-queries.sass */
  .menu-toggle,
  .menu-toggle:hover,
  .menu-toggle:focus,
  .menu-toggle:active {
    background: none;
    border: none;
    color: #ddd;
    padding: 12px 0 12px 20px;
  }

  /* line 58, sass/partials/_media-queries.sass */
  .menu-toggle:focus {
    outline: thin dotted;
  }

  /* line 60, sass/partials/_media-queries.sass */
  .menu-toggle:after {
    content: "";
    font-size: 12px;
    padding-left: 8px;
    vertical-align: -4px;
  }

  /* line 66, sass/partials/_media-queries.sass */
  .toggled-on .menu-toggle:after {
    content: "";
    vertical-align: 2px;
  }
  /* line 69, sass/partials/_media-queries.sass */
  .toggled-on .nav-menu,
  .toggled-on .nav-menu > ul {
    display: block;
    margin-left: 0;
    padding: 30px 0;
    width: 100%;
  }
  /* line 75, sass/partials/_media-queries.sass */
  .toggled-on li,
  .toggled-on .children {
    display: block;
  }
  /* line 78, sass/partials/_media-queries.sass */
  .toggled-on .nav-menu li > ul {
    background-color: transparent;
    display: block;
    float: none;
    margin-left: 20px;
    position: relative;
    left: auto;
    top: auto;
  }
  /* line 86, sass/partials/_media-queries.sass */
  .toggled-on .nav-menu li > ul a {
    color: #fff;
    width: auto;
  }
  /* line 89, sass/partials/_media-queries.sass */
  .toggled-on .nav-menu li:hover > a,
  .toggled-on .nav-menu .children a {
    background-color: transparent;
    color: #fff;
  }
  /* line 93, sass/partials/_media-queries.sass */
  .toggled-on .nav-menu > li a:hover,
  .toggled-on .nav-menu > ul a:hover {
    background-color: #db572f;
    color: #fff;
  }
  /* line 97, sass/partials/_media-queries.sass */
  .toggled-on .nav-menu > li a:focus,
  .toggled-on .nav-menu > ul a:focus {
    background-color: #220e10;
    color: #fff;
  }

  /* line 101, sass/partials/_media-queries.sass */
  ul.nav-menu,
  div.nav-menu > ul {
    display: none;
  }

  /* line 107, sass/partials/_media-queries.sass */
  .nav-wrapper {
    padding-bottom: 10px;
  }

  /* line 110, sass/partials/_media-queries.sass */
  .main-navigation .nav-menu li a {
    border: none;
    padding: 12px 50px;
    height: auto;
  }

  /* line 115, sass/partials/_media-queries.sass */
  .toggled-on .nav-menu .current_page_item > a,
  .toggled-on .nav-menu .current_page_ancestor > a,
  .toggled-on .nav-menu .current-menu-item > a,
  .toggled-on .nav-menu .current-menu-ancestor > a {
    color: #E02F69;
  }
  /* line 120, sass/partials/_media-queries.sass */
  .toggled-on .nav-menu li > ul a {
    color: #fff;
  }
  /* line 122, sass/partials/_media-queries.sass */
  .toggled-on .nav-menu li {
    float: initial;
  }
  /* line 124, sass/partials/_media-queries.sass */
  .toggled-on .nav-menu > li a:hover,
  .toggled-on .nav-menu > ul a:hover {
    background-color: #333;
    color: #E02F69;
  }
  /* line 129, sass/partials/_media-queries.sass */
  .toggled-on .nav-menu .sub-menu > li a:hover,
  .toggled-on .nav-menu .sub-menu > ul a:hover {
    background-color: #333;
    color: #E02F69;
  }

  /* line 133, sass/partials/_media-queries.sass */
  .toggled-on .nav-menu > ul {
    border-top: 1px dashed #ccc;
    background-color: #fff;
    padding-top: 10px;
    margin-top: 10px;
  }
  /* line 134, sass/partials/_media-queries.sass */
  .toggled-on .nav-menu > ul li {
    padding: 0;
  }

  /* line 142, sass/partials/_media-queries.sass */
  .menu-toggle:focus {
    outline: none;
  }

  /* line 144, sass/partials/_media-queries.sass */
  .menu-toggle {
    position: absolute;
    right: 20px;
    top: 5px;
    width: 60px;
    height: 45px;
    margin: 0;
  }
  /* line 151, sass/partials/_media-queries.sass */
  .menu-toggle span {
    display: block;
    width: 40px;
    height: 5px;
    margin: 5px 0;
    background: #E02F69;
    z-index: 99;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  /* line 160, sass/partials/_media-queries.sass */
  .toggled-on .menu-toggle span:nth-child(1) {
    margin-top: 13px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* line 163, sass/partials/_media-queries.sass */
  .toggled-on .menu-toggle span:nth-child(2) {
    display: none;
  }
  /* line 165, sass/partials/_media-queries.sass */
  .toggled-on .menu-toggle span:nth-child(3) {
    margin-top: -10px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* line 170, sass/partials/_media-queries.sass */
  .nav-menu li.menu-item-has-children > a:after {
    content: "+";
    position: absolute;
    top: 0;
    right: 20px;
    display: block;
    font-size: 1.5em;
    padding: 5px;
  }

  /* line 178, sass/partials/_media-queries.sass */
  .nav-menu li.menu-item-has-children:hover > a:after {
    content: "-";
    padding: 5px 8px 5px;
  }
}
@media (max-width: 920px) {
  /* line 183, sass/partials/_media-queries.sass */
  .page-template-page-home .intro-text p {
    font-size: 2em;
  }
}
@media (max-width: 820px) {
  /* line 187, sass/partials/_media-queries.sass */
  .page-template-page-home .intro-text p {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  /* line 192, sass/partials/_media-queries.sass */
  .home .text-over-image h1 {
    font-size: 2.2em;
    line-height: 1em;
  }
  /* line 195, sass/partials/_media-queries.sass */
  .home .text-over-image p.main-message {
    font-size: 1em;
    width: auto;
  }

  /* line 198, sass/partials/_media-queries.sass */
  .page-template-page-home .intro-text {
    padding: 80px 50px 20px;
  }

  /* line 200, sass/partials/_media-queries.sass */
  .additional-items .info-container {
    margin-top: 50px;
  }
}
@media (max-width: 728px) {
  /* line 204, sass/partials/_media-queries.sass */
  .top-container .conference-icons {
    background-size: cover;
  }
}
@media (max-width: 700px) {
  /* line 208, sass/partials/_media-queries.sass */
  .menu-main-menu-container {
    min-width: 100%;
  }
}
@media (max-width: 643px) {
  /* line 212, sass/partials/_media-queries.sass */
  .page-template-page-home .intro-text {
    padding: 80px 20px 20px;
  }

  /* line 215, sass/partials/_media-queries.sass */
  .site.fixed-header .site-header {
    position: absolute;
  }
}
@media (max-width: 550px) {
  /* line 220, sass/partials/_media-queries.sass */
  .testimonials .quotemark {
    display: none;
  }
  /* line 222, sass/partials/_media-queries.sass */
  .testimonials .testimonials-content {
    width: 100%;
  }

  /* line 224, sass/partials/_media-queries.sass */
  .home .text-over-image p.main-message {
    font-size: 0.75em;
  }

  /* line 226, sass/partials/_media-queries.sass */
  .conference-icons {
    top: -35px;
  }

  /* line 228, sass/partials/_media-queries.sass */
  .info-container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  /* line 232, sass/partials/_media-queries.sass */
  a.link-btn {
    min-width: 190px;
  }

  /* line 234, sass/partials/_media-queries.sass */
  .page-template-page-home .intro-text p {
    font-size: 1.2em;
  }

  /* line 236, sass/partials/_media-queries.sass */
  .cta-wrapper {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 93px;
  }
  /* line 241, sass/partials/_media-queries.sass */
  .cta-wrapper a {
    height: 51px;
    padding: 17px 26px 16px;
  }

  /* line 244, sass/partials/_media-queries.sass */
  .logo .logo-link {
    background-size: 77%;
  }

  /* line 246, sass/partials/_media-queries.sass */
  .text-over-image h1 {
    font-size: 2em;
  }
}
@media (max-width: 400px) {
  /* line 250, sass/partials/_media-queries.sass */
  .agenda-items-wrapper {
    padding: 25px 10px 40px;
  }
}
