/*
 * @include box-sizing;
*/

/* rotate mixin
 * use of keyframes mixin
 * @include rotate($deg:0deg);
*/

/* rotate mixin
 * use of keyframes mixin
 * @include scale($value:1);
*/

/*
* Mixin for easy media queries
* @include bp(tablet-only) { SCSS here };
* Default css is for mobile screens
*/
.burning img {
  display: block;
  width: 45%;
  margin: auto;
  margin-top: 6px;
  margin-left: 8px;
}

/*
ul h4{
	color: #5187b8;
}
*/

@media (min-width: 768px) {
  .navbar-nav {
    font-size: 18px;
  }

  .client-logos .logos .logo:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-nav {
    font-size: 1em;
  }
  /* #header .container{
		width: 1255px;
	} */
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri/CalibriLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri/CalibriLightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri/CalibriRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri/CalibriItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri/CalibriBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri/CalibriBoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

:root {
  --orange: #ed7d31;
  --orange-dark: #f3904d;
}

/*Sass Variables---------------------------------------------------------------------------*/

html body {
  line-height: 1.55;
}

body {
  overflow-x: hidden;
}

* {
  font-family: Calibri, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

:focus-visible {
  border: 1px solid #4177a8 !important;
  outline: 1px solid #4177a8 !important;
  box-shadow: 0 0 5px rgba(65, 119, 168, 0.6);
  padding: 5px;
}

.sronly {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
}

.slick-sr-only {
  font-size: 18px;
}

p {
  margin: 0 0 25px;
}

.flex-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.banner {
  background-color: #4177a8;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 400px;
  position: relative;
}

.banner .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.banner img {
  visibility: hidden;
}

.banner .banner-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -moz-transform: scale(1) translateX(0) translateY(-50%);
  -webkit-transform: scale(1) translateX(0) translateY(-50%);
  -o-transform: scale(1) translateX(0) translateY(-50%);
  -ms-transform: scale(1) translateX(0) translateY(-50%);
  transform: scale(1) translateX(0) translateY(-50%);
  color: #ffffff;
  z-index: 2;
}

.banner .banner-content h5 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #a1a1a1;
}

.no-banner {
  border-top: 1px solid #d4d4d4;
  padding-top: 60px;
  padding-bottom: 20px;
}

h1.page-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
}

.sliding-banner {
  height: 420px; /*=Slider Container---------------------------------------*/ /* slider */ /* slide */
}

.sliding-banner .imageSlider {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  min-height: 500px;
}

.sliding-banner .imageSlider .imageSliderButtons {
  position: absolute;
  bottom: 40px;
  z-index: 1;
}

.sliding-banner .imageSlider .imageSliderButtons a.button {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  padding: 0;
  border-color: #ffffff;
}

.sliding-banner .imageSlider .imageSliderButtons a.button:hover,
.sliding-banner .imageSlider .imageSliderButtons a.button.selected {
  background: #ffffff;
}

.sliding-banner .imageSlider #nextSlide,
.sliding-banner .imageSlider #prevSlide {
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
  color: #ffffff;
  font-size: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sliding-banner .imageSlider #nextSlide:hover,
.sliding-banner .imageSlider #prevSlide:hover {
  color: #9b9b9b;
}

.sliding-banner .imageSlider #prevSlide {
  left: initial;
  right: 40px;
}

.sliding-banner .imageSlider .slider {
  /* required */
  width: 100%;
  height: 100%;
}

.sliding-banner .imageSlider .slider .item {
  /* required */
  float: left;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

.sliding-banner .imageSlider .slider .item .slide-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.sliding-banner .imageSlider .slider .item .slide-content {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -moz-transform: scale(1) translateX(0) translateY(-50%);
  -webkit-transform: scale(1) translateX(0) translateY(-50%);
  -o-transform: scale(1) translateX(0) translateY(-50%);
  -ms-transform: scale(1) translateX(0) translateY(-50%);
  transform: scale(1) translateX(0) translateY(-50%);
  text-align: left;
  z-index: 2;
  color: #ffffff;
}

.sliding-banner .imageSlider .slider .item .slide-content .slide-content-inner {
  max-width: 1000px;
}

.sliding-banner
  .imageSlider
  .slider
  .item
  .slide-content
  .slide-content-inner
  a {
  color: #fff;
}

.sliding-banner .imageSlider .slider .item .slide-content h1 {
  font-size: 75px;
  margin: 0;
}

.sliding-banner .imageSlider .slider .item .slide-content h2 {
  font-size: 36px;
  margin: 0;
}

.sliding-banner .imageSlider .slider .item .slide-content .buttons {
  margin-top: 75px;
}

.sliding-banner .imageSlider .slider .item .slide-content .buttons .button {
  margin: 10px 5px;
  color: #ffffff;
  border-color: #ffffff;
  padding: 8px 40px;
  border-radius: 20px;
}

.sliding-banner
  .imageSlider
  .slider
  .item
  .slide-content
  .buttons
  .button:hover {
  border-color: #079bda;
}

.home #wrapper {
  height: 100%;
}

.home .sliding-banner {
  height: calc(100% - 163px);
  min-height: 500px;
}

.home .sliding-banner .slide-content {
  text-align: center !important;
  left: 50%;
  -moz-transform: scale(1) translateX(-50%) translateY(-50%);
  -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
  -o-transform: scale(1) translateX(-50%) translateY(-50%);
  -ms-transform: scale(1) translateX(-50%) translateY(-50%);
  transform: scale(1) translateX(-50%) translateY(-50%);
}

.main {
  margin: 100px 0;
  line-height: 1.5;
  overflow: hidden;
}

.about-main p {
  padding-right: 10px;
}

div.blog-post {
  margin: 40px 0;
  padding-bottom: 40px;
  padding-right: 40px;
  border-bottom: 1px solid #d4d4d4;
  font-size: 18px;
  line-height: 1.2;
}

div.blog-post:first-of-type {
  margin-top: 0;
}

div.blog-post .thumb {
  width: 170px;
  margin-right: 30px;
  float: left;
}

div.blog-post a {
  color: #585252;
}

div.blog-post a .post-detail {
  padding-left: 200px;
}

div.blog-post a .post-detail > h3 {
  font-size: 20px;
  margin-top: 0;
  color: #5187b8;
}

#sidebar {
  padding-left: 40px;
  margin: 100px 0;
}

#sidebar aside {
  background: #d2e7f2;
  padding: 50px 45px;
  margin: 40px 0;
}

#sidebar aside h2.widget-title {
  font-size: 38px;
  margin-top: 0;
  margin-bottom: 30px;
}

#sidebar aside ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#sidebar aside ul li {
  margin-bottom: 10px;
}

#sidebar aside .mc4wp-form-fields select {
  width: 100%;
  padding: 10px 8px;
  border: 2px solid #9b9b9b;
  color: #9b9b9b;
  background: none;
  outline: none;
  font-size: 16px;
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#sidebar aside .mc4wp-form-fields input[type="email"] {
  width: 100%;
  max-width: 400px;
  height: 42px;
  border: 2px solid #9b9b9b;
  color: #9b9b9b;
  background: none;
  outline: none;
  font-size: 16px;
  padding: 0 10px;
  margin: 0 0 24px;
}

#sidebar aside .mc4wp-form-fields input[type="submit"] {
  background: #f3a157;
  color: #ffffff;
  border: none;
  outline: none;
  font-size: 16px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding: 5px 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#sidebar aside .mc4wp-form-fields input[type="submit"]:hover,
#sidebar aside .mc4wp-form-fields input[type="submit"]:active,
#sidebar aside .mc4wp-form-fields input[type="submit"]:focus {
  background: #9b9b9b;
}

#sidebar aside .mc4wp-response {
  font-size: 14px;
  margin-top: 15px;
}

#sidebar aside.recent-posts-widget-with-thumbnails ul li {
  clear: both;
}

#sidebar aside.recent-posts-widget-with-thumbnails ul li img {
  float: left;
  margin-bottom: 20px;
}

#sidebar aside.recent-posts-widget-with-thumbnails ul li span.rpwwt-post-title {
  line-height: 1.25;
  display: block;
  margin-bottom: 20px;
  padding-left: 90px;
  font-size: 18px;
}

#sidebar aside.widget_mc4wp_form_widget {
  background: #fbe3cb;
}

#sidebar aside.widget_search {
  background: none;
  padding: 0;
}

#sidebar aside.widget_search form {
  position: relative;
}

#sidebar aside.widget_search form label {
  display: none;
}

#sidebar aside.widget_search form input[type="text"] {
  width: 100%;
  height: 40px;
  border: 2px solid #d4d4d4;
  padding: 0 10px 0 40px;
  outline: none;
  max-width: 400px;
  font-size: 16px;
}

#sidebar aside.widget_search form input[type="submit"] {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  background: none;
  outline: none;
  text-indent: -9999px;
  background: url("https://assets.coredataresearch.com/coredata.com.au/images/search-btn.png")
    no-repeat center center;
}

footer#footer {
  border-top: 7px solid #77b7d8;
  background: #333333;
  color: #bbb;
  font-size: 15px;
}

footer#footer a {
  color: #bbb;
  font-size: 15px;
}

footer#footer .footer-content {
  display: flex;
  padding: 60px 0 40px;
  border-bottom: 2px solid #414141;
}

footer#footer .footer-content .column {
  flex-grow: 1;
}

footer#footer .footer-content .column h2.widget-title {
  font-size: 14px;
  color: #bbb;
  margin-top: 30px;
}

footer#footer .footer-content .column ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer#footer .footer-content .column ul.menu li {
  margin-bottom: 8px;
}

footer#footer .footer-content .column ul.menu li a:hover {
  color: #585252;
}

footer#footer .footer-content .column ul.menu li.current-menu-item a {
  color: #585252;
}

.contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info ul li {
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}

.contact-info ul li i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
}

.copyright-bar {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0 10px;
}

.copyright-bar .copyright-images {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.copyright-bar .copyright-images img {
  object-fit: contain;
  height: 15vw;
  max-height: 60px;
}

.copyright-bar .copyright {
  float: left;
}

.copyright-bar .social-links {
  position: absolute;
  left: 50%;
  top: 40px;
  -moz-transform: scale(1) translateX(-50%) translateY(0);
  -webkit-transform: scale(1) translateX(-50%) translateY(0);
  -o-transform: scale(1) translateX(-50%) translateY(0);
  -ms-transform: scale(1) translateX(-50%) translateY(0);
  transform: scale(1) translateX(-50%) translateY(0);
}

.copyright-bar .credit {
  float: right;
}

section.who-we-are {
  background-color: #4177a8;
  background-image: url("https://assets.coredataresearch.com/coredata.com.au/images/graph-bg1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.who-we-are .section-content {
  text-align: left;
  padding: 140px 0px;
  color: #ffffff;
}

section.who-we-are .section-content h2 {
  font-size: 58px;
  margin-top: 0;
  margin-bottom: 35px;
}

section.who-we-are .section-content h4 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.flex-content-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.flex-content-section div:first-child {
  padding-right: 20px;
}
.flex-content-section div {
  width: 50%;
}

section.who-we-are #who-we-are-video {
  width: 90%;
  max-width: 1000px;
  height: 500px;
  margin: auto;
  position: relative;
  margin-top: 20px;
}

section.what-we-do {
  background: #d2e7f2;
}

section.what-we-do .section-content {
  padding: 120px 0;
  color: #4177a8;
}

section.what-we-do .section-content h2 {
  font-size: 58px;
  margin: 0 0 20px;
  text-align: center;
}

a.callout {
  text-align: center;
  display: block;
  height: 213px;
}

a.callout h4 {
  font-size: 24px;
  color: #4177a8;
  margin: 20px auto 25px;
  max-width: 210px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a.callout img {
  width: 125px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a.callout .tool-tip {
  position: absolute;
  top: 100%;
  left: 50%;
  -moz-transform: scale(1) translateX(-50%) translateY(0);
  -webkit-transform: scale(1) translateX(-50%) translateY(0);
  -o-transform: scale(1) translateX(-50%) translateY(0);
  -ms-transform: scale(1) translateX(-50%) translateY(0);
  transform: scale(1) translateX(-50%) translateY(0);
  background: #5187b8;
  color: #ffffff;
  font-size: 14px;
  padding: 15px 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  max-width: 250px;
  opacity: 0;
  visibility: hidden;
  margin-top: 40px;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

a.callout .tool-tip span.arrow-top {
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -6px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #4177a8;
}

a.callout:hover .tool-tip {
  opacity: 1;
  visibility: visible;
  margin-top: 18px;
  z-index: 1;
  background: #4177a8;
  color: #fff;
}

a.callout:hover h4 {
  opacity: 0.75;
}

a.callout:hover img {
  opacity: 0.75;
}

section.clients {
  padding: 80px 0;
}

section.clients h2 {
  font-size: 42px;
  margin: 0 0 20px;
  text-align: center;
}

section.clients div.client-list {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

section.clients div.client-list .slick-slide {
  text-align: center;
  outline: none;
}

section.clients div.client-list .slick-slide img {
  margin: 0 auto;
}

section.clients div.client-list .slick-slide a img,
.case-studies-list li a img {
  max-height: 150px;
  max-width: 150px;
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

section.clients div.client-list .slick-slide a:hover img,
.case-studies-list li a:hover img {
  -webkit-filter: none; /* Chrome, Safari, Opera */
  filter: none;
}

section.clients button.slick-next,
section.clients button.slick-prev {
  background: url("https://assets.coredataresearch.com/coredata.com.au/images/next.png")
    no-repeat center center;
  background-size: 100%;
  border: none;
  height: 40px;
  width: 40px;
  text-indent: -9999px;
  padding: 0;
  position: absolute;
  top: 50%;
  right: -40px;
  margin-top: -20px;
  z-index: 2;
}

section.clients button.slick-next:hover,
section.clients button.slick-prev:hover {
  opacity: 0.5;
}

section.clients button.slick-prev {
  right: initial;
  left: -40px;
  background: url("https://assets.coredataresearch.com/coredata.com.au/images/prev.png")
    no-repeat center center;
  background-size: 100%;
}

section.promotion {
  background: #f0efef;
  padding: 80px 0;
}

section.promotion .promo a {
  display: inline-block;
  color: #585252;
  font-size: 16px;
}

section.promotion .promo a h2 {
  background-color: #f0efef;
  color: #3a6a94;
  font-size: 22px;
}

section.promotion .promo a .promo-img {
  position: relative;
}

.privacy-policy ul {
  padding-left: 50px;
}

.privacy-policy .privacy-policy-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 0;
  text-align: justify;
}
.privacy-policy .privacy-policy-section p,
.privacy-policy .privacy-policy-section h2,
.privacy-policy .privacy-policy-section ul {
  margin: 0 !important;
}
.privacy-policy .indented-text {
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.privacy-policy h2 {
  font-size: 24px;
}

section.promotion .promo a .promo-img .date {
  background: #3e3833;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 20px;
}

.map-container {
  height: 300px;
}

.map-box {
  position: relative;
  margin-top: 40px;
}

.map-thumb {
  position: absolute;
  left: 50%;
  bottom: 0;
  -moz-transform: scale(1) translateX(-50%) translateY(50px);
  -webkit-transform: scale(1) translateX(-50%) translateY(50px);
  -o-transform: scale(1) translateX(-50%) translateY(50px);
  -ms-transform: scale(1) translateX(-50%) translateY(50px);
  transform: scale(1) translateX(-50%) translateY(50px);
  border: 10px solid #ffffff;
  height: 102px;
  width: 102px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.map-thumb img {
  min-width: 92px;
  min-height: 92px;
}

.map-contact-box {
  margin-top: 80px;
  margin-bottom: 100px;
  line-height: 1.3;
}

.map-contact-box .contact-info {
  font-size: 22px;
}

.map-contact-box .contact-info h3 {
  font-size: 14px;
  margin-bottom: 4px;
  margin-top: 0;
}

.map-contact-box .contact-info h2 {
  font-size: 20px;
  margin-bottom: 5px;
}

.map-contact-box .contact-info span {
  font-size: 20px;
}

.map-contact-box .contact-info a {
  background-color: #fff;
  color: #3a6591;
  border-bottom: 1px solid #3a6591;
}

.map-contact-box .contact-info ul li {
  margin-bottom: 25px;
}

.map-contact-box .contact-info ul li.mb {
  margin-bottom: 40px;
}

.map-contact-box .contact-info ul li.phone {
  width: 50%;
  float: left;
}

.map-contact-box .contact-info ul li.clearfix {
  margin-bottom: 0;
}

.map-contact-box .contact-info ul li i {
  font-size: 22px;
  top: 0;
}

p.intro {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 30px;
}

section.contact {
  background: #749fc6;
  color: #ffffff;
  overflow: hidden;
}

section.contact .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

section.contact .contact-title {
  margin-bottom: 40px;
}

section.contact .contact-title h1 {
  font-size: 40px;
  margin: 0;
}

section.contact .contact-form {
  max-width: 580px;
  margin: 100px 0;
  padding-right: 30px;
}

section.contact .contact-form input,
section.contact .contact-form select,
section.contact .contact-form textarea {
  max-width: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  background: none;
  outline: none;
  height: 42px;
  padding: 5px 15px;
  font-size: 14px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

section.contact .contact-form input::-webkit-input-placeholder,
section.contact .contact-form select::-webkit-input-placeholder,
section.contact .contact-form textarea::-webkit-input-placeholder {
  color: #ffffff;
}

section.contact .contact-form input:-moz-placeholder,
section.contact .contact-form select:-moz-placeholder,
section.contact .contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

section.contact .contact-form input::-moz-placeholder,
section.contact .contact-form select::-moz-placeholder,
section.contact .contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}

section.contact .contact-form input:-ms-input-placeholder,
section.contact .contact-form select:-ms-input-placeholder,
section.contact .contact-form textarea:-ms-input-placeholder {
  color: #ffffff;
}

section.contact .contact-form input:focus::-webkit-input-placeholder,
section.contact .contact-form select:focus::-webkit-input-placeholder,
section.contact .contact-form textarea:focus::-webkit-input-placeholder {
  color: #d4d4d4;
}

section.contact .contact-form input:focus:-moz-placeholder,
section.contact .contact-form select:focus:-moz-placeholder,
section.contact .contact-form textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #d4d4d4;
}

section.contact .contact-form input:focus::-moz-placeholder,
section.contact .contact-form select:focus::-moz-placeholder,
section.contact .contact-form textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #d4d4d4;
}

section.contact .contact-form input:focus:-ms-input-placeholder,
section.contact .contact-form select:focus:-ms-input-placeholder,
section.contact .contact-form textarea:focus:-ms-input-placeholder {
  color: #d4d4d4;
}

section.contact .contact-form .wpcf-row {
  margin-bottom: 28px;
}

section.contact .contact-form textarea {
  height: 96px;
}

section.contact .contact-form input[type="submit"] {
  width: auto;
  background: #ffffff;
  border: none;
  color: #000000;
  text-transform: uppercase;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  height: 48px;
  padding: 0 40px;
  font-weight: 600;
}

section.contact .contact-form input[type="submit"]:hover {
  opacity: 0.5;
}

section.contact .contact-form .screen-reader-response {
  display: none;
}

section.contact .contact-form .wpcf7-not-valid-tip {
  font-size: 14px;
}

section.contact .contact-form .cf-row {
  margin-bottom: 25px;
}

section.contact .col-md-5 {
  background: #cadae9;
}

section.contact .subscribe-bg {
  position: absolute;
  width: 300%;
  height: 100%;
  background: #cadae9;
  left: 0;
  top: 0;
}

section.contact .subscribe-form {
  color: #585252;
  max-width: 300px;
  position: absolute;
  left: 100px;
  top: 50%;
  -moz-transform: scale(1) translateX(0) translateY(-50%);
  -webkit-transform: scale(1) translateX(0) translateY(-50%);
  -o-transform: scale(1) translateX(0) translateY(-50%);
  -ms-transform: scale(1) translateX(0) translateY(-50%);
  transform: scale(1) translateX(0) translateY(-50%);
  z-index: 2;
}

section.contact .subscribe-form p {
  margin-bottom: 25px;
}

section.contact .subscribe-form input,
section.contact .subscribe-form select,
section.contact .subscribe-form textarea {
  max-width: 100%;
  width: 100%;
  border: 2px solid #585252;
  background: none;
  outline: none;
  height: 42px;
  padding: 5px 15px;
  font-size: 14px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

section.contact .subscribe-form input::-webkit-input-placeholder,
section.contact .subscribe-form select::-webkit-input-placeholder,
section.contact .subscribe-form textarea::-webkit-input-placeholder {
  color: #585252;
}

section.contact .subscribe-form input:-moz-placeholder,
section.contact .subscribe-form select:-moz-placeholder,
section.contact .subscribe-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #585252;
}

section.contact .subscribe-form input::-moz-placeholder,
section.contact .subscribe-form select::-moz-placeholder,
section.contact .subscribe-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #585252;
}

section.contact .subscribe-form input:-ms-input-placeholder,
section.contact .subscribe-form select:-ms-input-placeholder,
section.contact .subscribe-form textarea:-ms-input-placeholder {
  color: #585252;
}

section.contact .subscribe-form input:focus::-webkit-input-placeholder,
section.contact .subscribe-form select:focus::-webkit-input-placeholder,
section.contact .subscribe-form textarea:focus::-webkit-input-placeholder {
  color: #9b9b9b;
}

section.contact .subscribe-form input:focus:-moz-placeholder,
section.contact .subscribe-form select:focus:-moz-placeholder,
section.contact .subscribe-form textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #9b9b9b;
}

section.contact .subscribe-form input:focus::-moz-placeholder,
section.contact .subscribe-form select:focus::-moz-placeholder,
section.contact .subscribe-form textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9b9b;
}

section.contact .subscribe-form input:focus:-ms-input-placeholder,
section.contact .subscribe-form select:focus:-ms-input-placeholder,
section.contact .subscribe-form textarea:focus:-ms-input-placeholder {
  color: #9b9b9b;
}

section.contact .subscribe-form input[type="submit"] {
  width: auto;
  background: #749fc6;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  height: 48px;
  padding: 0 40px;
  font-weight: 600;
  margin-top: 10px;
}

section.contact .subscribe-form input[type="submit"]:hover {
  opacity: 0.5;
}

section.contact .subscribe-form .mc-field-group {
  margin-bottom: 25px;
}

section.contact .subscribe-form .mc-field-group input.mce_inline_error {
  border-color: inherit !important;
}

section.contact .subscribe-form .mc-field-group div.mce_inline_error {
  background: none !important;
  color: #585252 !important;
  padding: 0 !important;
  font-size: 14px !important;
  margin: 5px 0 0 !important;
}

.post-content {
  padding-bottom: 40px;
  border-bottom: 1px solid #d4d4d4;
}

/* blog navigation */

.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #fff;
  text-decoration: none;
  background: none;
  border: 1px solid #9b9b9b;
  padding: 0;
  margin: 2px;
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 16px;
  line-height: 30px;
  text-align: center;
  color: #9b9b9b;
  font-size: 14px;
}

a.nextpostslink,
a.previouspostslink {
  font-size: 20px;
  line-height: 26px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #079bda;
  background-color: #079bda;
  color: #ffffff;
}

.wp-pagenavi span.current {
  border-color: #079bda;
  color: #079bda;
  background: none;
}

/*=Comments
---------------------------------------*/

#comments {
  margin-top: 50px;
  border-top: 1px solid #9b9b9b;
  padding-top: 10px;
  font-size: 16px;
}

#comments > h2 {
  display: none;
}

#comments h3 {
  margin-bottom: 30px;
  font-size: 20px;
}

.comment-list {
  margin-top: 60px;
}

.comment-list li {
  list-style-type: none;
  margin-bottom: 40px;
  border-bottom: 1px solid #999;
}

.comment-list ol.children li {
  border-bottom: none;
  padding-left: 110px;
}

/*=Comment Respond
---------------------------------------*/

.comment-respond {
  margin-top: 40px;
}

.comment-author.vcard {
  display: inline;
  font-weight: 700;
}

.comment-author.vcard cite {
  font-style: normal;
}

.comment-author.vcard img {
  float: left;
  margin-right: 25px;
}

.comment-meta {
  display: inline-block;
  font-size: 0.9em;
}

.comment-meta a {
  color: #444;
}

.comment-body {
  margin-bottom: 40px;
}

.comment-body p {
  position: relative;
  overflow: hidden;
  margin: 10px 0 5px;
}

.reply {
  padding-left: 114px;
}

.comment-form label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.comment-form textarea,
.comment-form input {
  padding: 0 15px;
  border: 1px solid #9b9b9b;
}

.comment-form input[type="text"] {
  width: calc(50% - 30px);
  height: 38px;
}

.comment-form input.submit {
  padding: 0 30px;
  border: none;
  height: 38px;
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.comment-form textarea {
  padding: 10px;
  width: 100%;
  height: 197px;
  resize: none;
}

.comment-form p {
  margin-bottom: 15px;
}

.comment-form p.comment-notes {
  margin-bottom: 20px;
}

.comment-form p.comment-form-comment {
  float: left;
  width: 50%;
  margin-right: 30px;
}

.comment-form p.form-submit {
  margin-top: 25px;
}

.logged-in .comment-form p.comment-form-comment {
  float: none;
}

/* author bio */

/* .main {
	.abh_box {
		border: 1px solid $light-grey;
	  padding: 0 !important;
	  .abh_tabs {
	  	padding-top: 0 !important;
	  	li {
	  		a {
	  			padding: 10px 10px !important;
	  			display: inline-block;
	  		}
	  		&.abh_active a {
	  			padding: 10px 10px !important;
	  		}
	  	}
	  }
	  .abh_tab_content {
	  	border-bottom: none !important;
	  }
	}	
} */

.author-bio {
  border: 1px solid #d4d4d4;
  margin-top: 40px;
}

.author-bio > h3 {
  border-bottom: 1px solid #d4d4d4;
  margin: 0;
  padding: 15px 30px;
  font-size: 16px;
}

.author-bio-content {
  font-size: 14px;
}

.author-bio-content .avatar-box {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  margin: 30px;
}

.author-bio-content .author-detail {
  padding: 30px 30px 30px 0;
}

.author-bio-content .author-detail h3 {
  margin-top: 0;
  font-size: 18px;
}

.author-bio-content .author-detail .readmore {
  margin-top: 10px;
  display: inline-block;
}

/* social share */

.social-share {
  font-size: 16px;
  margin: 40px 0;
}

.social-share span {
  padding: 5px 0;
}

.social-share a.synved-social-button {
  display: inline-block;
  margin-left: 4px !important;
}

.social-share a.synved-social-button:hover {
  border-color: #585252;
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}

section.service .section-content {
  padding: 70px 0 40px;
}

section.service .section-content > h2 {
  font-size: 48px;
  margin: 0;
  text-align: center;
}

section.service .section-content > h3 {
  font-size: 29px;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
}

section.service .section-content a.callout {
  margin: 55px 0;
}

section.service .section-content a.callout .tool-tip {
  margin-top: 0;
}

section.service .section-content a.callout:hover .tool-tip {
  margin-top: -35px;
}

section.service:nth-of-type(2n) {
  background: #f0efef;
}

.service-text {
  margin: 60px 0;
}

.service-text p {
  margin-bottom: 30px;
}

.service-text p.intro {
  font-size: 24px;
  padding-right: 40px;
}

.tabs .tabs-list {
  background: #3a6591;
  /*background: #FFFFFF;*/
}

.tabs .tabs-list ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tabs .tabs-list ul li {
  flex-grow: 1;
  display: block;
  float: left;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.tabs .tabs-list ul li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.tabs .tabs-list ul li a {
  display: block;
  color: #ffffff;
  padding: 40px 0;
  position: relative;
  height: 100%;
}

.tabs .tabs-list ul li a div img {
  width: 125px;
}

.tabs .tabs-list ul li a span.arrow-down {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #6ab0d4;
  /*border-top: 12px solid #b2def4;*/
  position: absolute;
  left: 50%;
  bottom: -12px;
  margin-left: -6px;
  display: none;
}

.tabs .tabs-list ul li a h2 {
  font-size: 16px;
  text-transform: uppercase;
  max-width: 210px;
  margin: 15px auto 0;
}

.tabs .tabs-list ul li.active a,
.tabs .tabs-list ul li:hover a {
  background: #6ab0d4;
  color: #1a365d;
  /*background: #B2DEF4;*/
}

.tabs .tabs-list ul li.active a span.arrow-down,
html.no-touch .tabs .tabs-list ul li:hover a span.arrow-down {
  display: block;
}

.tabs .tabs-list ul.col-5 li {
  width: 20%;
}

.tabs .tabs-list ul.col-4 li {
  width: 25%;
}

.tabs .tabs-list ul.col-3 li {
  width: 33.3333%;
}

.tabs .tab-pane {
  display: none;
  margin: 80px 0;
  width: 100%;
}

.tabs .tab-pane.active {
  display: table;
}

.tabs .tab-pane .tab-title {
  font-size: 46px;
  margin-top: 0;
  line-height: 46px;
  margin-bottom: 20px;
}

.tabs .tab-pane .tab-image {
  margin-right: 40px;
  margin-bottom: 30px;
  float: left;
}

.contact-link {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #b26b29;
  background-image: url("https://assets.coredataresearch.com/coredata.com.au/images/contact-bg.jpg");
  color: #ffffff;
}

.contact-link h1 {
  font-size: 40px;
  margin: 60px 0;
  padding-right: 180px;
}

.contact-link .container {
  position: relative;
}

.contact-link .button {
  position: absolute;
  right: 28px;
  top: 50%;
  -moz-transform: scale(1) translateX(0) translateY(-50%);
  -webkit-transform: scale(1) translateX(0) translateY(-50%);
  -o-transform: scale(1) translateX(0) translateY(-50%);
  -ms-transform: scale(1) translateX(0) translateY(-50%);
  transform: scale(1) translateX(0) translateY(-50%);
  background-color: #f4aa66;
  border-color: #592c02;
  color: #592c02;
  padding: 8px 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.contact-link .button:hover {
  background: #e59855;
  border-color: #fff;
  color: #fff;
}

section.about {
  background: #f0efef;
  padding: 40px 0;
}

section.about .section-content {
  margin: 70px 0 40px;
}

section.about .section-content > h2 {
  font-size: 48px;
  margin: 0;
  text-align: center;
}

section.about .section-content > h3 {
  font-size: 29px;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
}

section.about .section-content a.callout {
  margin: 55px 0 0;
}

.case-studies {
  padding: 100px 0;
}

.case-studies-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.case-studies-list li {
  display: inline-block;
  vertical-align: middle;
  width: 19%;
  margin: 0 0 20px;
  padding: 0 10px;
}

section.team {
  padding: 100px 0;
}

section.team .desc {
  padding: 0 18px;
  margin-bottom: 20px;
}

section.team .section-content ul.team-members {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

section.team .section-content .team-subheading {
  margin: 10px 17px;
}

section.team .section-content ul.team-members li {
  width: calc(20% - 34px);
  display: block;
  margin: 0 17px 45px;
  position: relative;
}
section.team .section-content ul.team-members li.member-bio {
  width: 100%;
  margin: 0 0 45px;
}
section.team
  .section-content
  ul.team-members
  li.member-bio
  .member-detail-container {
  position: relative;
}
section.team
  .section-content
  ul.team-members
  li.member-bio
  .member-detail-container:before,
section.team
  .section-content
  ul.team-members
  li.member-bio
  .member-detail-container:after {
  position: absolute;
  top: 0;
  height: 100%;
  width: 999px;
  content: "";
  display: block;
  background-color: #f0efef;
}
section.team
  .section-content
  ul.team-members
  li.member-bio
  .member-detail-container:before {
  left: -999px;
}
section.team
  .section-content
  ul.team-members
  li.member-bio
  .member-detail-container:after {
  right: -999px;
}

section.team .section-content ul.team-members li.medium-order {
  -webkit-order: 1;
  order: 1;
}
section.team .section-content ul.team-members li.high-order {
  -webkit-order: 2;
  order: 2;
}
/*section.team .section-content ul.team-members li:nth-of-type(5n) {
	margin-right: 0;
}*/

section.team .section-content ul.team-members li > img {
  width: 100%;
}

section.team .section-content ul.team-members li a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
}

section.team .section-content ul.team-members li a.member-email {
  position: static;
  color: #585252;
}
section.team .section-content ul.team-members li a.member-email:hover {
  background: none;
  text-decoration: underline;
}

section.team .section-content ul.team-members li a div {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 24px;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
}

section.team .section-content ul.team-members li a div h2 {
  margin: 0;
  font-size: 23px;
}

section.team .section-content ul.team-members li a:hover {
  background: rgba(81, 135, 184, 0.8);
}

section.team .section-content ul.team-members li a:hover div {
  opacity: 1;
  visibility: visible;
}

section.team .section-content ul.team-members li span.arrow-up {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #f0efef;
  display: none;
  position: absolute;
  z-index: 9999999;
  left: 50%;
  margin-left: -6px;
  bottom: -45px;
}

section.team .section-content ul.team-members li.active a {
  background: rgba(81, 135, 184, 0.8);
}

section.team .section-content ul.team-members li.active a div {
  opacity: 1;
}

section.team .section-content ul.team-members li.active span.arrow-up {
  display: block;
}

section.team .member-detail-container {
  background: #f0efef;
}

section.team .member-detail-container .member-detail {
  display: none;
  padding: 40px 0 50px;
}

section.team .member-detail-container .member-detail.active {
  display: block;
}

section.team .member-detail-container .member-detail h1 {
  font-size: 35px;
  margin-bottom: 30px;
}

section.team .member-detail-container.active-container {
  margin-bottom: 60px;
}

section.clients-page {
  margin: 100px 0;
}

.client-cats {
  padding-right: 20px;
}

.client-cats ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.client-cats ul li a {
  background: #fae2ca;
  color: #000;
  display: block;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 1.2;
  border-bottom: 1px solid #f3ceb2;
  position: relative;
}

.client-cats ul li a:hover {
  color: #9b9b9b;
}

.client-cats ul li.active a {
  background: #f3a159;
  color: #000;
  padding: 12px 30px;
}

.client-cats ul li.active a:before {
  content: "";
  width: 20px;
  height: 100%;
  background: url("https://assets.coredataresearch.com/coredata.com.au/images/arrow-right.png")
    no-repeat;
  background-size: 20px 100%;
  position: absolute;
  right: -20px;
  top: 0;
}

.client-logos {
  display: none;
}

.client-logos h1 {
  border-bottom: 1px solid #d4d4d4;
  font-size: 35px;
  padding-bottom: 25px;
}

.client-logos .logos {
  margin-bottom: 60px;
}

.client-logos .logos .logo {
  width: calc(32% - 20px + 20px / 3);
  height: 150px;
  line-height: 150px;
  margin-right: 36px;
  margin-bottom: 10px;
  float: left;
  display: block;
  text-align: center;
  border: 1px solid #ccc;
}

.client-logos .logos .logo img {
  /*border: 1px solid #ccc; */
  max-width: 70%;
}

.client-logos.active {
  display: block;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?a5jf24");
  src: url("../fonts/icomoon/icomoon.eot?a5jf24#iefix")
      format("embedded-opentype"),
    url("../fonts/icomoon/icomoon.ttf?a5jf24") format("truetype"),
    url("../fonts/icomoon/icomoon.woff?a5jf24") format("woff"),
    url("../fonts/icomoon/icomoon.svg?a5jf24#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[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;
}

.icon-next:before {
  content: "\e904";
}

.icon-prev:before {
  content: "\e905";
}

.icon-cell-phone:before {
  content: "\e900";
}

.icon-fax:before {
  content: "\e901";
}

.icon-location:before {
  content: "\e902";
}

.icon-mail:before {
  content: "\e903";
}

.icon-phone:before {
  content: "\e942";
}

.icon-search:before {
  content: "\e986";
}

.icon-google-plus:before {
  content: "\ea8b";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-linkedin2:before {
  content: "\eaca";
}

.icon-bold:before {
  content: "\ea62";
}

html,
body {
  width: 100%;
  height: 100% !important;
}

html body {
  -webkit-font-smoothing: antialiased;
  font-family: Calibri, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 20px;
  color: #585252;
}

strong,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #2a5585;
  cursor: pointer;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: #5187b8;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

button,
.btn,
.button {
  background: none;
  border: 1px solid #079bda;
  color: #079bda;
  padding: 5px 40px;
  text-transform: uppercase;
  outline: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline-block;
  font-size: 14px;
}

button:hover,
.btn:hover,
.button:hover {
  background: #079bda;
  color: #ffffff;
}

ul {
  padding-left: 20px;
}

::-webkit-input-placeholder {
  color: #9b9b9b;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #9b9b9b;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9b9b;
}

:-ms-input-placeholder {
  color: #9b9b9b;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*=Header styles
---------------------------------------*/

header#header {
  padding: 40px 0 30px;
}

.page-loading * {
  transition: none !important;
}

a.brand {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

a.brand img {
  display: block;
  max-width: 90%;
}

a.brand h1 {
  position: absolute;
  top: 0;
  visibility: hidden;
}

header.sticky .brand img {
  width: 50%;
}

.top-bar {
  margin-bottom: 15px;
}

.top-bar span.telephone {
  position: relative;
  top: -8px;
  color: #333;
}

header.sticky .top-bar {
  display: none;
}

.social-links {
  display: inline-block;
}

.social-links a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 2px solid #888;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-left: 3px;
}

.social-links a:hover {
  border-color: #585252;
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}

.social-links a:hover i {
  color: #888;
}

.social-links i {
  display: table-cell;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  color: #9b9b9b;
  font-size: 14px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.external-link {
  position: relative;
  display: inline-block;
  /* margin-right: 6px; */
  vertical-align: top;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}

.first-item,
.last-item {
  margin-left: 40px;
}

.external-link span {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 2px solid #9b9b9b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 8px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.external-link span i {
  display: table-cell;
  vertical-align: middle;
  width: 27px;
  height: 27px;
}

.external-link button {
  height: 30px;
  padding: 7px 40px;
  font-size: 13px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.external-link:hover {
  color: #585252;
}

.external-link:hover span {
  border-color: #585252;
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}

.external-link:hover button {
  color: #ffffff;
  border-color: #ffffff;
}

.home .login-btn {
  display: none;
}

/*=Navigation styles
---------------------------------------*/

.navbar {
  border: none;
  min-height: auto;
  margin-bottom: 0; /* @include bp(extra-small) {
  	margin-top: 20px;
  	} */
}

header.sticky .navbar {
  margin-top: 10px;
}

.navbar-collapse#primary-nav {
  padding-right: 0;
}

.navbar-collapse#primary-nav .social-links {
  text-align: center;
  padding-top: 20px;
}

.navbar-collapse#primary-nav .open-link {
  float: right;
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 32px;
  line-height: 0;
  font-weight: 600;
}

.navbar-collapse#primary-nav .open-link:after {
  display: none;
}

.navbar-collapse#primary-nav .navbar-nav {
  float: right;
  text-align: left;
}

.navbar-collapse#primary-nav .navbar-nav > li > a,
.navbar-collapse#primary-nav .navbar-nav > li > span {
  padding: 10px 5px;
  text-transform: uppercase;
  outline: none;
  background: none;
  color: #585252;
}

.navbar-collapse#primary-nav .navbar-nav > li > a:after,
.navbar-collapse#primary-nav .navbar-nav > li > span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 50%;
  bottom: 0;
  -moz-transform: scale(1) translateX(-50%) translateY(0);
  -webkit-transform: scale(1) translateX(-50%) translateY(0);
  -o-transform: scale(1) translateX(-50%) translateY(0);
  -ms-transform: scale(1) translateX(-50%) translateY(0);
  transform: scale(1) translateX(-50%) translateY(0);
  background: #9b9b9b;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html.no-touch .navbar-collapse#primary-nav .navbar-nav > li > a:hover:after,
html.no-touch .navbar-collapse#primary-nav .navbar-nav > li > span:hover:after {
  width: 100%;
}

.navbar-collapse#primary-nav .navbar-nav > li.current-menu-item > a,
.navbar-collapse#primary-nav .navbar-nav > li.current-menu-ancestor > a,
.navbar-collapse#primary-nav .navbar-nav > li.current-menu-item > span,
.navbar-collapse#primary-nav .navbar-nav > li.current-menu-ancestor > span {
  color: #9b9b9b;
}

.navbar-collapse#primary-nav .navbar-nav > li {
  margin: 0 14px;
}

.navbar-collapse#primary-nav .navbar-nav > li:last-child {
  margin-right: 0;
}

.navbar-collapse#primary-nav .navbar-nav > li:first-child {
  margin-left: 0;
}

.navbar-collapse#primary-nav .navbar-nav > li > a:hover,
.navbar-collapse#primary-nav .navbar-nav > li > span:hover {
  background: none;
}

.navbar-header {
  margin-bottom: 15px;
}

.navbar-header span.nav-title {
  float: left;
  margin: 12px 0 0 5px;
  color: #000000;
}

.navbar-toggle {
  margin: -80px 0 0;
  padding: 0;
  width: 35px;
  height: 35px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.navbar-toggle:hover {
  background: none;
}

.navbar-toggle .icon-bar {
  width: 25px;
  height: 3px;
  background: #000000;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.navbar-toggle .burger {
  display: block;
  width: 30px;
  height: 3px;
  position: relative;
  margin-top: 8px;
}

.navbar-toggle .burger,
.navbar-toggle .burger:before,
.navbar-toggle .burger:after {
  background-color: #000000;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.navbar-toggle .burger.menu-on {
  background-color: transparent;
}

.navbar-toggle .burger.menu-on:before {
  -moz-transform: translate(0, 10px) rotate(-45deg);
  -ms-transform: translate(0, 10px) rotate(-45deg);
  -webkit-transform: translate(0, 10px) rotate(-45deg);
  transform: translate(0, 10px) rotate(-45deg);
  background-color: #000000;
}

.navbar-toggle .burger.menu-on:after {
  -moz-transform: translate(0, -6px) rotate(45deg);
  -ms-transform: translate(0, -6px) rotate(45deg);
  -webkit-transform: translate(0, -6px) rotate(45deg);
  transform: translate(0, -6px) rotate(45deg);
  background-color: #000000;
}

.navbar-toggle .burger:before,
.navbar-toggle .burger:after {
  position: absolute;
  width: 30px;
  height: 3px;
  content: "";
  display: block;
  -moz-transition: -moz-transform 0.3s, background 0.3s;
  -o-transition: -o-transform 0.3s, background 0.3s;
  -webkit-transition: -webkit-transform 0.3s, background 0.3s;
  transition: transform 0.3s, background 0.3s;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.navbar-toggle .burger:before {
  top: -8px;
}

.navbar-toggle .burger:after {
  bottom: -8px;
}

ul.dropdown-menu {
  padding: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

ul.dropdown-menu li {
  margin-bottom: 5px;
}

ul.dropdown-menu li a {
  font-size: 20px;
}

ul.dropdown-menu li a:hover,
ul.dropdown-menu li a:focus,
ul.dropdown-menu li a:active {
  background: none;
  color: #d4d4d4;
}

ul.dropdown-menu li.current-menu-item a {
  color: #d4d4d4;
}

/* Banners */

.banner-home {
  background-color: #4177a8;
  background-image: url("https://assets.coredataresearch.com/coredata.com.au/images/home-slide1.jpg");
}

.banner-who-we-are,
.banner-studies {
  background-image: url("https://assets.coredataresearch.com/coredata.com.au/images/banners/CDR-IMGS-WhoWeAre_mini.jpg");
}

.banner-team {
  background-image: url("https://assets.coredataresearch.com/coredata.com.au/images/banners/CDR-IMGS-MeetTheTeam_mini.jpg");
}

.banner-clients {
  background-image: url("https://assets.coredataresearch.com/coredata.com.au/images/banners/CDR-IMGs-OurClients_mini.jpg");
}

.banner-what-we-do {
  background-image: url("https://assets.coredataresearch.com/coredata.com.au/images/banners/CDR-IMGS-WhatWeDo_mini.jpg");
}

.banner-market {
  background-image: url("https://assets.coredataresearch.com/coredata.com.au/images/banners/CDR-IMGs-MarketIntelligence_mini.jpg");
}

.banner-business {
  background-image: url("https://assets.coredataresearch.com/coredata.com.au/images/banners/CDR-IMGs-BusinessIntelligence_mini.jpg");
}

.banner-customer-int {
  background-image: url("https://assets.coredataresearch.com/coredata.com.au/images/banners/CDR-IMGs-CustomerIntelligence_mini.jpg");
}

.banner-customer-engage {
  background-image: url("https://assets.coredataresearch.com/coredata.com.au/images/banners/CDR-IMGs-CustomerEngagement_mini.jpg");
}

.banner-careers {
  background-image: url("https://assets.coredataresearch.com/coredata.com.au/images/banners/careers-banner.jpg");
}

/* Start Popup Invitation - CD Exchange */
.modal-backdrop {
  opacity: 0.6 !important;
}

#popup_invitation .modal-dialog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 60px);
  overflow: auto;
}

#popup_invitation .modal-body {
  padding: 0;
}

#popup_invitation .modal-content {
  border: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
}

#popup_invitation .close {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
  font-size: 3rem;
  z-index: 1;
}

#popup_invitation .close,
#popup_invitation .close:hover,
#popup_invitation .close:focus {
  color: black;
  background-color: transparent;
}

.banner-cdexchange {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 30px 30px;
}

.banner-cdexchange::before {
  content: "";
  background-image: url("https://assets.coredataresearch.com/coredata.com.au/images/cdexchange.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.9;
}

.cdexchange-container {
  position: relative;
  padding: 20px;
  text-align: center;
  color: var(--orange);
  background-color: rgb(26, 26, 30, 0.85);
  border-radius: 15px;
}

.cdexchange-container .title {
  margin-bottom: 30px;
}

.cdexchange-container .description {
  margin-bottom: 20px;
}

.btn-cdexchange {
  display: inline-block;
  margin: auto;
  font-size: 1.6rem;
  color: white;
  white-space: pre-wrap;
  word-wrap: break-word;
  white-space: normal;
  background-color: var(--orange);
  border: 0;
  border-radius: 5px;
}

.btn-cdexchange:hover,
.btn-cdexchange:focus {
  color: white;
  background-color: var(--orange-dark);
}

#alert_info.alert {
  margin-right: 20px;
  margin-left: 20px;
  background-color: var(--orange);
  color: white;
  border: 0;
}

#alert_info.alert a {
  color: white;
}

#alert_info strong {
  font-weight: 700;
}
/* End Popup Invitation - CD Exchange */

section.promotion .row {
  margin-top: 1em;
  margin-bottom: 1em;
}

.member-detail-container .container {
  padding-right: 20px;
}

.contact-main .container.px-0,
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.map-contact-box .contact-info ul li.mb-0,
.mb-0 {
  margin-bottom: 0;
}

.map-contact-box .contact-info ul li.mb-5p,
.mb-5p {
  margin-bottom: 5px;
}

iframe {
  border: 0;
}

.row-flex-center {
  display: flex;
  justify-content: center;
}

.collection-statement h2 {
  font-size: 24px;
}

@media (min-width: 768px) {
  .sliding-banner .imageSlider {
    min-height: 771px;
  }

  .banner-cdexchange {
    padding: 60px;
  }

  .cdexchange-container {
    padding: 20px 30px 40px;
  }

  .privacy-policy ul {
    margin-bottom: 40px;
  }

  section.promotion .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  section.promotion .row {
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 40px;
  }

  section.promotion .row .col-sm-4 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .contact-main .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .privacy-policy .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .privacy-policy p,
  .privacy-policy h2 {
    margin-bottom: 40px;
  }

  .contact-main .container .row {
    margin-right: -50px;
    margin-left: -50px;
  }

  .contact-main .container .row .col-md-6 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar-collapse#primary-nav .navbar-nav > li:hover > ul.dropdown-menu {
    display: block;
  }

  .client-logos {
    padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  header#header.sticky {
    position: fixed;
    background: #fff;
    padding: 10px 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: -1px 4px 10px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 4px 10px -6px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 4px 10px -6px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .navbar-header span.nav-title {
    display: none;
  }
}

@media (max-width: 1199px) {
  .banner {
    height: 350px;
  }

  #sidebar {
    padding-left: 0;
  }

  section.who-we-are .section-content {
    padding: 60px 0;
  }

  section.contact .subscribe-form {
    left: 60px;
  }

  .author-bio-content .avatar-box {
    margin: 30px 10px;
  }

  .tabs .tabs-list ul li a {
    padding: 20px 0;
  }

  section.team .section-content ul.team-members li {
    width: calc(33% - 34px);
  }

  /*section.team .section-content ul.team-members li:nth-of-type(5n) {
	margin-right: 33px;
}*/

  /*section.team .section-content ul.team-members li:nth-of-type(3n) {
	margin-right: 0;
}*/

  a.brand {
    top: -12px;
  }

  .navbar-collapse#primary-nav .navbar-nav > li {
    /*margin: 0 15px;*/
    margin: 0 4px;
  }

  .client-logos .logos .logo {
    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  .flex-content-section {
    flex-direction: column;
    gap: 5px;
  }
  #who-we-are-video {
    margin: 0 !important;
  }
  .flex-content-section div {
    width: 100%;
    text-align: center;
    padding: 0 !important;
  }
  footer#footer .footer-content {
    display: block;
  }

  footer#footer .footer-content .column {
    width: 50%;
    float: left;
  }

  footer#footer .footer-content .column:nth-of-type(2n + 1) {
    clear: both;
  }

  section.contact .subscribe-bg {
    display: none;
  }

  section.contact .subscribe-form {
    position: relative;
    left: auto;
    top: auto;
    -moz-transform: scale(1) translateX(0) translateY(0);
    -webkit-transform: scale(1) translateX(0) translateY(0);
    -o-transform: scale(1) translateX(0) translateY(0);
    -ms-transform: scale(1) translateX(0) translateY(0);
    transform: scale(1) translateX(0) translateY(0);
    max-width: 100%;
    padding: 40px;
  }

  .navbar-collapse#primary-nav .navbar-nav > li {
    margin: 0 8px;
  }
}

@media (max-width: 767px) {
  .banner {
    height: 300px;
  }

  .no-banner {
    padding-top: 40px;
  }

  .sliding-banner .imageSlider .imageSliderButtons {
    left: 15px;
  }

  .sliding-banner .imageSlider #nextSlide,
  .sliding-banner .imageSlider #prevSlide {
    left: 10px;
  }

  .sliding-banner .imageSlider #prevSlide {
    left: initial;
    right: 10px;
  }

  .sliding-banner .imageSlider .slider .item .slide-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sliding-banner .imageSlider .slider .item .slide-content h1 {
    font-size: 40px;
  }

  .sliding-banner .imageSlider .slider .item .slide-content p {
    font-size: 16px;
  }

  .sliding-banner .imageSlider .slider .item .slide-content .buttons {
    margin-top: 50px;
  }

  .main {
    margin: 40px 0;
  }

  div.blog-post {
    padding: 0 0 40px;
  }

  div.blog-post .thumb {
    float: none;
    margin: 0 auto 20px;
    width: 100%;
  }

  div.blog-post a .post-detail {
    padding-left: 0;
  }

  footer#footer .footer-content .column {
    width: 100%;
    float: none;
  }

  .copyright-bar {
    padding: 20px 0;
    text-align: center;
  }

  .copyright-bar .copyright {
    float: none;
  }

  .copyright-bar .credit {
    float: none;
  }

  .copyright-bar .social-links {
    position: relative;
    left: initial;
    top: initial;
    -moz-transform: scale(1) translateX(0) translateY(0);
    -webkit-transform: scale(1) translateX(0) translateY(0);
    -o-transform: scale(1) translateX(0) translateY(0);
    -ms-transform: scale(1) translateX(0) translateY(0);
    transform: scale(1) translateX(0) translateY(0);
    margin: 20px 0 10px;
  }

  section.who-we-are .section-content {
    padding: 50px 15px;
  }

  section.what-we-do .section-content {
    padding: 40px 0;
  }

  section.who-we-are .section-content h2,
  section.what-we-do .section-content h2,
  section.service .section-content > h2,
  .tabs .tab-pane .tab-title {
    font-size: 40px;
  }

  h1.page-title {
    font-size: 50px;
  }

  a.callout {
    height: auto;
    padding: 0 30px;
  }

  section.clients button.slick-next,
  section.clients button.slick-prev {
    right: 0;
  }

  section.clients button.slick-prev {
    left: 0;
  }

  section.promotion {
    padding: 40px 0;
  }

  section.promotion .row {
    padding: inherit; /* .col-sm-4 {
				padding: inherit;
			}*/
  }

  section.promotion .promo {
    margin-bottom: 30px;
  }

  section.contact .contact-form {
    padding-right: 0;
    margin: 40px auto;
  }

  section.contact .subscribe-form {
    max-width: 580px;
    padding: 0;
    margin: 40px auto;
  }

  .author-bio-content .avatar-box {
    margin: 30px;
  }

  .author-bio-content .author-detail {
    padding: 0 30px 30px;
  }

  .tabs .tabs-list {
    background: none;
  }

  .tabs .tabs-list ul {
    display: block;
  }

  .tabs .tabs-list ul li:last-child {
    border-right: none;
  }

  .tabs .tabs-list ul li {
    display: block;
    border-left: none;
    border-right: none;
    background: #3a6591;
    width: 100% !important;
  }

  .tabs .tabs-list ul li a {
    padding: 15px 0;
  }

  .tabs .tabs-list ul li a img {
    display: none;
  }

  .tabs .tabs-list ul li a h2 {
    margin-top: 0;
    max-width: 100%;
  }

  .tabs .tabs-list ul li.active a span.arrow-down,
  .tabs .tabs-list ul li:hover a span.arrow-down {
    display: none;
  }

  .tabs .tab-pane {
    margin: 40px 0;
  }

  .tabs .tab-pane .tab-image {
    margin-right: 0;
    float: none;
  }

  .contact-link {
    padding: 40px;
    text-align: center;
  }

  .contact-link h1 {
    padding-right: 0;
    margin: 0 0 20px;
  }

  .contact-link .button {
    position: relative;
    right: initial;
    top: initial;
    -moz-transform: scale(1) translateX(0) translateY(0);
    -webkit-transform: scale(1) translateX(0) translateY(0);
    -o-transform: scale(1) translateX(0) translateY(0);
    -ms-transform: scale(1) translateX(0) translateY(0);
    transform: scale(1) translateX(0) translateY(0);
  }

  .case-studies-list li {
    width: 48%;
  }

  section.team {
    padding: 20px 0;
    word-break: break-word;
  }

  section.team .section-content ul.team-members li a div h2 {
    font-size: 18px;
  }

  section.team .section-content ul.team-members li.active span.arrow-up {
    display: none;
  }

  section.team .desc,
  section.team .section-content .team-subheading {
    padding: 0;
    margin: 5px 7px;
  }

  section.team .section-content ul.team-members li {
    width: 45%;
    display: inline-block;
    float: none;
    margin: 0 7px 10px;
    vertical-align: top;
  }

  section.team .section-content ul.team-members li:nth-of-type(5n) {
    margin: 0 7px 10px;
  }

  section.team .section-content ul.team-members li:nth-of-type(3n) {
    margin: 0 7px 10px;
  }

  section.who-we-are #who-we-are-video {
    height: 220px;
  }

  header#header {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  header#header .navbar {
    min-height: initial;
  }
  .home .sliding-banner {
    height: 500px;
  }
  .client-logos .logos .logo {
    width: calc(50% - 20px);
    margin: 0 10px 10px;
  }
  .navbar-header {
    margin-bottom: 0;
  }

  a.brand {
    left: 50%;
    -moz-transform: scale(1) translateX(-50%) translateY(0);
    -webkit-transform: scale(1) translateX(-50%) translateY(0);
    -o-transform: scale(1) translateX(-50%) translateY(0);
    -ms-transform: scale(1) translateX(-50%) translateY(0);
    transform: scale(1) translateX(-50%) translateY(0);
  }

  .brand .logo,
  .brand .retina-logo {
    width: 50%;
    margin: 0 auto;
  }

  .top-bar {
    text-align: center;
    display: none;
  }

  .social-links {
    display: block;
    margin-bottom: 10px;
  }

  .external-link {
    margin: 0 10px 10px;
  }

  .navbar-collapse#primary-nav {
    padding-right: 15px;
  }

  .navbar-collapse#primary-nav .navbar-nav {
    float: none;
    margin: 0;
    text-align: center;
  }

  .navbar-collapse#primary-nav .navbar-nav > li > a,
  .navbar-collapse#primary-nav .navbar-nav > li > span {
    display: inline-block;
  }

  ul.dropdown-menu {
    padding: 20px;
    text-align: center;
  }
}

@media (max-width: 419px) {
  .banner {
    min-height: 250px;
  }

  .comment-list ol.children li {
    padding-left: 0;
  }

  .comment-form input[type="text"] {
    width: 100%;
  }

  .comment-form p.comment-form-comment {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

#unsubscribes-table {
  width: 100%;
}

#unsubscribes-table td {
  width: auto;
}

#feeds {
  display: none;
}

.odd-row {
  background-color: #dedede;
}

.even-row {
  background-color: #c3c3c3;
}

.loader {
  background-image: url("https://assets.coredataresearch.com/coredata.com.au/images/loader.svg");
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
/*
	Theme Name: Coredata
*/

@media print {
  * {
    background: transparent !important;
    color: #444 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after {
    content: " (" attr(href) ")";
  }
  abbr:after {
    content: " (" attr(title) ")";
  }
  .ir a:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* CSS from Nikola */

.brand .retina-logo {
  display: none !important;
}

/* retina logo */
@media only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {
  .brand .retina-logo {
    display: block !important;
  }
  .brand .logo {
    display: none !important;
  }
}

.btn-custom {
  border: 3px solid #f4f4f4;
  padding: 6px 20px 4px 20px;
  border-radius: 8px;
}

.btn-custom:hover {
  border: 3px solid #0486be;
  padding: 6px 20px 4px 20px;
  color: white;
  background-color: #0486be;
}

.prize-draw-t-c h1.page-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}
