
/*Global*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
}

.btn {
  border: inherit;
  border-radius: 25px;
  color: #FFF!important;
  background-color: #00b592;
  font-size: inherit;
  font-weight: normal;
  margin-top: 0;
  padding:10px 20px;
  outline: none;
  text-decoration: none!important;
}
.btn:hover, input.btn:hover {
  color: #ececec
}
.btn:focus, .btn:active:focus { 
    outline: none;   
}
.alert .close{
  text-decoration: none
}
.hide{
  display: none
}
.Logobelow{
  font-size: 10px;
  font-family: 'Unica One', cursive;
  width: 147px;
  text-align: right;
  color: #FFF;
  letter-spacing: -0.1px
}
.logotext{
  font-family: 'Fira Sans';
  font-weight: 500;
  color: #FFF;
  border-right: 1px solid #FFF;
  padding-right: 7px;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0
}
.ui-slider-handle:focus {
  outline: none
}
.ui-slider-handle {
  padding: 0;
  top: 0!important;
  width: 30px!important;
  font-weight: bold!important;
  height: 22px!important;
  letter-spacing: 0!important;
  text-align: center;
  font-family: 'Fira Sans', sans-serif!important;
}
.ui-slider-horizontal {
  height: 24px!important;
}
.logotext span{
  padding-left: 3px;
  float: right;
}


/* .logotext br{
  display: none;
} */

/*Navigation*/
.dropdown-menu {
  min-width: 200px;
  background-color: #fe9a36
}
.dropdown-menu.multi-column{
  left:0;
}
.dropdown-menu.columns-2 {
  min-width: 360px;
  left: 0;
}
.dropdown-menu.columns-3 {
  min-width: 680px;
  left: 0;
}
.dropdown-menu li a {
  padding: 5px 0;
  font-size: 14px
}
.multi-column-dropdown {
  list-style: none;
  margin: 35px 0px 35px 0px;
  padding: 0
}
.multi-column .col-sm-4 .multi-column-dropdown {
  margin-top: 0
}
.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #FFF;
  white-space: normal;
  text-decoration: none;
  text-transform: capitalize;
}
.multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #954c00
}
.multi-column .col-sm-4{
  margin-top: 35px
}
.multi-column .col1, .multi-column .col2, .multi-column .col3{
  margin-top: 35px
}
.multi-column  div.title{
  margin-top: 0;
  padding-top: 0!important
}
.multi-column .col1 .multi-column-dropdown, .multi-column .col2 .multi-column-dropdown, .multi-column .col3 ul{
  margin-top: 0
}
.multi-column .col-sm-4:nth-child(3), .multi-column  .col3{
  height: 100%;
  border-left: 1px solid #FFF;
  position: relative;
  min-height: 320px;
}
.multi-column .col-sm-4:nth-child(1), .multi-column  .col1{
  height: 100%;
  border-right: 1px solid #FFF;
  position: relative;
  min-height: 320px;
  margin-bottom: 30px;
}
.multi-column .col-sm-4:nth-child(3) ul .title, .multi-column  .col3 ul .title{
  padding-top: 0;
  margin-top: 0;
}
.accountants .multi-column .col-sm-4{
  min-height: 167px
}
.accountants .multi-column .col-sm-4 ul{
  margin-bottom: 0
}
.accountants .multi-column {
  left: -235px
}
.businesses .multi-column {
  left: -130px
}
/*.multi-column .col-sm-4:nth-child(3) ul, .multi-column .col-sm-4:nth-child(1) ul{
  margin-top: 0;
  margin-bottom: 0
  }*/
  .multi-column .col-sm-4:nth-child(3) ul li:first-child a, .multi-column  .col3  ul li:first-child a{
    padding-top: 0
  }
  .multi-column .col-sm-4:nth-child(3) ul li a, .multi-column .col3 ul li a{
    font-weight: bold;
  }
  .multi-column .col-sm-4:nth-child(2), .multi-column .col2{
    padding-left: 30px;
    padding-right: 15px;
  }
  #navbar .more .col-sm-6:nth-child(2) {
    border-left: 1px solid #FFF;
    margin: 35px 0 25px 0
  }
  #navbar .more .col-sm-6:nth-child(2) ul{
    margin-top: 0px;
    margin-bottom: 0
  }
  #navbar .title{
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px 20px 0px;
    color: #FFF
  }
  #navbar .freetrial, #navbar .buynow-btn{
    /*background-color: #fe9a36;*/
    background-color: #FFF;
    border-radius: 5px!important;
    padding:10px !important;
    color: #ff8200!important;
    margin: 3px 3px 0 0!important;
    opacity:1!important;
    height: auto!important;
    box-shadow: none!important
  }
  #navbar .freetrial:hover,
  #navbar .freetrial:focus,

  #navbar .buynow-btn:hover,
  #navbar .buynow-btn:focus
  {
    color: #FFF!important;
    background-color: #d54327!important;
    border-radius: 5px;
    border:transparent!important;
  }
  #navbar .buynow{
     margin: 3px 0px 0 0!important;
     
  }
  .features-2{
   columns: 2;
   -webkit-columns: 2;
   -moz-columns: 2;
   margin-bottom: 0
 }
 .features-2 li  {
  -webkit-column-break-inside: avoid; /* Chrome, Safari */
  page-break-inside: avoid;           /* Theoretically FF 20+ */
  break-inside: avoid-column;         /* IE 11 */
  display:table;        
}
.arrow{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #FFF transparent transparent transparent;
  padding: 0;
  margin-top: 35px;
}
#NavContainer{
  background-color: #ff8200;
  min-height: 80px
}
#NavContainer .navbar-brand{
  margin: 20px 0 0 0;
  padding: 0;
  height: 40px;
  text-decoration: none;
}
#NavContainer .navbar-brand #logo, #TopFooter #logo{
 width: 162px;
 image-rendering: auto;
}
#NavContainer #navbar{
  padding-top: 20px;
}
#NavContainer .navbar-nav>li>a{
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  padding:  0 0 10px 0;
  margin: 14px 7px 29px;
  font-family: 'Fira Sans', sans-serif;
  opacity: 0.3;
  letter-spacing: 0.3px
}
#NavContainer .navbar-nav>li:hover > a,
#NavContainer .navbar-nav>li>a:hover, 
#NavContainer .navbar-nav>li>a:focus,
#NavContainer .nav .open > a, 
#NavContainer .nav .open > a:hover, 
#NavContainer .nav .open > a:focus
{
  background-color: transparent;
  color: #000;
  opacity: 1;
  /*border-bottom: 3px solid #706059;
  margin-bottom: 25px;
  */
  height: 3px;
  box-shadow: 0 25px 0 -3px #706059;
  border-radius: 10px;
  margin-bottom: 49px;
}
ul.optionset {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}
/*Banner*/
#Banner{
  color: #706059;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../images/banner.jpg);
  min-height: 638px;
  background-size: auto 100% ;
  background-position: center;
  background-repeat: no-repeat;
}
#Heading .title{
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
.newer{
    letter-spacing: 1px;
}
.newer #Heading .title h1{
    font-size: 35px;
    padding: 60px 0 24px;
    margin: 0;
}
#Heading .subtitle{
 font-size: 25px;
 text-align: center;
 font-weight: 300;
}
#Bannercontent {
  margin-top: 157px
}
#Bannercontent h3{
  margin: 0 0 25px 0;
  font-weight: bold;
  font-size: 28px
}
#Bannercontent.newer h2{
  margin: 0 0 25px 0;
  font-weight: bold;
  font-size: 25px;
  line-height: 35px;
}
#Bannercontent.newer h6{
  margin-top: 24px;
}
#Bannercontent .btn{
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 19px;
  border-radius: 20px;
  padding: 15px 25px;
  font-weight: 500px
}
#Bannercontent.newer .btn{
  margin-bottom: 54px;
  font-size: 16px;
  line-height: 19px;
  border-radius: 20px;
  padding: 15px 25px;
  font-weight: 500px
}
#Bannercontent .right{
  text-align: right;
}
#Bannercontent div{
  font-size: 18px;
  font-weight: 500;
}
#Bannercontent.newer div{
  font-weight: 400;
}
.bannerline{
  background-color: #706159;
  padding-top:70px;
  padding-bottom: 70px;
  text-align: center;
  font-size: 20px;
  color: #FFF;
  line-height: 34px
}
#home_section2 .odd .img_section{
  text-align: right;
}
#home_section2 .img_section img{
  width: 100%;
  max-width: 386px
}
#home_section2 .row{
  margin-bottom: 70px
}
.featureContainer{
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(112, 96, 89, 0.05);
}
.featureContainer.newer{padding-top: 0;}
.featureContainer .section_title{
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 50px;
  word-spacing: -2px;
}
.featureContainer.newer .section_title{
    font-size: 35px;
    margin-bottom: 112px;
}
.featureContainer hr{
  border-color: #928781
}
.featureContainer .section{
  text-align: center;
  color: #706159;
}
.featureContainer h2{
  color:#706159;
}
.featureContainer .section h3{
  font-size: 15px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px
}
.featureContainer.newer .section h3{
    font-size: 18px;
    min-height: 38px;
}
.featureContainer .section_content{
  padding: 10px 0px;
  font-size: 16px;
  line-height: 28px
}
.featureContainer img.homeicon{
  height:   25px
}
#FreeTrial{
  background-color: #44a48e;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
  color: #FFF;
  background-image: url('../images/gradient_trial.jpg');
  background-size: cover;
  background-position: center;
}
#FreeTrial.newer{padding-top: 0;}
#FreeTrial form{
  margin-top: 40px
}
#FreeTrial input[type=text],
#FreeTrial input[type=email],
#FreeTrial input[type=phone],
#FreeTrial input[type=number],
#FreeTrial textarea{
  border:none;
  background-color: #6ac1a9;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  outline: none;
  -moz-appearance: none;
  color: #FFF!important
}
#FreeTrial label{
  margin: 15px 0 0 0 
}
#FreeTrial label.error{
  text-align: left;
  margin: 0 0 15px 0;
  display: block;
  font-weight: normal;
  font-style: italic;
  color: #FF9494
}
#FreeTrial #ExistingCashManagerUser label.error, #FreeTrial #HowDidYouHear label.error,
#FreeTrial .col-md-12 label.error{
  text-align: center;
}
#FreeTrial input.error, 
#FreeTrial select.error, 
#FreeTrial textarea.error, 
#FreeTrial select.captcha-error, 
select.captcha-error{
  border:1px solid #FFCCCC;
  background-color: #FF9494;
  color: #FFCCCC;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
}
#FreeTrial select{
  border:none;
  background-color: #6ac1a9;
  border-radius: 5px;
  padding: 15px 55px 15px 15px;
  margin-bottom: 10px;
  -webkit-appearance: none;
  outline: none;
  -moz-appearance: none;
  background-image: url('../images/dropdown.png');
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
  color: #FFF
}
#FreeTrial select option:first-child{
  color: #b5e0d4;
}
#FreeTrial ::-webkit-input-placeholder {
 color: #b5e0d4;
}
#FreeTrial :-moz-placeholder { /* Firefox 18- */
 color: #b5e0d4;  
}
#FreeTrial ::-moz-placeholder {  /* Firefox 19+ */
 color: #b5e0d4;  
}
#FreeTrial :-ms-input-placeholder {  
 color: #b5e0d4;  
}
#FreeTrial .submit, #FreeTrial input[type=submit]{
 border: none;
 background-color: #FFF!important;
 border-radius: 25px;
 padding: 18px 70px 17px 70px!important;
 color: #00b692;
 font-weight: 500!important;
 font-size: 18px;
 margin-top: 25px!important;
 line-height: 21px;
}
#FreeTrial .column{
  padding-right: 5px;
  padding-left: 5px
}
#FreeTrial .column.last{
}
#FreeTrial .full{
  width: 100%;
  clear: both;
}
#FreeTrial h2{
  font-size: 35px;
  line-height: 48px ;
  margin-bottom: 30px;
  padding-bottom:0;
}
#FreeTrial .subtitle{
  font-size: 18px;
  line-height: 28px
}
/*Contact*/
.contact-details{
  margin-bottom: 25px;
  line-height: 28px
}
#contact-header{
  text-align: center;
  margin-top: 40px
}
#contact-header .title-phone{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 55px
}
#map{
  min-height: 350px;
  background-color: #000;
  margin-bottom: 60px
}
.ContactFormPage #Form_ContactUsForm{
  margin-top: 40px
}
.ContactFormPage .col-md-4.col-md-offset-1 h3{
  margin-bottom:20px;
}
.mapfloat{
  position: absolute;
  z-index: 99;
  left: 10%;
  margin-top: 10%;
  font-size: 28px;
}
/*BLOG*/
#blog-header{
  text-align: center;
  margin-top: 40px
}
#BlogSidebar{
  margin-top: 35px
}
#FeaturedBlog{
  background-size: cover;
  min-height: 426px;
  margin-top: 60px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}

#FeaturedBlog.default{
 background-size: auto;    
}
#FeaturedBlog .featured_content a {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
}

.FeaturedBlogContent{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.4+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
  min-height: 426px;
  position: relative;
}
.FeaturedBlogContent .container{
  position: relative;
  min-height: 426px;
}
#FeaturedPost{
  position: absolute;
  bottom: 0
}
#FeaturedPost h2 a{
  font-size: 28px;
  line-height: 34px;
  color: #FFF;
  text-decoration: none;
  margin-bottom: 16px
}
#FeaturedPost .featured_content{
  color: rgba(255,255,255,0.5);
  font-size: 18;
  line-height: 28px;
  margin-bottom: 35px
}
#BlogContent{
  margin-top: 60px;
  margin-bottom: 60px
}
#BlogContent .post{
  margin-bottom: 90px;
}
#PostList{
  padding: 0;
  margin: 0;
  list-style: none
}
/*#PostList li{ display:none;*/
  /*}*/
  #BlogContent .blog_img img{
    width: 100%
  }
  #BlogContent .blog_title{
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
  }
  #BlogContent .faq_title{
   font-size: 18px;
   line-height: 34px;
   font-weight: normal;
   margin-bottom: 15px
 }
 #BlogContent .blog_title a, #BlogContent .faq_title a{
  text-decoration: none;
}
.how-to-guides #BlogContent li {
    margin-bottom: 15px;
}
.how-to-guides #BlogContent .faq_title {
    margin-bottom: 0;
}
.how-to-guides #BlogContent .faq_title a {
    background-color: #f8f7f6;
    display: block;
    padding: 12px 34px;
    border-radius: 5px;
    border: 1px solid #cdcaca;
    font-size: 36px;
    font-weight: 500;
}
.how-to-guides #BlogContent .faq_title a i {
    display: none;
}
#BlogContent .blog_content, #BlogContent .faq_content{
  font-size: 18px;
  line-height: 28px
}
#BlogContent .faq_content{
    margin-bottom: 50px
}
.how-to-guides #BlogContent .faq_content {
    padding: 0 34px;
    border: 1px solid #cdcaca;
    border-radius: 0 0 5px 5px;
    margin-top: -4px;
    background-color: #fff;
    margin-bottom: 0;
}
.how-to-guides #BlogContent .faq_content p {
    padding: 12px 0;
}
.how-to-guides #BlogContent .faq_content a {
    text-decoration: none;
}
.how-to-guides #BlogContent .faq_content a:hover {
    text-decoration: underline;
}
#BlogContent .blog_date, .blog_date{
  margin: 15px 0;
  color: #9b867d;
}
#loadMore {
  font-size: 16px;
  padding: 15px 65px
}
/*Order*/
.order-customer-details{
  line-height: 24px;
  margin-bottom: 25px
}
.order-customer-details .title{
  margin-bottom: 10px
}
/*My Account*/
.account-greet{
  font-size: 24px;
}
.account-greet span{
  text-transform: capitalize;
}
.my-account-nav-cont{
  background-color: #e7e6e4;
  margin-top: 50px;
  margin-bottom: 40px;
  padding-top:30px;
  padding-bottom: 30px 
}
#MyDetails, #Support, #CashmanagerDownload {
  line-height: 28px
}
#MyDetails h3, #Support h3, #CashmanagerDownload h3{
  margin-bottom: 30px
}
#MyDetails .title, #Support .title, #CashmanagerDownload   .title{
  font-weight: bold;
}
#MyDetails .editdetails{
  margin-top: 50px;
  margin-bottom: 30px
}
#Support a.btnrev{
  color: #44b293;
  font-weight: bold;
  line-height: 30px
}
#Support table .last{
  text-align: center;
}
#Support table td, #RecentOrders table td, #RecentOrders table th.row{
  line-height: 28px;
  padding: 25px 10px
}
#CashmanagerDownload .buttons{
  margin-top: 25px
}
#RecentOrders .last{
  text-align: right;
}
#RecentOrders .last a{
  padding-left: 25px;
  padding-right: 25px;
}
/*Footer*/
footer{
    background-color: #39393a
}
/*Top Footer*/
#TopFooter{
  padding-top: 30px
}
#TopFooter .logotext span{
  float: none;
}
#TopFooter .Logobelow{
  margin-top: 5px
}
#TopFooter .logotext span br{
  display: none
}
footer a.footerlogolink{
  text-decoration: none
}
.footerlogo{
  width: 360px;
  image-rendering: auto;
}
#TopFooter form{
  margin: 30px 0 0 0 
}
#TopFooter form .search{
  border:none;
  background-color: transparent;
  color: #FFF;
  padding: 10px;
  width: 80%;
  margin-bottom: 0
}
#TopFooter ::-webkit-input-placeholder {
 color: #FFF;
 opacity: 0.5
}
#TopFooter :-moz-placeholder { /* Firefox 18- */
 color: #FFF; 
 opacity: 0.5
}
#TopFooter ::-moz-placeholder {  /* Firefox 19+ */
 color: #FFF;
 opacity: 0.5  
}
#TopFooter :-ms-input-placeholder {  
 color: #FFF;  
 opacity: 0.5
}
#TopFooter form .glyphicon{
  font-size: 16px;
  color: #FFF;
  font-weight: normal;
}
#TopFooter .menu_title{
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.5
}
#TopFooter .footerlink{
  padding: 0;
  margin: 20px 0 0 0;
  list-style: none;
  font-size: 11px
}
#TopFooter .footerlink li{
  margin: 5px 0  0 0 
}
#TopFooter .footerlink a{
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
  
}
#TopFooter #footerSearch{
  margin: 30px 0 0 0
}
#TopFooter #change_country{
  background-color: transparent;
  color: #FFF;
  padding: 0 15px 0 10px;
  color: rgba(255,255,255,0.5);
}
select#change_country option{
  background: rgba(57,57,58,1);
  color: rgba(255,255,255,0.5);
}
#TopFooter #change_country_label{
  color: #FFF;
  font-weight: normal;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
}
#TopFooter #change_country_label img{
  margin-right: 5px
}
/*Bottom Footer*/
#BottomFooter{
  font-size: 10px;
  padding-top:15px;
  padding-bottom: 15px;
  color: #FFF;
  opacity: 0.5
}
#BottomFooter a{
 color: #FFF;
 text-decoration: none;
}
#BottomFooter hr{
  margin-left: 15px;
  margin-right: 15px;
}
#BottomFooter .footerlink{
  padding: 0;
  margin: 0;
  list-style: none;
}
#BottomFooter .footerlink li{
  display: inline-block;
  font-size: 10px
}
#BottomFooter .footerlink li:after{
  content: '|';
  margin-left: 5px;
}
#BottomFooter .footerlink li:last-child:after{
  content: ''
}
/*Content*/
.testimonial{
  color: #FFF;
  text-align: center;
}
.testimonial .content{
  font-size: 28px;
  font-style: italic;
}
.testimonial .name{
  font-weight: bold;
  padding-top: 25px;
  font-style: italic;
  font-size: 18px
}
.testimonial .work{
  font-size: 16px;
  font-style: italic;
  margin-bottom: 55px
}
.testimoniallist{

  margin-top: 15px;
  margin-bottom: 15px;
  color: #FFF;
  position: relative;
}
.testimoniallist .testimonialcontainer{
 padding-right: 0
}
.testimoniallist .col-md-8 .content{
  padding: 25px;
  min-height: 300px;
  background-color: #706059;
  border-radius: 5px 0 0 5px;
}
.testimoniallist .col-md-12 .content{
  border-radius: 5px;
  background-color: #706059;
  padding: 25px;
}
.testimoniallist .icon{
  width: 50px;
  margin-bottom: 30px
}
.testimoniallist .testimonial_content{
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px
}
.testimoniallist .image{
  position: absolute;
  right: 0;
  height: 100%;
  padding-right: 0;
  padding-left: 0
}
.testimoniallist.even .image{
  position: absolute;
  left: 15px;
  right: initial;
  height: 100%;
  padding-right: 0;
  padding-left: 0
}
.testimoniallist.even .col-md-8 .content{
  border-radius:  0 5px 5px  0!important;
}
.testimoniallist .image img{
  border-radius:  0 5px 5px  0;
  height: 100%;
  width: 100%;
}
.testimoniallist.even .image img{
 border-radius:  5px 0 0 5px!important ;
}
.testimoniallist .author{
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-top: 15px;
}
#home_section2 {
  padding-top: 55px;
  padding-bottom: 55px;
  color: #706159
}
#home_section2 h3{
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 30px
}
#home_section2 .section_content{
  font-size: 18px;
  line-height:28px 
}
#TestimonialSection{
  background: rgb(254,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(231,230,228,1) 49%, rgba(231,230,228,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(49%,rgba(255,255,255,1)), color-stop(49%,rgba(231,230,228,1)), color-stop(100%,rgba(231,230,228,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(231,230,228,1) 49%,rgba(231,230,228,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(231,230,228,1) 49%,rgba(231,230,228,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(231,230,228,1) 49%,rgba(231,230,228,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(231,230,228,1) 49%,rgba(231,230,228,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e7e6e4',GradientType=0 ); /* IE6-9 */
}
#TestimonialContainer{
  position: relative;
  /*margin-top: -140px;*/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+52,ffffff+100&amp;0+51,0+51,1+52,1+52,1+100 */
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 58%, rgba(255,255,255,1) 58%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(58%,rgba(255,255,255,0)), color-stop(58%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 58%,rgba(255,255,255,1) 58%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,0) 58%,rgba(255,255,255,1) 58%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,0) 58%,rgba(255,255,255,1) 58%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 58%,rgba(255,255,255,1) 58%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#TestimonialContainer .shadow{
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 2%, rgba(0,0,0,0) 48%, rgba(0,0,0,0.15) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(0,0,0,0)), color-stop(48%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.15))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 2%,rgba(0,0,0,0) 48%,rgba(0,0,0,0.15) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 2%,rgba(0,0,0,0) 48%,rgba(0,0,0,0.15) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 2%,rgba(0,0,0,0) 48%,rgba(0,0,0,0.15) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 2%,rgba(0,0,0,0) 48%,rgba(0,0,0,0.15) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26000000',GradientType=0 ); /* IE6-9 */
  z-index: 999;
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 60px
}
#TestimonialSection .col-md-4:nth-child(1){
  bottom: 0;
  position: absolute;
  left: 0
}
#TestimonialSection .col-md-4:nth-child(3){
  bottom: 0;
  position: absolute;
  right: 0
}
#TestimonialSection .testimonialcontent{
  background-color: #706059;
  margin-bottom: 25px;
  color: #FFF;
  text-align: center;
  padding: 35px
}
#TestimonialSection .testimonialcontent.dark{
  background-color: #50453f;
  padding: 20px 30px
}
#TestimonialSection .testimonialcontent.dark a{
  color: #FFF;
  text-decoration: none;
}
#TestimonialSection .testimonialcontent p{
  display: block
}
#TestimonialSection .testimonialcontent:before{
  content: '';
  background-image: url('../images/icon-quote-white.png');
  text-align: center;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  display: inline-block;
  margin-bottom: 30px
}
#TestimonialSection .testimonialcontent.dark:before{
  content: '';
  background-image: url('../images/icon-bulb-white.png');
  clear: both;
  text-align: center;
  width: 19px;
  height: 30px;
  background-size: 19px 30px;
  margin-bottom:20px;
}
#TestimonialSection .testimonialcontent.dark p{
  font-size: 17px;
  line-height: 24px
}
#TestimonialSection  .testimonialcontent p{
  font-size: 24px;
  line-height: 34px;
  font-weight: 300
}
#TestimonialSection  .testimonialcontent .author{
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-top: 15px
}
#TestimonialSection  .testimonialcontent .author span{
  font-weight: 300;
  font-size: 14px;
  line-height: 26px
}
#TestimonialInner {
  background-color: #50453f
}
#TestimonialInner .image {
  padding-right: 0
}
#TestimonialInner .image img{
  width: 100%; 
}
#TestimonialInner .content{
  margin: 0 15%;
  color: #FFF
}
#TestimonialInner .content p{
  font-size: 28px;
  line-height: 40px;
}
#TestimonialInner .content .author{
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  opacity: 0.8
}
#TestimonialInner .content .authortitle{
  font-size: 14px;
  font-style: italic;
  color: #FFF;
  opacity: 0.8
}
#TestimonialInner .icon{
  width: 36px;
  margin-top: 60px;
  margin-bottom: 25px
}
#TestimonialInner > .row {
    display: flex;
    align-items: center;
}
.FeatureSection{
  background-color: #e7e6e5;
  padding-top: 85px;
  padding-bottom: 85px
}
.FeatureSection .row{
  margin-bottom: 70px
}
.FeatureSection h4, .sectionwhite h4{
  font-size: 20px!important;
  line-height: 30px!important;
  margin: 0 0 15px 0;
  padding: 0
}
.FeatureSection .media-top, .sectionwhite .media-top{
  padding-top:25px 
}
.FeatureSection .media-body, .sectionwhite .media-body{
  padding-left: 15px;
  font-size: 16px;
  line-height: 28px
}
.FeatureSection .media-object{
  max-width: 40px
}
.FeatureSection .ezicustomvid{margin-top: -150px}
.slider.ezicustom{padding-bottom: 120px}
.slider{
  padding-top: 80px;
  padding-bottom: 80px
}
.sliderplan{
  padding-top: 15px;
  padding-bottom: 80px
}
.slider .btnrev, .sliderplan .btnrev{
  border-radius: 25px;
  background-color: #FFF;
  border: 1px solid #00b592;
  color: #00b592;
  padding-top: 11px;
  padding-bottom: 10px;
  line-height: 70px;
  text-decoration: none!important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.slider .btnrev:hover, .sliderplan .btnrev:hover{
  color: #00cba8;
  text-decoration: none;
}
.slider .btn, .sliderplan .btn, .slider .btnrev, .sliderplan .btnrev{
  padding-right: 80px;
  padding-left: 80px;
  margin-left: 15px;
  margin-right: 15px
}
.slider .btn, .slider .btnrev{
  border-radius: 18px
}
.sliderplan .illustration{
  margin-bottom: 35px
}
.slider .slide, .sliderplan .slide{
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline:none; 
}
.slider .slidecontent, .sliderplan .slidecontent{
  max-width: 750px;
  margin: 0 auto 40px;
  font-size: 24px;
  line-height: 32px;
}
.slider .slide h3, .sliderplan .slide h3{
  font-size: 36px;
  line-height: 48px;
  margin: 0 0 40px 0 ;
  padding: 0;
}
.slider .slidenav, .sliderplan .slidenav{
  list-style: none;
  padding: 0;
  /*width: 540px;*/
  width: 370px;
  margin: 35px auto
}
.slider .slidenav li, .slider .slidenav li{
  /*text-align: center;
  float: left;
  display: inline-block;
  margin: 0 32px;*/
  text-align: center;
  display: inline-flex;
  margin: 0 auto;
}
.slider .slidenav li:nth-child(2){
  display: none;
}
.slider .slidenav li a, .slider .slidenav li a{
  text-decoration: none;
  color: #000
}
.slider .slidenav li .nav-img, .sliderplan .slidenav li .nav-img{
  float: left;
  width: 16px;
  margin-right: 10px
}
.slider-control{
  position: absolute;
  width: 100%
}
.slider-control .slick-prev, .slider-control .slick-next{
  border: none;
  color: transparent;
  background-color: transparent;
  height: 66px;
  width: 66px;
  position: absolute;
  z-index: 99;
}
.slider-control .slick-prev:active,
.slider-control .slick-prev:focus,
.slider-control .slick-prev.active,
.slider-control .slick-next:active,
.slider-control .slick-next:focus,
.slider-control .slick-next.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline:none;     
}          
.slider-control .slick-prev{
  background-image: url(../images/prev.png);
  top: 40px;
  left: 25px;
  display: none;
}
.slider-control .slick-prev:before, .slider-control .slick-next:before{
  content: ''
}
.slider-control .slick-next{
  background-image: url(../images/next.png);
  top: 40px;
  right: 25px;
  display: none;
}
.slider-nav-thumbnails .slick-slide {
  opacity: 0.5;
}
.slider-nav-thumbnails .slick-slide.slick-active {
  opacity: 1;
}
#slider-thumbnail{
  background-color: #e7e6e4;
  padding-top: 25px;
  padding-bottom: 25px;
  max-height: 153px;
  overflow: hidden;
}
#slider-thumbnail .thumb, .my-account-nav-cont .thumb{
  text-align: center;
  opacity: 0.8;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline:none; 
  cursor: pointer;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  display: inline-block;
}
#slider-thumbnail .thumb{
 padding: 0 15px;
 margin: 0 15px;
 display: inline-block;
}
#slider-thumbnail .thumb img{
  margin-bottom: 5px
}
.my-account-nav-cont .thumb{
  padding: 0 15px;
  margin: 0 25px;
}
#slider-thumbnail .thumb a, .my-account-nav-cont .thumb a{
  text-decoration: none;
}
#slider-thumbnail .thumb img{
  display: initial;
  height: 18px
}
#slider-thumbnail .slick-current, #slider-thumbnail .active, .my-account-nav-cont .thumb.slick-current{
  /*border-bottom:2px solid #625148;*/
  opacity:1;
}
#Plans{
  padding: 75px 15px;
  
}
#Plans h2{
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 75px;
}
#Plans .tall.plan:nth-child(1){
  border: 2px solid #706059;
  border-radius: 10px 10px;
  margin-top:  0;
  background-color: #FFF;
  z-index: 4;
  padding-bottom: 80px;
  min-height: 909px;
  margin-left: 0
}
#Plans .tall.plan:nth-child(2), #Plans .tall.plan:nth-child(3),  #Plans .tall.plan:nth-child(4) {
  border-radius: 10px!important;
  background-color: #FFF!important;
  border: 2px solid #706059;
  margin-top:  0;
  z-index: 4;
  padding-bottom: 300px;
  min-height: 909px;
  margin-left: 0
}
#Plans .tall.plan .btn{
  margin: 40px 0;
}
#Plans .tall.plan .subtitle{
  margin-bottom: 39px;
}
#Plans .plan:nth-child(1){
  background-color: #eaeaea;
  border-radius: 10px;
  z-index: 4
}
#Plans .plan:nth-child(2){
  background-color: #e2dfde;
  border-radius: 0 10px 10px 0;
  z-index: 3
}
#Plans .plan:nth-child(3){
  background-color: #c6c0bd;
  border-radius: 0 10px 10px 0;
  z-index: 2
}
#Plans .plan:nth-child(4){
  background-color: #a9a09c;
  border-radius: 0 10px 10px 0;
  z-index: 1
}
#Plans .recommended{
  padding: 13px 35px;
  text-align: center;
  background-color: #ff8200;
  margin: -91px 10px 40px;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  position: relative;
}
#Plans .plan{
  margin-top: 20px;
  margin-left: -5px;
  text-align: center;
  padding:40px 10px 280px;
  position: relative;
  min-height: 837px;
}
#Plans .tall.plan .title{
  font-size: 36px
}
#Plans .plan .title{
  text-align: center;
  font-size: 32px;
  margin: 0 0 15px 0
}
#Plans .plan .subtitle{
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  color: #000;
  font-style:italic;
  font-weight: 300;
  margin-bottom: 25px
}
#Plans ul{
  padding:0 10px;
  margin: 0;
  list-style: none;
}
#Plans li{
  text-align: left;
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 28px;
  min-height: 22px;
}
#Plans li span{
  margin-right: 15px;
  position: absolute;
  margin-left: -28px;
}
#Plans .plan:nth-child(4) .planbtn{
  bottom: 0!important;
}
#Plans .planbtn{
  position: absolute;
  bottom: 35px;
  width: 100%;
  margin-left:-15px;
}
#Plans .planbtnrev{
  position: absolute;
  bottom: 10px;
  width: 100%;
  margin-left:-15px;
}
#Plans .plan.tall .planbtn{
  bottom: 30px
}
#Plans .plan.tall .planbtnrev{
  bottom: 20px
}
#Plans .btn{
  margin: 25px 0;
  
}
#Plans .plan .title.plan{
  opacity: 1!important
}
#Plans .plan:nth-child(1) .title{
  opacity: 0.5
}
#Plans .plan:nth-child(2) .title{
  opacity: 0.5
}
#Plans .plan:nth-child(3) .title{
  opacity: 0.6
}
#Plans .plan:nth-child(4) .title{
  opacity: 0.7
}
#Plans .price{
  position: absolute;
  bottom: 100px;
  width: 80%;
  font-weight: bold;
}
#Plans .tall .price{
  bottom: 150px
}
#Plans .plandetails{
  margin-bottom: 15px
}
#Plans span.planprice{
  font-size: 18px
}
#PaymentMethod #accordion{
  border: 1px solid #ddd;
  border-radius: 5px
}
#PaymentMethod #accordion {
  padding: 0;
  margin: 0;
  list-style: none;
}
#PaymentMethod #accordion li{
  border-bottom:1px solid #ddd;
  padding: 15px
}
#PaymentMethod #accordion li:last-child{
  border-bottom:none
}
#PaymentMethod #accordion .section-title{
  margin: 0
}
#PaymentMethod #accordion .section-title label{
  margin: 0
}
#PaymentMethod #accordion .section-content{
  margin:15px 0; 
}
.list-check{
    list-style: none
}
.list-check li:before{
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    position: absolute;
    margin-left: -25px
}
.list-check li{
  margin-bottom: 15px
}
.slick-prev,
.slick-next
{
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
  color: transparent;
  outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
  opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #706059
}
.slick-prev
{
  left: -25px;
}
[dir='rtl'] .slick-prev
{
  right: -25px;
  left: auto;
}
.slick-prev:before
{
  content: "\e079";
  font-family: 'Glyphicons Halflings';
}
[dir='rtl'] .slick-prev:before
{
  content: "\e079";
  font-family: 'Glyphicons Halflings';
}
.slick-next
{
  right: -25px;
}
[dir='rtl'] .slick-next
{
  right: auto;
  left: -25px;
}
.slick-next:before
{
 content: "\e080";
 font-family: 'Glyphicons Halflings';
}
[dir='rtl'] .slick-next:before
{
 content: "\e080";
 font-family: 'Glyphicons Halflings';
}
.HighlightedSections .sliderplan{
  padding-bottom: 0!important
}
/*Login Page*/
.notmember{

  margin-top: 15px
}
#MyLoginForm_LoginForm #Remember .left{
  margin-top: 0
}
#MyLoginForm_LoginForm .Actions .action,#MyLoginForm_LoginForm #ForgotPassword{
  float: left;
}
#MyLoginForm_LoginForm #ForgotPassword{
  margin: 60px 0 0 15px;
}    
div.checkbox input[type=checkbox] {
  float: left;
  margin-top: -15px;
}
.widget ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget ul li{
  font-size: 14px;
  margin: 5px 0;
  /* padding-left: 10px*/
}
.widget ul li:hover{
  text-decoration: underline;
}
.widget ul li:before{
  /*content: "\e250";
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
  position: absolute;
  margin-left: -15px*/
}
.widget ul li a{
  text-decoration: none;
}



/*Content Overwrite*/

/*New Pages Layout*/


body.cashmanager-trial-download{
  background-color: #eae8e6!important
}

.cashmanager-trial-download .content_container{
  min-height: 0px
}
.fullwidthtemp.content_container, .faqHolder.content_container
{
  padding-bottom: 0!important
}

#Form_DownloadTrialForm{
  margin-left: 20px;
  margin-top: 25px
}

#Form_DownloadTrialForm .col-md-6.column:nth-child(2){
  margin-left: 0px;
  padding-right: 5px;
}

#Form_DownloadTrialForm input{
  background-color: #FFF;
  padding: 20px 15px;
  margin-bottom: 13px
}
#Form_DownloadTrialForm input[type=submit]{
  background-color: #00b692;
  margin-top: 5px;
  font-weight: normal;
  padding: 15px 0!important;
}

#Form_DownloadTrialForm_action_handleDownloadFormSubmission{
  width: 100%
}

#FreeTrial .dropdown-captcha {
    width: 100%;
}

.page-navigator{
  padding: 0;
  list-style: none;
  margin: 40px auto 15px;
  display: table;
}
.page-navigator li{
  display: inline-block;
}

.page-navigator li a{
  text-decoration: none;
  padding:0 0px 5px;
  margin: 0 15px;
  font-weight: bold;
  font-size: 15px
}
.page-navigator li a.active, .page-navigator li a:hover{
  border-bottom: 2px solid #706159!important;

}

.tabbed-content{
  margin-top: 0px;
  padding: 50px 0;
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.45);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.45);
  box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.45);
}
.tabbed-content .icon {
  margin-bottom: 30px;
  margin-top: 30px
}


.faqHolder #PostList{

 /* columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;*/
}

.faqHolder #PostList li{
  float: left;
  width: 50%;
  padding-right: 45px;
  position: relative;
  display: inline;
}
.faqHolder #PostList li .glyphicon{
  position: absolute;
  top: 18px;
  left: -25px
}
/*New Pages Layout END*/

/*Case Studies*/

.case_title, .case_title a{
  font-size: 14px;
  text-decoration: none;
}
.case_teaser{
  font-size: 12px;
  font-style: italic;
}
#CaseStudySlide .slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: auto;
  left: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#CaseStudySlide .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#CaseStudySlide .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#CaseStudySlide .slick-dots li button::before {
  font-family: slick;
  font-size: 46px;
  line-height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
}
#CaseStudySlide .slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

#CaseStudySlide .title{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px
}
#CaseStudySlide  .teaser{
  font-style: italic;
}
#CaseStudySlide .link, #CaseStudyContent .link{
  text-transform: uppercase;
  color: #ff8200;
  text-decoration: none;
  font-weight: bold;
}

#CaseStudyContent .spaceme{
  margin-bottom: 40px
}

#CaseStudyBannerSingle {
  background-size: cover;
  min-height: 426px;
  margin-top: 10px;
  position: relative;
}

#CaseStudyBannerSingle .teaser{
  color: #FFF;
  font-size: 18px;
  font-style: italic;
  margin-top: 25px;
  background-color: rgba(77,77,79,0.5);
  text-shadow: 1px 2px rgba(0,0,0,0.2);
  border-radius: 7px;
}

#CaseStudyContent .tl-head,
#CaseStudyContent .tl-body { 
    font-size: 16px;
    padding: 14px 25px;
}
#CaseStudyContent .tl-head { 
    background-color: #706059;
    color: #FFFFFF; 
    font-weight: bold;
}
#CaseStudyContent .tl-body { 
    background-color: rgba( 148, 138, 130, 0.15 );
    color: #706059;
}

#CaseStudyContent .tl-b-items { 
    margin: 0;
    padding: 0;
    list-style: none;
}

#CaseStudyContent .tl-b-items li { 
    border-bottom: 2px dotted rgba( 148, 138, 130, 0.25 );
    padding: 5px 0;
}
#CaseStudyContent .tl-b-items a { 
    text-decoration: none;
}
#CaseStudyContent .tl-b-items a.active { 
    color: #ff8200;
    font-weight: bold;
}

.company-history .fullwidthtemp.content_container, .about-us .fullwidthtemp.content_container, .meet-the-team .fullwidthtemp.content_container{
      padding-top: 14px!important;
}
.company-history .bg-repeater{
  background-image: url('../images/company-history-rptr.png');
  background-position: bottom;
  background-color: #f0f0f1;
  background-repeat: repeat-x;
}
.company-history .custombg{
    background-image: url('../images/accomplish-company-history-02.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 40px;
    background-color: #f0f0f1;
  }
.company-history .topcontainer, .about-us .topcontainer{
  min-height: 480px
 } 

 .meet-the-team .topcontainer{
    min-height: 350px
 }

.company-history .navigator, .about-us .navigator, .meet-the-team .navigator  {
    padding-bottom: 20px;
  }
.about-us .bg-repeater{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,f2f2f2+50,f7f7f7+50,f7f7f7+100 */
  background: #f2f2f2; /* Old browsers */
  background: -moz-linear-gradient(left,  #f2f2f2 0%, #f2f2f2 50%, #f7f7f7 50%, #f7f7f7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #f2f2f2 0%,#f2f2f2 50%,#f7f7f7 50%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #f2f2f2 0%,#f2f2f2 50%,#f7f7f7 50%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 */
}
.about-us .custombg{
  background-image: url('../images/accomplish-about-me-01.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 40px;
}

.meet-the-team .custombg{
  background-image: url('../images/new-meet-the-team.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-top: 40px;
  background-color: #dededf
}
.meet-the-team .bg-repeater{
   background-color: #f0f0f1;
}

.meet-the-team .comp_name{
  color: #ff8200;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.meet-the-team .comp_position{
    color: #ff8200;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 25px;
}    
.meet-the-team .bannertext{
  margin-top: 8%
}
.meet-the-team .bannertext p{
  font-size: 16px
}
.meet-the-team .xl_title{
  font-size: 40px!important;
  line-height: 48px!important;
  font-weight: bold!important;
  margin-bottom: 75px;
  margin-top: 35px
}
.meet-the-team .l_title{
  font-size: 30px!important;
  line-height: 36px!important;
  font-weight: normal!important;
  margin-bottom: 65px;
  margin-top: 55px
}
.lastrow{
  border-bottom: 1px solid #b8b0ac;
  padding-bottom: 25px;
  margin-bottom: 25px
}
.teamlist{
  margin-bottom: 25px
}

/*Login Page*/
#loginPage{
  background-image: url('../images/login_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#loginPage h1{
  font-family: 'Fira Sans';
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 50px
}
#loginPage .col_container{
  max-width: 500px;
  margin: 0 auto
}

#loginPage .form_cont{
  max-width: 400px;
  margin: 50px auto 0
}

#loginPage .Actions .action{
  float: none;
  padding: 15px 70px
}
#loginPage #ForgotPassword{
    display: block;
    float: none;
    font-size: 14px;
    margin-top: 15px;
}

#loginPage ::-webkit-input-placeholder {
   color: #706059;
}

#loginPage :-moz-placeholder { /* Firefox 18- */
   color: #706059;  
}

#loginPage ::-moz-placeholder {  /* Firefox 19+ */
   color: #706059;  
}

#loginPage :-ms-input-placeholder {  
   color: #706059;  
}

#loginPage .left_cont, #loginPage .left_cont a{
  color: #FFF
}

#loginPage .left_cont label{
  display: none;
}
#loginPage .left_cont input{
  background-color: #f9c896
}
#loginPage .left_cont input[type=submit], #loginPage .right_cont input[type=submit]{
  background-color: #00b592
}
#loginPage .left_cont p, #loginPage .right_cont p{
  font-size: 20px;
  line-height: 24px;
  font-weight: 400
}

#loginPage #Remember label{
  display: block;
}
#loginPage #Remember{
  max-width: 200px;
  margin: 0 auto
}
#loginPage .error{
  color: red
}

#loginPage .right_cont input{
  background-color: #FFF
}

#loginPage .right_cont #Firstname, #loginPage .right_cont #Lastname{
  width: 48.5%;
  float: left;

}
#loginPage .right_cont #Firstname{
  margin-right: 10px;
}

.Page.time-to-upgrade .alert{
    position: relative;
    width: 80%;
    margin: 0 auto -35px;
}

.Page.time-to-upgrade #MyLoginForm_LoginForm_error{
  font-size: 14px;
  line-height: 20px;
}
/*New Trial*/

.cashmanager-trial-download .content_container{
  padding-bottom: 0
}

.cashmanager-trial-download .col-md-8{
  padding-bottom: 50px
}

.StarBadge{
  background-image: url('../images/trial_star.png') ;
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  padding-top: 65px;
  margin: 0 auto;
  font-size: 13px;
  min-width: 290px;
  min-height: 290px;
  max-width: 290px;
  max-height: 290px;
}

.accomplishDude{
  max-width: 280px;
  text-align: center;
  margin-top: 70px
}
.cashmanager-trial-download #Form_DownloadTrialForm{
  margin: 0
}
.cashmanager-trial-download h1{
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px
}

.cashmanager-trial-download h3{
  color: #ff8200;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px
}
.cashmanager-trial-download p{
  font-size: 15px;
  line-height: 18px
}
.cashmanager-trial-download #terms p{ 
  font-size: 12px;
  line-height: 14px
}
.cashmanager-trial-download  ::-webkit-input-placeholder {
   color: #706059;
   opacity: 0.5
}

.cashmanager-trial-download e :-moz-placeholder { /* Firefox 18- */
   color: #706059;  
   opacity: 0.5
}

.cashmanager-trial-download  ::-moz-placeholder {  /* Firefox 19+ */
   color: #706059;  
   opacity: 0.5
}

.cashmanager-trial-download  :-ms-input-placeholder {  
   color: #706059;  
   opacity: 0.5
 }

.cashmanager-trial-download  #Form_DownloadTrialForm{
  margin-top: 40px;
}

.cashmanager-trial-download  #Form_DownloadTrialForm fieldset{
  margin-bottom: 30px
}
.cashmanager-trial-download  #Form_DownloadTrialForm .Actions{
  margin-top: 25px
}
.cashmanager-trial-download  #Form_DownloadTrialForm .column.email, .cashmanager-trial-download  #Form_DownloadTrialForm .column.phone{
  width: 100%;
  margin: 0;
}
.cashmanager-trial-download  #Form_DownloadTrialForm .column.phone{
  padding-right: 15px
}

.cashmanager-trial-download #Form_DownloadTrialForm .action{
  width: 48%;
  border-radius: 10px
}

/*Adword Free Trial*/
  #Banner2 {
      color: #706059;
      padding-top: 50px;
      padding-bottom: 50px;
      background-image: url(../images/banner2.jpg);
      min-height: 510px;
      background-size: auto 100% ;
      background-position: center;
      background-repeat: no-repeat;
  }

  #AdwordFreeTrail{
    margin-bottom: 200px;
    margin-top: -100px
  }

  #AdwordFreeTrail .container{
    background-color: #FFF;
    padding: 50px 35px;
    position: relative;
  }

  .free-trial .shadowme{
    position: absolute;
    height: 127px;
    width: 100%;
    margin-left: -35px;
    top: 90px;
    -webkit-box-shadow:  17px 0 15px -18px rgba(0, 0, 0, 0.5), -11px 0 8px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:  17px 0 15px -18px rgba(0, 0, 0, 0.5), -11px 0 8px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 17px 0 15px -18px rgba(0, 0, 0, 0.5), -11px 0 8px -10px rgba(0, 0, 0, 0.5);
  }
  .free-trial #Heading .title{
    font-size: 62px;
    line-height: 50px;
    color: #ff8200;
    font-weight: bold;
  }

  .free-trial .title_head{
    font-size: 30px;
    line-height: 34px;
    font-weight: 300;
    text-align: center;
    margin: 0 20% 15px;
    padding-bottom: 35px;
    border-bottom: 1px solid #b7afab;
  }
  .free-trial .title_head2{
    font-size: 30px;
    line-height: 34px;
    font-weight: 300;
    text-align: center;
    padding-bottom: 35px;
  }
  .free-trial .subtitle_head{
      font-size: 14px;
      text-align: center;
      margin: 0 20% 85px;
      font-weight: 300;
  }
  .free-trial .sidebar_text{
    margin-top: 50px
  }

  .free-trial .sidebar_text h4{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .free-trial .sidebar_text p{
    margin-bottom: 35px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300
  }

  #HowManyStaffUsersWillYouNeed label, #LetUsKnowIfYouHaveAnySpecialRequirements label{
    display: none
  }
   
  .free-trial .cusomlabel:after{
    content: ' ';
    clear: both;
  }
  .free-trial #CompanyName label, .free-trial .cusomlabel, #TheseHelpUsToHelpYou label.left{
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 15px;
    margin-top: 0;
    width: 100%
  }
  #TheseHelpUsToHelpYou label.left{
    margin-top: 40px
  }

  #TheseHelpUsToHelpYou li label{
    font-weight: normal;
    font-size: 15px;
    line-height: 18px

  }

  #TheseHelpUsToHelpYou{
    margin-bottom: 20px;
    margin-top: 40px;
  }

  .free-trial #CompanyName input{
    margin-bottom: 40px
  }

  .free-trial form .check{
    display: inline-block;
    position: relative;
    border: 2px solid #f1f1f1;
    background-color: #f1f1f1;
    height: 25px;
    width: 25px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    float: left;
    margin-top: -2px;
    margin-right: 15px;
  }
  .free-trial form input, .free-trial form select, .free-trial form textarea{
    background-color: #f1f1f1
  }
  .free-trial form select:before{
    content: 'test'
  }
  .free-trial form  input[type=checkbox]{
    position: absolute;
    /*visibility: hidden;*/
    opacity: 0
  }
  .free-trial form  .check::before {
    display: block;
    position: absolute;
    content: ' ';
    height: 17px;
    width: 17px;
    top: 0px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
  }

  .free-trial form  input[type=checkbox]:checked ~ label .check {
    border: 2px solid #959595;

  }

  .free-trial form  input[type=checkbox]:checked ~ label  .check::before{
    content: "\e013";
    font-family: 'Glyphicons Halflings';
  }

  .free-trial input[type=submit]{
    background-color: #fe810b;
    font-size: 18px;
    border-radius: 3px;
    font-weight: normal;
  }
  .free-trial #Firstname , .free-trial #Lastname ,
  .free-trial #EmailAddress , .free-trial #PhoneNumber {
    float: left;
    width: 49%
  }

  .free-trial #Firstname , .free-trial #EmailAddress {
    margin-right: 5px
  }
  .free-trial #Lastname , .free-trial #PhoneNumber{
    margin-left: 5px
  }

  #Lastname:after{
    content: ' ';
    clear: both;
  }

  .free-trial .placeholdercs{
    padding: 103px 15px;
    border-bottom: 0px
  }

  .free-trial .CSTitle{
    text-align: center;
    padding: 20px;
    background-color: #45b294;
    color: #FFF;
    font-weight: 300;
    font-size: 22px
  }
  .free-trial .CSTitle .authorcs{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 5px
  }
   .free-trial .CSTitle .titlecs{
    line-height: 22px
   }
  .free-trial .CSContent{
    background-color: #ff8200;
    color: #FFF;
    padding: 30px 20px
  }
  .free-trial .CSLink{
    padding: 20px 15px;
    background-color: #d76f28;
    text-align: center;
  }
  .free-trial .CSLink a{
    color: #FFF;
    text-decoration: none;;
    font-size: 14px;
    font-weight: 300
  }

  .free-trial .CSContent{
    text-align: justify;
  }
  
.guarantee_image{
  float: right;
  position: absolute;
  right: 0;
  top: -46px;
}

.ezifeed_form_container h1{
  text-align: center;
  color: #ff8200;
  font-weight: 400;
  font-size: 60px;
  margin-bottom: 52px;
}

.ezifeed_form_container{
  background-color: #e7e6e5;
}

.ezifeed_form_container .line{
  border-bottom: 1px solid #B9B9B9;
  width: 76%;
  height: 1px;
  margin: 0 auto;
  display: block;
  margin-bottom: 56px;
}

.ezifeed_form_container .field_helper_text{
  margin: 6px 0;
  min-height: 12px;
  font-size: 15px;
  font-weight: lighter;
  display: table;
}

.ezifeed_form_container select{
  width: 100%
}

.ezifeed_form_container p.heading{
  text-align: left;
  margin-top: 38px;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid #B9B9B9;
}

.ezifeed_form_container .description{
  text-align: left;
  margin-bottom: 27px;
}

.ezifeed_form_container input[type=text], .ezifeed_form_container select, .ezifeed_form_container textarea, .ezifeed_form_container input[type=email]{
  background-color: #f1f2f2;
  border-radius: 1px;
  padding: 12px 17px;
  margin-bottom: 16px;
  color: #706059;
  font-size: 15px;
}

#BankAccount_div .select2-container--default .select2-selection--single{
  background-color: #f1f2f2;
  border: none;
  border-radius: 0;
  height: auto;
  padding: 8px 17px;
  font-size: 15px;
  color: #706059;
  background-image: url('../images/dropdown-black.png');
  background-repeat: no-repeat;
  background-position: 95%;
}

#BankAccount_div .select2-selection__arrow{
  display: none
}

.ezifeed_form_container label, .ezifeed_form_container th{
  font-size: 18px;
  font-weight: lighter;
}

.ezifeed_form_container .tablefield-btn-add{
  background-color: #ff8200;
  color: #fff;
  border: 1px solid #ff8200;
  padding: 5px 14px;
  margin-top: 6px;
  border-radius: 4px;
  font-size: 23px;
}

.ezifeed_form_container .nb{
  border-bottom: 1px solid #B9B9B9;
  padding-bottom: 43px;
}

.ezifeed_form_container input[type=submit]{
  float: right;
  background-color: #44b293;
  border-radius: 4px;
  font-weight: normal;
}

.ezifeed_form_container .checkbox{
  margin-bottom: 25px;
}
.ezifeed_form_container .t-sm { font-size: 12px; font-weight: lighter; padding-left: 0; padding-top: 10px; }
.ezifeed_form_container .ss-gridfield-table thead { display: none; }
.ezifeed_form_container .ss-gridfield-table th { border: none; padding: 0; }
.ezifeed_form_container .ss-gridfield-table th:first-child { padding-right: 15px }
.ezifeed_form_container .ss-gridfield-table input[ type=text ] { width: 90%; }
.ezifeed_form_container .ss-gridfield-table .tablefield-btn-add { font-size: 15px; }
.ezifeed_form_container .ss-gridfield-table ::-webkit-input-placeholder { font-size: 12px; }
.ezifeed_form_container .ss-gridfield-table :-moz-placeholder { font-size: 12px; }
.ezifeed_form_container .ss-gridfield-table ::-moz-placeholder { font-size: 12px; }
.ezifeed_form_container .ss-gridfield-table :-ms-input-placeholder { font-size: 12px; }
.ezifeed_form_container #TermsAndConditionsGlobalService input[ type=checkbox ] { float: none; margin: 0 10px 0 0; padding-right: 10px; vertical-align: middle;}
.ezifeed_form_container #TermsAndConditionsGlobalService a { text-decoration: none; }
.ezifeed_form_container .nb p { font-size: 12px; margin-left: 24px; }
.ezifeed_form_container select {  background: url( '../images/dropdown-black.png' ) no-repeat right center transparent;}
.ezifeed_form_container select#Form_EzifeedForm_MainBank { background-position-x: ; }
.ezifeed_form_container .c-select select { background-color: #f1f2f2; padding-right: 16px; }

.ezifeed_form_container .tablefield-btn-add:focus, #Form_EzifeedForm_action_handleEzifeedFormSubmission:focus{
  outline:none; /*or outline-color:#FFFFFF; if the first doesn't work*/
  border:1px solid #00B2FF;
  -webkit-box-shadow: 0px 0px 4px 0px #00B2FF;
  box-shadow: 0px 0px 4px 0px #00B2FF;
}

.ezifeed-popup-image{
  width: 17%;
  margin-bottom: 24px;
}
.ezifeedBankAccountField select{
  background-color: #f1f2f2;
}

.parsley-custom-error-message, .parsley-errors-list{
  color: #a94442;
  margin: 0 0 10px 0;
  font-size: 13px;
}


/* Comparison 
================================================ */
.no-float { float: none; }

.page-comparison .p-c-banner { background: url( '../images/bg_comparison.png' ) no-repeat center top transparent; background-size: cover;}

.page-comparison .top { align-items: center; display: flex;  float: none; height: 350px;  justify-content: center; }
.page-comparison .top h1 { margin-bottom: 30px; }

.page-comparison .p-c-list { background-color: #e8e7e5; }

.page-comparison .p-c-l-text { float: none;  }
.page-comparison .p-c-l-text p { margin-bottom: 30px; }
.page-comparison .p-c-l-text a { color: #ff8200; text-decoration: none;  }
.page-comparison .p-c-l-items { border-top: 1px solid rgba( 184, 176, 172, 0.5 );  margin-top: 55px; }

.page-comparison .p-c-l-i-item { border-bottom: 1px solid rgba( 184, 176, 172, 0.5 ); font-size: 30px; font-weight: lighter; line-height: 150px; }

.page-comparison .p-c-l-i-i-name { color: #ff8200; font-size: 40px; }
.page-comparison .p-c-l-i-i-other { font-size: 40px; }

.page-comparison .p-c-logo { background-color: rgba( 255, 236, 217, 1 ); font-size: 30px; font-weight: lighter; padding: 60px 0;}
.page-comparison .p-c-logo span { padding: 0 20px; }

.page-comparison .p-c-e-features h2 { color: #ff8200; margin: 0 0 30px; }

.page-comparison .p-c-e-feats { border-top: 1px solid rgba( 184, 176, 172, 1 ); margin-top: 55px; }
.page-comparison .p-c-e-feats h2 { font-weight: lighter; margin: 0; line-height: 60px; }

.page-comparison .p-c-e-f-feat { border-bottom: 1px solid rgba( 184, 176, 172, 1 ); }
.page-comparison .p-c-e-f-feat h5 { font-size: 15px; line-height: 20px; margin-bottom: 0; }

.page-comparison .p-c-e-diff { margin-top: 60px; }
.page-comparison .p-c-e-diff h2 { margin-bottom: 30px; }
.page-comparison .p-c-e-diff .p-c-e-d-table th.t-feature { font-size: 20px; }
.page-comparison .p-c-e-diff .p-c-e-d-table th.t-main { background-color: transparent; border: 1px solid rgba( 255,230,204, 1 ); color: #ff8200; }
.page-comparison .p-c-e-diff .p-c-e-d-table th.t-compare { background-color: transparent; border-bottom: none; border-right: 1px solid rgba( 153, 153, 153, 0.4 ); border-top: 1px solid rgba( 153, 153, 153, 0.4 ); color: rgb( 153, 153, 153  ); }

.page-comparison .p-c-e-d-table { margin-top: 55px; }
.page-comparison .p-c-e-d-table th { color: #ff8200; font-size: 30px; font-weight: lighter; }
.page-comparison .p-c-e-d-table thead th.t-feature,
.page-comparison .p-c-e-d-table td { border-bottom: 1px solid rgba( 255,230,204, 1 ); font-size: 15px; }
.page-comparison .p-c-e-d-table .no-border { border: none; }
.page-comparison .p-c-e-d-table a { text-decoration: none; }
.page-comparison .p-c-e-d-table .t-feature { color: #ff8200; font-size: 18px; font-weight: lighter; width: 25%;}
.page-comparison .p-c-e-d-table .t-main { background-color: rgba( 255,230,204, 0.5 ); color: #706059; width: 37.5%;  }
.page-comparison .p-c-e-d-table .t-compare { background-color: rgb( 230,230,230 ); border-bottom: 1px solid rgba( 153, 153, 153, 0.4 ); color: #000000; width: 37.5%; }

.page-comparison .p-c-e-best { margin-top: 60px; }
.page-comparison .p-c-e-best h2 { margin-bottom: 30px; }

.page-comparison .p-c-e-b-points { margin-top: 55px; position: relative; }
.page-comparison .p-c-e-b-points .b-p-list { border-top: 1px solid rgba( 184, 176, 172, 1 ); }
.page-comparison .p-c-e-b-points .b-p-l-item { border-bottom: 1px solid rgba( 184, 176, 172, 1 ); }
.page-comparison .p-c-e-b-points h2 { color: #ff8200; font-weight: lighter; line-height: 1; margin-bottom: 20px; }
.page-comparison .p-c-e-b-points p { font-size: 15px; padding: 20px 0; line-height: 1; margin: 0;}
.page-comparison .p-c-e-b-points .b-p-badge { align-items: center; display: flex; position: absolute; height: 100%; right: -130px; width: auto; }

.page-comparison .p-c-trial { background-color: #ff8200; color: #FFF; padding-top: 70px; }
.page-comparison .p-c-trial h2 { color: #FFFFFF; font-size: 45px; }

.page-comparison .p-c-t-form { background: url( '../images/accomplish_dude_sm.png' ) no-repeat left bottom transparent; margin-top: 50px; }
.page-comparison .p-c-t-form h4 { font-size: 20px; margin-bottom: 30px;  }
.page-comparison .p-c-t-form p { font-size: 15px; }

.page-comparison .p-c-t-form #Form_DownloadTrialForm { background: none; padding: 30px 0; margin: 0; width: 500px;}
.page-comparison .p-c-t-form .f-foot { margin-top: 20px;  } 
.page-comparison .p-c-t-form .f-foot p, 
.page-comparison .p-c-t-form #Form_DownloadTrialForm label { color: rgba( 255, 218, 179, 1 );  font-size: 12px; margin: 0; }
.page-comparison .p-c-t-form #Form_DownloadTrialForm input[ type=text ] { background-color: #ffb366; }
.page-comparison .p-c-t-form #Form_DownloadTrialForm input[ type=submit ] { background-color: #00b591!important; color: #FFF; border-radius: 13px; padding: 18px 70px 17px 70px!important; width: auto; font-size: 18px; margin-top: 25px; line-height: 21px; font-weight: 500; }
.page-comparison .p-c-t-form #Form_DownloadTrialForm input[ type=checkbox ] { display: inline; margin: 0; vertical-align: middle; }
.page-comparison #Form_DownloadTrialForm ::-webkit-input-placeholder { color: #FFFFFF; font-weight: lighter; }
.page-comparison #Form_DownloadTrialForm :-moz-placeholder { color: #FFFFFF; font-weight: lighter; }
.page-comparison #Form_DownloadTrialForm ::-moz-placeholder { color: #FFFFFF; font-weight: lighter; }
.page-comparison #Form_DownloadTrialForm :-ms-input-placeholder { color: #FFFFFF; font-weight: lighter; }

.ss-gridfield-table{
  background-color: transparent !important;
}

.tablefield-btn-remove{
  background-color: #ff8200;
  color: #fff;
  border: 0;
  padding: 0px 8px;
  margin-top: 6px;
  border-radius: 4px;
  font-size: 16px;
}

.btn.btn-trans { background-color: transparent; border: 1px solid #FFF; }
.no-margin { margin-bottom: 0; }
.o-hidden { overflow: hidden; }

.OrderingPage {  }
.OrderingPage .cart-top { background-color: rgb( 69, 178, 148 ); color: rgba( 199, 232, 223, 1); font-size: 20px; line-height: 72px;  min-height: 72px; }
.OrderingPage .ct-cart-status .glyphicon-shopping-cart { border-right: 1px solid rgba( 106, 194, 169, 1 ); margin-right: 16px; padding: 13px 25px 13px 8px; }
.OrderingPage .ct-cart-separator { padding: 0 15px; }
.OrderingPage .ct-total { background-color: rgba( 199, 232, 223, 1 ); color: rgb( 69, 178, 148 ); line-height: 1.46 ;}
.OrderingPage .ct-total sup { color: rgba( 125, 201, 180, 1 ); font-size: 15px; top: 2px;  }
.OrderingPage .ct-t-text {  display: block; font-size: 30px; }

.OrderingPage .order-steps { background-color: #e9e6e5; height: 42px; }
.OrderingPage .order-steps p { line-height: 42px; margin: 0;  padding-left: 15px; }
.OrderingPage .order-steps .no-padding { padding-left: 0; }
.OrderingPage .order-steps .os-s-count { background-color: #706059;border-radius: 20px;color: #e9e6e5; display: inline-block; font-size: 8px;line-height: 1;margin-right: 10px;padding: 4px 6px;vertical-align: middle;}
.OrderingPage .os-step { position: relative; }
.OrderingPage .os-step.active { background-color: #706059; color: #e9e6e5; }
.OrderingPage .os-step.active .os-s-count { background-color: #e9e6e5; color: #706059;}
.OrderingPage .os-step.active .os-s-arrow-right { display: block; }
.OrderingPage .os-s-arrow-right { border-top: 22px solid transparent; border-bottom: 21px solid transparent; border-left: 23px solid #706059; bottom: 0; display: none; height: 0; position: absolute; right: -22px; width: 0; }

.OrderingPage .order-intro { padding-top: 60px; }
.OrderingPage .order-intro h2 { padding-bottom: 20px; }
.OrderingPage .osi-text { font-size: 17px; padding-top: 30px; }


.OrderingPage .order-options { background-color: #ff8200; color: #FFF; margin-top: 78px; padding: 40px 15px;  }
.OrderingPage .oo-option { padding-top: 30px; }
.OrderingPage .oo-option:first-child { border-right: 1px solid rgb( 234, 231, 230 );  }
.OrderingPage .oo-option h1 { color: #FFFFFF; margin: 40px 0; }
.OrderingPage .oo-o-w-detail { color: rgba( 255, 236, 217, 1 ); font-size: 18px; line-height: 21px; min-height: 185px;}
.OrderingPage .oo-o-w-detail p  { margin-bottom: 20px; }
.OrderingPage .oo-o-w-price { padding-bottom: 40px; }
.OrderingPage .oo-o-w-price .btn { margin-top: 20px; padding: 14px 20px; }

.OrderingPage .order-footer { background-color: rgb( 69, 178, 148 ); color: #FFF; padding: 15px; }
.OrderingPage .order-footer p { font-size: 18px; }
.OrderingPage .order-footer .btn { margin-left: 20px; }

.OrderingPage .package-types { display: flex; margin-top: 40px; }

.OrderingPage .package-type { position: relative; }

.OrderingPage .package-Lite, 
.OrderingPage .package-Business { background-color: rgba( 255, 236, 217, 1 ); }
.OrderingPage .package-Standard { background-color: rgba( 255, 211, 166, 1 );  }
.OrderingPage .package-Plus { background-color: rgba( 255, 186, 115, 1 ); }
.OrderingPage .package-Online { background-color: #eae7e6; }

.OrderingPage .package-Lite .pt-head,
.OrderingPage .package-Business .pt-head { background-color: rgba( 255, 180, 102, 1 ); }
.OrderingPage .package-Standard .pt-head { background-color: rgba( 255, 155, 51, 1 ); }
.OrderingPage .package-Plus .pt-head { background-color: rgba( 255, 130, 0, 1 ); }
.OrderingPage .package-Plus .pt-c-header { color: #FFF; }
.OrderingPage .package-Online .pt-head {background-color: rgba( 112, 97, 89, 1 ); }

.OrderingPage .pt-head { color: #FFF; height: 150px; overflow: hidden; padding-bottom: 20px; }
.OrderingPage .pt-head .pt-h-price { margin-bottom: 5px; margin-top: 0; }
.OrderingPage .pt-head small { font-size: 10px; font-weight: lighter;}
.OrderingPage .pt-content { padding: 15px 8px 254px; }
.OrderingPage .pt-c-header { color: #ff8200; }
.OrderingPage .pt-c-header p { border-bottom: 1px solid rgba( 205, 200, 197, 1 ); padding-bottom: 20px; }
.OrderingPage .pt-c-feats ul { list-style: none; margin: 0; padding: 0; }
.OrderingPage .pt-c-feats ul li { font-size: 15px; padding: 4px 0;  }
.OrderingPage .pt-c-feats ul ul { margin-left: 50px; }
.OrderingPage .pt-c-feats ul ul li { padding: 0; }
.OrderingPage .package-types .glyphicon { color: rgb( 69, 178, 148 ); padding-right: 10px; }
.OrderingPage .pt-c-f-get { bottom: 50px; position: absolute; }
.OrderingPage .pt-c-f-get h4 { font-weight: lighter; line-height: 1.4; margin-bottom: 30px;}
.OrderingPage .pt-c-f-get .btn { background-color: #00b592; font-size: 14px; font-weight: normal; min-width: 239px; padding: 15px 20px;  }
.OrderingPage .pt-c-f-get .btn.buynow{ margin-top: 15px; background-color: transparent; border: 1px solid #00b592; color: #00b592!important} 

.OrderingPage .pt-c-feats .pt-f-content ul { margin:0; padding: 0; list-style-type: circle; }
.OrderingPage .pt-f-content { padding-left: 12px; padding-top: 10px; }
.OrderingPage .pt-f-content p { margin-bottom: 2px; }
.OrderingPage .pt-c-f-buttons { padding-top: 30px; }

.OrderingPage .package-disclaimer { background-color: #f0efee; }
.OrderingPage .package-disclaimer p { color: #938982; font-weight: lighter; margin: 0; padding: 15px 0; }

.OrderingPage .add-ons { margin-top: 50px; }
.OrderingPage .ao-items { margin-top: 80px; }
.OrderingPage .ao-items img { padding: 5px 0; }
.OrderingPage .ao-items h3 { color: #ff8200; font-size: 25px; margin-top: 0; }
.OrderingPage .ao-items h4 { color: #ff8200; margin-bottom: 20px; }
.OrderingPage .ao-i-content { border-right: 1px solid #e9e6e5; }
/*.OrderingPage .ao-i-c-desc { padding-right: 102px; }*/
.OrderingPage .ao-i-c-desc ul { padding-left: 15px; }
.OrderingPage .ao-i-price { font-size: 45px; font-weight: lighter; }
.OrderingPage .ao-i-price small { display: block; font-size: 14px; line-height: 1.3; margin-top: 10px; }
.OrderingPage .ao-i-wrapper .btn { background-color: #00b592; font-weight: normal; padding: 10px 50px; margin-top: 10px; }
.OrderingPage .ao-i-wrapper .btn-trans,
.OrderingPage .add-ons-navigation .btn-trans { background-color: transparent; border: 1px solid #00b592; color: #00b592!important; }
.OrderingPage .add-ons-navigation { border-top: 1px solid #e9e6e5; margin-top: 30px; padding: 15px 0 0; }
.OrderingPage .add-ons-navigation .btn { border-radius: 18px; width: 120px; }

.OrderingPage .container-payment { width: 1170px; }
.OrderingPage .container-payment input[ type=submit ].btn {
    background-color: #00b592;
    font-size: inherit;
    font-weight: normal;
    margin-top: 0;
    padding:10px 20px;
}

.OrderingPage .payment-form { margin-top: 50px; }
.OrderingPage .payment-form fieldset { margin-top: 52px; width: 95%; }
.OrderingPage .payment-form fieldset.profile { margin-top: 30px; }
.OrderingPage .payment-form fieldset input[ type=text ],
.OrderingPage .payment-form fieldset input[ type=email ],
.OrderingPage .payment-form fieldset input[ type=password ],
.OrderingPage .payment-form select { background-color: #EEE; border: 1px solid #e9e6e5; border-radius: 2px; padding: 10px 15px; }
.OrderingPage .payment-form select { width: 100%; }
.OrderingPage .payment-form fieldset .col-md-12,
.OrderingPage .payment-form fieldset .col-md-6 { padding-right: 0; }
.OrderingPage .pf-form { border-right: 1px solid #e9e6e5;  }
.OrderingPage .pf-review { color: #706059; font-size: 15px; padding: 10px 40px 0 38px; }
.OrderingPage .pf-review .pf-r-wrap { border-bottom: 1px dotted #e9e6e5; padding: 40px 0; }
.OrderingPage .pf-review .pf-r-price { font-weight: lighter; }
.OrderingPage .pf-review .pf-r-title { position: relative; }
.OrderingPage .pf-review .pf-r-t-remove { align-items: center; cursor: pointer; display: flex; height: 100%; left: -10px; position: absolute; text-decoration: none; top: 0; }
.OrderingPage .pf-review .pf-r-t-remove:hover { color: #ff8200; }
.OrderingPage .pf-review .Product { padding-top: 18px; }
.OrderingPage .pf-review .Product,
.OrderingPage .pf-review .GrandTotal  { color: #ff8200; font-size: 18px; }
.OrderingPage .pf-review .GrandTotal { border-top: 2px solid rgb( 69, 178, 148 ); border-bottom: 2px solid rgb( 69, 178, 148 ); line-height: 1; padding: 25px 0; }
.OrderingPage .Product .pf-r-title { font-weight: bold; }
.OrderingPage .Product .pf-r-t-plus { display: none; }
.OrderingPage .GrandTotal .pf-r-title span { vertical-align: sub; }
.OrderingPage .GrandTotal .pf-r-price { color: rgb( 69, 178, 148 ); font-size: 24px; font-weight: bold; }

.OrderingPage .thank-you { background-color: #ff8200; color: #FFF; padding-top: 60px; }
.OrderingPage .thank-you .container { background: url( '../images/karan-mug.png' ) no-repeat left bottom transparent; min-height: 476px;  }
.OrderingPage .thank-you h1 { font-size: 50px; line-height: 1; }
.OrderingPage .thank-you h3 { font-weight: lighter; line-height: 1.3; margin-bottom: 40px; margin-top: 35px; }
.OrderingPage .thank-you .btn { font-size: 15px; padding: 12px 70px; }

.OrderingPage .os-step a { text-decoration: none; }
.OrderingPage .os-step a:hover { text-decoration: underline; }

.OrderingPage .product-global .p-pages { list-style: none; margin: 0; padding: 0; }
.OrderingPage .product-global .p-pages li { display: inline-block; padding: 0 10px;}
.OrderingPage .incl-gst { color: #FFF; font-size: 50%; white-space: nowrap; }
.OrderingPage .ao-i-price .incl-gst { color: #706059; display: inline; font-size: 30%;}
.OrderingPage .pf-r-price .incl-gst { color: inherit; display: block; font-size: 60%; }
.OrderingPage .GrandTotal .incl-gst { display: block; }

span.tags { font-size: 12px; }
.tag-link { font-size: 12px; text-decoration: none; }


.SupportPage .ps-banner .container { background: url( '../images/bg-support.png' ) no-repeat right bottom transparent; }
.SupportPage .ps-b-wrap { align-items: center; display: flex; flex-direction: column;  justify-content: center; min-height: 340px; padding-right: 65px; }
.SupportPage .ps-nav-link { background-color: rgba( 148, 138, 130, .1 ); padding: 32px 0; }
.SupportPage .ps-nav-link a { color: #706059; line-height: 18px; font-family: 'Fira Sans'; font-size: 15px; text-decoration: none; }
.SupportPage .ps-tl-nav ul { list-style: none; padding: 0; margin: 0; }
.SupportPage .ps-tl-nav li { display: inline-block; padding: 0 10px; }
.SupportPage .ps-section {  padding: 70px 0 0; }
.SupportPage .ps-section .container { border-bottom: 1px solid rgba( 148, 138, 130, 1 ); padding-bottom: 70px; }
.SupportPage .ps-section h2 { color: #ff8200; font-size: 40px; line-height: 48px; margin-bottom: 85px; }
.SupportPage .ps-oa-rows { margin-bottom: 80px; }
.SupportPage .ps-oa-rows:last-child { margin-bottom: 0; }
.SupportPage .ps-oa-rows h3 { font-size: 30px; font-weight: lighter; line-height: 36px; margin-top: 0; }
.SupportPage .oa-r-left { padding-left:70px; }
.SupportPage .oa-r-right { padding-right: 70px; }
.SupportPage .ps-oa-rows p { font-size: 18px; line-height: 28px; margin-bottom: 40px; }
.SupportPage .ps-oa-rows .btn { text-align: center; width: 200px; }
.SupportPage .ps-bottom { background-color: #ff8200; color: #FFF; }
.SupportPage .ps-bottom .container { border-bottom: none; }
.SupportPage .ps-bottom h2 { color: #FFF; }
.SupportPage .ps-b-right { padding-right: 65px; }
.SupportPage .ps-b-right p { font-size: 16px; line-height: 28px; }
.SupportPage .ps-b-content { align-items: center; display: flex; }
.SupportPage .ps-b-content img { max-width: 100%; }
.SupportPage .ps-b-nts { background: url( '../images/net-promoter-score-web.png' ) no-repeat center center transparent; background-size: contain; font-size: 125px; font-weight: bold; height: 380px; line-height: 50px; width: 100%; }
.SupportPage .ps-b-nts span { display: block; padding-top: 145px; text-align: center; }

.HomeSupport .ps-section { min-height: 800px; }
.HomeSupport .ps-section .container { border-bottom: none; }

.online-accounting .btn-orange,
.desktop-accounting .btn-orange,
.btn-orange { background-color: #ff8200; margin-top: 10px; }
.online-accounting .buynow { width: 95%; margin-left: 25px; margin-right: 15px; background-color: #FFF; font-size: 19px; color: #00b692 !important; padding: 10px 0; font-weight: 500; }

.PricingPage .pt-c-feats ul li { padding: 10px 0; }
.PricingPage .pt-content { padding-left: 0; padding-right: 0; }
.PricingPage .pt-c-f-get .btn { min-width: 0; width: 100%; }
.PricingPage .pt-c-f-get .btn-learn-more { padding-top: 10px; }
.PricingPage .pt-c-f-get .btn-learn-more .btn { background-color: transparent; border: 1px solid #00b592; color: #00b592!important; padding-top: 14px; padding-bottom: 14px }

.AccountingPage h1 { font-size: 40px; font-weight: bold; }
.AccountingPage #Banner { background-image: url( '../images/accounting/Accounting-bg-web.jpg' ); }
.AccountingPage #home_section2 .btn { font-size: 16px; font-weight: bold; margin-right: 20px; width: 180px; }
.AccountingPage #home_section2 .odd { margin-bottom: 0; }
.AccountingPage #home_section2 .img_section { text-align: left; }
.AccountingPage .featureContainer { padding-bottom: 0; }
.AccountingPage .featureContainer .row { margin-top: 0; }
.AccountingPage .featureContainer h2 { font-size: 40px; font-weight: bold; margin-bottom: 80px;  }
.AccountingPage .featureContainer .section { margin-top: 20px; }
.AccountingPage .keep-up-to-date { background-color: #706059; color: #FFF; }
.AccountingPage .kd-content { padding: 70px 20px 70px 15px; }
.AccountingPage .kd-bg { background: url( '../images/accounting/Accounting-bg-2-web.png' ) no-repeat right bottom transparent; }
.AccountingPage .kd-c-bg { background: url( '../images/accounting/Accounting-bg-3-web.png' ) no-repeat 40% bottom transparent; height: 272px; }
.AccountingPage .HomeSupport h2 { margin-bottom: 20px; }
.AccountingPage .HomeSupport a { color: #FFF; }
.AccountingPage .HomeSupport .ps-section { min-height: 0; }
.AccountingPage .dedicated-support { background: url( '../images/accounting/Accounting-bg-4-web.png' ) no-repeat 85% bottom transparent; padding: 150px 0; }
.AccountingPage .dedicated-support h3  { font-size: 28px; margin-bottom: 20px; }
.AccountingPage .dedicated-support p { font-size: 18px; }
.AccountingPage #FreeTrial { text-align: left; }
.AccountingPage #Form_DownloadTrialForm  { margin-left: 0; }
.AccountingPage #FreeTrial .column { padding-left: 15px; padding-right: 15px; }
.AccountingPage #FreeTrial .img-responsive { margin: 0 auto; }
.AccountingPage #FreeTrial p { font-size: 18px; }
.AccountingPage .want-more-information { background-color: #ff8200; color: #FFF; padding: 70px 0;}
.AccountingPage .want-more-information h2 { font-size: 40px; font-weight: bold; }
.AccountingPage .want-more-information p { font-size: 20px; }
.AccountingPage .want-more-information .btn { font-size: 16px; width: 200px; }

.AddonPage h1 { font-size: 40px; font-weight: bold; margin-bottom: 30px; margin-top: 0; }
.AddonPage .ao-heading { background: url( '../images/addon/web-addon-top.png' ) no-repeat center bottom #F1F0F0; padding: 100px 0; text-align: center; }
.AddonPage .ao-heading p { font-size: 18px; line-height: 28px;}
.AddonPage .ao-p-panel { padding: 100px 0; text-align: center; }
.AddonPage .ao-p-panel:nth-child( even ) { background-color: #F1F0F0; }
.AddonPage .ao-p-panel h2 { font-size: 28px; font-weight: bold; margin-bottom: 0; }
.AddonPage .ao-p-panel ul { list-style: none; margin: 0; padding: 0; }
.AddonPage .ao-p-panel li { display: inline-block; margin-top: 60px; padding-right: 100px; text-align: left; vertical-align: middle; }
.AddonPage .ao-p-panel.panel-three li { padding-right: 120px; }
.AddonPage .ao-p-panel li:nth-child( 4 ),
.AddonPage .ao-p-panel li:last-child,
.AddonPage .ao-p-panel.panel-two li:last-child,
.AddonPage .ao-p-panel.panel-three li:nth-child( 4 ) { padding-right: 0; }
.AddonPage .ao-p-panel.panel-four h2 { line-height: 34px; }
.AddonPage .ao-p-panel.panel-two li { padding-right: 58px; }
.AddonPage .ao-p-panel.orange-bg { background-color: #ff8200; }
.AddonPage .ao-p-panel.orange-bg p { color: #FFF;  font-size: 28px; font-weight: lighter; line-height: 42px; }
.AddonPage .ao-p-panel .btn  { font-size: 14px; margin-top: 40px; min-width: 320px; }
.AddonPage .ao-p-panel.panel-pad .container { width: 56%; }

.KeyTaxPage h1 { font-size: 30px; line-height: 30px; margin-bottom: 40px; margin-top: 0; }
.KeyTaxPage table { margin-top:; }
.KeyTaxPage table th { color: #ff8200; font-size: 18px; font-weight: bold; }
.KeyTaxPage table ul { margin: 0; padding-left: 15px; }
.KeyTaxPage table li { margin-bottom: 10px; padding-left: 15px; }
.KeyTaxPage .k-content { margin-top: 68px; padding-bottom: 60px; }
.KeyTaxPage .k-c-c-date { padding-left: 10px; width: 25%; }
.KeyTaxPage .k-c-c-category { width: 25%; }
.KeyTaxPage .k-c-c-desc { padding-right: 20px; width: 50%; }
.KeyTaxPage .top-slider { background-color: #efedec; padding: 15px 0;}
.KeyTaxPage .top-slider ul { list-style: none; margin: 0; padding: 0; }
.KeyTaxPage .top-slider li { text-align: center; }
.KeyTaxPage .top-slider a { font-size: 17px; font-weight: bold; text-decoration: none; }
.KeyTaxPage .top-slider .current a,
.KeyTaxPage .top-slider li a:hover { color: #ff8200; }
.KeyTaxPage .top-slider .slick-arrow:before { background-color: #f7f7f6; border: 1px solid rgba( 180, 179, 179, .53 ); border-radius: 2px; padding: 6px 8px;  }
.KeyTaxPage .top-slider .slick-prev { left: -40px; }
.KeyTaxPage .top-slider .slick-prev:before { content: "\e257"; }
.KeyTaxPage .top-slider .slick-next { right: -40px; }
.KeyTaxPage .top-slider .slick-next:before { content: "\e258"; }
.KeyTaxPage .k-c-filter { margin-top: 112px; }
.KeyTaxPage .k-c-filter h4 { font-size: 16px; margin: 0; }
.KeyTaxPage .k-c-f-heading { background-color: #706159; border-top-left-radius: 2px; border-top-right-radius: 2px; color: #FFF; padding: 18px 26px; }
.KeyTaxPage .k-c-f-form { background-color: #efedec; border: 1px solid rgba( 180, 179, 179, .53 ); border-radius: 2px; border-top-left-radius: 0; border-top-right-radius: 0; padding: 18px 26px; }
.KeyTaxPage .k-c-f-form select { background-color: #f7f7f6; border: 1px solid rgba( 180, 179, 179, .53 ); border-radius: 2px; margin-top: 10px; padding: 10px 15px; width: 100%;  }
.KeyTaxPage .k-c-f-form .btn { margin-top: 15px; width: 100%; }
.KeyTaxPage .no-pad-right { padding-right: 0; }

.Homepage .hp-section .title { font-size: 40px; font-weight: bold; padding: 48px 0;  }
.Homepage .hp-section.newer .title{padding: 0;}
.Homepage .hp-section.newer .title h1, .Homepage .hp-section.newer .title h2, .Homepage .hp-section.newer .title h3 {font-size: 35px; padding: 78px 0; margin: 0; text-align: center;}
.Homepage .hp-section.newer.cashmanager-products .title h2 {padding-bottom: 20px;}
.Homepage .hp-section.newer.cashmanager-products .title h3 {margin: 0 0 20px; padding: 0;}

.Homepage .banner { background: url( '../images/web-banner-new-1.png' ) no-repeat center top transparent;  }
.Homepage .banner { position: relative; }
.Homepage .banner #Bannercontent { margin-top: 50px;  }
.Homepage .banner #Bannercontent.newer { margin-top: 0px;  }
.Homepage .banner #Bannercontent div { font-weight: 400; }
.Homepage .banner .b-left { color: #706159; min-height: 638px; }
.Homepage .banner .b-right { background-color: #4fba9c; color: #FFF; padding-bottom: 75px;}
.Homepage .banner .b-right .title { font-size: 35px; line-height: 36px; }
.Homepage .banner .b-r-wrapper { padding: 0 29px; }
.Homepage .banner .b-r-img { margin-top: 30px; }
.Homepage .banner .b-r-intro { font-size: 15px; line-height: 16px; margin-top: 30px; }
.Homepage .banner .b-r-download { margin-top: 20px; }
.Homepage .banner .b-r-download .btn { background-color: #FD8223; }
.Homepage .banner .title { padding-bottom: 0; }
.Homepage .banner .b-r-green { background: url( '../images/web-green-bottom.png' ) repeat center center transparent; bottom: 0; height: 64px; position: absolute; right: 0; width: 100%; }
.Homepage a.more:link, .Homepage  a.more:visited{font-size: 14px; font-weight: 500; text-decoration: none;color: #4fba9c;}


.Homepage .section-nav { box-shadow: 1px 2px 5px #DDD; padding: 25px 0; text-align: center;  }
.Homepage .section-nav ul { line-height: 1; list-style: none; margin: 0; padding: 0; }
.Homepage .section-nav li { display: inline-block; line-height: 1; padding: 0 30px; }
.Homepage .section-nav a  { font-size: 15px; font-weight: 500; text-decoration: none; letter-spacing: 1px;}
.Homepage .section-nav li:hover a,
.Homepage .section-nav .active a { color: #ff8200; }
.Homepage .why-cashmanager { padding-bottom: 120px; position: relative;}
.Homepage .why-cashmanager.newer {padding-bottom: 72px;}
.Homepage .why-cashmanager .title { text-align: center; }
.Homepage .why-cashmanager.hp-section.newer .title h2 {padding-top: 300px}
.Homepage .why-cashmanager .wc-thumb { align-items: center; display: flex; height: 265px; padding: 0 30px; }
.Homepage .why-cashmanager p { font-family: 'Fira Sans'; font-size: 25px; font-weight: 300; letter-spacing: -1.7px; line-height: 30px; }
.Homepage .why-cashmanager.newer h3{font-size: 18px;font-weight: 700; margin-bottom: 20px; min-height: 38px;}
.Homepage .why-cashmanager.newer h3 a { text-decoration: none; }
.Homepage .why-cashmanager.newer p {font-size: 14px;letter-spacing: 0.3px; line-height: 22px; min-height: 88px;}
.Homepage .why-cashmanager .btn { margin-top: 30px; min-width: 145px; }
.Homepage .why-cashmanager.newer .nps { max-width: 175px; margin: 0 auto;  }
.Homepage .why-cashmanager.newer .nps-wrapper { position: relative; }
.Homepage .why-cashmanager.newer .nps-value { color: #FFF; font-size: 40px; font-weight: bold; position: absolute; top: 45px; width: 100%;  }
.Homepage .why-cashmanager.newer .nps-text { bottom: 64px; color: #FFF; font-size: 13px; font-weight: bold; line-height: 15px; position: absolute; width: 100%;  }
.Homepage .why-cashmanager.newer .nps-text span { display: inline-block; width: 116px; }


.Homepage .screenshot { background-color: #E8E7E6; min-height:450px; }
.Homepage .screenshot.newer {background-color: rgba(112, 96, 89, 0.05); margin-top: -10px;background: linear-gradient(to right, #e6e6e4 0%, #e6e6e4 50%, #f3f3f3 50%, #f3f3f3 100%)}
.Homepage .screenshot .s-img-wrapper { position: relative; }
.Homepage .screenshot .s-img { position: absolute; top: -55px; width: 100%; }
.Homepage .screenshot .s-img img { margin: 0 auto;}
.Homepage .screenshot.newer .s-img { position: relative; top: 0; margin:50px 0 -185px;}
.Homepage .screenshot.newer .title h1{padding-top: 53px;}
.Homepage .screenshot .nps { max-width: 175px; position: absolute; right: 5%; top: -54px; z-index: 10; }
.Homepage .screenshot .nps-wrapper { position: relative; }
.Homepage .screenshot .nps-value { color: #FFF; font-size: 40px; font-weight: bold; position: absolute; top: 45px; width: 100%;  }
.Homepage .screenshot .nps-text { bottom: 70px; color: #FFF; font-size: 12px; font-weight: bold; line-height: 13px; position: absolute; width: 100%;  }
.Homepage .screenshot .nps-text span { display: inline-block; width: 100px; }
.Homepage .screenshot .s-content { padding-bottom: 50px; padding-top: 290px; }
.Homepage .screenshot.newer .s-content { padding-bottom: 50px; padding-top: 50px; }
.Homepage .screenshot .s-c-icon { height: 23px; }
.Homepage .screenshot .s-c-content h3 { font-size: 16px; font-weight: 700; margin:42px 0 20px;}
.Homepage .screenshot.newer .s-c-content h3{font-size: 20px; letter-spacing: 0.36px;color: #fc6d08;}
.Homepage .screenshot .s-c-content p { font-size: 14px; font-weight: 300; }

.Homepage .academy { background-color: #FD8223; color: #FFF; padding-top: 62px; }
.Homepage .academy .container { background: url( '../images/web-bg-academy.png' ) no-repeat right bottom transparent; }
.Homepage .academy .title { line-height: 40px; padding: 0 175px 50px 0; }
.Homepage .academy .a-content { padding: 0 75px 62px 15px; }
.Homepage .academy .a-content p { font-weight: 300; }
.Homepage .academy .a-c-read-more { margin-top: 30px; }
.Homepage .academy .a-c-read-more .btn { min-width: 180px; }

.Homepage .featureContainer p { font-size: 12px; font-weight: 300; line-height: 14px; }
.Homepage .featureContainer.newer p{font-size: 14px; line-height: 20px;min-height: 60px;}
.Homepage .featureContainer .btn,
.Homepage .featureContainer .a { background-color: transparent; border: none;  color: #00b592 ! important; font-size: 12px; font-weight: 300; }
.Homepage .featureContainer.newer .btn,
.Homepage .featureContainer.newer .a {font-size: 14px;}
.Homepage .featureContainer hr { border-color: transparent; box-shadow: 0 1px 1px #938982; margin-bottom: 40px; }
.Homepage .featureContainer .section_content { padding-bottom: 0; }

.Homepage .testimonial { background-color: #e8e7e5; }
.Homepage .testimonial .t-item { background-color: #706059; color: #FFF; height: 566px; overflow: hidden; }
.Homepage .testimonial .t-item.dark { background-color: #50453f; }
.Homepage .testimonial .t-item > .row { height: 100%; padding-bottom: 60px; position: relative; }
.Homepage .testimonial.newer .t-item > .row img{width: 100%; height: auto;}
.Homepage .testimonial .t-i-content { font-size: 13px; padding: 30px 15px 0; }
.Homepage .testimonial.newer .t-i-content{font-size: 16px;}
.Homepage .testimonial .t-i-content a { color: #FFF; }
.Homepage .testimonial .t-i-content:before {
    content: '';
    background: url( ../images/web-testi-quote.png ) no-repeat center center transparent;
    text-align: center;
    width: 25px;
    height: 21px;
    display: inline-block;
    margin-bottom: 30px;
}
.Homepage .testimonial .t-i-c-text { font-style: italic; font-weight: 300; }
.Homepage .testimonial .t-i-c-title { font-style: italic; font-weight: bold; margin-bottom: 0; }
.Homepage .testimonial .t-i-c-sub { font-style: italic; }
.Homepage .testimonial .t-i-person { padding: 0 30px; position: absolute; text-align: center; top: 475px; width: 100%; }

.Homepage .cashmanager-products { background-color: #FD8223; color: #FFF; padding: 0 0 70px; }
.Homepage .cashmanager-products .cp-p-product { height: 150px; margin-right: 10px; width: 235px; }
.Homepage .cashmanager-products .cp-p-product a:link, .Homepage .cashmanager-products .cp-p-product a:visited{text-decoration: none; color: #FFF}
.Homepage .cashmanager-products.global .cp-p-product { height: 121px; }
.Homepage .cashmanager-products .cp-p-p-wrapper { padding: 23px 8px; }
.Homepage .cashmanager-products .name,
.Homepage .cashmanager-products .price { font-size: 25px; font-weight: bold; margin: 0;}
.Homepage .cashmanager-products.newer .from{font-family: 'Fira Sans';font-size: 16px;font-style: italic;font-weight: 300;margin: 10px 0;}
.Homepage .cashmanager-products .price { font-size: 22px; }
.Homepage .cashmanager-products.newer .price span{font-weight: 300;}
.Homepage .cashmanager-products .summary { font-size: 10px; font-style: italic; font-weight: 300; margin-top: 10px; display: none;}
.Homepage .cashmanager-products.global .summary{display: block;}
.Homepage .cashmanager-products .product-lite { background-color: #ff9b33; }
.Homepage .cashmanager-products .product-standard { background-color: #ffc180; }
.Homepage .cashmanager-products .product-plus { background-color: #ffe0bf; color: #ff8200; }
.Homepage .cashmanager-products .product-plus a:link, 
.Homepage .cashmanager-products .product-plus a:visited{text-decoration: none; color: #ff8200}
.Homepage .cashmanager-products .product-business, .Homepage .cashmanager-products .product-business a, .Homepage .cashmanager-products .product-business a:link, .Homepage .cashmanager-products .product-business a:visited { background-color: #FFF; color: #ff8200; }
.Homepage .cashmanager-products .product-online.cp-p-product {background-color: #FFF;}
.Homepage .cashmanager-products .product-online.cp-p-product a{color:#ff8200;}
.Homepage .cashmanager-products .cp-p-read-more { margin-top: 30px; }
.Homepage .cashmanager-products .cp-p-global { font-style: italic; margin-top: 20px; }
.Homepage .cashmanager-products .cp-p-global a { color: #FFF; }
.Homepage .cashmanager-products .btn-white { background-color: #FFF; color: #00b592 !important; }
.Homepage .cp-product-container{margin: 0 auto; display:inline-flex;}
.Homepage .newer .cp-product-container .p-g-o {margin-right: 10px;}

.Homepage .freetrial .btn.buynow { background-color: #FD8223; color: #FFF ! important; width: 255px; margin-left: 15px; padding: 10px 15px; font-size: 20px; }

.christmas-banner { background-color: #E8E7E5; font-size: 12px; padding: 40px 0 20px; text-align: center; }
.christmas-banner ul { list-style: none; margin: 0; padding: 0; }

.DownloadEbookPage .de-section { padding-bottom: 100px; }
.DownloadEbookPage .de-section .title { background-color: rgb( 69, 178, 148 ); color: #FFF; margin-bottom: 50px; text-align: center; }
.DownloadEbookPage .de-content { background-color: #E8E7E6; padding: 50px 50px 50px 80px;  }
.DownloadEbookPage .de-content h2,
.DownloadEbookPage .de-content h4 { text-align: center; }
.DownloadEbookPage .de-c-content { padding-top: 70px;  }
.DownloadEbookPage .de-c-content .left { width: 52%; }
.DownloadEbookPage .de-c-content .right { width: 48%;  }

.DownloadEbookPage .de-form h3 { color: #ff8200; margin-bottom: 30px; text-align: center;  }
.DownloadEbookPage .de-form label { display: none; }
.DownloadEbookPage .de-form input[type=text], 
.DownloadEbookPage .de-form input[type=email] { background-color: #fff; border: 1px solid #bbb; border-radius: 2px; padding: 4px 10px; }
.DownloadEbookPage .d-f-wrapper { box-shadow: 0px 3px 5px #AAA; padding: 10px 20px 40px; }
.DownloadEbookPage .de-form input[type=submit] { background-color: rgb( 69, 178, 148 ); font-weight: normal; margin-top: 10px; padding: 5px 0; width: 100%; }
.DownloadEbookPage .de-form .error { margin-bottom: 5px;  }
.DownloadEbookPage .de-form input[type=text].error,
.DownloadEbookPage .de-form input[type=email].error { border: 1px solid #FFCCCC; background-color: #FF9494; color: #FFCCCC; }


.ezifeed-signup-form .change-country { background-color: #F1F1F1; background-position-x: 98%; }

.blog-categories { background-color: #44b293; margin-top: 50px; padding: 15px 0; }
.blog-categories a { color: #FFFFFF; font-size: 13px; font-weight: normal; text-decoration: none; }
.blog-categories ul { list-style: none; margin: 0; padding: 0; }
.blog-categories li { opacity: 0.6; padding-right: 20px; }
.blog-categories li.active,
.blog-categories li:hover { opacity: 1; }

.blog-list { margin-top: 50px; }
.bl-item { padding-bottom: 12px; }
.bl-wrapper { background: url( '../images/placeholder.jpg' ) no-repeat center center transparent; background-size: cover; height: 200px; position: relative; }
.bl-wrapper .bl-w-overlay { background-color: rgba( 0,0,0,.3 ); height: 100%; position: absolute; width: 100%; z-index: 1; }
.bl-wrapper .bl-w-orange { background-color: #ff8200; display: none; height: 100%; position: absolute; width: 100%; z-index: 2; }
.bl-wrapper:hover .bl-w-orange { display: block; }
.bl-wrapper .bl-content { bottom: 0; color: #FFF; font-weight: normal; height: 50%; left: 0; line-height: 19px;  padding: 16px; position: absolute; width: 100%; z-index: 3; }
.bl-wrapper .bl-content h2 { font-size: 15px; font-weight: normal; margin: 0; }
.bl-wrapper .bl-content h3 { font-size: 10px; font-weight: normal; margin-top: 15px; }

.bl-w-o-socials  { margin-top: 20px; padding: 0 25px; text-align: right; }
.bl-w-o-socials .stButton { margin-right: 0; }
.bl-w-o-socials .stButton .chicklets { background: none; color: #FFF; font-family:'FontAwesome'; font-size: 14px; padding: 0;}
.bl-w-o-socials .stButton .chicklets:hover { color: #d0011b ; }
.bl-w-o-socials .stButton .chicklets.facebook:before { content: "\f09a";  }
.bl-w-o-socials .stButton .chicklets.twitter:before { content: "\f099"; }
.bl-w-o-socials .stButton .chicklets.linkedin:before { content: "\f0e1"; }
.bl-w-o-socials .stButton .chicklets.googleplus:before { content: "\f235"; font-family: "Ionicons";}
.bl-w-o-socials .stButton .chicklets.googleplus { font-size: 18px; vertical-align: bottom; }
.bl-w-o-view-icon { margin-top: 40px; }

.bl-search-label { margin-bottom: 50px; }

.bh-search { margin-top: 30px; }
.bh-search .bh-s-field input { background-color: #f6f6f6; font-size: 13px; padding: 10px 15px; }
.bh-search .bh-s-submit input { background-color: #44b293; font-size: 13px; font-weight: normal; margin-top: 0; padding: 10px 28px; }

.blog-pagination { margin-top: 40px; }
.blog-pagination .pagination { margin: 0; padding: 0; list-style: none; }
.blog-pagination li { background-color: rgba(112, 96, 89, 0.5); border: none; border-radius: 3px; display: block; float: left; height: 23px; margin-right: 6px; text-align: center; width: 23px; }
.blog-pagination li a { background: none; border: none; color: #FFFFFF; float: none; font-size: 13px; font-weight: bold; line-height: 23px; padding: 0; }
.blog-pagination li:hover,
.blog-pagination li.active { background-color: #ff8200; color: #FFF; }
.blog-pagination li.active a { background: none; }
.blog-pagination li.next,
.blog-pagination li.prev{ background-color: #4a4a4a; width: 15px; }
.blog-pagination li a:hover { background-color: transparent; color: #FFF; }

.blog-breadcrumb { margin-top: 20px; }
.blog-breadcrumb .bb-l-wrap { border-bottom: 1px solid #979797; color: #706059; font-size: 11px; padding-bottom: 6px; }
.blog-breadcrumb .bb-l-wrap a { color: #706059; font-size: 11px; text-decoration: none; }
.blog-breadcrumb .bb-l-wrap a:hover { color: #44b293; }
.blog-breadcrumb .bb-l-wrap span { padding: 0 5px; }
.blog-breadcrumb .bb-l-wrap .bb-l-w-home { padding-left: 0; }
.blog-breadcrumb .bb-l-wrap .current { color: #44b293; }
.blog-content { margin-top: 35px; }

.bc-featured-image { background: url( '../images/placeholder.jpg' ) center center transparent; background-size: cover; height: 307px; width: 100%; }
.bc-meta { margin-top: 35px; }
.bc-meta h1 { color: #706059; font-size: 22px; margin: 0; }
.bc-meta .bl-w-o-socials { margin: 0; padding: 0; }
.bc-meta .bl-w-o-socials .chicklets {  color: #4a4a4a;; font-size: 15px; }
.bc-meta .bc-m-a-wrap { border-top: 1px solid #979797; margin-top: 10px; padding-top: 10px; }
.bc-meta .bc-m-author { color: #706059; font-size: 11px; }
.bc-content { margin-top: 35px; padding-bottom: 35px; }
.bc-content, 
.bc-content p { font-size: 11px; }
.bc-c-cat h4 { color: #4a4a4a; font-size: 13px; margin-top: 0; text-transform: uppercase; }
.bc-c-cat ul { list-style: none; padding: 0; margin: 0; }
.bc-c-cat a { color: #4a4a4a; font-size: 11px;  font-weight: 500; text-decoration: none; }
.bc-c-cat a:hover { color: #44b293; }

.DownloadConfirm .page-title{display: none;}
#DownloadContainer .step.first {padding-top: 40px}
#DownloadContainer .step.last {margin-bottom: 40px}
#DownloadContainer .brdme{border-left: 1px solid #ececec; padding-bottom: 40px}
#DownloadContainer .brdme img{margin-left: 10px; margin-right: 5px}
#DownloadContainer .containthis{border-right: 1px solid #ececec}
#DownloadContainer video{  height: auto; margin-top: 265px; width: 100%;}

#DownloadContainer h2 { color: #706059; font-family: 'Fira Sans'; font-size: 40px; font-weight: 700; line-height: 52px; letter-spacing: 1.7px; margin-bottom: 32px }
#DownloadContainer p { color: #706059; font-family: 'Fira Sans'; font-size: 15px; font-weight: 500; letter-spacing: 0.2px; line-height: 19px; }
#DownloadContainer .step { font-family: 'Fira Sans'; font-size: 13px; font-weight: 400;  letter-spacing: 0.15px; }
#DownloadContainer .step span { padding-bottom: 45px; float: left; margin-right: 15px; }
#Form_DownloadTrialForm_CaptchaQuestion::-ms-expand, #change_country::-ms-expand, select::-ms-expand { display: none; }

.sticktobottom{position: absolute; bottom: 0; width: 100%}

.loader { border: 16px solid #f3f3f3;  border-top: 16px solid #3498db;   border-radius: 50%; width: 120px; height: 120px; animation: spin 2s linear infinite; position: absolute; left: 50%; top: 50%; margin-left: -120px; margin-top: -120px; }
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#processString{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 10;
  text-align: center;
  display: none;
}
.ProcessingOrder{
  position: absolute; left: 50%; top: 50%; margin-left: -120px; margin-top: 20px; 
}

.DownloadEbookPage .de-c-content img {
    position: relative;
    max-width: 200%;
    width: 130%;
    left: -56px;
}

#EbookSection{background-color: #4fba9c; color: #FFF; padding:38px 0;}
#EbookSection.hp-section .title{font-size: 35px; padding: 48px 0;}
#EbookSection.hp-section .btn{background-color: #ff8200;color: #FFF;}
#EbookSection.hp-section .b-r-intro{font-weight: 400; margin-bottom: 50px; font-size: 18px;}
#EbookSection .b-r-img img{max-width: 100%; display: block; margin: 50px auto 0;}
#EbookSection .row > div:first-child{padding-left: 90px;}

#FreeTrial.newer .title h1{padding-bottom: 30px;}

#OSXMessage { display: none; margin: 0;}
#OSXMessage .col-md-12 { padding: 0; }
#OSXMessage p { margin: 0; }
#OSXMessage .osx-message { background-color: #706059; color: #FFF; padding: 10px; }
#OSXMessage .osx-message a { color: #FFF; }

/*Global*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
}

.btn {
  border: inherit;
  border-radius: 25px;
  color: #FFF!important;
  background-color: #00b592;
  font-size: inherit;
  font-weight: normal;
  margin-top: 0;
  padding:10px 20px;
  outline: none;
  text-decoration: none!important;
}
.btn:hover, input.btn:hover {
  color: #ececec
}
.btn:focus, .btn:active:focus { 
    outline: none;   
}
.alert .close{
  text-decoration: none
}
.hide{
  display: none
}
.Logobelow{
  font-size: 10px;
  font-family: 'Unica One', cursive;
  width: 147px;
  text-align: right;
  color: #FFF;
  letter-spacing: -0.1px
}
.logotext{
  font-family: 'Fira Sans';
  font-weight: 500;
  color: #FFF;
  border-right: 1px solid #FFF;
  padding-right: 7px;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0
}
.ui-slider-handle:focus {
  outline: none
}
.ui-slider-handle {
  padding: 0;
  top: 0!important;
  width: 30px!important;
  font-weight: bold!important;
  height: 22px!important;
  letter-spacing: 0!important;
  text-align: center;
  font-family: 'Fira Sans', sans-serif!important;
}
.ui-slider-horizontal {
  height: 24px!important;
}
.logotext span{
  padding-left: 3px
}


/* .logotext br{
  display: none;
} */

/*Navigation*/
.dropdown-menu {
  min-width: 200px;
  background-color: #fe9a36
}
.dropdown-menu.multi-column{
  left:0;
}
.dropdown-menu.columns-2 {
  min-width: 360px;
  left: 0;
}
.dropdown-menu.columns-3 {
  min-width: 680px;
  left: 0;
}
.dropdown-menu li a {
  padding: 5px 0;
  font-size: 14px
}
.multi-column-dropdown {
  list-style: none;
  margin: 35px 0px 35px 0px;
  padding: 0
}
.multi-column .col-sm-4 .multi-column-dropdown {
  margin-top: 0
}
.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #FFF;
  white-space: normal;
  text-decoration: none;
  text-transform: capitalize;
}
.multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #954c00
}
.multi-column .col-sm-4{
  margin-top: 35px
}
.multi-column .col1, .multi-column .col2, .multi-column .col3{
  margin-top: 35px
}
.multi-column  div.title{
  margin-top: 0;
  padding-top: 0!important
}
.multi-column .col1 .multi-column-dropdown, .multi-column .col2 .multi-column-dropdown, .multi-column .col3 ul{
  margin-top: 0
}
.multi-column .col-sm-4:nth-child(3), .multi-column  .col3{
  height: 100%;
  border-left: 1px solid #FFF;
  position: relative;
  min-height: 320px;
}
.multi-column .col-sm-4:nth-child(1), .multi-column  .col1{
  height: 100%;
  border-right: 1px solid #FFF;
  position: relative;
  min-height: 320px;
  margin-bottom: 30px;
}
.multi-column .col-sm-4:nth-child(3) ul .title, .multi-column  .col3 ul .title{
  padding-top: 0;
  margin-top: 0;
}
.accountants .multi-column .col-sm-4{
  min-height: 167px
}
.accountants .multi-column .col-sm-4 ul{
  margin-bottom: 0
}
.accountants .multi-column {
  left: -235px
}
.businesses .multi-column {
  left: -130px
}
/*.multi-column .col-sm-4:nth-child(3) ul, .multi-column .col-sm-4:nth-child(1) ul{
  margin-top: 0;
  margin-bottom: 0
  }*/
  .multi-column .col-sm-4:nth-child(3) ul li:first-child a, .multi-column  .col3  ul li:first-child a{
    padding-top: 0
  }
  .multi-column .col-sm-4:nth-child(3) ul li a, .multi-column .col3 ul li a{
    font-weight: bold;
  }
  .multi-column .col-sm-4:nth-child(2), .multi-column .col2{
    padding-left: 30px;
    padding-right: 15px;
  }
  #navbar .more .col-sm-6:nth-child(2) {
    border-left: 1px solid #FFF;
    margin: 35px 0 25px 0
  }
  #navbar .more .col-sm-6:nth-child(2) ul{
    margin-top: 0px;
    margin-bottom: 0
  }
  #navbar .title{
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px 20px 0px;
    color: #FFF
  }
  #navbar .freetrial, #navbar .buynow-btn{
    /*background-color: #fe9a36;*/
    background-color: #FFF;
    border-radius: 5px!important;
    padding:10px !important;
    color: #ff8200!important;
    margin: 3px 3px 0 0!important;
    opacity:1!important;
    height: auto!important;
    box-shadow: none!important
  }
  #navbar .freetrial:hover,
  #navbar .freetrial:focus,
 
  #navbar .buynow-btn:hover,
  #navbar .buynow-btn:focus
  {
 
    color: #FFF!important;
    background-color: #d54327!important;
    border-radius: 5px;
    border:transparent!important;
  }
  #navbar .buynow{
    margin: 3px 0px 0 0!important;     
  }
  .features-2{
   columns: 2;
   -webkit-columns: 2;
   -moz-columns: 2;
   margin-bottom: 0
 }
 .features-2 li  {
  -webkit-column-break-inside: avoid; /* Chrome, Safari */
  page-break-inside: avoid;           /* Theoretically FF 20+ */
  break-inside: avoid-column;         /* IE 11 */
  display:table;        
}
.arrow{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #FFF transparent transparent transparent;
  padding: 0;
  margin-top: 35px;
}
#NavContainer{
  background-color: #ff8200;
  min-height: 80px
}
#NavContainer .navbar-brand{
  margin: 20px 0 0 0;
  padding: 0;
  height: 40px;
  text-decoration: none;
}
#NavContainer .navbar-brand #logo, #TopFooter #logo{
 width: 162px;
 image-rendering: auto;
}
#NavContainer #navbar{
  padding-top: 20px;
}
#NavContainer .navbar-nav>li>a{
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  padding:  0 0 10px 0;
  margin: 14px 7px 29px;
  font-family: 'Fira Sans', sans-serif;
  opacity: 0.3;
  letter-spacing: 0.3px
}
#NavContainer .navbar-nav>li:hover > a,
#NavContainer .navbar-nav>li>a:hover, 
#NavContainer .navbar-nav>li>a:focus,
#NavContainer .nav .open > a, 
#NavContainer .nav .open > a:hover, 
#NavContainer .nav .open > a:focus
{
  background-color: transparent;
  color: #000;
  opacity: 1;
  /*border-bottom: 3px solid #706059;
  margin-bottom: 25px;
  */
  height: 3px;
  box-shadow: 0 25px 0 -3px #706059;
  border-radius: 10px;
  margin-bottom: 49px;
}
ul.optionset {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}
/*Banner*/
#Banner{
  color: #706059;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../images/banner.jpg);
  min-height: 638px;
  background-size: auto 100% ;
  background-position: center;
  background-repeat: no-repeat;
}
#Heading .title{
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
#Heading .subtitle{
 font-size: 14px;
 text-align: center;
 font-weight: 300;
}
#Heading .subtitle h2 {
    font-size: 25px;
    font-weight: 300;
    margin: 0;
    text-transform: capitalize;
}
#Heading .subtitle h2.orange {
    color: #fc6d08;
    font-weight: 700;
    margin-top: 48px;
    margin-bottom: 23px;
}
#Bannercontent {
  margin-top: 157px
}
#Bannercontent h3{
  margin: 0 0 25px 0;
  font-weight: bold;
  font-size: 28px
}
#Bannercontent .btn{
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 19px;
  border-radius: 20px;
  padding: 15px 25px;
  font-weight: 500px
}
#Bannercontent .right{
  text-align: right;
}
#Bannercontent div{
  font-size: 18px;
  font-weight: 500;
}
.bannerline{
  background-color: #706159;
  padding-top:70px;
  padding-bottom: 70px;
  text-align: center;
  font-size: 20px;
  color: #FFF;
  line-height: 34px
}
#home_section2 .odd .img_section{
  text-align: right;
}
#home_section2 .img_section img{
  width: 100%;
  max-width: 386px
}
#home_section2 .row{
  margin-bottom: 70px
}
.featureContainer{
  background-color: #f3f3f3;
  padding-top: 60px;
  padding-bottom: 60px
}
.featureContainer .section_title{
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 50px;
  word-spacing: -2px;
}
.featureContainer hr{
  border-color: #928781
}
.featureContainer .section{
  text-align: center;
  color: #706159;
}
.Homepage .hp-section.newer.featureContainer .title h2{
  color:#706159;
  padding-bottom: 32px;
}
.Homepage .hp-section.newer.featureContainer .subtitle {
    padding-bottom: 94px;
    font-size: 18px;
    text-align: center;
}
.featureContainer .section h3{
  font-size: 15px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px
}
.featureContainer .section_content{
  padding: 10px 0px;
  font-size: 16px;
  line-height: 28px
}
.featureContainer img.homeicon{
  height:   25px
}
#FreeTrial{
  background-color: #44a48e;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
  color: #FFF;
  background-image: url('../images/gradient_trial.jpg');
  background-size: cover;
  background-position: center;
}
#FreeTrial form{
  margin-top: 40px
}
#FreeTrial input[type=text],
#FreeTrial input[type=email],
#FreeTrial input[type=phone],
#FreeTrial input[type=number],
#FreeTrial textarea{
  border:none;
  background-color: #6ac1a9;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  outline: none;
  -moz-appearance: none;
  color: #FFF!important
}
#FreeTrial label{
  margin: 15px 0 0 0 
}
#FreeTrial label.error{
  text-align: left;
  margin: 0 0 15px 0;
  display: block;
  font-weight: normal;
  font-style: italic;
  color: #FF9494
}
#FreeTrial #ExistingCashManagerUser label.error, #FreeTrial #HowDidYouHear label.error,
#FreeTrial .col-md-12 label.error{
  text-align: center;
}
#FreeTrial input.error, 
#FreeTrial select.error, 
#FreeTrial textarea.error, 
#FreeTrial select.captcha-error, 
select.captcha-error{
  border:1px solid #FFCCCC;
  background-color: #FF9494;
  color: #FFCCCC;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
}
#FreeTrial select{
  border:none;
  background-color: #6ac1a9;
  border-radius: 5px;
  padding: 15px 55px 15px 15px;
  margin-bottom: 10px;
  -webkit-appearance: none;
  outline: none;
  -moz-appearance: none;
  background-image: url('../images/dropdown.png');
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
  color: #FFF
}
#FreeTrial select option:first-child{
  color: #b5e0d4;
}
#FreeTrial ::-webkit-input-placeholder {
 color: #b5e0d4;
}
#FreeTrial :-moz-placeholder { /* Firefox 18- */
 color: #b5e0d4;  
}
#FreeTrial ::-moz-placeholder {  /* Firefox 19+ */
 color: #b5e0d4;  
}
#FreeTrial :-ms-input-placeholder {  
 color: #b5e0d4;  
}
#FreeTrial .submit, #FreeTrial input[type=submit]{
 border: none;
 background-color: #FFF!important;
 border-radius: 25px;
 padding: 18px 70px 17px 70px!important;
 color: #00b692;
 font-weight: 500!important;
 font-size: 18px;
 margin-top: 25px!important;
 line-height: 21px;
}
#FreeTrial .column{
  padding-right: 5px;
  padding-left: 5px
}
#FreeTrial .column.last{
}
#FreeTrial .full{
  width: 100%;
  clear: both;
}
#FreeTrial h2{
  font-size: 36px;
  line-height: 48px ;
  margin-bottom: 30px
}
#FreeTrial .subtitle{
  font-size: 18px;
  line-height: 28px
}
/*Contact*/
.contact-details{
  margin-bottom: 25px;
  line-height: 28px
}
#contact-header{
  text-align: center;
  margin-top: 40px
}
#contact-header .title-phone{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 55px
}
#map{
  min-height: 350px;
  background-color: #000;
  margin-bottom: 60px
}
.ContactFormPage #Form_ContactUsForm{
  margin-top: 40px
}
.ContactFormPage .col-md-4.col-md-offset-1 h3{
  margin-bottom:20px;
}
.mapfloat{
  position: absolute;
  z-index: 99;
  left: 10%;
  margin-top: 10%;
  font-size: 28px;
}
/*BLOG*/
#blog-header{
  text-align: center;
  margin-top: 40px
}
#BlogSidebar{
  margin-top: 35px
}
#FeaturedBlog{
  background-size: cover;
  min-height: 426px;
  margin-top: 60px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}

#FeaturedBlog.default{
 background-size: auto;    
}
#FeaturedBlog .featured_content a {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
}

.FeaturedBlogContent{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.4+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
  min-height: 426px;
  position: relative;
}
.FeaturedBlogContent .container{
  position: relative;
  min-height: 426px;
}
#FeaturedPost{
  position: absolute;
  bottom: 0
}
#FeaturedPost h2 a{
  font-size: 28px;
  line-height: 34px;
  color: #FFF;
  text-decoration: none;
  margin-bottom: 16px
}
#FeaturedPost .featured_content{
  color: rgba(255,255,255,0.5);
  font-size: 18;
  line-height: 28px;
  margin-bottom: 35px
}
#BlogContent{
  margin-top: 60px;
  margin-bottom: 60px
}
#BlogContent .post{
  margin-bottom: 90px;
}
#PostList{
  padding: 0;
  margin: 0;
  list-style: none
}
/*#PostList li{ display:none;*/
  /*}*/
  #BlogContent .blog_img img{
    width: 100%
  }
  #BlogContent .blog_title{
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
  }
  #BlogContent .faq_title{
   font-size: 18px;
   line-height: 34px;
   font-weight: normal;
   margin-bottom: 15px
 }
 #BlogContent .blog_title a, #BlogContent .faq_title a{
  text-decoration: none;
}
#BlogContent .blog_content, #BlogContent .faq_content{
  font-size: 18px;
  line-height: 28px
}
#BlogContent .faq_content{
    margin-bottom: 50px
}
#BlogContent .blog_date, .blog_date{
  margin: 15px 0;
  color: #9b867d;
}
#loadMore {
  font-size: 16px;
  padding: 15px 65px
}
/*Order*/
.order-customer-details{
  line-height: 24px;
  margin-bottom: 25px
}
.order-customer-details .title{
  margin-bottom: 10px
}
/*My Account*/
.account-greet{
  font-size: 24px;
}
.account-greet span{
  text-transform: capitalize;
}
.my-account-nav-cont{
  background-color: #e7e6e4;
  margin-top: 50px;
  margin-bottom: 40px;
  padding-top:30px;
  padding-bottom: 30px 
}
#MyDetails, #Support, #CashmanagerDownload {
  line-height: 28px
}
#MyDetails h3, #Support h3, #CashmanagerDownload h3{
  margin-bottom: 30px
}
#MyDetails .title, #Support .title, #CashmanagerDownload   .title{
  font-weight: bold;
}
#MyDetails .editdetails{
  margin-top: 50px;
  margin-bottom: 30px
}
#Support a.btnrev{
  color: #44b293;
  font-weight: bold;
  line-height: 30px
}
#Support table .last{
  text-align: center;
}
#Support table td, #RecentOrders table td, #RecentOrders table th.row{
  line-height: 28px;
  padding: 25px 10px
}
#CashmanagerDownload .buttons{
  margin-top: 25px
}
#RecentOrders .last{
  text-align: right;
}
#RecentOrders .last a{
  padding-left: 25px;
  padding-right: 25px;
}
/*Footer*/
footer{
    background-color: #39393a
}
/*Top Footer*/
#TopFooter{
  padding-top: 30px
}
#TopFooter .logotext span{
  float: none;
}
#TopFooter .Logobelow{
  margin-top: 5px
}
#TopFooter .logotext span br{
  display: none
}
footer a.footerlogolink{
  text-decoration: none
}
.footerlogo{
  width: 360px;
  image-rendering: auto;
}
#TopFooter form{
  margin: 30px 0 0 0 
}
#TopFooter form .search{
  border:none;
  background-color: transparent;
  color: #FFF;
  padding: 10px;
  width: 80%;
  margin-bottom: 0
}
#TopFooter ::-webkit-input-placeholder {
 color: #FFF;
 opacity: 0.5
}
#TopFooter :-moz-placeholder { /* Firefox 18- */
 color: #FFF; 
 opacity: 0.5
}
#TopFooter ::-moz-placeholder {  /* Firefox 19+ */
 color: #FFF;
 opacity: 0.5  
}
#TopFooter :-ms-input-placeholder {  
 color: #FFF;  
 opacity: 0.5
}
#TopFooter form .glyphicon{
  font-size: 16px;
  color: #FFF;
  font-weight: normal;
}
#TopFooter .menu_title{
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.5
}
#TopFooter .footerlink{
  padding: 0;
  margin: 20px 0 0 0;
  list-style: none;
  font-size: 11px
}
#TopFooter .footerlink li{
  margin: 5px 0  0 0 
}
#TopFooter .footerlink a{
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
  
}
#TopFooter #footerSearch{
  margin: 30px 0 0 0
}
#TopFooter #change_country{
  background-color: transparent;
  color: #FFF;
  padding: 0 15px 0 10px;
  color: rgba(255,255,255,0.5);
}
select#change_country option{
  background: rgba(57,57,58,1);
  color: rgba(255,255,255,0.5);
}
#TopFooter #change_country_label{
  color: #FFF;
  font-weight: normal;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
}
#TopFooter #change_country_label img{
  margin-right: 5px
}
/*Bottom Footer*/
#BottomFooter{
  font-size: 10px;
  padding-top:15px;
  padding-bottom: 15px;
  color: #FFF;
  opacity: 0.5
}
#BottomFooter a{
 color: #FFF;
 text-decoration: none;
}
#BottomFooter hr{
  margin-left: 15px;
  margin-right: 15px;
}
#BottomFooter .footerlink{
  padding: 0;
  margin: 0;
  list-style: none;
}
#BottomFooter .footerlink li{
  display: inline-block;
  font-size: 10px
}
#BottomFooter .footerlink li:after{
  content: '|';
  margin-left: 5px;
}
#BottomFooter .footerlink li:last-child:after{
  content: ''
}
/*Content*/
.testimonial{
  color: #FFF;
  text-align: center;
}
.testimonial .content{
  font-size: 28px;
  font-style: italic;
}
.testimonial .name{
  font-weight: bold;
  padding-top: 25px;
  font-style: italic;
  font-size: 18px
}
.testimonial .work{
  font-size: 16px;
  font-style: italic;
  margin-bottom: 55px
}
.testimoniallist{

  margin-top: 15px;
  margin-bottom: 15px;
  color: #FFF;
  position: relative;
}
.testimoniallist .testimonialcontainer{
 padding-right: 0
}
.testimoniallist .col-md-8 .content{
  padding: 25px;
  min-height: 300px;
  background-color: #706059;
  border-radius: 5px 0 0 5px;
}
.testimoniallist .col-md-12 .content{
  border-radius: 5px;
  background-color: #706059;
  padding: 25px;
}
.testimoniallist .icon{
  width: 50px;
  margin-bottom: 30px
}
.testimoniallist .testimonial_content{
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px
}
.testimoniallist .image{
  position: absolute;
  right: 0;
  height: 100%;
  padding-right: 0;
  padding-left: 0
}
.testimoniallist.even .image{
  position: absolute;
  left: 15px;
  right: initial;
  height: 100%;
  padding-right: 0;
  padding-left: 0
}
.testimoniallist.even .col-md-8 .content{
  border-radius:  0 5px 5px  0!important;
}
.testimoniallist .image img{
  border-radius:  0 5px 5px  0;
  height: 100%;
  width: 100%;
}
.testimoniallist.even .image img{
 border-radius:  5px 0 0 5px!important ;
}
.testimoniallist .author{
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-top: 15px;
}
#home_section2 {
  padding-top: 55px;
  padding-bottom: 55px;
  color: #706159
}
#home_section2 h3{
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 30px
}
#home_section2 .section_content{
  font-size: 18px;
  line-height:28px 
}
#TestimonialSection{
  background: rgb(254,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(231,230,228,1) 49%, rgba(231,230,228,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(49%,rgba(255,255,255,1)), color-stop(49%,rgba(231,230,228,1)), color-stop(100%,rgba(231,230,228,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(231,230,228,1) 49%,rgba(231,230,228,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(231,230,228,1) 49%,rgba(231,230,228,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(231,230,228,1) 49%,rgba(231,230,228,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(231,230,228,1) 49%,rgba(231,230,228,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e7e6e4',GradientType=0 ); /* IE6-9 */
}
#TestimonialContainer{
  position: relative;
  /*margin-top: -140px;*/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+52,ffffff+100&amp;0+51,0+51,1+52,1+52,1+100 */
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 58%, rgba(255,255,255,1) 58%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(58%,rgba(255,255,255,0)), color-stop(58%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 58%,rgba(255,255,255,1) 58%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,0) 58%,rgba(255,255,255,1) 58%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,0) 58%,rgba(255,255,255,1) 58%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 58%,rgba(255,255,255,1) 58%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#TestimonialContainer .shadow{
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 2%, rgba(0,0,0,0) 48%, rgba(0,0,0,0.15) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(0,0,0,0)), color-stop(48%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.15))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 2%,rgba(0,0,0,0) 48%,rgba(0,0,0,0.15) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 2%,rgba(0,0,0,0) 48%,rgba(0,0,0,0.15) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 2%,rgba(0,0,0,0) 48%,rgba(0,0,0,0.15) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 2%,rgba(0,0,0,0) 48%,rgba(0,0,0,0.15) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26000000',GradientType=0 ); /* IE6-9 */
  z-index: 999;
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 60px
}
#TestimonialSection .col-md-4:nth-child(1){
  bottom: 0;
  position: absolute;
  left: 0
}
#TestimonialSection .col-md-4:nth-child(3){
  bottom: 0;
  position: absolute;
  right: 0
}
#TestimonialSection .testimonialcontent{
  background-color: #706059;
  margin-bottom: 25px;
  color: #FFF;
  text-align: center;
  padding: 35px
}
#TestimonialSection .testimonialcontent.dark{
  background-color: #50453f;
  padding: 20px 30px
}
#TestimonialSection .testimonialcontent.dark a{
  color: #FFF;
  text-decoration: none;
}
#TestimonialSection .testimonialcontent p{
  display: block
}
#TestimonialSection .testimonialcontent:before{
  content: '';
  background-image: url('../images/icon-quote-white.png');
  text-align: center;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  display: inline-block;
  margin-bottom: 30px
}
#TestimonialSection .testimonialcontent.dark:before{
  content: '';
  background-image: url('../images/icon-bulb-white.png');
  clear: both;
  text-align: center;
  width: 19px;
  height: 30px;
  background-size: 19px 30px;
  margin-bottom:20px;
}
#TestimonialSection .testimonialcontent.dark p{
  font-size: 17px;
  line-height: 24px
}
#TestimonialSection  .testimonialcontent p{
  font-size: 24px;
  line-height: 34px;
  font-weight: 300
}
#TestimonialSection  .testimonialcontent .author{
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-top: 15px
}
#TestimonialSection  .testimonialcontent .author span{
  font-weight: 300;
  font-size: 14px;
  line-height: 26px
}
#TestimonialInner {
  background-color: #50453f
}
#TestimonialInner .image {
  padding-right: 0
}
#TestimonialInner .image img{
  width: 100%; 
}
#TestimonialInner .content{
  margin: 0 15%;
  color: #FFF
}
#TestimonialInner .content p{
  font-size: 28px;
  line-height: 40px;
}
#TestimonialInner .content .author{
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  opacity: 0.8
}
#TestimonialInner .content .authortitle{
  font-size: 14px;
  font-style: italic;
  color: #FFF;
  opacity: 0.8
}
#TestimonialInner .icon{
  width: 36px;
  margin-top: 60px;
  margin-bottom: 25px
}
.testimonialcontent {margin-bottom: 60px;}
.FeatureSection{
  background-color: #e7e6e5;
  padding-top: 85px;
  padding-bottom: 85px
}
.FeatureSection .row{
  margin-bottom: 70px
}
.FeatureSection h4, .sectionwhite h4{
  font-size: 20px!important;
  line-height: 30px!important;
  margin: 0 0 15px 0;
  padding: 0
}
.FeatureSection .media-top, .sectionwhite .media-top{
  padding-top:25px 
}
.FeatureSection .media-body, .sectionwhite .media-body{
  padding-left: 15px;
  font-size: 16px;
  line-height: 28px
}
.FeatureSection .media-object{
  max-width: 40px
}
.FeatureSection .ezicustomvid{margin-top: -150px}
.FeaturesTemplate {
    color: #5c4d47;
}
.FeaturesTemplate .slider {
    padding: 70px 10px;
}
.FeaturesTemplate .FeatureSection {
    padding: 55px 0;
}
.FeaturesTemplate .FeatureSection .row {
    margin-bottom: 0;
}
.FeaturesTemplate .FeatureSection .slider {
    padding: 0 10px;
}
.FeaturesTemplate .featureheader {
    margin-bottom: 40px;
    font-weight: 700;
}
.FeaturesTemplate h4.featureheader {
    font-size: 24px !important;
}
.FeaturesTemplate .slider .slidecontent {
    margin-bottom: 70px;
    max-width: 808px;
}

.FeaturesTemplate .slider .slidecontent:last-child {
    margin-bottom: 0;
}
.FeaturesTemplate .slider .btn {
    border-radius: 50px;
    padding: 18px 85px;
    width: auto;
    margin-top: 30px;
    font-weight: 700;
}
.FeaturesTemplate .slider .btn-two {
    width: 45%;
    padding: 18px 0;
}
.FeaturesTemplate .slide ul,
.FeaturesTemplate .FeatureSection ul {
    padding-left: 16px;
}
.FeaturesTemplate .slide ul li,
.FeaturesTemplate .FeatureSection ul li {
    color: #ff8200;
    margin-bottom: 20px;
}
.FeaturesTemplate .slide .slidesteps ul li {
    color: #fff;
}
.FeaturesTemplate .FeatureSection ul li {
    font-size: 14px;
}
.FeaturesTemplate .FeatureSection ul li span {
    font-size: 18px;
}
.FeaturesTemplate ul li span {
    color: #5f4d46;
}
.FeaturesTemplate .contact-info {
    font-size: 24px;
    line-height: 40px;
}
.FeaturesTemplate .contact-info strong {
    font-weight: 500;
}
.FeaturesTemplate .contact-info a {
    text-decoration: none;
    color: #5c4d47;
}
.FeaturesTemplate .slide a {
    text-decoration: none;
    color: #ff8200;
}

.slider.ezicustom{padding-bottom: 120px}
.slider{
  padding-top: 80px;
  padding-bottom: 80px
}
.sliderplan{
  padding-top: 15px;
  padding-bottom: 80px
}
.slider .btnrev, .sliderplan .btnrev{
  border-radius: 25px;
  background-color: #FFF;
  border: 1px solid #00b592;
  color: #00b592;
  padding-top: 11px;
  padding-bottom: 13px;
  line-height: 70px;
  text-decoration: none!important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.slider .btnrev:hover, .sliderplan .btnrev:hover{
  color: #00cba8;
  text-decoration: none;
}
.slider .btn, .sliderplan .btn, .slider .btnrev, .sliderplan .btnrev{
  padding-right: 80px;
  padding-left: 80px;
  margin-left: 15px;
  margin-right: 15px
}
.slider .btn, .slider .btnrev{
  border-radius: 18px;
  margin-bottom:20px;
}
.slider .btn {
    display: inline-block;
    width: 250px;
    padding-right: 0px;
    padding-left: 0px;
}
.sliderplan .illustration{
  margin-bottom: 35px
}
.slider .slide, .sliderplan .slide{
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline:none; 
}
.slider .slidecontent, .sliderplan .slidecontent{
  max-width: 750px;
  margin: 15px auto;
  font-size: 18px;
  line-height: 32px;
}
.slider .slide h1, .sliderplan .slide h1{
    font-size: 40px;
    margin:0 0 30px;
}
.slider .slide h2, .sliderplan .slide h2{
    font-size: 38px;
}
.slider .slide h3, .sliderplan .slide h3{
  font-size: 36px;
  line-height: 48px;
  margin: 0 0 40px 0 ;
  padding: 0;
}
.slider .slide h4, .sliderplan .slide h4 {
    font-size: 24px;
}
.Features .slider .slide h2, .Features .sliderplan .slide h2, .slider .slidecontent h2, .sliderplan .slidecontent h2 {
    font-size: 30px;
    margin:0 0 30px;
}
.Features .slider .slide h3, .Features .sliderplan .slide h3, .slider .slidecontent h3, .sliderplan .slidecontent h3 {
  font-size: 24px;
  line-height: 35px;
  margin: 0 0 20px 0 ;
  padding: 0;
}
.slider .slidenav, .sliderplan .slidenav{
  list-style: none;
  padding: 0;
  /*width: 540px;*/
  width: 370px;
  margin: 35px auto
}
.slider .slidenav li, .slider .slidenav li{
  /*text-align: center;
  float: left;
  display: inline-block;
  margin: 0 32px;*/
  text-align: center;
  display: inline-flex;
  margin: 0 auto;
}
.slider .slidenav li:nth-child(2){
  display: none;
}
.slider .slidenav li a, .slider .slidenav li a{
  text-decoration: none;
  color: #000
}
.slider .slidenav li .nav-img, .sliderplan .slidenav li .nav-img{
  float: left;
  width: 16px;
  margin-right: 10px
}
.slider-control{
  position: absolute;
  width: 100%
}
.slider-control .slick-prev, .slider-control .slick-next{
  border: none;
  color: transparent;
  background-color: transparent;
  height: 66px;
  width: 66px;
  position: absolute;
  z-index: 99;
}
.slider-control .slick-prev:active,
.slider-control .slick-prev:focus,
.slider-control .slick-prev.active,
.slider-control .slick-next:active,
.slider-control .slick-next:focus,
.slider-control .slick-next.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline:none;     
}          
.slider-control .slick-prev{
  background-image: url(../images/prev.png);
  top: 40px;
  left: 25px;
  display: none;
}
.slider-control .slick-prev:before, .slider-control .slick-next:before{
  content: ''
}
.slider-control .slick-next{
  background-image: url(../images/next.png);
  top: 40px;
  right: 25px;
  display: none;
}
.slider-nav-thumbnails .slick-slide {
  opacity: 0.5;
}
.slider-nav-thumbnails .slick-slide.slick-active {
  opacity: 1;
}
#slider-thumbnail{
  background-color: #e7e6e4;
  padding-top: 25px;
  padding-bottom: 25px;
  max-height: 153px;
  overflow: hidden;
}
.training #slider-thumbnail {
    display: none;
}
#slider-thumbnail .thumb, .my-account-nav-cont .thumb{
  text-align: center;
  opacity: 0.8;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline:none; 
  cursor: pointer;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  display: inline-block;
}
#slider-thumbnail .thumb{
 padding: 0 15px;
 margin: 0 15px;
 display: inline-block;
}
#slider-thumbnail .thumb img{
  margin-bottom: 5px
}
.my-account-nav-cont .thumb{
  padding: 0 15px;
  margin: 0 25px;
}
#slider-thumbnail .thumb a, .my-account-nav-cont .thumb a{
  text-decoration: none;
}
#slider-thumbnail .thumb img{
  display: initial;
  height: 18px
}
#slider-thumbnail .slick-current, #slider-thumbnail .active, .my-account-nav-cont .thumb.slick-current{
  /*border-bottom:2px solid #625148;*/
  opacity:1;
}
#Plans{
  padding: 75px 15px;
  
}
#Plans h2{
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 75px;
}
#Plans .tall.plan:nth-child(1){
  border: 2px solid #706059;
  border-radius: 10px 10px;
  margin-top:  0;
  background-color: #FFF;
  z-index: 4;
  padding-bottom: 80px;
  min-height: 909px;
  margin-left: 0
}
#Plans .tall.plan:nth-child(2), #Plans .tall.plan:nth-child(3),  #Plans .tall.plan:nth-child(4) {
  border-radius: 10px!important;
  background-color: #FFF!important;
  border: 2px solid #706059;
  margin-top:  0;
  z-index: 4;
  padding-bottom: 300px;
  min-height: 909px;
  margin-left: 0
}
#Plans .tall.plan .btn{
  margin: 40px 0;
}
#Plans .tall.plan .subtitle{
  margin-bottom: 39px;
}
#Plans .plan:nth-child(1){
  background-color: #eaeaea;
  border-radius: 10px;
  z-index: 4
}
#Plans .plan:nth-child(2){
  background-color: #e2dfde;
  border-radius: 0 10px 10px 0;
  z-index: 3
}
#Plans .plan:nth-child(3){
  background-color: #c6c0bd;
  border-radius: 0 10px 10px 0;
  z-index: 2
}
#Plans .plan:nth-child(4){
  background-color: #a9a09c;
  border-radius: 0 10px 10px 0;
  z-index: 1
}
#Plans .recommended{
  padding: 13px 35px;
  text-align: center;
  background-color: #ff8200;
  margin: -91px 10px 40px;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  position: relative;
}
#Plans .plan{
  margin-top: 20px;
  margin-left: -5px;
  text-align: center;
  padding:40px 10px 280px;
  position: relative;
  min-height: 837px;
}
#Plans .tall.plan .title{
  font-size: 36px
}
#Plans .plan .title{
  text-align: center;
  font-size: 32px;
  margin: 0 0 15px 0
}
#Plans .plan .subtitle{
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  color: #000;
  font-style:italic;
  font-weight: 300;
  margin-bottom: 25px
}
#Plans ul{
  padding:0 10px;
  margin: 0;
  list-style: none;
}
#Plans li{
  text-align: left;
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 28px;
  min-height: 22px;
}
#Plans li span{
  margin-right: 15px;
  position: absolute;
  margin-left: -28px;
}
#Plans .plan:nth-child(4) .planbtn{
  bottom: 0!important;
}
#Plans .planbtn{
  position: absolute;
  bottom: 35px;
  width: 100%;
  margin-left:-15px;
}
#Plans .planbtnrev{
  position: absolute;
  bottom: 10px;
  width: 100%;
  margin-left:-15px;
}
#Plans .plan.tall .planbtn{
  bottom: 30px
}
#Plans .plan.tall .planbtnrev{
  bottom: 20px
}
#Plans .btn{
  margin: 25px 0;
  
}
#Plans .plan .title.plan{
  opacity: 1!important
}
#Plans .plan:nth-child(1) .title{
  opacity: 0.5
}
#Plans .plan:nth-child(2) .title{
  opacity: 0.5
}
#Plans .plan:nth-child(3) .title{
  opacity: 0.6
}
#Plans .plan:nth-child(4) .title{
  opacity: 0.7
}
#Plans .price{
  position: absolute;
  bottom: 100px;
  width: 80%;
  font-weight: bold;
}
#Plans .tall .price{
  bottom: 150px
}
#Plans .plandetails{
  margin-bottom: 15px
}
#Plans span.planprice{
  font-size: 18px
}
#PaymentMethod #accordion{
  border: 1px solid #ddd;
  border-radius: 5px
}
#PaymentMethod #accordion {
  padding: 0;
  margin: 0;
  list-style: none;
}
#PaymentMethod #accordion li{
  border-bottom:1px solid #ddd;
  padding: 15px
}
#PaymentMethod #accordion li:last-child{
  border-bottom:none
}
#PaymentMethod #accordion .section-title{
  margin: 0
}
#PaymentMethod #accordion .section-title label{
  margin: 0
}
#PaymentMethod #accordion .section-content{
  margin:15px 0; 
}
.list-check{
    list-style: none
}
.list-check li:before{
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    position: absolute;
    margin-left: -25px
}
.list-check li{
  margin-bottom: 15px
}
.slick-prev,
.slick-next
{
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
  color: transparent;
  outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
  opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #706059
}
.slick-prev
{
  left: -25px;
}
[dir='rtl'] .slick-prev
{
  right: -25px;
  left: auto;
}
.slick-prev:before
{
  content: "\e079";
  font-family: 'Glyphicons Halflings';
}
[dir='rtl'] .slick-prev:before
{
  content: "\e079";
  font-family: 'Glyphicons Halflings';
}
.slick-next
{
  right: -25px;
}
[dir='rtl'] .slick-next
{
  right: auto;
  left: -25px;
}
.slick-next:before
{
 content: "\e080";
 font-family: 'Glyphicons Halflings';
}
[dir='rtl'] .slick-next:before
{
 content: "\e080";
 font-family: 'Glyphicons Halflings';
}
.HighlightedSections .sliderplan{
  padding-bottom: 0!important
}
/*Login Page*/
.notmember{

  margin-top: 15px
}
#MyLoginForm_LoginForm #Remember .left{
  margin-top: 0
}
#MyLoginForm_LoginForm .Actions .action,#MyLoginForm_LoginForm #ForgotPassword{
  float: left;
}
#MyLoginForm_LoginForm #ForgotPassword{
  margin: 60px 0 0 15px;
}    
div.checkbox input[type=checkbox] {
  float: left;
  margin-top: -15px;
}
.widget ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget ul li{
  font-size: 14px;
  margin: 5px 0;
  /* padding-left: 10px*/
}
.widget ul li:hover{
  text-decoration: underline;
}
.widget ul li:before{
  /*content: "\e250";
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
  position: absolute;
  margin-left: -15px*/
}
.widget ul li a{
  text-decoration: none;
}



/*Content Overwrite*/

/*New Pages Layout*/


body.cashmanager-trial-download{
  background-color: #eae8e6!important
}

.cashmanager-trial-download .content_container{
  min-height: 0px
}
.fullwidthtemp.content_container, .faqHolder.content_container
{
  padding-bottom: 0!important
}

#Form_DownloadTrialForm{
  margin-left: 20px;
  margin-top: 25px
}

#Form_DownloadTrialForm .col-md-6.column:nth-child(2){
  margin-left: 0px;
  padding-right: 5px;
}

#Form_DownloadTrialForm input{
  background-color: #FFF;
  padding: 20px 15px;
  margin-bottom: 13px
}
#Form_DownloadTrialForm input[type=submit]{
  background-color: #00b692;
  margin-top: 5px;
  font-weight: normal;
  padding: 15px 0!important;
  width: 255px;
}

#Form_DownloadTrialForm_action_handleDownloadFormSubmission{
  width: 100%
}

#FreeTrial .dropdown-captcha {
    width: 100%;
}

#FreeTrial .dropdown{
  width: 100%;
}

.page-navigator{
  padding: 0;
  list-style: none;
  margin: 40px auto 15px;
  display: table;
}
.page-navigator li{
  display: inline-block;
}

.page-navigator li a{
  text-decoration: none;
  padding:0 0px 5px;
  margin: 0 15px;
  font-weight: bold;
  font-size: 15px
}
.page-navigator li a.active, .page-navigator li a:hover{
  border-bottom: 2px solid #706159!important;

}

.tabbed-content{
  margin-top: 0px;
  padding: 50px 0;
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.45);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.45);
  box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.45);
}
.tabbed-content .icon {
  margin-bottom: 30px;
  margin-top: 30px
}


.faqHolder #PostList{

 /* columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;*/
}

.faqHolder #PostList li{
  float: left;
  width: 50%;
  padding-right: 45px;
  position: relative;
  display: inline;
}
.faqHolder #PostList li .glyphicon{
  position: absolute;
  top: 18px;
  left: -25px
}
/*New Pages Layout END*/

/*Case Studies*/

.case_title, .case_title a{
  font-size: 14px;
  text-decoration: none;
}
.case_teaser{
  font-size: 12px;
  font-style: italic;
}
#CaseStudySlide .slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: auto;
  left: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#CaseStudySlide .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#CaseStudySlide .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#CaseStudySlide .slick-dots li button::before {
  font-family: slick;
  font-size: 46px;
  line-height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
}
#CaseStudySlide .slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

#CaseStudySlide .title{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px
}
#CaseStudySlide  .teaser{
  font-style: italic;
}
#CaseStudySlide .link, #CaseStudyContent .link{
  text-transform: uppercase;
  color: #ff8200;
  text-decoration: none;
  font-weight: bold;
}

#CaseStudyContent .spaceme{
  margin-bottom: 40px
}

#CaseStudyBannerSingle {
  background-size: cover;
  min-height: 426px;
  margin-top: 10px;
  position: relative;
}

#CaseStudyBannerSingle .teaser{
  color: #FFF;
  font-size: 18px;
  font-style: italic;
  margin-top: 25px;
  background-color: rgba(77,77,79,0.5);
  text-shadow: 1px 2px rgba(0,0,0,0.2);
  border-radius: 7px;
}

#CaseStudyContent .tl-head,
#CaseStudyContent .tl-body { 
    font-size: 16px;
    padding: 14px 25px;
}
#CaseStudyContent .tl-head { 
    background-color: #706059;
    color: #FFFFFF; 
    font-weight: bold;
}
#CaseStudyContent .tl-body { 
    background-color: rgba( 148, 138, 130, 0.15 );
    color: #706059;
}

#CaseStudyContent .tl-b-items { 
    margin: 0;
    padding: 0;
    list-style: none;
}

#CaseStudyContent .tl-b-items li { 
    border-bottom: 2px dotted rgba( 148, 138, 130, 0.25 );
    padding: 5px 0;
}
#CaseStudyContent .tl-b-items a { 
    text-decoration: none;
}
#CaseStudyContent .tl-b-items a.active { 
    color: #ff8200;
    font-weight: bold;
}

.company-history .fullwidthtemp.content_container, .about-us .fullwidthtemp.content_container, .meet-the-team .fullwidthtemp.content_container{
      padding-top: 14px!important;
}
.company-history .bg-repeater{
  background-image: url('../images/company-history-rptr.png');
  background-position: bottom;
  background-color: #f0f0f1;
  background-repeat: repeat-x;
}
.company-history .custombg{
    background-image: url('../images/accomplish-company-history-02.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 40px;
    background-color: #f0f0f1;
  }
.company-history .topcontainer, .about-us .topcontainer{
  min-height: 480px
 } 

 .meet-the-team .topcontainer{
    min-height: 350px
 }

.company-history .navigator, .about-us .navigator, .meet-the-team .navigator  {
    padding-bottom: 20px;
  }
.about-us .bg-repeater{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,f2f2f2+50,f7f7f7+50,f7f7f7+100 */
  background: #f2f2f2; /* Old browsers */
  background: -moz-linear-gradient(left,  #f2f2f2 0%, #f2f2f2 50%, #f7f7f7 50%, #f7f7f7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #f2f2f2 0%,#f2f2f2 50%,#f7f7f7 50%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #f2f2f2 0%,#f2f2f2 50%,#f7f7f7 50%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 */
}
.about-us .custombg{
  background-image: url('../images/accomplish-about-me-01.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 40px;
}

.meet-the-team .custombg{
  background-image: url('../images/new-meet-the-team.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-top: 40px;
  background-color: #dededf
}
.meet-the-team .bg-repeater{
   background-color: #f0f0f1;
}

.meet-the-team .comp_name{
  color: #ff8200;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.meet-the-team .comp_position{
    color: #ff8200;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 25px;
}    
.meet-the-team .bannertext{
  margin-top: 8%
}
.meet-the-team .bannertext p{
  font-size: 16px
}
.meet-the-team .xl_title{
  font-size: 40px!important;
  line-height: 48px!important;
  font-weight: bold!important;
  margin-bottom: 75px;
  margin-top: 35px
}
.meet-the-team .l_title{
  font-size: 30px!important;
  line-height: 36px!important;
  font-weight: normal!important;
  margin-bottom: 65px;
  margin-top: 55px
}
.lastrow{
  border-bottom: 1px solid #b8b0ac;
  padding-bottom: 25px;
  margin-bottom: 25px
}
.teamlist{
  margin-bottom: 25px
}

/*Login Page*/
#loginPage{
  background-image: url('../images/login_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#loginPage h1{
  font-family: 'Fira Sans';
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 50px
}
#loginPage .col_container{
  max-width: 500px;
  margin: 0 auto
}

#loginPage .form_cont{
  max-width: 400px;
  margin: 50px auto 0
}

#loginPage .Actions .action{
  float: none;
  padding: 15px 70px
}
#loginPage #ForgotPassword{
    display: block;
    float: none;
    font-size: 14px;
    margin-top: 15px;
}

#loginPage ::-webkit-input-placeholder {
   color: #706059;
}

#loginPage :-moz-placeholder { /* Firefox 18- */
   color: #706059;  
}

#loginPage ::-moz-placeholder {  /* Firefox 19+ */
   color: #706059;  
}

#loginPage :-ms-input-placeholder {  
   color: #706059;  
}

#loginPage .left_cont, #loginPage .left_cont a{
  color: #FFF
}

#loginPage .left_cont label{
  display: none;
}
#loginPage .left_cont input{
  background-color: #f9c896
}
#loginPage .left_cont input[type=submit], #loginPage .right_cont input[type=submit]{
  background-color: #00b592
}
#loginPage .left_cont p, #loginPage .right_cont p{
  font-size: 20px;
  line-height: 24px;
  font-weight: 400
}

#loginPage #Remember label{
  display: block;
}
#loginPage #Remember{
  max-width: 200px;
  margin: 0 auto
}
#loginPage .error{
  color: red
}

#loginPage .right_cont input{
  background-color: #FFF
}

#loginPage .right_cont #Firstname, #loginPage .right_cont #Lastname{
  width: 48.5%;
  float: left;

}
#loginPage .right_cont #Firstname{
  margin-right: 10px;
}

.Page.time-to-upgrade .alert{
    position: relative;
    width: 80%;
    margin: 0 auto -35px;
}

.Page.time-to-upgrade #MyLoginForm_LoginForm_error{
  font-size: 14px;
  line-height: 20px;
}
/*New Trial*/

.cashmanager-trial-download .content_container{
  padding-bottom: 0
}

.cashmanager-trial-download .col-md-8{
  padding-bottom: 50px
}

.StarBadge{
  background-image: url('../images/trial_star.png') ;
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  padding-top: 65px;
  margin: 0 auto;
  font-size: 13px;
  min-width: 290px;
  min-height: 290px;
  max-width: 290px;
  max-height: 290px;
}

.accomplishDude{
  max-width: 280px;
  text-align: center;
  margin-top: 70px
}
.cashmanager-trial-download #Form_DownloadTrialForm{
  margin: 0
}
.cashmanager-trial-download h1{
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px
}

.cashmanager-trial-download h3{
  color: #ff8200;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px
}
.cashmanager-trial-download p{
  font-size: 15px;
  line-height: 18px
}
.cashmanager-trial-download #terms p{ 
  font-size: 12px;
  line-height: 14px
}
.cashmanager-trial-download  ::-webkit-input-placeholder {
   color: #706059;
   opacity: 0.5
}

.cashmanager-trial-download e :-moz-placeholder { /* Firefox 18- */
   color: #706059;  
   opacity: 0.5
}

.cashmanager-trial-download  ::-moz-placeholder {  /* Firefox 19+ */
   color: #706059;  
   opacity: 0.5
}

.cashmanager-trial-download  :-ms-input-placeholder {  
   color: #706059;  
   opacity: 0.5
 }

.cashmanager-trial-download  #Form_DownloadTrialForm{
  margin-top: 40px;
}

.cashmanager-trial-download  #Form_DownloadTrialForm fieldset{
  margin-bottom: 30px
}
.cashmanager-trial-download  #Form_DownloadTrialForm .Actions{
  margin-top: 25px
}
.cashmanager-trial-download  #Form_DownloadTrialForm .column.email, .cashmanager-trial-download  #Form_DownloadTrialForm .column.phone{
  width: 100%;
  margin: 0;
}
.cashmanager-trial-download  #Form_DownloadTrialForm .column.phone{
  padding-right: 15px
}

.cashmanager-trial-download #Form_DownloadTrialForm .action{
  width: 48%;
  border-radius: 10px
}

/*Adword Free Trial*/
  #Banner2 {
      color: #706059;
      padding-top: 50px;
      padding-bottom: 50px;
      background-image: url(../images/banner2.jpg);
      min-height: 510px;
      background-size: auto 100% ;
      background-position: center;
      background-repeat: no-repeat;
  }

  #AdwordFreeTrail{
    margin-bottom: 200px;
    margin-top: -100px
  }

  #AdwordFreeTrail .container{
    background-color: #FFF;
    padding: 50px 35px;
    position: relative;
  }

  .free-trial .shadowme{
    position: absolute;
    height: 127px;
    width: 100%;
    margin-left: -35px;
    top: 90px;
    -webkit-box-shadow:  17px 0 15px -18px rgba(0, 0, 0, 0.5), -11px 0 8px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:  17px 0 15px -18px rgba(0, 0, 0, 0.5), -11px 0 8px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 17px 0 15px -18px rgba(0, 0, 0, 0.5), -11px 0 8px -10px rgba(0, 0, 0, 0.5);
  }
  .free-trial #Heading .title{
    font-size: 62px;
    line-height: 50px;
    color: #ff8200;
    font-weight: bold;
  }

  .free-trial .title_head{
    font-size: 30px;
    line-height: 34px;
    font-weight: 300;
    text-align: center;
    margin: 0 20% 15px;
    padding-bottom: 35px;
    border-bottom: 1px solid #b7afab;
  }
  .free-trial .title_head2{
    font-size: 30px;
    line-height: 34px;
    font-weight: 300;
    text-align: center;
    padding-bottom: 35px;
  }
  .free-trial .subtitle_head{
      font-size: 14px;
      text-align: center;
      margin: 0 20% 85px;
      font-weight: 300;
  }
  .free-trial .sidebar_text{
    margin-top: 50px
  }

  .free-trial .sidebar_text h4{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .free-trial .sidebar_text p{
    margin-bottom: 35px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300
  }

  #HowManyStaffUsersWillYouNeed label, #LetUsKnowIfYouHaveAnySpecialRequirements label{
    display: none
  }
   
  .free-trial .cusomlabel:after{
    content: ' ';
    clear: both;
  }
  .free-trial #CompanyName label, .free-trial .cusomlabel, #TheseHelpUsToHelpYou label.left{
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 15px;
    margin-top: 0;
    width: 100%
  }
  #TheseHelpUsToHelpYou label.left{
    margin-top: 40px
  }

  #TheseHelpUsToHelpYou li label{
    font-weight: normal;
    font-size: 15px;
    line-height: 18px

  }

  #TheseHelpUsToHelpYou{
    margin-bottom: 20px;
    margin-top: 40px;
  }

  .free-trial #CompanyName input{
    margin-bottom: 40px
  }

  .free-trial form .check{
    display: inline-block;
    position: relative;
    border: 2px solid #f1f1f1;
    background-color: #f1f1f1;
    height: 25px;
    width: 25px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    float: left;
    margin-top: -2px;
    margin-right: 15px;
  }
  .free-trial form input, .free-trial form select, .free-trial form textarea{
    background-color: #f1f1f1
  }
  .free-trial form select:before{
    content: 'test'
  }
  .free-trial form  input[type=checkbox]{
    position: absolute;
    /*visibility: hidden;*/
    opacity: 0
  }
  .free-trial form  .check::before {
    display: block;
    position: absolute;
    content: ' ';
    height: 17px;
    width: 17px;
    top: 0px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
  }

  .free-trial form  input[type=checkbox]:checked ~ label .check {
    border: 2px solid #959595;

  }

  .free-trial form  input[type=checkbox]:checked ~ label  .check::before{
    content: "\e013";
    font-family: 'Glyphicons Halflings';
  }

  .free-trial input[type=submit]{
    background-color: #fe810b;
    font-size: 18px;
    border-radius: 3px;
    font-weight: normal;
  }
  .free-trial #Firstname , .free-trial #Lastname ,
  .free-trial #EmailAddress , .free-trial #PhoneNumber {
    float: left;
    width: 49%
  }

  .free-trial #Firstname , .free-trial #EmailAddress {
    margin-right: 5px
  }
  .free-trial #Lastname , .free-trial #PhoneNumber{
    margin-left: 5px
  }

  #Lastname:after{
    content: ' ';
    clear: both;
  }

  .free-trial .placeholdercs{
    padding: 103px 15px;
    border-bottom: 0px
  }

  .free-trial .CSTitle{
    text-align: center;
    padding: 20px;
    background-color: #45b294;
    color: #FFF;
    font-weight: 300;
    font-size: 22px
  }
  .free-trial .CSTitle .authorcs{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 5px
  }
   .free-trial .CSTitle .titlecs{
    line-height: 22px
   }
  .free-trial .CSContent{
    background-color: #ff8200;
    color: #FFF;
    padding: 30px 20px
  }
  .free-trial .CSLink{
    padding: 20px 15px;
    background-color: #d76f28;
    text-align: center;
  }
  .free-trial .CSLink a{
    color: #FFF;
    text-decoration: none;;
    font-size: 14px;
    font-weight: 300
  }

  .free-trial .CSContent{
    text-align: justify;
  }
  
.guarantee_image{
  float: right;
  position: absolute;
  right: 0;
  top: 20px;
}

.ezifeed_form_container h1{
  text-align: center;
  color: #ff8200;
  font-weight: 400;
  font-size: 60px;
  margin-bottom: 52px;
}

.ezifeed_form_container{
  background-color: #e7e6e5;
}

.ezifeed_form_container .line{
  border-bottom: 1px solid #B9B9B9;
  width: 76%;
  height: 1px;
  margin: 0 auto;
  display: block;
  margin-bottom: 56px;
}

.ezifeed_form_container .field_helper_text{
  margin: 6px 0;
  min-height: 12px;
  font-size: 15px;
  font-weight: lighter;
  display: table;
}

.ezifeed_form_container select{
  width: 100%
}

.ezifeed_form_container p.heading{
  text-align: left;
  margin-top: 38px;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid #B9B9B9;
}

.ezifeed_form_container .description{
  text-align: left;
  margin-bottom: 27px;
}

.ezifeed_form_container input[type=text], .ezifeed_form_container select, .ezifeed_form_container textarea, .ezifeed_form_container input[type=email]{
  background-color: #f1f2f2;
  border-radius: 1px;
  padding: 12px 17px;
  margin-bottom: 16px;
  color: #706059;
  font-size: 15px;
}

.ezifeed_form_container label, .ezifeed_form_container th{
  font-size: 18px;
  font-weight: lighter;
}

.ezifeed_form_container .tablefield-btn-add{
  background-color: #ff8200;
  color: #fff;
  border: 1px solid  #ff8200;
  padding: 5px 14px;
  margin-top: 6px;
  border-radius: 4px;
  font-size: 23px;
}

.ezifeed_form_container .nb{
  border-bottom: 1px solid #B9B9B9;
  padding-bottom: 43px;
}

.ezifeed_form_container input[type=submit]{
  float: right;
  background-color: #44b293;
  border-radius: 4px;
  font-weight: normal;
}

.ezifeed_form_container .checkbox{
  margin-bottom: 25px;
}
.ezifeed_form_container .t-sm { font-size: 12px; font-weight: lighter; padding-left: 0; padding-top: 10px; }
.ezifeed_form_container .ss-gridfield-table thead { display: none; }
.ezifeed_form_container .ss-gridfield-table th { border: none; padding: 0; }
.ezifeed_form_container .ss-gridfield-table input[ type=text ] { width: 90%; }
.ezifeed_form_container .ss-gridfield-table .tablefield-btn-add { font-size: 15px; }
.ezifeed_form_container .ss-gridfield-table ::-webkit-input-placeholder { font-size: 12px; }
.ezifeed_form_container .ss-gridfield-table :-moz-placeholder { font-size: 12px; }
.ezifeed_form_container .ss-gridfield-table ::-moz-placeholder { font-size: 12px; }
.ezifeed_form_container .ss-gridfield-table :-ms-input-placeholder { font-size: 12px; }
.ezifeed_form_container #TermsAndConditionsGlobalService label { font-size: 12px; padding: 0; }
.ezifeed_form_container #TermsAndConditionsGlobalService input[ type=checkbox ] { float: none; margin: 0 10px 0 0; padding-right: 10px; vertical-align: middle;}
.ezifeed_form_container #TermsAndConditionsGlobalService a { text-decoration: none; }
.ezifeed_form_container .nb p { font-size: 12px; margin-left: 24px; }
.ezifeed_form_container select {  background: url( '../images/dropdown-black.png' ) no-repeat right center transparent;}
.ezifeed_form_container select#Form_EzifeedForm_MainBank { background-position-x: ; }
.ezifeed_form_container .c-select select { background-color: #f1f2f2; padding-right: 16px; }
.ezifeed_form_container .adjust { margin-left: 15%; padding-left: 0; }


/* Comparison 
================================================ */
.no-float { float: none; }

.page-comparison .p-c-banner { background: url( '../images/bg_comparison.png' ) no-repeat center top transparent; background-size: cover;}

.page-comparison .top { align-items: center; display: flex;  float: none; height: 350px;  justify-content: center; }
.page-comparison .top h1 { margin-bottom: 30px; }

.page-comparison .p-c-list { background-color: #e8e7e5; }

.page-comparison .p-c-l-text { float: none;  }
.page-comparison .p-c-l-text p { margin-bottom: 30px; }
.page-comparison .p-c-l-text a { color: #ff8200; text-decoration: none;  }
.page-comparison .p-c-l-items { border-top: 1px solid rgba( 184, 176, 172, 0.5 );  margin-top: 55px; }

.page-comparison .p-c-l-i-item { border-bottom: 1px solid rgba( 184, 176, 172, 0.5 ); font-size: 30px; font-weight: lighter; line-height: 150px; }

.page-comparison .p-c-l-i-i-name { color: #ff8200; font-size: 40px; }
.page-comparison .p-c-l-i-i-other { font-size: 40px; }

.page-comparison .p-c-logo { background-color: rgba( 255, 236, 217, 1 ); font-size: 30px; font-weight: lighter; padding: 60px 0;}
.page-comparison .p-c-logo span { padding: 0 20px; }

.page-comparison .p-c-e-features h2 { color: #ff8200; margin: 0 0 30px; }

.page-comparison .p-c-e-feats { border-top: 1px solid rgba( 184, 176, 172, 1 ); margin-top: 55px; }
.page-comparison .p-c-e-feats h2 { font-weight: lighter; margin: 0; line-height: 60px; }

.page-comparison .p-c-e-f-feat { border-bottom: 1px solid rgba( 184, 176, 172, 1 ); }
.page-comparison .p-c-e-f-feat h5 { font-size: 15px; line-height: 20px; margin-bottom: 0; }

.page-comparison .p-c-e-diff { margin-top: 60px; }
.page-comparison .p-c-e-diff h2 { margin-bottom: 30px; }
.page-comparison .p-c-e-diff .p-c-e-d-table th.t-feature { font-size: 20px; }
.page-comparison .p-c-e-diff .p-c-e-d-table th.t-main { background-color: transparent; border: 1px solid rgba( 255,230,204, 1 ); color: #ff8200; }
.page-comparison .p-c-e-diff .p-c-e-d-table th.t-compare { background-color: transparent; border-bottom: none; border-right: 1px solid rgba( 153, 153, 153, 0.4 ); border-top: 1px solid rgba( 153, 153, 153, 0.4 ); color: rgb( 153, 153, 153  ); }

.page-comparison .p-c-e-d-table { margin-top: 55px; }
.page-comparison .p-c-e-d-table th { color: #ff8200; font-size: 30px; font-weight: lighter; }
.page-comparison .p-c-e-d-table thead th.t-feature,
.page-comparison .p-c-e-d-table td { border-bottom: 1px solid rgba( 255,230,204, 1 ); font-size: 15px; }
.page-comparison .p-c-e-d-table .no-border { border: none; }
.page-comparison .p-c-e-d-table a { text-decoration: none; }
.page-comparison .p-c-e-d-table .t-feature { color: #ff8200; font-size: 18px; font-weight: lighter; width: 25%;}
.page-comparison .p-c-e-d-table .t-main { background-color: rgba( 255,230,204, 0.5 ); color: #706059; width: 37.5%;  }
.page-comparison .p-c-e-d-table .t-compare { background-color: rgb( 230,230,230 ); border-bottom: 1px solid rgba( 153, 153, 153, 0.4 ); color: #000000; width: 37.5%; }

.page-comparison .p-c-e-best { margin-top: 60px; }
.page-comparison .p-c-e-best h2 { margin-bottom: 30px; }

.page-comparison .p-c-e-b-points { margin-top: 55px; position: relative; }
.page-comparison .p-c-e-b-points .b-p-list { border-top: 1px solid rgba( 184, 176, 172, 1 ); }
.page-comparison .p-c-e-b-points .b-p-l-item { border-bottom: 1px solid rgba( 184, 176, 172, 1 ); }
.page-comparison .p-c-e-b-points h2 { color: #ff8200; font-weight: lighter; line-height: 1; margin-bottom: 20px; }
.page-comparison .p-c-e-b-points p { font-size: 15px; padding: 20px 0; line-height: 1; margin: 0;}
.page-comparison .p-c-e-b-points .b-p-badge { align-items: center; display: flex; position: absolute; height: 100%; right: -130px; width: auto; }

.page-comparison .p-c-trial { background-color: #ff8200; color: #FFF; padding-top: 70px; }
.page-comparison .p-c-trial h2 { color: #FFFFFF; font-size: 45px; }

.page-comparison .p-c-t-form { background: url( '../images/accomplish_dude_sm.png' ) no-repeat left bottom transparent; margin-top: 50px; }
.page-comparison .p-c-t-form h4 { font-size: 20px; margin-bottom: 30px;  }
.page-comparison .p-c-t-form p { font-size: 15px; }

.page-comparison .p-c-t-form #Form_DownloadTrialForm { background: none; padding: 30px 0; margin: 0; width: 500px;}
.page-comparison .p-c-t-form .f-foot { margin-top: 20px;  } 
.page-comparison .p-c-t-form .f-foot p, 
.page-comparison .p-c-t-form #Form_DownloadTrialForm label { color: rgba( 255, 218, 179, 1 );  font-size: 12px; margin: 0; }
.page-comparison .p-c-t-form #Form_DownloadTrialForm input[ type=text ] { background-color: #ffb366; }
.page-comparison .p-c-t-form #Form_DownloadTrialForm input[ type=submit ] { background-color: #00b591!important; color: #FFF; border-radius: 13px; padding: 18px 70px 17px 70px!important; width: auto; font-size: 18px; margin-top: 25px; line-height: 21px; font-weight: 500; }
.page-comparison .p-c-t-form #Form_DownloadTrialForm input[ type=checkbox ] { display: inline; margin: 0; vertical-align: middle; }
.page-comparison #Form_DownloadTrialForm ::-webkit-input-placeholder { color: #FFFFFF; font-weight: lighter; }
.page-comparison #Form_DownloadTrialForm :-moz-placeholder { color: #FFFFFF; font-weight: lighter; }
.page-comparison #Form_DownloadTrialForm ::-moz-placeholder { color: #FFFFFF; font-weight: lighter; }
.page-comparison #Form_DownloadTrialForm :-ms-input-placeholder { color: #FFFFFF; font-weight: lighter; }

.ss-gridfield-table{
  background-color: transparent !important;
}

.tablefield-btn-remove{
  background-color: #ff8200;
  color: #fff;
  border: 0;
  padding: 0px 8px;
  margin-top: 6px;
  border-radius: 4px;
  font-size: 16px;
}

.btn.btn-trans { background-color: transparent; border: 1px solid #FFF; }
.no-margin { margin-bottom: 0; }
.o-hidden { overflow: hidden; }

.OrderingPage {  }
.OrderingPage .cart-top { background-color: rgb( 69, 178, 148 ); color: rgba( 199, 232, 223, 1); font-size: 20px; line-height: 72px;  min-height: 72px; }
.OrderingPage .ct-cart-status .glyphicon-shopping-cart { border-right: 1px solid rgba( 106, 194, 169, 1 ); margin-right: 16px; padding: 13px 25px 13px 8px; }
.OrderingPage .ct-cart-separator { padding: 0 15px; }
.OrderingPage .ct-total { background-color: rgba( 199, 232, 223, 1 ); color: rgb( 69, 178, 148 ); line-height: 1.46 ;}
.OrderingPage .ct-total sup { color: rgba( 125, 201, 180, 1 ); font-size: 15px; top: 2px;  }
.OrderingPage .ct-t-text {  display: block; font-size: 30px; }

.OrderingPage .order-steps { background-color: #e9e6e5; height: 42px; }
.OrderingPage .order-steps p { line-height: 42px; margin: 0;  padding-left: 15px; }
.OrderingPage .order-steps .no-padding { padding-left: 0; }
.OrderingPage .order-steps .os-s-count { background-color: #706059;border-radius: 20px;color: #e9e6e5; display: inline-block; font-size: 8px;line-height: 1;margin-right: 10px;padding: 4px 6px;vertical-align: middle;}
.OrderingPage .os-step { position: relative; }
.OrderingPage .os-step.active { background-color: #706059; color: #e9e6e5; }
.OrderingPage .os-step.active .os-s-count { background-color: #e9e6e5; color: #706059;}
.OrderingPage .os-step.active .os-s-arrow-right { display: block; }
.OrderingPage .os-s-arrow-right { border-top: 22px solid transparent; border-bottom: 21px solid transparent; border-left: 23px solid #706059; bottom: 0; display: none; height: 0; position: absolute; right: -22px; width: 0; }

.OrderingPage .order-intro { padding-top: 60px; }
.OrderingPage .order-intro h2 { padding-bottom: 20px; }
.OrderingPage .osi-text { font-size: 17px; padding-top: 30px; }


.OrderingPage .order-options { background-color: #ff8200; color: #FFF; margin-top: 78px; padding: 40px 15px;  }
.OrderingPage .oo-option { padding-top: 30px; }
.OrderingPage .oo-option:first-child { border-right: 1px solid rgb( 234, 231, 230 );  }
.OrderingPage .oo-option h1 { color: #FFFFFF; margin: 40px 0; }
.OrderingPage .oo-o-w-detail { color: rgba( 255, 236, 217, 1 ); font-size: 18px; line-height: 21px; min-height: 185px;}
.OrderingPage .oo-o-w-detail p  { margin-bottom: 20px; }
.OrderingPage .oo-o-w-price { padding-bottom: 40px; }
.OrderingPage .oo-o-w-price .btn { margin-top: 20px; padding: 14px 20px; }

.OrderingPage .order-footer { background-color: rgb( 69, 178, 148 ); color: #FFF; padding: 15px; }
.OrderingPage .order-footer p { font-size: 18px; }
.OrderingPage .order-footer .btn { margin-left: 20px; }

.OrderingPage .package-types { display: flex; margin-top: 40px; }

.OrderingPage .package-type { position: relative; }

.OrderingPage .package-Lite, 
.OrderingPage .package-Business { background-color: rgba( 255, 236, 217, 1 ); }
.OrderingPage .package-Standard { background-color: rgba( 255, 211, 166, 1 );  }
.OrderingPage .package-Plus { background-color: rgba( 255, 186, 115, 1 ); }
.OrderingPage .package-Online { background-color: #eae7e6; }

.OrderingPage .package-Lite .pt-head,
.OrderingPage .package-Business .pt-head { background-color: rgba( 255, 180, 102, 1 ); }
.OrderingPage .package-Standard .pt-head { background-color: rgba( 255, 155, 51, 1 ); }
.OrderingPage .package-Plus .pt-head { background-color: rgba( 255, 130, 0, 1 ); }
.OrderingPage .package-Plus .pt-c-header { color: #FFF; }
.OrderingPage .package-Online .pt-head {background-color: rgba( 112, 97, 89, 1 ); }

.OrderingPage .pt-head { color: #FFF; height: 150px; overflow: hidden; padding-bottom: 20px; }
.OrderingPage .pt-head .pt-h-price { margin-bottom: 5px; margin-top: 0; }
.OrderingPage .pt-head small { font-size: 10px; font-weight: lighter;}
.OrderingPage .pt-content { padding: 15px 8px 236px; }
.OrderingPage .pt-c-header { color: #ff8200; }
.OrderingPage .pt-c-header p { border-bottom: 1px solid rgba( 205, 200, 197, 1 ); padding-bottom: 20px; }
.OrderingPage .pt-c-feats ul { list-style: none; margin: 0; padding: 0; }
.OrderingPage .pt-c-feats ul li { font-size: 15px; padding: 4px 0;  }
.OrderingPage .pt-c-feats ul ul { margin-left: 50px; }
.OrderingPage .pt-c-feats ul ul li { padding: 0; }
.OrderingPage .package-types .glyphicon { color: rgb( 69, 178, 148 ); padding-right: 10px; }
.OrderingPage .pt-c-f-get { bottom: 50px; position: absolute; }
.OrderingPage .pt-c-f-get h4 { font-weight: lighter; line-height: 1.4; margin-bottom: 30px;}
.OrderingPage .pt-c-f-get .btn { background-color: #00b592; font-size: 14px; font-weight: normal; min-width: 239px; padding: 14px 20px;  }
.OrderingPage .pt-c-f-get .btn.buynow{ margin-top: 15px; background-color: transparent; border: 1px solid #00b592; color: #00b592!important} 
.OrderingPage .pt-c-feats .pt-f-content ul { margin:0; padding: 0; list-style-type: circle; }
.OrderingPage .pt-f-content { padding-left: 12px; padding-top: 10px; }
.OrderingPage .pt-f-content p { margin-bottom: 2px; }
.OrderingPage .pt-c-f-buttons { padding-top: 30px; }

.OrderingPage .package-disclaimer { background-color: #f0efee; }
.OrderingPage .package-disclaimer p { color: #938982; font-weight: lighter; margin: 0; padding: 15px 0; }

.OrderingPage .add-ons { margin-top: 50px; }
.OrderingPage .ao-items { margin-top: 80px; }
.OrderingPage .ao-items img { padding: 5px 0; }
.OrderingPage .ao-items h3 { color: #ff8200; font-size: 25px; margin-top: 0; }
.OrderingPage .ao-items h4 { color: #ff8200; margin-bottom: 20px; }
.OrderingPage .ao-i-content { border-right: 1px solid #e9e6e5; }
/*.OrderingPage .ao-i-c-desc { padding-right: 102px; }*/
.OrderingPage .ao-i-c-desc ul { padding-left: 15px; }
.OrderingPage .ao-i-price { font-size: 45px; font-weight: lighter; }
.OrderingPage .ao-i-price small { display: block; font-size: 14px; line-height: 1.3; margin-top: 10px; }
.OrderingPage .ao-i-wrapper .btn { background-color: #00b592; font-weight: normal; padding: 10px 50px; margin-top: 10px; }
.OrderingPage .ao-i-wrapper .btn-trans,
.OrderingPage .add-ons-navigation .btn-trans { background-color: transparent; border: 1px solid #00b592; color: #00b592!important; }
.OrderingPage .add-ons-navigation { border-top: 1px solid #e9e6e5; margin-top: 30px; padding: 15px 0 0; }
.OrderingPage .add-ons-navigation .btn { border-radius: 18px; width: 120px; }

.OrderingPage .container-payment { width: 1170px; }
.OrderingPage .container-payment input[ type=submit ].btn {
    background-color: #00b592;
    font-size: inherit;
    font-weight: normal;
    margin-top: 0;
    padding:10px 20px;
}

.OrderingPage .payment-form { margin-top: 50px; }
.OrderingPage .payment-form fieldset { margin-top: 52px; width: 95%; }
.OrderingPage .payment-form fieldset.profile { margin-top: 30px; }
.OrderingPage .payment-form fieldset input[ type=text ],
.OrderingPage .payment-form fieldset input[ type=email ],
.OrderingPage .payment-form fieldset input[ type=password ],
.OrderingPage .payment-form select { background-color: #EEE; border: 1px solid #e9e6e5; border-radius: 2px; padding: 10px 15px; }
.OrderingPage .payment-form select { width: 100%; }
.OrderingPage .payment-form fieldset .col-md-12,
.OrderingPage .payment-form fieldset .col-md-6 { padding-right: 0; }
.OrderingPage .pf-form { border-right: 1px solid #e9e6e5;  }
.OrderingPage .pf-review { color: #706059; font-size: 15px; padding: 10px 40px 0 38px; }
.OrderingPage .pf-review .pf-r-wrap { border-bottom: 1px dotted #e9e6e5; padding: 40px 0; }
.OrderingPage .pf-review .pf-r-price { font-weight: lighter; }
.OrderingPage .pf-review .pf-r-title { position: relative; }
.OrderingPage .pf-review .pf-r-t-remove { align-items: center; cursor: pointer; display: flex; height: 100%; left: -10px; position: absolute; text-decoration: none; top: 0; }
.OrderingPage .pf-review .pf-r-t-remove:hover { color: #ff8200; }
.OrderingPage .pf-review .Product { padding-top: 18px; }
.OrderingPage .pf-review .Product,
.OrderingPage .pf-review .GrandTotal  { color: #ff8200; font-size: 18px; }
.OrderingPage .pf-review .GrandTotal { border-top: 2px solid rgb( 69, 178, 148 ); border-bottom: 2px solid rgb( 69, 178, 148 ); line-height: 1; padding: 25px 0; }
.OrderingPage .Product .pf-r-title { font-weight: bold; }
.OrderingPage .Product .pf-r-t-plus { display: none; }
.OrderingPage .GrandTotal .pf-r-title span { vertical-align: sub; }
.OrderingPage .GrandTotal .pf-r-price { color: rgb( 69, 178, 148 ); font-size: 24px; font-weight: bold; }

.OrderingPage .thank-you { background-color: #ff8200; color: #FFF; padding-top: 60px; }
.OrderingPage .thank-you .container { background: url( '../images/karan-mug.png' ) no-repeat left bottom transparent; min-height: 476px;  }
.OrderingPage .thank-you h1 { font-size: 50px; line-height: 1; }
.OrderingPage .thank-you h3 { font-weight: lighter; line-height: 1.3; margin-bottom: 40px; margin-top: 35px; }
.OrderingPage .thank-you .btn { font-size: 15px; padding: 12px 70px; }

.OrderingPage .os-step a { text-decoration: none; }
.OrderingPage .os-step a:hover { text-decoration: underline; }

.OrderingPage .product-global .p-pages { list-style: none; margin: 0; padding: 0; }
.OrderingPage .product-global .p-pages li { display: inline-block; padding: 0 10px;}
.OrderingPage .incl-gst { color: #FFF; font-size: 50%; white-space: nowrap; }
.OrderingPage .ao-i-price .incl-gst { color: #706059; display: inline; font-size: 30%;}
.OrderingPage .pf-r-price .incl-gst { color: inherit; display: block; font-size: 60%; }
.OrderingPage .GrandTotal .incl-gst { display: block; }

span.tags { font-size: 12px; }
.tag-link { font-size: 12px; text-decoration: none; }


.SupportPage .ps-banner .container { background: url( '../images/bg-support.png' ) no-repeat right bottom transparent; }
.SupportPage .ps-b-wrap { align-items: center; display: flex; flex-direction: column;  justify-content: center; min-height: 340px; padding-right: 65px; }
.SupportPage .ps-nav-link { background-color: rgba( 148, 138, 130, .1 ); padding: 32px 0; }
.SupportPage .ps-nav-link a { color: #706059; line-height: 18px; font-family: 'Fira Sans'; font-size: 15px; text-decoration: none; }
.SupportPage .ps-tl-nav ul { list-style: none; padding: 0; margin: 0; }
.SupportPage .ps-tl-nav li { display: inline-block; padding: 0 10px; }
.SupportPage .ps-section {  padding: 70px 0 0; }
.SupportPage .ps-section .container { border-bottom: 1px solid rgba( 148, 138, 130, 1 ); padding-bottom: 70px; }
.SupportPage .ps-section h2 { color: #ff8200; font-size: 40px; line-height: 48px; margin-bottom: 85px; }
.SupportPage .ps-oa-rows { margin-bottom: 80px; }
.SupportPage .ps-oa-rows:last-child { margin-bottom: 0; }
.SupportPage .ps-oa-rows h3 { font-size: 30px; font-weight: lighter; line-height: 36px; margin-top: 0; }
.SupportPage .oa-r-left { padding-left:70px; }
.SupportPage .oa-r-right { padding-right: 70px; }
.SupportPage .ps-oa-rows p { font-size: 18px; line-height: 28px; margin-bottom: 40px; }
.SupportPage .ps-oa-rows .btn { text-align: center; width: 200px; }
.SupportPage .ps-bottom { background-color: #ff8200; color: #FFF; }
.SupportPage .ps-bottom .container { border-bottom: none; }
.SupportPage .ps-bottom h2 { color: #FFF; }
.SupportPage .ps-b-right { padding-right: 65px; }
.SupportPage .ps-b-right p { font-size: 16px; line-height: 28px; }
.SupportPage .ps-b-content { align-items: center; display: flex; }
.SupportPage .ps-b-content img { max-width: 100%; }
.SupportPage .ps-b-nts { background: url( '../images/net-promoter-score-web.png' ) no-repeat center center transparent; background-size: contain; font-size: 125px; font-weight: bold; height: 380px; line-height: 50px; width: 100%; }
.SupportPage .ps-b-nts span { display: block; padding-top: 145px; text-align: center; }

.HomeSupport .ps-section { min-height: 800px; }
.HomeSupport .ps-section .container { border-bottom: none; }

.online-accounting .btn-orange,
.desktop-accounting .btn-orange,
.btn-orange { background-color: #ff8200; margin-top: 10px; }

.online-accounting .buynow { width: 95%; margin-left: 25px; margin-right: 15px; background-color: #FFF; font-size: 19px; color: #00b692 !important; padding: 10px 0; font-weight: 500; }

.PricingPage .pt-c-feats ul li { padding: 10px 0; }
.PricingPage .pt-content { padding-left: 0; padding-right: 0; }
.PricingPage .pt-c-f-get .btn { min-width: 0; width: 100%; }
.PricingPage .pt-c-f-get .btn-learn-more { padding-top: 10px; }
.PricingPage .pt-c-f-get .btn-learn-more .btn { background-color: transparent; border: 1px solid #00b592; color: #00b592!important; padding-top: 14px; padding-bottom: 14px }

.AccountingPage h1 { font-size: 40px; font-weight: bold; }
.AccountingPage #Banner { background-image: url( '../images/accounting/Accounting-bg-web.jpg' ); }
.AccountingPage #home_section2 .btn { font-size: 16px; font-weight: bold; margin-right: 20px; width: 180px; }
.AccountingPage #home_section2 .odd { margin-bottom: 0; }
.AccountingPage #home_section2 .img_section { text-align: left; }
.AccountingPage .featureContainer { padding-bottom: 0; }
.AccountingPage .featureContainer .row { margin-top: 0; }
.AccountingPage .featureContainer h2 { font-size: 40px; font-weight: bold; margin-bottom: 80px;  }
.AccountingPage .featureContainer .section { margin-top: 20px; }
.AccountingPage .keep-up-to-date { background-color: #706059; color: #FFF; }
.AccountingPage .kd-content { padding: 70px 20px 70px 15px; }
.AccountingPage .kd-bg { background: url( '../images/accounting/Accounting-bg-2-web.png' ) no-repeat right bottom transparent; }
.AccountingPage .kd-c-bg { background: url( '../images/accounting/Accounting-bg-3-web.png' ) no-repeat 40% bottom transparent; height: 272px; }
.AccountingPage .HomeSupport h2 { margin-bottom: 20px; }
.AccountingPage .HomeSupport a { color: #FFF; }
.AccountingPage .HomeSupport .ps-section { min-height: 0; }
.AccountingPage .dedicated-support { background: url( '../images/accounting/Accounting-bg-4-web.png' ) no-repeat 85% bottom transparent; padding: 150px 0; }
.AccountingPage .dedicated-support h3  { font-size: 28px; margin-bottom: 20px; }
.AccountingPage .dedicated-support p { font-size: 18px; }
.AccountingPage #FreeTrial { text-align: left; }
.AccountingPage #Form_DownloadTrialForm  { margin-left: 0; }
.AccountingPage #FreeTrial .column { padding-left: 15px; padding-right: 15px; }
.AccountingPage #FreeTrial .img-responsive { margin: 0 auto; }
.AccountingPage #FreeTrial p { font-size: 18px; }
.AccountingPage .want-more-information { background-color: #ff8200; color: #FFF; padding: 70px 0;}
.AccountingPage .want-more-information h2 { font-size: 40px; font-weight: bold; }
.AccountingPage .want-more-information p { font-size: 20px; }
.AccountingPage .want-more-information .btn { font-size: 16px; width: 200px; }

.AddonPage h1 { font-size: 40px; font-weight: bold; margin-bottom: 30px; margin-top: 0; }
.AddonPage .ao-heading { background: url( '../images/addon/web-addon-top.png' ) no-repeat center bottom #F1F0F0; padding: 100px 0; text-align: center; }
.AddonPage .ao-heading p { font-size: 18px; line-height: 28px;}
.AddonPage .ao-p-panel { padding: 100px 0; text-align: center; }
.AddonPage .ao-p-panel:nth-child( even ) { background-color: #F1F0F0; }
.AddonPage .ao-p-panel h2 { font-size: 28px; font-weight: bold; margin-bottom: 0; }
.AddonPage .ao-p-panel ul { list-style: none; margin: 0; padding: 0; }
.AddonPage .ao-p-panel li { display: inline-block; margin-top: 60px; padding-right: 100px; text-align: left; vertical-align: middle; }
.AddonPage .ao-p-panel.panel-three li { padding-right: 120px; }
.AddonPage .ao-p-panel li:nth-child( 4 ),
.AddonPage .ao-p-panel li:last-child,
.AddonPage .ao-p-panel.panel-two li:last-child,
.AddonPage .ao-p-panel.panel-three li:nth-child( 4 ) { padding-right: 0; }
.AddonPage .ao-p-panel.panel-four h2 { line-height: 34px; }
.AddonPage .ao-p-panel.panel-two li { padding-right: 58px; }
.AddonPage .ao-p-panel.orange-bg { background-color: #ff8200; }
.AddonPage .ao-p-panel.orange-bg p { color: #FFF;  font-size: 28px; font-weight: lighter; line-height: 42px; }
.AddonPage .ao-p-panel .btn  { font-size: 14px; margin-top: 40px; min-width: 320px; }
.AddonPage .ao-p-panel.panel-pad .container { width: 56%; }

.KeyTaxPage h1 { font-size: 30px; line-height: 30px; margin-bottom: 40px; margin-top: 0; }
.KeyTaxPage table { margin-top:; }
.KeyTaxPage table th { color: #ff8200; font-size: 18px; font-weight: bold; }
.KeyTaxPage table ul { margin: 0; padding-left: 15px; }
.KeyTaxPage table li { margin-bottom: 10px; padding-left: 15px; }
.KeyTaxPage .k-content { margin-top: 68px; padding-bottom: 60px; }
.KeyTaxPage .k-c-c-date { padding-left: 10px; width: 25%; }
.KeyTaxPage .k-c-c-category { width: 25%; }
.KeyTaxPage .k-c-c-desc { padding-right: 20px; width: 50%; }
.KeyTaxPage .top-slider { background-color: #efedec; padding: 15px 0;}
.KeyTaxPage .top-slider ul { list-style: none; margin: 0; padding: 0; }
.KeyTaxPage .top-slider li { text-align: center; }
.KeyTaxPage .top-slider a { font-size: 17px; font-weight: bold; text-decoration: none; }
.KeyTaxPage .top-slider .current a,
.KeyTaxPage .top-slider li a:hover { color: #ff8200; }
.KeyTaxPage .top-slider .slick-arrow:before { background-color: #f7f7f6; border: 1px solid rgba( 180, 179, 179, .53 ); border-radius: 2px; padding: 6px 8px;  }
.KeyTaxPage .top-slider .slick-prev { left: -40px; }
.KeyTaxPage .top-slider .slick-prev:before { content: "\e257"; }
.KeyTaxPage .top-slider .slick-next { right: -40px; }
.KeyTaxPage .top-slider .slick-next:before { content: "\e258"; }
.KeyTaxPage .k-c-filter { margin-top: 112px; }
.KeyTaxPage .k-c-filter h4 { font-size: 16px; margin: 0; }
.KeyTaxPage .k-c-f-heading { background-color: #706159; border-top-left-radius: 2px; border-top-right-radius: 2px; color: #FFF; padding: 18px 26px; }
.KeyTaxPage .k-c-f-form { background-color: #efedec; border: 1px solid rgba( 180, 179, 179, .53 ); border-radius: 2px; border-top-left-radius: 0; border-top-right-radius: 0; padding: 18px 26px; }
.KeyTaxPage .k-c-f-form select { background-color: #f7f7f6; border: 1px solid rgba( 180, 179, 179, .53 ); border-radius: 2px; margin-top: 10px; padding: 10px 15px; width: 100%;  }
.KeyTaxPage .k-c-f-form .btn { margin-top: 15px; width: 100%; }
.KeyTaxPage .no-pad-right { padding-right: 0; }

.Homepage .hp-section .title { font-size: 40px; font-weight: bold; padding: 48px 0;  }

.Homepage .banner { background: url( '../images/web-banner-new-1.png' ) no-repeat center top #f4f4f4;  }
.Homepage .banner { position: relative; }
.Homepage .banner #Bannercontent { margin-top: 50px;  }
.Homepage .banner #Bannercontent div { font-weight: 400; }
.Homepage .banner .b-left { color: #706159; min-height: 832px; }
.Homepage .banner .b-right { background-color: #4fba9c; color: #FFF; padding-bottom: 75px;}
.Homepage .banner .b-right .title { font-size: 35px; line-height: 36px; }
.Homepage .banner .b-r-wrapper { padding: 0 29px; }
.Homepage .banner .b-r-img { margin-top: 30px; }
.Homepage .banner .b-r-intro { font-size: 15px; line-height: 16px; margin-top: 30px; }
.Homepage .banner .b-r-download { margin-top: 20px; }
.Homepage .banner .b-r-download .btn { background-color: #FD8223; }
.Homepage .banner .title { padding-bottom: 0; }
.Homepage .banner .b-r-green { background: url( '../images/web-green-bottom.png' ) repeat center center transparent; bottom: 0; height: 64px; position: absolute; right: 0; width: 100%; }
.Homepage a.more:link, .Homepage  a.more:visited{font-size: 12px; font-weight: 500; text-decoration: none;}

.Homepage .section-nav { box-shadow: 1px 2px 5px #DDD; padding: 25px 0; text-align: center;  }
.Homepage .section-nav ul { line-height: 1; list-style: none; margin: 0; padding: 0; }
.Homepage .section-nav li { display: inline-block; line-height: 1; padding: 0 30px; }
.Homepage .section-nav a { font-size: 14px; font-weight: 500; text-decoration: none; }
.Homepage .section-nav li:hover a,
.Homepage .section-nav .active a { color: #ff8200; }
.Homepage .why-cashmanager { padding-bottom: 120px; }
.Homepage .why-cashmanager .title { text-align: center; }
.Homepage .why-cashmanager .wc-thumb { align-items: center; display: flex; height: 265px; padding: 0 30px; }
.Homepage .why-cashmanager p { font-family: 'Fira Sans'; font-size: 25px; font-weight: 300; letter-spacing: -1.7px; line-height: 30px; }
.Homepage .why-cashmanager .btn { margin-top: 30px; min-width: 145px; }

.Homepage .screenshot { background-color: #E8E7E6; min-height:450px; }
.Homepage .screenshot .s-img-wrapper { position: relative; }
.Homepage .screenshot .s-img { position: absolute; top: -55px; width: 100%; }
.Homepage .screenshot .s-img img { margin: 0 auto;}
.Homepage .screenshot .nps { max-width: 175px; position: absolute; right: 5%; top: -54px; z-index: 10; }
.Homepage .screenshot .nps-wrapper { position: relative; }
.Homepage .screenshot .nps-value { color: #FFF; font-size: 40px; font-weight: bold; position: absolute; top: 45px; width: 100%;  }
.Homepage .screenshot .nps-text { bottom: 70px; color: #FFF; font-size: 12px; font-weight: bold; line-height: 13px; position: absolute; width: 100%;  }
.Homepage .screenshot .nps-text span { display: inline-block; width: 100px; }
.Homepage .screenshot .s-content { padding-bottom: 50px; padding-top: 290px; }
.Homepage .screenshot .s-c-icon { height: 23px; }
.Homepage .screenshot .s-c-content h3 { font-size: 16px}
.Homepage .screenshot .s-c-content p { font-size: 13px; font-weight: 300; }

.Homepage .academy { background-color: #FD8223; color: #FFF; padding-top: 62px; }
.Homepage .academy .container { background: url( '../images/web-bg-academy.png' ) no-repeat right bottom transparent; }
.Homepage .academy .title { line-height: 40px; padding: 0 175px 50px 0; }
.Homepage .academy .a-content { padding: 0 75px 62px 15px; }
.Homepage .academy .a-content p { font-weight: 300; }
.Homepage .academy .a-c-read-more { margin-top: 30px; }
.Homepage .academy .a-c-read-more .btn { min-width: 180px; }

.Homepage .featureContainer p { font-size: 12px; font-weight: 300; line-height: 14px; }
.Homepage .featureContainer .btn,
.Homepage .featureContainer .a { background-color: transparent; border: none;  color: #00b592 ! important; font-size: 12px; font-weight: 300; }
.Homepage .featureContainer hr { border-color: transparent; box-shadow: 0 1px 1px #938982; margin-bottom: 40px; }
.Homepage .featureContainer .section_content { padding-bottom: 0; }

.Homepage .testimonial { background-color: #e8e7e5; }
.Homepage .testimonial .t-item { background-color: #706059; color: #FFF; height: 566px; overflow: hidden; }
.Homepage .testimonial .t-item.dark { background-color: #50453f; }
.Homepage .testimonial .t-item > .row { height: 100%; padding-bottom: 60px; position: relative; }
.Homepage .testimonial .t-i-content { font-size: 13px; padding: 30px 15px 0; }
.Homepage .testimonial .t-i-content a { color: #FFF; }
.Homepage .testimonial .t-i-content:before {
    content: '';
    background: url( ../images/web-testi-quote.png ) no-repeat center center transparent;
    text-align: center;
    width: 25px;
    height: 21px;
    display: inline-block;
    margin-bottom: 30px;
}
.Homepage .testimonial .t-i-c-text { font-style: italic; font-weight: 300; }
.Homepage .testimonial .t-i-c-title { font-style: italic; font-weight: bold; margin-bottom: 0; }
.Homepage .testimonial .t-i-c-sub { font-style: italic; }
.Homepage .testimonial .t-i-person { padding: 0 30px; position: absolute; text-align: center; top: 475px; width: 100%; }

.Homepage .cashmanager-products { background-color: #FD8223; color: #FFF; padding: 0 0 70px; }
.Homepage .cashmanager-products .cp-p-product { height: 150px; margin-right: 10px; width: 235px; }
.Homepage .cashmanager-products .cp-p-product a:link, .Homepage .cashmanager-products .cp-p-product a:visited{text-decoration: none;}
.Homepage .cashmanager-products.global .cp-p-product { height: 121px; }
.Homepage .cashmanager-products .product-plus a:link, 
.Homepage .cashmanager-products .product-plus a:visited{text-decoration: none; color: #ff8200}
.Homepage .cashmanager-products .cp-p-p-wrapper { padding: 23px 8px; }
.Homepage .cashmanager-products .name,
.Homepage .cashmanager-products .price { font-size: 30px; font-weight: bold; margin: 0;}
.Homepage .cashmanager-products .price { font-size: 22px; }
.Homepage .cashmanager-products .summary { font-size: 10px; font-style: italic; font-weight: 300; margin-top: 10px; }
.Homepage .cashmanager-products .product-lite { background-color: #ff9b33; }
.Homepage .cashmanager-products .product-standard { background-color: #ffc180; }
.Homepage .cashmanager-products .product-plus { background-color: #ffe0bf; color: #ff8200; }

.Homepage .cashmanager-products .product-plus a:link, 
.Homepage .cashmanager-products .product-plus a:visited{text-decoration: none; color: #ff8200}
.Homepage .cashmanager-products .product-business, .Homepage .cashmanager-products .product-business a:link, .Homepage .cashmanager-products .product-business a:visited { background-color: #FFF; color: #ff8200; }

.Homepage .cashmanager-products .product-online { background-color: #706059; }
.Homepage .cashmanager-products .cp-p-read-more { margin-top: 30px; }
.Homepage .cashmanager-products .cp-p-global { font-style: italic; margin-top: 20px; }
.Homepage .cashmanager-products .cp-p-global a { color: #FFF; }
.Homepage .cashmanager-products .btn-white { background-color: #FFF; color: #00b592 ! important; }
.Homepage .cp-product-container{margin: 0 auto; display:inline-flex}
.Homepage .captcha{margin-left: -10px}

#FreeTrial .btn.buynow { background-color: #FD8223; color: #FFF ! important; width: 255px; margin-left: 20px; padding: 10px 15px; font-size: 20px; }

.christmas-banner { background-color: #E8E7E5; font-size: 12px; padding: 15px 0 20px; text-align: center; }
.christmas-banner ul { list-style: none; margin: 0; padding: 0; }

.DownloadEbookPage .de-section { padding-bottom: 100px; }
.DownloadEbookPage .de-section .title { background-color: rgb( 69, 178, 148 ); color: #FFF; margin-bottom: 50px; text-align: center; }
.DownloadEbookPage .de-content { background-color: #E8E7E6; padding: 50px 50px 50px 80px;  }
.DownloadEbookPage .de-content h2,
.DownloadEbookPage .de-content h4 { text-align: center; }
.DownloadEbookPage .de-c-content { padding-top: 70px;  }
.DownloadEbookPage .de-c-content .left { width: 52%; }
.DownloadEbookPage .de-c-content .right { width: 48%;  }

.DownloadEbookPage .de-form h3 { color: #ff8200; margin-bottom: 30px; text-align: center;  }
.DownloadEbookPage .de-form label { display: none; }
.DownloadEbookPage .de-form input[type=text], 
.DownloadEbookPage .de-form input[type=email] { background-color: #fff; border: 1px solid #bbb; border-radius: 2px; padding: 4px 10px; }
.DownloadEbookPage .d-f-wrapper { box-shadow: 0px 3px 5px #AAA; padding: 10px 20px 40px; }
.DownloadEbookPage .de-form input[type=submit] { background-color: rgb( 69, 178, 148 ); font-weight: normal; margin-top: 10px; padding: 5px 0; width: 100%; }
.DownloadEbookPage .de-form .error { margin-bottom: 5px;  }
.DownloadEbookPage .de-form input[type=text].error,
.DownloadEbookPage .de-form input[type=email].error { border: 1px solid #FFCCCC; background-color: #FF9494; color: #FFCCCC; }


.ezifeed-signup-form .change-country { background-color: #F1F1F1; background-position-x: 98%; }

.blog-categories { background-color: #44b293; margin-top: 50px; padding: 15px 0; }
.blog-categories a { color: #FFFFFF; font-size: 13px; font-weight: normal; text-decoration: none; }
.blog-categories ul { list-style: none; margin: 0; padding: 0; }
.blog-categories li { opacity: 0.6; padding-right: 20px; }
.blog-categories li.active,
.blog-categories li:hover { opacity: 1; }

.blog-list { margin-top: 50px; }
.bl-item { padding-bottom: 12px; }
.bl-wrapper { background: url( '../images/placeholder.jpg' ) no-repeat center center transparent; background-size: cover; height: 200px; position: relative; }
.bl-wrapper .bl-w-overlay { background-color: rgba( 0,0,0,.3 ); height: 100%; position: absolute; width: 100%; z-index: 1; }
.bl-wrapper .bl-w-orange { background-color: #ff8200; display: none; height: 100%; position: absolute; width: 100%; z-index: 2; }
.bl-wrapper:hover .bl-w-orange { display: block; }
.bl-wrapper .bl-content { bottom: 0; color: #FFF; font-weight: normal; height: 50%; left: 0; line-height: 19px;  padding: 16px; position: absolute; width: 100%; z-index: 3; }
.bl-wrapper .bl-content h2 { font-size: 15px; font-weight: normal; margin: 0; }
.bl-wrapper .bl-content h3 { font-size: 10px; font-weight: normal; margin-top: 15px; }

.bl-w-o-socials  { margin-top: 20px; padding: 0 25px; text-align: right; }
.bl-w-o-socials .stButton { margin-right: 0; }
.bl-w-o-socials .stButton .chicklets { background: none; color: #FFF; font-family:'FontAwesome'; font-size: 14px; padding: 0;}
.bl-w-o-socials .stButton .chicklets:hover { color: #d0011b ; }
.bl-w-o-socials .stButton .chicklets.facebook:before { content: "\f09a";  }
.bl-w-o-socials .stButton .chicklets.twitter:before { content: "\f099"; }
.bl-w-o-socials .stButton .chicklets.linkedin:before { content: "\f0e1"; }
.bl-w-o-socials .stButton .chicklets.googleplus:before { content: "\f235"; font-family: "Ionicons";}
.bl-w-o-socials .stButton .chicklets.googleplus { font-size: 18px; vertical-align: bottom; }
.bl-w-o-view-icon { margin-top: 40px; }

.bl-search-label { margin-bottom: 50px; }

.bh-search { margin-top: 30px; }
.bh-search .bh-s-field input { background-color: #f6f6f6; font-size: 13px; padding: 10px 15px; }
.bh-search .bh-s-submit input { background-color: #44b293; font-size: 13px; font-weight: normal; margin-top: 0; padding: 10px 28px; }

.blog-pagination { margin-top: 40px; }
.blog-pagination .pagination { margin: 0; padding: 0; list-style: none; }
.blog-pagination li { background-color: rgba(112, 96, 89, 0.5); border: none; border-radius: 3px; display: block; float: left; height: 23px; margin-right: 6px; text-align: center; width: 23px; }
.blog-pagination li a { background: none; border: none; color: #FFFFFF; float: none; font-size: 13px; font-weight: bold; line-height: 23px; padding: 0; }
.blog-pagination li:hover,
.blog-pagination li.active { background-color: #ff8200; color: #FFF; }
.blog-pagination li.active a { background: none; }
.blog-pagination li.next,
.blog-pagination li.prev{ background-color: #4a4a4a; width: 15px; }
.blog-pagination li a:hover { background-color: transparent; color: #FFF; }

.blog-breadcrumb { margin-top: 20px; }
.blog-breadcrumb .bb-l-wrap { border-bottom: 1px solid #979797; color: #706059; font-size: 11px; padding-bottom: 6px; }
.blog-breadcrumb .bb-l-wrap a { color: #706059; font-size: 11px; text-decoration: none; }
.blog-breadcrumb .bb-l-wrap a:hover { color: #44b293; }
.blog-breadcrumb .bb-l-wrap span { padding: 0 5px; }
.blog-breadcrumb .bb-l-wrap .bb-l-w-home { padding-left: 0; }
.blog-breadcrumb .bb-l-wrap .current { color: #44b293; }
.blog-content { margin-top: 35px; }

.bc-featured-image { background: url( '../images/placeholder.jpg' ) center center transparent; background-size: cover; height: 307px; width: 100%; }
.bc-meta { margin-top: 35px; }
.bc-meta h1 { color: #706059; font-size: 22px; margin: 0; }
.bc-meta .bl-w-o-socials { margin: 0; padding: 0; }
.bc-meta .bl-w-o-socials .chicklets {  color: #4a4a4a;; font-size: 15px; }
.bc-meta .bc-m-a-wrap { border-top: 1px solid #979797; margin-top: 10px; padding-top: 10px; }
.bc-meta .bc-m-author { color: #706059; font-size: 11px; }
.bc-content { margin-top: 35px; padding-bottom: 35px; }
.bc-content, 
.bc-content p { font-size: 11px; }
.bc-c-cat h4 { color: #4a4a4a; font-size: 13px; margin-top: 0; text-transform: uppercase; }
.bc-c-cat ul { list-style: none; padding: 0; margin: 0; }
.bc-c-cat a { color: #4a4a4a; font-size: 11px;  font-weight: 500; text-decoration: none; }
.bc-c-cat a:hover { color: #44b293; }

.loader { border: 16px solid #f3f3f3;  border-top: 16px solid #3498db;   border-radius: 50%; width: 120px; height: 120px; animation: spin 2s linear infinite; position: absolute; left: 50%; top: 50%; margin-left: -120px; margin-top: -120px; }

.slidesteps {text-align: center; max-width: 1100px; margin-bottom: 62px;}
.slidesteps ul {list-style: none;padding: 0;}
.slidesteps ul li {display: inline-block; margin: 0 7px; width: 186px;font-size: 14px;font-weight: 400; padding: 24px 14px 20px;background-color: #ff8200;border-radius: 5px; color: #fff; line-height: 20px; min-height: 145px; vertical-align: top;}
.slidesteps ul li img {display: block; margin: 0 auto 17px; max-height: 23px;}
.slideheader {font-size: 18px;font-weight: 700; margin: 10px 0 20px;}
.media-body.single {text-align: center;font-size: 25px; line-height: 35px;}
.HighlightedSections.why-cashmanager-accounting-software .third-section {display: none;}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#processString{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 10;
  text-align: center;
  display: none;
}
.ProcessingOrder{
  position: absolute; left: 50%; top: 50%; margin-left: -120px; margin-top: 20px; 
}
.holder-required {
    border: 1px #ff0000 solid !important;
}

/* Features Pages */
.FeaturesTemplate .how-to-become .slidecontent { margin-bottom: 20px; }
.FeaturesTemplate .how-to-become .slidesteps { margin-bottom: 40px; max-width: 1100px; }
.FeaturesTemplate .how-to-become .slidesteps a { color: #FFF; }
.FeaturesTemplate .how-to-become .htb-download li { min-height: 40px; padding: 10px; width: 340px; }
.FeaturesTemplate #BlogContent { margin-bottom: 0; margin-top: 0; }
.FeaturesTemplate #BlogContent .faq_title a { font-size: 27px; }

.smartgstSpacer{ height:120px }
.FeatureSection.smartgst .ezicustomvid{
 margin: -250px auto 0;
 width: 70%;
  padding-bottom: 40%;
}
.FeatureSection.smartgst  .ezicustomvid:before{
  padding:4%;
  opacity: 0.9;
}

.ezicustomvid:before{}
.ezicustomvid video::-webkit-media-controls{
  display: none
}
.ezicustomvid.paused:before{
  display: block;
}
.ezicustomvid.playing:before{
  display: none
}
.ezicustomvid:before{
    content: '';
    display: block;
    background-image: url('../images/_ionicons_svg_md-play.svg');
    background-color: #ff8200;
    padding: 12%;
    position: absolute;
    z-index: 9999999;
    border-radius: 100%;
    transform: translate(50%, 50%);
    right: 50%;
    bottom: 50%;
    color: #FFF;
    line-height: 0;
    margin-left: -10%;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: 70% 50%;
}

/*Exclusive Fuel Deal*/
.Page.fuel-deal .page-title{
  text-align: center;
  margin-bottom: 72px;
  margin-top: 24px;
}
.Page.sign-up .page-title {
  display: none;
}
.Page.sign-up .container.content_container{
width: auto;
    overflow: hidden;
    padding: 0;  
}
.Page.sign-up{
    background-color: #EAE8E6 !important;
}
a.btn-orange, a.btn-gray, a.btn-white {
  border: none;
  border-radius: 25px;
  padding: 17px 23px 17px;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;  
  color: #ffffff;
  font-weight: 700;  
  letter-spacing: 0.27px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
a.btn-white {
  background-color: #FFF;
  color: #46ad90;
}
a.btn-gray {
  background-color: #6ac1a9;
}  
a.btn-orange{
  background-color: #ee883e;
}

.content-exclusive-fuel-deal{
  color: #4a4a4a;
  font-family: 'Fira Sans';
  font-size: 18px;
  font-weight: 300;  
}
.content-exclusive-fuel-deal .deal-content p{    margin-bottom: 22px; line-height: 22px;}
.content-exclusive-fuel-deal .deal-subtitle{
  color: #4fba9c;  
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.48px;  
  margin: 30px 0 10px 0;
}
.content-exclusive-fuel-deal .c-signup{ margin-bottom: 35px; margin-top: 25px;}
.content-exclusive-fuel-deal .deal-content-location{     line-height: 22px; }
.content-exclusive-fuel-deal .c-find{  margin-top: 30px; margin-bottom: 35px; }
.notes {
  border-top: 1px solid #c9bfbb;
  padding-top: 15px;
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400;  
  letter-spacing: 0.3px;
  margin-top: 45px;
}
.notes a,
.deal-content-location p a{
  color: #ff8200;
  text-decoration: none;
}
.card-image {
  padding: 0 30px;
}

.card-image img{
  transform: rotate(-15deg);
  max-width: 393px;
  margin-top: 30px;
  margin-left: 30px;
    width: 100%;
}

.exclusive-ty {
  background: #4fba9c;
  color: #FFF;
}

.exclusive-ty .page-title{
  margin-bottom: 48px;
  margin-top: 22px;
}
.exclusive-ty .page-description{
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.48px;  
  text-decoration: center;
  margin: 0 auto 30px auto;
  max-width: 600px;
  text-align: center;
}
.exclusive-ty h3{
  font-size: 25px;
  font-weight: 700;
  /* Text style for "What happe" */
  letter-spacing: 0.36px;  
  text-align: center;
}
.service-title {   }
.services-grid {
  margin-top: 66px;
  font-size: 18px;
  font-weight: 700;
}
.services-grid h5{
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;  
}
.service-content{
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}
.mobil-content h3{
margin-bottom: 50px;
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
    line-height: 29px;
}
.exclusive-ty-notes  {
  font-size: 14px;
  font-weight: 400;
  color: #a6dece;
  letter-spacing: 0.3px;
  margin-top: 15px;
}
.exclusive-ty-notes a{
  color: #FFF;
  text-decoration: none;
} 
.service-icon { height: 33px; }
.service-icon img{ max-height: 23px; }
.service-icon.img18h img{ max-height: 18px; }
.exclusive-ty-blogs .description{  
  max-width: 795px;
  color: #706059;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.48px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
}
.exclusive-ty-blogs {
  min-height: auto;
}
.exclusive-ty-blogs .blog-grid{
  margin-bottom: 15px;
}
.exclusive-ty-blogs .blog-grid h3{
  color: #706059;
  font-size: 18px;
  font-weight: 700;  
  margin: 33px 0 12px;
}
.exclusive-ty-blogs .blog-grid a{
  color: #ff8200;
  font-size: 14px;
  font-weight: 400; 
  letter-spacing: 0.3px;
  margin-top: 13px;
  text-decoration: none;
}
.exclusive-ty-blogs .blog-grid img{
  margin: 0 auto;
}
/*.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    margin-top: 24px;
}
iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}*/

.resp-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  min-height: 1500px;
   height: 100%;
}

.resp-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
    min-height: 1500px;
}
/*Exclusive Fuel Deal END*/

/*java notif */
.java-disabled {
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #00b592;
    position: fixed;
    width: 100%;
    height: 40px;
    top: 0;
    z-index: 99999;
}
.java-disabled a{
    color: #fff;
}
