body {
  font-family: proxima-nova, sans-serif;
  color: #888;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

h1 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #d52b1e;
  color: #d52b1e;
  font-size: 36px;
  line-height: 44px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 0px;
  color: #003f72;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 0px;
  color: #d52b1e;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  background-color: transparent;
  color: #003f72;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  color: #d52b1e;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #003f72;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}

p {
  margin-bottom: 30px;
}

a {
  color: #d52b1e;
  text-decoration: none;
}

a:hover {
  background-color: transparent;
  text-decoration: underline;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
}

li {
  margin-bottom: 15px;
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-top: 3px;
  margin-bottom: 5px;
  padding-top: 15px;
  color: #ccc;
  font-size: 17px;
  font-weight: 400;
}

strong {
  font-weight: 700;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 15px 20px 15px 30px;
  border-style: none none none solid;
  border-left-width: 3px;
  border-left-color: #d52b1e;
  color: #d52b1e;
  font-size: 28px;
  line-height: 38px;
  font-style: italic;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #fff;
}

.nav-menu {
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  display: inline-block;
  height: 100px;
  padding: 37px 15px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #003f72;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.nav-link:hover {
  color: #d52b1e;
  text-decoration: none;
}

.nav-link.w--current {
  color: #d52b1e;
}

.nav-link.w--current:active {
  color: #f9f5de;
  text-decoration: none;
}

.nav-link.w--current:focus {
  color: #f9f5de;
}

.nav-link.cta-nav-link {
  height: 100px;
  margin-right: 1px;
  border: 2px solid #d52b1e;
  background-color: #d52b1e;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

.nav-link.cta-nav-link:hover {
  background-color: rgba(213, 43, 30, .9);
  color: #fff;
}

.nav-link.logo-link {
  margin-right: 1px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #006444;
}

.nav-link.logo-link:hover {
  background-color: rgba(0, 100, 68, .9);
}

.nav-link.logo-link.mobile-logo-link {
  display: none;
}

.nav-link.search-link {
  padding-top: 37px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #003f72;
}

.nav-link.search-link:hover {
  background-color: rgba(0, 63, 114, .9);
}

.nav-link.last-nav-link {
  margin-right: 15px;
}

.nav-link.contact {
  margin-right: 1px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #003f72;
  color: #003f72;
}

.nav-link.contact:hover {
  background-color: rgba(0, 63, 114, .9);
}

.nav-link._2 {
  height: 100px;
  padding: 39px 12px 0px;
}

.nav-link._2.end {
  padding-right: 0px;
}

.dropdown-list {
  background-color: rgba(88, 89, 91, .8);
}

.dropdown-list.w--open {
  margin-top: 0px;
  background-color: #003f72;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.dropdown-link {
  padding: 10px 20px;
  color: hsla(0, 0%, 100%, .8);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.dropdown-link:hover {
  background-color: hsla(0, 0%, 96%, .1);
  color: #fff;
  text-decoration: none;
}

.dropdown-link.w--current {
  color: #fff;
}

.caption-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.button {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 20px;
  border: 2px solid #d52b1e;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #d52b1e;
  font-weight: 400;
}

.button:hover {
  background-color: #d52b1e;
  color: #fff;
  text-decoration: none;
}

.button.form-button {
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  float: right;
  border-style: none;
  background-color: #003f72;
  color: hsla(0, 0%, 100%, .8);
}

.button.form-button:hover {
  color: #fff;
}

.button.subscribe-btn {
  width: 30%;
  height: 62px;
  margin-top: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-color: #d52b1e;
  line-height: 24px;
}

.button.panel-button {
  margin-right: 0px;
  border-color: #fff;
  color: #fff;
}

.button.panel-button:hover {
  background-color: hsla(0, 0%, 100%, .4);
}

.button.grid-button {
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
}

.button.btn-white {
  margin-bottom: 30px;
  border-color: #fff;
  color: #fff;
  text-transform: uppercase;
}

.button.btn-white:hover {
  background-color: #003f72;
}

.button.footerbtn {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer {
  padding-top: 50px;
  padding-bottom: 30px;
  clear: both;
  background-color: #f5f5f5;
}

.footer-list-item {
  margin-bottom: 10px;
  color: #888;
}

.footer-list {
  padding-left: 15px;
  border-left: 4px solid #d52b1e;
}

.footer-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #888;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.float {
  padding-left: 20px;
}

.footer-link.float:hover {
  color: #d52b1e;
}

.footer-link.float.heartburst-credit {
  margin-left: 20px;
  padding-left: 25px;
  background-image: url('../images/heartburst-icon-grey.svg');
  background-position: 0px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.footer-text {
  display: block;
  max-width: 1200px;
  margin: 20px auto;
  padding-top: 19px;
  padding-right: 20px;
  padding-bottom: 0px;
  clear: right;
  color: #888;
  text-align: right;
}

.page-banner {
  position: relative;
  height: 400px;
  margin-top: 100px;
  background-image: url('../images/530193704.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-banner.banner-members {
  background-image: url('../images/513480372.jpg');
}

.page-banner.state-banner {
  background-image: url('../images/638210898.jpg');
  background-position: 50% 37%;
}

.page-banner.store-banner {
  background-image: url('../images/183827735.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.content-panel {
  position: static;
  padding: 100px 50px 0;
  background-color: #fff;
  text-align: left;
}

.panels-section.with-banner .content-panel {
  padding-top: 0;
}

.content-panel.photo-primary,
.content-panel.photo-secondary {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(213, 43, 30, .8)), to(rgba(213, 43, 30, .8))), url('../images/513480372.jpg');
  background-image: linear-gradient(180deg, rgba(213, 43, 30, .8), rgba(213, 43, 30, .8)), url('../images/513480372.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.content-panel.photo-primary.photo-primary-half,
.content-panel.photo-secondary.photo-secondary-half {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  float: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(213, 43, 30, .8)), to(rgba(213, 43, 30, .8))), url('../images/istockphoto-1041753902-2048x2048.jpg');
  background-image: linear-gradient(180deg, rgba(213, 43, 30, .8), rgba(213, 43, 30, .8)), url('../images/istockphoto-1041753902-2048x2048.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.content-panel.photo-primary.photo-primary-half:hover,
.content-panel.photo-secondary.photo-secondary-half:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(213, 43, 30, .9)), to(rgba(213, 43, 30, .9))), url('../images/istockphoto-1041753902-2048x2048.jpg');
  background-image: linear-gradient(180deg, rgba(213, 43, 30, .9), rgba(213, 43, 30, .9)), url('../images/istockphoto-1041753902-2048x2048.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  text-decoration: none;
}

.content-panel.photo-secondary {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 63, 114, .8)), to(rgba(0, 63, 114, .8))), url('../images/cityscape.jpg');
  background-image: linear-gradient(180deg, rgba(0, 63, 114, .8), rgba(0, 63, 114, .8)), url('../images/cityscape.jpg');
}

.content-panel.photo-secondary.photo-secondary-half {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 63, 114, .8)), to(rgba(0, 63, 114, .8))), url('../images/531033797.jpg');
  background-image: linear-gradient(180deg, rgba(0, 63, 114, .8), rgba(0, 63, 114, .8)), url('../images/531033797.jpg');
}

.content-panel.photo-secondary.photo-secondary-half:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 63, 114, .9)), to(rgba(0, 63, 114, .9))), url('../images/531033797.jpg');
  background-image: linear-gradient(180deg, rgba(0, 63, 114, .9), rgba(0, 63, 114, .9)), url('../images/531033797.jpg');
}

.content-panel.secondary-colour {
  background-color: #003f72;
  color: #f5f5f5;
}

.content-panel.alt-light {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgba(0, 63, 114, .05);
}

.content-panel.primary-colour {
  background-color: #d52b1e;
  color: #fff;
}

.content-panel.photo-primary.photo-primary-half h1,
.content-panel.photo-secondary.photo-secondary-half h1 {
  border: none;
  color: #ffffff;
  text-transform: none;
}

.content-panel.cranesafe-panel {
  display: inline-block;
  width: 49.75%;
  min-height: 510px;
  margin-right: 0.5%;
  margin-bottom: 10px;
  padding-right: 80px;
  padding-left: 80px;
  float: left;
  background-color: #006444;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#006444), to(rgba(0, 100, 68, .9))), url('../images/icon-grid.png');
  background-image: linear-gradient(180deg, #006444, rgba(0, 100, 68, .9)), url('../images/icon-grid.png');
  background-position: 0px 0px, -30px -6px;
  background-size: auto, 300px;
}

.content-panel.cranesafe-panel.crewsafe-panel {
  display: block;
  margin-right: 0%;
}

.content-container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.document-download-button {
  display: inline-block;
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 10px;
  padding: 15px 20px 15px 50px;
  background-color: rgba(88, 89, 91, .25);
  background-image: url('../images/document-8x.png');
  background-position: 11px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #58595b;
  font-weight: 400;
}

.document-download-button:hover {
  background-color: #003f72;
  color: #fff;
  text-decoration: none;
}

.external-link-button {
  display: inline-block;
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 10px;
  padding: 15px 20px 15px 50px;
  background-color: rgba(88, 89, 91, .25);
  background-image: url('../images/external-link-8x.png');
  background-position: 10px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #58595b;
  font-weight: 400;
}

.external-link-button:hover {
  background-color: #003f72;
  color: #fff;
  text-decoration: none;
}

.text-box {
  display: inline-block;
  margin-bottom: 20px;
  padding: 30px 20px;
  border: 2px solid #eaeaea;
  font-size: 17px;
  line-height: 20px;
}

.text-box:focus {
  border-color: #003f72;
}

.text-box.subscribe-field {
  display: inline-block;
  width: 30%;
  margin-top: 0px;
  margin-right: 2%;
  float: none;
  border-style: none;
}

.text-area {
  height: 400px;
  padding: 20px;
  border: 2px solid #eaeaea;
  font-size: 17px;
  font-weight: 300;
}

.text-area:focus {
  border-color: #99ca3b;
}

.checkbox-field {
  display: inline-block;
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 0px;
}

.radio-button {
  padding-top: 0px;
  color: #58595b;
  font-weight: 300;
}

.radio-button-list {
  clear: left;
}

.radio-field {
  display: inline-block;
  margin-right: 30px;
}

.dropdown-select {
  height: 50px;
  border: 2px solid #eaeaea;
  color: #58595b;
  font-size: 17px;
  font-weight: 300;
}

.sub-nav {
  margin-bottom: 50px;
  padding-left: 0px;
}

.sub-nav-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #003f72;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sub-nav-link:hover {
  color: #d52b1e;
  text-decoration: none;
}

.sub-nav-link.selected {
  color: #d52b1e;
}

.right-col {
  width: 320px;
  padding-top: 6px;
  padding-right: 20px;
  padding-left: 20px;
  float: right;
}

.sub-nav-list-item {
  margin-bottom: 12px;
}

.subscribe {
  text-align: center;
  letter-spacing: 3px;
}

.nav-container {
  position: static;
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px 0px 0px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.banner-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 640px;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 63, 114, .7)), to(rgba(0, 63, 114, .7))), url('../images/cityscape.jpg');
  background-image: linear-gradient(180deg, rgba(0, 63, 114, .7), rgba(0, 63, 114, .7)), url('../images/cityscape.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.brand {
  width: 120px;
  margin-top: 14px;
}

.footer-container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.dropdown-nav-link {
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
}

.dropdown-nav-link:hover {
  color: #d52b1e;
}

.grey-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  clear: both;
  background-color: rgba(88, 89, 91, .15);
}

.detail-page-buttons {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.list-item {
  margin-bottom: 40px;
  padding: 15px 30px 30px 40px;
  border-left: 3px solid #003f72;
  background-color: #f5f5f5;
}

.grid-content {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  background-color: transparent;
  text-align: center;
}

.grid-item {
  display: inline-block;
  width: 32%;
  min-height: 50px;
  margin-right: 8px;
  margin-bottom: 20px;
  margin-left: 8px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  background-color: #f5f5f5;
  text-align: left;
}

.grid-item.text-center {
  text-align: center;
}

.grid-item.grid-half {
  width: 47%;
  margin-right: 1%;
}

.grid-thumbnail {
  margin-top: 0px;
  margin-bottom: 20px;
  max-height: 256px;
}

.grid-thumbnail.product-pic {
  padding: 20px 30px;
  text-align: left;
}

.grid-text {
  display: block;
  max-width: 1000px;
  min-height: 30px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.grid-tag-link {
  display: inline-block;
  margin-right: 10px;
  color: #58595b;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
  font-weight: 400;
}

.grid-tag-link:hover {
  color: #d52b1e;
  text-decoration: none;
}

.grid-sub-text {
  display: inline-block;
  margin-bottom: 10px;
  color: rgba(88, 89, 91, .5);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.grid-summary {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
}

.detail-page-wrapper {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
}

.detail-page-wrapper.detail-no-banner {
  padding-top: 150px;
}

.blog-article-div {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.blog-main-image {
  margin-top: 0px;
}

.blog-article-text {
  position: relative;
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 30px 60px;
}

.item-detail-text {
  margin-top: 20px;
}

.map {
  height: 400px;
  margin-top: 100px;
}

.update-form-div {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.article {
  width: 65%;
  min-height: 100px;
  margin-bottom: 50px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  clear: left;
}

.banner-para {
  max-width: 840px;
  color: #fff;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
}

.subscribe-panel {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.aside {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 25px 5px;
  border-left: 3px none #d52b1e;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 63, 114, .85)), to(rgba(0, 63, 114, .85))), url('../images/531033797.jpg');
  background-image: linear-gradient(180deg, rgba(0, 63, 114, .85), rgba(0, 63, 114, .85)), url('../images/531033797.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.aside.secondary-aside {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(213, 43, 30, .8)), to(rgba(213, 43, 30, .8))), url('../images/513480372.jpg');
  background-image: linear-gradient(180deg, rgba(213, 43, 30, .8), rgba(213, 43, 30, .8)), url('../images/513480372.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.aside.member-btn-aside {
  padding-bottom: 1px;
}

.aside.scales-aside {
  margin-top: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 63, 114, .85)), to(rgba(0, 63, 114, .85))), url('../images/807911910.jpg');
  background-image: linear-gradient(180deg, rgba(0, 63, 114, .85), rgba(0, 63, 114, .85)), url('../images/807911910.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.panel-heading {
  margin-bottom: 18px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.panel-text {
  color: #fff;
}

.panel-container {
  position: relative;
  display: block;
  height: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.panel-container.panel-content-centre {
  display: block;
  max-width: 800px;
  text-align: center;
}

.panel-container.basic h1,
.content-panel.primary-colour h1 {
  margin-bottom: 0;
  border: none;
  text-transform: none;
}

.panel-container.basic h1 {
  margin-top: 0;
}

.content-panel.primary-colour h1 {
  color: white;
}

.grid-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  text-align: center;
}

.grid-list.grid-list-home {
  padding-bottom: 0px;
}

.form-container {
  padding: 30px 40px 15px;
  border-left: 3px solid #003f72;
  background-color: #f5f5f5;
}

.label-bold {
  margin-bottom: 0px;
  padding-top: 30px;
  color: #58595b;
}

.field-label-small {
  padding-top: 0px;
  color: #58595b;
  line-height: 24px;
  font-weight: 300;
}

.checkbox-control {
  margin-top: 10px;
}

.radio-control {
  margin-top: 10px;
}

.form-title {
  margin-top: 0px;
  margin-bottom: 20px;
}

.home-banner-heading {
  border-bottom-color: #d52b1e;
  color: #fff;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.logo {
  width: 100%;
}

.back-link-box {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 6px;
  margin-left: auto;
}

.key-link {
  color: #d52b1e;
  text-decoration: none;
}

.key-link:hover {
  color: #58595b;
  text-decoration: none;
}

.key-link.key-link-white {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: hsla(0, 0%, 96%, .5);
}

.key-link.key-link-white:hover {
  color: #f5f5f5;
}

.panels-section {
  padding-top: 68px;
}

.panel-pic-col {
  padding: 30px 30px 30px 10px;
}

.panel-text-col {
  padding: 13px 30px 30px;
}

.panel-pic-box {
  width: 280px;
  height: 280px;
  border-radius: 100%;
  background-image: url('../images/cityscape.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.panel-pic-box.panel-pic-2 {
  background-image: url('../images/513480372.jpg');
}

.panel-pic-box.panel-pic-3 {
  background-image: url('../images/531033797.jpg');
}

.panel-pic-box.panel-pic-4 {
  background-image: url('../images/807911910.jpg');
}

.panel-row-pic-left {
  height: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.panel-title {
  color: #d52b1e;
}

.panel-title.panel-title-white {
  color: #fff;
}

.panel-title.map-area {
  position: absolute;
  left: 73px;
  top: -1px;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

.social-icon {
  height: 32px;
  margin-left: 0px;
}

.social-link {
  margin-left: 20px;
  float: right;
  opacity: 0.75;
}

.social-link:hover {
  opacity: 1;
}

.field-container {
  width: 98%;
}

.field-container.field-half {
  display: inline-block;
  width: 48%;
  margin-right: 2%;
}

.field-container.field-quarter {
  display: inline-block;
  width: 23%;
  margin-right: 2%;
}

.pagination {
  margin-bottom: 50px;
}

.page-item {
  display: inline-block;
}

.page-link {
  display: inline-block;
  margin-left: -1px;
  padding: 20px;
  border: 1px solid #ddd;
  font-weight: 400;
}

.page-link.page-link-selected {
  background-color: #d52b1e;
  color: #fff;
}

.page-link.page-link-first {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.page-link.page-link-first.page-link-disabled {
  color: #ddd;
}

.page-link.page-link-last {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.navigation {
  text-align: center;
}

.nav-logo {
  height: 16px;
}

.cica-bold {
  font-weight: 700;
}

.magnifier-icon {
  width: 24px;
}

.event-list-col {
  padding-top: 0px;
}

.aus-map {
  position: relative;
  display: inline-block;
  width: 287px;
  height: 300px;
  max-width: 287px;
  background-image: url('../images/ausmap_blue.png');
  background-position: 0px 0px;
  background-size: 287px;
  background-repeat: no-repeat;
}

.div-block {
  position: absolute;
  left: 168px;
  top: 165px;
  width: 80px;
  height: 50px;
  background-image: url('../images/vic_over_red.png');
  background-position: 0px 0px;
  background-size: 80px;
  background-repeat: no-repeat;
}

.event-listing {
  width: 100%;
  margin-bottom: 15px;
  padding: 9px;
  border-radius: 10px;
}

.event-listing:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}

.date-badge {
  display: inline-block;
  width: 70px;
  height: 70px;
  padding-top: 14px;
  border-radius: 100%;
  background-color: #003f72;
  text-align: center;
}

.date-badge.date-badge-detail-offset {
  position: absolute;
  left: -29px;
  top: -26px;
}

.date-badge-day {
  color: #f5f5f5;
  line-height: 18px;
}

.date-badge-month {
  color: #f5f5f5;
  line-height: 18px;
  font-weight: 700;
}

.event-listing-text {
  display: inline-block;
  width: 73%;
}

.date-badge-container {
  display: inline-block;
  width: 27%;
}

.date-badge-container.date-badge-full-width {
  width: 15%;
}

.intro-para {
  color: #888;
}

.event-list-text {
  margin-bottom: 0px;
  color: #888;
  line-height: 28px;
}

.event-listing-title {
  margin-top: 0px;
  margin-bottom: 5px;
  line-height: 22px;
  letter-spacing: 0px;
}

.aus-col {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.standards-promos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.video-col {
  overflow: hidden;
}

.grid-item-title {
  margin-bottom: 0px;
  letter-spacing: 0px;
}

.heading-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.footer-ctas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.right-header {
  text-align: right;
}

.utility-menu {
  float: right;
}

.intro-left-col {
  padding-left: 0px;
}

.page-name-area {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.breadcrumb-box {
  display: inline-block;
  padding: 10px 15px 15px;
  float: left;
  background-color: #003f72;
  color: #fff;
  font-size: 13px;
}

.page-name {
  display: inline-block;
  margin-top: -17px;
  margin-bottom: -20px;
  margin-left: 20px;
  padding: 20px;
  float: left;
  clear: both;
  background-color: #d52b1e;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-white {
  color: #fff;
}

.link-white {
  color: #d3d3d3;
}

.member-buttons {
  clear: both;
}

.member-btn-col-left {
  min-height: 50px;
  padding-right: 10px;
  padding-left: 0px;
}

.member-btn-col-right {
  min-height: 50px;
  padding-right: 0px;
}

.member-content-right {
  padding-top: 52px;
  padding-left: 30px;
}

.member-btn {
  width: 100%;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.member-btn:hover {
  opacity: 0.85;
  text-decoration: none;
}

.member-news-header {
  padding-left: 20px;
}

.member-news {
  min-height: 50px;
  padding-left: 0px;
}

.member-menu {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px 5px 10px 60px;
  background-color: #d52b1e;
  background-image: url('../images/noun_565143_FFF.svg');
  background-position: 14px 8px;
  background-size: 32px;
  background-repeat: no-repeat;
  color: #fff;
}

.user-name {
  display: inline-block;
  margin-right: 20px;
  font-weight: 700;
}

.white-link {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
}

.branch-heading {
  margin-top: 20px;
}

.branch-info-cols {
  margin-bottom: 30px;
  margin-left: 0px;
}

.branch-info-left {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.branch-info-centre {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.branch-info-right {
  padding-right: 20px;
  padding-left: 20px;
}

.branch-feeds {
  margin-bottom: 50px;
  padding-left: 0px;
}

.column-3 {
  padding-right: 20px;
  padding-left: 20px;
}

.branch-feeds-left {
  padding-right: 20px;
  padding-left: 20px;
}

.branch-feeds-centre {
  padding-right: 20px;
  padding-left: 20px;
}

.member-price-header {
  color: #d52b1e;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.price {
  margin-top: 0px;
}

.price-col {
  padding: 0;
}

.order-summary-header {
  padding-left: 40px;
  background-image: url('../images/noun_338492_FFF.svg');
  background-position: -6px 50%;
  background-size: 44px;
  background-repeat: no-repeat;
  color: #fff;
}

.grid-item-link:hover {
  color: #003f72;
}

.cart-summary-text {
  margin-bottom: 10px;
}

.product-detail-image {
  padding: 30px 25px;
  background-color: #f5f5f5;
  text-align: center;
}

.image-2 {
  width: 100%;
}

.back-link {
  display: block;
  margin-top: 20px;
}

.prod-detail-left {
  padding-left: 0px;
}

.prod-detail-right {
  padding-right: 0px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.event-data-left {
  padding-left: 0px;
}

.event-data-label {
  color: #003f72;
  font-weight: 700;
}

.event-data-row {
  margin-bottom: 10px;
}

.event-image {
  margin-top: 30px;
}

.widget-space {
  background-color: #d3d3d3;
}

.text-block {
  padding: 80px 21px;
  text-align: center;
}

.image-4 {
  margin-bottom: 10px;
}

.white {
  color: #fff;
}

.slider {
  overflow: hidden;
  height: auto;
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: transparent;
}

.slideshow-section {
  background-color: rgba(0, 63, 114, .05);
}

.slide-nav {
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 40px;
}

.icon {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: rgba(0, 63, 114, .5);
}

.icon:hover {
  color: #003f72;
}

.icon-2 {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: rgba(0, 63, 114, .5);
}

.icon-2:hover {
  color: #003f72;
}

.social-connect-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-heading {
  color: #003f72;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-heading.red {
  color: #d52b1e;
}

.columns {
  margin-bottom: 30px;
}

.footer-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.australia-map {
  position: absolute;
  left: 72px;
  top: 40px;
  right: -33px;
  bottom: 24px;
  max-width: 560px;
}

.australia-map-div-container {
  position: relative;
}

.home-content-section {
  padding: 80px 50px 120px;
}

.wa-hover {
  position: absolute;
  left: 72px;
  top: 82px;
  z-index: 999;
  width: 215px;
}

.nt-hover {
  position: absolute;
  left: 279px;
  top: 55px;
  z-index: 999;
  width: 132px;
}

.qld-hover {
  position: absolute;
  top: 41px;
  right: 68px;
  z-index: 999;
  width: 229px;
}

.sa-hover {
  position: absolute;
  top: 248px;
  right: 248px;
  z-index: 999;
  width: 174px;
}

.nsw-hover {
  position: absolute;
  top: 275px;
  right: 67px;
  z-index: 999;
  width: 190px;
  height: 91.953125px;
}

.victoria {
  position: absolute;
  top: 358px;
  right: 125px;
  z-index: 999;
  width: 132px;
}

.tas-hover {
  position: absolute;
  top: 484px;
  right: 137px;
  z-index: 999;
  width: 50px;
}

.map-label {
  position: absolute;
  right: -16px;
  bottom: 0px;
  padding: 3px 16px 2px;
  border-radius: 20px;
  background-color: #d52b1e;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.map-label.qld {
  right: 6px;
  bottom: 77px;
}

.map-label.tas {
  right: -38px;
}

.map-label.nt {
  bottom: 124px;
}

.map-label.wa {
  left: -16px;
  top: 134px;
  right: auto;
  bottom: auto;
}

.map-label.sa {
  left: 46px;
  right: auto;
  bottom: 57px;
}

.text-block-2 {
  position: relative;
  display: inline-block;
}

.contact-us-tooltip {
  position: absolute;
  top: 101px;
  right: 39px;
  z-index: 1000;
  padding: 6px 15px;
  border-radius: 10px;
  background-color: rgba(2, 36, 63, .9);
  opacity: 0;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}

.tooltip-div {
  position: relative;
  top: -1px;
  display: block;
}

.arrow {
  position: absolute;
}

.main-menu-desktop {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.logo-centered {
  display: block;
  width: 130px;
  margin: 12px auto;
}

.logolink {
  margin-right: 1px;
  padding: 2px 10px 5px;
  background-color: #006444;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.logolink:hover {
  background-color: rgba(0, 100, 68, .9);
}

.logolink.blue {
  background-color: #003f72;
}

.logolink.blue:hover {
  background-color: rgba(0, 63, 114, .9);
}

.logoimage {
  height: 12px;
}

.logoimage2 {
  height: 18px;
}

.cica-login {
  margin-right: 1px;
  padding: 10px 15px;
  background-color: #d52b1e;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}

.cica-login:hover {
  background-color: rgba(213, 43, 30, .9);
  text-decoration: none;
}

.cica-login.blue {
  background-color: #003f72;
}

.cica-login.blue:hover {
  color: rgba(213, 43, 30, .9);
}

.small-icon {
  height: 20px;
}

.bold-text {
  line-height: 19px;
}

html.w-mod-js *[data-ix="state-appear-on-hover"] {
  display: block;
  opacity: 0;
}

.w-tabs {
  margin: 15px 0 15px 0;
}

.tab-link {
  margin-right: 4px;
  background-color: rgba(88, 89, 91, .15);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #003f72 !important;
}

.tab-link:hover {
  background-color: rgba(88, 89, 91, .05);
}

.tab-link.w--current {
  background-color: rgba(88, 89, 91, .05);
}

.tab-link.lookup-result-tab {
  padding-right: 50px;
  background-color: #fff;
}

.tab-link.lookup-result-tab:hover {
  background-color: #e0e0e0;
}

.tab-link.lookup-result-tab.w--current {
  background-color: #fff;
}

.tab-link.signup-step {
  padding-left: 25px;
}

.form-island {
  padding: 20px 30px 30px;
  background-color: rgba(88, 89, 91, .05);
}

.form-island.confirmation-box {
  padding-top: 30px;
}

.cont-step-one,
.signup-submit {
  float: right;
}

.signup-summary-table td,
.signup-summary-table th {
  padding: 2px 5px 2px 5px;
}

@media (max-width: 1390px) {
  body {
    background-color: transparent;
  }
  .nav-menu {
    width: 50%;
    margin-top: 80px;
    background-color: #003f72;
  }
  .nav-link {
    height: auto;
    padding: 20px 30px;
    color: #fff;
  }
  .nav-link>a {
    height: auto;
    color: #fff;
  }
  .nav-link.cta-nav-link {
    height: 80px;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .nav-link.logo-link {
    height: 80px;
    padding-top: 28px;
  }
  .nav-link.search-link {
    height: 80px;
    padding-top: 28px;
  }
  .nav-link.contact {
    height: 80px;
    padding-top: 28px;
  }
  .nav-link.mobile {
    text-align: center;
  }
  .dropdown-list.w--open {
    padding-left: 31px;
    border-radius: 5px;
  }
  .dropdown-link {
    padding: 5px 40px 5px 20px;
    border-left: 3px solid #d52b1e;
    letter-spacing: 0px;
    text-transform: none;
  }
  .dropdown-link:hover {
    background-color: transparent;
    color: #fff;
  }
  .dropdown-link.w--current {
    color: #d52b1e;
  }
  .caption-text {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .footer {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer-link {
    float: none;
  }
  .footer-link.float {
    padding-left: 10px;
    float: right;
  }
  .footer-link.float.heartburst-credit {
    line-height: 26px;
  }
  .footer-text {
    margin: 43px;
  }
  .page-banner {
    margin-top: 80px;
  }
  .content-panel {
    height: auto;
    padding: 40px 30px;
  }
  .content-panel.cranesafe-panel {
    padding-right: 40px;
    padding-left: 40px;
  }
  .content-container {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .right-col {
    width: 100%;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .subscribe {
    margin-bottom: 30px;
  }
  .nav-container {
    padding: 0px 60px 0px 20px;
  }
  .banner-area {
    height: 480px;
    margin-top: 79px;
  }
  .brand {
    width: 100px;
    margin-top: 10px;
    margin-bottom: 12px;
  }
  .brand.w--current {
    margin-top: 10px;
  }
  .menu-button {
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 22px;
    margin-right: 20px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: right;
    clear: none;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .menu-button._2 {
    top: 25px;
    right: 31px;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
  }
  .grey-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .detail-page-buttons {
    padding-right: 30px;
    padding-left: 30px;
    background-color: #fff;
  }
  .grid-content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .grid-item {
    width: 47%;
  }
  .grid-item.grid-half {
    margin-left: 1%;
  }
  .grid-text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .detail-page-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .blog-article-text {
    padding-right: 60px;
    padding-left: 60px;
  }
  .map {
    margin-top: 80px;
  }
  .article {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .banner-para {
    max-width: 720px;
    font-size: 20px;
    line-height: 36px;
  }
  .grid-list.grid-list-home {
    text-align: left;
  }
  .home-banner-heading {
    max-width: 720px;
  }
  .top-line-menu-line {
    position: absolute;
    top: 18px;
    width: 40px;
    height: 2px;
    background-color: #003f72;
  }
  .middle-line-menu-line {
    position: absolute;
    top: 28px;
    width: 40px;
    height: 2px;
    background-color: #003f72;
  }
  .bottom-line-menu-line {
    position: absolute;
    top: 38px;
    width: 40px;
    height: 2px;
    background-color: #003f72;
  }
  .back-link-box {
    padding-left: 20px;
    background-color: #fff;
  }
  .panel-pic-box {
    width: 200px;
    height: 200px;
  }
  .panel-title {
    margin-top: 0px;
  }
  .panel-title.map-area {
    left: 43px;
  }
  .cica-bold {
    display: none;
  }
  .event-list-col {
    padding-top: 30px;
  }
  .aus-map {
    height: 280px;
  }
  .event-listing {
    width: 50%;
  }
  .event-listing.event-listing-full-width {
    width: 100%;
  }
  .date-badge.date-badge-detail-offset {
    position: static;
    margin-top: 15px;
  }
  .intro-para {
    margin-bottom: 10px;
  }
  .aus-col {
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 20px;
    text-align: center;
  }
  .video-col {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .intro-left-col {
    padding-bottom: 30px;
    padding-left: 0px;
  }
  .news-col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .member-content-right {
    padding-top: 0px;
  }
  .slider {
    overflow: visible;
    height: auto;
    padding-bottom: 60px;
  }
  .mask {
    overflow: visible;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .australia-map {
    bottom: 28px;
    margin-top: 20px;
  }
  .home-content-section {
    position: relative;
    height: 1300px;
    padding-bottom: 0px;
  }
  .wa-hover {
    left: 72px;
    top: 102px;
  }
  .nt-hover {
    top: 75px;
  }
  .qld-hover {
    top: 61px;
    left: 403px;
  }
  .sa-hover {
    top: 267px;
    left: 278px;
  }
  .nsw-hover {
    top: 295px;
    left: 443px;
  }
  .victoria {
    top: 377px;
    left: 443px;
  }
  .tas-hover {
    top: 505px;
    left: 513px;
  }
  .map-label.sa {
    bottom: 67px;
  }
  .menu-devices {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .brand-devices {
    width: 100px;
    margin: 20px 30px 20px 20px;
  }
  .logo-links-div {
    position: relative;
    display: block;
    margin-top: 29px;
    margin-right: auto;
    float: left;
  }
  .mobile-nav-menu {
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #003f72;
  }
  .dropdown-mobile {
    text-align: center;
  }
  .mobile-menu-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .nav-menu {
    margin-top: 44px;
    padding-top: 30px;
  }
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-link.cta-nav-link {
    height: auto;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 16px;
  }
  .nav-link.logo-link {
    height: auto;
    padding: 10px 10px 14px;
  }
  .nav-link.search-link {
    height: auto;
    padding: 10px 10px 14px;
  }
  .nav-link.contact {
    height: auto;
    padding-top: 10px;
    padding-bottom: 14px;
  }
  .button.subscribe-btn {
    display: block;
    width: 369px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
  }
  .page-banner {
    height: 300px;
    margin-top: 44px;
  }
  .content-panel {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-panel.photo-secondary {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content-panel.photo-primary {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content-panel.alt-light {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-box {
    width: 100%;
  }
  .text-box.subscribe-field {
    display: block;
    width: 369px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
  }
  .right-col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .subscribe {
    margin-top: 47px;
  }
  .nav-container {
    padding-left: 10px;
  }
  .banner-area {
    margin-top: 44px;
  }
  .brand {
    width: 60px;
    margin-top: 4px;
    margin-bottom: 5px;
    padding-left: 0px;
  }
  .brand.w--current {
    margin-top: 5px;
    margin-bottom: 0px;
  }
  .menu-button {
    margin-top: 0px;
    padding-top: 0px;
  }
  .grid-item {
    width: 100%;
    margin-right: 0%;
    margin-left: 0px;
  }
  .blog-article-text {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
  .map {
    height: 300px;
    margin-top: 44px;
  }
  .article {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .banner-para {
    max-width: 480px;
  }
  .subscribe-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .aside.secondary-aside.member-btn-aside {
    margin-bottom: 5px;
  }
  .aside.member-btn-aside {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .home-banner-heading {
    max-width: 480px;
  }
  .panel-title.map-area {
    left: 8px;
    top: 0px;
  }
  .nav-logo {
    height: 10px;
  }
  .magnifier-icon {
    width: 16px;
  }
  .event-listing {
    width: 100%;
  }
  .event-listing-text {
    width: 66%;
  }
  .date-badge-container.date-badge-full-width {
    width: 20%;
  }
  .aus-col {
    padding-left: 0px;
  }
  .member-btn-col-left {
    padding-right: 0px;
  }
  .member-btn-col-right {
    padding-left: 0px;
  }
  .member-news {
    padding-right: 0px;
  }
  .member-btn-col-centre {
    padding-right: 0px;
    padding-left: 0px;
  }
  .back-link {
    display: none;
  }
  .prod-detail-left {
    padding-right: 0px;
  }
  .prod-detail-right {
    padding-left: 0px;
  }
  .slider {
    padding-top: 60px;
  }
  .icon {
    margin-right: 20px;
    margin-left: 10px;
  }
  .icon-2 {
    margin-right: 10px;
  }
  .social-connect-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-left {
    margin-bottom: 20px;
  }
  .australia-map {
    left: 2px;
    top: 18px;
    right: auto;
    bottom: 24px;
    max-width: 500px;
  }
  .home-content-section {
    height: 1150px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .wa-hover {
    left: 3px;
    top: 76px;
    width: 191px;
  }
  .nt-hover {
    left: 187px;
    top: 51px;
    width: 118px;
  }
  .qld-hover {
    top: 38px;
    left: 298px;
    width: 205px;
  }
  .sa-hover {
    top: 224px;
    left: 186px;
    width: 155px;
  }
  .nsw-hover {
    top: 248px;
    left: 333px;
    width: 169px;
  }
  .victoria {
    top: 322px;
    left: 333px;
    width: 117px;
  }
  .tas-hover {
    top: 435px;
    left: 396px;
    width: 44px;
  }
  .map-label {
    padding: 0px 12px;
    font-size: 14px;
    line-height: 25px;
  }
  .logoimage {
    height: 10px;
  }
  .bold-text {
    font-size: 14px;
  }
  .brand-devices {
    width: 70px;
    margin-top: 10px;
    margin-right: 14px;
    margin-left: 10px;
  }
  .logo-links-div {
    margin-top: 8px;
    margin-right: 0px;
  }
  .mobile-menu-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  blockquote {
    font-size: 22px;
    line-height: 28px;
  }
  .nav-menu {
    width: 100%;
  }
  .nav-link.logo-link {
    display: none;
  }
  .nav-link.logo-link.mobile-logo-link {
    display: inline-block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 30px;
    text-align: left;
  }
  .nav-link.two {
    padding: 0px 0px 0px 10px;
  }
  .button {
    margin-bottom: 10px;
  }
  .button.subscribe-btn {
    width: 250px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-link.float.heartburst-credit {
    line-height: 22px;
  }
  .footer-text {
    margin-right: 20px;
    margin-bottom: 50px;
    margin-left: 20px;
    padding-right: 0px;
  }
  .page-banner {
    height: 200px;
    background-size: cover;
  }
  .content-panel {
    padding: 40px 20px;
  }
  .content-panel.photo-secondary.photo-secondary-half {
    width: 100%;
  }
  .content-panel.photo-primary.photo-primary-half {
    width: 100%;
  }
  .content-panel.alt-light {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .content-panel.cranesafe-panel {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-container {
    padding-top: 30px;
  }
  .document-download-button {
    font-size: 17px;
  }
  .external-link-button {
    font-size: 17px;
  }
  .text-box.subscribe-field {
    width: 250px;
  }
  .right-col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .subscribe {
    display: block;
    font-size: 20px;
    line-height: 28px;
  }
  .menu-button {
    margin-top: 6px;
  }
  .detail-page-buttons {
    text-align: center;
  }
  .list-item {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid-item.grid-half {
    width: 100%;
  }
  .grid-thumbnail {
    margin-bottom: 0px;
  }
  .grid-text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .blog-article-text {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .map {
    height: 300px;
  }
  .update-form-div {
    max-width: 300px;
  }
  .article {
    padding-right: 0px;
    padding-left: 0px;
  }
  .banner-para {
    max-width: 300px;
    font-size: 20px;
    line-height: 32px;
  }
  .subscribe-panel {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .aside.member-btn-aside {
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
  }
  .grid-list {
    padding-bottom: 30px;
  }
  .grid-list.grid-list-home {
    display: block;
    width: 100%;
  }
  .form-container {
    padding: 10px 20px;
  }
  .home-banner-heading {
    max-width: 300px;
    font-size: 28px;
    line-height: 36px;
  }
  .panel-pic-col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .panel-text-col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .panel-title.map-area {
    left: 5px;
  }
  .social-icons {
    margin-top: 10px;
  }
  .page-link {
    padding: 10px;
  }
  .nav-logo.nav-logo-mobile {
    height: 14px;
  }
  .event-list-col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .event-listing-text.event-text-full-width {
    width: 100%;
  }
  .date-badge-container {
    width: 33%;
  }
  .date-badge-container.date-badge-full-width {
    width: 100%;
    margin-bottom: 15px;
  }
  .standards-promos {
    display: block;
  }
  .footer-ctas {
    display: block;
  }
  .intro-left-col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .breadcrumb-box {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .page-name {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }
  .heading-white {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }
  .member-content-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .member-btn {
    font-size: 16px;
  }
  .member-news-header {
    padding-bottom: 5px;
    padding-left: 0px;
    font-size: 28px;
    line-height: 36px;
  }
  .member-menu {
    width: 100%;
    padding-left: 50px;
  }
  .user-name {
    margin-right: 15px;
    font-size: 14px;
  }
  .white-link {
    margin-right: 15px;
    font-size: 14px;
  }
  .member-btn-txt {
    margin-bottom: 15px;
    line-height: 24px;
  }
  .branch-info-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .branch-info-centre {
    padding-right: 0px;
    padding-left: 0px;
  }
  .branch-info-right {
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .branch-feeds-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .branch-feeds-centre {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .australia-map {
    left: 4px;
    max-width: 250px;
  }
  .australia-map-div-container {
    margin-top: 55px;
  }
  .home-content-section {
    height: 900px;
  }
  .wa-hover {
    left: 5px;
    top: 58px;
    width: 95px;
  }
  .nt-hover {
    left: 96px;
    top: 43px;
    width: 60px;
  }
  .qld-hover {
    top: 38px;
    left: 152px;
    width: 103px;
  }
  .sa-hover {
    top: 132px;
    left: 96px;
    width: 77px;
  }
  .nsw-hover {
    top: 143px;
    left: 170px;
    width: 84px;
  }
  .victoria {
    top: 180px;
    left: 170px;
    width: 59px;
  }
  .tas-hover {
    top: 230px;
    left: 201px;
    width: 22px;
  }
  .map-label {
    bottom: 40px;
  }
  .map-label.qld {
    right: 4px;
    bottom: 36px;
  }
  .map-label.vic {
    bottom: -10px;
  }
  .map-label.tas {
    bottom: -11px;
  }
  .map-label.nt {
    right: -9px;
    bottom: 57px;
  }
  .map-label.wa {
    top: 56px;
  }
  .map-label.sa {
    left: 23px;
    bottom: 18px;
  }
  .logolink.full {
    width: 100%;
    margin-bottom: 2px;
  }
  .logolink.mobilelink {
    width: 100%;
    margin-bottom: 2px;
    padding-top: 5px;
    background-color: hsla(0, 0%, 100%, .3);
    text-align: left;
  }
  .logolink.mobilelink:hover {
    background-color: hsla(0, 0%, 100%, .4);
  }
  .cica-login.full {
    display: block;
    margin-right: 0px;
    text-align: center;
  }
  .brand-devices {
    width: 80px;
  }
  .logo-links-div {
    margin-left: 39px;
  }
  .white-menu-text {
    display: inline-block;
    padding-left: 10px;
    color: #fff;
  }
}

