footer {
  color: white;
}
footer h4 {
  font-weight: normal;
}
footer .top {
  background-color: black;
  padding: 10px;
}
footer .top .button {
  width: 100%;
  border: 1px solid #9d9fa2;
}
footer .center {
  background-color: #3753a4;
  padding: 20px;
}
footer .bottom {
  background-color: black;
  padding: 10px;
}
footer .icon {
  width: 25px;
  height: 20px;
  fill: #ffffff;
  margin-top: -3px;
}
footer .icon path {
  fill: #ffffff;
}
footer .image-button {
  cursor: pointer;
}
footer a:active,
footer p:active,
footer a:focus,
footer p:focus,
footer a:hover,
footer p:hover {
  color: white;
}
@media (max-width: 767px) {
  footer .top {
    padding: 10px 0px;
  }
  footer .top .top-pad {
    margin-top: 4px;
  }
  footer .top p {
    font-size: 14px;
    margin: 0;
  }
  footer .center {
    padding: 20px 5px;
  }
  footer .center h4,
  footer .center p {
    font-weight: normal;
    font-size: 14px;
    margin: 0 0 5px;
  }
  footer .center .image-button {
    width: 40px;
    height: 40px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: 'Open Sans', sans-serif;
  color: white;
}
a:hover {
  text-decoration: none;
}
a:focus {
  color: white;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 32px;
  color: #3753a4;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
  font-weight: bold;
}
h5,
span.h5 {
  font-size: 20px;
  font-weight: bold;
  color: #3753a4;
}
h6 {
  font-size: 20px;
  text-transform: uppercase;
}
h7 {
  text-transform: uppercase;
  color: black;
}
p {
  font-size: 16px;
}
hr {
  border-color: #3753a4;
}
.text-blue {
  color: #3753a4;
}
.text-blue p {
  color: #3753a4;
}
.text-black {
  color: black;
}
.text-black p {
  color: black;
}
.content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.content .content p {
  color: black;
}
.two-column-text {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  min-height: initial;
  padding-bottom: 15px;
}
.two-column-text p {
  margin: 0;
  padding: 0 0 10px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  display: table;
}
.image-full-width img {
  width: 100%;
}
.vcenter {
  margin-top: 13%;
}
@media (min-width: 763px) {
  .vcenter {
    margin-top: 20%;
  }
}
@media (min-width: 992px) {
  .vcenter {
    margin-top: 14%;
  }
}
.nav-tabs.nav-officer {
  border-bottom: solid #3753a4 3px;
}
.nav-tabs.nav-pakenham {
  border-bottom: solid #60b0e6 3px;
}
.nav-tabs li {
  margin-right: 20px;
}
.nav-tabs li a {
  background-color: #cecfd0;
  color: white;
  border-radius: 0;
  border: transparent 1px solid;
  border-bottom: transparent;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
}
.nav-tabs li.active.officer a {
  background-color: #3753a4;
  color: white;
  border-color: #3753a4;
  outline: none;
  outline-offset: 0px;
}
.nav-tabs li.active.pakenham a {
  background-color: #60b0e6;
  color: white;
  border-color: #60b0e6;
  outline: none;
  outline-offset: 0px;
}
.tab-content {
  margin-bottom: 40px;
}
.tab-content .list-group {
  padding: 20px;
  margin-bottom: 0;
}
.button {
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px white solid;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 20px;
  padding: 8px 16px;
  color: white;
  transition: background-color 0.3s, border-color 0.3s;
}
.button:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.45);
}
.button-blue {
  background-color: #3753a4;
}
.button-blue:hover {
  background-color: #60b0e6;
}
.button-grey {
  border: 0;
  background-color: #9d9fa2;
}
.btn:active {
  box-shadow: none;
}
.login h1,
.login a {
  color: black;
}
.login .checkbox input[type=checkbox] {
  margin-left: 0;
}
.background-black {
  background-color: black;
}
.background-grey {
  background-color: #9d9fa2;
}
.background-lightgrey {
  background-color: #f5f6fa;
}
.background-officer {
  background-color: #3753a4;
}
.background-pakenham {
  background-color: #60b0e6;
}
.invalid {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(221, 136, 136, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(221, 136, 136, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(221, 136, 136, 0.6);
}
header {
  background-color: #3753a4;
  color: white;
  padding: 30px 0 15px 0;
}
header p,
header h4 {
  margin-top: 0;
  margin-bottom: 0;
}
header p.middle {
  margin-top: -1px;
  margin-bottom: 1px;
}
header .icon {
  width: 25px;
  height: 20px;
  fill: #ffffff;
}
header .icon path {
  fill: #ffffff;
}
header .inline-block {
  display: inline-block;
}
header .location {
  position: absolute;
  right: 15px;
  width: 100%;
}
header .location .location-quote {
  position: absolute;
  right: 90px;
  top: 0;
  transition: right 0.3s;
}
header .location .location-overlay {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #9d9fa2;
}
header .location .location-overlay img {
  opacity: 1;
  transition: opacity 0.3s;
}
header .location .location-overlay p {
  position: absolute;
  text-align: center;
  top: 14px;
  opacity: 0;
  transition: opacity 0.3s;
}
header .location .location-buttons {
  top: 0;
  right: 70px;
  position: absolute;
  width: 0;
  height: 70px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  transition: width 0.3s;
}
header .location .location-buttons div {
  height: 35px;
  text-align: left;
}
header .location .location-buttons div h6 {
  margin: 0;
  padding: 6px 0px 6px 20px;
}
header .location .location-buttons div a:hover {
  color: white;
  cursor: pointer;
}
header .location:hover .location-quote {
  right: 290px;
}
header .location:hover .location-buttons {
  width: 200px;
  overflow: hidden;
}
header .location:hover .location-overlay img {
  opacity: 0;
}
header .location:hover .location-overlay p {
  opacity: 1;
}
header .image-full-width {
  margin-top: 10px;
}
header .mobile-nav {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
  padding: 0;
}
header .mobile-nav ul {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-padding-start: 0px;
}
header .mobile-nav ul li {
  list-style: none;
  display: block;
  padding: 15px;
  padding-right: 30px;
  border-bottom: solid white 1px;
  color: white;
  background-color: #9d9fa2;
  text-transform: uppercase;
}
header .mobile-nav ul a:active li,
header .mobile-nav ul a:focus li {
  background-color: #3753a4;
}
header .mobile-nav ul .cross {
  background-image: url(../images/cross.png);
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 20px;
}
header .mobile-nav ul .current {
  background-color: #3753a4;
}
header .mobile-nav ul .current a {
  color: #60b0e6;
  font-weight: bold;
}
header .mobile-nav ul .noline {
  border-bottom: none;
}
header .mobile-nav ul .nav2 {
  padding-right: 60px;
}
header .mobile-nav.expand {
  max-height: 1000px;
}
header .col-xs-10 {
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  header .text-right {
    margin-top: 20px;
  }
}
@media (min-width: 763px) {
  header .location:hover .location-quote {
    right: 240px;
  }
  header .location:hover .location-buttons {
    width: 150px;
    overflow: hidden;
  }
}
@media (min-width: 763px) {
  header {
    padding: 30px 0 30px 0;
  }
}
@media (max-width: 763px) {
  header {
    padding: 20px 0 0 0;
  }
}
.outflow {
  position: absolute;
  width: 100%;
  z-index: 1;
}
nav {
  background-color: black;
}
nav ul {
  margin-bottom: 0;
  -webkit-padding-start: 0px;
}
nav ul li {
  box-shadow: none;
  outline: none;
}
nav ul li a:hover {
  color: white;
  text-decoration: underline;
}
nav ul li.current a {
  color: #60b0e6;
  font-weight: bold;
}
.hero {
  position: relative;
  /*.hero-background:after{
		content: '\A';
		position: absolute;
		width: 100%; height:100%;
		top:0; left:0;
		background:rgba(0,0,0,0.6);
		opacity: 0;
		transition: all 1s;
		-webkit-transition: all 1s;
	}*/
}
.hero img {
  width: 100%;
  max-height: 400px;
}
.hero .slider-home-header h1 {
  font-weight: lighter;
}
.hero .hero-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
  position: relative;
}
.hero .hero-background .black-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.hero .hero-title {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
}
.hero .hero-title h1 {
  margin-top: 5px;
}
.location-mobile {
  background-color: #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
  /*.arrow-down{
		background-position: center right;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url('../images/arrow-down.png');
	}
	.arrow-up{
		background-image: url('../images/arrow-up.png');
	}*/
}
.location-mobile p {
  font-size: 14px;
  margin: 0;
}
.location-mobile .icon {
  width: 15px;
  height: 15px;
  fill: #ffffff;
  margin-top: -3px;
}
.location-mobile .icon path {
  fill: #ffffff;
}
.location-mobile .location-quote {
  margin: 2% 0;
}
.location-mobile .location-quote p {
  color: black;
}
.location-mobile .button {
  width: 100%;
  font-size: 16px;
}
.location-mobile .location-buttons {
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
}
.location-mobile .location-buttons.expand {
  height: 56px;
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline-block !important;
  }
  nav {
    display: none;
  }
  .content {
    text-align: center;
  }
  .hero .hero-background {
    min-height: 250px;
  }
  .hero .hero-background .vcenter {
    margin-top: 8%;
  }
  .hero .hero-title {
    text-align: center;
  }
  .hero .hero-title h1 {
    font-size: 36px;
  }
  .hero .slider-home-header h1 {
    font-size: 32px;
  }
  .hero .slider-home-header a {
    font-size: 16px;
    width: 47%;
  }
  .two-column-text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  .background-lightgrey {
    background-color: white;
  }
  .mobile-container {
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-text-center {
    text-align: center;
  }
  .tab-content {
    margin-bottom: 0px;
  }
  .tab-content .list-group {
    padding: 15px;
  }
  .button {
    padding: 12px 18px;
    font-size: 16px;
  }
  .tours .button,
  .steps .button {
    width: 47%;
  }
  .slick-dots {
    padding: 5px 0;
  }
}
.general .top-pad {
  padding-top: 10px;
}
.home .no-pad-top {
  padding-top: 0;
}
.home .top-pad {
  padding-top: 10px;
  padding-bottom: 5px;
}
.home .small-margin-top {
  margin-top: 10px;
}
@media (min-width: 767px) {
  .home .small-margin-top-desktop {
    margin-top: 10px;
  }
}
.home .special-text {
  margin-bottom: 20px;
  font-weight: bold;
}
.home .special-text p {
  padding-bottom: 0;
  margin-bottom: 10px;
}
.home .main {
  padding-bottom: 0px;
}
.home .tours {
  position: relative;
  padding-top: 20px;
}
.home .tours h3 {
  color: white;
  margin: 0;
  padding: 10px 0;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 20px;
}
.home .tours div {
  padding-bottom: 30%;
  height: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .tours div p {
  margin-top: 35%;
}
.home .steps {
  padding-top: 20px;
  padding-bottom: 40px;
}
.home .steps p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.home .steps .slick-arrow {
  top: 45%;
}
.home .steps .padding {
  padding-top: 10px;
}
.home .insurance {
  padding-top: 10px;
}
.home .insurance .insurance-title {
  font-size: 20px;
  color: black;
}
.home .thumb {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  margin: 0 20px 20px 20px;
}
.about-us .column-header-image {
  position: relative;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
}
.about-us .column-header-image .padding {
  padding-top: 58%;
}
.about-us .top-pad {
  padding-top: 10px;
}
.about-us .two-column-text {
  padding-bottom: 30px;
}
.about-us .partners-container {
  padding: 20px;
  text-align: center;
}
.about-us .partners-container .partners {
  padding-bottom: 100px;
  padding-right: 100px;
  margin: 10px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.our-process .step {
  padding: 20px;
  margin: 20px 0;
  min-height: 255px;
}
.our-process .main-image img {
  width: 50%;
}
.our-process .main-image h5 {
  margin-top: 0;
}
.our-process .two-column-text {
  padding-bottom: 0;
}
.our-process .two-column-text img {
  vertical-align: bottom;
}
.our-workshops #officer {
  background-color: #3753a4;
}
.our-workshops #pakenham {
  background-color: #60b0e6;
}
.our-workshops .thumb {
  margin: 5px;
}
.our-workshops .slider-for-officer,
.our-workshops .slider-nav-officer,
.our-workshops .slider-for-pakenham,
.our-workshops .slider-nav-pakenham {
  background-color: black;
}
.our-workshops .slider-nav-officer,
.our-workshops .slider-nav-pakenham {
  padding-top: 5px;
  padding-bottom: 10px;
}
.our-workshops .workshop-text p {
  color: white;
  padding: 20px 40px 30px 40px;
}
.contact-us .google-map #officer-map,
.contact-us .google-map #pakenham-map {
  height: 300px;
}
.contact-us .tab-content {
  background-color: #f5f6fa;
}
.contact-us .tab-content .tab-pane {
  padding: 20px;
}
.contact-us .tab-content .photo {
  width: 100%;
  padding-bottom: 30%;
}
.contact-us .tab-content h5,
.contact-us .tab-content span.h5 {
  font-size: 16px;
}
.contact-us .icon {
  width: 25px;
  height: 20px;
  fill: #3753a4;
  margin-bottom: 3px;
}
.contact-us .icon path {
  fill: #3753a4;
}
.contact-us .contact-form {
  background-color: #f5f6fa;
  padding-bottom: 25px;
}
.contact-us .contact-form .form-control {
  border: none;
  border-color: white;
  border-radius: 0;
  margin: 2px;
  resize: none;
  margin-bottom: 10px;
}
.contact-us .contact-form .placeholder {
  color: #9f9999;
}
.contact-us .google-map iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .home .tours h3 {
    padding: 15px 0;
  }
  .home .tours div {
    padding-bottom: 50%;
  }
  .home .tours div p {
    margin-top: 30%;
  }
}
@media (max-width: 767px) {
  .home .tours h3 {
    padding: 20px 0;
    font-size: 16px;
  }
  .home .tours div {
    min-height: 250px;
    padding-bottom: 65%;
  }
  .home .tours div p {
    margin-top: 35%;
  }
  .home .thumb {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    margin: 5px;
  }
  .about-us .partners-container {
    padding-top: 0px;
  }
  .about-us .partners-container .partners {
    padding-bottom: 50px;
    padding-right: 50px;
  }
  .about-us .two-column-text {
    padding-bottom: 20px;
  }
  .about-us .column-header-image .padding {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .our-process .step {
    padding: 0px;
    margin: 0px;
  }
  .our-process .image-full-width img {
    display: none;
  }
  .our-workshops {
    text-align: center;
  }
  .our-workshops .workshop-text p {
    margin: 0;
  }
  .contact-us .list-group-image {
    padding: 0;
  }
  .contact-us .list-group {
    padding-bottom: 0;
  }
  .contact-us .tab-content .tab-pane {
    padding: 0;
  }
  .contact-us h5,
  .contact-us p {
    color: white;
  }
  .contact-us #officer {
    background-color: #3753a4;
  }
  .contact-us #pakenham {
    background-color: #60b0e6;
  }
  .contact-us .google-map iframe {
    height: 200px;
  }
  .contact-us .xs-text-center {
    text-align: center;
  }
  .contact-us .opening-hours {
    background-color: #f5f6fa;
  }
  .contact-us .opening-hours h4 {
    padding-top: 20px;
    color: #3753a4;
  }
  .contact-us .opening-hours h5 {
    margin-bottom: 0;
    color: #3753a4;
  }
  .contact-us .opening-hours p {
    color: black;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .contact-us .contact-form {
    padding-bottom: 10px;
  }
  .contact-us .contact-form .button {
    margin-top: 20px;
  }
  .nav-tabs {
    padding: 0 2.5%;
  }
  .nav-tabs li {
    text-align: center;
    padding: 0 2.5%;
    width: 50%;
    margin-right: 0;
  }
  .nav-tabs li a {
    padding: 15px 0;
  }
}
@media (max-width: 430px) {
  .home .tours div {
    min-height: 250px;
  }
  .home .tours div p {
    margin-top: 30%;
  }
}
