@charset "UTF-8";

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

@font-face {
    font-family: 'Omnes';
    src: url("../font/omnes-regular-webfont.ttf") format("ttf"), url("../font/omnes-regular-webfont.ttf") format("truetype");
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

* {
    outline: none !important;
}

html {
    position: relative;
    min-height: 100%;
    background: #f5f5f5;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

body,
ul {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: 'Nimbus Sans', sans-serif;
    font-weight: normal;
    margin: 0;
    overflow-x: hidden;
    color: #1A1C1D;
    background-color: #003C56;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nimbus Sans', sans-serif;
    color: #25292B;
}

/*ul { 
   list-style-type: disc; 
   list-style-position: inside; 
}
ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}
ul ul, ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
ol ol, ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}*/
h1 {
    line-height: 48px;
    font-size: 30px;
}

h2 {
    line-height: 36px;
    font-size: 24px;
}

h3 {
    line-height: 30px;
}

h4 {
    line-height: 22px;
}

hr {
    border-top: 1px solid #025174;
}

p {
    line-height: 1.3;
    margin: 0px 0px;
    text-align: justify;
}

b {
    font-weight: 500;
}

a {
    color: #FF241F;
}

a:hover {
    outline: 0;
    text-decoration: underline;
    color: #FF241F;
    text-underline-position: under;
}

a:active,
a.dropdown.open {
    outline: 0;
    text-decoration: none;
}

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

ul {
    margin: 0px 0px;
    padding: 0;
}

li {
    display: inline-block;
    list-style-type: none;
}

li a {
    color: #003C56;
    font-size: 14px;
}

li a:hover {
    color: #003C56;
    text-decoration:underline;
}

.m-minus-10 {
    margin-top: -10px;
}

.m-top-15 {
    margin-top: 15px;
}

.m-top-10 {
    margin-top: 10px;
}

.login-box-msg p {
    color: #ED2951;
    line-height: 25px;
}

.alert-danger {
    min-height: 40px;
    max-width: 500px;
    width: 100%;
    border-radius: 3px;
    background-color: #ED2951;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto;
    padding: 10px 3px;
    text-align: center;
}

.alert-danger p {
    text-align: center;
}

.alert-danger .close {
    margin-top: -7px;
    margin-right: -10px;
}

.alert-success {
    min-height: 40px;
    max-width: 500px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #00B057;
    color: #000;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    padding: 10px 5px;
    margin: 0 auto 20px auto;
    background-color: #fff;
}

.alert-success p {
    text-align: center;
}

.alert-success .close {
    margin-top: -7px;
    margin-right: -10px;
}

.alert-success a {
    color: #000;
}

.alert-success a:hover {
    color: #000;
    text-underline-position: under;
}

.alert-href:hover {
    text-decoration: none;
}

.wrapper-container {
    background-color: #fff;
    position: relative;
}

.wrapper-container .dashboard-container {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
}

.wrapper-container .plain-template {
    max-width: 650px;
    margin: 0 auto;
}

.wrapper-container .plain-template h1,
.wrapper-container .plain-template h2,
.wrapper-container .plain-template h3,
.wrapper-container .plain-template h4,
.wrapper-container .plain-template h5 {
    padding: 35px 7px 8px 0px;
}

.wrapper-container .plain-template h5 {
    margin: 30px 0px 23px 0px;
    font-size: 18px;
    font-weight: 500;
}

.wrapper-container .plain-template p,
.wrapper-container .plain-template div {
    color: #25292B;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    line-height: 1.6;
}

.wrapper-container .plain-template ul {
    margin: 10px 0px 10px 0px;
    list-style-type: disc;
}

.wrapper-container .plain-template li {
    color: #666;
}

.wrapper-container .plain-template li:before {
    /*margin-left: 10px;*/
    content: "•";
    padding-right: 10px;
    padding-right: 6px;
    font-size: 16px;
    font-weight: 100;
}

.wrapper-container .plain-template a {
    color: #00B057;
}

.section-title {
    max-width: 683px;
    color: #003C56;
    font-size: 50px;
    text-align: center;
    margin: 0 auto;
    padding: 75px 0px 52px 0px;
}

.section-title p {
    margin-bottom: 22px;
    text-align: center;
    font-family: 'Omnes';
}

.section-title span {
    display: block;
    font-family: 'Nimbus sans', sans-serif;
    max-width: 575px;
    color: #003C56;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin: 0 auto;
}

.plain-template-container .wrapper-container img {
    max-width: 282px;
    width: 100%;
    max-height: 283px;
    height: auto;
    margin: 0 auto 30px auto;
}

.plain-template-hr {
    border-top: 1px solid #003C56;
    margin: 8px 0px;
}

.button-label {
    height: 16px;
    color: #00B057;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.btn-container button {
    color: #fff;
}

.btn-container button:hover {
    color: #fff;
}

.button-default:hover {
    text-decoration: none;
    color: #fff;
    opacity:0.8;
}

.button-default {
    height: auto;
    max-width: 225px;
    width: 100%;
    color: #fff;
    border-radius: 22px;
    background-color: #ED4032;
    border: 1px solid #ED4032;
    padding: 13px 0px;
}

.button-default a {
    color: #fff;
    /*font-size: 18px;*/
    line-height: 1;
}

.button-default a:hover {
    text-decoration: none;
}

.xerosync-dashboard-box-container .button-default:hover {
    background-color: #ED4032;
    cursor: pointer;
    border: 1px solid #ED4032;
    opacity:0.8;
    /*color: #000;*/
}

.well-done-button-container {
    margin-top: -20px;
}

.well-done-button {
    padding: 12px 30px !important;
    font-size: 14px;
    border-radius: 16px;
}

/*Css for Stripe*/
.update-payment-details .stripe-button-el-update span {
    font-size: 14px !important;
}

.stripe-button-el,
.stripe-button-el-update {
    min-height: 48px;
    height: auto;
    max-width: 225px;
    width: 100%;
    color: #fff;
    border-radius: 22px !important;
    background-color: #ED4032 !important;
    border: 1px solid #ED4032;
    line-height: 0;
    background-image: none !important;
    cursor: pointer;
}

.stripe-button-el:hover,
.stripe-button-el-update:hover {
    color: #fff;
    border-radius: 22px !important;
    background-color: #ED4032 !important;
    border: 1px solid #ED4032;
    background-image: none !important;
    cursor: pointer;
    opacity:0.8;
}

.stripe-button-el span,
.stripe-button-el-update span {
    font-family: 'Nimbus sans', sans-serif !important;
    font-weight: normal !important;
    text-shadow: none !important;
    font-size: 18px !important;
    background-image: none !important;
    background: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.Button-animationWrapper-child--primary.Button {
    background-color: #00B057 !important;
    background-image: linear-gradient(-180deg, #00B057, #00B057) !important;
}

.Checkout.is-desktop .Button {
    background-color: #00B057 !important;
    background-image: linear-gradient(-180deg, #00B057, #00B057) !important;
}

/*End of Css for Stripe*/
.top-nav-bar {
    font-size: 12px;
    max-width: 1315px;
    margin: 0 auto;
    padding: 30px 0px 6px 0px;
}

.top-nav-bar .logo-container {
    float: left;
}

.top-nav-bar .logo-container span:nth-child(1) img {
    height: 36px;
    width: auto;
    margin-right: 21px;
}

.top-nav-bar .logo-container span:nth-child(2) img {
    height: 14px;
    width: 112px;
}

.top-nav-bar .topnav {
    float: right;
    overflow: hidden;
}

.top-nav-bar .topnav a {
    display: inline-block;
    padding: 7px 0px;
    margin-left: 20px;
    color: #fff;
    font-size: 15px;
}

.top-nav-bar .topnav a:hover {
    text-decoration: underline;
}

.top-nav-bar .topnav .icon {
    display: none;
}

.top-nav-bar .topnav a:nth-child(5),
.top-nav-bar .topnav a:nth-child(6) {
    /* color: #00B057; */
    color: #fff;
}

.top-nav-bar .topnav a:nth-child(5):hover,
.top-nav-bar .topnav a:nth-child(6):hover {
    color: #fff;
    text-decoration: none;
}

.top-nav-bar .topnav a:nth-child(7) {
    max-width: 145px;
    /*width: 100%;*/
    padding: 10px 20px;
    border: 1px solid #ED4032;
    border-radius: 13px;
}

.top-nav-bar .topnav a:nth-child(7):hover {
    background-color: #ED4032;
    color: #fff;
}

.top-nav-bar .fa-bars {
    position: absolute;
    right: 20px !important;
    top: 37px;
}

.top-nav-bar .fa-times {
    position: absolute;
    /* right: 20px !important;*/
    top: 37px;
}

.top-nav-bar .fa-bars:before,
.top-nav-bar .fa-times:before {
    font-size: 25px !important;
}

@media screen and (max-width: 600px) {
    .top-nav-bar .topnav {
        float: none;
        width: 100%;
        /*margin-bottom: 30px;*/
    }

    .top-nav-bar .topnav a:not(:first-child) {
        display: none;
    }

    .top-nav-bar .topnav a.icon {
        float: right;
        display: block;
        margin-right: 5px;
    }

    .top-nav-bar .topnav.responsive {
        float: none;
        width: 100%;
    }

    .top-nav-bar .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .top-nav-bar .logo-container {
        float: none;
        margin: 0 auto 15px auto;
        width: 90%;
    }

    .top-nav-bar .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .top-nav-bar .topnav a:nth-child(6) {
        max-width: 148px;
        /*width: 100%;*/
    }

    .top-nav-bar .topnav a:nth-child(6) {
        color: #fff;
    }
}

.dashboard-box {
    position: relative;
    min-height: 120px;
    height: auto;
    max-width: 927px;
    /*width: 100%; */
    border-radius: 3px;
    margin-bottom: 77px;
    padding: 34px 63px 33px 0px;
}

.dashboard-box .dashboard-text h3 {
    font-family: 'Omnes';
    font-size: 37px !important;
    margin: 0px 0px 15px 0px;
}

.dashboard-box .dashboard-text p {
    min-height: 66px;
    height: auto;
    max-width: 450px;
    width: 100%;
    color: #25292B;
    font-family: 'Nimbus sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    text-align: left;
}

.dashboard-box .dashboard-button .button-default {
    position: relative;
    top: -85px;
    float: right;
    padding: 13px 0px;
    text-align: center;
}

.dashboard-box .dashboard-button button {
    position: relative;
    top: -85px;
    float: right;
    padding: 16px 0px !important;
    text-align: center;
}

.dashboard-box .circle-container {
    position: absolute;
    top: -50px;
    left: -50px;
}

.dashboard-box .dashboard-box-header-only {
    position: absolute;
    top: 39%;
    color: #CEDBE1;
}

.wrapper-container .fix-height {
    height: 144px;
    width: 100%;
}

.xerosync-dashboard .section-title {
    max-width: 624px;
}

.xerosync-dashboard .section-title p {
    max-width: 514px;
    margin: 0 auto;
}

.xerosync-dashboard .section-title span {
    max-width: 624px;
    margin: 23px auto 0 auto;
    line-height: 1.4;
}

.xerosync-dashboard hr {
    /*box-sizing: border-box;*/
    margin: 20px 50px 10px 50px;
    max-width: 875px;
    border: 0.7px solid #DDEBF1;
}

.xerosync-dashboard .m-minus-10 {
    margin-top: -10px !important;
}

.xerosync-dashboard .m-top-10 {
    margin-top: 10px !important;
}

.xerosync-dashboard .alert-danger {
    text-align: center;
    margin-bottom: 15px;
}

.xerosync-dashboard .alert-danger a {
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
}

.xerosync-dashboard .alert-danger a:hover {
    color: #fff;
    /* text-decoration: none; */
    text-decoration: underline;
}

.setup-dashboard .dashboard-box {
    /* border: 3px solid #00B057; */
    border: 3px solid #17BDE9;
    padding: 34px 63px 33px 40px;
}

.setup-dashboard .dashboard-box-faded {
    /*opacity: 0.6; */
    pointer-events: none;
    border: 1px solid #CEDBE1;
}

.setup-dashboard .dashboard-box-faded h3,
.setup-dashboard .dashboard-box-faded p {
    color: #CEDBE1;
}

.setup-dashboard .xero-setup .button-default {
    border: 1px solid #FFF;
    background-color: #FFF;
}

.setup-dashboard .xero-setup .button-default img {
    max-width: 240px;
    height: 63px;
    margin-left: -13px;
    margin-top: -25px;
}

.setup-dashboard .xero-setup .button-default img:hover {
    opacity: 0.8;
}

.setup-dashboard .xero-connect-setup {
    border: 1px solid #00B057;
}

.setup-dashboard .xero-connect-setup .button-default {
    /*  border: 1px solid #FFF; 
      background-color: #FFF;*/
}

.setup-dashboard .xero-connect-setup .button-default img {
    max-width: 240px;
    height: 70px;
    margin-left: -13px;
}

.setup-dashboard .hubspot-setup {
    opacity: 0.6;
    pointer-events: none;
    border: 1px solid #17BDE9;
}

.xerosync-dashboard-box-container {
    max-width: 1165px;
    width: 100%;
    margin: 0 auto;
}

.xerosync-dashboard-box-container .xerosync-dashboard-box {
    margin: 0 auto 20px auto;
    text-align: center;
    max-height: 237px;
    height: auto;
    max-width: 261px;
    width: 100%;
    border: 1px solid #CEDBE1;
    border-radius: 3px;
    padding: 35px 35px;
}

.xerosync-dashboard-box-container .button-default {
    min-height: 40px;
    border-radius: 16px;
    font-size: 14px;
    display: inline-block;
    padding: 9px 0px;
}

.xerosync-dashboard-box-container img {
    margin-bottom: 7px;
}

.xerosync-dashboard-box-container h4 {
    max-width: 50%;
    margin: 0 auto 12px auto;
    line-height: 30px;
    color: #25292B;
    font-family: 'Omnes';
}

.xerosync-dashboard-box-container .hubspot-panel h4 {
    max-width: 100%;
    margin: 0 auto 12px auto;
}

.hubspot-settings .dashboard-box {
    border: none;
    margin-bottom: 0px;
}

.hubspot-settings .section-title {
    padding: 75px 0px 0px 0px;
}

.hubspot-settings .dashboard-box p {
    max-width: none;
}

.hubspot-settings a.button-default {
    /*min-height: 41px;*/
    height: auto;
    max-width: 173px;
    width: 100%;
    border-radius: 16px;
    font-size: 14px;
}

.hubspot-settings a.button-default {
    padding: 13px 31px;
}

.hubspot-settings .dashboard-text h3 {
    font-size: 22px !important;
    line-height: 26px;
    /*font-weight: bold;*/
    font-family: 'Nimbus sans', sans-serif;
}

.hubspot-settings .dashboard-text p {
    color: #7C8488;
    margin-bottom: -8px;
    font-weight: normal;
    text-align: left;
}
.checkbox-column p {
    margin-bottom: .5rem;
}

.hubspot-settings .select-text p {
    font-size: 22px !important;
    line-height: 26px;
    color: #7C8488;
    margin-bottom: -8px;
    font-weight: normal;
    text-align: left;
}

.hubspot-settings img {
    margin-right: 8px;
}

.hubspot-settings .xero-sync-input-group {
    min-height: 45px;
}

.disconnect {
    border: 1px solid #CEDBE1;
    border-radius: 16px;
    background-color: #F5F5F5;
    color: #25292B;
}

.disconnect:hover {
    border: 1px solid #dbdbdb;
    border-radius: 16px;
    background-color: #dbdbdb;
    /*color: #fff;*/
}

.dashboard-container {
    /*For login and register page*/
    /**
    * Make the field a flex-container, reverse the order so label is on top.
    */
    /**
    * Add a transition to the label and input.
    */
    /**
    * Translate down and scale the label up to cover the placeholder,
    */
    /**
    * By default, the placeholder should be transparent.
    */
    /**
    * Show the placeholder when the input is focused.
    */
    /**
    * When the element is focused, remove the label transform.
    */
}

.dashboard-container .login-box-body {
    background-color: #FFF;
}

.dashboard-container .login-box {
    max-width: 578px;
    /* min-height: 401px;*/
    background-color: #F5F5F5;
    padding: 69px 56px;
    margin: 0 auto;
}

.dashboard-container .login-box .button-group {
    max-width: 225px;
    width: 100%;
    margin: 50px auto 14px auto;
}

.dashboard-container .login-register {
    width: 100%;
}

.dashboard-container .login-register .field {
    display: flex;
    flex-flow: column-reverse;
    margin-bottom: 1em;
}

.dashboard-container .login-register label,
.dashboard-container .login-register input {
    transition: all 0.2s;
    touch-action: manipulation;
}

.dashboard-container .login-register input[type='text'],
.dashboard-container .login-register input[type='email'],
.dashboard-container .login-register textarea {
    font-size: 1.5em;
    border: 0;
    border-bottom: 1px solid #003C56;
    font-family: inherit;
    -webkit-appearance: none;
    /* border-radius: 0;*/
    padding: 0;
    cursor: text;
    line-height: 1.25 !important;
    background-color: #F5F5F5;
}

.dashboard-container .login-register input:focus,
.dashboard-container .login-register textarea:focus {
    /*outline: 0;*/
    border-bottom: 1px solid #666;
}

.dashboard-container .login-register label {
    text-transform: capitalize;
    letter-spacing: 0.05em;
    height: 22px;
    color: #003C56;
    font-size: 14px;
    line-height: 16px;
}

.dashboard-container .login-register input:placeholder-shown+label,
.dashboard-container .login-register textarea:placeholder-shown+label {
    cursor: text;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    transform-origin: left bottom;
    transform: translate(0, 2.125rem) scale(1.5);
}

.dashboard-container ::-webkit-input-placeholder,
.dashboard-container ::-webkit-textarea-placeholder {
    opacity: 0;
    transition: inherit;
}

.dashboard-container ::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 0;
    transition: inherit;
}

.dashboard-container .login-register input:focus::-webkit-input-placeholder,
.dashboard-container .login-register textarea:focus::-webkit-textarea-placeholder {
    opacity: 1;
    color: #ccc;
    font-size: 16px;
}

.dashboard-container .login-register input:not(:placeholder-shown)+label,
.dashboard-container .login-register input:focus+label,
.dashboard-container .login-register textarea:not(:placeholder-shown)+label,
.dashboard-container .login-register textarea:focus+label {
    transform: translate(0, 0) scale(1);
    cursor: pointer;
}

.dashboard-footer {
    background-color: #F5F5F5;
}

.dashboard-footer footer {
    max-width: 940px;
    margin: 0 auto;
    padding: 52px 0px 90px 0px;
}

.dashboard-footer .logo-container {
    float: left;
}

.dashboard-footer .logo-container span:nth-child(1) img {
    height: 36px;
    width: auto;
}

.dashboard-footer .logo-container span:nth-child(2) img {
    height: 14px;
    width: 112px;
}

.dashboard-footer .footer-menu-container {
    float: right;
    height: 14px;
    max-width: 544px;
}

.dashboard-footer ul li {
    display: inline-block;
    color: #003C56;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-menu-container ul li a:hover {
    text-decoration: underline;
}

/*Signup success*/
.plain-template-container .section-title span {
    max-width: 581px;
    margin: 0 auto;
    height: 0px;
}

.topnav .disabled {
    pointer-events: none;
    cursor: default;
}

ul li {
    display: block;
    list-style-type: none;
}

select {
    display: none;
}

/*BM changes*/
.xero-autocomplete .chosen-container-single .chosen-single {
    background: none;
    box-shadow: none !important;
    background-image: none !important;
    border-radius: 0px;
    padding: 5px 0px 5px 8px;
    height: 38px;
}

.xero-autocomplete .chosen-container-single .chosen-single div b {
    background-position-y: 9px;
}

.xero-autocomplete .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -17px 9px;
}

.xero-autocomplete .chosen-container.chosen-container-single {
    width: 312px !important;
}

.xero-autocomplete .chosen-container.chosen-container-single span {
    font-size: 14px;
}

.xero-autocomplete .chosen-container .chosen-results li {
    padding: 9px 8px;
}

.xero-autocomplete .chosen-container .highlighted {
    background: #b7f2d3 !important;
    border: 1px solid #1aaf5a;
    color: #000 !important;
}

.xero-autocomplete .chosen-container .chosen-results li {
    color: #000;
}

.xero-autocomplete .chosen-container .chosen-results li.group-option:hover {
    background: #b7f2d3 !important;
    border: 1px solid #1aaf5a;
    color: #000;
}

.success-messsage {
    color: #4F8A10;
    background-color: #DFF2BF;
    padding: 6px 0px 6px 6px;
}

.dashboard-box .text-header {
    padding-bottom: 20px;
    font-family: 'Nimbus sans', sans-serif;
}

.text-header {
    padding-bottom: 20px;
}

/*.wrapper-container .hubspot-settings .dashboard-box{
    padding-bottom: 30px !important;
  }
  .wrapper-container .dashboard-box{
    margin:0px 0px 30px 0px;
  }
  .wrapper-container .dashboard-container .dashboard-box{
    padding:26px 20px;
  }
  .wrapper-container .dashboard-container .section-title{
    padding: 30px 20px 10px 20px;
  }
  .section-title p{
    margin-bottom: 0px;
  }*/
/*Hubspot form*/
.box-wrapper {
    max-width: 578px;
    min-height: 401px;
    background-color: #F5F5F5;
    padding: 56px 56px;
    margin: 0 auto;
}

.box-wrapper .hbspt-form {
    max-width: 578px;
    min-height: 401px;
    background-color: #F5F5F5;
    padding: 56px 56px;
    margin: 0 auto;
}

.box-wrapper .submitted-message {
    color: #003C56;
}

.box-wrapper .submitted-message p {
    line-height: 20px;
    margin-bottom: 20px;
}

.box-wrapper .hs-form-field {
    position: relative;
    height: 83px;
}

.box-wrapper .form-group label,
.box-wrapper .hs-form-field>label {
    position: absolute;
    font-size: 20px;
}

.box-wrapper .hs_error_rollup .hs-error-msgs label {
    display: none;
}

.box-wrapper .hs-form-field .hs-input {
    width: 100%;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #003C56;
    background: #F5F5F5;
    font-size: 20px;
    margin-top: 10px;
}

.box-wrapper .hs-error-msgs li>label {
    color: red;
    font-size: 12px;
}

.box-wrapper .hs-form-field label {
    letter-spacing: 0.05em;
    color: #003C56;
    line-height: 5px;
}

.box-wrapper .hs-button {
    padding: 15px 60px 15px 60px;
    background-color: #ED4032;
    border: 1px solid #ED4032;
    cursor: pointer;
    border-radius: 22px;
    color: #fff;
}

.box-wrapper .hs-button:hover {
    background-color: #ED4032;
    cursor: pointer;
    border: 1px solid #ED4032;
    opacity:0.8;
}

.box-wrapper .actions {
    text-align: center;
}

.box-wrapper .hs-submit {
    margin-top: 80px;
}

.box-wrapper .hs-form-field textarea {
    height: 100px;
}

.box-wrapper .hs-form-field input[type=email],
.box-wrapper .hs-form-field input[type=text],
.box-wrapper .hs-form-field>label {
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.box-wrapper .hs-form-field.hs-message .hs-error-msgs li {
    margin-top: -5px;
}

.box-wrapper .hs-form-field input::-webkit-input-placeholder,
.box-wrapper ::-webkit-textarea-placeholder {
    opacity: 0;
    transition: inherit;
}

.box-wrapper .hs-form-field input::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 0;
    transition: inherit;
}

.box-wrapper .hs-form-field input:focus::-webkit-input-placeholder {
    opacity: 1;
    transition: inherit;
}

.box-wrapper .hs-form-field input:focus::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
    transition: inherit;
}

.focused {
    font-size: 12px !important;
    position: absolute;
    top: -20px;
}

.box-wrapper input[type="text"]::-webkit-input-placeholder,
.box-wrapper input[type="email"]::-webkit-input-placeholder,
.box-wrapper textarea.hs-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
}

.box-wrapper input[type="text"]::-moz-placeholder,
.box-wrapper input[type="email"]::-moz-input-placeholder,
.box-wrapper textarea.hs-input::-moz-input-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
}

.box-wrapper input[type="text"]::-ms-input-placeholder,
.box-wrapper input[type="email"]::-ms-input-placeholder,
.box-wrapper textarea.hs-input::-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
}

#loader img {
    display: block;
    width: 100px;
    height: 100px;
}

#loader {
    position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -70px;
    z-index: 999999;
}

.hideloading,
.spinner-overlay {
    display: block;
}

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    border: 1px solid #979797;
    background-color: rgba(0, 0, 0, 0.8);
}

.blur-background {
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
    -webkit-filter: url(#blur-filter);
    filter: url(#blur-filter);
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

/*end of bm changes*/
.dropdown {
    /*@include gradient(rgba(255,255,255,.25), rgba(255,255,255,0));
  background-color: $gray_lighter;
  border-radius: $border_radius;
  border: solid 1px $border_color; 
  box-shadow: 0 1px 0 rgba(0,0,0,0.0075);

  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: $input_height;
  line-height: $input_height - 2;
  outline: none;
  padding-left: 8px;
  padding-right: 20px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  max-width: 310px;
  width: 100%;
  &:focus {
    background-color: darken($gray_lighter, 2%);
  }
  &:hover {
    background-color: darken($gray_lighter, 1%);
  }*/
}

.dropdown:active,
.dropdown.open {
    background-color: #fff !important;
    border-color: #7C8488;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.dropdown:after {
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000;
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
}

.dropdown.open {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.dropdown.open:after {
    transform: rotate(-180deg);
}

.dropdown.open .list {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.dropdown.open .option {
    cursor: pointer;
}

.dropdown.wide {
    width: 100%;
}

.dropdown.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.dropdown .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    transform: scale(0.75);
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 0px;
    margin-top: 4px;
    padding: 3px 10px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    border: 1px solid #7C8488;
    max-width: 308px;
    width: 100%;
}

.dropdown .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.dropdown .option {
    cursor: default;
    font-weight: 400;
    line-height: 36px;
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    transition: all 0.2s;
    border: 1px solid #fff;
    margin-top: 2px;
}

.dropdown .option:hover,
.dropdown .option:focus {
    background-color: #b7f2d3 !important;
    border: 1px solid #1aaf5a;
}

.dropdown .option.selected {
    font-weight: 600;
}

.dropdown .option.selected:focus {
    background: #fff;
}

.container {
    margin: 40px auto 0;
    max-width: 120px;
}

.by {
    bottom: 12px;
    color: #aaa;
    font-size: 12px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

a {
    /* color: #00B057; */
    color: #FF241F;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

a:hover {
    color: #FF241F;
}

/* The container */
.container-radio,
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    line-height: 20px;
    cursor: pointer;
    color: #616163;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input,
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.container-radio .checkmark,
.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.container-checkbox .checkmark {
    border-radius: 0%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input~.checkmark,
.container-checkbox:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked~.checkmark,
.container-checkbox input:checked~.checkmark {
    background-color: #00B057;
    border: 1px solid #00B057;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container-radio .checkmark:after,
.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked~.checkmark:after,
.container-checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.container-checkbox .checkmark:after {
    left: 5px;
    top: 0px;
    width: 8px;
    height: 14px;
    border-radius: 0%;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#confirm-popup {
    max-width: 454px;
    width: 100%;
    min-height: 307px;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
    padding: 45px 35px 70px 35px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

#confirm-popup p {
    color: #25292B;
    font-family: 'Nimbus sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    margin: 25px 0px 25px;
}

#confirm-popup h4 {
    font-size: 28px;
    line-height: 1.2;
}

#confirm-popup .mfp-close {
    height: 30px;
    width: 30px !important;
    top: 16px;
    right: 2px !important;
    color: #25292B;
}

#confirm-popup .button-default {
    padding: 13px 20px;
}

#confirm-popup a.button-default {
    font-size: 14px;
}

#confirm-popup .confirm-cancel {
    font-size: 14px;
    text-decoration: underline;
    text-underline-position: under;
    margin-left: 18px;
    color: #25292B;
    cursor: pointer;
}

#show-big-popup-box {
    width: 100%;
    /*min-height: 700px;*/
    height: auto;
    background-color: #fff;
    margin: 0 auto;
    padding: 35px 35px 38px 35px;
    text-align: center;
    position: relative;
    font-family: 'Nimbus Sans', sans-serif;
}

#show-big-popup-box p {
    color: #25292B;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    margin: 25px 0px 25px;
}

#show-big-popup-box p a {
    color: #00B057 !important;
}

#show-big-popup-box h4 {
    font-size: 30px;
    line-height: 1.2;
}

#show-big-popup-box .mfp-close {
    height: 30px;
    width: 30px !important;
    top: 16px;
    right: 2px !important;
    color: #25292B;
}

#show-big-popup-box a.button-default {
    font-size: 14px;
    padding: 13px 45px;
    display: block;
    margin: 12px auto;
}

#show-big-popup-box .confirm-cancel {
    font-size: 14px;
    text-decoration: underline;
    text-underline-position: under;
    margin-left: 18px;
    color: #25292B;
    cursor: pointer;
}

#show-big-popup-box img {
    max-width: 25vw;
    width: 100%;
    height: auto;
}

.mfp-wrap {
    max-width: 720px !important;
    /* width: 100%;*/
    height: 410px;
    position: absolute;
    /*top: 200px;*/
    left: 50% !important;
    margin-left: -360px;
}

/*.mfp-container{
  top: 50%;
  transform: translate(0, 50%);
}*/
.account-settings {
    max-width: 650px !important;
    width: 100%;
}

.account-settings b {
    font-weight: 600;
    color: #25292B;
}

.account-settings h4 {
    font-size: 21px;
}

.account-settings .account-personal-details h4 {
    margin-bottom: 27px;
}

.account-settings .dashboard-box {
    border: 1px solid #CEDBE1;
    padding: 45px 40px;
}

.account-settings .dashboard-text p {
    min-height: 66px;
    height: auto;
    max-width: 100%;
    color: #838b8f;
    font-family: 'Nimbus sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    margin: 10px 0px 15px;
    text-align: left;
}

.account-settings .account-settings-form label {
    font-size: 14px;
    color: #25292B;
}

.account-settings select {
    display: block !important;
}

.account-settings input,
.account-settings select {
    height: 50px;
    max-width: 462px;
    width: 100%;
    padding: 0px 15px;
    font-size: 15px;
    border: 1px solid #B2C1C7;
    color: #727575;
    margin: 0 0 22px 0;
    background-color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
}

.account-settings .account-personal-details .button-default {
    font-size: 14px;
    max-width: 185px;
    width: 100%;
    height: 45px;
    border-radius: 20px;
    margin-top: 25px;
    min-height: 48px;
    height: auto;
}

.account-settings .billing-description .button-default {
    min-height: 48px;
    height: auto;
    max-width: 205px;
    width: 100%;
}

.account-settings .billing-description a.button-default {
    font-size: 14px;
}

.account-settings .button-grey.disconnect {
    border: 1px solid #CEDBE1 !important;
    background-color: #F5F5F5 !important;
    margin-top: -8px;
    color: #25292B;
    font-size: 14px;
    border-radius: 20px;
    max-width: 180px;
    width: 100%;
}

.account-settings .button-grey a {
    color: #25292B;
}

.account-settings .billing-description .text-description {
    font-size: 14px;
    max-width: 350px;
    width: 100%;
    line-height: 1.4;
}

.account-settings .text-description a {
    text-decoration: underline;
    text-underline-position: under;
    color: #00B057;
}

.account-settings .text-description a:hover {
    /* text-decoration: none; */
    text-decoration:underline;
}

.xero-sync-faq-questions {
    background-color: #FFF;
}

.xero-sync-faq-questions section {
    max-width: 635px;
    margin: 0 auto;
}

.xero-sync-faq-questions .section-title {
    padding: 50px 0px 2px 0px;
}

.xero-sync-faq-questions .faq-questions {
    max-width: 635px;
    margin-bottom: 60px;
    margin-top: 30px;
}

.xero-sync-faq-questions .title {
    color: #25292B;
    font-size: 22px;
    line-height: 26px;
    margin: 0px 0px 10px 0px;
}

.xero-sync-faq-questions .title span {
    max-width: 585px;
    width: 75%;
    display: inline-block;
    text-align: left;
}

.xero-sync-faq-questions .description {
    min-height: 88px;
    max-width: 650px;
    color: #25292B;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

.xero-sync-faq-questions .title img {
    float: right;
    margin-top: 6px;
}

.xero-sync-faq-questions .faq {
    border-bottom: 1px solid #E2E2E2;
    padding: 30px 0px 30px 0px;
}

.xero-sync-faq-questions .faq .description {
    display: none;
}

.xero-sync-faq-questions .faq img:hover,
.xero-sync-faq-questions .faq .title {
    cursor: pointer;
}

.xero-sync-faq-questions .faq:last-child {
    border-bottom: none;
}

.dashboard-box .text-header {
    padding-bottom: 20px;
    font-family: 'Nimbus sans', sans-serif;
}

/* Responsive */
.top-nav-bar {
    padding: 30px 12px 6px 12px;
}

@media screen and (max-width: 1050px) {
    .wrapper-container {
        /*.hubspot-settings{
      .dashboard-box{
        margin: 0px 0px;
      }
    }*/
    }

    .wrapper-container .dashboard-box {
        margin: 0px 50px 0px 50px;
        width: auto;
    }

    .wrapper-container .text-header {
        margin: 0 50px 0px 50px;
    }

    .wrapper-container .account-settings .login-box-msg {
        padding: 0px 50px 0px 50px;
    }

    .wrapper-container .account-settings .dashboard-box {
        margin: 30px 50px 0px 50px;
    }

    .wrapper-container .setup-dashboard .dashboard-box {
        margin: 0 50px 65px 50px;
    }
}

@media screen and (min-width: 700px) and (max-width: 1082px) {
    .xerosync-dashboard-box-container .xerosync-dashboard-box {
        max-width: 230px;
        min-height: 237px;
        max-height: initial;
    }

    /*.mfp-wrap{
    height: 70% !important;
    top: 30px !important;
  }  */
}

@media screen and (max-width: 955px) {
    .wrapper-container {
        /*.setup-dashboard .xero-setup .dashboard-button .button-default{
      margin-bottom: 20px;
    }*/
    }

    .wrapper-container .dashboard-container .dashboard-box .dashboard-button .button-default {
        position: initial;
        float: none;
        margin-top: 20px;
        display: inline-block;
        padding: 13px 0px;
    }

    .wrapper-container .dashboard-container .dashboard-box .dashboard-button button {
        position: initial;
        float: none;
        margin-top: 20px;
        margin-bottom: -10px;
    }

    .wrapper-container .dashboard-container .xero-setup {
        padding: 34px 63px 15px 71px;
    }
}

@media screen and (max-width: 950px) {
    .xero-sync-home-footer {
        padding: 0 15px;
    }
}

@media screen and (max-width: 767px) {
    .mfp-wrap {
        width: 80% !important;
        margin-left: -40%;
    }

    .dashboard-container {
        padding: 0px 20px;
        /* padding: 0px 30px;*/
    }

    .dashboard-container .box-wrapper {
        padding: 40px 20px;
    }

    .wrapper-container .fix-height {
        height: 60px;
    }

    .section-title {
        /*padding: 55px 0px 52px 0px; */
        padding: 55px 0px 0px 0px;
    }

    .xerosync-dashboard .section-title {
        padding: 55px 0px 25px 0px;
    }

    .dashboard-container .login-box {
        margin: 50px 56px;
    }

    .box-wrapper .form-group label,
    .box-wrapper .hs-form-field>label {
        position: absolute;
        font-size: 14px;
    }
}

@media screen and (max-width: 700px) {
    .xero-sync-faq-questions {
        padding: 0px 25px;
    }

    .xero-sync-faq-questions .title {
        font-size: 18px;
    }

    .hubspot-settings .dashboard-text,
    .xero-settings .dashboard-text {
        margin-bottom: 30px;
    }

    .plain-template {
        padding: 0px 20px;
    }

    .mfp-wrap {
        height: 70% !important;
        position: fixed !important;
        top: 50% !important;
        /*top: 30px !important;*/
    }
}

@media screen and (min-width: 576px) and (max-width: 699px) {
    .xerosync-dashboard-box-container .xerosync-dashboard-box {
        max-width: 188px;
        min-height: 237px;
        max-height: initial;
    }

    .mfp-container {
        top: 50%;
        transform: translate(0, 50%);
    }
}

@media screen and (max-width: 600px) {
    .wrapper-container {
        /*.xerosync-dashboard-box-container {*/
        /*.xerosync-dashboard-box{
        max-width: 100%;*/
        /*min-height: 237px;*/
        /*max-height: initial;
        margin: 0px 20px 20px 20px;
        padding: 15px 15px;

        img{
          display: none;
        }

        h4{
          float: left;
          width: 50%;
          text-align: left;
          margin: 0 auto;
        }
        a.button-default{
          width: 50%;
        }
        span.button-default{
          float: left;
          width: 50%;
          display: inline-block;
        }
      }*/
        /*}*/
    }

    .wrapper-container .dashboard-container {
        /*h3{
        font-size: 8vw !important;
      }*/
    }

    .wrapper-container .dashboard-container .section-title {
        /*padding: 35px 20px 20px 20px;*/
        padding: 55px 0px 0px 0px;
    }

    .wrapper-container .dashboard-container .dashboard-box {
        padding: 25px 20px;
        margin: 0 15px 60px 20px;
    }

    .wrapper-container .dashboard-container .xero-setup {
        padding: 25px 20px 10px;
    }

    .wrapper-container .xerosync-dashboard .section-title {
        padding: 55px 0px 25px 0px;
    }

    .wrapper-container .text-header {
        margin: -20px 0px 0px 0px;
    }

    .wrapper-container .hubspot-settings,
    .wrapper-container .xero-settings {
        /*h3{
        font-size: initial !important;
      }*/
        /*.section-title{
        padding: 75px 0px 0px 0px;
      }*/
    }

    .wrapper-container .hubspot-settings .dashboard-box,
    .wrapper-container .xero-settings .dashboard-box {
        /*padding: 20px 10px 20px 10px !important;
        margin: 0 50px 25px 50px !important;*/
        padding: 0 !important;
        margin: 0 !important;
    }

    .wrapper-container .hubspot-settings .dashboard-text,
    .wrapper-container .xero-settings .dashboard-text {
        margin-bottom: 20px;
    }

    .wrapper-container .xero-sync-faq-questions .section-title {
        padding: 75px 20px 0px 20px;
    }

    .wrapper-container .setup-dashboard .section-title span {
        margin-bottom: 20px;
        padding: 0px 13px;
    }

    .wrapper-container .setup-dashboard .circle-container {
        top: -30px;
        left: -30px;
    }

    .wrapper-container .setup-dashboard .circle-container img {
        max-width: 55px;
        width: 100%;
        height: auto;
    }

    .wrapper-container .setup-dashboard .section-title span {
        margin: 0 auto 25px auto;
    }

    .wrapper-container .setup-dashboard .dashboard-box .dashboard-text h3 {
        font-size: 6vw !important;
    }

    .xero-sync-home-footer .logo-container {
        margin-left: 10px;
    }

    .xero-sync-home-footer .logo-conatiner span:nth-child(1) {
        margin-left: 0px !important;
    }

    .wrapper-container .account-settings .login-box-msg {
        padding: 0px 20px;
    }
}

@media screen and (max-width: 576px) and (min-width: 480px) {
    .mfp-container {
        top: 50%;
        transform: translate(0%, -50%);
    }
}

@media screen and (max-width: 508px) {
    .banner-container {
        margin: 0 15px 0 15px;
    }

    .banner-container .heading-big {
        font-size: 10vw;
        line-height: 1.2;
    }

    .section-title {
        /* margin-bottom: -20px;*/
    }

    .section-title p {
        /*font-size: 10vw;*/
        font-size: 26px;
        line-height: 1;
    }

    .section-title span {
        font-size: 4vw;
        line-height: 1.3;
        margin-top: 12px;
        font-weight: 400;
    }

    .section-title .well-done-button-container {
        margin-top: -27px;
        margin-bottom: -17px;
    }

    .section-title .button-container {
        padding-top: 15px !important;
    }

    .section-title .button-container .button-default {
        padding: 12px 0px !important;
    }

    .section-title .button-container .well-done-button {
        padding: 10px 20px !important;
    }

    .top-nav-bar .fa-bars {
        position: absolute;
        right: 20px !important;
        top: 25px;
    }

    .top-nav-bar .fa-times {
        position: absolute;
        /* right: 20px !important;*/
        top: 25px;
    }

    .account-settings .section-title {
        padding: 20px 0 0 0 !important;
        margin-bottom: -25px;
    }

    .account-settings h4 {
        font-size: 20px;
    }

    .account-settings .dashboard-box {
        padding: 25px 20px 15px 20px !important;
    }

    .account-settings .dashboard-text p {
        font-size: 12px;
        line-height: 16px;
    }

    .account-settings .account-personal-details h4 {
        margin-bottom: 16px;
    }

    .account-settings .account-personal-details .button-default {
        margin-top: 18px;
    }

    .account-settings input,
    .account-settings select {
        height: 40px;
        margin: 0 0 15px 0;
    }

    .account-settings label {
        margin-bottom: 5px;
    }

    .account-settings .stripe-button-el,
    .account-settings .stripe-button-el-update {
        max-width: 185px;
    }

    .account-settings .button-grey.disconnect {
        max-width: 185px;
        margin: 8px 0px;
    }

    .account-settings .billing-description p {
        min-height: 35px;
    }

    .account-settings .alert {
        margin-top: 35px;
        margin-bottom: 0px;
    }

    .hubspot-settings .section-title {
        padding: 20px 0 0 0 !important;
        margin-bottom: -10px;
    }

    .hubspot-settings .section-title p {
        font-size: 26px;
    }

    .hubspot-settings .dashboard-text {
        /*max-height: 90px;*/
        margin-bottom: 25px !important;
    }

    .hubspot-settings .dashboard-text p {
        font-size: 12px;
        line-height: 18px;
    }

    .hubspot-settings h4 {
        font-size: 20px;
    }

    .hubspot-settings .dashboard-text h3 {
        font-size: 18px !important;
    }

    .hubspot-settings .select-text p {
        font-size: 18px !important;
    }

    .hubspot-settings .button-default {
        max-width: 185px;
        margin-bottom: -7px;
    }

    .hubspot-settings .dashboard-box {
        padding-bottom: 10px !important;
    }

    .hubspot-settings .hubspot-disconnect {
        margin-top: -20px;
    }

    #confirm-popup .confirm-cancel {
        margin-left: 0px;
        margin-top: 7px;
    }

    .wrapper-container .xero-settings h3 {
        font-size: 18px !important;
    }

    .setup-dashboard .section-title span {
        margin-bottom: 20px;
        padding: 0px 13px;
    }

    .setup-dashboard .section-title p {
        margin-top: -30px;
        margin-bottom: 9px;
    }

    .setup-dashboard .circle-container {
        top: -40px;
        left: -40px;
    }

    .setup-dashboard .circle-container img {
        max-width: 70px;
        width: 100%;
        height: auto;
    }

    .setup-dashboard .section-title span {
        margin: 0 auto 50px auto;
    }

    .setup-dashboard .dashboard-box {
        min-height: 50px;
        padding: 20px 20px;
        margin: 0px 15px 35px 15px !important;
    }

    .setup-dashboard .dashboard-box .dashboard-text p {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        margin-top: -8px;
    }

    .setup-dashboard .dashboard-box-header-only {
        top: 22%;
    }

    .setup-dashboard .dashboard-box.xero-setup {
        padding: 15px 20px 10px;
    }

    .setup-dashboard .dashboard-box.hubspot-setup {
        padding: 15px 20px 10px;
    }

    .xerosync-dashboard {
        /*.alert-danger{
      margin-top: 6px;
    }*/
    }

    .xerosync-dashboard .m-top-10 {
        margin-top: 0px !important;
    }

    .xerosync-dashboard .m-minus-10 {
        margin-top: 0px !important;
    }

    .xerosync-dashboard hr {
        margin: 0px 50px 14px 50px;
    }

    .xerosync-dashboard .section-title {
        padding: 0px 20px 30px 20px !important;
    }

    .xerosync-dashboard .section-title span {
        margin-top: 0px;
    }

    .xerosync-dashboard .main-title {
        padding: 25px 20px 30px 20px !important;
    }

    .xerosync-dashboard span.button-default a:hover {
        color: #fff;
    }

    .xerosync-dashboard-box-container .xerosync-dashboard-box {
        max-width: 100%;
        /*min-height: 237px;*/
        max-height: initial;
        margin: 0px 20px 20px 20px;
        padding: 15px 15px;
    }

    .xerosync-dashboard-box-container .xerosync-dashboard-box img {
        display: none;
    }

    .xerosync-dashboard-box-container .xerosync-dashboard-box h4 {
        float: left;
        width: 50%;
        text-align: left;
        margin: 0 auto;
        line-height: 1.1;
        font-size: 1.2rem;
    }

    .xerosync-dashboard-box-container .xerosync-dashboard-box a.button-default {
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        width: 44%;
        right: 10px;
        font-size: 12px;
    }

    .xerosync-dashboard-box-container .xerosync-dashboard-box span.button-default {
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        width: 44%;
        right: 10px;
        font-size: 12px;
    }

    .xero-sync-home-footer {
        min-height: 250px;
    }

    .xero-sync-home-footer .footer-menu-container {
        text-align: center;
        float: none;
    }

    .xero-sync-home-footer .footer-menu-container ul li a {
        display: inline-block;
    }

    .xero-sync-home-footer ul li {
        display: block;
        text-align: center;
    }

    .dashboard-footer footer {
        padding: 30px 0px 0px 0px;
    }

    .top-nav-bar {
        padding: 15px 12px 0px 12px;
    }

    .plain-template-container .section-title p {
        padding-top: 25px;
    }

    .message .alert-success {
        margin-top: 40px;
        margin-bottom: 6px;
    }

    .wrapper-container .account-settings .login-box-msg {
        padding: 0px 0px;
        text-align: left;
        margin-top: 40px;
    }

    .wrapper-container .account-settings .login-box-msg p {
        line-height: 20px;
        margin-bottom: 7px;
    }
}

@media screen and (max-width: 500px) {
    .billing-description .button-grey {
        margin-top: 10px;
    }

    .upgrade-plan a {
        font-size: 14px;
    }

    .xero-sync-faq-questions {
        padding: 0px 15px;
    }

    .xero-sync-faq-questions .description {
        margin-top: 30px;
    }
}

@media screen and (min-width: 481px) {
    #show-big-popup-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 480px) {
    .dashboard-container .login-register label {
        font-size: 12px;
    }

    .dashboard-container .login-box {
        padding: 30px 20px;
    }

    #confirm-popup .confirm-cancel {
        display: block;
    }

    .dashboard-box:last-child {
        min-height: 78px !important;
    }

    .dashboard-box:last-child .btn-save-settings {
        margin-top: 20px;
    }

    .wrapper-container .hubspot-settings .dashboard-box {
        padding-bottom: 10px !important;
    }

    .xero-autocomplete .chosen-container.chosen-container-single {
        width: 100% !important;
    }

    .wrapper-container .dashboard-container.xerosync-dashboard .section-title {
        padding: 30px 20px 30px 20px;
    }

    .wrapper-container .dashboard-container .dashboard-box {
        margin: 0px 15px 45px 15px;
    }

    .wrapper-container .account-settings .dashboard-box {
        margin: 0px 0px 30px 0px;
    }

    .top-nav-bar .fa-bars {
        right: 30px !important;
    }

    .plain-template-hr {
        margin: -8px 0px;
    }

    .xero-sync-faq-questions .faq-questions {
        margin-bottom: -20px;
        margin-top: 0px;
    }

    .xero-sync-faq-questions .dashboard-container .section-title {
        padding: 25px 0px 2px 0px;
    }

    .top-nav-bar .logo-container span:nth-child(2) img {
        margin-top: 12px;
        display: block;
    }

    .wrapper-container .hubspot-settings .dashboard-text p {
        margin-bottom: 10px;
        height: auto;
        min-height: 55px;
    }

    #confirm-popup {
        padding: 45px 20px 50px 20px;
        border-radius: 3px;
        max-width: 300px;
    }

    #confirm-popup h4 {
        font-size: 20px;
    }

    #confirm-popup p {
        margin: 12px 0px 15px;
        font-size: 14px;
    }

    #confirm-popup img {
        margin-bottom: 12px !important;
    }

    #confirm-popup .button-default {
        margin: 0 auto;
        display: block;
        font-size: 14px;
    }

    .mfp-container {
        /* top: 5% !important;
    transform: translate(0, 5%);*/
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90% !important;
    }

    .confirm-cancel.modal-cancel-xero {
        margin-top: 8px;
    }

    .confirm-cancel.modal-cancel-hubspot {
        margin-top: 8px;
    }

    /*Xero settings page*/
    .dashboard-box .text-header {
        padding-bottom: 5px;
    }

    .hubspot-settings .dashboard-box {
        min-height: 97px;
    }

    .hubspot-settings .dashboard-text h3 {
        line-height: 15px;
    }

    .hubspot-settings .select-text p {
        line-height: 15px;
    }

    #show-big-popup-box {
        padding: 35px 12px 38px 12px;
    }

    #show-big-popup-box h4 {
        font-size: 26px;
        line-height: 28px;
    }

    #show-big-popup-box p {
        font-size: 14px;
        line-height: 18px;
        margin: 12px 0px 12px;
    }

    .wrapper-container .plain-template p,
    .wrapper-container .plain-template div {
        text-align: left;
    }

    .stripe-button-el span,
    .stripe-button-el-update span {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 434px) {
    .xero-sync-home-footer .logo-container {
        text-align: center;
        margin-bottom: 30px;
    }

    .xero-sync-home-footer .logo-container span:nth-child(2) img {
        margin-top: 10px;
    }

    .xero-sync-home-footer .footer-menu-container {
        text-align: center;
        float: none;
    }

    .xero-sync-home-footer ul li {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 403px) {

    /*.roundBx .button-default{
    margin-bottom: 15px;
  }*/
    #confirm-popup a.button-default,
    #confirm-popup .button-default {
        font-size: 12px;
        padding: 13px 30px;
    }

    .xerosync-dashboard-box-container .xerosync-dashboard-box {
        max-width: 100%;
        /*min-height: 237px;*/
        max-height: initial;
        margin: -10px 20px 20px 20px;
        padding: 22px 12px;
    }

    #show-big-popup-box a.button-default {
        font-size: 12px;
        padding: 13px 25px;
    }

    .expiry-alert {
        position: absolute;
        top: 0;
        border: 0;
        left: 0;
        background-color: #e2e2e2;
    }

    /* .top-nav-bar .logo-container span:nth-child(2) img{
    margin-top: 12px;
  }*/
}

@media screen and (max-width: 370px) {
    .setup-dashboard .xero-setup .button-default img {
        max-width: 67%;
        text-align: center;
        display: block;
        height: 53px;
    }

    .setup-dashboard .hubspot-setup .button-default {
        max-width: 58%;
        text-align: center;
        display: block;
        padding: 9px 0px !important;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .setup-dashboard .dashboard-button a {
        width: 73%;
    }

    .dashboard-box-faded .dashboard-button .button-default {
        width: 73%;
    }
}

@media screen and (max-width: 320px) {
    #confirm-popup a.button-default {
        font-size: 9px;
    }
}