html, body, .default-section .box-link {
  color: #1B1B1B;
}

body,.tabs-title>a {
  font-size: 16px;
}

/**************************
FONT
**************************/

@font-face {
    font-family: 'Telstra Akkurat';
    src: url('../fonts/akkurat/TelstraAkkurat-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Telstra Akkurat';
    src: url('../fonts/akkurat/TelstraAkkurat-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Telstra Akkurat';
    src: url('../fonts/akkurat/TelstraAkkurat-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@media(max-width: 1023px) {
    .error404 .hero .bg-image {
        background-position: 12% 0;
    }
}
.error404 .hero-banner-message {
    color: #000;
}
.ginput_recaptcha {
    margin-bottom: 14px;
}


/**************************
SITE WIDTH - START
**************************/
/*Default Width - START*/
.default-width .grid-container {
  max-width: 1440px;
}

.default-width .small-container .grid-container {
  max-width: 540px;
}

.default-width .medium-container .grid-container {
  max-width: 720px;
}

.default-width .large-container .grid-container {
  max-width: 960px;
}

/*Default Width - END*/
/*Wide Layout - START*/
.wide-layout .grid-container {
  max-width: 1440px;
}

.wide-layout .small-container .grid-container {
  max-width: 1000px;
}

.wide-layout .medium-container .grid-container {
  max-width: 1200px;
}

.wide-layout .large-container .grid-container {
  max-width: 1600px;
}

/*Wide Layout - END*/
/**************************
SITE WIDTH - END
**************************/
/**************************
TYPOGRAPHY - START
**************************/
/*General - START*/
body {
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.3;  
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.2rem;
  font-family:"Telstra Akkurat" !important;
}


body{
      font-family:"Telstra Akkurat"  !important;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

h1, .h1 {
  font-size: 2.375rem;
}

h2, .h2 {
  font-size: 2.375rem;
}

h3, .h3 {
  font-size: 1.375rem;
}

h4, .h4 {
  font-size: 1.3rem;
}

h5, .h5 {
  font-size: 1.2rem;
}

h6, .h6 {
  font-size: 1.1rem;
}
p {
  font-size: 1rem;
}

.lead {
  font-size: 20px;
  font-weight: 600;
}

@media (min-width: 641px) {
  h1, .h1 {
    font-size: 36px;
  }

  h2, .h2 {
    font-size: 30px;
  }

  /*h3, .h3 {*/
  /*  font-size: 24px;*/
  /*}*/

  h4, .h4 {
    font-size: 20px;
  }

  h5, .h5 {
    font-size: 16px;
  }

  h6, .h6 {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  body {
    font-size: 18px;
  }
  
  h1, .h1 {
    font-size: 40px;
  }

  h2, .h2 {
    font-size: 34px;
  }

  /*h3, .h3 {*/
  /*  font-size: 28px;*/
  /*}*/

  h4, .h4 {
    font-size: 24px;
  }

  h5, .h5 {
    font-size: 18px;
  }

  h6, .h6 {
    font-size: 14px;
  }
}

/*General - END*/
/**************************
TYPOGRAPHY - END
**************************/
/**************************
BUTTONS - START
**************************/
.button {
  padding: 12px 18px;
  font-size: 16px;
}

/*************************
BUTTONS - END
**************************/
/*************************
HELPERS - START
**************************/
/*Lists - START*/
.checklist li, .page-element.checklist ul li {
  padding-left: 26px;
}

.checklist li:before, .page-element.checklist ul li:before {
  font-weight: 900;
}

ol.steps-list, .page-element.steps-list ol {
  padding: 0;
}

ol.steps-list li, .page-element.steps-list ol li {
  padding: 20px 15px 20px 75px;
}

ol.steps-list li:before, .page-element.steps-list ol li:before {
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  margin-top: -3px;
  font-weight: bold;
  text-align: center;
}

/*Lists - END*/
/*No Border Table - START*/
.page-element table.no-border {
  margin: 0 0 32px;
}

.page-element table.no-border th {
  padding: 2px 14px 2px 0;
}

.page-element table.no-border td {
  padding: 2px 8px;
}

/*No Border Table - END*/
/*Slope - START*/
.slope-top-left-right, .slope-top-right-left, .slope-bottom-left-right, .slope-bottom-right-left {
  position: relative;
}

.slope-top-left-right:before, .slope-top-right-left:before, .slope-bottom-left-right:after, .slope-bottom-right-left:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 85px solid transparent;
  border-bottom: 85px solid transparent;
}

.slope-top-left-right:before, .slope-top-right-left:before {
  top: -85px;
}

.slope-bottom-left-right:before, .slope-bottom-right-left:after {
  bottom: -85px;
}

.slope-top-left-right:before, .slope-bottom-right-left:after {
  border-right: 100vw solid #fff;
}

.slope-top-right-left:before, .slope-bottom-left-right:after {
  border-left: 100vw solid #fff;
}

/*Slope - END*/
/*************************
HELPERS - END
**************************/
/**************************
HEADER - START
**************************/
.header .top-header {
  padding: 0;
}

.header .top-header ul.contact-info li:not(:last-child) {	
  border-right: 1px solid #ccc;	
}

.header .top-header .menu a {
  font-size: 12px;
  padding-left: 0;
}

.header .top-header .menu {
  text-align: right;
  display: inline-block;
  width: 100%;
}

.header .top-header ul li.social-icon {
  margin-top: 5px;
  margin-right: 5px;
  padding: 0;
}

.header .top-header ul li.social-icon a {
  padding: 5px 0;
  text-align: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
}

.header .button {	
  color: #fff;	
  padding: 8px 12px;	
  font-size: 12px;	
}

.header .logo-wrap {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0;
}

.header .logo-wrap .no-logo {
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
}
.header .top-bar {
        padding: 23px 0;
}

.header .top-bar .menu .active>a {
    border-top: 0;
    margin-top: .7rem;
}

.top-bar-left{
    padding: 0;
}

.header .top-bar .top-bar-right.hide-for-large {
  margin-top: 10px;
}

.header .top-bar .top-bar-right.hide-for-large .menu a {
  padding: 5px;
  margin-right: 10px;
}

.header .top-bar .top-bar-right.hide-for-large .menu .phone i {
  font-size: 22px;
}

.header .top-bar .top-bar-right.hide-for-large .menu .phone .number {
  display: none;
}

.header .menu a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.header .top-bar .menu .active>a, .header .top-bar .menu>a:hover, .header .top-bar .menu>a:focus {
  color: #fff;
}

.header .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  font-family: 'FontAwesome';
  content: '\f107';
  font-weight: 900;
  border: none;
  right: 14px;
  margin-top: -7px;
}

.header .menu .is-dropdown-submenu li a {
  padding: 10px 8px;
}

body:not(.header-light) .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  color: #fff;
}

@media (min-width: 641px) {
  .header.default-header-layout .top-bar .top-bar-left {
    width: 20%;
  }

  .header.header-layout-1 .top-bar .top-bar-left {
    width: 16.66%;
  }

  .header.default-header-layout .top-bar .top-bar-right, .header.header-layout-1 .top-bar .top-bar-right {
    width: auto;
    float: right;
    margin-left: auto;
  }
}

@media (min-width: 1024px) {
    
  .header.header-layout-1 .top-bar .top-bar-left {
    width: 22%;
  }

  .header.header-layout-1 .top-bar .top-bar-right {
    margin-top: 5px;
  }

  .header .menu .submenu li a:hover {
    padding-left: 10px;
  }
}

/* Default & Light Header - START*/	
.header-default .header, .header-light .header {	
  background-color: #fff;	
  color: #1b1b1b;	
}	
.header-default .header .top-header, .header-light .header .top-header {	
  background-color: #fff;	
  color: #1b1b1b;	
}	
.header-default .header .top-header a, .header-light .header .top-header a {	
  color: #1b1b1b;	
}	
.header-default .header .menu .is-dropdown-submenu li a, .header-light .header .menu .is-dropdown-submenu li a {	
  background-color: #fff;	
}	
/* Default & Light Header - END*/	
/* Dark & Theme Header - START*/	
.header-dark .header .menu .is-dropdown-submenu li a {	
  background-color: #000;	
}	
/* Dark & Theme Header - END*/	
/* Transparent Header - START*/	
.header-transparent .top-header {	
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);	
}	
/* Transparent Header - END*/

/* Sticky Header - START*/
.sticky-header.scrolled .header {
  box-shadow: 0 2px 8px 0px rgba(0, 0, 0, .35);
}

.sticky-header .header .logo-wrap {
  width: 100%;
  transition: all 1s;
}

.sticky-header.scrolled .header .logo-wrap {
  width: 80%;
  transition: all 1s;
}

/* Sticky Header - END*/
/**************************
HEADER - END
**************************/
/**************************
MOBILE MENU - START
**************************/
.custom-mobile-menu {	
  font-weight: 600;	
  border: 1px solid #CCC;	
  padding: 8px 16px;	
}	
.off-canvas .menu li {	
    border-bottom: 1px solid;	
}	
.off-canvas .menu .is-accordion-submenu-parent > a::after {	
    content: '\f0da';	
    font-family: 'Font Awesome 5 Pro';	
    font-weight: 600;	
    position: absolute;	
    top: 0;	
    right: 0;	
    bottom: 0;	
    left: auto;	
    margin: auto;	
    display: flex;	
    justify-content: center;	
    align-items: center;	
    width: 20px;	
    height: 20px;	
    transition: all .25s ease-in-out;	
}	
.off-canvas .menu .is-accordion-submenu-parent[aria-expanded="true"] > a::after{	
    transform: rotate(90deg);	
}	
.off-canvas .menu .is-accordion-submenu-parent > a {	
    position: relative;	
}

.off-canvas .menu li.is-accordion-submenu-item a {
  padding-left: 30px;
}

img.logo.show-for-large {
    width: 163px !important;
    height: 56.5px;
}

.off-canvas .menu a {
  color: #fff
}

.off-canvas .menu-button {
  margin-left: 0;
}

/**************************
MOBILE MENU - END
**************************/
/**************************
HERO - START
**************************/
.hero .article-header,	
.hero .hero-banner-message {	
  padding-top: 50px;	
  padding-bottom: 50px;	
  width: 100%;	
}

.hero.slider-carousel-banner .hero-banner-message {
  background-color: rgba(0, 0, 0, .7);
  padding: 40px 25px 18px;
}

.hero .hero-bg-overlay {
  display: none;
}

.hero .article-header h1, .hero .hero-banner-message h1, .hero .hero-banner-message h2.h1 {
  font-size: 30px;
  line-height: 1.1;
}

.hero .hero-banner-message p {
  font-size: 22px;
  line-height: 1.1;
}

.hero-form {	
  text-align: left;	
}	
.hero-form input[type="submit"],	
.hero-form button[type="submit"] {	
  border: 1px solid #FFF;	
  background-color: transparent;	
}	
.hero-form header {	
  margin-bottom: 24px;	
}

.hero .slick-dots {	
  z-index: 1;	
  bottom: 0;	
}	
.hero .slick-dots li button:before {	
  color: #fff;	
  font-size: 15px;	
  opacity: .35;	
}	
.hero.form-layout-1.form-side .hero-form {	
  border-radius: 10px;	
}	
.hero.form-layout-2.form-inline .gform_wrapper input,	
.hero.form-layout-2.form-inline .gform_wrapper select {	
  height: 50px;	
}	
.hero.form-layout-2.form-inline .gform_wrapper textarea[rows] {	
  height: 80px;	
}

.hero .hic-button-wrap .button {
  margin: 1rem 0 0;
  min-width: 140px;
}

.hero .hero-banner-message .secondary-white-button {
  margin-left: 20px;
}

.hero .hic-booking-form {
  position: absolute;
  right: 0;
  width: 600px;
  height: 100%;
  top: 0;
}

@media (min-width: 641px) {
  .hero.slider-carousel-banner .default-alignment .hero-banner-message, .hero.slider-carousel-banner .text-left .hero-banner-message {
    max-width: 400px;
    margin-left: 10%;
  }
  
  .hero .article-header h1, .hero .hero-banner-message h1, .hero .hero-banner-message h2.h1 {	
    font-size: 40px;	
  }
}

@media (min-width: 1024px) {
   .hero .article-header h1, .hero .hero-banner-message h1, .hero .hero-banner-message h2.h1 {	
    font-size: 48px;	
  }
  
  .hero.slider-carousel-banner.default-height {
    min-height: 500px;
  }

  .hero .hero-banner-message p {
    font-size: 28px;
  }
}

@media (min-width: 1280px) {
  .hero.slider-carousel-banner.default-height {
    min-height: 600px;
  }
}

/**************************
HERO - END
**************************/
/**************************
PAGE ELEMENTS - START
**************************/
.section-title span {	
  font-size: 16px;	
  text-transform: uppercase;	
  display: block;	
  font-weight: 700;	
  letter-spacing: 4px;	
  margin-bottom: 5px;	
}

.large-2 .hic-title h3 {	
    font-size: 18px;	
}

.section-header .sub-heading {	
  font-size: 18px;	
  font-weight: 400;	
}

.hic-title h3 {	
  font-size: 1.5rem;	
}

.hic-blurb p:last-child {	
  margin-bottom: 0;	
}
/*General - START*/
.dark-section, .theme-section {
  color: #fff;
}

.page-element {
  padding: 30px 0;
}

.page-element.has-bg-img {
  color: #fff;
}

.page-element.has-bg-img .bg-image:before {
  background-color: rgba(10, 0, 0, .15);
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.section-header {
  margin-bottom: 20px;
}

.default-alignment .section-header, .default-alignment .section-footer {
  text-align: center;
}

.page-element .grid .cell:not(:last-child) .hic-box {
  margin-bottom: 30px;
}

.default-section.testimonial-element .hic-box, .light-section.testimonial-element .hic-box, .page-element.box-border .hic-box {
  border: 1px solid #e9e9e9;
}

.page-element.box-shadow .hic-box {
  box-shadow: 4px 8px 12px 0 rgba(0, 0, 0, .15);
}

.hic-image, .gallery-image {
  height: 250px;
}

.hic-image-container.has-video {
  height: 300px;
}

.hic-content {
  padding: 30px 20px 20px;
}

.page-element .hic-title {
   text-align:center;
}

.image-overlay-content .hic-box {
  position: relative;
  border: 0;
}

.image-overlay-content .hic-content {
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .6);
  margin-bottom: 0;
  padding: 10px 0;
  border-top: 2px solid;
  color: #fff;
  justify-content: center;	
  display: flex;	
  flex-flow: column;
}

.image-overlay-content .has-video .hic-content {	
    background-color: transparent;	
    bottom: 34px;	
    height: auto;    	
    top: auto;	
}	
.image-above-content .hic-box,	
.white-boxes .hic-box,	
.grey-boxes .hic-box {	
    height: 100%;	
}	
.image-above-content:not(.grey-section):not(.has-bg-img) .hic-box,	
.grey-boxes .hic-box {	
    /*background-color: #f2f2f2;	*/
}

.image-overlay-content .hic-title h3 {
  font-size: 22px;
  margin-bottom: 0;
}

.image-overlay-content .hic-title h3::after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: relative;
  left: 5px;
}

.hic-button-wrap .button {	
  margin: 1rem 0 0;	
}	
.content-equal-height.align-button .hic-content {	
    display: flex;	
    flex-direction: column;	
    justify-content: flex-start;	
}	
.content-equal-height.align-button .hic-button-wrap {	
    justify-self: self-end;	
    margin-top: auto;	
}

.hic-box .hic-button-wrap .button {
  text-transform: none;
  text-decoration: underline;
  background-color: transparent;
  padding-left: 0;
  font-weight: 600;
}

/* HIC VIDEO BOX */
.hic-video-box .hic-image::before {
  content: '';
  display: block;
  padding-top: 60%;
}

.hic-video-box .hic-image {
  height: auto;
  position: relative;
}

.hic-video-box {
  position: relative;
  margin-bottom: 30px;
}

.hic-video-box .hic-content * {
  color: #fff;
}

.hic-video-box .hic-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 30px;
}

.video-play-container .video-play-button {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 12px;
  right: 0;
  bottom: 0;
  margin: auto;
}

.video-play-container {
  width: 50px;
  height: 50px;
  background-color: rgba(26, 26, 26, .75);
  border-radius: 50%;
  margin: auto;
  position: relative;
}

.white-titles .hic-title h3 {
  color: #fff !important;
}

.white-boxes .hic-box {
  background-color: #fff;
  color: inherit;
}

.white-boxes .hic-content {
  padding: 15px;
}

.has-video .hic-image {	
  position: relative;	
  height: 100% !important;	
}	
.has-video .hic-image::before {	
  background-color: rgba(10, 0, 0, 0.4);	
  transition: all .25s ease-in-out;	
}	
.has-video:hover .hic-image .video-play-button {	
  transform: scale(1.15);	
}	
.has-video:hover .hic-image::before {	
  background-color: rgba(10, 0, 0, 0.6);	
}	
.hic-image>* {	
  position: absolute;	
  top: 0;	
  left: 0;	
  bottom: 0;	
  right: 0;	
  height: 100%;	
  width: 100%;	
}	
.hic-video-container {	
  height: 280px;	
  position: relative;	
}	
.hic-video-container .hic-image {	
  height: 100%;	
}	
.page-element.has-excerpt .hic-blurb strong {	
  font-weight: normal;	
}	
@media (max-width: 640px){	
    .content-box-element:not(.image-overlay-content) .hic-image{	
        margin-bottom: 20px;	
    }	
    .image-left-content .has-image .hic-image, 	
    .image-right-content .has-image .hic-image{	
      margin-bottom: 24px;	
    }	
}

@media (min-width: 641px) {
  .page-element {
    padding: 50px 0;
  }

  .page-element .section-title {
    font-size: 26px;
  }
  
  .section-title span {	
    font-size: 20px;	
  }	
  .section-header .sub-heading {	
    font-size: 22px;	
  }

  .image-left-content .hic-content {
    padding-left: 30px;
  }

  .image-right-content .hic-content {
    padding-right: 30px;
  }

  .image-left-content .hic-image, .image-right-content .hic-image {
    height: 275px;
  }

  .image-left-content .medium-12 .hic-image, .image-right-content .medium-12 .hic-image {
    height: 330px;
  }

  .image-right-content.then-left .hic-content,	
  .image-left-content.then-right .hic-content{	
    padding-bottom: 30px;	
    padding-top: 30px;	
  }	
  .image-right-content.then-left.grid .section-body .cell.medium-12,	
  .image-left-content.then-right.grid .section-body .cell.medium-12{	
      margin-bottom: 0;	
  }

  .image-left-content.then-right .grid .hic-content, .image-right-content.then-left .grid .hic-content {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: left;
  }
  
  .page-element.split-50-50 .hic-content {	
    align-items: center;	
    align-content: center;	
    display: flex;	
    flex-wrap: wrap;	
  }	
  .flex-image-height .hic-box .hic-image{	
    height: 100%;	
    min-height: 350px;	
  }	
  .image-above-content .hic-content {	
      padding: 22px;	
  }
}

@media (min-width: 1024px) {
  .page-element .section-title {
    font-size: 30px;
  }
}

/*General - END*/
/*Icon Layouts - START*/	
.icon-above-content.default-alignment .hic-box {	
  text-align: center;	
}	
.icon-above-content .hic-icon {	
  font-size: 60px;	
  width: 100%;	
  display: inline-block;	
}	
.icon-above-content .hic-icon img {	
  height: 75px;	
  max-width: 75px;	
  margin: 0 auto 20px;	
}	
/*Icon Layouts - END*/
/*Grid Layouts - START*/
.page-element.grid-layout-1 .section-body.grid .cell:not(:last-child) .hic-box {
  margin-bottom: 12px;
}

.page-element.grid-layout-1 .section-body.grid .hic-image {
  height: 281px;
}

@media (min-width: 641px) {
  .grid-layout-1 .grid-x>.large-4:first-child {	
    width: 66.66667%;	
  }	
  .grid-layout-1 .grid-x>.large-3:first-child {	
    width: 50%;	
  }
  .grid-layout-1 .grid-x>.medium-4:first-child {
    width: 66.66667%;
  }

  .page-element.grid-layout-1 .section-body.grid {
    padding-left: 9px;
    padding-right: 9px;
  }

  .page-element.grid-layout-1 .section-body.grid .cell {
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 12px;
  }
}

/*Grid Layouts - END*/
/**************************
PAGE ELEMENTS - END
**************************/
/**************************	
#TESTIMONIAL ELEMENT - START	
**************************/	
.testimonial-element.content-only .hic-content {	
  position: relative;	
}	
.testimonial-element.content-only .hic-content {	
  padding-top: 70px;	
}	
.testimonial-element.content-only .hic-content:before {	
  content: "\f10d";	
  position: absolute;	
  left: 20px;	
  top: 20px;	
  font-family: 'Font Awesome 5 Pro';	
  font-weight: 900;	
  font-size: 28px;	
}	
.testimonial-element .client-details {	
  margin-top: 20px;	
}	
.testimonial-element .client-name {	
  font-weight: 600;	
}	
.testimonial-element .client-name {	
  font-weight: 600;	
}	
.single .testimonial-element.default-alignment {	
  text-align: center;	
}	
.single .testimonial-element.default-section {	
  background-color: #f2f2f2;	
}	
.single .testimonial-element.default-section .hic-box {	
  background-color: #FFF;	
  padding: 50px;	
}	
.single .testimonial-element .grid-container {	
  max-width: 950px;	
}	
.single .testimonial-element .hic-image {	
    height: 250px;	
    width: 250px;	
    margin: 26px auto;	
    border-radius: 50%;	
}	
.page-element.testimonial-element.default-section.has-bg-img {	
  color: #1B1B1B;	
}	
/**************************	
TESTIMONIALS ELEMENT - END	
**************************/
/**************************	
#ACCORDION - START	
**************************/	
.accordion-element .accordion-title {	
  font-size: 20px;	
}

@media(min-width: 1024px) {	
  .accordion-element.layout-1 .section-body .cell,	
  .accordion-element.layout-2 .section-body .cell {	
    width: 50%;	
  }	
  .accordion-element.layout-2 .section-body .feature-image {	
    order: 2;	
  }	
}	
/**************************	
ACCORDION - END	
**************************/
/**************************	
#FORMS - START	
**************************/	
.gfield_html {	
    margin-bottom: 16px;	
}	
.field-disclaimer {	
    padding: 16px;	
    	
}	
.default-section:not(.has-bg-img) .field-disclaimer,	
.light-section .field-disclaimer{	
    background-color: #F2F2F2;	
}	
.field-disclaimer {	
    font-size: 14px;	
}	
@media(max-width: 640px) {	
  .input-group {	
    flex-flow: column;	
  }	
}	
/**************************	
FORMS - END	
**************************/
/*********************	
#General Form Styling	
*********************/	
.general-form .gform-wrapper {	
  margin: 0 !important;	
}	
.general-form .gform_body {	
  display: table;	
  width: 100%;	
}	
.general-form .gform_footer {	
  text-align: center;	
}	
.general-form .gfield {	
  margin-bottom: 18px;	
}	
.general-form .gfield input, .general-form .gfield select, .general-form .gfield textarea {	
  margin-bottom: 0 !important;	
}	
.general-form .gfield .gfield_label {	
  font-size: 14px;	
  font-weight: 700;	
  line-height: 1.4;	
  margin-bottom: 8px;	
}	
.general-form .gfield select:focus {	
  outline: none !important;	
}	
.general-form .gfield.gfield_html ul {	
  list-style: disc;	
  font-size: 16px;	
  margin-left: 36px;	
}	
.general-form .gfield.inline-price-field .gfield_label,	
.general-form .gfield.inline-price-field .ginput_container_product_price {	
  display: inline-block;	
}	
.general-form .gfield_required {	
  color: #A90000;	
}	
.general-form .gform_fields .gfield.gfield_total {	
  border: 2px dashed #ccc;	
  padding: 8px;	
  text-align: center;	
}	
.general-form .gform_fields .gfield.gfield_total .ginput_total {	
  margin-left: 8px;	
  font-weight: 700;	
}	
.general-form .gform_fields .gfield.gfield_total .gfield_label,	
.general-form .gform_fields .gfield.gfield_total .ginput_container_total {	
  font-size: 18px;	
  display: inline-block;	
}	
.general-form .gform_confirmation_message {	
  text-align: center;	
  font-weight: 700;	
}	
.general-form .charleft, .general-form .gfield_description, .general-form .screen-reader-text {	
  font-style: italic;	
  margin-top: 4px;	
  color: #666;	
  padding: 0px 8px;	
}	
.general-form .gfield_price .ginput_container_singleproduct span,	
.general-form .charleft, .general-form .gfield_description, .general-form .screen-reader-text,	
.general-form .gfield, .general-form .ginput_container_creditcard label {	
  font-size: 12px;	
}	
.general-form .ginput_container_date img {	
  display: none !important;	
}	
.general-form .datepicker {	
  background-image: url(../images/calendar-icon.png);	
  background-size: 18px;	
  background-repeat: no-repeat;	
  background-position: 95% 13px;	
}	
.general-form .gform_drop_area {	
  position: relative;	
  border: 2px dashed #CCC;	
  text-align: center;	
  padding: 24px;	
}	
.general-form .ginput_container_fileupload .validation_message {	
  margin-top: 0 !important;	
}	
.general-form .gform_fileupload_multifile .gform_button_select_files {	
  font-size: 12px !important;	
  background-color: #fff !important;	
  color: #585858;	
  border-radius: 6px !important;	
  padding: 4px;	
  height: auto;	
  font-weight: 600;	
  margin-left: 12px !important;	
  box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.1);	
  border: 1px solid #ccc !important;	
}	
.general-form .ginput_container_creditcard label {	
  margin-left: 12px;	
  margin-bottom: 16px;	
}	
.general-form .ginput_card_security_code_icon {	
  transform: translateX(12px);	
}	
.general-form .gfield_description.validation_message {	
  color: #A90000;	
  margin: -10px 0 0;	
}	
.general-form .gf_progressbar_wrapper {	
  margin-bottom: 24px;	
}	
.general-form .gf_progressbar_title {	
  font-size: 16px;	
  text-align: center;	
}	
.general-form .gf_progressbar_percentage {	
  background-color: #333;	
}	
.general-form .gf_progressbar {	
  background-color: #FFF;	
  border-radius: 40px;	
  overflow: hidden;	
}	
.general-form .gf_progressbar span {	
  color: #FFF;	
  font-weight: 700;	
  padding-left: 16px;	
  font-size: 16px;	
}	
.general-form .gform_page_footer .button {	
  margin: 4px 0;	
  min-width: 160px;	
}	
.general-form .gform_page_footer input:not([type=submit]) {	
  background-color: #444;	
}	
.general-form .gform_page_footer input:not([type=submit]):hover {	
  background-color: #000;	
}	
.general-form .gform_page_footer input[type="Submit"]:hover {	
  background-color: #000;	
  color: #FFF;	
}	
.general-form .center-buttons .gform_page_footer {	
  text-align: center;	
}	
.general-form .gsection {	
  border-bottom: 1px solid #CCC;	
}	
.general-form .gsection_title {	
  font-size: 18px;	
}	
.general-form .ginput_quantity {	
  display: inline-block;	
  width: 100px;	
}	
.general-form .gfield_checkbox,	
.general-form .gfield_radio {	
  margin-left: 14px;	
}	
.general-form .gfield_checkbox li label,	
.general-form .gfield_radio li label {	
  font-size: 12px;	
  line-height: 1.9;	
  vertical-align: bottom;	
}	
.general-form .gfield_checkbox li {	
  display: block;	
  width: 100%;	
}	
.general-form .gform_card_icon {	
  display: inline-block;	
  font-size: 0;	
  margin-right: 16px;	
}	
.general-form .gform_card_icon:before {	
  font-family: "Font Awesome 5 Brands";	
  font-size: 40px;	
  opacity: .6;	
}	
.general-form .gform_card_icon.gform_card_icon_selected:before {	
  opacity: 1;	
}	
.general-form .gform_card_icon_amex:before {	
  content: '\f1f3';	
}	
.general-form .gform_card_icon_visa:before {	
  content: '\f1f0';	
}	
.general-form .gform_card_icon_mastercard:before {	
  content: '\f1f1';	
}	
.general-form .ginput_card_security_code_icon:before {	
  font-family: "Font Awesome 5 Free";	
  font-size: 12px;	
  content: '\f023';	
  font-weight: 900;	
}	
.general-form .ginput_card_security_code_icon+label,	
.general-form .ginput_card_security_code_icon {	
  display: inline-block;	
}	
.general-form.main-contact-form .gform_wrapper {	
  margin-bottom: 0;	
}	
.general-form.general-form-style-1 .gform_wrapper .cell {	
  padding: 0 16px;	
}	
.general-form.general-form-style-1 .gform_footer input[type="submit"]:hover {	
  background-color: #000;	
  color: #FFF;	
}	
.general-form.general-form-style-1 .inner-section>.grid-container {	
  background-color: #f2f2f2;	
  padding-top: 24px;	
  padding-bottom: 24px;	
}	
body .general-form .gform_wrapper .gfield input, body .general-form .gform_wrapper .gfield select, body .general-form .gform_wrapper .gfield textarea {	
  border: 1px solid #eaeaea;	
  font-size: 12px;	
  background-color: #fff;	
  padding-left: 14px !important;	
  padding-right: 14px !important;	
}	
body .general-form .gform_wrapper .gfield input[type="file"] {	
  font-size: 14px;	
  line-height: 1;	
  background-color: transparent !important;	
  border: none;	
  height: auto;	
}	
body .general-form .gform_wrapper .gfield.disabled-input input.ginput_amount {	
  background-color: transparent !important;	
  border: none;	
  font-weight: 700;	
  color: #a90000;	
}
/**************************
MAP FORMS PAGE ELEMENT - START
**************************/
.contact-layout-1 .sub-map iframe {	
    width: 100%;	
    display: block;	
}	
.contact-layout-1 .sub-map > p {	
    margin: 0;	
}	

.map-form-element.contact-layout-2 .grid-x>.medium-5, .map-form-element.contact-layout-2 .grid-x>.medium-7 {
  width: 100%;
}

.map-form-element.contact-layout-2:not(.inline-form) .gform_wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.map-form-element .contact-details .contact-address {
    padding: 0;
}
.map-form-element .contact-address i {
    display: none;
}

.form-featured-image .featured-image {	
  height: 100%;	
}	
.pe-form-column:only-child {	
  width: 100%;	
}	

.map-form-element.contact-layout-1.has-map #sub_map {
    padding-top: 30px;
}

.map-form-element .contact-details .contact-email i::before {
    content: 'E:';
}
.map-form-element .contact-details .contact-phone i::before {
    content: 'P:';
}
@media (min-width: 641px) {	
  .default-contact-layout.default-alignment .section-header {	
    text-align: left;	
  }	
  
  .map-form-element.contact-layout-1 .cell {
    width: 50%;
  }
  
  .map-form-element.contact-layout-1.has-map #sub_map {
    padding-top: 50px;
}
}	
@media (min-width: 1024px) {	
  .map-form-element.has-bg-img .bg-float:before {	
    background: rgba(27, 31, 42, 0.8);	
  }	
}	
@media (max-width: 640px) {	
  .map-form-element.image-contain .featured-image {	
    height: auto;	
  }	
  .map-form-element.image-contain .featured-image::before {	
    content: '';	
    width: 100%;	
    height: auto;	
    display: block;	
    padding-top: 60%;	
  }	
}
/**************************
MAP FORMS PAGE ELEMENT - END
**************************/
/*************************	
#LOCATION - START	
**************************/	
.location-map {	
  height: 700px;	
}	
/**************************	
#LOCATION - END	
**************************/
/****************************************	
#POST SELECTION START	
****************************************/	
@media(min-width: 641px) {	
  .hic-simple-select-element .input-group {	
    align-items: center;	
    justify-content: center;	
  }	
  .hic-simple-select-element h4 {	
    font-size: 16px;	
    margin-bottom: 0;	
    margin-right: 24px;	
  }	
  .hic-simple-select-element select {	
    background-position: right 0 center;	
    max-width: 300px;	
    margin-bottom: 0;	
  }	
}	
@media(min-width: 1024px) {	
  .hic-simple-select-element h4 {	
    font-size: 24px;	
  }	
  .hic-simple-select-element select {	
    max-width: 450px;	
    padding: 12px 16px;	
    height: auto;	
  }	
}	
/****************************************	
#POST SELECTION END	
****************************************/
/**************************
ENTRY CONTENT - START
**************************/
.entry-content .wp-post-image {
  margin-bottom: 20px;
}

.post-byline li {
  display: inline-block;
  margin-right: 8px;
  border-right: 1px solid #ccc;
  padding-right: 8px;
  line-height: 1;
}

.post-byline li:last-child {
  border-right: none;
}

 {	
  margin-left: auto;	
  margin-right: auto;	
}	
.page-title .vcard {	
  border: 0px;	
  padding: 0px;	
}	
.byline {	
  color: #999;	
}	
.entry-content img {	
  max-width: 100%;	
  height: auto;	
}	
.entry-content .alignleft, .entry-content img.alignleft {	
  margin-right: 1.5em;	
  display: inline;	
}	
.entry-content .alignright, .entry-content img.alignright {	
  margin-left: 1.5em;	
  display: inline;	
}	
.entry-content .aligncenter, .entry-content img.aligncenter {	
  margin-right: auto;	
  margin-left: auto;	
  display: block;	
  clear: both;	
}	
.entry-content video, .entry-content object {	
  max-width: 100%;	
  height: auto;	
}	
.entry-content pre {	
  background: #eee;	
  border: 1px solid #cecece;	
  padding: 10px;	
}	
.wp-caption {	
  max-width: 100%;	
  background: #eee;	
  padding: 5px;	
}	
.wp-caption img {	
  max-width: 100%;	
  margin-bottom: 0;	
  width: 100%;	
}	
.wp-caption p.wp-caption-text {	
  font-size: 0.85em;	
  margin: 4px 0 7px;	
  text-align: center;	
}
/**************************
ENTRY CONTENT - END
**************************/
/**************************	
TEAM MEMBER PAGE - START	
**************************/	
.single-team .hero {height: 398px;}	
.agent-sinlge-header .grid-x {	
    width: 100%;	
}	
.single-team.subpage .main-content {padding-bottom: 0;}	
.agent-sinlge-header {position: absolute; height: 100%; width: 100%;  top: 0;}	
.agent-sinlge-header .inner {height: 100%}	
.agent-sinlge-header .ash-container {max-width: 650px; width: 90%; margin: 80px auto 0 auto; background-color: rgba(255, 255, 255, 0.68); padding: 34px; border-radius: 4px; box-shadow: 0 2px 8px 0 rgba(0,0,0, .4);}	
.agent-sinlge-header .agent-avatar {  height: 120px; width: 120px; border-radius: 50%; margin: 0 auto; border: 2px solid #1b1f2a;}	
.agent-sinlge-header .agent-details {color: #1b1b1b;}	
.agent-sinlge-header .agent-name {color: #FFF; font-weight: 700; font-size: 20px;}	
.agent-sinlge-header .agent-position  {color: #FFF;margin-bottom: 12px;}	
.agent-sinlge-header .agent-address {margin-bottom: 0;}	
.single-team .agent-bio-col, .single-team .agent-bio-col + .cell {	
    padding-bottom: 50px;	
    padding-top: 50px;	
}	
.single-team .secondary-text {font-weight: 700;} 	
.single-team .agent-phone, .single-team .agent-email, .single-team .agent-alternative-number {margin-bottom: 10px;}	
.single-team .agent-phone .accent-text, .single-team .agent-email .accent-text, .single-team .agent-alternative-number .accent-text {margin-right: 5px;}	
.agent-listing-section {padding: 50px 0; background-color: #F7F7F7;}	
.agent-listing-section .section-title {text-align: center;}	
.single-team .agent-bio-col + div > :last-child {	
    margin-bottom: 50px;	
}	
@media (min-width: 641px) {	
  	
  .agent-listing-section {padding: 80px 0;}	
  .agent-listing-section .section-title {text-align: left;}	
  .agent-sinlge-header .ash-container{	
    width: 70%;	
  }	
  .agent-sinlge-header .agent-avatar {  height: 150px; width: 150px;}	
}	
@media (min-width: 1024px) {	
  .agent-sinlge-header .agent-name {font-size: 28px;}	
  .agent-sinlge-header .agent-avatar {height: 200px; width: 200px;}	
  .agent-sinlge-header .ash-container{	
    width: auto;	
  }	
}	
/**************************	
TEAM MEMBER PAGE - END	
**************************/
/**************************
SIDEBAR - START
**************************/
.sidebar .widget {	
  margin-bottom: 25px;	
}

.sidebar .widgettitle {
  font-weight: 600;
}

.sidebar li {	
  border-bottom: 1px solid #e9e9e9;	
  padding: 6px 15px 6px 0;	
}

.sidebar li a {
  color: inherit;
  font-weight: 300;
  padding: 6px 15px;
  display: block;
  border-bottom: 1px solid #e9e9e9;
}

.sidebar .button-group .button {	
    border-radius: 0;	
    margin: 0;	
    height: auto;	
    padding: 0 15px;	
}

@media (min-width: 1024px) {
  .page-element.has-sidebar {
    padding: 0;
  }

  .page-element.has-sidebar .main-content, .page-element.has-sidebar .sidebar {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sidebar {
    width: 300px;
  }

  .has-sidebar .main-content {
    width: calc(100% - 300px);
  }

  .sidebar-right .main-content {
    padding-right: 30px;
  }

  .sidebar-right .sidebar {
    border-left: 1px solid #e9e9e9;
    padding-left: 0;
  }

  .sidebar-right .sidebar .widgettitle {
    padding-left: 15px;
  }

  .sidebar-right .sidebar li {
    padding: 0;
  }
}

/**************************
SIDEBAR - END
**************************/
/**************************	
PRODUCT - START	
**************************/	
.description-gallery .button i {	
    margin-right: 12px;	
}	
.woocommerce #respond input#submit:hover, 	
.woocommerce a.button:hover, 	
.woocommerce button.button:hover, 	
.woocommerce input.button:hover{	
  color: #fff;	
}	
.button span.cart-item-count{	
  z-index: 1;	
}	
.page-my-account.woocommerce-page .col2-set .col-2 { 	
  margin-top: 0; 	
}	
.woocommerce-account .woocommerce-MyAccount-navigation {	
  border: 1px solid #e3e3e3; 	
  box-shadow: 0 1px 4px 0 rgba(10, 0, 0, 0.15);	
}	
.woocommerce-MyAccount-navigation ul {	
  list-style-type: none; margin: 0;	
}	
.woocommerce-MyAccount-navigation ul li {	
  border-bottom: 1px solid #e3e3e3;	
}	
.woocommerce-MyAccount-navigation ul li:last-child {	
  border-bottom: 0;	
}	
.woocommerce-MyAccount-navigation ul li a {	
  color: #757575; 	
  display: block; 	
  padding: 6px 15px; 	
  background-color: #FFF;	
}	
.woocommerce-MyAccount-navigation ul li.is-active a, 	
.woocommerce-MyAccount-navigation ul li.is-active a:hover {	
  color: #fff; 	
}	
.woocommerce-page .woocommerce table.shop_table thead th, 	
.woocommerce-page .woocommerce table.shop_table th {	
    color: #fff;	
}	
.woocommerce-cart table.cart td.actions .coupon {	
  display: flex;	
  flex-wrap: wrap;	
}	
.woocommerce-cart .cart-empty.woocommerce-info{	
  width: 100%;	
}	
.listing-element .pager-column .page-numbers.current {	
    color: #fff;	
}	
.listing-element .pager-column {	
    text-align: center;	
}	
.listing-element .pager-column .page-numbers {	
    display: inline-block;	
    padding: 6px 12px;	
    background-color: #f2f2f2;	
    border-radius: 4px;	
    min-width: 40px;	
    text-align: center;	
}	
.hic-notice .woocommerce-error li .button {	
    margin-left: 12px;	
}	
@media (max-width: 640px){	
    .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .button {	
        width: 100%;	
    }	
    	
    .woocommerce-cart table.cart td.actions .coupon .input-text {	
        margin-bottom: 5px !important;	
    }	
    	
    .woocommerce-cart table.cart td.actions .coupon{	
        padding-bottom: 1rem;	
    }	
}	
@media (min-width: 641px){	
    .woocommerce-cart table.cart td.actions .coupon .input-text {	
        margin-bottom: 0 !important;	
        height: auto;	
        width: 150px;	
        margin-right: 5px !important;	
        background-color: #eee;	
    }   	
}	
@media (min-width: 641px) and (max-width: 1023px){	
    .woocommerce-cart table.cart td.actions .coupon .input-text {	
        width: 50%;	
    }	
    	
    .woocommerce-cart table.cart td.actions .coupon .button {	
        width: calc(50% - 5px);	
    }	
}	
@media (max-width: 1023px){	
  .woocommerce-account .woocommerce-MyAccount-navigation{	
    margin-bottom: 20px;	
  }	
}	
/**************************	
PRODUCT - END	
**************************/
/**************************
ACCOMMODATION - START
**************************/
/**************************
ACCOMMODATION - END
**************************/
/**************************
FORMS - START
**************************/
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url],
[type=week], textarea {
  box-shadow: none;
  border: 0;
}

label {
  font-weight: 600;
}

.default-section input:not([type=submit]), .default-section select, .default-section textarea, .light-section input:not([type=submit]), .light-section select, .light-section textarea {
  background-color: #e9e9e9;
}

.gform_wrapper .gform_title {
  font-size: 32px;
}

.gform_wrapper .gfield_label {
  font-weight: 700;
}

.gform_validation_container.gfield_visibility_visible {
  display: none !important;
}

/**************************
FORMS - END
**************************/
/**************************
MODAL - START
**************************/
.reveal {	
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);	
  border: none;	
  border-radius: 8px;	
  padding: 35px;	
}	
.reveal .button {	
  margin-bottom: 0;	
}

/**************************
MODAL - END
**************************/
/**************************
FOOTER - START
**************************/
.footer {
  padding: 30px 0;
  margin: 0;
}

.contact-details i {	
  width: 18px;	
  margin-right: 6px;	
  text-align: center;	
}	

.footer .footer-col {
  text-align: center;
  margin-bottom: 30px;
}

.footer-layout-1 .contact-details>div, .footer-layout-1 .menu li a {
  padding: 8px 0;
}

.footer-layout-1 .contact-details i {
  position: absolute;
  left: -20px;
  top: 12px;
}

body .bottom-footer {
  padding: 15px 0;
  text-align: left;
  background-color: #FFF;
}

.bottom-footer .inner-content .copyright p {
  margin-bottom: 0;
}

.bottom-footer .inner-content .menu {
  display: inline-block;
  margin: 0 auto;
}

.bottom-footer .inner-content .menu a {
  padding-top: 0;
}

@media (min-width: 641px) {
  .footer {
    padding: 40px 0;
  }

  .footer-layout-1 .footer-col {
    text-align: left;
    margin-bottom: 30px;
  }

  .footer-layout-1 .contact-details div {
    padding-left: 25px ;
  }

  .footer-layout-1 .contact-details i {
    left: 0px;
  }

  .bottom-footer .inner-content {
    text-align: left;
  }

  .bottom-footer .inner-content .copyright {
    display: inline-block;
  }

  .bottom-footer .inner-content .colophon-link {
    display: inline-block;
    float: right;
  }
}

@media (min-width: 1024px) {
  .footer {
    padding: 60px 0;
  }
}

/**************************
FOOTER - END
**************************/


/**************************
CUSTOMIZER STYLING - START
**************************/

/* navigation */
.header .menu a {
	text-transform: none;
	font-weight: 600;
	font-size: 16px;
}

.header.default-header-layout .top-bar .top-bar-left img.logo.show-for-large {
	float: left;
}


		.solutions-banner {
    min-height: unset;
    display: grid;
    align-items: center;
		min-height: 463px;
		display: grid;
		align-items: center;
		margin-bottom: 3%;
}

.home-banner{
	min-height: 463px;
	display: grid;
	align-items: center;
}

body{
	background: white;
}




/*THEME SETTING*/
h1,h2{
	color:#302f85
}

.map-view .grid-container, .map-view .cell{
	max-width:unset !important;
	padding-left:0px !important;
	padding-right:0px !important;
}

.business-solutions .grid-x.grid-padding-x.section-body{
	justify-content:center;
}

.business-solutions *{
	color:#302f85
}
.business-solutions .cell.medium-4.large-2{
	background: #ecf7fe;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 0px;
	padding-bottom: 10px;
}


.business-solutions  .hic-icon {
    text-align: center;
    margin-bottom: 0;
}

.business-solutions  .hic-content {
		padding: 0 20px 20px;
}

.our-partners .grid-x.grid-padding-x.section-body{ 
	width: 780px;
	margin: 0 auto;
	
}

.cradlepoint img {
	
	margin-top: 10px;
}


.our-showroom{
	height:570px;
}

.our-showroom .inner-section, 
.our-showroom .inner-section .grid-container,
.our-showroom .inner-section .grid-container .grid-x.grid-padding-x.section-body{
height:100%;
}

.our-showroom .cell{
	padding-right: 0px;
	padding-left: 0px	
}

.white-bg {
	background:white;
	padding: 60px 120px 64px 60px;
	position: absolute;
	left: 100px;
	width: calc(100% - 40px);
	top: 70px;
	margin-bottom: 0;
	
}
.top-bar-right.float-right.show-for-large {
    margin-top: 10px;
}

.map-view p {
	margin-bottom:0px;
	line-height: 0;
}

footer.footer.footer-layout-3{
	padding-top: 2rem;
	padding-bottom:0px;
	background:white;
} 
.cell.medium-4.large-auto.footer-col.footer-col-1 h4 {
	text-align:left;
	max-width: 500px;
	font-size: 1.625rem;
	color: #302f85;
	font-weight: bold;
}
.menu.vertical {
	flex-direction:inherit !important;
}

.logo-wrap{
	text-align: right;
}



.copyright p {
	font-size:9px
}

.cell.medium-4.large-auto.footer-col.footer-col-1 h4::after{
	content:'';
	position: absolute;
	display:block;
	margin-top: 1.5rem;
	background:black;
	width: 74%;
	height:1px
}

ul#menu-primary-footer-menu *{
	color: black;
	padding-top: 1.5rem;
	margin-bottom: -0.5rem;
	margin-right: 8px;
}

.colophon-link{
	display:none !important;
}

section.hero.page-banner.short-banner.text-left, section.hero.page-banner.default-height.default-alignment{
	    min-height: 104px;
}


.hero-banner-message h1{
margin-bottom:0px
}

.hero-banner-message {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}
.solutions-page section.page-columns.page-element.flexible-content.full-column.bg-helper.default-section.text-left .grid-container{
		background-color: #ecf7fe;
    color: #302f85;
    position: relative;
    padding: 2rem;
	
}

.solutions-page section.page-columns.page-element.flexible-content.full-column.bg-helper.default-section.text-left{
	padding: 12px 0;
}

.pt-9px{
	padding-top: 9px !important;
}

.gform_heading{
	display:none
}

@media (max-width: 767.98px) {
    .business-solutions .cell.medium-4.large-2{
        background: transparent;
        margin-left: 0;
        margin-right: 0;
    }
    
    .business-solutions .cell.medium-4.large-2 .hic-box{
        background: #ecf7fe;
    }
}

@media (max-width: 767.98px){
	 h1 {
    font-size:22.4px;
}
h2 {
    font-size: 22.4px;
}
	h3 {
    font-size: 16.8px;
}
	h4 {

		 font-size: 19.25px;
}
		p {

		 font-size: 14px;
}
	
	.header .top-bar {
    padding: 20px 0;
}
	.header .logo-wrap .logo.hide-for-large {
    max-width: 139px;
}
	.home-banner {
	background:unset;
		background-image: none !important;
	
		
}
	
		.solutions-banner {
	background:unset;
		background-image: none !important;	
}

	body {
		background:white !important;
	}
	.home-banner {
    min-height: unset;
    display: grid;
    align-items: center;
}
	

	
	section.page-columns.page-element.flexible-content.two-columns.bg-helper.home-banner.default-section.text-left{
		padding-bottom:0px
	}
	
	.business-solutions .grid-x.grid-padding-x.section-body{
		border: 12px solid transparent
	}
	.business-solutions .cell.medium-4.large-2{
		margin-bottom:12px
	}
	.blueimg-bg {
		margin-left:0px;
	}
	.white-bg {
		top:unset;
		left:unset;
		margin:14px;
		margin-top:24px;
		width:calc(100% - 28px);
		padding:14px 18px;
	}
	.white-bg h2 {
		margin-bottom:10px
	}
	.white-bg p {
		line-height:1.25
	}
	.our-showroom {
    height: 500px;
}
	.right-bg{
		margin-right:0px
	}
	.our-partners .grid-x.grid-padding-x.section-body{
		width: auto;
	}
	.our-partners .cell.medium-6.large-3 {
		width:50%;
	}
	.our-partners .hic-content{
		padding:0px
	}
	.cell.medium-4.large-auto.footer-col.footer-col-1 h4 {
    text-align: left;
    max-width: 500px;
    font-size: 1.2rem;
    color: #302f85;
    font-weight: bold;
}
	.cell.medium-4.large-auto.footer-col.footer-col-2 img.logo.hide-for-large {
		zoom:0.45;
		display:none;
		
	}
	.copyright p{
		text-align:left;
	}
	ul#menu-primary-footer-menu *{
		color: black;
    padding-top: 1rem;
    margin-bottom: -0.5rem;
    font-size: 12px;
    margin-right: 8px;
    padding-left: 0px;
	}
	.cell.medium-4.large-auto.footer-col.footer-col-2{
		margin-bottom:0
	}
	
	.cell.medium-4.large-auto.footer-col.footer-col-1 h4 {
		margin-bottom:50px
	}
	
	.cell.medium-4.large-auto.footer-col.footer-col-1 h4::after {
    content: '';
    position: absolute;
    display: block;
    margin-top: 4.6rem;
    background: black;
    width: 74%;
    height: 1px;
}
}

.d-none {
	display:none;
}

.mr-12{
	margin-right: 12px;
}
ul.accordion{
	zoom:1.2
}
.accordion-content{
	zoom:0.8;
}
.accordion-title{
	font-weight:bold;
		border:none;
		margin-bottom:12px;
	font-size:17px !important;
}

.tbtc-blog .hic-image{
	height:396px;
	background-size:contain;
	background:no-repeat;
	background-position:center;
}

.tbtc-blog .hic-blurb, .tbtc-blog .hic-button-wrap a{
font-size:1rem;
}

.accordion-element {
	padding-top: 0;
}

.tbtc-blog .hic-box .hic-button-wrap .button{
text-decoration: none;
}

.tbtc-blog .hic-box .hic-button-wrap .button:hover{
text-decoration: underline;
}

.hic-box.article-inner {
	background:#f9f9f9 !important
}
.hic-box.article-inner *{
	color:#302f85;
}

div#off-canvas ul#menu-main-menu{
	flex-direction: column !important;
}

.table-no-style,.table-no-style tbody, .table-no-style tfoot,.table-no-style thead{
	border:none;
}

.table-no-style tbody tr:nth-child(2n) {
    border-bottom: 0;
    background-color: white;
}

.table-no-style th{
	font-weight:normal;
	line-height: 8px;
	padding-left: 0px;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-669{
	background:white;
	margin: 0 4px;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-669 a {
	color:#302f85;
	font-weight:bold;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-719{
	background:white;
	margin: 0 4px;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-719 a {
	color:#302f85;
	font-weight:bold;
}

/**************************
CUSTOMIZER STYLING - END
**************************/

/**********************************
CUSTOMIZER STYLING OVERRIDE - START
**********************************/
:root {

/* Colors: */
--dark-000: #FFFFFF;
--dark-800: #414141;
--primary: #0064D2;
--dark-200: #F4F4F4;
--dark-500: #D8D8D8;
	
}

/* navigation */
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4, a,p, .accordion-title{
	color:var(--dark-800)
}
a:hover{
		color:var(--primary)
}
h1, .h1 {
    font-size: 44px;
}
h2,.h2{
	font-size:34px;
}
li.accordion-item > a {
    border-top: 1px solid var(--dark-500);
}
img.logo.show-for-large{
	width: unset !important
}
.header .top-bar .menu .active>a{
 color:var(--primary)
}
.accordion-title:focus{
	background:unset;
	color:unset;
}
.accordion-title{
	margin-bottom:0;
	
}

#accordion{
	margin-top:70px;
	
}
@media (max-width: 1023px){
	#accordion{
	margin-top:45px;
	
}
}

.hic-image, .gallery-image {
    height: unset;
		background-size:unset;
		background-repeat:no-repeat;
}

@media(max-width: 639px){
	#technology-pillars .hic-image, .gallery-image {
    height: fit-content !important;
}
}

@media (max-width: 1023px)
{
	h1 {
    font-size: 28px;
	}
		h2,.h2{
		font-size:24px !important;
	}
	h3,.h3{
		font-size:20px !important;
	}
	#main-banner{
		padding-bottom:0px
	}
	.single-post .hero-banner-message h1 {
	font-size: 28px!important;
}
}
}
.header .top-bar .menu .active>a{
	color:var(--primary);
	font-weight:bold;
}
.header-theme .header{
	background:white;
}
	.section-header .sub-heading {
    font-size: 16px;
		line-height:24px;
}


.hic-box .hic-button-wrap .button {
	color:var(--primary);
	text-decoration:none;
}

.cell.medium-4 .hic-title {
    text-align: left;
}

.cell.medium-4 .hic-image, .gallery-image {
    
}
.top-bar-right.float-right.show-for-large a:hover, .top-bar-right.float-right.show-for-large a:hover{
	padding-bottom:0px !important;
	border-bottom:0px !important;
}
.hic-content{
	padding:0
}

p {
    font-size: 16px;
    line-height: 24px;
}
header.header.default-header-layout {
    background: var(--dark-000) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000019;
    opacity: 1;
		z-index:2;	
}
.header-theme .header .menu a{
	color:var(--dark-800);
}
@media (min-width: 641px) {
.header.default-header-layout .top-bar .top-bar-left {
	width: 170px!important
	}
}



.solutions-banner{
	background-image: url('../wp-content/uploads/2020/03/Solutions-Hero.jpg') !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
}
@media (min-width: 767.98px){
	
.about-banner{
	background-image: url('../wp-content/uploads/2020/08/About-Hero.jpg') !important;
		background-repeat: no-repeat !important;
		background-size: unset;
	min-height: 463px;
	display: grid;
	align-items: center!important;
}
	
}
	
@media (max-width: 767.98px){
.order-reverse .section-body{
	    flex-direction: column-reverse;
	}
.about-banner{
	min-height: 463px;
	display: grid;
}
	
}
.blueimg-bg {
	position: relative;
	margin-left: .9375rem;
	height:100%;
	background-image: url('../wp-content/uploads/2020/02/our-experience-center.png') !important;
background-position: center;
    background-size: cover !important;
	

}

.right-bg {
	height:100%;
	margin-right: .9375rem;
	background-image: url('../wp-content/uploads/2020/02/MONK8159-Telstra-15-CARD-8000-RGB-900x600-1.jpg') !important;
	
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.button{
	background-color: var(--primary);
}
.inner-hero .bg-image {
    height: 9px;
	background-image: url(https://tbtcmelbsouth.com.au/wp-content/uploads/2020/02/gradient-line.png)  !important;
    height: 9px;
    min-height: unset;
	    position: absolute;
    top: 100%;
}
.hero-banner-message h1{
margin-bottom:0px
}

@media (max-width: 767.98px){
	
	
	#home.home-banner:after{
		margin-right: 24px;
    margin-left: 24px;
		height: 300px;
		max-width: 100%;
		background-position: center;
		background-size: cover;
		content:"";
		background-image: url(../wp-content/uploads/2020/03/Home-Hero-Mobile.jpg);
	}
	
		#solutions.solutions-banner:after{
		margin-right: 24px;
    margin-left: 24px;
		height: 300px;
		max-width: 100%;
		background-position: center;
		background-size: cover;
		content:"";
		background-image: url(../wp-content/uploads/2020/03/Solutions-Hero-Mobile.jpg);
	}
	
	#about.about-banner:after{
		margin-right: 12px;
    margin-left: 12px;
		height: 300px;
		max-width: 100%;
		background-position: center;
		background-size: cover;
		content:"";
		background-image: url(../wp-content/uploads/2020/08/tbtc-meeting.jpg);
	}
	
	
	.cell.medium-4.large-auto.footer-col.footer-col-1 h4::before{
content: "";
    height: 150px;
    width: 130px;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://tbtcmelbsouth.com.au/wp-content/uploads/2020/02/footer-logo.png);
    position: absolute;
    right: 8px;
		margin-top:10px
}
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: none !important;
    background-color: #fefefe;
    color: #0a0a0a;
    margin-bottom: 12px;
}

.cell.medium-4.large-auto.footer-col.footer-col-1 h4::after {
    content: '';
    position: absolute;
    display: block;
    margin-top: 1.5rem;
    background: black;
    width: 1395px;
    height: 1px;
}

.header .logo-wrap {
	float: left;
}

.business-solutions .hic-content {
    padding: 0 20px 20px;
}

.business-solutions .hic-icon {
    text-align: center;
    margin-bottom: 0;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-669{
    background: var(--primary);

}


li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-669 a{

    color: white;
}


li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-719{
      background: var(--primary);
margin: 0 4px;
}


li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-719 a{

    color: white;
}

.header .menu a {
    text-transform: lowercase;
	text-transform: none;

    font-size: 16px;
}
.top-bar-right.float-right.show-for-large {
    margin-top: 0px;
}

	
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-669,li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-719 {
    padding: 4px;
}
.top-bar-right.float-right.show-for-large a:hover{
    color: var(--primary) !important;
	padding-bottom: 4px;
border-bottom: 1px solid var(--primary) ;
}
.top-bar-right.float-right.show-for-large .menu-item-669 a:hover ,.top-bar-right.float-right.show-for-large .menu-item-719 a:hover {
    padding-bottom: 0px !important;
}

.dropdown.menu>li>a {
    padding: 0  0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;

    margin: .7rem 1rem;
    margin-top: 0.7rem;
    margin-right: 1rem;
    margin-bottom: 0.7rem;
    margin-left: 1rem;

}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    background-color: #fefefe;
    color: #0a0a0a;
    margin-bottom: 12px;
}

.cell.medium-4.large-auto.footer-col.footer-col-1 h4::after {
    content: '';
    position: absolute;
    display: block;
    margin-top: 1.5rem;
    background: black;
    width: 1395px;
    height: 1px;
}

.header .top-bar {
    padding: 13px 0;
}

@media(max-width: 1023px){
	.header .top-bar {
    padding: 9px 0;
}

}

@media (max-width: 1023px){
.header .logo-wrap .logo.hide-for-large {
    max-width: unset;
		height:28.19px !important;
}
}
.top-bar-right.float-right.hide-for-large .elem:nth-child(1){
	display:none;
}

.menu-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: var(--dark-800);
	    box-shadow: 0 7px 0 #414141, 0 14px 0 #414141;

    content: "";
}

.header .top-bar .top-bar-right.hide-for-large{
	margin-top:4px
}
.accordion-title:hover, .is-active .accordion-title {
    background-color: initial !important;
}

.header .menu a {

    font-weight: 400;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-669,
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-669 a, li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-719 a {
    color: white;
	font-weight: 400;
}

ul {
	font-size: 16px;
}

@media(min-width: 1024px){
	li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-669 a:hover{
	color: white !important;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-714 a:hover{
	color: white !important;
}

}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-719 a:hover{
	color: white !important;
}

/* MAKES POST CONENT NARROWER AND CENTRED ON DESKTOP */


.article-header .hic-title {
	text-align: left;
}

.footer .footer-col {
	text-align: left;
}

.business-solutions .hic-content {
    padding: 0 0px 22px;
}

.default-width .grid-container {
    max-width: 1170px;
}

.six-big img{
	max-height:100px;
	max-width:200px;
}
.our-partners .hic-icon img{
	max-width:150px;
	max-height:79px;
}

.business-solutions .hic-blurb p{
	line-height:1.2
}
.business-solutions .hic-blurb p br{
  content: "";
  margin: 2em;
  display: block;
  font-size: 24%;
}

.business-solutions .hic-content {
   padding: 0;
 	   padding-bottom: 20px;

}

.grid-x.grid-padding-x.section-body{
	width:unset;
	justify-content: space-between;
}


.our-partners .slick-slide img {
    display: block;
    margin: 0 auto;
}
@media (min-width: 1024px){
	ul#menu-main-menu-1 {
		align-items: center;
}
.our-partners .hic-icon img {
    margin: auto;
    max-width: 150px;
    max-height: 60px;
}
	.cell.topbar-inner {
    align-items: center;
    display: flex;
}

.our-partners .grid-x.grid-padding-x.section-body {
    width: unset;
    margin: 0 auto;
}
	
	}


.our-partners .hic-icon img{
	max-height:81px
}

.special-content-1 .hic-title h3{
	margin-top:20px;
	margin-left:0px
}

.grid-padding-x>.cell, .grid-padding-x .slick-track>.cell {
    padding-right: 30px;
    padding-left: 30px;
}
@media (min-width: 1024px){
.special-content-1 .hic-box{
	position:relative;
	height: 430px;
}
.special-content-1 .hic-content{
	position:absolute; 
	background: white;
	padding:47px;
	width:460px;
	z-index:2;
	top:50%;
	left:0px;
	transform: translate(0%, -50%);	
}
	

.special-content-1 .hic-image-container.has-image{
	position:absolute;
	right:0px;
	top:0px;

}

	.sepcial-content-1 .hic-image{
		height:430px;
	}	
.special-content-1 .hic-image:before, .gallery-image:before{
	padding-top:100%;

}
.special-content-1 .hic-image{
	width:100%;
	height:430px !important;
}
	
}

#main-banner .section-body .banner-text:before {
    content: "";
    width: 5px;
    height: 100%;
    /* transform: matrix(0, 1, -1, 0, 0, 0); */
    background: transparent linear-gradient(90deg, var(--primary) 0%, #5CD6E0 23%, #5E50BF 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #0064D2 0%, #5CD6E0 23%, #5E50BF 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    position: absolute;
    top: 0;
    z-index: 5;
    left: -5px;
}

#main-banner .cell.medium-6:nth-child(1) .banner-text {
	position:absolute;
	max-width:460px;
	padding:19.5px 30px;
		transform: translateY(-50%);
	top:50%;
	background:white;
}


#technology-pillars .hic-image, .gallery-image {
    height: 160px;
}

[type=text]:focus{
	border:0px;
	box-shadow:none;
}
#technology-pillars .hic-title{
	text-align:left
}

#technology-pillars .image-above-content .hic-image{
	margin-bottom:18px;
}

h2.section-title {
    text-align: left;
}

.fa-arrow-right:before {
    font-size: 10px;
}

.default-section input:not([type=submit]),.default-section textarea{
	background:transparent;
	border-bottom:1px solid var(--dark-800);
	padding:0
}

.default-section input:not([type=submit])::placeholder,.default-section textarea::placeholder{
	color:var(--dark-800);
	font-weight:600;

}
ul#menu-primary-footer-menu *{
		color:var(--dark-800);
}
li#field_1_18 p{
	line-height:15px;
	
}

.table-no-style th {

    font-size: 16px;
    line-height: 1;
}
.footer{
	position:relative;
}
.footer:before{
	content:"";
	position:absolute;
	top:0px;
	width:100%;
	height:4px;
	display:block;
	background: transparent linear-gradient(90deg, var(--primary) 0%, #5CD6E0 23%, #5E50BF 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(90deg, #0064D2 0%, #5CD6E0 23%, #5E50BF 100%) 0% 0% no-repeat padding-box;
opacity: 1;
	
}

@media (max-width: 1023px){
	.cell.medium-6.large-8{
		width:100%;
		padding:0px
	}
	#main-banner{
		padding-top:0px
	}
	#main-banner .banner-text{
		max-width:unset !important;
		left:0px;
		width:calc(100% - 30px);
		top:-33px !important;
		bottom:0px;
		opacity:1
}
	#main-banner .cell.medium-6.large-4{
		padding:0px;
		width:100%
	}
	#main-banner .section-body .banner-text:before{
		left:0px;

	}
	.cell.medium-6.large-8 img {
    width: 100%;
}
	#main-banner .banner-text{
		position:relative !important;
	}
	#main-banner .cell.medium-6:nth-child(1) .banner-text{
		transform:unset;
	}
	#main-banner .cell.medium-6.large-8 > p {
    margin-bottom: 0px;
}
	#main-banner .grid-x.grid-padding-x.section-body{
		display:flex;
		flex-direction:column-reverse;
	}
}


.banner-2 .cell.medium-6.large-8{
padding-right:0px;
padding-left:0px;

}

.banner-2 .cell.medium-6.large-4{
	background-image:url("/wp-content/uploads/2020/09/Mask-Group-11.png");
	background-size:cover;
	position:relative;
}

	.banner-2 .cell.medium-6.large-8 > p{
		margin-bottom:0px
	}
.banner-2 .banner-text{
		background-color:white;
}
@media(min-width:1024px){
.banner-2 .banner-text{
	position:absolute;
	right:52px;
	width:471px;
	transform: translateY(-50%);
	top:50%;
	height:calc(100% - 104px);
	padding:32px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	
}
	
	.banner-2 .grid-x.grid-padding-x.section-body {
    margin: 0 15px;
}
}
	.banner-2 .cell.medium-6.large-8 > p > img {
    height: 17.5rem;
		object-fit: cover;
}

@media (min-width: 768px)
{
	.banner-2 .cell.medium-6.large-8 > p > img {
    height: 24.5rem;
		object-fit: cover;
}
	.banner-text {
    width: 100%;
}

}
@media(max-width:1023px){

	.banner-2 .cell.medium-6.large-4{
    width: 100%;
    background-size: cover;
		padding:0px 24px 32px 24px;
	}
	.banner-2 .banner-text{
		margin-top:-100px;
		padding:24px
		
	}
	.banner-text p{
		margin-bottom:0px
	}
	.contact-us h2{
		font-size:24px
	}
	.contact-us h3{
		font-size:20px
	}
	.contact-us table {
		margin-bottom:60px
	}
}

.accordion img {
    height: 24px !important;
}

@media (min-width: 1024px){
	.inner-footer.grid-x.grid-padding-x:after{
		content:"";
		width:calc(100% - 60px);
		margin:auto;
				border-bottom:1px solid var(--dark-500);

	}
}
@media (max-width: 1023px)
{
	footer h4 {
    font-size: 22px;
		border-bottom:1px solid;
		margin-bottom:0px;
		padding-bottom:19.2px;
}
	footer img.logo.hide-for-large{
		display:none;
	}
	.menu.vertical{
		flex-direction:column !important;
	}
	.footer .footer-col{
		margin-bottom:16px
	}
	.copyright p {
		line-height:13px;
	}
	
}


a.button.button1 {
    text-transform: none;
    text-decoration: none;
    background-color: transparent;
    padding-left: 0;
    font-weight: 600;
    color: var(--primary);
}

#accordion strong{
	color:var(--primary);
}

.accordion-title:before{
	color:var(--primary)
}
.icon-left-content .hic-content{
	background:var(--dark-200);
}

.icon-left-content .hic-content{
	heighthttps://tbtcperthsouth.tmlwebdev.com.au/about-us/:130px
}


	.icon-left-content .hic-content {
    padding: 20px 130px 20px 20px;
		height:150px;
}
	.icon-left-content .hic-icon {
    position: absolute;
    width: 60px;
    right: 15px;
    top: 5px;
		left:unset;
    text-align: center;
}
	.icon-left-content h3, .icon-left-content p{
		color:var(--primary)
	}
	.icon-left-content h3{
		font-size:40px;
		margin-bottom:0px;
	}
	.icon-left-content p {
		font-size: 20px;
	}
	.icon-left-content img {
    display: block;
    max-height: 50px;
    margin: 0 auto;
}
	.icon-left-content .hic-icon{
		top:30px
	}
	.icon-left-content  .grid-padding-x>.cell, .grid-padding-x .slick-track>.cell{
		padding:0 15px;
	}
.tbtc-blog .hic-image {
    height: 340px !important;
		background-size: cover;
}
.hic-box.article-inner{
	background:transparent !important;
}
.hic-box.article-inner *{
	background-size: cover;
}

.pb-120{
	padding-bottom:120px
}
@media(max-width:1023px){
	.pb-md-65{
	padding-bottom:65px
}
	.page-template-template-cpt-archive-php section.page-element.post-element.image-above-content.tbtc-blog.default-section.default-alignment{
	padding-bottom:65px
}

}
	.page-template-template-cpt-archive.page-template-template-cpt-archive-php h1{
		font-size:28px !important;
		margin-top:30px !important;
		margin-bottom:16px !important;
	}
	.icon-left-content h3, .icon-left-content .hic-title h3{
		font-size:28px !important;
}

@media(min-width:1024px){
.page-template-template-cpt-archive.page-template-template-cpt-archive-php .hero-banner-message{
	display:flex;
	padding-top:74px !important;
}
	.page-template-template-cpt-archive.page-template-template-cpt-archive-php .hero-banner-message h1 {
	min-width: 330px;
	font-size:44px !important;
	margin-top:0 !important;
	max-width:100%;

}

}
	
	

.page-template-template-cpt-archive.page-template-template-cpt-archive-php .hero-banner-message div {
	color:black;
	font-size:16px;
}


.page-template-template-cpt-archive.page-template-template-cpt-archive-php .hic-blurb{
	display:none
}

.page-template-template-cpt-archive.page-template-template-cpt-archive-php .hic-button-wrap a{
	margin-top:-20px
}

.page-template-template-cpt-archive.page-template-template-cpt-archive-php .hic-title h3{
		color: var(--dark-800)
}

.single-post h3{
		color: var(--dark-800) !important
}

.inner-hero .bg-image{
	background-image:unset !important;
}

.single-post .hero-banner-message h1 {
	font-size:44px;
}

.post-content{
	padding-top:20px
}

li.accordion-item a {
    padding-left: 0;
    padding-right: 0px;
}

.mr-12 {
    /* margin-right: 12px; */
    min-width: 45px;
    margin-left: -6px;
}

.accordion-content {
    padding:  0px;
}

.single-post .hero .hero-banner-message{
	padding-top: 65px !important;
}
.single-post .hic-box .hic-blurb{
	display:none;
}
.single-post .hic-button-wrap a {
	margin-top:0px !important;
}
.single-post .hic-title h3{
	margin-bottom:0px
}

@media (max-width: 767.98px)
{
	ul#menu-primary-footer-menu * {
    font-size: 16px;
}
	.cell.medium-4 .hic-image, .gallery-image {
    height: auto;
}
}
@media (max-width: 1023px){
	

.off-canvas .menu a,li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-669 a,li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-719 a{
	color:var(--dark-800)
}
.off-canvas li.active, .off-canvas,li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-669,li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-719 {
    background-color: white;
	margin-left:0px;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-669 a:hover,li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-719 a:hover{
	color:var(--dark-800) !important;
	}
	
	
	.active a{
	color:var(--primary) !important;
	}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-669 i,li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-719 i{
	
	}
	
	#menu-item-669, #menu-item-719{
		padding:0px
	}	
	#menu-main-menu li{
			border-bottom:1px solid var(--dark-500)
	}
.position-right.is-transition-push{
	box-shadow:none;
	border-left:1px solid white
}
	
	.position-right{
		width:280px;
	}
	
	}

.wp-block-image img {
width: 1110px;
}

.post-element .grid-x.grid-padding-x.section-body {
    justify-content: unset;
}

.sidebar .menu li > a {
    color:var(--dark-800) !important;
}
#main-banner > div > div > div.grid-x.grid-padding-x.section-body > div:nth-child(1) > p > span > a {
    color: var(--dark-800);
}
/**********************************
CUSTOMIZER STYLING OVERRIDE - END
**********************************/



/*
PAGE 404
*/

.error404 .bg-image {
    background-image: none !important;
    width: 50%;
    margin-left: auto;
     background-size: 52%;
    background-position-x: 73px;
    background-repeat: no-repeat;
}


.error404 h1{
 max-width:391px;
    margin-bottom: 18px !important;
}

.error404 h4{
	font-size:22px;
	font-weight:400; 
	 margin-bottom: -15px !important;
}

.error404 h4 >a{
	text-decoration: underline;
}


.error404 .grid-x.grid-padding-x.section-body {
    align-items: center;
}

@media (min-width: 640px)
{
    .error404 .hero.tall-banner {
    min-height: 729px;
}
}

@media (max-width: 639px)
{
    .error404 .mobile-flex-reverse {
        flex-direction: column-reverse;
    }
   .error404 .cell img{
           margin-bottom: 49px;
   }
}


h1{
        font-size:48px;
    }
    

