@charset "UTF-8";
/* CBW customer font choices */
/* CBW font standards */
/* Banner 1 */
/* +h1 */
.banner-font {
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-style: light;
  color: #65C7D0;
  font-size: 1.32em;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */
  -webkit-font-smoothing: antialiased;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */
  margin: 0px auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px !important;
  backdrop-filter: blur(4px);
  background-color: rgba(1, 1, 1, 0.5);
  /* box-shadow: 0 0 5px 5px rgba(132,132,132,0.20); */ }

.banner-font a:focus {
  color: #65C7D0 !important; }

.banner-font a:link {
  color: #65C7D0 !important; }

.banner-font a:hover {
  color: #B2F8FF !important;
  transition: all .2s ease; }

.banner-font a:active {
  color: #65C7D0 !important; }

.banner-font a:visited {
  color: #65C7D0 !important; }

.cbwbanner {
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-style: light;
  color: #FFFFFF;
  font-size: 14pt !important;
  line-height: 33px;
  letter-spacing: .5px;
  -moz-osx-font-smoothing: grayscale;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */
  -webkit-font-smoothing: antialiased;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */
  font-variant-ligatures: none; }

.cbwbanner a:focus {
  color: #009ee3 !important; }

.cbwbanner a:link {
  color: #009ee3 !important; }

.cbwbanner a:hover {
  color: #0078c1 !important; }

.cbwbanner a:active {
  color: #009ee3 !important; }

.cbwbanner a:visited {
  color: #0078c1; }

.cbw-banner-bg {
  background-image: url(images/Michael-Ormiston-and-candida-Valentino.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 160px; }

.cbw-banner-inner {
  background-color: rgba(255, 255, 255, 0);
  padding: 20px;
  backdrop-filter: blur(7px); }

.cbw-banner-font {
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-style: light;
  color: #fff;
  font-size: 2.2em;
  line-height: 1.2em;
  letter-spacing: .1em;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */
  -webkit-font-smoothing: antialiased;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */
  margin: 60px auto;
  padding: 20px;
  backdrop-filter: blur(4px);
  background-color: rgba(1, 1, 1, 0.5);
  /* box-shadow: 0 0 5px 5px rgba(132,132,132,0.20); */ }

.cbw-banner-font a:focus {
  color: #8e84a4 !important; }

.cbw-banner-font a:link {
  color: #8e84a4 !important; }

.cbw-banner-font a:hover {
  color: #626891 !important;
  transition: all .2s ease; }

.cbw-banner-font a:active {
  color: #8e84a4 !important; }

.cbw-banner-font a:visited {
  color: #8e84a4 !important; }

/* CBW customer font choices */
/* CBW font standards */
.q-center {
  text-align: center;
  margin-right: auto;
  margin: 0 auto; }

/* AVAILABLE CUSOMER STYLES */
/* ADDED TO SORT MAX WIDTH *))PX */
.cbwmax-width-800 {
  max-width: 800px !important;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

/* IMAGE KEYLINE */
.keyline-image {
  border: 1px solid #FFFFFF; }

/* IMAGE ROUNDED */
.rounded-image {
  border-radius: 6px; }

/* IMAGE CENTERED */
.center-image img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* FOOTER GRAPHIC - CURVE  */
.footer-background {
  background-image: url(/cms-images/curve3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: 30px;
  padding-bottom: 80px;
  clear: both; }

/* PADDING */
.standard-padding {
  padding: 6px;
  left: auto;
  width: auto;
  margin-left: 0px; }

.extra-padding-top {
  padding-top: 30px !important; }

.extra-padding-bottom {
  padding-bottom: 30px !important; }

.testimonial {
  font-family: "Roboto", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 300 !important;
  content: "";
  position: relative;
  background-color: #666666;
  color: #d2d2d2;
  font-size: 1.2em !important;
  border-radius: 12px;
  -moz-osx-font-smoothing: grayscale;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */
  -webkit-font-smoothing: antialiased;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */
  font-variant-ligatures: none;
  border-collapse: separate;
  border-spacing: 20px 44px;
  display: block;
  padding: 12px;
  text-align: center;
  text-indent: 27px;
  background-image: url(images/testimonial-background.jpg);
  background-repeat: no-repeat;
  background-position: left 0%;
  background-size: cover; }

.testimonial:before {
  content: "";
  background-image: url(images/quotes.png);
  background-repeat: no-repeat;
  padding: 24px;
  display: block;
  margin-top: -36px;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  background-position: center center; }

.testimonial:after {
  content: "";
  border-left: 50px solid transparent;
  border-right: 0px solid transparent;
  border-top: 30px solid #666;
  position: absolute;
  bottom: -30px;
  right: 50px; }

.image-border {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.banner-text-padding {
  background-color: rgba(0, 0, 0, 0.77);
  padding: 6px 26px 10px !important;
  margin: 0 auto;
  position: relative;
  top: top;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 3px 3px rgba(255, 255, 255, 0.5);
  display: table; }

/* CBW Text */
a {
  text-decoration: none !important; }

/* CBW hover colour */
/* CBW clicked links */
/* CBW hover colour */
/* CBW link colour */
p {
  text-decoration: none !important; }

/* CBW hover colour */
/* CBW clicked links */
/* CBW hover colour */
/* CBW link colour */
/* CBW Titles NOT SET to allow override */
/* CBW SubTitles */
/* CBW Straplines */
/* CBW Not allocated */
/* CBW Not allocated */
/* CBW TITLES Link colour override*/
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link {
  color: #aa6b18; }

/* CBW TITLES clicked colour override*/
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus {
  color: #aa6b18; }

/* CBW clicked */
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active {
  color: #aa6b18; }

/* CBW hover */
/* CBW visited */
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {
  color: #80592a; }

/* CBW TEXT Link colour override*/
p a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link {
  color: #aa6b18; }

/* CBW TEXT clicked colour override*/
p a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus {
  color: #aa6b18; }

/* CBW clicked */
p a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active {
  color: #aa6b18; }

/* CBW hover */
/* CBW visited */
p a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {
  color: #80592a; }

/* FIX FOCUS KEYLINE ON LAST CLICKED ITEM */
/* remove border around all input elements */
input:focus {
  outline: none; }

/* remove border around all textarea elements */
textarea:focus {
  outline: none; }

/* remove border around all select elements */
select:focus {
  outline: none; }

/* remove border around all input,textarea and select elements */
input:focus, textarea:focus, select:focus {
  outline: none; }

/* remove border around all elements */
:focus {
  outline: none; }

/* Main Titles */
/* +h1 */
/* REVERSED */
.cbw-title-rev {
  font-family: "Prompt", sans-serif;
  font-weight: 200;
  font-style: light;
  color: #65c7d0;
  font-size: 2.05em;
  line-height: 1.2em;
  letter-spacing: .2em;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */
  -webkit-font-smoothing: antialiased;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */
  transition: all .2s ease-in-out; }

.cbw-title-rev a:focus {
  color: #ff8133 !important; }

.cbw-title-rev a:link {
  color: #ff8133 !important; }

.cbw-title-rev a:hover {
  color: #FF9146 !important;
  transition: all .2s ease-in-out; }

.cbw-title-rev a:active {
  color: #ff8133 !important; }

.cbw-title-rev a:visited {
  color: #65c7d0 !important; }

/* WHITE */
.cbw-title-white {
  font-family: "Prompt", sans-serif;
  font-weight: 200;
  font-style: light;
  color: #ffffff;
  font-size: 2.05em;
  line-height: 1.2em;
  letter-spacing: .2em;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */
  -webkit-font-smoothing: antialiased;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */
  transition: all .2s ease-in-out; }

.cbw-title-white a:focus {
  color: #ff8133 !important; }

.cbw-title-white a:link {
  color: #ff8133 !important; }

.cbw-title-white a:hover {
  color: #FF9146 !important;
  transition: all .2s ease-in-out; }

.cbw-title-white a:active {
  color: #ff8133 !important; }

.cbw-title-white a:visited {
  color: #ffffff !important; }

/* POSITIVE */
.cbw-title-pos {
  font-family: "Prompt", sans-serif;
  font-weight: 200;
  font-style: light;
  color: #005b6e;
  font-size: 2.05em;
  line-height: 1.2em;
  letter-spacing: .2em;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */
  -webkit-font-smoothing: antialiased;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */ }

.cbw-title-pos a:focus {
  color: #e06714 !important; }

.cbw-title-pos a:link {
  color: #e06714 !important; }

.cbw-title-pos a:hover {
  color: #FF9146 !important;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.cbw-title-pos a:active {
  color: #e06714 !important; }

.cbw-title-pos a:visited {
  color: #005b6e !important; }

/* GREY */
.cbw-title-grey {
  font-family: "Prompt", sans-serif;
  font-weight: 200;
  font-style: light;
  color: #424242;
  font-size: 2.05em;
  line-height: 1.2em;
  letter-spacing: .2em;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */
  -webkit-font-smoothing: antialiased;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */ }

.cbw-title-grey a:focus {
  color: #e06714 !important; }

.cbw-title-grey a:link {
  color: #e06714 !important; }

.cbw-title-grey a:hover {
  color: #FF9146 !important;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.cbw-title-grey a:active {
  color: #e06714 !important; }

.cbw-title-grey a:visited {
  color: #424242 !important; }

/* CBW Sub Title */
/* +h2 */
/* REVERSED */
.cbw-subtitle-rev {
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-style: light;
  color: #65c7d0;
  font-size: 1.32em;
  line-height: 26px;
  letter-spacing: 2px;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */
  -webkit-font-smoothing: antialiased;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */
  transition: all .2s ease-in-out; }

.cbw-subtitle-rev a:focus {
  color: #ff8133 !important; }

.cbw-subtitle-rev a:link {
  color: #ff8133 !important; }

.cbw-subtitle-rev a:hover {
  color: #FF9146 !important;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.cbw-subtitle-rev a:active {
  color: #ff8133 !important; }

.cbw-subtitle-rev a:visited {
  color: #65c7d0 !important; }

/* POSITIVE */
.cbw-subtitle-pos {
  font-family: "Prompt", sans-serif !important;
  font-weight: 300 !important;
  font-style: light !important;
  color: #005b6e !important;
  font-size: 1.32em !important;
  line-height: 26px !important;
  letter-spacing: 2px !important;
  -moz-osx-font-smoothing: grayscale;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */
  -webkit-font-smoothing: antialiased;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */ }

.cbw-subtitle-pos a:focus {
  color: #e06714 !important; }

.cbw-subtitle-pos a:link {
  color: #e06714 !important; }

.cbw-subtitle-pos a:hover {
  color: #FF9146 !important;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.cbw-subtitle-pos a:active {
  color: #e06714 !important; }

.cbw-subtitle-pos a:visited {
  color: #005b6e !important; }

/* GREY */
.cbw-subtitle-grey {
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-style: light;
  color: #424242;
  font-size: 1.32em;
  line-height: 26px;
  letter-spacing: 2px;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */
  -webkit-font-smoothing: antialiased;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */ }

.cbw-subtitle-grey a:focus {
  color: #e06714 !important; }

.cbw-subtitle-grey a:link {
  color: #e06714 !important; }

.cbw-subtitle-grey a:hover {
  color: #FF9146 !important;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.cbw-subtitle-grey a:active {
  color: #e06714 !important; }

.cbw-subtitle-grey a:visited {
  color: #424242 !important; }

/* CBW Heading Font REVERSED */
/* +h3 */
/* REVERSED */
.cbw-heading-rev {
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-style: light;
  color: #65c7d0;
  font-size: 1.1em;
  line-height: 1.8em;
  letter-spacing: .2px;
  text-decoration: none !important;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */
  -webkit-font-smoothing: antialiased;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */
  transition: all .2s ease-in-out; }

.cbw-heading-rev a:focus {
  color: #ff8133 !important; }

.cbw-heading-rev a:link {
  color: #ff8133 !important; }

.cbw-heading-rev a:hover {
  color: #FF9146 !important;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.cbw-heading-rev a:active {
  color: #ff8133 !important; }

.cbw-heading-rev a:visited {
  color: #65c7d0 !important; }

/* POSITIVE */
.cbw-heading-pos {
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-style: light;
  color: #005b6e;
  font-size: 1.1em;
  line-height: 1.8em;
  letter-spacing: .2px;
  text-decoration: none !important;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */
  -webkit-font-smoothing: antialiased;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */ }

.cbw-heading-pos a:focus {
  color: #ee7b19 !important; }

.cbw-heading-pos a:link {
  color: #ee7b19 !important; }

.cbw-heading-pos a:hover {
  color: #FF9146 !important;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.cbw-heading-pos a:active {
  color: #ee7b19 !important; }

.cbw-heading-pos a:visited {
  color: #005b6e !important; }

/* GREY */
.cbw-heading-grey {
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-style: light;
  color: #424242;
  font-size: 1.1em;
  line-height: 1.8em;
  letter-spacing: .2px;
  text-decoration: none !important;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */
  -webkit-font-smoothing: antialiased;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */ }

.cbw-heading-grey a:focus {
  color: #ee7b19 !important; }

.cbw-heading-grey a:link {
  color: #ee7b19 !important; }

.cbw-heading-grey a:hover {
  color: #FF9146 !important;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.cbw-heading-grey a:active {
  color: #ee7b19 !important; }

.cbw-heading-grey a:visited {
  color: #424242 !important; }

/* CBW Normal Text */
/* no heading required auto p */
/* REVERSED */
.cbw-text-rev {
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-style: light;
  color: #65c7d0;
  font-size: 0.92em;
  line-height: 1.8em;
  letter-spacing: .05px;
  text-decoration: none !important;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */
  -webkit-font-smoothing: antialiased;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */
  transition: all .2s ease-in-out; }

.cbw-text-rev a:focus {
  color: #ff8133 !important; }

.cbw-text-rev a:link {
  color: #ff8133 !important; }

.cbw-text-rev a:hover {
  color: #FF9146 !important;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.cbw-text-rev a:active {
  color: #ff8133 !important; }

.cbw-text-rev a:visited {
  color: #65c7d0 !important; }

/* POSITIVE */
.cbw-text-pos {
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-style: light;
  color: #005b6e;
  font-size: 0.92em;
  line-height: 1.8em;
  letter-spacing: .05px;
  text-decoration: none !important;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */
  -webkit-font-smoothing: antialiased;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */ }

.cbw-text-pos a:focus {
  color: #ee7b19 !important; }

.cbw-text-pos a:link {
  color: #ee7b19 !important; }

.cbw-text-pos a:hover {
  color: #FF9146 !important;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.cbw-text-pos a:active {
  color: #ee7b19 !important; }

.cbw-text-pos a:visited {
  color: #005b6e !important; }

/* REVERSED */
.cbw-text-grey {
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-style: light;
  color: #424242;
  font-size: 0.92em;
  line-height: 1.8em;
  letter-spacing: .05px;
  text-decoration: none !important;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */
  -webkit-font-smoothing: antialiased;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */ }

.cbw-text-grey a:focus {
  color: #ee7b19 !important; }

.cbw-text-grey a:link {
  color: #ee7b19 !important; }

.cbw-text-grey a:hover {
  color: #FF9146 !important;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.cbw-text-grey a:active {
  color: #ee7b19 !important; }

.cbw-text-grey a:visited {
  color: #424242 !important; }

.cbw-grey-bg {
  background-color: #212121 !important;
  width: 100% !important;
  padding: 10px !important; }

.cbw-padding {
  padding: 10px !important; }

/* CBW Description Text */
/* no heading required auto p */
/* WHITE */
.cbwdescriptiongrey {
  font-family: "Prompt", sans-serif;
  font-size: .9em;
  color: #A4A3A3;
  line-height: 1.304;
  text-decoration: none !important;
  -moz-osx-font-smoothing: grayscale;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */
  -webkit-font-smoothing: antialiased;
  /* FIX BOLD issue was aliasing for safari, chrome and firefox */ }

.cbwdescriptiongrey a:focus {
  color: #A4A3A3 !important; }

.cbwdescriptiongrey a:link {
  color: #65C7D0 !important; }

.cbwdescriptiongrey a:hover {
  color: #008C9A !important;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.cbwdescriptiongrey a:active {
  color: #A4A3A3 !important; }

.cbwdescriptiongrey a:visited {
  color: #A4A3A3 !important; }

/* CBW Buttons*/
/* no heading required auto p */
/******************************************************************************************************************** END*/
/* CompassBusinessWebsites © 2020 */
/* FIXES FOR DESKTOP */
@media only screen and (min-width: 992px) {
  /* FOOTER GRAPHIC - CURVE */
  .footer-background {
    background-image: url(/cms-images/curve3.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-top: 30px;
    padding-bottom: 100px; } }
/* CBW End * Compass Business Websites © 2020 */
