@charset "utf-8";

/* ------------------------- Color Codes -------------------------
Orange - #FF9701
Gray - #636363
*/

@font-face {
    font-family: 'OpenSans';
    src: url('/fonts/OpenSans-Regular.eot');
    src: url('/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/OpenSans-Regular.woff') format('woff'), url('/fonts/OpenSans-Regular.ttf') format('truetype'), url('/fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('/fonts/OpenSans-Light.eot');
    src: url('/fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('/fonts/OpenSans-Light.woff') format('woff'), url('/fonts/OpenSans-Light.ttf') format('truetype'), url('/fonts/OpenSans-Light.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans Semibold";
    src: url("/fonts/OpenSans-Semibold.eot?") format("eot"), url("/fonts/OpenSans-Semibold.woff") format("woff"), url("/fonts/OpenSans-Semibold.ttf") format("truetype"), url("/fonts/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans Bold";
    src: url("/fonts/OpenSans-Bold.eot?") format("eot"), url("/fonts/OpenSans-Bold.woff") format("woff"), url("/fonts/OpenSans-Bold.ttf") format("truetype"), url("/fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    position: relative;
    min-height: 100%;
}

body {
    background: #F3F6F8;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    color: #273446;
    position: relative;
    -webkit-font-smoothing: antialiased;
    display: table;
    width: 100%;
}


/* New Theme CSS Starts -------------- */

.font-Montserrat {
    font-family: 'Montserrat', sans-serif;
}

.font-Arial {
    font-family: Arial, Helvetica, sans-serif;
}

.fs-12 {
    font-size: 12px;
    line-height: 14px
}

.fs-16 {
    font-size: 16px;
    line-height: 18px;
}

.fs-18 {
    font-size: 18px;
    line-height: 20px;
}

.fs-20 {
    font-size: 20px;
    line-height: 24px;
}

.fs-24 {
    font-size: 24px;
    line-height: 26px;
}

.fs-30 {
    font-size: 30px;
    line-height: 37px;
}

.fs-40 {
    font-size: 40px;
    line-height: 47px;
}

.fw-medium {
    font-weight: 500;
}

.fw-bold {
    font-weight: 700;
}

.fw-extrabold {
    font-weight: 800;
}

.webgility-grey {
    color: #273446;
}

.webgility-black {
    color: #00071D;
}

.webgility-blue {
    color: #3D76FF;
}

.webgility-green {
    color: #089965;
}

.text-uppercase {
    text-transform: uppercase
}

.text-lowercase {
    text-transform: lowercase
}

.text-capitalize {
    text-transform: capitalize
}

.letter-spacing--025 {
    letter-spacing: -0.25px;
}

.letter-spacing--033 {
    letter-spacing: -0.33px;
}

.letter-spacing--042 {
    letter-spacing: -0.42px;
}

.white-card {
    background: #ffffff;
    padding: 0 20px 5px;
    border: 1px solid #B9C3D1;
    border-radius: 2px;
    height: 100%;
    overflow: auto;
}

.card-heading,
.page-title {
    border-bottom: 1px solid #B9C3D1;
    letter-spacing: -0.33px;
    text-transform: uppercase;
    color: #00071D;
    font-weight: 800;
    font-size: 16px;
    padding: 17px 0;
    margin: 0;
    text-align: center;
}

.card-heading-inner {
    color: #273446;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.42px;
    line-height: 24px;
    padding: 17px 0;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #E2E9F0;
}

.card-body {
    padding: 10px 0;
}

.card-bottom {
    border-top: solid 1px #E2E9F0;
    padding-top: 15px;
    margin-top: 20px;
}

.login-card {
    background: #ffffff;
    box-shadow: 0 2px 1px -1px #27344633, 0 1px 1px #27344624, 0 1px 3px #2734461f;
    border-radius: .2rem;
    padding: 4rem
}

.login-card-heading {
    color: #273446;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 37px;
    margin: 0 0 10px
}

.login-card-body input:not([type=button]) {
    padding: 23px 15px!important;
    border-radius: 5px!important;
    border: 1px solid #e4e4e4!important
}

.label-new {
    color: #273446;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    letter-spacing: -0.25px;
    text-transform: uppercase;
}

.billing-text-box {
    border: 1px solid #3D76FF;
    border-radius: 2px;
}

.checkout-btn-wrapper .btn .spinner {
    top: 2px;
}

.checkout-btn-wrapper .btn .spinner:before,
.checkout-btn-wrapper .btn .spinner:after {
    background: #3D76FF;
}


/* Confirmation Box CSS starts*/

.ui-widget.ui-widget-content {
    padding: 0;
    border: 1px solid #B9C3D1 !important;
}

.ui-dialog .ui-dialog-titlebar {
    background: #ffffff;
    border: 0;
    border-bottom: 1px solid #B9C3D1;
    color: #273446;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    padding: 15px !important;
    font-weight: bold;
    text-align: center;
    border-radius: 0;
}

.ui-dialog .ui-dialog-buttonpane {
    border-top: solid 1px #E2E9F0;
}

.ui-dialog .ui-dialog-buttonpane button:first-child,
.ui-dialog .ui-dialog-buttonpane button:last-child {
    background: #fff;
    color: #3D76FF;
    display: inline-block;
    border: 2px solid #3D76FF;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px;
    font-weight: bold;
    padding: 0 15px;
    height: 30px;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
}

.ui-dialog .ui-dialog-buttonpane button:first-child {
    color: #ffffff;
    background: #3D76FF;
}

.ui-dialog .ui-dialog-buttonpane button:first-child:hover {
    background: #3265e1;
    border-color: #3265e1;
    color: #fff;
}

.ui-dialog .ui-dialog-buttonpane button:last-child:hover {
    color: #334ceb;
    border-color: #334ceb;
}


/* Confirmation Box ends */


/* Homepage CSS Starts */

.top-inner-head {
    padding: 2px 0;
}

.bb-gray {
    border-bottom: 1px solid #B9C3D1;
}

.align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}

.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.flex-auto {
    flex: 1 1 auto;
}

.notification {
    border-radius: 2px;
    background-color: #FFFFFF;
    padding: 15px 20px;
    margin: 10px 0;
}

.notification-green {
    border: 1px solid #089965;
}

.notification-blue {
    border: 1px solid #3D76FF;
}

.messages-wrapper .message-inner .btn,
.notification a.btn {
    line-height: 27px;
}

.icon-holder {
    height: 60px;
    width: 60px;
    border: 1px solid #3D76FF;
    border-radius: 2px;
    background-color: #FFFFFF;
    text-align: center;
    margin: 15px auto;
}

.download-boxs>div {
    padding: 0 10px;
}


/* Homepage CSS Ends */


/* New Theme CSS Ends -------------- */


/* Links ---------------------- */

a {
    color: #3D76FF;
    line-height: inherit;
    outline: none;
    border: none;
    text-decoration: none;
}

a:hover {
    color: #3265e1;
}

a:focus {
    color: #3265e1;
    outline: none;
}

a img {
    outline: none;
    border: none;
}


/* Misc ---------------------- */

p {
    line-height: 20px;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.hide {
    display: none;
}

.displayinline {
    display: inline-block
}

.highlight {
    background: #ffff99;
}

#googlemap img,
object,
embed {
    max-width: none;
}

.row:after,
.row:before {
    display: table;
}

.row:after {
    clear: both;
}

.clear-col-pad {
    margin-left: -10px;
    margin-right: -10px;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
    background: #ffffff;
    height: 30px;
    padding: 5px 10px !important;
    font-size: 16px !important;
    color: #273446;
    width: 100%;
    border: 1px solid #B9C3D1;
    border-radius: 2px;
}

textarea {
    height: auto;
}

input[type=text].input-sm {
    height: 30px;
    padding: 0 7px;
    font-size: 14px;
}

.form-error,
.err_log {
    color: #F00;
    font-size: 11px;
    padding: 2px 0 2px 5px;
    clear: both
}


/* ------------------------- Typography ------------------------- */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

.marginnone {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: optimizeLegibility;
    line-height: 1.1;
    margin-bottom: 14px;
    margin-top: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 37px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 23px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 14px;
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

code {
    font-weight: bold;
    background: #ffff99;
}

.table-new {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #273446;
    letter-spacing: -0.25px;
    line-height: 14px;
    text-align: left;
}

.table-new th {
    font-weight: bold;
    text-transform: uppercase;
}

.table-new tbody tr:nth-child(odd),
table tr.row-gray {
    background-color: #F3F6F8;
}

.table-no-striped tbody tr:nth-child(odd),
table.table-no-striped tr.row-gray {
    background-color: transparent;
}

.all_forms table tr:nth-child(even),
.all_forms table tr.row-gray {
    background-color: transparent;
}


/* ------------------------- Fonts Definition ------------------------- */

body {
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 500;
}

.placeholder_color,
.placeholder {
    color: #bbb
}

.openSansLight {
    font-family: 'OpenSansLight', san-serif !important;
}


/*--------------------------------------------------------------
# Font Weight
--------------------------------------------------------------*/

.fw-r {
    font-family: 'OpenSans'
}

.fw-l {
    font-family: 'OpenSansLight'
}

.fw-sb {
    font-family: "Open Sans Semibold"
}

.fw-b,
.opensans-bold {
    font-family: "Open Sans Bold"
}

.fw-eb {
    font-family: "Open Sans ExtraBold"
}


/* ------------------------- Flex Classes ------------------------- */

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox!important;
    display: flex!important;
}

.flex-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/* Safari 9+, < 13.1 */

@media not all and (min-resolution:.001dpcm) {
    /* Mac Safari */
    .flex-wrap {
        flex-wrap: wrap;
        -webkit-flex-wrap: initial;
    }
}


/* ------------------------- Header ------------------------- */

#portal_header {
    background: #181E28;
    height: 55px;
    left: 0;
    margin: 0;
    position: fixed;
    top: 0;
    z-index: 11;
    width: 100%;
}

.header-left-wrapper {
    position: absolute;
    left: 20px;
    top: 12px;
    height: 30px;
}

.top-logo {
    margin: 6px 0 0 0;
    float: left;
}

.header-inner {
    position: relative;
    padding: 0 20px 0 0;
}

.head-dropdown-wrapper {
    padding-top: 0;
    float: right;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.head-dropdown-wrapper .utilityLinks{
    padding-top: 5px;
}

.myAccount {
    padding: 0 30px 0 15px;
    width: auto;
    box-sizing: border-box;
    background: #455770;
    border-radius: 8px;
    margin: 7px 0 0 0;
    height: 30px;
    line-height: 30px;
}

.utilityLinks li.myAccount.active {
    border-radius: 8px 8px 0 0;
}

.myaccountdropdown {
    position: absolute;
    z-index: 8980;
    width: 245px;
    top: 42px;
    right: 0;
    background: #455770;
    display: none;
    border-radius: 0 0 8px 8px;
}

.myaccountdropdown ul {
    margin: 0;
    padding: 5px 10px 10px;
}

.myaccountdropdown li {
    list-style-type: none;
    padding: 0;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    margin: 0;
}

.myaccountdropdown li a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding-left: 15px;
}

.myaccountdropdown li:hover {
    background: #f3f6f8;
    border-radius: 2px;
}

.myaccountdropdown li:hover a {
    color: #273446;
}

.utilityLinks ul {
    list-style: none
}

.utilityLinks li {
    position: relative;
}

.utilityLinks a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 !important;
    text-decoration: none;
    width: 200px;
    display: block;
}

.myAccount .myaccountdropdownImage {
    width: 11px;
    height: 7px;
    background: url("../images/common-sprite.png") no-repeat 0 -122px;
    position: absolute;
    right: 10px;
    margin: 12px 0 0 13px;
    float: right;
}


/*login*/

#header {
    background: #fff;
    border-bottom: solid 1px #B9C3D1;
    padding: 15px 0 0 0;
}

#header .logo {
    display: block;
    float: left;
}

.blackbody {
    background: #F3F6F8;
    color: #fff !important;
    display: inherit !important;
}


/* ------------------------- Left Navigation ------------------------- */

.left-nav {
    top: 55px;
    left: 0;
    position: fixed;
    width: 250px;
    display: block;
    height: 100%;
    background: #181E28;
    z-index: 10;
    overflow: visible;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    box-shadow: 0 0 5px #b9c3d1;
    font-family: 'Montserrat', sans-serif;
}

.left-nav.in {
    width: 55px;
}

.left-nav .inner {
    position: relative;
    height: 100%;
}

.left-nav ul {
    padding: 0;
    margin: 0;
}

.left-nav .menu li {
    border-bottom: solid 1px #273446;
    padding: 0;
    margin: 0;
    list-style-type: none;
    visibility: visible;
    position: relative;
    /*-webkit-transition: 1s;
	transition: 1s;*/
}

.left-nav .menu li:last-child {
    border-bottom: 0;
}

.left-nav .menu li a {
    display: block;
    padding: 0 10px 0 14px;
    font-size: 14px;
    color: #98AAC6;
    text-decoration: none;
    height: 48px;
    line-height: 48px;
    font-weight: 400;
}

.left-nav .menu li a.main-link {
    overflow: hidden;
}

.left-nav .menu li a.main-link:hover {
    color: #fff;
}

.disabled-menu-link {
    color: #7286A4 !important;
}

.left-nav .menu li a .arrow,
.left-nav .menu li .disabled-links .arrow {
    background: url("../images/common-sprite.png") no-repeat scroll -36px -11px rgba(0, 0, 0, 0);
    width: 11px;
    height: 11px;
    float: right;
    margin: 22px 0 0 0;
    display: block;
}

.left-nav .menu li .disabled-links .arrow {
    opacity: 0.4;
}

.left-nav .menu li a.active .arrow {
    background-position: -36px -55px;
}

.left-nav .menu li a .arrow.up {
    background-position: -36px 0;
}

.left-nav .menu li a.active .arrow.up {
    background-position: -36px -44px;
}

.left-nav ul li a .menu-icon {
    float: left;
    width: 20px;
    height: 40px;
    margin: 2px 15px 0 3px;
    text-align: center;
}

.left-nav .menu li a.main-link.active {
    background: #273446;
    color: #fff;
    font-weight: 500;
}

.left-nav ul li.home a .menu-caption {
    display: block;
}

.left-nav .menu li ul {
    padding: 0;
    display: none;
}

.left-nav.in .menu li ul {
    display: none !important;
}

.left-nav .menu li ul li {
    padding: 0;
    border: 0;
    margin-top: 5px;
    overflow: hidden;
}

.left-nav .menu li ul li:hover {
    border: 0;
}

.left-nav .menu li ul li a {
    text-transform: capitalize;
    padding: 0 25px 0 48px;
    color: rgba(155, 157, 165, 0.4);
    position: relative;
    cursor: default;
    height: 26px;
    line-height: 26px;
}

.left-nav .menu li ul li a.counter-yes {
    color: #9b9da5;
    cursor: pointer;
}

.left-nav .menu li ul li.active a.counter-yes {
    cursor: default;
}

.left-nav .menu li ul li.active a,
.left-nav .menu li ul li.active a.counter-yes,
.left-nav .menu li ul li a.counter-yes:hover {
    background-color: #2e3953;
    color: #fff;
}

.left-nav .menu li ul li.active a.counter-yes span,
.left-nav .menu li ul li a.counter-yes:hover span {
    background: none repeat scroll 0 0 #277fc1;
    color: #fff;
}

.left-nav .menu li ul li a span {
    font-size: 11px;
    font-weight: 700;
    min-width: 33px;
    text-align: center;
    color: #9b9da5;
    background: #28324b;
    border-radius: 3px;
    position: absolute;
    right: 25px;
    top: 4px;
    padding: 0 5px;
    line-height: 18px;
    display: none;
}

.left-nav .menu li ul li.active a span {
    background: #277fc1;
}

.left-nav .menu li ul li:last-child {
    padding-bottom: 10px;
}


/*home tab condition*/


/*Left Menu Shrink*/

.left-nav.in ul li a .menu-caption,
.left-nav.in .menu li a .arrow {
    display: none;
}

.left-nav.in ul li.left-nav-toggle {
    display: block;
}

.left-nav .left-nav-toggle {
    padding: 7px 8px;
}

.left-nav .menu li.left-nav-toggle .icon-bar {
    border-radius: 0;
    display: block;
    height: 2px;
    width: 18px;
    background-color: #7286A4;
}

.left-nav .menu li.left-nav-toggle:hover a span {
    background-color: #ffffff;
}

.left-nav .menu li.left-nav-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
}

.left-nav .menu li.left-nav-toggle a {
    padding-top: 22px;
    padding-bottom: 18px;
    padding-left: 18px;
    height: 55px;
    line-height: 55px;
}


/*Left Menu Disbaled*/

.left-nav .menu li a.disabled-links {
    color: rgba(155, 157, 165, 0.4) !important;
    cursor: default;
}

.left-nav .menu li a.disabled-links:hover {
    background-color: transparent;
}

.left-nav .menu li a.disabled-links .menu-icon {
    opacity: 0.4;
}


/*On hover sub menu show while left menu collpased*/

.left-nav.in .menu li:hover ul {
    display: block !important;
}

.left-nav.in .menu li:hover a.main-link {
    width: 245px;
}

.left-nav.in .menu li:hover .menu-caption {
    margin-left: 5px;
}

.left-nav.in .menu li:hover .menu-caption,
.left-nav.in .menu li:hover .arrow {
    display: inline-block;
}

.left-nav.in .menu li:hover .arrow {
    background-position: -36px 0;
}

.left-nav.in .menu li ul {
    background-color: #3b3b3b;
    left: 55px;
    position: absolute;
    top: 55px;
    width: 190px;
    border-left: solid 1px #fff;
}

.left-nav.in .menu li ul li a {
    padding-left: 15px;
}

.left-nav.in .menu li:hover a.main-link {
    background-color: #273446;
}

.left-nav.in .menu li.active:hover a.main-link {
    background-color: #273446;
}

.left-nav.in .menu li.active:hover a.main-link .arrow {
    background-position: -36px -44px;
}

.left-nav.in .menu li:hover a.disabled-links {
    background-color: transparent;
    width: inherit;
}

.left-nav.in .menu li:hover a.disabled-links .menu-caption,
.left-nav.in .menu li:hover a.disabled-links .arrow {
    display: none;
}

.left-nav .menu li .disable-toggle {
    display: none;
    height: 55px;
    width: 245px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.left-nav.in .menu li:hover .disable-toggle {
    display: block;
}

.left-nav i {
    font-style: normal
}

.LayoutWrapper {
    margin: 55px 0 0 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background: #F3F6F8;
}

#innerWrapper {
    margin: 0 0 0 250px;
    width: auto;
    min-height: inherit;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

#innerWrapper.expand {
    margin: 0 0 0 55px;
}


/*Page Head*/

.page-head {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #B9C3D1;
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    margin: 0;
    padding: 0 20px;
}


/*Content Wapper*/

.content-wrapper {
    margin: 0;
    padding: 10px 20px 30px;
    position: relative;
}

.page-title4 {
    color: #656565;
    font-size: 25px;
    line-height: 40px;
}

.page-title3 {
    color: #656565;
    font-size: 24px;
    line-height: 30px;
}

.whatsnext p {
    font-size: 16px !important;
}

.whatsnext p a {
    text-decoration: none;
    line-height: 20px
}

li.disabledlink {
    color: #8B8B8B;
    text-transform: lowercase;
    text-decoration: none;
    font-size: 15px;
    padding: 2px 20px;
}

.rederror,
.rederror a {
    background: #F3D0D4;
    color: #CA3244;
    text-align: center;
    padding: 8px 0 5px 0
}

.yellowerror,
.yellowerror a {
    background: #FCF8AA;
    color: #FF9701;
    text-align: center;
    padding: 8px 0 5px 0
}

#resources_nav div {
    float: left;
    display: inline-block;
    font-size: 16px;
    color: #FFF
}

#resources_nav div.username {
    color: #f89921;
    font-weight: bold;
    margin: 15px 0 0 50px
}

#resources_nav div.subscribedto {
    margin: 15px 0 0 105px
}


/* ------------------------- General ------------------------- */

.block {
    overflow: hidden;
}

.shadow {}

hr {
    margin: 10px 0;
    font-size: 0;
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    border-top: 1px solid #CCC;
    overflow: hidden;
    clear: both;
}

ul,
ol {
    margin-bottom: 17px;
    margin-left: 30px;
}

ul li,
ol li {
    line-height: 26px;
    margin-bottom: 7px;
}

p,
ul.content li,
ol.content li {
    font-weight: normal;
}

p {
    padding: 3px 0
}

ul.content,
ol.content {
    margin-left: 45px;
}

ul.no-list,
ol.no-list {
    list-style: none;
}

ul.no-margin,
ol.no-margin {
    margin-left: 0;
}

.orange {
    color: #ff9800
}

.blue {
    color: #96D6F1;
    text-shadow: 0 1px 0 #FFF;
}

.darkblue {
    color: #29ACE2;
    text-shadow: 0 1px 0 #FFF;
}

.red {
    color: #CA3244
}

.gray {
    color: #636363;
}


/*v4 change*/

.white {
    color: #ffffff !important;
}

.h-00x {
    font-size: 12px;
}

.h-01x {
    font-size: 13px;
}

.h-0x {
    font-size: 14px;
    line-height: 24px;
}

.h-0xx {
    font-size: 15px;
    line-height: 24px;
}

.h-1x {
    font-size: 16px;
    line-height: 24px;
}

.h-2xx {
    font-size: 18px;
    line-height: 24px;
}

.h-2x {
    font-size: 20px;
    line-height: 28px;
}

.h-3x {
    font-size: 24px;
    line-height: 32px;
}

.h-4x {
    font-size: 28px;
    line-height: 36px;
}

.h-5x {
    font-size: 32px;
    line-height: 40px;
}

.h-6x {
    font-size: 36px;
    line-height: 44px;
}

.p-mini,
.p-mini p {
    font-size: 11px;
    line-height: 16px;
}

.p-small,
.p-small p {
    font-size: 12px;
    line-height: 18px;
}

.p-medium,
.p-medium p {
    font-size: 14px;
    line-height: 20px;
}

.p-regular,
.p-regular p {
    font-size: 16px;
    line-height: 22px;
}

.img-left {
    float: left;
    margin: 0 15px 15px 0;
}

.img-right {
    float: right;
    margin: 0 0 15px 15px;
}

.fl {
    float: left !important;
}

.fr {
    float: right;
}

.clearfix {
    clear: both;
}

.mar0 {
    margin: 0 !important;
}

.m-tb10 {
    margin: 10px auto;
}

.m-tb20 {
    margin: 20px auto;
}

.m-tb30 {
    margin: 30px auto;
}

.m-tb40 {
    margin: 40px auto;
}

.m-tb60 {
    margin: 60px auto;
}

.m-t4 {
    margin-top: 4px !important;
}

.m-t5 {
    margin-top: 5px !important;
}

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

.m-t15 {
    margin-top: 15px !important;
}

.m-t20 {
    margin-top: 20px !important;
}

.m-t25 {
    margin-top: 25px !important;
}

.m-t30 {
    margin-top: 30px !important;
}

.m-t40 {
    margin-top: 40px !important;
}

.m-t50 {
    margin-top: 50px !important;
}

.m-t60 {
    margin-top: 60px !important;
}

.m-t80 {
    margin-top: 80px !important;
}

.m-b0 {
    margin-bottom: 0 !important;
}

.m-b5 {
    margin-bottom: 5px !important;
}

.m-b10 {
    margin-bottom: 10px !important;
}

.m-b15 {
    margin-bottom: 15px !important;
}

.m-b20 {
    margin-bottom: 20px !important;
}

.m-b25 {
    margin-bottom: 25px !important;
}

.m-b30 {
    margin-bottom: 30px !important;
}

.m-b40 {
    margin-bottom: 40px !important;
}

.m-b60 {
    margin-bottom: 60px !important;
}

.m-b80 {
    margin-bottom: 80px !important;
}

.m-0 {
    margin: 0 !important;
}

.m-r0 {
    margin-right: 0 !important
}

.m-r10 {
    margin-right: 10px !important
}

.m-r15 {
    margin-right: 15px;
}

.m-r20 {
    margin-right: 20px !important;
}

.m-r40 {
    margin-right: 40px !important;
}

.m-t120 {
    margin-top: 120px
}

.m-lt50 {
    margin-left: 50px
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-10,
.p-r10 {
    padding-right: 10px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-50,
.p-r50 {
    padding-right: 50px;
}

.pad0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10,
.p-t10 {
    padding-top: 10px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10,
.p-b10 {
    padding-bottom: 10px;
}

.p-l10 {
    padding-left: 10px !important;
}

.p-l50 {
    padding-left: 50px !important;
}

.p-all10 {
    padding: 10px;
}

.p-all15 {
    padding: 15px;
}

.pad-all30 {
    padding: 30px;
}

.pad-tb5 {
    padding: 5px 0;
}

.pad-tb10 {
    padding: 10px 0;
}


/*to copy */

.paddleftright0 {
    padding: 0px
}


/*to copy */

.pad-tb20 {
    padding: 20px 0;
}

.pad-tb30 {
    padding: 30px 0;
}

.pad2015 {
    padding: 15px;
    margin-bottom: 2px;
    font-size: 16px;
}

.pad1008 {
    padding: 10px 8px;
    margin-bottom: 2px;
}

.empty_span {
    height: 20px;
    width: 1px
}

.section-header {
    background: #FF9701;
    width: 100%;
    font-size: 32px;
    line-height: 80px;
    text-align: center;
    color: #FFF;
    text-shadow: none;
}

.vline-right {
    border-right: 1px solid #CCC;
}

.vline-left {
    border-left: 1px solid #CCC;
}

img.border {
    border: 3px solid #fff;
}

.textalign_right {
    text-align: right
}

.widthauto {
    width: auto
}


/* ------------------------- Borders ------------------------- */

.border-b-1 {
    border-bottom: solid 1px;
}

.border-b-2 {
    border-bottom: solid 2px;
}

.border-white {
    border-color: #fff;
}


/* ------------------------- Backgrounds ------------------------- */

.bg-white {
    background-color: #fff !important;
}

.bg-light-gray {
    background-color: #F3F3F3;
}

.bg-gray {
    background-color: #E1E1E1;
}

.bg-dark-gray {
    background-color: #646464;
}

.bg-orange {
    background-color: #FF9701;
}

.bg-light-blue {
    background-color: rgba(61, 118, 255, 0.1);
}

.bggrey {
    background: #f3f6f8
}


/* ------------------------- Forms & Buttons ------------------------- */

.form {
    margin: 0;
    padding: 0;
}

.form p label {
    /*float: left;
	width: 200px;
	text-align: left;
	padding: 5px 0 0 42px;*/
}

.form p input[type='text'],
.form p input[type='password'],
.form p input[type='email'],
.form p input[type='tel'] {
    color: #636363;
    background: #FFF;
    width: 100%;
    border: 1px solid #B9C3D1;
    border-radius: 2px;
}

.form textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
}

.form p select {
    /*padding: 8px;
	color: #636363;
	border: 1px solid #ccc;*/
}

.form p.error {
    background-color: #FFDFDF;
    padding: 5px;
}

.btn {
    background: #fff;
    color: #3D76FF;
    display: inline-block;
    border: 2px solid #3D76FF;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    padding: 0 15px;
    min-width: 74px;
    height: 30px;
    line-height: 26px;
    cursor: pointer;
    text-decoration: none !important;
    margin: 5px;
    text-transform: uppercase;
    text-align: center;
}

.btn-processing {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

.btn:hover,
.btn:focus {
    color: #334ceb;
    border-color: #334ceb;
}

.btn-sm-block {
    width: 100%;
    max-width: 140px;
    text-transform: uppercase;
}

.btn-disabled {
    pointer-events: none;
    border-color: #E2E9F0;
    color: #E2E9F0;
}

.btn-disabled.btn-orange,
.btn-disabled.btn-blue {
    background: #E2E9F0;
    border-color: #E2E9F0;
}

.btn-sm {
    height: 28px;
    line-height: 26px;
    padding: 0 10px;
    font-size: 10px;
}

.btn-small {
    font-size: 13px;
    height: 30px;
    line-height: 25px;
    padding: 2px 10px;
}

.btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
}

.btn-medium {
    padding: 0 9px;
    font-size: 16px;
    height: 36px;
    line-height: 33px;
}

.btn-medium span {
    height: 35px !important;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

.btn-orange {
    color: #ffffff;
    background: #3D76FF;
}

.btn-orange:hover,
.btn-orange:focus {
    background: #334ceb;
    color: #fff;
    border-color: #334ceb;
}

.non_active_link,
.non_active_link:hover,
.non_active_link:focus {
    color: #ffffff;
    text-shadow: none;
    background: #ccc;
    border-bottom-color: #eee;
    cursor: default;
}

.btn-inset {
    -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
    -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
    box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
    background: #666;
    border-bottom: 1px solid #a0a0a0;
    color: #FFF;
    display: inline-block;
    padding: 10px 16px;
    margin: 5px;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-decoration: none !important;
}

.btn-orange-small {
    color: #ffffff;
    text-shadow: none;
    background-color: #E68901;
    background-image: -moz-linear-gradient(top, #FFC36C, #E68901);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFC36C), to(#E68901));
    background-image: -webkit-linear-gradient(top, #FFC36C, #E68901);
    background-image: -o-linear-gradient(top, #FFC36C, #E68901);
    background-image: linear-gradient(to bottom, #FFC36C, #E68901);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffFFC36C', endColorstr='#ffE68901', GradientType=0);
    border-color: #E68901;
    *background-color: #E68901;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    height: 32px;
    line-height: 32px;
    font-size: 13px
}

.btn-orange-small:hover,
.btn-orange-small:focus {
    background-color: #FF9900;
    color: #FFF;
    background-position: 0 -40px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn-orange-small span {
    background: url(/images/button-icon-white.png) no-repeat left center;
    border-right: 1px solid rgba(255, 255, 255, .6);
    height: 30px;
}

.large {
    padding: 0 15px 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
}

select {
    font-size: 16px;
    color: #273446;
    border-radius: 2px;
    height: 30px;
    line-height: 28px;
    padding: 0 6px;
    border: 1px solid #B9C3D1;
    background: #ffffff;
    /* Old browsers */
    width: 80%;
    letter-spacing: -0.33px;
}

select#plan_select {
    width: auto;
    background: rgba(61, 118, 255, 0.1);
    border-color: #3d76ff;
}


/* ------------------------- CHANGE PLAN PAGES  ------------------------- */


/* ------------------------- CHANGE PLAN PAGES  ------------------------- */

.login_intuit {
    margin: 15px 0 8px 10px;
}

div#change_plan_wrapper {
    font-size: 15px;
    line-height: 40px;
    clear: both;
    min-height: 700px;
    margin-left: 0px;
    width: 100%;
    max-width: 1200px;
}

div#change_plan_wrapper div#change_plan {
    display: table;
    border: solid 1px #f0f0f0;
    width: 100%
}

div#change_plan_wrapper div.change_plan_row_light {
    /*min-height:60px;*/
    line-height: 18px;
    padding: 15px 0;
    display: table;
    clear: both;
    width: 100%
}

div#change_plan_wrapper div.change_plan_row_dark {
    background: #f4f5f7;
    /*min-height:60px;*/
    line-height: 18px;
    padding: 15px 0;
    display: table;
    ;
    width: 100%
}

div#change_plan_wrapper div#clarification {
    background: #ffcf89;
    padding-left: 30px;
    margin: 0
}

div#change_plan_wrapper div#total_payment {
    border-top: solid 5px #eb9f00;
    border-bottom: solid 5px #eb9f00;
    text-align: right;
    padding: 5px 0;
    margin: 10px 0
}

div#change_plan_wrapper div#total_payment span {
    padding-right: 20px
}

div#change_plan_wrapper div#button_panel {
    text-align: right;
    margin: 0
}

div#change_plan_wrapper select {
    width: 64%;
    border-radius: 15px;
    font-size: 15px;
    padding: 4px 10px;
    color: #636363;
    border: 1px solid #b6b6b6;
    background: #FFF;
    font-size: 17px;
}

select.addon_box_change {
    border-radius: 0 !important;
    color: #636363;
    font-size: 15px !important;
    margin-top: 0 !important;
    padding: 1px !important;
    width: 100% !important;
}

div#change_plan_wrapper {
    /*font-size: 18px;
	line-height: 40px;
	clear: both;
	min-height: 700px;
	margin-left: 0px;
	width: 100%;
	max-width: 1200px;*/
}

div#change_plan_wrapper div.column_one {
    width: 30%;
    float: left;
    padding-left: 30px
}

div#change_plan_wrapper div.column_two {
    width: 30%;
    float: left;
    padding-left: 10px
}

div#change_plan_wrapper div.column_three {
    width: 20%;
    float: left;
    padding-left: 10px
}

div#change_plan_wrapper div.column_four {
    width: 20%;
    float: left;
    padding-left: 10px
}

div#change_plan_wrapper div.column_five {
    width: 605px;
    float: left;
    padding-left: 30px
}

div#change_plan_wrapper div#change_plan_header {
    background: #646464;
    height: 40px;
    color: #FFF;
    line-height: 40px;
}

div#change_plan_wrapper div.change_plan_row_light {
    height: 50px
}

div#change_plan_wrapper div.change_plan_row_dark {
    background: #f4f5f7;
    height: 50px
}

div#change_plan_wrapper div#clarification {
    background: #ffcf89;
    padding-left: 30px;
    margin: 0
}

.upgrade-plan-includes {
    font-size: 12px;
}

.upgrade-plan-includes ul,
.upgrade-plan-includes li {
    list-style: none;
    margin: 0;
    line-height: 20px
}


/*div#change_plan_wrapper div#total_payment {
	border-top: solid 5px #eb9f00;
	border-bottom: solid 5px #eb9f00;
	text-align: right;
	padding: 5px 0;
	margin: 10px 0
}*/

.change-billing-cycle .total-to-pay {
    border-top: solid 5px rgb(61 118 255 / 23%);
    border-bottom: solid 5px rgb(61 118 255 / 23%);
    text-align: right;
    padding: 10px 0;
}

div#change_plan_wrapper div#total_payment span {
    padding-right: 20px
}

div#change_plan_wrapper div#button_panel {
    text-align: right;
    margin: 0
}

div#change_plan_wrapper select {
    /*width: 50%;
	border-radius: 15px;
	font-size: 15px;
	padding: 4px 10px;
	color: #636363;
	border: 1px solid #b6b6b6;
	background: #FFF;
	margin-top: 6px;
	font-size: 18px;*/
}


/* ------------------------- Sign up page ------------------------- */

.signupheader #main_navigation {
    margin: 32px 0 0 150px;
    float: left;
}

#header.signupheader .logo {
    margin: 22px 0 20px 0;
}

#header.signupheader .utility-wrapper .utility-links {
    padding: 15px 40px;
    font-size: 22px;
    text-transform: capitalize;
}

#header.signupheader .utility-wrapper .utility-links a {
    color: #ffffff;
    text-decoration: none
}

#sub_navigation.signupheader {
    min-height: 45px;
    color: #ffffff;
    font-size: 24px;
    padding-top: 11px
}

div#signeCCPlan {
    font-size: 18px;
    color: #646464
}

div#signeCCPlan td {
    padding: 15px
}

div#signeCCPlan table {
    border: solid 1px #dddddd
}

.signup-table thead td {
    background: url(/images/pricing_table_head.png) repeat-x;
    font-size: 24px !important;
    padding: 5px 0 5px 15px !important;
    font-weight: bold
}

.signup-table thead td select {
    width: 40%;
    border-radius: 15px;
    font-size: 15px;
    padding: 8px 10px;
    color: #636363;
    border: 1px solid #b6b6b6;
    background: #FFF;
}

#addons {
    margin-top: 30px
}

div#signeCCPlan #addons_header {
    background: #646464;
    font-size: 22px;
    color: #ff9800;
    padding: 10px;
}

#total_payment_today,
#recurring_payment_row_div {
    padding: 20px 0 13px 20px;
    border: solid 1px #dddddd;
    font-size: 18px
}

#total_payment_today span,
#recurring_payment_row_div span {
    display: inline-block;
    font-size: 28px !important;
    font-weight: bold;
    float: right;
    padding-right: 25px;
}

#total_payment_today span.fielderror {
    color: #FF0000;
    float: none !important;
    font-size: 11px !important;
    font-weight: normal !important;
    padding: 0;
}

#recurring_payment_row_div {
    display: table;
    border-top: 0
}

#recurring_payment_row_div em {
    font-size: 11px !important;
    font-style: normal
}

#coupon_code {
    background: #ececec;
    padding: 5px 5px 5px 10px;
    margin: 20px 0 20px 10px
}

.promo-code {
    width: 550px;
    padding: 0 15px;
}

.promo-code-inner {
    padding: 10px 0;
    margin: 0 0 10px 0;
    float: none;
    font-size: 14px;
    background: rgba(61, 118, 255, 0.1);
    border: 1px solid #3D76FF;
    line-height: 30px;
    display: table;
    width: 83%;
    border-radius: 3px;
}

.promo-code-inner .btn {
    margin: 0;
}

#promo_code {
    max-width: 170px;
}

.noborder {
    border: 0px;
    text-align: center
}

#payment_information_div table {
    background: #f0f0f0;
    padding: 0 25px;
    margin: 0 0 10px 0;
}

#payment_information_div table td {
    padding: 0 5px
}

#ccards {
    background: url(/images/cards.png) no-repeat 0 8px;
    width: 56%;
    height: 50px
}

#card_number {
    min-width: 300px
}

#coupon_text,
#coupon_info_div {
    border: solid 1px #FF7A00;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
}

.lefttextbox {
    width: 94%
}

.all_forms table {
    /*background:#f4f4f4; margin:0*/
}

.all_forms a.darkblue {
    font-size: 12px
}

.all_forms #first_name {
    padding-left: 15px;
}

.all_forms #email,
#forgot_password_email {
    padding-left: 15px;
}

.all_forms #login_email {
    /*background: url(/images/ic_email.png) no-repeat 10px 0 #ffffff;*/
    padding-left: 15px;
}

.all_forms #password {
    /*background: url(/images/ic_password.png) no-repeat 10px 0 #ffffff;*/
    padding-left: 15px;
}

.all_forms #password_text {
    /*background: url(/images/ic_password.png) no-repeat 10px 0 #ffffff;*/
    padding-left: 15px;
}

.all_forms #login_password {
    /*background: url(/images/ic_password.png) no-repeat 10px 0 #ffffff;*/
    padding-left: 15px;
}

.all_forms #phone {
    /*background: url(/images/ic_phone.png) no-repeat 10px 0 #ffffff;*/
    padding-left: 15px;
}

.intl-tel-input #phone {
    padding-left: 45px !important
}

.all_forms #password,
#login_information #password_text {
    /*background: url(/images/ic_password.png) no-repeat 10px 0 #ffffff;*/
    padding-left: 15px;
}

.all_forms #company {
    /*background: url(/images/ic_website.png) no-repeat 10px 0 #ffffff;*/
    padding-left: 15px;
}

#show_password_wrap {
    float: right;
    line-height: 18px;
}

div.fielderror {
    color: #F00;
    font-size: 11px;
    padding: 2px 0 2px 5px;
    clear: both
}

.all_forms input:not([type="button"]),
.all_forms select {
    width: 100%;
    border-radius: 6px;
    line-height: 20px;
    font-size: 15px;
    padding: 7px 10px;
    color: #636363;
    border: 1px solid #cdcdcd;
    background: #FFF;
    height: 35px;
}

#show_password_wrap input {
    float: left;
    width: 14px !important;
    border-radius: 0px !important;
    padding: 0px !important;
    height: 14px;
    margin-right: 2px
}

#forgot_password_form_div table {
    background: #f4f4f4;
    padding: 10px;
    margin: 0 0 10px 0;
}

#payment_information_div div.fielderror {
    padding: 2px 0 2px 0;
}

.all_forms td p,
#payment_information_div td p {
    clear: both;
    position: relative;
    margin-bottom: 5px
}

.input_placeholder,
#approx_orders_per_month_placeholder {
    line-height: 25px;
    text-transform: capitalize;
}

#payment_information_div td p .input_placeholder {
    float: none;
    display: block;
    clear: both;
}

#payment_information_div select {
    border: 1px solid #ccc;
    padding: 7px;
    width: 100%;
    min-height: 34px;
    background: #fff;
}

select#card_expiration_month,
select#card_expiration_year,
select#card_type {
    width: auto
}

.input_labels {
    color: #273446;
    line-height: 30px;
    clear: both;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -0.25px;
    text-transform: uppercase;
}

p.hasinput {
    clear: both;
    position: relative;
}

.error-icon {
    background: url(../images/ic_cross.png) no-repeat center bottom;
    width: 20px;
    height: 25px;
}

.tick-icon {
    background: url(../images/ic_tick.png) no-repeat center bottom;
    width: 20px;
    height: 25px;
}


/* ------------------------- Inner Pages ------------------------- */

#inner-banner {
    padding: 40px 0 15px 0;
    color: #FFF;
}

#inner-banner article {
    text-align: right;
}

#pt-bc {
    padding-top: 20px;
}


/*.seven.columns h1.page-title{font-size: 16px;}*/

#content-wrapper h3 {
    color: #FF9701;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    margin-bottom: 17px;
}

#content-wrapper h2 {
    font-size: 28px;
    margin: 0;
    margin-bottom: 20px;
}

.breadcrumb {
    margin: 20px 0;
    float: right;
    text-transform: lowercase;
}


/* Sidebar Navigation/Links/List */

.sidebar-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-links li {
    display: block;
    padding: 10px 0 8px 0;
    border-bottom: 1px solid #e7e7e7;
}

.sidebar-links li:last-child {
    border-bottom: none;
}

.sidebar-links li a {
    text-decoration: none;
    font-size: 22px;
    display: block;
    font-weight: normal;
}

.sidebar-links li a.current {
    color: #FF9701;
}


/* ------------------------- Footer ------------------------- */

footer,
#footer {
    padding: 45px 0;
    color: #FFF;
    text-align: center;
}

footer a,
#footer a {
    color: #FFF;
    text-decoration: none;
    padding: 0 8px;
    line-height: 28px;
}

footer a.active,
footer a:hover,
#footer a.active,
#footer a:hover {
    color: #333
}

.to-top {
    margin: 15px 0;
}


/* ------------------------- portal.php ------------------------- */

#whats_next ul {
    margin: 0;
    padding: 0
}

#whats_next ul li {
    list-style: none;
    background: url(../images/bullet.png) no-repeat 0 7px;
    padding-left: 20px;
}

#refer_a_friend {
    background: #646464;
    padding: 25px 0 20px 50px
}

#refer_a_friend h1 {
    text-decoration: none;
    margin: 0;
    padding: 0;
    text-shadow: none
}

#refer_a_friend input {
    border: solid 1px #e1e1e1;
    width: 82%;
    height: 35px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    background: url(/images/ic_email.png) no-repeat #ffffff;
    padding-left: 40px;
    margin: 10px 0 15px 0
}

#news p span {
    background: url(/images/ic_calender.png) no-repeat;
    width: 41px;
    height: 40px;
    display: inline-block;
    margin: 0 10px 10px 0
}

#news p span em.month {
    font-size: 10px;
    color: #ffffff;
    text-transform: none;
    text-align: center;
    display: block;
    line-height: 19px;
    font-style: normal;
}

#news p span em.date {
    font-size: 21px;
    text-transform: none;
    text-align: center;
    display: block;
    line-height: 19px;
    font-style: normal;
}

#news a {
    color: #636363;
    font-size: 16px;
    line-height: 53px;
}

#news ul {
    list-style: none;
    margin-left: 0;
}

#news li.article-promoted span {
    display: none
}

#news li a {
    font-size: 16px;
    line-height: 23px;
    color: #636363;
    display: inline-block;
    background: url(../images/bullet-orange.png) no-repeat 0 5px;
    padding-left: 30px;
}


/* ------------------------- Customer Portal  ------------------------- */

.customerPortal {
    font-size: 15px;
    line-height: 20px
}

.bg-lightgray {
    background-color: #F1F1F1;
}

#last_activity,
.addScroll {
    max-height: 400px;
    overflow-x: auto;
}

.refer_a_friend {
    background: #646464;
    padding: 25px
}

.refer_a_friend h1 {
    text-decoration: none;
    margin: 0;
    padding: 0 0 10px 0;
    text-shadow: none;
    font-size: 32px;
    line-height: 40px;
    color: #FF9701;
}

.refer_a_friend input {
    border: solid 1px #e1e1e1;
    width: 100%;
    height: 48px;
    border-radius: 3px;
    font-size: 18px;
    background: url(/images/customer_portal/email_icon.png) no-repeat #ffffff 10px 0px;
    padding-left: 60px;
    margin: 10px 0 5px 0;
    color: #c4c4c4;
    font-family: Georgia, "Times New Roman", Times, serif !important;
}

#news p span {
    background: url(/images/ic_calender.png) no-repeat;
    width: 41px;
    height: 40px;
    display: inline-block;
    margin: 0 10px 10px 0
}

#news p span em.month {
    font-size: 10px;
    color: #ffffff;
    text-transform: none;
    text-align: center;
    display: block;
    line-height: 19px;
    font-style: normal;
}

#news p span em.date {
    font-size: 21px;
    text-transform: none;
    text-align: center;
    display: block;
    line-height: 19px;
    font-style: normal;
}

.norightborder {
    border-right: none !important
}

.table_border {
    border: solid 1px #d8d8d8
}

.table_border_right {
    border-right: solid 1px #E2E9F0;
}

.table_border_left {
    border-left: solid 1px #E2E9F0;
}

.table_border_top {
    border-top: solid 1px #E2E9F0;
}

.table_border_bottom {
    border-bottom: solid 1px #E2E9F0;
}

table.pad-all10 td,
table.pad-all10 th {
    padding: 13px;
}

table.pad-all4 td {
    padding: 4px;
}

.table-new tbody tr td {
    border-top: solid 1px #E2E9F0;
}

#billing_history_table .amount-col span {
    display: inline-block;
}

#billing_history_table tr td.action-col a {
    display: inline-block;
    vertical-align: middle;
}

.blue_highlight {
    background: #aee6fc !important
}

.blue_highlight a {
    color: #fff
}

.download span {
    display: none;
    background: url(/images/button-icon-white-arrow.png) no-repeat left center;
    border-right: 1px solid rgba(255, 255, 255, .6);
    width: 35px;
    margin-left: 5px;
}

.account-msg {
    margin-top: 0px;
    background: #F3D0D4;
    height: 30px;
    padding: 5px;
    color: #CE4756;
}

.account-msg a {
    color: #FF0000;
}

.bg_darkgrey {
    background: #8a8e96;
    color: #FFFFFF;
}

.bg_ligntgrey {
    background: #F1F1F1;
}

.utility-links.goback {
    padding: 15px 40px;
    font-size: 22px;
    text-transform: capitalize;
    color: #fff
}

#header .utility-wrapper .utility-links.goback a {
    color: #fff
}

.head {
    color: #fff;
    font-family: OpenSans;
    font-size: 24px;
    line-height: 40px;
    text-align: center
}

.opaquecanceledplan {
    zoom: 1;
    color: #aaa !important
}

.page-title2 {
    border-bottom: 1px solid #CCCCCC;
    color: #636363;
    font-size: 20px;
    line-height: 13px;
    margin: 0 0 25px;
    padding-bottom: 18px;
}

.expcol,
.expcol2 {
    background: url(/images/accordian_arrow.png) 0 -39px no-repeat;
    display: inline-block;
    width: 10px;
    height: 11px;
    margin-left: 10px;
    cursor: pointer
}

.expcol.expandit,
.expcol2.expandit2 {
    background: url(/images/accordian_arrow.png) 0 0px no-repeat;
    display: inline-block;
    width: 10px;
    height: 11px;
    margin-left: 10px;
    cursor: pointer
}


/*.module_select {
	border-radius: 10px;
	background: #D4D4D4;
	border-color: #D4D4D4;
	padding: 8px;
	font-size: 12px;
	color: #646464;
}*/

#marketingpromo {
    height: 240px;
    background: #848484;
    font-size: 38px;
    line-height: 220px
}

.customerPortal td strong {
    color: #6c6d70;
}

.customerPortal td.bg_darkgrey strong {
    color: #FFFFFF;
}

.customerPortal .h-1x {
    font-size: 17px
}

.customerPortal p.h-3x {
    font-size: 20px;
    line-height: 32px;
}

.customerPortal p.h-3x strong {
    font-weight: normal !important
}

#opaquecanceledplan a:hover {
    color: #08BCFF !important
}

#opaquecanceledplan a.btn:hover,
#opaquecanceledplan a.btn:focus {
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #C9C9C9);
    background-repeat: repeat-x;
    border: 1px solid #AAAAAA;
    border-radius: 100px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    color: #636363;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: normal !important;
    height: 40px;
    line-height: 40px;
    margin: 5px;
    padding: 0 15px;
    text-align: left;
    text-decoration: none !important;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: lowercase;
    vertical-align: middle;
}

#opaquecanceledplan a.btn-orange:hover,
#opaquecanceledplan a.btn-orange:focus {
    background-color: #E68901;
    background-image: linear-gradient(to bottom, #FFC36C, #E68901);
    background-repeat: repeat-x;
    border-color: #E68901;
    color: #FFFFFF;
    text-shadow: none;
}

span#message_label,
p#message_text {
    clear: both;
    font-size: 17px !important;
}

input[type="checkbox"] {
    padding: 0px !important;
    border: inherit !important;
}

.notification-global {
    margin-top: 0;
    width: 100%;
    background: url(/images/shadow.png) no-repeat center -10px #D0E9AD;
    padding: 8px;
    font-size: 14px;
    text-align: center;
}

#failed_payment_message_div {
    background: url(/images/shadow.png) no-repeat center -10px indianred;
    color: #fff
}

#failed_payment_message_div a {
    color: #fff
}

#marketingpromo {
    display: none
}

.btn-blue,
.btn-blue2 {
    color: #ffffff;
    background: #3D76FF;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue2:hover,
.btn-blue2:focus {
    background: #3265e1;
    border-color: #3265e1;
    color: #fff
}

.btn-blue2 span {
    display: none
}

.cloudblue {
    color: #26ADE3 !important
}

p.blue.h-2x img {
    vertical-align: middle
}


/* ------------------------- business portal ------------------------- */

#search_portal input.search_input {
    border-radius: 5px;
    line-height: 20px;
    font-size: 18px;
    padding: 9px 10px;
    width: 80%;
    border: 1px solid #c0c0c0;
    background: #FFF;
    float: left
}

#search_portal input.btn_search {
    background: url(/images/bg_search_portal.png) no-repeat;
    width: 50px;
    height: 44px;
    border: 0;
    float: left;
    margin-left: -3px;
    margin-top: 2px
}

.box {
    background: #fff;
    display: table;
    border: solid 1px #ccc;
    padding: 20px;
}

#business_portal td {
    padding: 0px;
    border-bottom: solid 1px #bbb;
    border-top: solid 1px #fff;
    line-height: 40px;
    text-indent: 10px
}

#business_portal td.nobord {
    border-bottom: 0
}

#customer_plan_details_head {
    background: #ff9800;
    color: #FFF;
    padding: 0 20px;
    display: table
}

.bg_blue {
    background: #dfedfc
}

.bg_ligntgrey {
    background: #f1f1f1
}

span.closed_issues {
    width: 76px;
    height: 56px;
    background: url(/images/orange_tag.png) no-repeat;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 15px;
    padding: 5px 0;
    color: #FFF;
}

span.open_issues {
    width: 78px;
    height: 56px;
    background: url(/images/white_tag.png) no-repeat;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    padding: 5px 0;
}

span.black_tags {
    width: 78px;
    height: 55px;
    background: url(/images/black_tag.png) no-repeat;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    float: right;
    padding-top: 6px;
    text-transform: lowercase
}

span.black_tags#day_tag_span,
span.black_tags#amount_tag_span {
    float: right;
    margin-left: 4px
}

span.black_tags_large {
    width: 134px;
    height: 74px;
    background: url(/images/black_tag_large.png) no-repeat;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    line-height: 20px;
    padding: 6px 8px 8px 0
}

span.black_tags_large_empty {
    width: 134px;
    height: 65px;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    line-height: 20px;
    padding: 6px 8px 8px 0
}

span.black_tags_large {
    width: 134px;
    height: 74px;
    background: url(/images/black_tag_large.png) no-repeat;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    line-height: 20px;
    padding: 6px 8px 8px 0
}

#business_portal select {
    border-radius: 10px;
    line-height: 20px;
    font-size: 14px;
    padding: 5px 10px;
    color: #636363;
    border: 1px solid #b6b6b6;
    background: #FFF;
}


/*insureship*/

span.insureshiptag {
    width: 154px;
    height: 65px;
    background: url(/images/customer_portal/insureshiptag.png) no-repeat;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 15px;
    padding: 10px 5px 0 0;
    color: #FFF;
}


/*intermediate page*/

div.popup {
    position: absolute;
    left: 50%;
    margin-left: -192px;
    border: 14px solid #656565;
    display: none;
    background: #eeeeee;
    z-index: 999;
    padding: 20px;
    width: 385px;
}

div.popup div.close {
    height: 38px;
    width: 38px;
    position: absolute;
    right: -8px;
    top: -45px;
}

div.popup div.close a {
    cursor: pointer;
}

div.black_overlay {
    background: url(transparent.png) repeat;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    display: none;
}

.popup .form p input[type='text'],
.popup .form p input[type='password'] {
    width: 100%
}

#free_trial_form_content {
    background: #eeeeee;
    padding: 10px 20px 5px 20px;
    width: 82%;
}

#free_trial_form_content label {
    display: none
}

.form #free_trial_form_content input,
.form #free_trial_form_content select {
    width: 100% !important;
    border-radius: 15px 0 0 15px;
    line-height: 20px;
    font-size: 15px;
    padding: 7px 10px;
    color: #636363;
    border: 1px solid #b6b6b6;
    background: #FFF;
}

#free_trial_form_content p {
    margin-bottom: 5px !important;
}

.form #free_trial_form_content select {
    border-radius: 15px;
}

#show_password_wrap {
    float: right;
    line-height: 18px;
    margin-bottom: 10px;
}

.form #free_trial_form_content #show_password_wrap input {
    float: left;
    width: 14px !important;
    border-radius: 0;
    padding: 0px;
    height: 14px;
    margin-right: 2px
}

#free_trial_form_content #first_name {
    background: url(/images/ic_fullname.png) no-repeat 10px 0 #ffffff;
    padding-left: 50px;
}

#free_trial_form_content #email {
    background: url(/images/ic_email.png) no-repeat 10px 0 #ffffff;
    padding-left: 50px;
}

#free_trial_form_content #phone {
    background: url(/images/ic_phone.png) no-repeat 10px 0 #ffffff;
    padding-left: 50px;
}

#free_trial_form_content #password,
#free_trial_form_content #password_text {
    background: url(/images/ic_password.png) no-repeat 10px 0 #ffffff;
    padding-left: 50px;
}

#free_trial_form_content #website_url {
    background: url(/images/ic_website.png) no-repeat 10px 0 #ffffff;
    padding-left: 50px;
}

#free_trial_form_content label.error {
    color: #F00;
    font-size: 11px;
    white-space: nowrap;
}

.div_email_exists {
    float: left;
    padding-right: 20px;
    text-align: right;
    margin-bottom: 5px;
}

.email_exist {
    clear: both;
    color: #FF0000;
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin-left: 45px;
    padding-top: 0;
    text-align: left !important;
    width: 278px !important;
}

#approx_orders_per_month_placeholder,
#first_name_placeholder,
#password_placeholder,
#phone_placeholder,
#email_placeholder,
#website_placeholder,
#qb_types_placeholder {
    position: absolute;
    color: #c1c1c1;
    font-size: 15px;
    left: 50px;
    top: 15px;
}

.clear {
    clear: both
}

#payment_information_div #cvv_code {
    width: 68px
}


/* ------------------------- SAVE PLAN PAGES  ------------------------- */

#saveplan {
    line-height: 30px;
    min-height: 400px
}

.heading {
    color: #fff;
    ffont-size: 24px;
    margin-top: 11px;
    text-align: center
}

.head-text {
    font-size: 19px;
    line-height: 30px
}

span.num {
    background: url(/images/ic_num.png);
    width: 32px;
    height: 32px;
    display: inline-block;
    color: #fff;
    padding: 0 10px 5px 10px;
    margin-right: 12px;
    font-size: 20px;
}

#saveplandarkgreyheader {
    background: #656565;
    color: #fff;
    padding: 10px 0
}

#saveplanlightgreyheader {
    background: #f4f4f5;
    color: #666666;
    padding: 10px 0;
    background-image: -moz-linear-gradient(top, #ffffff, #c9c9c9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f4f4f4));
    background-image: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
    background-image: -o-linear-gradient(top, #ffffff, #f4f4f4);
    background-image: linear-gradient(to bottom, #ffffff, #f4f4f4);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff4f4f4', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

#saverate {
    font-size: 60px;
    font-weight: bold
}

#savedetails {
    margin-left: 25px;
    line-height: 30px;
    font-size: 14px
}

#savedetails p,
#saveplandarkgreyheader p {
    padding: 0
}

#savedetails img {
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle
}


/*voluntary pages*/

.voluntarybox {
    background: #f3f3f3;
    padding: 10px;
    margin-top: 3px
}

.voluntarybox span {
    float: left;
    display: inline-block;
    height: 40px;
    width: 30px;
    margin: 0 10px 0 20px
}

.voluntarybox img {
    /*vertical-align: bottom*/
}

.green_tick_bullet {
    background: url(../images/common-sprite.png) no-repeat -44px -150px;
    width: 20px;
    height: 20px
}

.red_cross_bullet {
    background: url(../images/common-sprite.png) no-repeat 1px -186px;
    width: 20px;
    height: 20px
}

.strikethrough {
    text-decoration: line-through
}

.orange_arrow_switch {
    background: url(../images/arrow-right-blue.svg) no-repeat;
    background-size: auto;
    width: 50px;
    height: 35px;
    margin-left: 29px;
}


/*---------------NEW PLAN PAGE----------------*/

div#subscription_details {}

div#subscription_details td {
    padding: 10px
}

div#subscription_details table {
    border: solid 1px #dddddd
}

.plan-status-box {
    text-align: center;
}

.plan-status-box:last-child {
    margin-left: 0;
}

.plan-status-box .grey-box {
    border: solid 1px #E2E9F0;
    border-radius: 5px;
    background: #f3f6f8;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-weight: bold;
    font-size: 15px;
}

.plan-status-box .status {
    display: inline-block;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.4)
}

.status.active {
    background-color: #00E241;
    display: inline-block;
    height: 8px;
    width: 8px;
    border-radius: 5px;
    border: solid 1px #00AB26;
}

.status.expired,
.status.canceled,
.status.vsuspend {
    background-color: #FC0202;
    display: inline-block;
    height: 8px;
    width: 8px;
    border-radius: 5px;
    border: solid 1px #AD0101
}

.prev-plan-periods {
    display: block;
    cursor: pointer;
}

#myaddonssection .plan-status-box {
    margin-top: 10px
}

#myaddonssection .plan-status-box .grey-box {
    height: 30px;
    line-height: 30px;
}

.prev-plan-periods .prev-icon {
    width: 7px;
    height: 11px;
    display: inline-block;
    background: url("../images/common-sprite.png") no-repeat -47px -11px;
    margin-right: 7px;
}


/*pagination*/

#pageNavPosition {
    padding: 10px;
    text-align: center;
}

#pageNavPosition span {
    display: inline-block;
    padding: 5px 10px;
    border: solid 1px #E2E9F0;
    cursor: pointer;
    border-radius: 5px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f3f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f3f5));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f0f3f5 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f0f3f5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f0f3f5 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f0f3f5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f3f5', GradientType=0);
}

#pageNavPosition span:hover {
    background: #f4f4f4
}

#pageNavPosition span.pg-selected {
    color: #fff;
    background: #3d76ff;
}

#pageNavPosition span.disable {
    cursor: inherit;
    background: #E2E9F0;
    color: #fff;
}


/* ------------------------- lightbox ------------------------- */

#lightbox,
.block-popup {
    box-shadow: 5px 4px 7px rgba(0, 0, 0, .1);
}

#lightbox form.checkcustomer {
    padding-top: 10px;
}

#lightbox form.checkcustomer p {
    padding: 15px 30px 0 10px;
    overflow: hidden;
}

#lightbox form.checkcustomer label {
    width: 110px;
    display: block;
    text-align: right;
    float: left;
    padding-top: 10px;
    color: #666666;
    font-weight: bold;
}

#lightbox form.checkcustomer input[type="text"] {
    border: 1px solid #CCCCCC;
    background: #fff;
    padding: 5px;
    width: 300px;
    font-size: 16px;
    float: right;
}

#lightbox form.checkcustomer label.loader {
    width: 30px;
    margin-right: 10px;
}

#lightbox form.checkcustomer input[type="password"] {
    border: 1px solid #CCCCCC;
    background: #fff;
    padding: 5px;
    width: 250px;
    font-size: 14px;
    float: right;
}

#lightbox form.checkcustomer label.error {
    float: right;
    clear: both;
    padding-top: 0px;
    text-align: left;
    width: 310px;
    color: #FF0000;
    font-size: 12px;
    font-weight: normal;
}

#lightbox .header,
.block-popup .header {
    background-color: #ffffff;
    border-bottom: 1px solid #B9C3D1;
    color: #273446;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    padding: 15px;
    font-weight: bold;
    text-align: center;
}

#lightbox .footer {
    background: #e2e2e2;
    border-top: 1px solid #aaa;
    box-sizing: border-box;
    height: 42px;
    padding: 8px;
    position: relative;
    border-radius: 0 0 3px 3px;
    box-shadow: inset rgba(0, 0, 0, .09) 0 2px 0;
}

#lightbox form input {
    width: 97%;
}

#lightbox form input[type="checkbox"] {
    width: auto !important;
    height: auto !important;
}

#lightbox form select {
    width: 97%;
}

#lightbox form label {
    color: #273446;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.25px;
    line-height: 14px;
}

#lightbox form label.error {
    clear: both;
    padding: 3px 0;
    position: absolute;
    text-align: left;
    color: #FF0000;
    font-size: 11px;
    font-weight: normal;
}

#lightbox form#cancellation_form label.error {
    position: inherit;
}

#lightbox .formlabel i {
    font-style: normal;
    color: #FF0000;
}

#lightbox form>table {
    padding: 10px
}

#lightbox form div.error {
    clear: both;
    padding-top: 0px;
    text-align: left;
    color: #FF0000;
    font-size: 12px;
    font-weight: normal;
}

#lightbox table tr:nth-child(even),
#lightbox table tr.row-gray {
    /* background: #fff; */
}

#alert_div .header {
    height: 30px;
    padding: 5px 0 5px 15px;
    background-color: #FF8901;
    color: #FFFFFF;
    text-align: left;
}

.section {
    background: #F3F6F8;
    margin: 0 !important;
    padding: 20px 0 0px 10px;
}

.section .heading {
    padding-left: 5px;
    padding-bottom: 10px;
    color: #FF9A01;
    font-weight: bold;
}

.section .colored {
    background: repeat scroll 0 0 #EEEEEE;
}

.section th {
    background: repeat scroll 0 0 #626262;
    border-right: none;
    color: #FFFFF0;
    font: bold 12px arial;
    height: auto;
    padding: 5px 0 10px 5px;
    vertical-align: top;
}

.section td {
    background: none;
    border: none;
    text-align: left;
    font-size: 15px;
    color: #273446;
    height: auto;
    width: auto;
    padding: 5px 20px 10px;
}

.section .label {
    color: #666666;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 500;
}

.section a {}

.section a:hover {}

#lightbox form#edit_account_form label.error {
    position: inherit !important;
}

#edit_account_form td,
#lightbox td {
    padding: 0 0 20px 0;
    vertical-align: middle;
}


/* ------------------------- ------------------------- */

.tipsy {
    visibility: visible !important;
    display: block !important;
}

.tipsy {
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    padding: 5px;
    z-index: 9999;
    margin-top: 3px
}

.tipsy-inner {
    background-color: #FFF;
    color: #666666;
    max-width: 900px;
    padding: 10px;
    border: solid 1px #d5d5d5;
    margin-left: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.tipsy-inner b {
    color: #666;
    font-weight: normal !important;
    padding: 5px 0;
    display: inline-block
}

.tipsy-inner ul {
    padding: 5px 0 0 0;
    margin: 0 0 0 20px
}

.tipsy-inner ul li {
    line-height: 16px;
}

.tipsy-arrow {
    position: absolute;
    width: 15px;
    height: 22px;
    line-height: 0;
    border: 0px solid #fff;
}


/* Rules to color arrows */

.tipsy-nw {
    margin-left: 0px
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
    background: url(../images/arrow_top.png) no-repeat 4px -2px;
    width: 22px;
    height: 11px;
}


/*----------------NEW PRO SERVICE PAGE------------------*/

.pro-service-plans {
    line-height: 20px;
}

.pro-service-plans .icon {
    width: 79px;
    height: 84px;
    display: inline-block;
    margin-right: 10px;
}

.pro-service-plans .title {
    display: inline-block;
    position: relative;
    top: -35px;
}

.pro-service-plans .icon.onboarding {
    background: url(../portal-images/onboarding-plan-icon.png) no-repeat;
}

.pro-service-plans .icon.accounting {
    background: url(../portal-images/accounting-plan-icon.png) no-repeat;
}


/*----------------NEW PAGE LEVEL MESSAGES------------------*/

.messages-wrapper {
    display: block;
    margin: 0;
    text-align: center;
    padding: 0px 20px;
    overflow: hidden;
}

.messages-wrapper .message-inner {
    color: #273446;
    position: relative;
    margin: 20px 0 0;
    border-style: solid;
    border-width: 1px;
    padding: 11px 20px;
    border-radius: 2px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.messages-wrapper .message-inner.level-0 {
    z-index: 9
}

.messages-wrapper .message-inner.level-1 {
    z-index: 8
}

.messages-wrapper .message-inner.level-2 {
    z-index: 7
}

.messages-wrapper .message-inner.level-3 {
    z-index: 6
}

.messages-wrapper .btn {
    font-weight: 600;
}

.messages-wrapper .message-inner .btn:last-child {
    margin-right: 0;
}


/*For Error*/

.messages-wrapper .message-error {
    background-color: rgba(217, 56, 43, 0.1);
    border-color: #D9382B;
}

.messages-wrapper .message-red-border {
    border-color: #D9382B !important;
}

.message-error .message-close {
    background-position: left -67px;
}


/*For Success*/

.messages-wrapper .message-success {
    background-color: rgba(8, 153, 101, 0.1);
    ;
    border-color: #089965;
}

.message-success .message-close {
    background-position: left -41px;
}


/*For Warning*/

.messages-wrapper .message-warning,
.messages-wrapper .message-other {
    background-color: #ffffff;
    border-color: #3D76FF;
    text-align: left;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.messages-wrapper .message-yello-border {
    border-color: #FFC719 !important;
}


/*----------------------------*/


/*Arrow Breadcrumbs Starts*/

.arrow-breadcrumb {
    float: left;
}

.arrow-breadcrumb .btn,
.arrow-breadcrumb .btn.non-hover:hover {
    float: left;
    padding-left: 25px;
    position: relative;
    border-radius: 0;
    margin: 0;
    border: solid 1px #ccd4da;
    border-top: solid 1px #d8dde2;
    border-bottom: solid 2px #c2cbd3;
    font-size: 12px;
    color: #273446;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) !important;
    background: rgb(246, 246, 247);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGU0ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(246, 246, 247, 1) 0%, rgba(224, 228, 232, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246, 246, 247, 1)), color-stop(100%, rgba(224, 228, 232, 1)));
    background: -webkit-linear-gradient(top, rgba(246, 246, 247, 1) 0%, rgba(224, 228, 232, 1) 100%);
    background: -o-linear-gradient(top, rgba(246, 246, 247, 1) 0%, rgba(224, 228, 232, 1) 100%);
    background: -ms-linear-gradient(top, rgba(246, 246, 247, 1) 0%, rgba(224, 228, 232, 1) 100%);
    background: linear-gradient(to bottom, rgba(246, 246, 247, 1) 0%, rgba(224, 228, 232, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f7', endColorstr='#e0e4e8', GradientType=0);
}

.arrow-breadcrumb a.btn,
.arrow-breadcrumb a.btn:hover {
    color: #3D76FF;
}

.arrow-breadcrumb .btn.non-hover:hover {
    cursor: default;
}

.arrow-breadcrumb .btn:hover {
    border-width: 1px;
    color: #2d2d2d;
    background: rgb(255, 255, 255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmY0ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 244, 246, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(242, 244, 246, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 244, 246, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 244, 246, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 244, 246, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(242, 244, 246, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f4f6', GradientType=0);
}

.arrow-breadcrumb .btn:first-child {
    padding-left: 13px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.arrow-breadcrumb .btn.active:after,
.arrow-breadcrumb .btn:hover:after {
    background: rgb(255, 255, 255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmY0ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 244, 246, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(242, 244, 246, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 244, 246, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 244, 246, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 244, 246, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(242, 244, 246, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f4f6', GradientType=0);
}

.arrow-breadcrumb .btn:after,
.arrow-breadcrumb .btn.non-hover:after {
    content: '';
    position: absolute;
    top: 0px;
    right: -12px;
    width: 26px;
    height: 26px;
    transform: scale(0.707) rotate(45deg);
    -webkit-transform: scale(0.707) rotate(45deg);
    z-index: 1;
    background: rgb(245, 245, 245);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjVmNWY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmZTJlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, rgba(245, 245, 245, 1) 0%, rgba(223, 226, 229, 1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(245, 245, 245, 1)), color-stop(100%, rgba(223, 226, 229, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(245, 245, 245, 1) 0%, rgba(223, 226, 229, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(245, 245, 245, 1) 0%, rgba(223, 226, 229, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(245, 245, 245, 1) 0%, rgba(223, 226, 229, 1) 100%);
    background: linear-gradient(135deg, rgba(245, 245, 245, 1) 0%, rgba(223, 226, 229, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dfe2e5', GradientType=1);
    box-shadow: 2px -2px 0 0 #ccd4da;
    border-radius: 0 10px 0 50px;
}

span.breadcrumb-link {
    color: #232BDF;
    font-weight: bold;
    letter-spacing: -0.29px;
}

a.breadcrumb-link {
    margin-right: 20px;
    position: relative;
}

a.breadcrumb-link:after {
    content: url(/portal-images/chevron-arrow-right-blue.svg);
    position: absolute;
    right: -15px;
    top: 2px;
}


/*Arrow Breadcrumbs Ends*/


/*Change Subscription*/

.change-subscription-wrapper .subscription-row {
    padding-left: 40px;
    position: relative;
    border-bottom: solid 1px #E2E9F0;
    margin-bottom: 10px;
    margin-top: 10px;
}

.change-subscription-wrapper .subscription-row input[type=radio] {
    position: absolute;
    left: 0;
    top: 4px;
}

.cancellation-request-div {
    background: #E2E9F0;
    border-radius: 2px;
}


/*------------------------------*/


/*---------FOOTER-------------*/

.footer {
    background: #fc9900;
    /*height:100px;*/
}

.footer .inner {
    padding: 20px;
}

.footer-links {
    color: #fff;
}

.footer-links a {
    color: #fff;
    margin: 0 5px;
}

.footer-links a:hover {
    color: #333;
}

.footer .copyright {
    font-size: 11px;
    color: #fff;
}


/*----------------------------*/


/*------------LOGIN PAGE--------*/

.login-wrapper {
    display: table;
    margin: 50px auto 0 auto;
    padding: 0;
}

.login-wrapper .inner {
    height: 100%;
    display: table-cell;
    /*vertical-align: middle;*/
    width: 500px;
}

.login-wrapper .all_forms {
    width: 560px;
    max-width: 100%;
}

.login-wrapper .login-box .forgot-pass {
    line-height: 45px;
}

.forgotpass-wrapper {
    width: 500px;
}

.forgotpass-wrapper .recover-form {
    padding: 30px;
}

.login-wrapper .signin-divider .divider-line {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #2734461f;
    flex-grow: 1;
}

.login-wrapper .signin-divider .divider-text {
    padding: 0 20px;
    color: #273446;
}

.login-wrapper .google-signin-wrapper iframe {
    margin: auto !important;
}

.login-wrapper .login-phone {
    font-size: 14px;
    color: #333;
}


/*------------------------------*/

.icon-val-box {
    padding-right: 30px;
    position: relative;
}

.icon-val-box .validate-icon {
    position: absolute;
    right: 0;
    top: 10px;
    height: 18px;
    width: 18px;
}

.icon-val-box .validate-icon.error {
    background: url(../images/ic_cross.png) no-repeat center center;
}

.icon-val-box .validate-icon.success {
    background: url(../images/ic_tick.png) no-repeat center center;
}


/*----------Download Page Styles------------*/

.migrate-ue {
    background-color: #cceefb;
    border: solid 1px #0099FF;
    padding: 10px;
}

.migrate-ue .text {
    line-height: 45px;
}


/*---------------*/


/*----Unify Enterprise Upgrade Styles-----*/

.enterprise-upgrade-video .video-wrapper {
    position: relative;
}

.enterprise-upgrade-video .feature-video-link {
    position: absolute;
    width: 100%;
    height: 250px;
    display: block;
    left: 0;
    top: 0;
    z-index: 1000;
}


/*-----Block UI styles-----*/

.blockUI.blockMsg {
    top: 55px !important;
    position: absolute !important;
    border: 1px solid #B9C3D1 !important;
    box-shadow: 0 2px 1px -1px #27344633, 0 1px 1px #27344624, 0 1px 3px #2734461f;
}

.blockUI.blockMsg.top-position {
    top: 450px !important;
}

.blockUI.blockMsg.top-position #lightbox {
    box-shadow: none
}


/*-------------*/


/*----- BEGIN: OFFER BANNER -----*/

.offer-banner {
    margin: 50px auto;
    max-width: 600px;
    text-align: center;
}

.offer-banner a {
    display: block;
}

.offer-banner img {
    width: 100%;
    transition: transform .1s;
    /* Animation */
}

.offer-banner a:hover img {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
    -ms-transform: scale(1.05);
    /* IE 9 */
    -webkit-transform: scale(1.05);
    /* Safari 3-8 */
    transform: scale(1.05);
}


/*----- END: OFFER BANNER -----*/


/*Loading Overlay*/

.loading-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999
}

.loading-overlay .uloader {
    position: absolute!important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.uloader {
    position: relative;
    display: inline-block;
}

.uloader.s32x32 {
    width: 32px;
    height: 32px;
}

.uloader.s28x28 {
    width: 28px;
    height: 28px;
}

.uloader.s20x20 {
    width: 20px;
    height: 20px;
}

.uloader .loader-ring,
.uloader .loader-ring:after {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.uloader.gray .loader-ring {
    border-top-color: rgba(105, 105, 105, 0.35);
    border-right-color: rgba(105, 105, 105, 0.35);
    border-bottom-color: rgba(105, 105, 105, 0.35);
    border-left-color: #696969;
}

.uloader.white .loader-ring {
    border-top-color: rgb(210 210 210 / 35%);
    border-right-color: rgb(210 210 210 / 35%);
    border-bottom-color: rgb(210 210 210 / 35%);
    border-left-color: #ffffff;
}

.uloader .loader-ring {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 0.4em solid;
    border-right: 0.4em solid;
    border-bottom: 0.4em solid;
    border-left: 0.4em solid;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: uloaderring 1.1s infinite linear;
    animation: uloaderring 1.1s infinite linear;
}

@-webkit-keyframes uloaderring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes uloaderring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*Addon multi-user css*/


/* Firefox 18- */

.sr-input#name::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent;
    opacity: 0;
}

.sr-input#name:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent;
    opacity: 0;
}

.sr-input#name::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent;
    opacity: 0;
}

.sr-input#name:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent;
    opacity: 0;
}


/* ------------------------- Plan Details Section ------------------------- */

.section-title {
    border-bottom: 1px solid #E2E9F0;
    color: #273446;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.42px;
    line-height: 24px;
}

.plan-details-box {
    overflow: hidden;
    padding: 12px 10px 12px 15px;
    border: 1px solid #3D76FF;
    border-radius: 2px;
    background-color: rgba(61, 118, 255, 0.1);
}

.grey-border-left {
    border-left: 1px solid #E2E9F0;
}

.color-green {
    color: #22B14C;
}

.plan-add-ons ul,
.plan-features ul {
    margin: 0;
    list-style: none;
}

.feature-content {
    display: none;
}

.plan-add-ons ul li img {
    margin-right: 8px;
    max-width: 15px;
    position: relative;
    top: 2px;
}

.d-inline-block {
    display: inline-block!important;
}

.plan-features ul li,
.additional-addons-wrap li,
.features-row-cell.features-title {
    position: relative;
    padding-left: 15px;
    line-height: normal;
    padding-right: 15px;
}

.plan-features ul li:before,
.additional-addons-wrap li:before,
.features-row-cell.features-title:before {
    content: '';
    background: url(/images/new-signup/right-checkmark-g.svg?ver=1);
    background-repeat: no-repeat !important;
    background-size: auto !important;
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
}

.features-content b,
.plan-add-ons ul .plan-feature span {
    font-family: "Open Sans Bold";
}

.features-row-cell.features-title {
    margin-bottom: 10px;
}

.plan-add-ons ul .plan-feature {
    font-size: 14px;
    line-height: normal;
    margin-top: 0;
}

.features-row-cell.features-title .features-content p {
    display: none;
}

.plan-add-ons,
.plan-features {
    vertical-align: top;
}

.plan-add-ons ul li:not(.additional-addons-wrap li) {
    margin-bottom: 3px;
}

.grey-pipe {
    color: #D8D8D8;
    margin: 0 5px;
}

.add-on-number {
    margin: 4px 3px 0 0;
}

.order-summary-wrapper>div,
.plan-detail-wrapper>.review-order-block {
    padding: 28px;
}

.number-input {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.number-input input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: #919CAB;
    border: 0;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    font-size: 0;
    color: #fff;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: relative;
    border-radius: 50%;
    text-align: center;
}

.number-input button:hover {
    background-color: rgb(123, 135, 148);
}

.number-input button img {
    position: relative;
}

#addon_profile_plus_btn img {
    left: 1px;
}

.number-input button:before {
    content: '';
    background: url(/images/new-signup/ic-prev-white.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 5px;
    top: 4px;
}

.number-input button.plus:before {
    transform: rotate(-180deg);
    left: -6px;
    top: -5px;
}

.number-input input[type=number],
input[type=text].number-input-elem {
    max-width: 60px;
    border: 0;
    font-size: 12px;
    color: #00071D;
    width: 50px;
    height: 25px;
    text-align: center;
    border: 1px solid #919CAB;
    font-family: "Open Sans Bold" !important;
    border-radius: 4px;
    margin: 0 7px;
    background: transparent;
}

input[type=text].number-input-elem {
    max-width: none;
    font-size: 14px !important;
    text-align: left;
}

.number-input,
.add-on-text {
    vertical-align: unset;
    line-height: normal;
}

.number-input button[disabled] {
    opacity: .3;
    pointer-events: none;
}

[data-toggle="tooltip"] {
    position: relative;
    cursor: pointer;
}

[data-toggle="tooltip"][data-original-title]:hover:after {
    content: attr(data-original-title);
}

[data-toggle="tooltip"]:hover:after {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    background: #7B8794;
    color: #fff;
    width: 200px;
    z-index: 9;
    background-color: #919CAB;
    padding: 10px 10px;
    text-align: left;
    border: solid 1px #919CAB;
    border-radius: 10px;
    font-size: 12px;
    line-height: normal;
}

[data-toggle="tooltip"]:hover:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
    top: 14px;
    left: 50%;
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    border-width: 1.4rem 1.4rem 1.4rem;
    border-top-color: #919CAB;
}

.plan-features ul li img {
    display: none;
}

.text-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.reached-order-limit-wrap {
    background: rgba(217, 56, 43, 0.1);
    border: 1px solid #D9382B;
    padding: 15px;
}

.reached-order-limit-wrap .reached-order-limit {
    color: #273446;
}

.reached-order-limit-msg-container {
    padding: 0px 20px;
    margin-top: 20px;
}

.reached-order-limit {
    color: #f50000;
}

a.purchase-additional-orders-link {
    cursor: pointer;
}


/* Popup CSS Starts */

.popup-wrapper {
    background: rgb(0 0 0 / 48%);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    overflow-y: auto;
    padding: 30px 15px;
    text-align: center;
    display: none
}

.inner-popup-wrapper {
    height: 100%
}

.popup-container {
    background: #FFF;
    padding: 30px 10px 40px;
    height: auto;
    min-height: 50px;
    width: 100%;
    max-width: 483px;
    margin: 86px auto 40px;
    position: relative;
    border-radius: 2px;
    box-shadow: 0 10px 24px rgba(2, 7, 46, 0.50);
    -webkit-box-shadow: 0 10px 24px rgba(2, 7, 46, 0.50)
}

.close-popup:not(.btn) {
    position: absolute;
    right: 15px;
    top: 10px;
    opacity: .7;
    cursor: pointer;
    font-size: 30px;
}

.popup-container h1 {
    font-weight: 700;
    color: #112153;
    text-transform: uppercase
}

.popup-container p {
    color: #7B8794;
    font-size: 18px;
    margin-top: 15px
}

.section-blur {
    filter: blur(4px);
    -webkit-filter: blur(4x)
}

.purchase-additional-orders-popup .add-on-number {
    margin: 0 !important;
}

.purchase-additional-orders-popup select {
    width: 100%;
    background: #fff;
    padding: 12px 10px;
    height: auto;
}

.purchase-additional-orders-popup .popup-container,
.custom-development-price-popup .popup-container {
    padding: 32px;
    border-radius: 10px;
}

.purchase-additional-orders-popup .popup-container label {
    line-height: 18px;
}


/* Popup CSS Ends */

.pdo5 {
    color: #F35627;
}

.semi-bold {
    font-family: 'Open Sans Semibold';
}

.features-two-col ul.full-width-feature-col,
ul.full-width-feature-col ul {
    width: 100%;
    max-width: none;
}

.plan-benefits-section .feature-item .pdo5 {
    color: #00071D;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}


/* Sales Tax CSS Starts */

.row-amount .amount-span {
    display: inline-block;
    min-width: 100px;
}


/* Sales Tax CSS Ends */

.ui-widget.ui-widget-content.userAddonConfirmationPopup {
    padding: 0;
    border: 1px solid rgb(87, 87, 87) !important;
    border-radius: 0 !important;
}

.userAddonConfirmationPopup .ui-dialog-titlebar {
    background: #707070;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 0;
    padding: 10px 15px !important;
    border: 1px solid #707070;
}

.userAddonConfirmationPopup .ui-dialog-buttonset button.ui-button {
    color: #ffffff;
    text-shadow: none;
    background: #ff8d03;
    border: 0;
    border-bottom: solid 2px #EE5807;
    display: inline-block;
    padding: 0 15px 0 15px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
}

.userAddonConfirmationPopup .ui-dialog-buttonset button.ui-button:hover,
.userAddonConfirmationPopup .ui-dialog-buttonset button.ui-button:focus {
    background-color: #FFA903;
}

.ui-widget.ui-widget-content.userAddonConfirmationPopup h6 {
    line-height: normal;
}

.userAddonConfirmationPopup .ui-dialog-buttonset button.ui-button:last-child {
    border-bottom: solid 2px #3b3b3b;
    background: rgb(137, 137, 137);
    background: -moz-linear-gradient(top, rgba(137, 137, 137, 1) 0%, rgba(112, 112, 112, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(137, 137, 137, 1)), color-stop(100%, rgba(112, 112, 112, 1)));
    background: -webkit-linear-gradient(top, rgba(137, 137, 137, 1) 0%, rgba(112, 112, 112, 1) 100%);
    background: -o-linear-gradient(top, rgba(137, 137, 137, 1) 0%, rgba(112, 112, 112, 1) 100%);
    background: -ms-linear-gradient(top, rgba(137, 137, 137, 1) 0%, rgba(112, 112, 112, 1) 100%);
    background: linear-gradient(to bottom, rgba(137, 137, 137, 1) 0%, rgba(112, 112, 112, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#898989', endColorstr='#707070', GradientType=0);
}

.w3-container {
    position: relative;
    min-height: 143px;
}

.w3-container #waitMessage {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: #ffffff8c;
}

.w3-container #waitMessage img#popup_loader_img {
    margin-top: 14px;
}


/* Book Onboarding flow CSS starts */

.step-bar {
    background: #BEC7D4;
    height: 4px
}

.onboarding-steps {
    color: #BEC7D4;
    width: 25%
}

.step-in-progress .step-bar {
    background: #3d76ff
}

.step-complete .step-bar {
    background: #089965
}

.step-status {
    margin: 15px 0
}

.step-status img {
    width: 50px;
    height: 50px;
    margin-right: 10px
}

.step-status span {
    font-weight: 600;
    position: relative;
    top: -3px;
    display: inline-block
}

.step-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px
}

.step-btn-wrap {
    margin-top: 15px
}

.step-btn-wrap span {
    display: inline-block;
    margin: 10px 0
}

.step-in-progress .step-status {
    color: #3d76ff
}

.step-complete .step-status {
    color: #089965
}

.step-in-progress .step-text {
    color: #273446
}

.step-in-progress .step-status,
.step-complete .step-status {
    display: none
}

.step-in-progress .in-progress {
    display: block
}

.step-complete .completed {
    display: block
}

.step-complete .step-btn-wrap {
    display: none
}

.step-in-progress .step-btn-wrap {
    display: block
}

.step-status svg {
    margin-right: 15px
}

.onboarding-modal .modal-content,
.onboarding-modal .modal-header,
.onboarding-modal .modal-footer {
    border: 0
}

.onboarding-modal .modal-content {
    min-height: 150px;
    max-height: 515px;
    padding-bottom: 25px;
}

.onboarding-progress {
    text-transform: none;
    font-weight: 600;
    color: #BEC7D4
}

.form-container form {
    max-width: 786px
}

.form-steps ul {
    list-style: none;
    margin: 30px 0 20px
}

.form-steps ul li {
    display: inline-block;
    font-size: 18px;
    margin: 0 40px
}

.form-steps ul li.active {
    color: #3D76FF;
    border-bottom: 2px solid;
    padding: 13px 0
}

.form-container form ul {
    list-style: none
}

.form-container form ul li .question-label {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 13px;
    display: block
}

.form-container form ul li input[type='text'],
.form-container form ul li select,
.form-container form ul li textarea {
    width: 100%;
    max-width: 786px
}

.form-container form ul li input[type='text'],
.form-container form ul li input[type='email'],
.form-container form ul li select {
    height: 40px
}

.form-container form ul li .options .sub-field {
    padding-left: 26px;
    margin-bottom: 15px
}

.form-container form ul li {
    margin-bottom: 25px
}

.helpful-links {
    margin-left: 0;
    list-style: none
}

.form-container form ul li .options {
    margin-top: 20px
}

.form-container form ul li .options label {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    cursor: pointer
}

.onboarding-modal .modal-content .btn {
    padding: 0 30px;
    height: 40px;
    line-height: 36px;
    font-size: 14px;
    text-transform: none
}

.onboarding-step-wrap,
.onboard-form-step {
    display: none;
}

.onboarding-step-wrap.active,
.onboard-form-step.active {
    display: block;
}

.onboard-form-step ul li .options.label-col-3 label {
    padding-right: 10px;
    width: 33%;
    display: inline-block;
}

.onboard-form-step ul li .options.label-col-3 label+br {
    display: none
}

.onboard-form-step .sub-field {
    display: none;
}

.onboard-form-step .checked+.sub-field {
    display: block;
}

.onboard-form-step .sub-field:not(.label-col-3) .field-wrap+.field-wrap {
    margin-top: 15px;
}

.onboard-form-step .checked+.sub-field.label-col-3 {
    display: flex;
    flex-wrap: wrap;
}

.onboard-form-step .sub-field.label-col-3 .field-wrap {
    min-width: 33%;
}

.onboarding-step-wrap h1 {
    margin-top: 0
}


/* Book Onboarding flow CSS ends */


/* ------------------------- Media Queries ------------------------- */

@media only screen and (min-width: 992px) {
    .d-lg-flex {
        display: -webkit-box;
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .text-lg-left {
        text-align: left;
    }
    .text-lg-right {
        text-align: right;
    }
}

@media only screen and (min-width: 1200px) {
    .features-two-col ul {
        display: inline-block;
        vertical-align: top;
        max-width: 50%;
    }
    .features-two-col ul:first-child {
        padding-right: 20px;
    }
    .features-two-col ul .feature-item {
        width: 49%;
        max-width: 300px;
        display: inline-block;
        vertical-align: top;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1600px) {
    .plan-benefits-section .plan-add-ons {
        width: 35% !important;
    }
    .plan-benefits-section .plan-features {
        width: 65% !important;
    }
    .plan-details-left-section .four {
        width: 43%;
    }
    .plan-details-left-section .eight {
        width: 57%;
    }
}

@media only screen and (max-width: 1279px) {
    /* ------------------------- General ------------------------- */
    p,
    ul.content li,
    ol.content li {
        font-weight: normal;
    }
    ul li,
    ol li,
    p,
    ul.content li,
    ol.content li {
        font-size: 15px;
        line-height: 20px;
    }
    .h-1x {
        font-size: 15px;
        line-height: 22px;
    }
    .h-2x {
        font-size: 16px;
        line-height: 24px;
    }
    .h-3x {
        font-size: 18px;
        line-height: 25px;
    }
    .h-4x {
        font-size: 24px;
        line-height: 32px;
    }
    .h-5x {
        font-size: 28px;
        line-height: 36px;
    }
    .h-6x {
        font-size: 32px;
        line-height: 40px;
    }
    #scrollUp {
        display: none;
    }
    #news li a {
        font-size: 15px;
    }
    /*All small device width*/
    .sm-devices-full {
        width: 100% !important;
    }
    #billing_detail {
        margin-top: 25px;
    }
    #saverate {
        font-size: 40px;
    }
    .nav-bar .phone-no {
        position: static;
        right: 0;
        margin: 0 0 0 25px;
    }
    .footer-links a {
        font-size: 13px;
        margin: 0;
    }
    .nav-bar>li>a {
        font-size: 13px !important;
        padding: 0 6px !important;
    }
    .plan-benefits-section .plan-add-ons,
    .plan-benefits-section .plan-features {
        width: 100% !important;
    }
}

@media screen and (max-width: 1023px) {
    .onboarding-steps {
        width: 100%;
    }
}

@media screen and (max-width: 1179px) {
    .form-steps ul li {
        margin: 0 40px;
    }
}

@media screen and (max-width: 991px) {
    .form-steps ul li {
        margin: 0 20px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .tab-land-full {
        width: 100% !important;
    }
    .plan-status-box {
        margin-left: 20px;
    }
    .nav-bar {
        text-align: right;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .tab-port-full {
        width: 100% !important;
    }
    .plan-status-box {
        clear: right;
        margin-bottom: 5px;
    }
    #portal_header {
        /*height: 105px;*/
    }
    .header-left-wrapper {
        /*	position: relative;
	left: 0;
	text-align: center;*/
    }
    .login-wrapper {
        margin-top: 105px;
    }
    .top-logo {
        float: none;
        display: inline-block;
    }
    .header-inner {
        /*padding: 0;*/
    }
    .footer-links a {
        display: inline-block;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 767px) {
    /* ------------------------- General ------------------------- */
    p,
    ul.content li,
    ol.content li {
        font-weight: normal;
    }
    ul li,
    ol li,
    p,
    ul.content li,
    ol.content li {
        font-size: 16px;
        line-height: 18px;
    }
    .h-1x {
        font-size: 14px;
        line-height: 20px;
    }
    .h-2x {
        font-size: 16px;
        line-height: 24px;
    }
    .h-3x {
        font-size: 20px;
        line-height: 28px;
    }
    .h-4x {
        font-size: 24px;
        line-height: 32px;
    }
    .h-5x {
        font-size: 28px;
        line-height: 36px;
    }
    .h-6x {
        font-size: 32px;
        line-height: 40px;
    }
    .p-mini,
    .p-mini p,
    .p-small,
    .p-small p,
    .p-medium,
    .p-medium p,
    .p-regular,
    .p-regular p {
        font-size: 14px;
        line-height: 20px;
    }
    .m-tb40 {
        margin: 20px auto;
    }
    .m-tb60 {
        margin: 30px auto;
    }
    .vline-right {
        border-right: none;
    }
    .vline-left {
        border-left: none;
    }
    .phone-device-full {
        width: 100% !important;
    }
    .utilityLinks a {
        width: 90px;
    }
    .myaccountdropdown {
        width: 135px;
    }
    .myaccountdropdown li a {
        padding-left: 5px;
    }
    .form-steps ul li {
        margin: 0 10px;
        margin-bottom: 10px;
    }
    .onboard-form-step ul li .options.label-col-3 label,
    .onboard-form-step .sub-field.label-col-3 .field-wrap {
        width: 49%;
    }
}

@media screen and (max-width: 580px) {
    .onboard-form-step ul li .options.label-col-3 label,
    .onboard-form-step .sub-field.label-col-3 .field-wrap {
        width: 100%;
    }
}

div#clarification {
    background: #ffcf89 none repeat scroll 0 0;
    margin: 0;
    padding: 10px;
}

div#notification_form {
    background: #ffcf89 none repeat scroll 0 0;
    margin: 0;
    padding: 10px;
    padding-top: 0px;
}

.tabs-menu {
    height: 40px;
    clear: both;
    margin: 0;
}

.tabs-menu li {
    height: 40px;
    line-height: 40px;
    float: left;
    margin-right: 5px;
    background-color: #bbb;
    list-style-type: none;
}

.tabs-menu li.current {
    position: relative;
    background-color: #F0F0F0;
    z-index: 5;
}

.tabs-menu li a {
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    display: block;
}

.tabs-menu .current a {
    color: #333;
}

.tab {
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: auto;
}

.tab-content {
    display: none;
}

.pid_cc div.fielderror {
    position: absolute;
    margin-top: 20px;
}

#checkout_tier {
    margin-right: 10px;
}


/* Contact CSM Page CSS - Start */
.csm-main {
  flex-grow: 1;
}

.csm-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 30px;
  margin: 10px;
  background: #fff;
  border: 1px solid #B9C3D1;
  border-radius: 2px;
  max-width: 1200px;
}

.csm-card .contact-info,
.csm-card .image-section {
  width: 50%;
}

.image-section {
  text-align: center;
}

.image-section img {
  width: 500px;
  max-width: 100%;
}

.contact-info h3 {
  margin: 0;
  font-size: 10px;
}

.contact-info h1 {
  margin-top: 5px;
  font-size: 3rem;
  font-weight: bold;
}

.contact-info p {
  margin: 10px 0 20px;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin: 10px 0;
}

.info-icon {
  width: 25px;
}

.info-item strong {
  margin-left: 8px;
  display: inline-block;
}

.info-item a {
  color: #2979ff;
  text-decoration: none;
}

.info-item-text span {
  color: #6d6d6d;
  font-size: 12px;
}

.info-item-text > div {
  font-size: 16px;
}

.schedule-button {
  margin-top: 20px;
  padding: 12px 20px;
  background: #3D76FF;
  color: #fff;
  font: bold 0.875rem 'Montserrat', sans-serif;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.schedule-button:hover {
  background: #3265e1;
}

/* Modal Background */
.custom-modal  {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
  overflow: auto;
}

/* Modal Box */
.custom-modal .modal-content {
  position: relative;
  margin: 5% auto;
  max-width: 100%;
  width: 90%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Close Button */
.custom-modal .close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  opacity: 0.5;
}

.custom-modal .close-btn:hover {
  opacity: 1;
}

/* Custom Modal */
.custom-modal .modal-content {
  width: 920px;
}

.custom-modal .modal-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  border-top: 1px solid #dee2e6;
}

.custom-modal .modal-footer button {
  flex: 1;
  padding: 0;
  margin: 0;
  min-width: auto;
}

.custom-modal .modal-header,
.custom-modal .modal-popup-title {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 7px 10px;
}

.custom-modal .modal-header {
  border-bottom: 1px solid #ddd;
}

.custom-modal .dark-font {
  color: #101828;
}

.custom-modal .modal-body .feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-modal .modal-body .feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}

.custom-modal .modal-body .feature-list li:last-child {
  margin-bottom: 0;
}

.custom-modal span.badge.bg-primary {
  display: inline-block;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 600;
  color: #2237D3;
  background: #F5F8FF !important;
  border-radius: 16px;
}
/* Contact CSM Page CSS - End */