body.caslon-body {
  font-family: 'Roboto', sans-serif !important;
  overflow: hidden; }
  body.caslon-body .can-cas-modal {
    top: 60px; }
  body.caslon-body .title {
    padding: 40px 0;
    color: #333;
    font-weight: 600; }
  body.caslon-body h1, body.caslon-body h2, body.caslon-body h3, body.caslon-body h4, body.caslon-body h5, body.caslon-body h6 {
    font-weight: normal; }

/*.modal-open {
	.modal{
		top:60px;
	}
}*/
section .overlay {
  padding: 100px 0; }

#screensimcontent .overlay {
  padding: 0; }

.collection {
  background-image: url("../images/par1.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 -380px; }
  .collection .overlay {
    background: rgba(139, 195, 75, 0.46); }
  .collection .heading {
    font-weight: bold;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.54);
    font-size: 35px;
    color: #fff; }
  .collection .img img {
    max-width: 220px; }
  .collection p {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    margin-top: 20px;
    font-size: 22px;
    color: #fff; }

.practices {
  background-image: url("../images/par2.jpg");
  background-position: 0 -380px; }
  .practices .overlay {
    background: rgba(0, 67, 99, 0.81); }
  .practices .heading {
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.54);
    font-size: 35px;
    margin-bottom: 40px;
    color: #fff; }
  .practices .img img {
    max-width: 220px; }
  .practices h3 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 22px; }
  .practices ul {
    padding-left: 0;
    list-style: square;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    margin-top: 20px;
    color: #fff; }
    .practices ul li {
      display: inline-block;
      font-size: 14px;
      background: rgba(255, 255, 255, 0.1);
      padding: 10px;
      border-radius: 5px;
      margin-bottom: 3px; }

.platform .overlay {
  background: #fff; }
.platform .heading {
  border-bottom: 1px solid #ddd;
  display: inline;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 45px;
  color: #00619b; }
.platform .img img {
  max-width: 220px; }
.platform p {
  margin-top: 30px;
  font-size: 18px;
  color: #666; }

.m-b-50 {
  margin-bottom: 50px; }

.m-t-20 {
  margin-top: 20px; }

.caslon-body h1 {
  font-size: 36px;
  color: #003b5d; }
.caslon-body h2 {
  color: #fff;
  font-size: 34px;
  margin: 0; }
.caslon-body h3 {
  color: #fff;
  font-size: 26px;
  margin: 0; }
.caslon-body h4 {
  font-size: 28px;
  color: #003b5d; }
.caslon-body > section {
  padding: 60px  0;
  border-bottom: 1px solid #eee;
  border-left: none;
  border-right: none; }
.caslon-body .challenges-cont h2 {
  font-size: 33px;
  line-height: 32px;
  padding-bottom: 12px;
  color: #003b5d;
  text-align: left;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 36px; }
.caslon-body p {
  font-size: 20px;
  color: #7c7c7c;
  font-family: 'Open Sans', sans-serif; }
.caslon-body ol, .caslon-body ul {
  padding: 0; }
  .caslon-body ol li, .caslon-body ul li {
    list-style: none; }
.caslon-body .btn-submit {
  background: #096bcd none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  font-size: 17px;
  padding: 4px 17px; }
.caslon-body .parallx-bg {
  background-attachment: fixed;
  background-size: cover; }
.caslon-body .log-cont {
  max-width: 350px;
  padding: 0 20px;
  margin: 50px auto 0px auto;
  position: relative;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.4);
  padding: 22px 20px;
  font-family: fontHelvetica,arial;
  font-weight: 300;
  /*&.ssize{
  	margin-top: 0;
  	max-width: 310px;
  }*/ }
  .caslon-body .log-cont h3.login-h3 {
    color: #003b5d;
    padding-bottom: 10px; }
  .caslon-body .log-cont h4.login-h4 {
    font-size: 18px;
    padding-bottom: 10px; }
  .caslon-body .log-cont .sub-heading {
    font-family: fontHelvetica,arial;
    font-weight: 300;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
    margin: 16px 0px 22px 0px; }
  .caslon-body .log-cont h3 {
    color: #003b5d; }
  .caslon-body .log-cont .sign {
    font-size: 24px;
    padding: 5px 0;
    display: block;
    line-height: 40px; }
  .caslon-body .log-cont .form-box input[type="text"], .caslon-body .log-cont .form-box input[type="password"] {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    border-radius: 0px;
    margin-bottom: 10px; }
  .caslon-body .log-cont .btn-primary {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    margin-top: 27px; }
  .caslon-body .log-cont .btn-primary:hover {
    background: #04c; }
.caslon-body #pswd_info {
  position: absolute;
  margin-top: -10px;
  left: 0px;
  width: 91%;
  padding: 15px;
  background: #fefefe;
  font-size: .875em;
  box-shadow: 0 1px 3px #ccc;
  border: 1px solid #ddd;
  display: none;
  z-index: 99; }
  .caslon-body #pswd_info h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
    font-size: 18px; }
  .caslon-body #pswd_info ul {
    list-style: none;
    margin-left: 0; }
  .caslon-body #pswd_info .invalid {
    background: url(../images/invalid.png) no-repeat 0 50%;
    padding-left: 30px;
    line-height: 24px;
    color: #DD4B39; }
  .caslon-body #pswd_info .valid {
    background: url(../images/valid.png) no-repeat 0 50%;
    padding-left: 30px;
    line-height: 24px;
    color: #3a7d34; }
.caslon-body .form-box {
  position: relative; }
  .caslon-body .form-box input[type="text"], .caslon-body .form-box input[type="password"] {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fafafa;
    transition: 0.2s ease-in-out; }
    .caslon-body .form-box input[type="text"]:focus, .caslon-body .form-box input[type="password"]:focus {
      outline: 0;
      background: #eee; }
  .caslon-body .form-box input[type="text"] {
    border-radius: 5px 5px 0 0; }
  .caslon-body .form-box input[type="password"] {
    border-radius: 0 0 5px 5px;
    border-top: 0; }
  .caslon-body .form-box button.login {
    margin-top: 15px;
    padding: 10px 20px; }
  .caslon-body .form-box .forgotPassword {
    margin-top: 10px; }
.caslon-body header.header {
  margin-top: 0;
  background: #024890;
  padding: 38px 0 0;
  max-height: 75px; }
  .caslon-body header.header .nav-custome {
    margin-bottom: 0;
    float: right; }
    .caslon-body header.header .nav-custome ul li {
      margin: 0 5px;
      padding: 20px 0; }
      .caslon-body header.header .nav-custome ul li a {
        color: #fff;
        padding: 10px;
        font-size: 17px;
        border-bottom: 3px solid transparent;
        font-size: 20px;
        font-family: Helvetica, Arial, sans-serif;
        letter-spacing: 1px; }
        .caslon-body header.header .nav-custome ul li a:hover {
          background: #008FFF;
          color: #fff;
          border-radius: 10px; }
        .caslon-body header.header .nav-custome ul li a:focus {
          background: transparent;
          color: #fff; }
      .caslon-body header.header .nav-custome ul li.last a {
        padding-right: 0; }
      .caslon-body header.header .nav-custome ul li .drop-dwn {
        top: 74px;
        background: #024890;
        min-width: 200px;
        border: 0px; }
        .caslon-body header.header .nav-custome ul li .drop-dwn li.open, .caslon-body header.header .nav-custome ul li .drop-dwn li {
          padding: 2px 0px;
          border-bottom: 1px solid #09396b; }
          .caslon-body header.header .nav-custome ul li .drop-dwn li.open a, .caslon-body header.header .nav-custome ul li .drop-dwn li a {
            padding: 6px; }
            .caslon-body header.header .nav-custome ul li .drop-dwn li.open a i.fa, .caslon-body header.header .nav-custome ul li .drop-dwn li a i.fa {
              padding-right: 10px; }
          .caslon-body header.header .nav-custome ul li .drop-dwn li.open:focus, .caslon-body header.header .nav-custome ul li .drop-dwn li:focus {
            background: none; }
          .caslon-body header.header .nav-custome ul li .drop-dwn li.open:last-child, .caslon-body header.header .nav-custome ul li .drop-dwn li:last-child {
            border-bottom: 0px !important; }
      .caslon-body header.header .nav-custome ul li ul li:first-child {
        display: block; }
      .caslon-body header.header .nav-custome ul li:first-child {
        display: none; }
        .caslon-body header.header .nav-custome ul li:first-child a {
          padding-left: 0; }
  .caslon-body header.header .logo img {
    max-height: 30px;
    margin: 23px 0px; }
.caslon-body footer.footer {
  background: #ecf1f5;
  border-top: 1px solid #c0d0dd;
  padding: 0; }
  .caslon-body footer.footer .form-group {
    margin-bottom: 25px; }
    .caslon-body footer.footer .form-group label {
      font-size: 23px;
      font-weight: 500;
      margin-bottom: 10px;
      color: #003b5d; }
  .caslon-body footer.footer address p i {
    font-size: 20px;
    margin-right: 5px;
    text-align: center;
    width: 21px;
    color: #003b5d; }

.caslon-body footer.footer address p i.envelope{
  
}
.caslon-body footer.footer address p i.phone{
  
}

  .caslon-body footer.footer .copyright {
    border-top: 1px solid #c0d0dd;
    margin-top: 0;
    padding: 19px 0; }
    .caslon-body footer.footer .copyright p {
      margin: 0;
      font-size: 15px;
      color: #003b5d; }
    .caslon-body footer.footer .copyright ul {
      float: right; }
      .caslon-body footer.footer .copyright ul li {
        float: left;
        margin-right: 11px; }
        .caslon-body footer.footer .copyright ul li a {
          color: #003b5d; }
.caslon-body .form-control {
  border-radius: 0;
  border: 1px solid #c0d0dd;
  height: 45px;
  font-size: 17px; }
.caslon-body textarea.form-control {
  height: 150px;
  resize: none; }
.caslon-body section.Providing {
  background-image: url("../images/background.jpg");
  padding: 0; }
  .caslon-body section.Providing h2 {
    margin: 99px 0 30px;
    font-size: 25px; }
    .caslon-body section.Providing h2 strong {
      display: block;
      margin-bottom: 16px;
      font-size: 30px;
      font-weight: bold; }
  .caslon-body section.Providing .finance h2.finance-h2 {
    margin: 80px 0 12px; }
    .caslon-body section.Providing .finance h2.finance-h2 strong {
      font-weight: bold; }
  .caslon-body section.Providing .finance p {
    font-size: 18px;
    color: #fff; }
  .caslon-body section.Providing .finance ul {
    margin-left: 40px;
    color: #fff;
    font-size: 18px; }
    .caslon-body section.Providing .finance ul li i.fa {
      padding-right: 10px; }
.caslon-body .End-user {
  /*background-image: url("../images/parallax-1.jpg");
  background-position:-880px 0;*/ }
  .caslon-body .End-user h3 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 12px; }
  .caslon-body .End-user ul {
    padding: 0; }
    .caslon-body .End-user ul li {
      color: #fff;
      font-size: 20px;
      margin-bottom: 6px;
      font-family: 'Open Sans', sans-serif; }
      .caslon-body .End-user ul li span {
        font-size: 15px;
        margin-right: 4px; }
  .caslon-body .End-user table {
    background: #fff; }
    .caslon-body .End-user table tr td {
      border: none;
      vertical-align: middle;
      font-size: 18px;
      padding: 8px 13px;
      color: #7c7c7c; }
      .caslon-body .End-user table tr td span {
        border-radius: 50%;
        display: block;
        height: 30px;
        margin: auto;
        width: 39px; }
        .caslon-body .End-user table tr td span.green {
          background: #00ff00; }
        .caslon-body .End-user table tr td span.red {
          background: #ff0000; }
      .caslon-body .End-user table tr td .topic {
        color: #003b5d; }
    .caslon-body .End-user table tr th {
      font-weight: normal;
      font-size: 19px;
      padding: 13px 11px;
      text-align: center;
      color: #003b5d; }
    .caslon-body .End-user table table {
      width: 100%; }
      .caslon-body .End-user table table td, .caslon-body .End-user table table th {
        padding: 5px 8px;
        text-align: center; }
.caslon-body .parallax-2 {
  background-image: url("../images/parallax-2.jpg") !important; }
  .caslon-body .parallax-2 h5 {
    font-size: 36px;
    color: #fff; }
.caslon-body .ruby-text h4 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 12px;
  margin-bottom: 12px; }
.caslon-body .ruby-text ul {
  margin-left: 40px; }
  .caslon-body .ruby-text ul li {
    list-style-type: disc;
    font-size: 17px;
    color: #7c7c7c; }
    .caslon-body .ruby-text ul li i.fa {
      color: #003b5d;
      font-size: 23px; }
.caslon-body .Objections {
  margin-top: 20px; }
  .caslon-body .Objections .left-box aside {
    background: #ecf1f5;
    border: #c0d0dd 1px solid;
    border-radius: 3px;
    padding: 15px;
    margin-top: 26px; }
    .caslon-body .Objections .left-box aside ol {
      margin: 0 0 10px 20px;
      padding: 7px 0 0; }
      .caslon-body .Objections .left-box aside ol li {
        font-size: 20px;
        color: #7c7c7c;
        padding-left: 18px;
        font-family: 'Open Sans', sans-serif; }
      .caslon-body .Objections .left-box aside ol h4 {
        font-size: 22px;
        margin-bottom: 8px; }
.caslon-body .title-box {
  border-bottom: 1px solid #e9e9e9;
  display: inline-block;
  font-size: 22px;
  margin: 31px 0 15px 31px;
  padding-bottom: 5px; }
.caslon-body .base aside {
  padding-top: 15%; }
  .caslon-body .base aside h4 {
    font-size: 22px; }
.caslon-body .right {
  background: transparent url("../images/right.jpg") no-repeat scroll 0 0;
  padding-left: 60px;
  min-height: 87px;
  background-size: 42px auto; }
.caslon-body section.Hires {
  padding-top: 80px; }
  .caslon-body section.Hires h2 {
    font-size: 33px;
    line-height: 32px;
    padding-bottom: 12px;
    color: #003b5d;
    text-align: left;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 36px; }
  .caslon-body section.Hires ul {
    margin-left: 16px; }
    .caslon-body section.Hires ul li {
      font-size: 20px;
      color: #7c7c7c;
      font-family: 'Open Sans', sans-serif;
      list-style: disc; }
  .caslon-body section.Hires .fnc-hire h3 {
    padding: 10px 0px;
    color: #003b5d; }
  .caslon-body section.Hires .fnc-hire .bottom-heading {
    width: 62px;
    height: 4px;
    background: #008abb;
    margin-bottom: 25px; }
  .caslon-body section.Hires .fnc-hire .item_left {
    border-bottom: 1px solid #ddd; }
    .caslon-body section.Hires .fnc-hire .item_left .right {
      min-height: 47px;
      background: transparent url("../images/right1.png") no-repeat scroll 0 0;
      background-size: 42px auto; }
  .caslon-body section.Hires .fnc-hire .fnc-img {
    float: left;
    margin: -8px 10px -8px 0px; }
  .caslon-body section.Hires .fnc-hire .fnc-img1 {
    float: right;
    width: 20px;
    margin-right: 8px; }
  .caslon-body section.Hires .fnc-hire .panel-heading {
    border-color: none;
    background: none;
    padding: 16px 0px 24px 16px; }
  .caslon-body section.Hires .fnc-hire .panel-group .panel .panel-body ul {
    margin-left: 68px; }
    .caslon-body section.Hires .fnc-hire .panel-group .panel .panel-body ul li {
      font-size: 18px; }
      .caslon-body section.Hires .fnc-hire .panel-group .panel .panel-body ul li i.fa {
        padding-right: 17px; }
.caslon-body .height {
  min-height: 492px;
  margin-bottom: 30px;
  padding: 15px;
  position: relative;
  box-shadow: 0 0 10px #d6d6d6;
  border-radius: 5px; }
  .caslon-body .height .icons {
    border-bottom: 1px solid #c0d0dd;
    margin-bottom: 15px;
    padding-bottom: 15px; }
  .caslon-body .height .ico-cont {
    padding: 10px 0px; }
    .caslon-body .height .ico-cont .icon-box {
      margin: 0px;
      padding: 0px; }
      .caslon-body .height .ico-cont .icon-box h4 {
        font-size: 20px;
        text-align: left; }
  .caslon-body .height p {
    font-size: 22px;
    margin: 30px 0; }
    .caslon-body .height p.small {
      font-size: 17px; }
  .caslon-body .height .active {
    bottom: 0;
    height: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }
.caslon-body .challenge .height img {
  float: left; }
.caslon-body .challenge .height h4 {
  font-size: 26px; }
.caslon-body .challenge .height ul {
  text-align: left;
  width: 212px;
  margin: 0px auto;
  padding: 7px; }
  .caslon-body .challenge .height ul li {
    color: #7c7c7c; }
    .caslon-body .challenge .height ul li i.fa {
      padding-right: 12px;
      color: #003b5d;
      font-size: 16px; }
.caslon-body section.record {
  background-image: url("../images/background.jpg"); }
  .caslon-body section.record .need-h1 h2 {
    margin-bottom: 30px; }
  .caslon-body section.record h2 {
    margin: 0 0 70px 0;
    line-height: 40px; }
  .caslon-body section.record .cover-box {
    color: #fff;
    font-size: 25px; }
    .caslon-body section.record .cover-box.need-cover img {
      float: none; }
    .caslon-body section.record .cover-box.need-cover p {
      color: #fff;
      font-weight: bold;
      font-size: 25px;
      text-align: center; }
    .caslon-body section.record .cover-box.need-cover ul {
      font-size: 16px;
      text-align: center; }
    .caslon-body section.record .cover-box.need-cover div {
      width: 62px;
      height: 4px;
      background: #fff;
      margin: 11px auto; }
    .caslon-body section.record .cover-box img {
      float: left; }
    .caslon-body section.record .cover-box span {
      float: right;
      width: 80%;
      font-size: 22px; }
    
.progressBar {
    height: 22px;
    border-radius: 10px;
    background: #e6e5e2;	
    box-shadow: 0 -1px 1px #c0bfbc inset;
}

.progress__bar{
    border: 0px solid #ddd;
    padding: 1px 15px 15px;
    margin: 15px 0 0;
    border-radius: 4px;
    box-shadow: 1px 1px 5px #777;
    -webkit-box-shadow: 1px 1px 5px #777;
}

.progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    font-size: 12px;
    line-height: 22px;
    width: 0;
    border-radius: 9px;
    box-shadow: 0 2px 2px #333;	
    background-color: #024890;
    background: -webkit-linear-gradient(top, #2987e8, #024890);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2987e8), to(#024890)); 
    background: -moz-linear-gradient(top, #2987e8, #024890); 
    background: -ms-linear-gradient(top, #2987e8, #024890); 
    background: -o-linear-gradient(top, #2987e8, #024890);	
}

/* address */
.cmn_footer { padding: 15px 0; overflow: hidden; }
.cmn_footer .item_left , .cmn_footer .item_right { margin: 20px 0 0; }
.cmn_footer .item_left img , .cmn_footer .item_right img { margin: 4px 5px 0 0; float: left; }
.cmn_footer .item_left p { padding-right: 41px; }
.cmn_footer .item_right p { margin-bottom: 5px; }
.cmn_footer .item_left address , .cmn_footer .item_right address { min-height: 67px; }
.footer .address { color: #7c7c7c; font-size: 22px; font-weight: normal; }
.footer .address address { padding-left: 30px; margin: 4px 0 0 -10px; font-size: 19px; background: url('../images/iconLocation.png') 1px top no-repeat; }
.footer .address span {  }

/* login */
.combinesection {
  padding: 0 10px;
  margin: 0px 0 15px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  background: #f7f7f7;
}
.combinesection input {
  padding-left: 30px;
  margin-left: -20px;
  line-height: 30px;
  border: 0 !important;
  display: inline-block;
  background: none;
}
.combinesection input:focus {
  box-shadow: none !important;
}

.login_box {
  display:inline-table;
  padding: 30px 30px;
  position: relative;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e4e4e4;
  border-radius: 0.5rem;
  outline: 0;
  box-shadow: 0 0 0px rgba(0,0,0,.2);
}
 /* new style starts */

.zen-btnText{
  margin-top:1px !important;
}
.zen-label{
  font-size:14px;
}
.zen-box-label{
  padding-top:4px;
}

.w-100{width:100%}
.h-100{height:100%}
.login-bg{
  background: url("../images/login-background.png") no-repeat; 
  background-size: cover;
  padding:0px!important;
  border-bottom: 0 !important;
}
.zen-helpbtnBlock {
  margin-top: 0px !important;
}
.zen-helpbtnBlock .popover {
  padding:0px;
  border-color: transparent;
  color: #fff; 
}

.support{
  font-size:25px;
  background-color: white;
  position: absolute;
  padding-top: 14px;
  text-align: center;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  color: #024890;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 2px 3px rgb(255 255 255 / 65%);
}
.zen-helpicon {
  position: inherit !important;
}

.clearfix{
  clear:both;
}
.font-16{
  font-size:16px;
}
.zen-btn-submit{
  background: #096bcd none repeat scroll 0 0;
}
.zen-btn-submit:hover {
  color: #fff;
  background-color: #1179e7;
  border-color: #1157e7;
}


/* Old CSS */
/* .login_box {
  padding: 30px 15px;
  position: relative;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
} */
.login_box .logo__small {
  margin: 0px auto 15px;
  width: 52%;
  display: block;
}
.login_box .form-group {
  position: relative;
}
.login_box .form-group i {
  position: absolute;
  top: 13px;
  left: 10px;
}
.login_box .helpbtnBlock .right{
    background: none !important;
    padding-left: 0 !important;
}
.login_box .checkbox input[type=checkbox] {
  margin: 0;
}
.login_box .checkbox cite {
  padding: 0 0 0 20px;
  margin: -3px 0 0;
  font-style: normal;
  display: inline-block;
  font-weight: normal;
}
.login_box .frgt {
  margin: 10px 0 0 20px;
  display: block;
}
.login_box .sb-btn {
  padding: 4px 17px !important;
  margin: 7px 0 0 !important;
  width: 50% !important;
}
.login_box .form-control {
  padding: 8px 12px;
  margin-bottom: 15px;
  height: auto;
  line-height: 24px;
  font-size: 16px;
}
.login_box form {
  margin: 0;
}
.login_box form.form-horizontal .form-group {
  margin: 0;
}
.login_box h4 {
  margin-top: 0;
  font-size: 26px;
  color: #666;
}
.login_box .modal-footer {
  padding: 15px 30px 0;
  margin: 0 -15px;
}
.login_box .remember label {
  margin: 0 0 0 5px;
  font-weight: normal;
  line-height: 23px;
}
.login_box .remember a {
  margin: 5px 0 0 0;
  display: block;
}

.width_1100{
    width: 1100px;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.align-item-center {
  align-items: center;
}

.flex-direction-column {
  flex-direction: column;
}

@media (max-width: 1920px) and (min-width: 767px) {
  #myNavbar {
    display: block !important; } }
@media (max-width: 1199px) {
  .caslon-body section.record h2 {
    margin: 0 0 30px 0;
    font-size: 30px; }
  .caslon-body section.record .cover-box {
    text-align: center;
    margin-bottom: 33px;
    overflow: hidden; }
    .caslon-body section.record .cover-box img {
      float: none;
      margin: auto; }
    .caslon-body section.record .cover-box span {
      width: 100%;
      font-size: 19px;
      margin-top: 5px; }
  .caslon-body aside {
    padding-top: 20px; }
    .caslon-body aside h4 {
      font-size: 24px; }
  .caslon-body .height {
    min-height: 583px; } }
@media (max-width: 991px) {
  .caslon-body header.header .nav-custome .navbar-collapse {
    padding: 0; }
    .caslon-body header.header .nav-custome .navbar-collapse ul li a {
      color: #fff;
      padding: 11px 2px;
      font-size: 17px; }
  .caslon-body section.Providing h2 {
    margin: 30px 0;
    font-size: 21px; }
    .caslon-body section.Providing h2 strong {
      font-size: 23px; }
  .caslon-body .End-user h3 {
    font-size: 22px; }
  .caslon-body .End-user ul li {
    font-size: 21px; }
  .caslon-body h4 {
    font-size: 22px; }
  .caslon-body p {
    font-size: 18px; }
  .caslon-body .Objections .left-box aside {
    margin-top: 0; }
  .caslon-body .Objections .right-box {
    margin-top: 20px; }
  .caslon-body .right {
    padding-left: 60px;
    min-height: 127px; }
  .caslon-body .height {
    min-height: 496px; } }
@media (max-width: 767px) {
  .caslon-body header.header {
    padding-bottom: 19px; }
    .caslon-body header.header #myNavbar {
      display: none; }
  .caslon-body h1 {
    font-size: 29px; }
  .caslon-body .right {
    min-height: 87px; }
  .caslon-body .height {
    min-height: auto; }
  .caslon-body section {
    padding: 40px 0; }
  .caslon-body .m-sm-b-30 {
    margin-bottom: 30px; }
  .caslon-body .m-sm-b-20 {
    margin-bottom: 20px; }
  .caslon-body header.header .nav-custome {
    float: none;
    min-height: auto; }
    .caslon-body header.header .nav-custome .navbar-collapse {
      padding: 0 15px;
      box-shadow: 0 0 0; }
    .caslon-body header.header .nav-custome .navbar-toggle {
      margin: 0 10px 0 0;
      padding: 0;
      position: absolute;
      right: 0;
      top: -33px; }
      .caslon-body header.header .nav-custome .navbar-toggle span {
        background: #fff;
        width: 28px;
        height: 3px; }
  .caslon-body footer.footer .copyright p {
    /*text-align: center;*/ }
  .caslon-body footer.footer .copyright ul {
    float: none;
    margin: 20px auto;
    width: 150px; } }
@media (max-width: 640px) {
  /**financial page*/
  .hires.focus-area {
    padding: 26px; }

  .challenges-cont .row {
    padding: 26px; }
    .challenges-cont .row .height .ico-cont .icon-box {
      padding: 0px 0px 15px 0px; }

  .navbar-collapse, #myNavbar {
    -webkit-box-shadow: -2px 9px 5px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 9px 5px -5px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 9px 5px -5px rgba(0, 0, 0, 0.75);
    width: 100%;
    z-index: 777;
    display: block;
    background: #024890;
    position: absolute; }

  .caslon-body header.header .nav-custome ul li {
    padding: 0px;
    border-bottom: 1px solid #fff; }

  section.providing .finance h2.finance-h2 {
    margin: 38px 0 12px; } }
@media (max-width: 479px) {
  /**financial page*/
  .hires.focus-area {
    padding: 26px; }

  .challenges-cont .row {
    padding: 26px; }
    .challenges-cont .row .height .ico-cont .icon-box {
      padding: 0px 0px 0px 0px; }

  .navbar-collapse, #myNavbar {
    -webkit-box-shadow: -2px 9px 5px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 9px 5px -5px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 9px 5px -5px rgba(0, 0, 0, 0.75);
    width: 100%;
    z-index: 777;
    display: block;
    background: #024890;
    position: absolute; }

  .caslon-body h1 {
    font-size: 21px; }
  .caslon-body h2 {
    font-size: 20px !important;
    line-height: 28px; }
  .caslon-body h3 {
    font-size: 19px; }
  .caslon-body .height .ico-cont .icon-box {
    padding: 0px 0px 0px 0px; }
  .caslon-body header.header .nav-custome ul li {
    padding: 0px;
    border-bottom: 1px solid #fff; }
  .caslon-body header.header .nav-custome ul .hiddenMenu {
    display: none; }
  .caslon-body .base aside h4 {
    font-size: 22px; }
  .caslon-body .base aside p {
    font-size: 16px; }
  .caslon-body section.Providing h2 {
    font-size: 18px; }
    .caslon-body section.Providing h2 strong {
      font-size: 20px; }
  .caslon-body section.Providing .finance h2.finance-h2 {
    margin: 38px 0 12px; }
  .caslon-body .Objections .left-box {
    min-height: auto;
    margin-bottom: 10px; }
    .caslon-body .Objections .left-box aside h4 {
      font-size: 22px; }
    .caslon-body .Objections .left-box aside ol {
      margin: 17px 0 10px  0; }
  .caslon-body .Objections .right-box {
    margin-bottom: 10px; }
  .caslon-body section.record h2 {
    line-height: 28px;
    margin: 0 0 20px; } }
/**priya **/
.form-group span.error-msg {
  color: red; }

.caslon-body header.header {
  padding-top: 0px; }
.caslon-body section.record h2 {
  margin-bottom: 0px; }
.caslon-body section.record .easy-deploy {
  margin-top: 97px; }
  .caslon-body section.record .easy-deploy h2 {
    margin-bottom: 10px; }
  .caslon-body section.record .easy-deploy ul li {
    list-style: disc;
    margin-left: 20px; }
  .caslon-body section.record .easy-deploy .cover-box {
    margin-top: 2px; }
    .caslon-body section.record .easy-deploy .cover-box span {
      float: none; }
.caslon-body .footer h4 {
  padding: 0; margin: 10px 0 7px; }
.caslon-body section.heding .item_left {
  padding-right: 30px; }
.caslon-body section.heding .sb-btn {
  padding: 6px 17px !important;
  width: 100%;
  border-radius: 4px;
  border-bottom: 5px solid #096bcd; }
  .caslon-body section.heding .sb-btn:hover {
    background: #096bcd;
    border-bottom: 5px solid #096bcd;
  }
.caslon-body section.heding .sign-in {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px; }
  .caslon-body section.heding .sign-in .frgt {
    padding: 12px 0px 0px 0px;
    margin: 0px;
    text-align: right; }
.caslon-body .form-control {
  border-radius: 4px; }

#forgotPassword .modal-dialog {
  width: 400px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .caslon-body section.record .easy-deploy {
    margin-top: 0px; }
}
@media only screen and (max-width: 640px) {
  #forgotPassword .modal-dialog {
    width: 80%; }

  .heding form {
    width: 90%;
    margin: 0px auto; }
}

a:focus-visible{
  padding: 2px;
  margin: 2px;
  box-shadow: 0 0 0 2px #88b8ff;
  border-radius: 2px;
}

#mCSB_1:focus-visible{
  padding: 2px;
  margin: 2px;
  box-shadow: 0 0 0 2px #88b8ff;
  border-radius: 2px;
}

a.nextTopic:focus-visible{
  padding: 0px !important;
  margin: 0px !important;
  box-shadow: 0 0 0 2px #88b8ff ;
  border-radius: 2px ;
}
a.previousTopic:focus-visible{
  padding: 0px !important;
  margin: 0px !important;
  box-shadow: 0 0 0 2px #88b8ff ;
  border-radius: 2px ;
}
a.openSidebar:focus-visible{
  margin: 3px -18px 0px 0px !important;
padding: 4px 24px 11px 2px !important;
  box-shadow: 0 0 0 2px #88b8ff ;
  border-radius: 2px ;
}

div.cc_slide_focus:focus-visible{
  padding: 2px;
  margin: 2px;
  box-shadow: 0 0 0 5px #88b8ff;
  border-radius: 2px;
}

input.btn.selected:focus-visible{
  box-shadow: 0 0 0 3px #88b8ff;
  border-radius: 2px;
}

button.close:focus-visible{
  box-shadow: 0 0 0 3px #88b8ff;
  border-radius: 2px;
}

.btn-primary:focus-visible{
  box-shadow: 0 0 0 3px #88b8ff;
  border-radius: 2px;
}

.btn.btn-default:focus-visible{
  box-shadow: 0 0 0 3px #88b8ff;
  border-radius: 2px;
}

.btn.newbtn:focus-visible{
  box-shadow: 0 0 0 3px #88b8ff;
  border-radius: 2px;
  margin: 6px;
}

.customOutline:focus-visible{
  padding: 10px;
  margin: 1px;
  box-shadow: 0 0 0 2px #007eff;
  border-radius: 2px;
}

.mce-btn:focus-visible{
  box-shadow: 0 0 0 2px #007eff;
  border-radius: 2px;
}

.stop:focus-visible{
  box-shadow: 0 0 0 5px #007eff !important;
  border-radius: 2px;
}

.pause:focus-visible{
  box-shadow: 0 0 0 5px #007eff !important;
  border-radius: 2px;
}
.stopBtn:focus-visible{
  box-shadow: 0 0 0 10px #007eff !important;
  border-radius: 2px;
}
/*
below are the stylings for skip to main contents(visible on focus only)
 */
.skip-to-content-link {
  height: 30px;
  left: 50%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  z-index: 1000;
  opacity: 0;
}
.skip-to-content-link:focus {
  transform: translateY(0%);
  opacity: 1;
}
/*.skip-to-content-link:hover {*/
/*  color: grey;*/
/*}*/

.n_close:focus-visible{
  box-shadow: 0 0 0 5px #007eff !important;
  border-radius: 2px;
}

.notification-pannel .n_header .n_close {
  opacity: 1 !important;
}

#notificationreaddiv{
  min-width: 500px;
  z-index: 100000;
}

#notificationread{
  margin: 3px 0px 0 0;
  width: 32px;
  height: 32px;
  border-radius: 25px;
  background-color: #EEC672;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}

#notificationread:focus-visible{
  box-shadow: 0 0 0 3px #88b8ff !important;
}

.dictionaryBadge:focus-visible{
  box-shadow: 0 0 0 3px #88b8ff !important;
}

.telephonyPhone:focus-visible{
  box-shadow: 0 0 0 3px #88b8ff !important;
  padding: 5px !important;
}

.tick_btn:focus-visible{
  box-shadow: 0 0 0 2px #88b8ff !important;
}

.chatting.cst_chat:focus-visible {
  outline-style: auto;
  outline-color: #EEC672;
}


a.notify:focus-visible{
  box-shadow: 0 0 0 3px #88b8ff !important;
  padding: 2px 0px 5px 0px;
  margin: 0px;
  border-radius: 13px !important;
}


/*to do list start*/
.notification-new .custom-dropdown-new {
  right: -5px;
  left: inherit;
  padding: 0px;
  margin-top: 7px; }
.notification-new .custom-dropdown-new:before {
  left: inherit;
  top: -9px;
  right: 13px;
  border-color: transparent transparent #e4e5e8 transparent;
  border-width: 0 9px 9px 9px; }
.notification-new .custom-dropdown-new .todo-list-header {
  font-family: 'CenturyGothic-Bold';
  font-size: 16px;
  background: #e4e5e8;
  padding: 15px 20px;
  color: #424242;
  margin-bottom: 5px;
}
.notification-new .custom-dropdown-new .child {
  max-height: 300px;
}
.notification-new .custom-dropdown-new li.child li:hover .inner {
  background: #F2F1F3;
}
.notification-new .custom-dropdown-new li.child li:hover.overDueToDoList .inner {
  background: #F2DEDF;
  display: block;
}
.notification-new .custom-dropdown-new li.overDueToDoList .inner {
  background: #F2DEDF;
  display: block;
}
.notification-new .custom-dropdown-new li .inner {
  display: block;
  float: left;
  padding: 5px 30px 5px 60px;
  margin: 7px;
  position: relative;
}
.notification-new .custom-dropdown-new li .inner span {
  position: absolute;
  left: 20px;
  display: inline-block;
  text-align: center;
  padding: 8px 15px;
  float: left;
  color: #FFF;
  top: 6px;
  left: 10px;
}
.notification-new .custom-dropdown-new li .inner span.red {
  background: #f15d58;
}
.notification-new .custom-dropdown-new li .inner span.yellow {
  background: #fec542;
}
.notification-new .custom-dropdown-new li .inner span.green {
  background: #78a941;
}
.notification-new .custom-dropdown-new li .inner span.blue {
  background: #096bcd;
}
.notification-new .custom-dropdown-new li .inner span.collect {
  background: #ed4cef;
}
.notification-new .custom-dropdown-new li .inner span.approve {
  background: #590FC4;
}
.notification-new .custom-dropdown-new li .inner .to-do-list-content {
  display: inline-block;
  float: left;
  width: 380px;
}
.notification-new .custom-dropdown-new li .inner .to-do-list-content a {
  padding: 0px;
}
.notification-new .custom-dropdown-new li .inner .to-do-list-content h4 {
  font-size: 15px;
  margin: 0 0 0 0;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notification-new .custom-dropdown-new li .inner .to-do-list-content small {
  color: #a9aaa9;
  font-size: 14px;
}
.notification-new .custom-dropdown-new li .inner button {
  border: 0px;
  background: none;
  position: absolute;
  top: 8px;
  right: -20px;
  opacity: 0;
}
.notification-new .custom-dropdown-new li .inner button i.icon-delete {
  font-style: normal;
  color: #706B6B;
  font-size: 18px;
  margin: 0;
}

.notification-new .custom-dropdown-new li .inner:hover button {
  transition: 0.2s;
  right: 5px;
  opacity: 1;
}

.notification-new .custom-dropdown-new li .inner button:focus-visible {
  transition: 0.2s;
  right: 5px;
  opacity: 1;
}

.notification-new .custom-dropdown-new .todo-list-footer {
  margin: 5px 20px;
  border-top: 1px solid #E4E3E4;
}
.notification-new .custom-dropdown-new .todo-list-footer span {
  font-family: 'CenturyGothic-Bold';
  font-size: 15px;
  padding: 15px 5px;
  color: #034890;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  float: left; }
.notification-new .custom-dropdown-new .completed-assignments, .notification-new .custom-dropdown-new .completed-assign-heading {
  display: none;
}

/*to do list ends*/

/*
date picker override
 */
::-webkit-calendar-picker-indicator{
  margin-left: -20px;
}
.formattedDate{
  color: darkgrey;
}

.universalYesNoFocus:focus-visible{
  box-shadow: 0 0 0 4px #88b8ff;
  border-radius: 10px;
}


.sr-only {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}


.sectionactionfocus:focus-visible {
  outline: 3px solid #88b8ff;
}
/*changes for topic migration starts*/

.sticky-story-grid {
  max-height: 500px;
  overflow-y: auto;
  margin-top: 20px;
}

body .fieldBox {
  border: 1px solid #aaa;
  border-radius: 0;
  color: #000;
  padding-left: 3px!important;
  margin-bottom: 0;
}

.sectionsUL {
  height: 110px;
  overflow-y: scroll;
}

.listdragable {
  background: #f9f9f9;
  border: 1px solid #dadada;
  list-style-type: none;
  margin: 0;
  min-height: 40px;
  padding: 0;
}

.storyTitleSubHeading {
  width: 90%;
  display: inline-block;
}

.listdragable li {
  cursor: move;
  background: #c4e1f2;
  margin: 5px;
  font-size: small;
  padding-left: 10px;
  padding-right: 10px;
}
.custom-icon-inline{
  display: inline-block;
}


.section-list-new {
  display: block;
  background: #f2f1f3;
  overflow: hidden;
  color: #424242;
  text-overflow: ellipsis;
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}


.AddStoriesToSection .modal-body .all-sections-container ul{
  -moz-column-count: 2;
  -moz-column-gap: 4px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  list-style-type: none;
  margin-left: -40px;
}

.AddStoriesToSection .modal-body .all-sub-sections-container ul{
  list-style-type: none;
  margin-left: -40px;
}

.popover_draggableListBtn{
  margin-right: -10px !important;
}

.tab-content-full-height{
  height: auto !important;
}

/*changes for topic migration ends*/

.label-icons img{
  padding: 5px;
}

.delete-a-label img :focus-visible{
  outline: 2px solid #88b8ff !important;
}

.notification-new{
  max-height: 90vh;
  overflow: scroll;
}

#selectedUsersDiv{
  border: 1px solid #808080ab;
  border-radius: 6px;
  padding: 5px;
  margin-bottom: 20px;
}

.switch-access-page{
  margin-top: 20px;
}

.switch-access-page .switchViewButtons {
  border-radius: 4px;
  margin-bottom: 10px;
}
.switch-access-page .switchViewButtons div {
  padding: 9px;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #555;
  border-radius: 4px;
}

.switch-access-page .switchViewButtons .active {
  background-color: #024890;
  color: white;
}

.switch-access-page .switchViewButtons div:hover {
  background-color: #024890;
  color: white;
}

.switch-access-page .switch-access-list{
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
}

.switch-access-page .switch-access-list li a{
  color:#4e4e4e; ;
}

.switch-access-page .switch-access-grid li a{
  color:#4e4e4e; ;
}

.switch-access-page .switch-access-grid li ul li{
  padding: 5px;
}

.switch-access-page .switch-access-list ul{
  list-style-type: square;
  padding-top: 10px;
  width: 100%;
  padding-left: 0;
}
.switch-access-page .switch-access-list li{
  border: 1px solid #484848;
  border-radius: 5px;
  color: #4e4e4e;
  padding: 5px 10px; margin:5px 0;
  float:left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 1.2%;

}

.switch-access-page .switch-access-list li ul li:hover{
  border: 1px solid #024890;
  color: #024890;
}

.switch-access-page .switch-access-grid li ul li:hover{
  /* border: 1px solid #024890; */
  color: #024890;
}

.switch-access-page .switch-access-list li ul li:hover a{
  color: #024890;
}

.switch-access-page .switch-access-grid li ul li:hover a{
  color: #024890;
}

.switch-access-page .switch-access-list li h4{
  margin: 0 0 8px 0;
  font-size: 20px;
  padding: 0;
}

.switch-access-page .switch-access-grid #gridView table{
  border: 1px solid #484848;
  padding: 10px;
  width: 100%;
}


.switch-access-page .switch-access-grid #gridView table thead th{
  padding: 10px 8px;
  background-color: #024890;
  color: white;
  border: 1px solid #ddd;
}

.switch-access-page .switch-access-grid #gridView table td{
  border: 1px solid #ddd;
  padding: 8px;
}

.switch-access-page .switch-access-list .switch-access-list-item .switch-access-list-item-metadata{
  display: flex;
  justify-content: space-between;
  margin: 0 -5px;
}
.switch-access-page .switch-access-list .switch-access-list-item .switch-access-list-item-metadata span{
  margin: 0 5px;
}

.resultList_switch_access
{
  border: 1px solid #c3c3c3;
  padding: 15px 0px;
}
.resultList_switch_access .switchAccessList_block
{
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  align-items: center;
}
.resultList_switch_access .switchAccessList_block .removeOption img
{
  width: 20px;
}

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

.brdCumbs{
    font-size: 25px;
    margin: 25px 0;
}

.select2-container--default .select2-results__group{
  color: #999999;
}

.power-container {
  background-color: #2E424D;
  width: 100%;
  height: 15px;
  border-radius: 5px;
}

.power-container #power-point {
  background-color: #D73F40;
  height: 100%;
  border-radius: 5px;
  transition: 0.5s;
}

.password-strength-meter {
  width: 100%;
  height: 20px;
  display: flex;
}

.strength-indicator {
  flex: 1;
  height: 100%;
}

.group {
  width: auto;
  text-align: center;
}

.group label {
  display: block;
  padding: 20px 0;
}

.group input {
  border: none;
  outline: none;
  padding: 20px;
  width: calc(100% - 40px);
  border-radius: 10px;
  background-color: #eaeff2;
  color: #3ba62f;
  font-size: 20px;
}

.group .power-container {
  background-color: #2E424D;
  width: 95%;
  height: 15px;
  border-radius: 5px;
}

.group .power-container #power-point {
  background-color: #D73F40;
  width: 1%;
  height: 100%;
  border-radius: 5px;
  transition: 0.5s;
}

.pass-grid {
  display: flex;
  align-items: center;
}

.idLabel {
  margin-right: 10px; /* Adjust the spacing between the label and the strength meter */
}

.group {
  flex: 1;
}

.power-container {
  background-color: #2E424D;
  width: 100%;
  height: 15px;
  border-radius: 5px;
}

.power-container #power-point {
  background-color: #D73F40;
  height: 100%;
  border-radius: 5px;
  transition: 0.5s;
}

#screensimcontent{
  height: fit-content;
  width: fit-content;
}
 
.screen_sim.active {
    overflow-x: scroll;
    overflow-y: scroll;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.pointer-events-none {
  pointer-events: none;
}

.mac-height {
  height: 88vh;
}

.non-mac-height {
  height: 86vh;
}

.add_margin {
  margin-top: 1.3rem;
}