.top-header .header-elements {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-elements .mobile-menu-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  position: relative;
}

.header-elements #logo {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  max-width: 100% !important;
  width: 100%;
}

.header-elements #logo .main_logo {
  max-width: 260px !important;
}

.header-elements #logo .ndis-mobile-logo img {
  width: 60px;
}

.header-right {
  display: flex;
}

.home #container #main_content .wpb_column .vc_figure,
.home #container #main_content .wpb_column .vc_figure .vc_single_image-wrapper,
.home #container #main_content .wpb_column .vc_figure .vc_single_image-wrapper img {
  min-width: 100%;
}

.mobile-menu-active .header-elements .ndis-logo {
  display: none;
}

.ndis-logo {
  margin: auto;
  width: 55px;
}

.sub_page_header .page-title {
    padding: 113px 0 145px;
}

ul, ol {
    font-style: italic;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .home #container #main_content .wpb_column img {
    height: 80px;
  }
}

@media only screen and (min-width: 980px) {
	.home #container #main_content .wpb_column img {
    height: 115px;
  }

  .ndis-mobile-logo {
    display: none;
  }

  .top-header .header-elements {
		display: flex;
    align-items: center;
    flex-direction: row;
	}

  .top-header .header-elements .header-right {
    width: 100%;
  }

  .top-header .header-elements #logo {
    justify-content: normal;
    width: auto;
	}

  .top-header .header-elements #logo .main_logo {
    max-width: 230px !important;
  }

	.top-header .header-elements #logo img {
		max-height: 100px;
		max-width: 350px;
	}

  .top-header .header-elements .mobile-menu-button {
    display: none;
  }

	.top-header .header-elements .site-logo {
		margin-right: 30px;
		padding: 0;
	}

  .top-header #navigation > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 1180px) {
	.layout2 .adjusted {
	    width: 1180px;
	    margin-left: auto;
	    margin-right:auto;
	}

	.layout2 .page-title.adjusted {
	    padding: 50px 25px 70px;
	}

  .top-header .header-elements #logo .main_logo {
    max-width: 350px !important;
  }

  .top-header #navigation > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1440px) {
  .home #container #main_content .wpb_column img {
    height: 140px;
  }

  .ndis-logo {
    margin-top: 15px;
    position: absolute;
    right: -40px;
    width: 85px;
  }

  .stuck .ndis-logo {
    margin: auto;
    position: relative;
    right: 0;
    width: 40px;
  }
}
