﻿/* colors
    --bs-gray: #F2F2F2;
    --bs-gray-dark: #3D3D3E;
    --bs-primary: #01486B;
    --bs-secondary: #026CA1;
    --bs-success: #198754;
    --bs-info: #F2562C;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #EEF9FD;
    --bs-dark: #002436;
*/

p, li, a, h3, h5 {
    font-family: Raleway, Helvetica, Arial, sans-serif;
    font-style: normal;
    color: #3D3D3E;
    font-variant-numeric: lining-nums;
    font-feature-settings: 'pnum' on, 'lnum' on;
    text-decoration: none;
    margin-bottom: 0px;
  
}

p, li, ul {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

h1, h2, h4 {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: 700;
    color: #01476B;
    font-variant-numeric: lining-nums;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.h2-Larger {
    font-size: 39px;
}

.raleway {
    font-family: Raleway, Helvetica, Arial, sans-serif;
}
.playfair {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
}

ul {
    padding-left: 17px;
    margin-bottom: 0px;
}

p.Small-Text {
    font-size: 16px;
    line-height: 30px;
}

p.Large-Text {
    font-size: 22px;
    line-height: 34px;
}

p.Medium-Text {
    font-size: 19px;
    line-height: 31px;
}

.Hero-Text {
    font-size: 21px;
    line-height: 36px;
    text-align: center;
}

h1 {
    font-size: 45px;
    line-height: 58px;
    color: #01486B;
}

h2 {
   /* font-size: 40px;
    line-height: 54px;*/
    font-size: calc(2.1rem + .9vw);
    line-height: calc(2.5rem + .9vw);
}

h3 {
    font-weight: bold;
    /*    font-size: 26px;
    line-height: 35px;*/
    color: #01476B;
    font-size: calc(1.3rem + .6vw);
    line-height: calc(1.8rem + .6vw);
    margin-bottom: 5px;
}
.small-icon {
    max-width: 65px;
}

img {
    width: 100%;
}

.border-r50 {
    border-radius: 50px;
}
.border-r50-r {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.border-r50-l {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.Hero-Image img {
    max-width: 500px;
    display: block;
    margin: 0 auto;
    width: 80%;
}

.btn-info:hover {
    color: #ffffff;
    background-color: #01486B;
    border-color: #F2562C;
    transition: background-color linear 200ms 100ms, color linear 200ms 100ms;
}
.btn-info:active {
    color: #ffffff;
    background-color: #026CA1;
    border-color: #026CA1;
}
.btn-info:active:focus,
.btn-info:focus{
    color: #ffffff;
    background-color: #026CA1;
    border-color: #026CA1;
    box-shadow: 0 0 0 0.25rem rgb(1 72 107 / 50%);
}
.btn-info:active:focus {
    box-shadow: 0 0 0 0.25rem rgb(1 72 107 / 50%);
}
.form-control {
    box-shadow: none;
}
.Main-Wrapper {
    overflow-x: hidden;
    margin-top: 90px;
}
/* Header */
.navbar {
    background-color: #ffffff;
    height: 90px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1020;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler .btn-line {
    width: 28px;
    height: 2px;
    margin: 4px auto 3px;
    background: #002436;
    transition: all 0.2s ease-out;
}
.navbar-toggler.close {
    transform: rotate(180deg);
}
.navbar-toggler.close .btn-line:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
    height: 3px;
}
.navbar-toggler.close .btn-line:nth-child(2) {
    opacity: 0;
}
.navbar-toggler.close .btn-line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
    height: 3px;
}
#HeaderNavbar.Scrolled {
    box-shadow: 0px 1px 5px lightgrey;
    height: 60px;
}
.navbar-collapse {
    left: -125vw;
    position: absolute;
    top: 90px;
    width: 50vw;
    background-color: #ffffff;
    border: 2px solid #026CA1;
    border-left: 0px;
    height: 100vh;
    min-width: 300px;
}
.navbar-collapse.Scrolled {
    top: 60px;
}
.navbar-brand img {
    max-width: 100px;
}
.navbar li {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
}
nav.navbar .navbar-nav .nav-link:hover, 
nav.navbar .navbar-nav .nav-link:focus {
    color: #F2562C;
}
.nav-link {
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: 600;
}
.nav-link.dropdown-toggle {
    padding-bottom: 5px;
}
.nav-item .dropdown-menu .dropdown-item {
    padding: 0.4rem 1rem;
}
.nav-item:hover ul.dropdown-menu {
    display: block;
}
.nav-item ul.dropdown-menu {
    display: block;
    border: none;
    padding: 5px 0px 8px;
}
.nav-item.dropdown .dropdown-item {
    font-size: 22px;
    padding-top: 0.4rem;
    padding-bottom: 8px;
    color: #3D3D3E;
}
.dropdown-menu li:last-child a {
    margin-bottom: -15px;
}
.dropdown-menu[data-bs-popper] {
    margin-top: 0px;
}
.navbar .dropdown-toggle::after {
    content: none;
}
.Header-Phone {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 5px;
}
.CTA-Button {
    font-weight: bold;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    border-radius: 50px;
}
.CTA-Button-Small {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    line-height: 23px;
    border-radius: 15px;
    width: 82px;
}
.CTA-Button.Scrolled {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
button.navbar-toggler {
    width: auto;
    height: auto;
}
.Header-Overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0);
    z-index: 1000;
    display: none;
    opacity: 0;
}

/* Footer */
footer {
    background-color: #002436;
}
.Footer-Mission-Title {
    font-size: 26px;
    line-height: 35px;
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
    font-weight: 700;
    color: #ffffff;
}
.Footer-Mission-Text {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300;
}
.Footer-Links {
    margin-bottom: 30px;
}
.Footer-Links p.Footer-Links-Title {
    font-size: 26px;
    line-height: 35px;
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}
.Footer-Links p,
.Footer-Links a {
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 300;
    display: block;
}
.Footer-Links a {
    padding-bottom: 5px;
    padding-top: 5px;
}
.Footer-Company-Info img {
    max-width: 225px;
}
.Footer-Company-Info p.Footer-Company-Info-Phone {
    font-size: 30px;
    line-height: 41px;
    color: #ffffff;
}
.Footer-Company-Info p,
.Footer-Company-Info a {
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
}
.Footer-Copyright p, .Footer-Copyright a {
    font-size: 13px;
    line-height: 20px;
}
.Footer-Partner-Logo {
    max-width: 130px;
}
.Footer-Mission-Title-Small {
    font-size: 21px;
    line-height: 30px;
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
    font-weight: 700;
    color: #ffffff;
}

/* Home */
.Home-Hero {
    padding-bottom: 200px;
    margin-top: 70px;
}
.Home-Hero-Title-Large {
    font-size: 37px;
    line-height: 52px;
}
.Home-Hero-Title {
    font-size: 31px;
    line-height: 43px;
}
.Home-Hero-Text {
    font-size: 20px;
    line-height: 32px;
    margin-top: 16px;
   
}
.Home-Hero-Image {
    margin-top: 60px;
    z-index: 200;
}
.Home-Products {
    position: relative;
    z-index: 100;
    background-color: #01486B;
    padding-bottom: 80px;
    text-align: center;
    padding-top: 270px;
    margin-top: -340px;
}
.Home-Products-Container img {
    max-width: 500px;
    display: block;
    margin: 0 auto;
    width: 50%;
}
.Home-Products-Container p {
    line-height: 1.3;
}

.Home-Products .Home-Products-Accounting {
    margin-bottom: 100px;
}
.Home-ProductDetails {
    background-color: #EEF9FD;
}
.Home-ProductDetails p {
    font-size: 18px;
    line-height: 26px;
}
.Home-ProductDetails-Main {
    padding: 230px 0 0px;
    margin-top: -150px;
}

.Home-ProductDetails-Container {
    margin-bottom: 80px;
}

.Home-ProductDetails-Main,
.Home-CTA-Main,
.Home-CompanyHighlights-Main {
    position: relative;
}
.Home-ProductDetails-Main::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    right: 0;
    background-color: #EEF9FD;
    width: 100vw;
    border-bottom-right-radius: 50px;
}
.Home-Testimonials {
    margin-top: 70px;
    padding-bottom: 0px;
}
    .Home-Testimonials img,
    .Careers-Testimonials img,
    .Home-CompanyHighlights img,
    .Home-CTA img {
        max-width: 250px;
        width: 100%;
        margin: 0 auto;
    }
.Home-Testimonials h2 {
    margin-bottom: 44px;
}
p.Home-Testimonials-Text {
    font-size: 18px;
    line-height: 33px;
}
p.Home-Testimonials-Person {
    font-style: italic;
    font-size: 18px;
    line-height: 26px;
}
a.Home-Testimonials-Link {
    font-size: 18px;
    line-height: 30px;
}
.Home-Testominals-Divider {
    margin-bottom: 100px;
}
.Home-CompanyHighlights {
    background-color: #01486B;
}

.Home-CompanyHighlights p {
    font-size: 24px;
    line-height: 36px;
}
.Home-CompanyHighlights-Main {
    padding-top: 80px;
    padding-bottom: 320px;
}
.Home-CompanyHighlights-Main::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
    background-color: #01486B;
    width: 100vw;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.Home-CTA {
    background-color: #026CA1;
}
.Home-CTA {
    margin-top: -110px;
}
.Home-CTA-Main {
    margin-top: -140px;
    padding-bottom: 130px;
}
.Home-CTA-Main::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    right: 0;
    background-color: #026CA1;
    width: 100vw;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.Home-Partners {
    margin-top: 115px;
    margin-bottom: 115px;
}

.Home-Partners-Title {
    font-size: 23px;
    line-height: 29px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 11px;
    background-color: rgba(0,0,0,0.02);
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.Home-Partners-Text {
    font-size: 14px;
    line-height: 21px;
}
.Home-CompanyHighlights-Quote-Sub {
    font-size: 19px;
    display: block;
    line-height: 23px;
}

/* About */
.About-About h2 {
    margin-bottom: 20px;
}
.About-Hero {
    margin-top: 50px;
}
.About-About {
    background-color: #01486B;
    margin-top: 250px;
}
.About-About-Text {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}
.About-About-Image.Hero-Image {
    margin-top: -350px;
}
.About-About-Container {
    margin-top: 160px;
    padding-bottom: 80px;
}
.About-Team-Container {
    margin-bottom: 80px;
}
.About-Team-Container img {
    width: 55%;
    margin: 0 auto;
    display: block;
    margin-bottom: 12px;
    border-radius: 300px;
}
.About-Team {
    background-color: #F2F2F2;
    padding-top: 80px;
    padding-bottom: 80px;
}
.About-Team-Name {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #01486B;
    font-weight: bold;
}
.About-Team-Position {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 6px;
}
.About-Team-Text {
    font-size: 16px;
    line-height: 27px;
}

/* Partners */
.Partners-Hero-Image {
    margin-top: 100px;
}
.Partners-List {
    padding-bottom: 80px;
    margin-top: -280px;
    padding-top: 260px;
}
.Partners-List-Item-Container {
    background-color: #FFFFFF;
    border-radius: 30px;
    margin-bottom: 40px;
    position: relative;
}
.Partners-List-Item-Container h4 {
    color: #3D3D3E;
    margin-bottom: 8px;
}
.Partners-List-Location {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 30px;
}
.Partners-List-Header {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.Partners-List-Text {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 8px;
    width: 80%;
}
a.Partners-List-Text {
    cursor: pointer;
    display: block;
}

.Partners-List .Open-Icon:hover {
    opacity: 1;
}
.Partners-List .Open-Icon {
    opacity: 0.8;
    cursor: pointer;
}
.Partners-List .Close-Icon {
    display: none;
    opacity: 1;
    cursor: pointer;
}
.Story-Icon-Horizontal {
    width: 100%;
    max-width: 200px;
    cursor: pointer;
    margin-top: 8px;
}
.Story-Icon-Vertical {
    display:none;
}
.Story-Icon-Horizontal.Show {
    display: block;
}
.Story-Icon-Horizontal {
    display: none;
}


.Partners-Hero {
    margin-bottom: 140px;
    margin-top: 60px;
}
.Partners-List-Story-Container {
    background-color: #ffffff;
    border-radius: 50px;
    margin-bottom: 40px;
}
.Partners-List-Story {
    display: none;
    margin-top: -80px;
    z-index: 3;
}
.Partners-List-Story.Show {
    display: block;
}
.Partners-List-Item-Container.Show {
    margin-bottom: 0px;
    border-bottom: 85px solid #ffffff;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    z-index: 1;
}

/* Products */
.Product-Hero {
    margin-top: 100px;
    margin-bottom: 200px;
}

.Product-Main-Container {
    max-width: 540px;
    margin: 180px auto 70px;
    padding: 0px 24px;
}
.Product-Main-Container ul li {
    color: #ffffff;
}
.Product-Main,
.Product-Testimonial {
    background-color: #01486B;
}

.Product-Hero-Image {
    margin-top: -310px;
    max-width: 500px;
    display: block;
    width: 80%;
}

.Product-Testimonial-Container {
    padding-top: 80px;
    padding-bottom: 80px;
}
.Product-Testimonial-Container img {
    max-width: 200px;
    margin: 0 auto;
}
p.Product-Testimonials-Text {
    font-size: 20px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 300;
}
p.Product-Testimonials-Person {
    font-style: italic;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
}
a.Product-Testimonials-Link {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}
.Product-CTA {
    background-color: #F2F2F2;
    padding-top: 60px;
    padding-bottom: 60px;
}

.Product-Support {
    margin-top: 60px;
    margin-bottom: 70px;
}
.Product-Detail-Left,
.Product-Detail-Right {
    background-color: #F2F2F2;
}
.Product-Detail-Left.Alt-Blue {
    background-color: #EEF9FD;
}
.Product-Detail-Main,
.Product-Detail-Center {
    position: relative;
    margin-top: 60px;
    margin-bottom: 70px;
}
.Product-Detail-Right p.Large-Text,
.Product-Detail-Left p.Large-Text,
.Product-Detail-Center p.Large-Text,
.Product-Support p.Large-Text {
    font-size: 20px;
    line-height: 34px;
}
.Product-Main h2,
.Product-Detail-Right h2,
.Product-Detail-Left h2,
.Product-Detail-Center h2,
.Product-Support h2,
.Product-CTA h2 {
    font-size: 35px;
    line-height: 44px;
}
.Product-Detail-Left .Product-Detail-Main::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    right: 0;
    background-color: #F2F2F2;
    width: 100vw;
    border-bottom-right-radius: 50px;
}
.Product-Detail-Left.Alt-Blue .Product-Detail-Main::after {
    background-color: #EEF9FD !important;
    z-index: -3;
}
.Product-Detail-Right .Product-Detail-Main::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
    background-color: #F2F2F2;
    width: 100vw;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.Product-Main-Image {
    width: 250px;
    transform: rotate( -5deg);
    margin: 0 auto;
}
img.Product-Sub-Icon {
    max-width: 180px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.Product-CTA .CTA-Button {
    max-width: 300px
}
/* Pulse */
.Product-Hero #Pulse-Logo {
    max-width: 300px;
}
.Pulse-HeroText-Break {
    display: none;
}
/* Success Stories */
.Success-Title {
    margin-top: 60px;
    margin-bottom: 20px;
}
.Success-Story-Gray-Main {
    position: relative;
}
.Success-Story-White, .Success-Story-Gray-Main {
    padding-top: 40px;
    padding-bottom: 60px;
}
.Success-Story-Gray {
    background-color: #F2F2F2;
}
.Success-Story-Name {
    font-style: italic;
    font-size: 18px;
}
.Success-Story-Location span {
    font-size: 0.75em;
    font-weight: normal;
}
.Success-Story-Image {
    max-width: 250px;
    margin: 0 auto;
    display: block;
}

/* Support */
.Support-Support {
    margin-bottom: 100px;
    margin-top: 100px;
}

.Support-Support h1 {
    margin-bottom: 10px;
}
.Support-Text-Large {
    font-size: 30px;
}
.Support-Bottom-Color {
    margin-top: -370px;
    padding: 190px;
}
#Support-Form-Container {
    height: 1000px;
    width: 100%;
    margin: 0px auto;
    display: block;
    border: none;
}

#Support-Form-Container.PII-Support-Form-Container{
    height: 900px;
}

.Support-Support .Hero-Image {
    max-width: 500px;
    margin: 0 auto;
    display: block;
    padding-top: 60px;
}

/* Subscribe */
#Subscribe-Form-Container {
    height: 520px;
    width: 100%;
    margin: 20px auto;
    display: block;
    border: none;
}

/* Error Page */
.Error-Main h1 {
}

.Error-Main h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
}

/* Privacy Policy */
.Privacy-Main {
    padding-top: 100px;
    padding-bottom: 100px;
}
.Privacy-Main h3 {
    margin-top: 60px;
    margin-bottom: 10px;
}

.Privacy-Main h5 {
    margin-top: 25px;
    margin-bottom: 10px;
}
.Privacy-Main p {
    margin-bottom: 10px;
}
.Privacy-Main ul {
    margin-bottom: 10px;
    padding-left: 20px;
}
.Privacy-Main a {
    color:#F2562C;
}

/* Careers */
.Careers-Hero {
    margin-top: 150px;
    margin-bottom: 150px;
}

.Careers-What {
    margin-top: 250px;
}

.Careers-What-Text {
    font-size: 22px;
    line-height: 38px;
    color: #ffffff;
}

.Careers-What-Image.Hero-Image {
    margin-top: -350px;
}

.Careers-What {
    background-color: #01486B;
}

.Careers-What-Container {
    max-width: 540px;
    margin: 180px auto 70px;
    padding: 0px 24px;
    background-color: #01486B;
}


.Career-Benefits {
    background-color: #EEF9FD;
    padding-top: 400px;
    padding-bottom: 640px;
    margin-top: -250px;
}

.Career-Benefits-Container {
    margin-bottom: 80px;
}

.Career-JobListings h2 {
    margin-bottom: 20px;
}

.Career-JobListings {
    margin-top: -560px;
}

.Career-JobListings-Container {
    background-color: #F2F2F2;
    box-shadow: 0px 0px 10px #cccccc;
    padding-bottom: 100px;
    padding-top: 100px;
}

.Career-JobListings-Button {
    color: #ffffff;
    border-radius: 30px;
    padding: 4px 12px;
    font-weight: bold;
}

.Careers-CTA {
}
.Careers-CTA-Main {
    padding: 100px 120px 750px 120px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background-image: url(/Content/Images/SGATeamBottom.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

    .Careers-CTA-Main p {
        font-size: 24px;
        line-height: 1.6;
    }

.Careers-Testimonials img {
    width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 300px;
    padding-right: 12px;
}

.Careers-Testimonials img.right-image {
    padding-left: 12px;
    padding-right: 0px;
}

.Career-JobListings-Listing-Item {
    border-bottom: 1px solid #cccccc;
}

    .Career-JobListings-Listing-Item > div {
        width: calc(100% - 150px);
    }

    .Career-JobListings-Listing:last-child .Career-JobListings-Listing-Item {
        border-bottom: 0px !important;
    }

/* Apply */
.Apply-Hero {
    margin-top: 150px;
    margin-bottom: 100px;
}

    .Apply-Hero p {
        line-height: 1.6;
        margin-top: 24px;
    }

.Apply-JobListing p {
    line-height: 1.8;
}

.Apply-JobListing-Item {
    margin-bottom: 50px;
}

    .Apply-JobListing-Item ul {
        margin-left: 4px;
    }



    @media (max-width: 245px) {
        #Support-Form-Container {
            height: 1020px;
        }
    }


@media (min-width: 305px) {
    .navbar-collapse {
        left: -100vw;
    }
}

@media (min-width: 353px) {
    .navbar-collapse {
        left: -100vw;
    }
}

@media (max-width: 575px) {
    .Support-Ticket-Container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    p.Large-Text {
        font-size: 25px;
        line-height: 41px;
    }
    p.Medium-Text {
        font-size: 22px;
        line-height: 34px;
    }
    .Main-Wrapper {
        margin-top: 110px;
    }
    /* Header */
    .navbar {
        height: 110px;
    }
    .navbar-brand img {
        max-width: 120px
    }

    #HeaderNavbar.Scrolled {
        height: 80px;
    }

    .navbar-collapse.Scrolled {
        top: 80px;
    }
    .navbar-collapse {
        top: 110px;
    }
    /* Home */
    .Home-Hero-Title {
        font-size: 43px;
        line-height: 55px;
    }
    .Home-Hero-Title-Large {
        font-size: 50px;
        line-height: 66px;
    }
    button.navbar-toggler {
        width: 82px;
        height: 56px;
    }
    .Product-Testimonial-Container img {
        max-width: 300px;
    }
    .Product-Testimonial-Container {
        max-width: 540px;
        margin: 0 auto;
    }
    .Home-Products {
        margin-top: -370px;
        padding-top: 300px;
        padding-bottom: 100px;
    }
    .Home-ProductDetails-Main {
        padding: 260px 0 50px;
        margin-top: -150px;
    }
    .Home-Testimonials {
        margin-top: 80px;
        padding-bottom: 50px;
    }
    p.Home-Testimonials-Text {
        font-size: 22px;
        line-height: 38px;
    }
    /* Support */
    .Support-Support h1 {
        margin-bottom: 20px;
    }


    /* About */
    .About-About-Container, .Home-Products-Container {
        padding-right: 3rem;
        padding-left: 3rem;
    }
    /* Error */
    .Error-Main h1 {
        font-size: 50px;
        margin-bottom: 15px;
    }

    /* Career */
    .Careers-Testimonials {
        margin-top: 100px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    h1 {
        font-size: 54px;
        line-height: 77px;
    }

    h2 {
        font-size: 48px;
        line-height: 64px;
    }

 /*   .h2-Larger {
        font-size: 56px;
        line-height: 61px;
    }*/

    /* Home */
    .Home-Hero-Title-Large {
        font-size: 64px;
        line-height: 85px;
    }

    .Home-Hero-Text {
        font-size: 24px;
        line-height: 38px;
        margin-top: 33px;
        width: 87%;
    }

    .Home-Hero-Title {
        font-size: 52px;
        line-height: 67px;
    }

    .Home-Products-Container img {
        width: 90%;
    }

    .Home-Products {
        margin-top: -390px;
        padding-top: 300px;
    }
    .About-About-Container,
    .Home-Products-Container {
        text-align: left;
    }

    .Hero-Image img {
        max-width: 400px;
        width: 100%;
    }

    .Home-ProductDetails .small-icon {
        max-width: 110px;
    }

    .Home-CompanyHighlights-Main {
        padding-top: 80px;
        padding-bottom: 250px;
    }

    .Home-CTA-Main {
        margin-top: 0px;
        padding-top: 130px;
    }

    p.Home-CompanyHighlights-Quote-Text {
        font-size: 28px;
        line-height: 47px;
    }
    .Home-Testimonials {
        margin-top: 100px;
        padding-bottom: 100px;
    }
        .Home-Testimonials img,
        .Careers-Testimonials img,
        .Home-CompanyHighlights img,
        .Home-CTA img {
            max-width: 300px;
        }

    .Success-Title {
        margin-top: 80px;
    }

    .Success-Story-White,
    .Success-Story-Gray-Main {
        padding-top: 60px;
    }

    /* Products */
    .Product-Hero-Image {
        max-width: 400px;
        margin-top: -380px;
    }

    .Product-Main-Container {
        margin-top: 240px;
        margin-bottom: 70px;
        max-width: 720px;
    }

    .Product-CTA {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .Product-Testimonial-Container {
        max-width: inherit;
    }
    /* Pulse */
    .Product-Hero #Pulse-Logo {
        max-width: 400px;
    }

    .Product-Hero #Accounting-Logo {
        max-width: 600px;
    }

     /* About */
    .About-Hero .Hero-Text {
        font-size: 27px;
        line-height: 42px;
    }
    /* Partners */
    .Story-Icon-Vertical {
        width: 75px;
        position: absolute;
        right: 20px;
        bottom: 24px;
        cursor: pointer;
    }
    .Story-Icon-Vertical.Show {
        display: block;
    }
    .Story-Icon-Horizontal, .Story-Icon-Horizontal.Show {
        display: none;
    }
    /* Error */
    .Error-Main h1 {
        font-size: 60px;
        margin-bottom: 15px;
    }
    .Error-Main h3 {
        font-size: 24px;
        line-height: 32px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    h3 {
        font-size: 32px;
        line-height: 38px;
    }
    .Hero-Text {
        font-size: 25px;
        line-height: 41px;
        text-align: center;
    }
    /* Header */
    .navbar li {
        font-size: 20px;
    }

    .navbar-brand img {
        max-width: 140px;
    }

    .CTA-Button {
        font-size: 20px;
    }

    .navbar-collapse {
        position: inherit;
        border: none;
        height: auto;
    }

    .nav-item ul.dropdown-menu {
        display: none;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        border-top: 2px solid #01486B;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .nav-link,
    .nav-link.dropdown-toggle {
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .dropdown-menu li:last-child a {
        margin-bottom: -8px;
    }
    .nav-item.dropdown .dropdown-menu li:last-child .dropdown-item {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    /* Home */
    .Home-ProductDetails,
    .Home-CompanyHighlights,
    .Home-CTA {
        background-color: transparent;
    }

    .Home-CTA-Main h2 {
        font-size: 36px;
        line-height: 53px;
    }

    .Home-ProductDetails-Main .row {
        padding-right: 50px;
    }
    .Home-ProductDetails-Main {
        padding: 315px 0 80px;
        margin-top: -150px;
    }
    .Home-ProductDetails-Container {
        margin-bottom: 100px;
    }
    .Home-Hero {
        background-image: url(/Content/Images/Background-Graphic.svg);
        background-position: 29px 40px;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .Home-Testimonials {
        background-image: url(/Content/Images/Background-Graphic.svg);
        background-position: 29px 530px;
        background-size: 100%;
        background-repeat: no-repeat;
        margin-top: 150px;
        padding-bottom: 150px;
    }
    .Home-CompanyHighlights-Stats {
        margin-top: 48px;
    }
    .Home-Hero-Image {
        margin-top: 0px;
    }
    .Home-Hero-Text {
        width: 100%;
        font-size: 21px;
    }
    .Home-Hero-Title-Large {
        font-size: 48px;
        line-height: 63px;
    }
    .Home-Hero-Title {
        font-size: 41px;
        line-height: 55px;
    }
    .Home-Products {
        padding-top: 0px;
        margin-top: -110px;
        padding-bottom: 0px;
    }
    .Home-Products .Home-Products-Accounting {
        padding-left: 95px;
        margin-bottom: 0px;
    }
    .Home-Products .Home-Products-Sales {
        padding-right: 90px;
    }
    .Home-Products .Home-Products-Accounting,
    .Home-Products .Home-Products-Sales {
        padding: 100px 2.5rem;
    }
    .Home-Products-Container img {
        width: 40%;
    }
    .Home-Partners-Container {
        display: none;
        position: relative;
        top: 0;
        opacity: 1;
    }
    .Home-Partners-Container.PreSlide {
        top: 100px;
        opacity: 0;
    }
    .Home-Partners-Container:nth-child(-n+3) {
        display: flex;
    }
    .Home-Hero-Image.Hero-Image img {
        max-width: none;
    }
    p.Home-Testimonials-Text {
        font-size: 25px;
        line-height: 41px;
    }

    /* About */
    .About-About {
        margin-top: 320px;
    }

    .About-About-Container {
        padding: 90px 110px 100px;
        margin-top: 50px
    }

    .About-Team-Container {
        margin-bottom: 120px;
    }

    .About-Hero {
        margin-top: 160px;
        margin-bottom: 170px;
    }
    .About-Hero .Hero-Text {
        font-size: 32px;
        line-height: 47px
    }
    /* Success Stories */
    .Success-Story-White {
        padding-left: 24px;
        padding-right: 23px;
    }

    .Success-Story-Gray {
        background-color: transparent;
    }

    .Success-Story-White,
    .Success-Story-Gray-Main {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .Success-Story-Gray-Main::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: -1;
        right: 12px;
        background-color: #F2F2F2;
        width: 100vw;
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
    }
    /* Pulse */
    .Product-Hero #Pulse-Logo {
        max-width: 450px;
    }
    /* Partners */
    .Partners-List {
        padding-top: 60px;
        padding-bottom: 100px;
        margin-top: 0px;
    }
    .Partners-List-Story {
        margin-top: -45px;
    }

    .Partners-Hero {
        margin-top: 80px;
    }

    .Success-Title {
        margin-top: 120px;
    }
    .Partners-List-Item-Header {
        height: 86px;
        margin-bottom: 8px;
    }
    .Partners-List-Item-Text {
        height: 122px;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: end;
    }
    /* Product Pages */
    .Product-Main-Container {
        padding: 90px 110px 100px;
    }

    .Product-Detail-Left .Product-Detail-Main {
        padding: 280px 0 130px;
        margin-top: -150px;
    }

    .Product-Detail-Right .Product-Detail-Main {
        padding: 130px 0 130px;
    }

    .Product-CTA {
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        padding: 310px 100px 170px;
        margin-top: -150px;
    }

    .Product-Detail-Center {
        margin-top: 130px;
        margin-bottom: 130px;
    }

        .Product-Detail-Right p.Large-Text,
        .Product-Detail-Left p.Large-Text,
        .Product-Detail-Center p.Large-Text,
        .Product-Support p.Large-Text {
            font-size: 22px;
            line-height: 34px;
        }

    .img.Product-Sub-Icon {
        max-width: 250px;
    }

    .Product-Support {
        margin-top: 130px;
        margin-bottom: 130px;
    }

    .Product-Testimonial-Container {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 50px;
        padding-right: 50px;
    }

    p.Product-Testimonials-Text {
        font-size: 25px;
        line-height: 41px;
    }

    .Product-Hero {
        margin-top: 160px;
        margin-bottom: 230px;
    }

    .Product-Main-Container {
        margin-top: 130px;
        margin-bottom: 0px;
        max-width: 100%;
    }

    .Product-Main, .Product-Testimonial,
    .Product-Detail-Left, .Product-Detail-Right,
    .Product-Detail-Left.Alt-Blue {
        background-color: transparent;
    }

    .Product-Hero-Image {
        margin-top: -290px;
    }

    .Product-Detail-Main {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .Product-Detail-Center {
        margin-bottom: 130px;
    }

    /* Career */
    .Career-Benefits-Container {
        margin-bottom: 100px;
    }

    .Careers-Testimonials {
        background-image: url(/Content/Images/Background-Graphic.svg);
        background-position: 29px 530px;
        background-size: 90%;
        background-repeat: no-repeat;
        margin-top: 180px;
    }

    /* Error */
    .Error-Main h1 {
        font-size: 60px;
        margin-bottom: 35px;
    }
    .Error-Main h3 {
        font-size: 24px;
    }

    /* Footer */
    .Footer-Partner-Logo {
        max-width: 160px;
    }
}


/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    h1 {
        font-size: 58px;
        line-height: 77px;
    }
    
    /* Header */
    .navbar li {
        font-size: 22px;
    }
    .navbar-brand img {
        max-width: 150px;
    }
    .CTA-Button {
        font-size: 23px;
    }
  
    /* Home */
    .Home-Products {
        background-color: transparent;
    }

    .Home-ProductDetails .small-icon {
        max-width: 65px;
    }

    .Home-Hero {
        background-position: 44px 61px;
    }

    .Home-Hero-Title {
        font-size: 50px;
        line-height: 66px;
    }

    .Home-Hero-Title-Large {
        font-size: 58px;
        line-height: 82px;
    }

    .Home-Testimonials {
        background-position: 29px 452px;
    }
    .Home-CompanyHighlights-Stats {
        margin-top: 65px;
    }
    .Home-CompanyHighlights-Main {
        padding-bottom: 230px;
    }
    .Home-CTA {
        margin-top: -150px;
    }
    .Home-CTA-Main h2 {
        font-size: 48px;
        line-height: 64px;
    }
    /* About */
    .About-Team {
        margin-top: -250px;
        padding-top: 390px;
    }

    .About-About {
        background-color: transparent;
        margin-top: 0px;
    }

    .Hero-Image {
        margin-top: 0px;
    }

    .Home-Hero-Image.Hero-Image img {
        max-width: 490px;
    }

    .Home-Partners-Container:nth-child(-n+4) {
        display: flex;
    }
    /* Partners */
    .Partners-Hero .Hero-Image img {
        max-width: none;
    }

    .Partners-Hero {
        background-image: url(/Content/Images/Background-Graphic.svg);
        background-position: 40px 30px;
        background-size: 100%;
        background-repeat: no-repeat;
        margin-bottom: 0px;
        padding-bottom: 140px;
        margin-top: 130px;
    }

    /* Success Story */
    .Success-Story-White,
    .Success-Story-Gray-Main {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    /* Products */
    .Product-Detail-Right p.Large-Text,
    .Product-Detail-Left p.Large-Text,
    .Product-Detail-Center p.Large-Text,
    .Product-Support p.Large-Text {
        font-size: 25px;
        line-height: 41px;
    }

    .Product-Hero-Image {
        margin-top: -380px;
        max-width: 560px;
    }

        .Product-Hero-Image img {
            margin-bottom: 50px;
        }

    .Product-Main-Container {
        margin-top: 210px;
    }

    .Product-Testimonial-Container {
        padding-top: 80px;
        padding-bottom: 80px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .Product-CTA .Product-Sub-Icon {
        max-width: none;
    }

    .Product-CTA {
        padding: 280px 100px 140px;
    }

    /* Error */
    .Error-Main h1 {
        font-size: 70px;
        margin-bottom: 35px;
    }
    .Error-Main h3 {
        font-size: 26px;
        line-height: 36px;
    }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .Home-Products-Container img {
        width: 100%;
    }
    .Home-Hero {
        margin-top: 60px;
        background-position: 50px 61px;
    }
    .Home-Hero-Image.Hero-Image img {
        max-width: 570px;
    }
    .Home-Testominals-Divider {
        margin-bottom: 120px;
    }
    .Home-Testimonials {
        background-position: 29px 350px;
    }
    .Home-Hero-Title {
        font-size: 50px;
        line-height: 65px;
    }
    .Home-Hero-Title-Large {
        font-size: 57px;
        line-height: 76px;
    }
    .Home-Partners-Container:nth-child(-n+6) {
        display: flex;
    }
    .Partners-Hero {
        background-position: 47px 20px;
    }
    .Home-CTA {
        margin-top: -120px;
    }
    .Home-CompanyHighlights-Stats {
        width: 45%;
        padding-right: 0px;
        margin-top: 0px;
    }
    .Home-CompanyHighlights-Stats h2 {
        font-size: 41px;
        line-height: 56px;
    }
    p.Home-CompanyHighlights-Quote-Text {
        font-size: 25px;
        line-height: 43px;
        width: 100%;
    }
    .Product-CTA .Product-Sub-Icon {
        max-width: 320px;
    }
    /* Error */
    .Error-Main h1 {
        font-size: 70px;
        margin-bottom: 35px;
    }
}

/*XXX-Large devices (larger desktops, 1680px and up)*/
@media (min-width: 1680px) {
    .Home-Hero {
        background-position: 62px 75px;
    }
    .Home-Testimonials {
        background-position: 29px 215px;
    }
    .Home-CTA img {
        max-width: none;
        width: 100%;
        margin: 0 auto;
    }
    .Partners-Hero {
        background-position: 62px 0px;
    }
    .Home-Hero-Image.Hero-Image img {
        max-width: 600px;
    }
    .Home-Hero-Title {
        margin-left: 60px;
    }
    .Home-Hero-Text {
        font-size: 24px;
        line-height: 42px;
        width: 87%;
        margin-left: 60px;
    }
    p.Home-CompanyHighlights-Quote-Text {
        font-size: 28px;
        line-height: 43px;
        width: 97%;
    }
    /* Partners */
    .Partners-List-Item-Header {
        height: 68px;
        margin-bottom: 8px;
    }
    /* Support pages*/
    .Support-Text.Medium-Text {
        width: 95%;
    }
    /* Error */
    .Error-Main h1 {
        font-size: 80px;
        margin-bottom: 45px;
    }
    .Pulse-HeroText-Break {
        display: block;
    }

    /* Careers */
    .Careers-Testimonials {
        background-position: 199px 375px;
    }
}




.form-group.form-recaptcha {
    -webkit-transform: scale(1) !important;
}

#newticketform {
    margin-top: 0px;
}

.modal-header,
.modal-footer {
    display: none;
}

.modal-body {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%;
}

#sdModal * {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.modal-content {
    border: none;
    box-shadow: none;
}

.modal-dialog {
    padding: 0px;
}

#newticketform {
    float: unset !important;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-right: auto !important;
    margin-top: -50px;
}

.form-control {
    box-shadow: none;
}

.form-group .form-control {
    padding: 10px;
    height: 44px;
}


a.add_link {
    display: inline-block;
    margin-bottom: 10px;
}

.form-group.form-recaptcha {
    -webkit-transform: none;
}

.section-3 .col-lg-12 {
    font-size: 28px !important;
    margin-top: 60px;
    line-height: 42px;
}

.login_form.col-md-12 {
    display: none;
}

.login_form .col-md-6 {
    width: 80%;
    margin-left: 10%;
}
.login_form .col-md-6 .contact_info {
    display: flex;
    flex-wrap: wrap;
}


.form-group.form-recaptcha {
    display: flex;
    justify-content: center;
}

@media (max-width: 351px) {
    #newticketform {
        margin-top: -15px;
    }
}

.Download-App-Hero {
    height: calc(100vh - 885px);
    margin-top: 160px;
    margin-bottom: 170px;
}