:root {
  --primary-color: #2596BE;
  --accent-one: #0B3C49;
  --accent-two: #7A8E99;
  --highlight-color: #FD9902;
  --neutral-color: #FAFCF7;

  --heading-font: 'Poppins', sans-serif;
  --body-font: 'Roboto', sans-serif;
}

body {
    font-family: var(--body-font);
    font-size: 18px;
    color: #202831 !important;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    font-smoothing: antialiased !important;
    vertical-align: baseline;
    max-width: 100%;
    background-color: #FCFCFB;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    font-weight: 500;
    text-transform: none;
    color: #151C22;
    margin-top: 18px;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

h1 {
    font-size: 46px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 23px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    text-align: left;
    padding: 18px;
    font-size: 18px;
    line-height: 1.8;
    font-family: var(--body-font);
    margin: 0;
    color: #303A43;
}

li {
    text-align: left;
    padding: 7px 0;
    font-size: 18px;
    line-height: 1.8;
    font-family: var(--body-font);
    color: #303A43;
}

section {
    max-width: 100%;
}

b,
strong {
    font-weight: 700;
}

ul {
    padding: 0;
    margin: 0;
}

label {
    font-family: var(--body-font);
    font-weight: 600;
    color: #151C22;
}

input,
textarea {
    width: 100%;
}

a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

a,
a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
}

a:hover {
    color: var(--accent-two) !important;
    text-decoration: underline !important;
}

.white {
    color: #fff !important;
}

img {
    max-width: 100%;
    height: auto;
}

ol li,
ul li {
    color: #303A43;
    line-height: 1.8;
    font-family: var(--body-font);
}

textarea {
    width: 100%;
}

iframe {
    border: none;
    margin-top: 1.45em;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

::placeholder {
    font-size: 16px;
    padding: 4px;
}

select {
    font-size: 16px;
    padding: 4px;
}

.center {
    text-align: center;
}

/* LAYOUT */

.main-content,
.micro-content,
.services-section,
.locations-section,
.blog-section,
.about-section,
.policy-section,
.contact .container {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.main-content {
    margin-top: 32px;
    padding: 0 18px 24px;
}

.micro-content {
    padding: 0 18px 42px;
}

.col-sm-12 {
    padding-left: 18px;
    padding-right: 18px;
}

.services-section,
.locations-section,
.blog-section,
.about-section,
.policy-section {
    padding-bottom: 42px;
}

/* HOME */

img.home-services {
    opacity: 1;
    margin-top: 14px !important;
    margin-bottom: 14px !important;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    max-width: 92% !important;
    border-radius: 0;
    transition: opacity 0.2s ease;
}

img.home-services:hover {
    opacity: 0.92;
}

img.home-locations {
    opacity: 1;
    margin-top: 14px !important;
    margin-bottom: 14px !important;
    border-radius: 0;
    transition: opacity 0.2s ease;
}

img.home-locations:hover {
    opacity: 0.92;
}

/* ABOUT */

.about-section h1 {
    margin-top: 44px;
    font-size: 46px;
    text-align: center;
}

.about-section img {
    margin-top: 132px !important;
}

/* POLICIES */

.policy-section h1 {
    margin-top: 44px;
    font-size: 46px;
    text-align: center;
}

.policy-section h2 {
    text-align: left;
    font-size: 36px;
}

.policy-section h3 {
    text-align: left;
    font-size: 28px;
}

.policy-section img {
    margin-top: 132px !important;
}

.policy-section ul {
    text-align: left;
    margin-left: 10px;
}

.policy-section li {
    text-align: left;
    font-size: 18px;
}

img.policy-list-image {
    opacity: 1;
    margin-top: 14px !important;
    margin-bottom: 14px !important;
    padding: 0;
    transition: opacity 0.2s ease;
}

img.policy-list-image:hover {
    opacity: 0.92;
}

/* SERVICES */

.services-section h1 {
    margin-top: 44px;
    font-size: 46px;
    text-align: center;
}

.services-section h2 {
    text-align: left;
    font-size: 36px;
}

.services-section h3 {
    text-align: left;
    font-size: 28px;
}

.services-section img {
    margin-top: 132px !important;
}

.services-section ul {
    text-align: left;
    margin-left: 10px;
}

.services-section li {
    text-align: left;
    font-size: 18px;
}

img.services-list-image {
    opacity: 1;
    margin-top: 14px !important;
    margin-bottom: 14px !important;
    padding: 0;
    transition: opacity 0.2s ease;
}

img.services-list-image:hover {
    opacity: 0.92;
}

/* LOCATIONS */

.locations-section h1 {
    margin-top: 44px;
    font-size: 46px;
    text-align: center;
}

.locations-section h2 {
    text-align: left;
    font-size: 36px;
}

.locations-section h3 {
    text-align: left;
    font-size: 28px;
}

.locations-section img {
    margin-top: 132px !important;
}

.locations-section ul {
    text-align: left;
    margin-left: 10px;
}

.locations-section li {
    text-align: left;
    font-size: 18px;
}

img.locations-list-image {
    opacity: 1;
    margin-top: 14px !important;
    margin-bottom: 14px !important;
    padding: 0;
    transition: opacity 0.2s ease;
}

img.locations-list-image:hover {
    opacity: 0.92;
}

/* LOCATION DETAIL */

.location-detail h1 {
    margin-top: 168px;
    font-size: 46px;
    text-align: center;
}

.location-detail h2 {
    text-align: left;
    font-size: 36px;
}

.location-detail h3 {
    text-align: left;
    font-size: 28px;
}

.location-detail img {
    margin-top: 28px !important;
}

.location-detail ul {
    text-align: left;
    margin-left: 10px;
}

.location-detail li {
    text-align: left;
    font-size: 18px;
}

img.location-detail-image {
    opacity: 1;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    padding: 0;
}

/* SERVICE DETAIL */

.service-detail h1 {
    margin-top: 168px;
    font-size: 46px;
    text-align: center;
}

.service-detail h2 {
    text-align: left;
    font-size: 36px;
}

.service-detail h3 {
    text-align: left;
    font-size: 28px;
}

.service-detail img {
    margin-top: 28px !important;
    height: 350px;
    width: auto;
    max-width: 100%;
}

.service-detail ul {
    text-align: left;
    margin-left: 10px;
}

.service-detail li {
    text-align: left;
    font-size: 18px;
}

img.service-detail-image {
    opacity: 1;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    padding: 0;
}

/* MAIN CONTENT */

.main-content h2 {
    margin-top: 30px;
    margin-bottom: 12px;
    text-align: left;
    padding: 6px 10px;
}

.main-content h3 {
    margin-top: 22px;
    margin-bottom: 10px;
    text-align: left;
    padding: 6px 10px;
}

.main-content h4,
.main-content h5,
.main-content h6 {
    margin-top: 14px;
    margin-bottom: 8px;
    text-align: left;
    padding: 6px 10px;
}

.main-content ul {
    text-align: left;
    padding: 4px 10px 18px;
}

.main-content li {
    text-align: left;
}

.main-content p {
    text-align: left;
    padding: 10px 10px;
}

.main-content img {
    margin-top: 30px !important;
    height: auto;
    width: auto;
    max-width: 100%;
}

img.main-content {
    margin-top: 30px !important;
    height: 350px;
    width: auto;
    max-width: 100%;
}

.main-content button {
    margin-top: 18px;
    margin-bottom: 18px;
}

/* BLOG LIST */

.blog-section h1 {
    margin-top: 44px;
    font-size: 46px;
    text-align: center;
}

.blog-section h2 {
    text-align: left;
    font-size: 36px;
}

.blog-section h3 {
    text-align: left;
    font-size: 28px;
}

.blog-section img {
    margin-top: 132px !important;
}

.blog-section ul {
    text-align: left;
    margin-left: 10px;
}

.blog-section li {
    text-align: left;
    font-size: 18px;
}

img.blog-list-image {
    opacity: 1;
    margin-top: 14px !important;
    margin-bottom: 14px !important;
    padding: 0;
    transition: opacity 0.2s ease;
}

img.blog-list-image:hover {
    opacity: 0.92;
}

/* BLOG DETAIL */

.blog-detail h1 {
    margin-top: 168px;
    font-size: 46px;
    text-align: center;
}

.blog-detail h2 {
    text-align: left;
    font-size: 36px;
}

.blog-detail h3 {
    text-align: left;
    font-size: 28px;
}

.blog-detail img {
    margin-top: 28px !important;
    height: 350px;
    width: auto;
    max-width: 100%;
}

.blog-detail ul {
    text-align: left;
    margin-left: 10px;
}

.blog-detail li {
    text-align: left;
    font-size: 18px;
}

img.blog-detail-image {
    opacity: 1;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    padding: 0;
}

/* NAV / HEADER */

.navbar-logo .sulfur-logo-text {
    margin-top: 15px !important;
}

.navbar {
    margin-bottom: 0;
    background: rgba(252, 252, 251, 0.97);
    border: none;
    border-bottom: 1px solid rgba(21, 28, 34, 0.10);
    border-radius: 0;
    height: 146px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: none;
}

.navbar-brand {
    position: relative;
    padding-top: 0;
    margin: 0 !important !important;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

a.navbar-brand {
    font-family: var(--heading-font);
    font-size: 34px;
    padding-top: 12px;
    color: #151C22 !important;
}

.navbar-default .navbar-nav {
    margin-right: 10px !important;
    position: relative;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    padding-right: 8px;
}

.navbar-default .navbar-nav > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar-default .navbar-nav > li > a {
    color: #27313A;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 0.25px;
    padding: 8px 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav > li > a i {
    padding-left: 10px;
    margin: 0 -2px 0 -5px;
}

.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li:hover > a {
    border-bottom: 1px solid #151C22;
    color: #151C22;
}

.navbar-default .navbar-nav .dropdown {
    position: absolute;
    left: 0;
    top: 97%;
    width: 220px;
    background-color: #FCFCFB;
    border-top: 1px solid #151C22;
    visibility: hidden;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    box-shadow: 0 12px 28px rgba(21, 28, 34, 0.08);
}

.navbar-default .navbar-nav > li.drop:hover .dropdown {
    visibility: visible;
    opacity: 1;
}

.dropdown li,
.sup-dropdown li {
    position: relative;
    border-top: 1px solid rgba(21, 28, 34, 0.06);
}

.dropdown li:first-child,
.sup-dropdown li:first-child {
    border-top: none;
}

.dropdown li a,
.sup-dropdown li a {
    display: block;
    color: #27313A;
    font-size: 14px;
    padding: 12px 14px;
    text-decoration: none;
    transition: padding 0.2s ease-in-out;
}

.dropdown > li:hover > a,
.sup-dropdown li:hover > a,
.dropdown li a.active,
.sup-dropdown li a.active {
    background: #F5F3EF;
    color: #151C22;
}

.dropdown li a i {
    margin: 0 0 0 -4px;
}

.navbar-default .navbar-nav .sup-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 220px;
    background-color: #FCFCFB;
    margin-top: 10px;
    transition: margin-top 0.2s ease-in-out;
    visibility: hidden;
    z-index: 3;
    box-shadow: 0 12px 28px rgba(21, 28, 34, 0.08);
}

.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
    visibility: visible;
    margin-top: 0;
}

li.book-a-call button {
    padding: 12px 18px;
    font-size: 14px;
    margin-top: -12px;
    color: #FFFFFF;
    opacity: 1;
    border-radius: 999px;
    font-weight: 600;
}

li.book-a-call a button:hover {
    background-color: #8A1020;
    color: #FFFFFF;
    font-size: 14px;
    margin-top: -12px;
    padding: 12px 18px;
    border: 1px solid #8A1020;
    opacity: 1;
}

.navbar-default .navbar-nav > li.book-a-call a:hover {
    border-bottom: none;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 120px;
    z-index: 1000000;
}

/* HERO */

.banner {
    position: relative;
    text-align: center;
    color: #fff;
    width: 100%;
    min-height: 500px;
    overflow: hidden;
    margin-top: 146px;
    background: #ECE8E1;
    border-bottom: 1px solid rgba(21, 28, 34, 0.10);
}

.banner img {
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: none;
    min-height: 500px;
    object-fit: cover;
    filter: brightness(0.78);
}

.banner img.mobile {
    display: block;
    max-width: 100%;
    margin: 0;
    min-height: 340px;
    object-fit: cover;
    filter: brightness(0.78);
}

.banner button {
    position: absolute;
    left: 50%;
    bottom: 36px;
    transform: translateX(-50%);
    margin-top: 0;
    opacity: 1 !important;
    color: #FFFFFF !important;
    text-align: center;
    box-shadow: none;
}

.banner button:hover {
    transform: translateX(-50%) translateY(-1px);
    margin-top: 0;
    background-color: #8A1020 !important;
    opacity: 1 !important;
    color: #FFFFFF !important;
}

.banner button:focus {
    transform: translateX(-50%);
    margin-top: 0;
    background-color: #8A1020 !important;
    opacity: 1 !important;
    color: #FFFFFF !important;
}

.banner button a {
    color: #FFFFFF !important;
}

.banner .overlay,
.banner .overlay-mobile {
    background: transparent;
    width: 100%;
    height: auto;
    margin-top: 0;
}

.intro-text {
    position: relative;
    padding: 50px 0;
}

.intro-text img {
    height: auto;
    margin: 0;
}

/* BUTTONS */

.btn-primary {
    background: var(--highlight-color);
    border: 1px solid var(--highlight-color);
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 600;
    padding: 14px 22px;
    border-radius: 999px;
    transition: all 0.3s;
    text-transform: none;
    box-shadow: none;
}

.btn-primary:hover {
    background-color: #8A1020;
    border: 1px solid #8A1020;
}

.btn-warning {
    background: #2A3A47;
    border: 1px solid #2A3A47;
    font-size: 18px;
    font-family: var(--body-font);
    padding: 15px;
    border-radius: 999px;
    transition: all 0.3s;
    font-weight: 600;
}

.btn-warning:hover {
    background-color: var(--highlight-color);
}

.btn-cancel {
    background: #222;
    border: 1px solid #222;
    color: #fff;
    padding: 8px 15px;
    font-size: 16px;
    transition: all 0.3s;
    border-radius: 999px;
}

.btn-cancel:hover {
    background: 0 0;
    border-color: #222;
    color: #222;
}

.btn-talk {
    background: var(--highlight-color);
    padding: 12px 20px;
    font-size: 17px;
    border: 1px solid var(--highlight-color);
    color: #FFFFFF;
    font-family: var(--body-font);
    text-transform: none;
    width: auto;
    border-radius: 999px;
    margin-top: 12px;
    margin-bottom: 12px;
    opacity: 1;
    font-weight: 600;
}

.banner .intro-text .btn-talk:hover {
    border: 1px solid #8A1020;
    background: #8A1020;
    opacity: 1;
}

button.g-recaptcha {
    border: var(--highlight-color);
    background: var(--highlight-color);
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    font-family: var(--body-font);
    height: 4em;
    margin-bottom: 6em;
    border-radius: 999px;
}

button.g-recaptcha:hover {
    background-color: #fff;
    border: 2px solid var(--highlight-color);
    color: var(--highlight-color);
    opacity: 1;
}

button .btn-primary {
    padding: 15px;
    font-size: 16px;
    border: 1px solid var(--highlight-color);
    color: #fff;
    border-radius: 999px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    margin-right: auto;
}

button.btn-primary:hover {
    background-color: #8A1020;
    opacity: 1;
}

button.btn-primary:focus {
    background-color: #8A1020;
    opacity: 1;
}

/* FOOTER */

.footer-section {
    background: #F5F3EF;
    color: #27313A;
    font-weight: 400;
    padding: 30px 10px;
    border-top: 1px solid rgba(21, 28, 34, 0.10);
    border-bottom: 1px solid rgba(21, 28, 34, 0.10);
}

.footer-section h4 {
    color: #151C22;
    font-weight: 600;
}

.footer-section p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #303A43;
    margin: 0;
    padding: 6px;
}

.footer-section p a {
    color: #151C22;
}

.footer-section p a:hover {
    color: #151C22;
    text-decoration: underline;
}

.footer-section .section-title {
    color: #151C22;
}

.footer-section .section-heading-2 span:after {
    background: #151C22;
}

.footer-section .section-heading-2 .section-title:after {
    background-color: #151C22;
}

.footer-section .section-heading-2 h3 {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
}

.footer-address ul li {
    padding: 5px 0;
    font-size: 16px;
}

.footer-address ul li .fa {
    color: #151C22;
    font-size: 16px;
    margin-right: 5px;
}

.footer-address ul li a {
    color: #151C22;
    font-size: 16px;
}

.footer-address ul li a:hover {
    color: #151C22;
}

.footer-address {
    margin-left: 20px;
}

.copyright-section {
    border-top: 1px solid rgba(21, 28, 34, 0.08);
    font-size: 12px;
    padding: 20px 0;
    background: #FCFCFB;
}

.copyright p {
    font-size: 11px;
    text-align: center;
    color: #6A7580;
}

.copyright-section a {
    color: #151C22;
}

.copyright-section a:hover {
    color: #151C22;
}

.copyright-menu li {
    display: inline;
    padding-left: 10px;
}

.copyright-menu li a {
    color: #6A7580;
    font-weight: 500;
}

.copyright-menu li a.active {
    color: #151C22;
    font-size: 13px;
}

.copyright-menu li a:hover {
    color: #151C22;
}

.company-numbers p {
    font-size: 12px;
    text-align: right;
    margin-right: 24px;
}

img.logo-footer {
    margin-top: 24px;
    margin-bottom: 24px;
    max-width: 40%;
}

/* CONTACT */

.contact {
    background: #FCFCFB;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 100px;
}

.page-banner {
    background: #F5F3EF;
    margin-top: 138px;
    height: auto;
    padding: 40px 16px 24px;
    border-bottom: 1px solid rgba(21, 28, 34, 0.10);
    box-shadow: none;
}

.page-banner h1 {
    text-align: center;
    color: #151C22;
    padding-top: 28px;
    margin-bottom: 8px;
    letter-spacing: 0;
}

.page-banner p {
    color: #4A5661;
    text-align: center;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 20px 0;
    line-height: 1.8em;
}

.contact form {
    max-width: 780px;
    margin: 38px auto 0;
    background-color: #FFFFFF;
    border: 1px solid rgba(21, 28, 34, 0.10);
    border-radius: 0;
    padding: 30px;
    box-shadow: none;
}

.contact button {
    font-weight: 600;
    margin-top: 30px;
    padding: 10px;
    font-size: 16px;
    opacity: 1;
    margin-left: 16px;
    margin-right: 16px;
}

.contact button:hover {
    opacity: 1;
    background-color: var(--highlight-color);
}

.contact .company-numbers p {
    text-align: center;
    margin-top: 42px;
}

.contact label {
    font-size: 16px;
}

.form-control {
    border-radius: 0;
    border: 1px solid rgba(21, 28, 34, 0.18);
    box-shadow: none;
}

.contact .form-group {
    margin-bottom: 22px;
}

.contact .form-group input,
.contact .form-group textarea {
    padding: 16px;
}

.contact .form-group input.form-control {
    height: auto;
}

.contact .form-group textarea.form-control {
    height: 236px;
}

.contact::-webkit-input-placeholder,
.contact:-moz-placeholder,
.contact::-moz-placeholder,
.contact:-ms-input-placeholder {
    text-transform: none;
    font-family: var(--body-font);
    font-weight: 500;
    color: #7B8792;
}

.contact .text-danger {
    color: #e74c3c;
}

#contact-form input.btn:hover {
    background-color: #8A1020;
    border: 1px solid #8A1020;
}

/* CTA BLOCKS */

p.book-a-call {
    margin-top: 44px;
    margin-bottom: 44px;
    color: #2C2C2C;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

p.book-a-call button {
    padding: 12px 20px;
    font-size: 15px;
    color: #FFFFFF;
    opacity: 1;
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 999px;
    font-weight: 600;
}

p.book-a-call a button:hover {
    background-color: #8A1020;
    color: #FFFFFF;
    font-size: 15px;
    padding: 12px 20px;
    opacity: 1;
    border: 1px solid #8A1020;
}

/* MISC */

.container > .navbar-header {
    margin-bottom: 10px;
}

img.icon {
    height: 60px;
}

footer {
    clear: all;
}

.form-group ul li a:hover {
    text-decoration: underline;
    color: #151C22;
}

.logo-main {
    height: 8em;
}

li.book a i {
    color: var(--highlight-color);
}

li.book i {
    font-size: 30px;
    padding: 0;
    margin: 0;
}

.icons {
    margin-bottom: 4em;
    margin-top: 50px;
    padding: 20px;
}

p.review-stars {
    text-align: center;
}

p.review-stars i {
    color: gold;
    text-align: center;
}

.testimonial {
    border: 1px solid rgba(21, 28, 34, 0.10);
    margin: 20px;
    border-radius: 0;
    padding: 26px;
    background: #FFFFFF;
    box-shadow: none;
}

.testimonial p {
    font-size: 21px;
    padding: 10px;
}

.testimonial-button button {
    border: 1px solid #8A1020;
    background-color: #8A1020;
    margin: 1em;
    border-radius: 999px;
    font-weight: 600;
}

.testimonial-button button:hover {
    border: 1px solid #8A1020;
    background-color: #8A1020;
    margin: 1em;
    border-radius: 999px;
}

.contact-button button {
    border: #8A1020;
    background: #8A1020;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--body-font);
    height: 16px;
    margin-bottom: 16px;
    border-radius: 999px;
}

a.contact-button button:hover {
    background-color: #FFFFFF;
    border: 2px solid #8A1020;
    color: #8A1020;
    opacity: 1;
}

img.team-member {
    border: 1px solid rgba(21, 28, 34, 0.10);
    height: 400px;
    border-radius: 0;
}

.django-ckeditor-widget {
    width: 100%;
}

#contact h2 {
    text-transform: none;
    color: #151C22;
    font-size: 40px;
}

.about-text p {
    text-align: left;
    font-size: 20px;
}

.privacy p {
    text-align: left;
}

.form-group ul li {
    font-size: 16px;
    color: #303A43;
    text-align: left;
    margin-left: 24px;
    padding: 5px;
}

.form-group ul li a {
    color: #303A43;
}

li.tipped a img {
    height: 30px;
    width: auto;
}

li.big-red a img {
    margin-top: 10px;
    padding: 0;
    height: 60px;
}

img.home-page-image {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 400px;
    margin-top: 25px;
    margin-bottom: 25px;
}

span.red-background,
span.colour {
    background-color: var(--highlight-color);
    color: #fff;
    padding: 2px 6px;
}

.icon {
    margin-top: 50px;
    padding: 24px;
    height: 400px;
    border: 1px solid rgba(21, 28, 34, 0.10);
    background-color: #FFFFFF;
    border-radius: 0;
    box-shadow: none;
}

.icon p {
    font-size: 18px;
}

.icon .btn .btn-warning {
    margin-top: 40px;
}

.opening-hours {
    margin-bottom: 50px;
}

.opening-hours th,
td,
th {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.about-accreditations {
    margin-top: 80px;
}

.about-accreditations h2 {
    margin-bottom: 50px;
}

.twenty-four-hour-call-out {
    position: absolute;
    top: 5px;
    right: 0;
}

.case-studies h2 {
    font-size: 36px;
    margin: 20px;
}

.case-studies h3 {
    margin-top: 20px;
}

.case-studies img {
    border: 1px solid rgba(21, 28, 34, 0.10);
    border-radius: 0;
    margin-bottom: 25px;
}

.portfolio h3 {
    font-size: 24px;
    margin-bottom: 5px;
}

.portfolio h4 {
    margin-top: 5px;
    font-size: 20px;
}

h3.section-title span,
.section-heading-h2 h3 {
    text-align: left;
}

ul.contact-details {
    text-align: right;
}

h3.homepage,
h4.homepage {
    text-align: left;
    color: #151C22;
    text-transform: none;
}

h3.homepage {
    margin-bottom: 24px;
    margin-top: 24px;
}

h4.homepage {
    margin-bottom: 20px;
    margin-top: 20px;
}

h3.tagline {
    font-size: 30px;
    margin-left: 18%;
    margin-right: 18%;
    margin-top: 10px;
}

h3.tagline u {
    color: var(--highlight-color);
}

h2.h2-mobile {
    font-size: 32px;
    margin-bottom: 10px;
}

.questions h2 {
    margin-bottom: 10px;
}

.questions img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.featured-product,
.featured-product-mobile {
    margin-top: 50px;
    margin-bottom: 50px;
}

section.featured-product .featured-area {
    background: #E6E0D6 url("../img/mariseal-250-liquid-roofing-system.jpg") no-repeat;
    width: 100%;
    height: 70vh;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    clear: both;
}

section.featured-product-mobile .featured-area-mobile {
    background: #E6E0D6 url("../img/mariseal-250-liquid-roofing-system-mobile.jpg") no-repeat;
    width: 100%;
    height: 896px;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    clear: both;
}

.featured-area {
    padding: 80px;
    border-bottom: 1px solid rgba(21, 28, 34, 0.10);
}

.featured-area-mobile {
    padding: 45px;
    border-bottom: 1px solid rgba(21, 28, 34, 0.10);
}

.featured-area-text,
.featured-area-text-mobile {
    background-color: rgba(252,252,251,0.92);
    opacity: 1;
    padding: 16px;
    border-radius: 0;
    box-shadow: none;
}

.featured-area-text h2,
.featured-area-text h3,
.featured-area-text h4,
.featured-area-text h5,
.featured-area-text h6,
.featured-area-text-mobile h2,
.featured-area-text-mobile h3,
.featured-area-text-mobile h4,
.featured-area-text-mobile h5,
.featured-area-text-mobile h6 {
    color: #151C22;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
}

.featured-area-text h2,
.featured-area-text-mobile h2 {
    margin-top: 10px;
}

.featured-area-text p,
.featured-area-text-mobile p {
    color: #303A43;
    font-size: 14px;
    padding: 10px;
}

.featured-area .btn-primary,
.featured-area-mobile .btn-primary,
button .btn-primary {
    padding: 15px;
    font-size: 17px;
    border: 1px solid var(--highlight-color);
    color: #fff;
    border-radius: 999px;
    width: auto;
    margin-bottom: 10px;
    text-align: center;
    margin-top: auto;
    margin-right: auto;
}

.featured-area .btn-primary:hover,
.featured-area-mobile .btn-primary:hover,
button.btn-primary:hover {
    background-color: #8A1020;
    opacity: 1;
}

button.btn-primary:focus {
    background-color: #8A1020;
    opacity: 1;
}

#product-section {
    margin-top: 130px;
}

img.product-detail {
    margin-top: 10px;
}

img.colours {
    text-align: left;
    margin-bottom: 10px;
}

.options-toggle {
    border-bottom: 1px solid rgba(21, 28, 34, 0.10);
    margin-bottom: 50px;
}

.options-toggle h4 {
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    color: #151C22;
}

section.information {
    margin-top: 50px;
}

section.information h2 {
    margin-top: 50px;
    font-size: 36px;
    text-align: center;
}

img.guarantee {
    height: 200px;
}

#CookielawBanner {
    background: #fff;
    margin-top: 100px;
    z-index: 10000000;
    padding: 15px 0;
    margin-bottom: 0;
}

.contractors-header {
    background: #E6E0D6 url("../img/waterproofing-systems-header.jpg") no-repeat;
    width: 100%;
    max-width: 100%;
    height: auto;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    border-bottom: 1px solid rgba(21, 28, 34, 0.10);
}

#contractors-list-section h1 {
    font-weight: 600;
    color: #151C22;
    text-align: center;
    padding: 40px;
}

#contractors-list-section {
    margin-top: 130px;
    padding-top: 0;
    padding-bottom: 0;
}

button:active {
    text-decoration: underline;
}

/* MOBILE */

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 36px;
        margin-top: 18px;
    }

    .main-content,
    .micro-content,
    .services-section,
    .locations-section,
    .blog-section,
    .about-section,
    .policy-section,
    .contact .container {
        max-width: 100%;
    }

    .main-content,
    .micro-content {
        padding-left: 12px;
        padding-right: 12px;
    }

    .col-sm-12 {
        padding-left: 12px;
        padding-right: 12px;
    }

    img.home-locations,
    img.home-locations:hover {
        opacity: 1;
        margin-top: 12px !important;
        margin-bottom: 12px !important;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        max-width: 90% !important;
    }

    .about-section h1,
    .policy-section h1,
    .services-section h1,
    .locations-section h1,
    .blog-section h1 {
        font-size: 36px;
        margin-top: 18px;
    }

    .policy-section h2,
    .services-section h2,
    .locations-section h2,
    .blog-section h2 {
        font-size: 30px;
        margin-top: 18px;
        text-align: left;
    }

    .policy-section h3,
    .services-section h3,
    .locations-section h3,
    .blog-section h3 {
        font-size: 24px;
        margin-top: 18px;
        text-align: left;
    }

    .location-detail h1,
    .service-detail h1,
    .blog-detail h1 {
        font-size: 36px;
        margin-top: 160px;
    }

    .location-detail h2,
    .service-detail h2,
    .blog-detail h2 {
        font-size: 30px;
        margin-top: 18px;
        text-align: left;
    }

    .location-detail h3,
    .service-detail h3,
    .blog-detail h3 {
        font-size: 24px;
        margin-top: 18px;
        text-align: left;
    }

    .service-detail img,
    .blog-detail img,
    .main-content img,
    img.main-content {
        margin-top: 24px !important;
        max-width: 95%;
    }

    img.logo {
        padding: 0;
        margin-top: 15px;
        margin-bottom: 0;
        height: 82px;
        max-width: 100%;
    }

    img.logo-footer {
        margin-top: 16px;
        margin-bottom: 16px;
        max-width: 100%;
    }

    .banner {
        min-height: 340px;
        margin-top: 146px;
    }

    .banner img {
        min-height: 340px;
    }

    .banner .intro-text h2 {
        font-size: 28px;
    }

    .banner button {
        bottom: 22px;
        width: calc(100% - 28px);
        max-width: 340px;
    }

    li.book-a-call button {
        padding: 12px;
        font-size: 14px;
        margin-top: 0;
        color: #FFFFFF;
        margin-left: 28px;
    }

    li.book-a-call a button:hover {
        background-color: #8A1020;
        color: #FFFFFF;
        font-size: 14px;
        margin-top: 0;
        padding: 12px 18px;
        border: 1px solid #8A1020;
    }

    .navbar-default .navbar-nav {
        background-color: #FCFCFB;
        width: 100%;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background-color: #FCFCFB;
        margin-top: 32px;
        border-top: 1px solid rgba(21, 28, 34, 0.08);
    }

    .opening button {
        font-size: 16px;
        padding: 8px;
        margin-bottom: 64px;
    }

    .opening p.book-a-call {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    section.blue-section {
        background: #F5F3EF;
        height: auto;
    }

    .blue-section p.book-a-call button {
        padding: 8px;
        font-size: 16px;
        opacity: 1;
        margin-left: auto;
        margin-right: auto;
        background-color: var(--highlight-color);
        color: #FFFFFF;
        border: 1px solid var(--highlight-color);
    }

    .blue-section img.global {
        width: 100%;
        height: auto;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid rgba(21, 28, 34, 0.08);
        margin-top: 32px;
    }

    .blue-section h4 {
        margin-top: 32px;
        margin-bottom: 16px;
    }

    .blue-section p {
        padding: 16px;
    }

    .process {
        border-bottom: 1px solid rgba(21, 28, 34, 0.08);
    }

    section.connect-companies {
        background: #FCFCFB;
        height: auto;
    }

    section.connect-companies button {
        margin-bottom: 64px;
    }

    .connect-companies h2 {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .connect-companies img.global {
        width: 100%;
        height: auto;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid rgba(21, 28, 34, 0.08);
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .connect-companies button {
        font-size: 16px;
        padding: 8px;
    }

    .service-box p.learn-more {
        text-align: center;
    }

    .get-more-leads {
        margin-bottom: 60px;
    }

    .get-more-leads button {
        font-size: 16px;
        padding: 8px;
    }

    .processes {
        margin-bottom: 64px;
    }

    .services-list .page-banner h1,
    .about-list .page-banner h1,
    .faq-list .page-banner h1 {
        padding-top: 20px;
    }

    .services-list .page-banner p,
    .about-list .page-banner p,
    .faq-list .page-banner p {
        text-align: left;
        font-size: 18px;
        padding: 8px;
    }

    .about-list .page-banner h2 {
        text-align: center;
        color: var(--highlight-color);
        margin-left: 0;
        margin-right: 0;
        font-size: 24px;
        padding: 8px;
    }

    .faq-list .page-banner button {
        padding: 8px;
        font-size: 16px;
        opacity: 1;
        margin-left: 16px;
        margin-right: 16px;
    }

    .faq-list .page-banner button:hover {
        padding: 8px;
        font-size: 16px;
        opacity: 1;
        margin-left: 16px;
        margin-right: 16px;
        background-color: var(--highlight-color);
    }

    section.faq-home {
        background: #FCFCFB;
        height: auto;
    }

    section.faq-home button {
        margin-bottom: 64px;
    }

    .faq-home h2 {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    img.find-out {
        width: 95%;
        height: auto;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid rgba(21, 28, 34, 0.08);
        margin-bottom: 64px;
    }

    .opening img.clients {
        height: auto;
        padding: 0;
        border: 1px solid rgba(21, 28, 34, 0.08);
        margin-top: 36px;
        max-width: 90%;
    }

    .opening .review {
        margin-top: 64px;
        text-transform: none;
        text-align: center;
        border: 1px solid rgba(21, 28, 34, 0.08);
        padding: 8px;
        border-radius: 0;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .opening .review img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .opening .review h4 {
        font-weight: normal;
        font-style: italic;
        text-align: left;
        padding: 16px;
    }

    .contact .page-banner p {
        text-align: center;
        font-size: 18px;
        padding: 18px 8px 0;
    }

    .page-banner {
        padding: 24px 12px 20px;
    }

    .page-banner h1 {
        padding-top: 20px;
    }

    .contact form {
        padding: 18px 14px;
    }

    .services-list .page-banner button,
    .about-list .page-banner button {
        padding: 10px;
        font-size: 16px;
        opacity: 1;
        margin-left: 16px;
        margin-right: 16px;
    }

    .services-list .page-banner button:hover,
    .about-list .page-banner button:hover {
        padding: 10px;
        font-size: 16px;
        opacity: 1;
        margin-left: 16px;
        margin-right: 16px;
        background-color: var(--highlight-color);
    }

    p.book-a-call {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    p.book-a-call button {
        padding: 12px 18px;
        font-size: 15px;
        color: #FFFFFF;
        opacity: 1;
        margin-left: 16px;
        margin-right: 16px;
        border-radius: 999px;
    }

    p.book-a-call a button:hover {
        background-color: #8A1020;
        color: #FFFFFF;
        font-size: 15px;
        padding: 12px 18px;
        opacity: 1;
        border: 1px solid #8A1020;
    }
}

.navbar-toggle {
    display: none;
    background: transparent;
    border: 0;
    font-size: 24px;
    padding: 8px 12px;
    margin-top: 18px;
    color: inherit;
}

.navbar-toggle:focus {
    outline: none;
}

@media only screen and (max-width: 600px) {
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        display: none;
        width: 100%;
    }

    .navbar-collapse.is-open {
        display: block;
    }
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a.active {
    text-decoration: none !important;
}



.banner button {
    position: absolute;
    left: 50%;
    bottom: 36px;
    transform: translateX(-50%);
    margin-top: 0;
    opacity: 1 !important;
    color: var(--neutral-color)!important;
    text-align: center;
    box-shadow: none;
}



.banner button:hover {
    transform: translateX(-50%) translateY(-1px);
    margin-top: 0;
    background-color: var(--highlight-color) !important;
    opacity: 1 !important;
    color: var(--neutral-color)!important;
    border: 1px solid var(--primary-color)!important;
}

.banner button:focus {
    transform: translateX(-50%);
    margin-top: 0;
    background-color: var(--highlight-color) !important;
    opacity: 1 !important;
    color: var(--neutral-color) !important;
}

.banner button a {
    color: var(--neutral-color) !important;
}

.banner button a:hover {
    background-color: var(--highlight-color) !important;
    color: var(--neutral-color) !important;
}

button:active {
    text-decoration: none;!important
}

.book-a-call button{
    border: 1px solid var(--highlight-color) !important;
    opacity: 1;
}

p.book-a-call a button:hover{
    border: 1px solid var(--highlight-color) !important;
    opacity: 0.8!important;
}

a button{
cursor: pointer !important;
}
