.headingFont {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.bodyFont {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default ul li {
  padding: 0 7px;
}
.navbar-default ul li a {
  background-color: transparent;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #21427c !important;
  padding: 7px 0;
}
.navbar-default ul li a:hover,
.navbar-default ul li a:active,
.navbar-default ul li a:focus {
  background-color: transparent;
  color: #396eca !important;
}
.navbar-default ul li a.active {
  background-color: transparent !important;
  cursor: default;
  color: #21427c !important;
  border-bottom: 2px solid #21427c;
}
.navbar-default ul li.dropdown ul li a {
  font-size: 16px;
}
.navbar-default ul li.dropdown ul li a.active {
  border: 0;
  color: black !important;
}
.navbar-default ul li.dropdown a.dropdown-toggle {
  background-color: transparent !important;
}
.twocol ul.dropdown-menu {
  columns: 2;
}
.ccm-page {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.ccm-page h1,
.ccm-page h2,
.ccm-page h3,
.ccm-page h4,
.ccm-page h5 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #21427c;
}
.ccm-page p {
  color: #18305a;
  font-size: 17px;
}
.ccm-page a {
  color: black;
}
.ccm-page strong,
.ccm-page bold,
.ccm-page b {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.ccm-page .preHeader {
  background: #21427c;
}
.ccm-page .preHeader .headerPhone {
  display: flex;
  align-items: center;
  height: 38px;
}
.ccm-page .preHeader .headerPhone p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  color: white;
}
.ccm-page .preHeader .headerPhone p a {
  font-weight: 400;
  color: white;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.ccm-page .preHeader .headerPhone p a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
.ccm-page .preHeader .headerSocial {
  display: flex;
  height: 38px;
  align-items: center;
  justify-content: flex-end;
}
.ccm-page .preHeader .headerSocial a img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  height: 26px;
  width: auto;
  margin-left: 14px;
  opacity: 1;
}
.ccm-page .preHeader .headerSocial a:hover img {
  opacity: 0.7;
}
.ccm-page .header {
  background: #f0f0f0;
  border-bottom: 4px solid #21427c;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.4);
}
.ccm-page .header .logo {
  height: 160px;
  display: flex;
  align-items: center;
}
.ccm-page .header .logo img {
  width: 540px;
  height: auto;
}
.ccm-page .header .headerSearch {
  height: 160px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ccm-page .header .headerSearch input {
  border: 1px solid #21427c;
  height: 25px;
  background-color: #E4E4E4;
  box-shadow: inset 0px 1px 4px 1px rgba(0, 0, 0, 0.3);
  background-image: url(/application/themes/aircontrols/images/search2.svg);
  background-repeat: no-repeat;
  background-position: center left 5px;
  background-size: 16px;
  padding-left: 24px;
}
.ccm-page .header .headerSearch input:focus,
.ccm-page .header .headerSearch input:active {
  outline: none;
}
.ccm-page .homeB {
  text-align: center;
  margin-bottom: 40px;
}
.ccm-page .homeB p {
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding: 20px 0 10px;
}
.ccm-page .homeA ul,
.ccm-page .homeB ul {
  list-style: none;
  padding-left: 0;
  margin: 10px 0 50px;
}
.ccm-page .homeA ul li,
.ccm-page .homeB ul li {
  text-align: center;
  color: #21427c;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.ccm-page .homeA .ccm-block-page-list-wrapper,
.ccm-page .homeB .ccm-block-page-list-wrapper {
  margin-bottom: 15px;
}
.ccm-page .footer {
  background: #21427c;
  padding: 30px 0;
  color: white;
}
.ccm-page .footer h3,
.ccm-page .footer h4,
.ccm-page .footer h5 {
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.ccm-page .footer p,
.ccm-page .footer h1,
.ccm-page .footer h2,
.ccm-page .footer h3,
.ccm-page .footer h4,
.ccm-page .footer h5,
.ccm-page .footer ul,
.ccm-page .footer li {
  color: white;
}
.ccm-page .footer p a,
.ccm-page .footer h1 a,
.ccm-page .footer h2 a,
.ccm-page .footer h3 a,
.ccm-page .footer h4 a,
.ccm-page .footer h5 a,
.ccm-page .footer ul a,
.ccm-page .footer li a {
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  color: white;
}
.ccm-page .footer p a:hover,
.ccm-page .footer h1 a:hover,
.ccm-page .footer h2 a:hover,
.ccm-page .footer h3 a:hover,
.ccm-page .footer h4 a:hover,
.ccm-page .footer h5 a:hover,
.ccm-page .footer ul a:hover,
.ccm-page .footer li a:hover {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.ccm-page .footer p {
  font-size: 14px;
}
.ccm-page .footer form input,
.ccm-page .footer form select {
  margin-bottom: 10px;
}
.ccm-page .footer form input[type="text"],
.ccm-page .footer form input[type="email"],
.ccm-page .footer form select {
  width: 100%;
}
.ccm-page .footer form input[type="submit"] {
  color: #21427c;
  background: white;
  border: 0;
  font-size: 14px;
  padding: 10px 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.ccm-page .footer form label {
  display: none;
}
.ccm-page .footer form select {
  color: #21427c;
}
.ccm-page .footer .footerSocial {
  display: flex;
  height: 90px;
  align-items: flex-start;
  justify-content: flex-start;
}
.ccm-page .footer .footerSocial a img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  height: 32px;
  width: auto;
  margin-right: 14px;
  opacity: 1;
}
.ccm-page .footer .footerSocial a:hover img {
  opacity: 0.7;
}
.ccm-page .footer hr {
  border-top: 1px solid #BABABA;
}
.ccm-page .footer .footerNZ {
  display: flex;
  align-items: flex-start;
  height: 90px;
  justify-content: flex-end;
}
.ccm-page .footer .footerNZ img {
  width: 80px;
  height: auto;
}
.ccm-page hr {
  border-top: 1px solid #545D6C;
}
.ccm-page .contentArea .rightColumn h1:first-child,
.ccm-page .contentArea .leftColumn h1:first-child,
.ccm-page .contentArea .rightColumn h2:first-child,
.ccm-page .contentArea .leftColumn h2:first-child,
.ccm-page .contentArea .rightColumn h3:first-child,
.ccm-page .contentArea .leftColumn h3:first-child,
.ccm-page .contentArea .rightColumn h4:first-child,
.ccm-page .contentArea .leftColumn h4:first-child,
.ccm-page .contentArea .rightColumn h5:first-child,
.ccm-page .contentArea .leftColumn h5:first-child,
.ccm-page .contentArea .rightColumn p:first-child,
.ccm-page .contentArea .leftColumn p:first-child {
  margin-top: 0;
}
.ccm-page .contentArea ul,
.ccm-page .contentArea ol {
  color: #21427c;
  padding-left: 30px;
}
.ccm-page .contentArea ul li,
.ccm-page .contentArea ol li {
  font-size: 16px;
}
.ccm-page .contentArea .ccm-block-page-list-pages .ccm-block-page-list-title a {
  font-weight: normal;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  height: 36px;
  display: block;
  border: 1px solid #f0f0f0;
  padding: 7px 10px;
  background-repeat: no-repeat;
  background-position: left 5px center;
  background-size: 24px;
  margin-bottom: 5px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.ccm-page .contentArea .ccm-block-page-list-pages .ccm-block-page-list-title a:hover {
  text-decoration: none;
  background-color: #f0f0f0;
}
.ccm-page .homeA .ccm-block-page-list-wrapper .ccm-block-page-list-page-entry {
  margin: 5px 0;
}
.ccm-page .homeA .ccm-block-page-list-wrapper .ccm-block-page-list-page-entry .ccm-block-page-list-title {
  text-align: center;
}
.ccm-page .homeA .ccm-block-page-list-wrapper .ccm-block-page-list-page-entry .ccm-block-page-list-title a {
  color: #21427c;
  font-weight: normal;
}
.pageList {
  margin: 20px 0;
  display: flex;
  justify-content: flex-start;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.pageList .item {
  width: calc((100% - 63px) / 3);
  position: relative;
  margin: 10px;
}
.pageList .item .itemThumbnail {
  overflow: hidden;
  background: #21427c;
  border: 1px solid #21427c;
}
.pageList .item .itemThumbnail a {
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.pageList .item .itemThumbnail a .itemThumbnailImage img {
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  opacity: 1;
  width: 100%;
}
.pageList .item .itemThumbnail a .itemTitle {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}
.pageList .item .itemThumbnail a .itemTitle .itemTitleInner {
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  padding: 60px 10px 40px 10px;
  font-size: 24px;
  line-height: 27px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: white;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
  background-image: -webkit-linear-gradient(rgba(33, 66, 124, 0) 0%, rgba(33, 66, 124, 0.6) 100%);
  background-image: linear-gradient(rgba(33, 66, 124, 0) 0%, rgba(33, 66, 124, 0.6) 100%);
  width: 100%;
}
.pageList .item .itemThumbnail a:hover .itemThumbnailImage img {
  opacity: .7;
  transform: scale(1.1);
}
.pageList .item .itemThumbnail a:hover .itemTitle .itemTitleInner {
  padding-bottom: 60px;
}
main {
  padding: 60px 0;
}
.imageBlockConstrained {
  width: 100%;
  height: 185px;
  overflow: hidden;
  border: 1px solid #21427c;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.imageBlockConstrained img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.top .imageBlockConstrained img {
  object-position: 50% 0%;
}
.btn-aircon,
.btn-3 {
  background: #F0F0F0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #21427c;
  font-size: 30px;
  padding: 13px 24px 17px;
  margin: 10px 0;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  white-space: normal;
}
.btn-aircon:hover,
.btn-3:hover {
  background: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}
.btn-aircon:active,
.btn-3:active {
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.3);
  background: #21427c;
  color: white;
}
.btn-2 {
  padding: 5px 8px;
  margin: 10px 0;
  font-size: 20px;
}
.btn-1 {
  padding: 5px 8px;
  margin: 10px 0;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.profile {
  margin-bottom: 10px;
  border: 1px solid #21427c;
  padding: 10px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.profile .name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 3px;
}
.profile .role {
  color: #494D4E;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.ccm-block-file a {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  height: 36px;
  display: block;
  border: 1px solid #f0f0f0;
  padding: 7px 10px;
  background-repeat: no-repeat;
  background-position: left 5px center;
  background-size: 24px;
  margin-bottom: 5px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.ccm-block-file a:hover {
  text-decoration: none;
  background-color: #f0f0f0;
}
.ccm-block-file a.file-type-pdf {
  padding-left: 35px;
  background-image: url('/application/themes/aircontrols/images/pdf.png');
}
@media screen and (min-width: 768px) {
  .ccm-page .navbar {
    margin-bottom: 0;
  }
  .ccm-page .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .ccm-page .navbar .navbar-collapse,
  .ccm-page #navbar {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .ccm-page .header .logo img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  nav.navbar {
    margin-bottom: 0;
  }
  nav .navbar-toggle {
    background-color: transparent;
    border: 0;
    margin-right: 20px;
  }
  nav .navbar-toggle:hover,
  nav .navbar-toggle:active,
  nav .navbar-toggle:focus {
    background-color: transparent !important;
  }
  nav .navbar-toggle .icon-bar-margin {
    margin-bottom: 8px;
  }
  nav .navbar-toggle .icon-bar {
    background-color: #21427c !important;
    transition: 300ms ease-in-out;
    position: relative;
    width: 32px;
    height: 2px;
  }
  nav .navbar-toggle .icon-bar:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -10px;
  }
  nav .navbar-toggle .icon-bar:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
  }
  nav .navbar-toggle .icon-bar:nth-child(3) {
    opacity: 0;
  }
  nav .navbar-toggle.collapsed .icon-bar {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
    opacity: 1;
  }
  nav.navbar-default .navbar-collapse {
    border: 0;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  nav.navbar-default ul li {
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
  nav.navbar-default ul li a {
    font-size: 16px;
    display: inline-block;
  }
  nav.navbar-default ul li.open {
    background: #f9f9f9;
    border-radius: 8px;
  }
  .ccm-page .preHeader .headerPhone,
  .ccm-page .preHeader .headerSocial {
    justify-content: center;
  }
  .ccm-page .header .logo {
    justify-content: center;
  }
  .ccm-page .header .headerSearch {
    height: 30px;
    justify-content: center;
  }
  .ccm-page .btn-aircon {
    width: 100%;
  }
  .pageList .item {
    width: calc((100% - 40px) / 2);
  }
}
#ccm-account-menu {
  display: none;
}
.ccm-notification {
  top: 160px;
}
