﻿nav .nav-line {
    display: none;
}

h3 {
    color: black;
}

.custom-flex-grid h2 {
    font-size: 22px;
    margin: 15px 0;
}

.master-wrapper .button.orange:hover {
    background: #ba560d;
    color: white;
    border-color: #ba560d;
    text-decoration: none;
}

#motdmktg {
    display: none;
}

.master-wrapper * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.master-wrapper {
    width: 1338px;
    max-width: 100%;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.align-middle {
    align-items: center;
}

.m0 {
    margin: 0;
}

.mb0 {
    margin-bottom: 0;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt40 {
    margin-top: 40px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 28px;
    margin: 15px 0;
}

.col-100 h3 {
    font-size: 22px;
}

.col-50 h3 {
    font-size: 22px;
}

.col-100 p {
    font-size: 18px;
}

.col-50 p {
    font-size: 18px;
}

h4 {
    margin: 10px 0;
    font-size: 20px;
}

a {
    color: #325995;
}

.custom-flex-grid {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}


@media (min-width: 768px) {
    #hubspot-section .custom-flex-grid {
        flex-wrap: nowrap;
    }
}

div[class*="col-"] {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
}

.custom-flex-grid .col-25 {
    width: calc(25% - 1.875rem);
}

.custom-flex-grid .col-30 {
    width: calc(30% - 1.875rem);
}

.custom-flex-grid .col-50 {
    width: calc(50% - 1.875rem);
}

.custom-flex-grid .col-40 {
    width: calc(40% - 1.875rem);
}

.custom-flex-grid .col-60 {
    width: calc(60% - 1.875rem);
}

.custom-flex-grid .col-33 {
    width: calc(33.33333% - 1.875rem);
}

.custom-flex-grid .col-66 {
    width: calc(66.6666666666% - 1.875rem);
}

.custom-flex-grid .col-100 {
    width: calc(100% - 1.875rem);
}

@media (max-width: 767px) {
    .custom-flex-grid div[class*="col-"] {
        width: calc(100% - 1.875rem);
    }
}

@media (max-width: 414px) {
    #hero-section h1 {
        font-size: 20px !important;
    }

    .cat-logo {
        margin-top: 15px;
    }
}

@media (max-width: 393px) {
    #hero-section h1 {
        font-size: 18px !important;
    }
}

@media (max-width: 375px) {
    #hero-section h1 {
        font-size: 17px !important;
    }
}

@media (max-width: 360px) {
    #hero-section h1 {
        font-size: 16px !important;
    }
}

.master-wrapper .button {
    padding: 0px 35px;
    font-size: 18px;
    border: 3px solid;
    border-radius: 3px;
    display: inline-block;
    margin: 10px 0;
    text-decoration: none;
    height: none !important;
}

.master-wrapper .button.outline {
    background: transparent !important;
}

.master-wrapper .button.orange {
    background: #f47920;
    color: white;
    border-color: #f47920;
}

.master-wrapper .button.full {
    display: block;
}

.callout {
    background-color: #faefe4;
    padding: 15px;
    display: block;
}

/* hero */
#hero-section {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url('https://cdn.ironpla.net/i/hmpg/2022/Cat_Hero_1200x350__1_.jpg');
    background-position: center;
    background-size: cover;
    padding: 100px 50px;
    color: white;
    margin: 0;
}

    #hero-section h1 {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 0;
        color: white;
    }

.cat-logo {
    width: 350px;
    height: auto;
}

/* image grid */
#image-grid p {
    margin: 0;
}

#image-grid h4 {
    margin-bottom: 40px;
}

/* hubspot form section  */
#hubspot-section .left-col h3 {
    font-size: 22px;
    font-weight: 600;
}

.icons-wrap {
    text-align: center;
}

    .icons-wrap p {
        margin-bottom: 0;
    }

.icons-row {
    display: flex;
    align-items: center;
    padding: 10px 30px;
}

    .icons-row .icon-wrapper img {
        width: 90px;
        max-width: 90px;
    }

    .icons-row .icon-text {
        padding-left: 20px;
    }

.lead-form {
    border: 1px solid #ccc;
    background-color: #eee;
    padding: 25px;
    border-radius: 2px;
}


#hubspotForm input.hs-input, #hubspotForm select{
    height:40px;
    box-sizing:border-box;
    margin-bottom:20px;
    width:100%;
}

fieldset{
    max-width:100% !important;
}

#hubspotForm input[type='submit'] {
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    text-align: center;
    background-color: #006ea6;
    border-color: #006ea6;
    color: #fff;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 12px 24px;
    padding: 0px 24px;
    float: left;
    width: auto;
    font-weight:normal;
}

.hs_submit .actions {
    padding-top:0px !important;
    padding-bottom:0px !important;
    width:100%;
    display:inline-block;
}

.privacy-link{
    font-size:16px;
}

.hs-form .col-50 h3 {
    font-weight: 600;
}

.section .col-100 h3 {
    font-weight: 600;
    padding: 10px 0px 10px 0px;
}

.section .col-100 h2 {
    font-weight: 600;
}

.callout {
    padding: 30px;
}

    .callout .text-align-center {
        padding: 30px;
        font-weight: 600;
    }

#image-grid h4 {
    padding-top: 12px;
    font-size: 18px;
    font-weight: 600;
}

.master-wrapper .button {
    padding: 7px 35px;
}

#hubspotForm .form-columns-2 .hs-form-required {
    color: red;
}

#hubspotForm .form-columns-1 .hs-form-required {
    color: red;
}

hubspotForm .hs-form-138c4e45-081c-4315-8eb9-467b5c7c42d9_a44e3643-9391-4f49-9795-180b71a8acb5 fieldset {
    font-weight: 600;
}

#image-grid .custom-flex-grid .col-33 img {
    box-shadow: 1px 1px 4px;
    color: black;
}

#image-grid .custom-flex-grid .col-33 img:hover {
    box-shadow: 10px 10px 10px rgba(0,0,0,0.45);
}