@media (max-width: 1250px) and (min-width: 998px) {
   #mainMenu.menu-center nav {
        width: 70% !important;
   }
}



span#cartTotal {
    font-size: 20px !important;
    font-weight: 700;
}

a#btnAutoship {
    font-size: 20px !important;
}

input[type="checkbox"] {
  margin-right: 5px !important;
}



.uk-accordion-title {
   text-align: left  !important;
}

.profphot {
border-radius:10px;
max-width: 100px;
padding: 0px;

}

.btn2 {
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    outline: none;
    padding: 12px 20px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    background-color: grey;
    border-color: #1abc9c;
    border-width: 1px;
    border-style: solid;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 6px;
    outline: none;
    line-height: 14px;
}

.btn2 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-top-style: solid;
        border-top-width: 1px;
        border-right-color: transparent;
        border-right-style: solid;
        border-right-width: 1px;
        border-bottom-color: transparent;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-left-color: transparent;
        border-left-style: solid;
        border-left-width: 1px;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}





em {
    color: #1173ae !important;
}




.plan.featured {
    border: 1px #cecece solid;
}




.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}


.language-wrapper select {
    font-size: 12px !important;
}



﻿div.pic {
	width:200px;
}

form label.error {
	color:#a94442;
}



form div.form-group {
	position:relative;
}

.mpbox {
background-color: #f7f5f5;
padding: 20px;
border: 1px #d0d0d0 solid;
margin-bottom: 20px;
}

 .ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -2px;
    right: -3px
}



.ribbon {
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 15px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    right: -11px;
    top: 10px;
    width: 100px;
    height: 28px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    background-color: #dedede;
    background-image: -webkit-linear-gradient(top, #ffffff 45%, #dedede 100%);
    background-image: -o-linear-gradient(top, #ffffff 45%, #dedede 100%);
    background-image: linear-gradient(to bottom, #ffffff 45%, #dedede 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdedede', GradientType=0);
}

.ribbon:before,
.ribbon:after {
    content: "";
    border-top: 3px solid #9e9e9e;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px
}

.ribbon:before {
    left: 0
}

.ribbon:after {
    right: 0
}

.ribbon.green {
    background-color: #FBFFFE;
    background-image: -webkit-linear-gradient(top, #1ABC9C 45%, #17a689 100%);
    background-image: -o-linear-gradient(top, #1ABC9C 45%, #17a689 100%);
    background-image: linear-gradient(to bottom, #1ABC9C 45%, #575e5c 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff1ABC9C', endColorstr='#ff17a689', GradientType=0);
 color: #FFF;
}

	label.error.asterisk {
		position: absolute;
		right: -10px;
		top: 5px;
		font-size: 24px;
		width:20px;
	}
	
.capitalize {
	text-transform:capitalize;
}


.margin-bottom {
	display:block;
	margin-bottom:10px;
}

.form-wrapper.signup {
	max-width:740px;
	margin:0 auto;
	background: #fafafa;
	padding: 15px 25px;
	border: 1px solid #eee;
color: #535353;
}

	.form-wrapper.signup h5 {
		text-transform:capitalize;
	}

	.form-wrapper.signup .help-block {
		font-size:12px;
	}

	.form-wrapper.signup label.error.asterisk{
		right:-30px;
		top:35px;
	}
	
	.form-horizontal label.error.asterisk {
		right: -10px !important;
		top: 5px !important;
	}

.form-control.readonly-override {
	cursor: auto;
	background-color: #FFF;
	opacity: 1;
}

.terms-conditions {
	max-height:400px;
	overflow-y: scroll;
}


#dotsMenu {
	display:none;
}

body.page-home #dotsMenu{
	display:block;
}

#header.header-transparent + #page-title:not(.page-title-classic), #header.header-light-transparent + #page-title:not(.page-title-classic), #header.header-dark-transparent + #page-title:not(.page-title-classic), #header.header-colored-transparent + #page-title:not(.page-title-classic) {
    padding-top: 140px !important;
}

#page-title {  
    padding: 80px 0 !important;
        padding-top: 80px;
}

.btn.btn-creative {
    padding: 24px 40px !important;
    line-height: 24px !important;
}

.pricing-table .plan.featured .plan-list {
    text-align: left !important;
}



#fundz {
  border-collapse: collapse;
  width: 100%;
}

#fundz td, #fundz th {
  border: 1px solid #ddd;
  padding: 8px;
}

#fundz tr:nth-child(even){background-color: #f2f2f2;}

#fundz tr:hover {background-color: #ddd;}

#fundz th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #4CAF50;
  color: white;
}

.checker-grey {
    color: #464646;
    background-image: url(/clientinc/upload/images/grey-sq-mini.jpg);
}

.checker-grey2 {
   background-color: #f7f7f7;
padding-bottom: 40px !important;
}

.custom_list li {
 line-height:2em;
 padding-left:0px;
 padding-top:5px;
 padding-bottom:5px;
 font-size:14px;
 list-style-type:none;
 list-style:none;
 display: table-row;
}

.custom_list li:before {
 font-family: 'FontAwesome';
 content: "\f00c";
 color: black;
 margin-right:15px;
 display: table-cell;
}

.custom_list2 li:before {
 font-family: 'FontAwesome';
 content: "\f00c";
 color: #76ce76;
 margin-right:15px;
 display: table-cell;
}

.custom_list2 li {
    line-height: 2em;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    list-style-type: none;
    list-style: none;
    display: table-row;
   font-weight: 600;
   color: #000;
}

.sec20 {
padding: 40px 0 !important;
background-color: #f7f7f7;
}

.sec22 {
padding: 40px 0 !important;
background-color: #d2eedb;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

.sec24 {
padding: 40px 0 !important;
background-color: #F6F6F6;
}

.sec26 {
padding: 40px 0 !important;
background-color: #F6F6F6;
}

.secwht40 {
padding: 40px 0 !important;
background-color: #fff;
}

.features {
    margin-bottom: 40px;
    text-align: left;
}
.features i {
    float: left;
    margin-right: 20px;
}
.line-font {
    font-size: 36px !important;
}
.green {
    color: green;
}




.whth1 {
color: #fff !important;
font-weight: 600 !important;
}


.btn.btn-creative2 {
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 600;
    background-color: #0e715d !important;
    border-color: #0e715d !important;
}



.btn.btn-creative5 {
    padding: 6px 10px;
    font-size: 15px;
    font-weight: 600;
    background-color: #148f77 !important;
    border-color: #148f77 !important;
}

.ccoff {
    color: #155724;
    background-color: #f2f2f2;
    border-color: #c3e6cb;
}
.ccoff1 {
    position: relative;
    padding: 1.25rem 1.25rem;
    margin-bottom: 2.5rem;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: .25rem;
}

@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat:800);
.snip1214 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #000000;
  text-align: center;
  font-size: 16px;
  width: 100%;
  max-width: 1000px;
  margin: 40px 10px;
}
.snip1214 .plan {
  margin: 0;
  width: 33%;
  position: relative;
  float: left;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.snip1214 .plan2 {
  margin: 0;
  width: 33%;
  position: relative;
  float: left;
  background-color: #7fcc90;
  border: 1px solid rgba(0, 0, 0, 0.1);
}


.snip1214 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1214 header {
  position: relative;
}
.snip1214 .plan-title {
  position: relative;
  top: 0;
  font-weight: 800;
  padding: 5px 15px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  display: inline-block;
  background-color: #222f3d;
  color: #ffffff;
  text-transform: uppercase;
}
.snip1214 .plan-cost {
  padding: 0px 10px 20px;
}
.snip1214 .plan-price {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  font-size: 2.4em;
  color: #34495e;
}
.snip1214 .plan-type {
  opacity: 0.6;
}
.snip1214 .plan-features {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: outside none none;
  font-size: 0.8em;
}
.snip1214 .plan-features li {
  border-top: 1px solid #d2d7e2;
  padding: 10px 5%;
}
.snip1214 .plan-features li:nth-child(even) {
  background: rgba(0, 0, 0, 0.08);
}
.snip1214 .plan-features i {
  margin-right: 8px;
  opacity: 0.8;
}
.snip1214 .plan-select {
  border-top: 1px solid #d2d7e2;
  padding: 10px 10px 0;
}
.snip1214 .plan-select a {
  background-color: #222f3d;
  color: #ffffff;
  text-decoration: none;
  padding: 0.5em 1em;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
}
.snip1214 .plan-select a:hover {
  background-color: #46627f;
}
.snip1214 .featured {
  margin-top: -10px;
  background-color: #276a37;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.snip1214 .featured .plan-title,
.snip1214 .featured .plan-price {
  color: #ffffff;
}
.snip1214 .featured .plan-cost {
  padding: 10px 10px 20px;
}
.snip1214 .featured .plan-features li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.snip1214 .featured .plan-select {
  padding: 20px 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 767px) {
  .snip1214 .plan {
    width: 100%;
margin-bottom: 20px;
  }

 .snip1214 .plan2 {
    width: 100%;
margin-bottom: 20px;
  }

  .snip1214 .plan-title,
  .snip1214 .plan-select a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .snip1214 .plan-cost,
  .snip1214 .featured .plan-cost {
    padding: 20px 10px 20px;
  }
  .snip1214 .plan-select,
  .snip1214 .featured .plan-select {
    padding: 10px 10px 10px;
  }
  .snip1214 .featured {
    margin-top: 0;
  }
}
@media only screen and (max-width: 440px) {
  .snip1214 .plan {
    width: 100%;
margin-bottom: 20px;
  }
 .snip1214 .plan2 {
    width: 100%;
margin-bottom: 20px;
  }
}



.paidbg {
    background-color: #fb9205;
}

.ribline {
    background-color: #222f3d;
}


#page-title .page-title > h1 {
    font-size: 30px !important; 
    letter-spacing: 2px !important; 
}

#page-title {
border-bottom: 1px solid #575757 !important;
border-top: 1px solid #d5d5d5 !important;
}

.text-primary2 {
    color: #fff;
}
.checker-green-thin3 {
    padding: 10px 0 !important;
    background-image: url(https://novaemoney.com/clientinc/upload/images/green-sq-mini.jpg);
    border-bottom: 10px solid #ececec;
    border-top: 10px solid #ececec;
}

.whitebg {
    padding: 40px 0 !important;
    background-color: #fff;
  }
.greybg2 {
    padding: 40px 0 !important;
    background-color: #f2f2f2;
  }

.features i {
    float: left;
    margin-right: 20px;
}

.features {
    text-align: left;
}

.green {
    color: green;
}

.greencomp {
    color: #0e5f84;
}
.greencomp2 {
  color: #266a1e;
}




.novae-bold {
    font-weight: 700;
}

/* Funnel Title */
.novae-business-funnel1 .funnel-title h1 {
    text-align: center;
    font-size: 50px;
}

/* Funnel Title */
.novae-business-funnel3 .funnel-title h1 {
    text-align: center;
    font-size: 50px;
    margin-bottom: 50px;
    line-height: 65px;
}

@media (max-width: 540px) {
    .novae-business-funnel3 .funnel-title h1 {
        font-size: 7vw;
        line-height: 9vw;
    }
}

.succ {
    background-color: #124b9f;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.tab-content {
  overflow: hidden;
  display: none;
}
.tab input:checked ~ .tab-content {
  display: block;
}

.modal-window {
  position: fixed;
  background-color: rgba(151, 151, 151, 0.75);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}

.modal-window > div {
    max-width: 700px;
    position: relative;
    margin: 10% auto;
        margin-top: 10%;
    padding: 2rem;
    background: #fff;
    color: #444;
    text-align: left;
    margin-top: 100px;
}
.modal-window header {
  font-weight: bold;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}

.modal-close:hover {
  color: #000;
}

.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

.creditscore-bg5 {
    padding: 20px 0 !important;
    background-image: url(https://s3-us-west-1.amazonaws.com/omsysfunnelimages/0c24109248987913ad799210e8083154/credit-score-bg5.jpg);
}

.navbar-collapse {
    max-height: 480px !important;
}

.w3-modal-content {
    width: 400px !important;
}

.w3-hover-opacity {
    border: 1px solid #828282 !important;
margin-bottom: 30px;
}

@media (min-width: 480px) and (max-width: 991px) {
.col-sm-4 {
	width: 33.33333333% !important; }
}

.tabs-navigation li a {  
    font-size: 12px !important; }

.covid-hero-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #252525;
    color: #fff;
    padding: 1rem 0;
}

.covid-hero-bottom2 {
    bottom: 0;
    left: 0;
    width: 100%;
    background: #252525;
    color: #fff;
    padding: 1rem 0;
}

@media (min-width: 1220px) {
.checker-wht-coverman {
    background-image: url(/clientinc/upload/images/background-young-woman-business-owner3.jpg);
 background-repeat: no-repeat;
  background-position: right; 
}
}

.cvidsec {
    padding: 0;
    position: relative;
    z-index: auto;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: #ffffff;
}

.btn.btn-red {
    background-color: #fd0101;
    border-color: #111111;
    color: #ffffff;
}

.uk-responsive-width {
    max-width: 100% !important;
    height: auto;
}
.uk-responsive-height, .uk-responsive-width {
    box-sizing: border-box;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* Email modals */

.email-modal-form-container {
  background-color: transparent !important;
  margin-left: 0px !important;
  overflow: hidden;
  height: 100% !important;

  /* Position in the middle of the screen */
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.email-modal-content {
  border-radius: 16px;

  position: relative;
  overflow-y: auto;    
  overflow-x: auto;
  height: auto;
}

.email-modal-dialog {
  /* Position in the middle of the container div */
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.email-modal-header {
  background-color: #3d823f;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.email-modal-title {
  color: #ffffff;
}

@media (max-width: 767px) {
  .email-modal-dialog {
    width: 90%;
    left: 48% !important;
  }
}

@media (min-width: 768px) {
  .email-modal-dialog {
    margin: 0px;
  }
}

.email-modal-body {
  height: 100%;
  max-height: 100% !important;
}

.email-modal-footer {
  padding: 0px !important;
  margin-top: 0px;
}

.email-modal-footer-contents {
  padding: 14px 15px 15px 15px;
}

/* End Email modals */
