/*! Place your custom styles here */

.allmargin { margin: 50px !important; }

.leftmargin { margin-left: 50px !important; }

.rightmargin { margin-right: 50px !important; }

.bottommargin { margin-bottom: 50px !important; }

.bottommargin-sm { margin-bottom: 30px !important; }

.bottommargin-xs { margin-bottom: 15px !important; }

.bottommargin-md { margin-bottom: 60px !important; }

.bottommargin-lg { margin-bottom: 80px !important; }

.bottommargin-xl { margin-bottom: 120px !important; }

.clear-bottommargin { margin-bottom: -50px !important; }

.allmargin-sm { margin: 30px !important; }

.leftmargin-sm { margin-left: 30px !important; }

.rightmargin-sm { margin-right: 30px !important; }

.topmargin-xs { margin-top: 15px !important; }

.topmargin-sm { margin-top: 30px !important; }

.topmargin-md { margin-top: 60px !important; }

.topmargin-lg { margin-top: 80px !important; }

.topmargin-xl { margin-top: 120px !important; }

.clear-bottommargin-sm { margin-bottom: -30px !important; }

.allmargin-lg { margin: 80px !important; }

.leftmargin-lg { margin-left: 80px !important; }

.rightmargin-lg { margin-right: 80px !important; }

.clear-bottommargin-lg { margin-bottom: -80px !important; }

.nomargin {margin: 0 !important; }

.noleftmargin { margin-left: 0 !important; }

.norightmargin { margin-right: 0 !important; }

.notopmargin { margin-top: 0 !important; }

.nobottommargin { margin-bottom: 0 !important; }


.type--xxl {
	font-size: 80px;
}

.type--fine-print {
  font-size: 0.9em;
}

.image--light.imagebg .icon {
  color: #666666;
}

.bar-3 {
  font-size: 0.895em;
}

@media all and (max-width: 990px) {
	.bar-3 {
	  display: none;
	}	
	
	.nav-container {
		border-bottom: 1px solid #e9e9e9;
		padding: 0px 0 0px 0;
	}
	
	.bar__module:first-child {
		padding-top: 0px;
	}
	
	.bar-1 .menu-horizontal > li > .dropdown__trigger,
	.bar-1 .menu-horizontal > li > a {
	  font-size: 1.25em;
	  line-height: 2.166666666666667em;
	  text-transform: uppercase;
	  font-weight: 600;
	  letter-spacing: .5px; 
	}
	
	.btn {
	  padding-top: 0.5em;
	  padding-bottom: 0.5em;
	  font-size: 1.3em;
	}
	
	.bar-2 .menu-horizontal > li,
	.bar-1 .menu-horizontal > li {
	  background-color: #FAFAFA;
	  border-top: 1px solid #e8e8e8;
	  padding-top: 1.2em;
	  padding-bottom: 0.8em;
	}
	
	.bar-2 .menu-horizontal > li:first-child,
	.bar-1 .menu-horizontal > li:first-child {
	  background-color: #FAFAFA;
	  border-top: 1px solid #e8e8e8;
	  padding-top: 1.2em;
	  padding-bottom: .8em;
	}
	
	.bar-2 .menu-horizontal > li:last-child,
	.bar-1 .menu-horizontal > li:last-child {
	  background-color: #FAFAFA;
	  border-bottom: 1px solid #e8e8e8;
	  padding-top: 1.2em;
	  padding-bottom: .8em;
	}
	
	.bar-1 .menu-horizontal > li > .dropdown__trigger,
	.bar-1 .menu-horizontal > li > a {
	  font-size: 1.15em;
	  text-transform: uppercase;
	  font-weight: 600;
	}
}

.bg--secondary {
  background: #F5F7F9;
}

.background-image-holder-left {

  background-position: Top Left !important;

}

.background-image-holder-right {

  background-position: Top Right !important;

}

.process__number_custom {

  width: 3.71428571em;
  height: 3.71428571em;
  border-radius: 50%;
  border: 2px solid #4a90e2;
  background: #fff;
  text-align: center;
}

.process__number_custom span {
  font-size: 1.35714286em;
  font-weight: bold;
  color: #4a90e2;
  position: relative;
  top: 12px;
}

.testimonial-2 span {
	font-style: italic;
}

.bg--darkblue {
	background: #2F3441;
}

.color--darkblue {
	color: #2F3441;
}

hr.short {
  width: 3em;
  border-color: #4a90e2;
}

hr.short--white {
  width: 3em;
  border-color: #ffffff;
}

.color--gray {
	color: #7F8C8D;
}

.testimonial-2 {
  font-size: 1.05em;
  line-height: 1.8em;
}

@media all and (max-width: 767px) {
  section,
  footer,
  section.section--even {
    padding: 5.57142857em 2em;
  }
  .imageblock-signup > .container {
  	padding: 3.57142857em 2em;	
  }
  .testimonial-2 {
    font-size: 1.2em;
    line-height: 1.8em;
  }
  
 }

section.space-bottom--none,
footer.space-bottom--none {
  padding-bottom: 0em;
}

/* @group Untitled Group */

section.space-bottom--xxs,
footer.space-bottom--xxs {
  padding-bottom: 1.75em;
}

/* @end */

section.space-bottom--xs,
footer.space-bottom--xs {
  padding-bottom: 3.71428571em;
}

section.space-bottom--sm,
footer.space-bottom--sm {
  padding-bottom: 5em;
}

section.space-bottom--lg,
footer.space-bottom--lg {
  padding-bottom: 14.85714286em;
}

section.space-bottom--xl,
footer.space-bottom--xl {
  padding-bottom: 29.71428571em;
}

section.space-top--xxs,
footer.space-top--xxs {
  padding-top: 0.5em;
}

section.space-top--xs,
footer.space-top--xs {
  padding-top: 3.71428571em;
}

section.space-top--sm,
footer.space-top--sm {
  padding-top: 5em;
}

section.space-top--md,
footer.space-top--md {
  padding-top: 11.14285714em;
}

section.space-top--lg,
footer.space-top--lg {
  padding-bottom: 14.85714286em;
}

section.space-top--xl,
footer.space-top--xl {
  padding-top: 29.71428571em;
}


@media all and (max-width: 767px) {
  
  section.space-bottom--sm,
  footer.space-bottom--sm {
    padding-bottom: 2.95238095em;
  }
  section.space-bottom--xs,
  footer.space-bottom--xs {
    padding-bottom: 1.95238095em;
  }
  
  section.space-bottom--xl,
  footer.space-bottom--xl {
    padding-bottom: 6em;
  }
  
  section.space-top--xl,
  footer.space-top--xl {
    padding-top: 6em;
  }
  
  section.space-top--md,
  footer.space-top--md {
    padding-top: 4em;
  }
  
  section.space-top--xs--xs,
  footer.space-top--xs--xs {
    padding-top: 0.5em;
  }
  
  .icon.icon--xs {
  font-size: 4em;
  } 

}

h6.type--uppercase:hover,
.h6.type--uppercase:hover {
	text-decoration: underline;
}

.bar .logo {
  margin: 0;
  position: relative;
  top: 0px;
}

.bar .logo {
    max-height: 2.7em;
    max-width: none;
}

a.block:hover > .feature {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.pricing:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.25);box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.25);
}

* {
  margin: 0;
  padding: 0; 
}

/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #d3531a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 18px;
}

#nav-icon1 span:nth-child(3) {
  top: 36px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 2 */

#nav-icon2 {
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #d3531a;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 18px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 36px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 36px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */

#nav-icon4 {
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

.list-inline--images img {
  max-height: 4em;
}
 
.active-nav {
	padding-bottom: 4px; 
	border-bottom: 2px solid #4a90e2;
	color: #252525;
	opacity: 1;
}


.bar-1 .menu-horizontal > li > .dropdown__trigger.active-nav {
  opacity: 1;
  padding-bottom: 4px; 
  border-bottom: 2px solid #4a90e2;
  color: #252525;
}

.menu-horizontal > li:not(:hover) > a,
.menu-horizontal > li:not(:hover) > span,
.menu-horizontal > li:not(:hover) > .modal-instance > .modal-trigger,
.menu-horizontal > li.dropdown > span.dropdown__trigger  {
  opacity: 1;
  color: #666666;
  font-size: .9em;     
}

.menu-horizontal > li:hover > a,
.menu-horizontal > li:hover > span,
.menu-horizontal > li:hover > .modal-instance > .modal-trigger,
.menu-horizontal > li.dropdown > span.dropdown__trigger:hover  {
  font-size: .9em; 
  color: #4a90e2;    
}


@media all and (max-width: 767px) {
  .tabs-2 li {
    display: inline-block;
  }
  .tabs-2 li:not(:last-child) {
    border-right: 1px solid #ECECEC;  
  }
  .bar .logo {
    top: 10px;
    max-height: 2.5em;
    max-width: none;
  }
  
}

.bg--green {
	background-color: #2dad61;	
}

table th {
  text-align: center;
}

table td.align-left {
  text-align: left;	
}

table td.bottom-border {
  border-bottom: 1px solid #dedede;
}

table td.section-bottom-border {
  border-bottom: 2px solid #dedede;
  padding-top: 35px;
  font-weight: 600;
  font-size: 1.25em;
  color: #4a90e2;
}

table td.section-bottom-border-top {
  border-bottom: 2px solid #dedede;
  padding-top: 0px;
  font-weight: 600;
  font-size: 1.25em;
  color: #4a90e2;
}

#submitLoading {
  display: none;
}

#urlLoading {
  width: 20px;
}

.status-message i {
  color: green;
  margin-right: 8px;
}

.status-message.false i {
  color: red;
}

.agree-terms a{
  text-decoration: underline;
}

.has-error .form-control:focus,
#signup-form input.has-error:focus,
#signup-form input.parsley-error:focus,
#book-demo input.has-error:focus {
    border-color: #A94442;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-error .form-control,
#signup-form input.has-error
#signup-form input.parsley-error,
#book-demo input.has-error {
    border-color: #A94442;
}
.has-error .help-block,
.has-error + .parsley-errors-list.filled,
.parsley-error + .parsley-errors-list.filled,
.error span {
    color: #A94442;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    margin: 10px 0 5px;
    position: relative;
}
#signup-form input.has-success,
#signup-form input.parsley-success,
#book-demo input.has-success {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
#signup-form input.has-success:focus,
#signup-form input.parsley-success:focus,
#book-demo input.has-success:focus{
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168;
}

/*.password-req {
  margin: 10px 0 0;
  font-size: 10px;
  color: #8a8a8a;
  font-weight: 600;
  list-style: none;
  padding: 0;
}
.password-req span {
  margin: 0 2px 0 10px;
  font-weight: 700;
}
.password-req .fa-check {
  color: #8a8a8a;
  border: 1px solid rgba(138, 138, 138, 0.5);
  padding: 7px 10px 5px 10px;
  border-radius: 20px;
}
.password-req .fa-check:first-child{
	margin-left: 0;
}
.password-req .fa-check.valid {
  color: #fff;
  background-color: #49c342;
  border: 1px solid rgba(72, 194, 66, 0.5);
}
.password-req .fa-times {
  color: #ccc; 
}
.password-match {
  display: none;
  margin: 15px 0px 0px 0px;
  font-size: 12px;
  color: #8a8a8a;
}
.password-match span {
	padding: 7px 10px 5px 10px;
	border-radius: 20px;
	background-color: #49c342;
	border: 1px solid rgba(72, 194, 66, 0.5);
}
.password-match .fa-check {
  color: #fff;
  margin: 0 2px 0 0;
  font-weight: 700;
}*/
.password-group {
  position: relative;
}
.password-group .form-control{
    border: 1px solid rgba(204, 204, 204, 1);
}
.password-group.last {
  margin-bottom: 5px;
}
.input-group-addon.password-link {
	padding: 0;
}
.hide-password {
  display: block;
  color: #555;
  line-height: 21px;
  padding: 5px 15px;
}
.hide-password:hover,
.hide-password:focus {
  background: #ccc;
  color: #555;
}
.password-group input[type="password"],
.signup-box .form-control {
  width: 100%;
}
.signup-box .password-req span:first-of-type {
  margin-left: 0;
}
.password-req li {
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 960px) {
  .password-req li {
    display: block;
    margin-right: 0;
  }
}

iframe {
  width: 100%;
  min-height: 0px;
  border: none;
}

.size-constraint {
	max-height: 75%;
}
@media all and (max-width: 767px) {
  .size-constraint {
  	max-height: 100%;
  }
  iframe {
    min-height: 0px;
  }
  .menu-vertical li {
    font-size: 1.0em;
    line-height: 3em;
    text-transform: uppercase;
  }
  footer.footer-3 .social-list {
    margin-top: 2.5em;
  }
  .footer-3 .logo {
    min-height: 2.5em;
  }
  .footer-3 a:link {
  	font-size: 1.25em;
  }
  .feature h4 + p {
    font-size: 1.25em;
    line-height: 1.8em;
  }
}

.testimonial__image__2 {
  max-height: 3.71428571em;
  margin-right: 1.85714286em;
}

.feature h4 + p {
  max-width: none;
}

@media all and (max-width: 767px) {

  .boxed.boxed--lg {
    padding: 1.5em;
  }
}

@media (min-width: 767px) and (max-width: 1200px){
  .nav-container {
    border-bottom: 1px solid #e9e9e9;
    padding: 0px 0 0px 0;
  }

  .nav-container .col-md-3.col-sm-3.hidden-xs{
    float: none;
    margin: 0 auto 30px;
  }

  .nav-container .bar .menu-horizontal {
    top: 2px;
  }

  .nav-container .bar__module:not(:only-child) {
    display: inline-block !important;
  }

  /* .nav-container .bar-1 .menu-horizontal > li > .dropdown__trigger, 
  .nav-container .bar-1 .menu-horizontal > li > a {
    font-size: 12px;
  } */

  .nav-container .dropdown .dropdown__container {
    position: absolute;
  }

  .nav-container .dropdown .dropdown__content {
      box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  }

  .nav-container .bar__module .btn.btn--sm{
    font-size: 1em;
    padding-right: 1em;
    padding-left: 1em;
    margin-left: 1.25em;
  }

  .nav-container .bar__module .btn.btn--sm + .btn--sm {
    margin-left: 0.5em;
  }

  .nav-container .menu-horizontal li:not(:last-child) {
    margin-right: 0.55em;
  }

  .nav-container .bar-2 .menu-horizontal > li:not(:first-child), 
  .nav-container .bar-1 .menu-horizontal > li:not(:first-child) {
    margin-left: 0.55em;
  }

  .nav-container .bar-2 .menu-horizontal > li,
  .nav-container .bar-1 .menu-horizontal > li,
  .nav-container .bar-2 .menu-horizontal > li:first-child,
  .nav-container .bar-1 .menu-horizontal > li:first-child,
  .nav-container .bar-2 .menu-horizontal > li:last-child,
  .nav-container .bar-1 .menu-horizontal > li:last-child {
    background-color: transparent;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.dropdown .dropdown__content:not([class='bg--dark']) .menu-vertical a {
  cursor: pointer; 
  cursor: hand;
  }
  
  .background-image-holder-integrations {
    background-position: 50% 20% !important;
  }
  
  .background-image-holder-features {
    background-position: 50% 10% !important;
  }
  
  .background-image-holder-demo {
    background-position: 45% 50% !important;
    background-size: cover !important;
  }
  
.quote-lora {
	font-family: 'Lora', serif;
	font-style: italic;
	font-weight: 300;
}

.sign-up-float {
  position: fixed;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.0em;
  width: 18em;
  height: 3.5em;
  background: #fca70f;
  border-radius: .5em;
  text-align: center;
  right: 1.85714286em;
  bottom: 3.71428571em;
  padding-top: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
  z-index: 99;
  border: none;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
}

.sign-up-float:visited {
	color: #fff;
}

.sign-up-float:hover {
	color: #fff;
}
.sign-up-float i {
  color: #fff;
}
.sign-up-float:not(.active) {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  pointer-events: none;
}
.sign-up-float.active:hover {
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
}

#signup-form .input-group-addon{
	color: #999999;
  font-size: 14px;
  text-transform: none; }
  
#book-demo div[class*='col-']:not(:last-child){
  margin-bottom: 0.92857143em;
}   

@media all and (min-width: 768px) {
  .boxed.boxed--emphasis {
    transform: inherit;
    -webkit-transform: inherit;
  }
}

.bar.bar--sm {
    padding: 2em 0;
    border-bottom: 1px solid #efefef;
}
 
 @media all and (max-width: 767px) {
 .bar.bar--sm {
     padding: 0;
     border-bottom: none;
 }
 }

p.lead {
	color: #41403e;
}

/* NEW STYLES ADDED 12/20/17 ----------------------------------- */
@media screen and (max-width: 1199px) {
	img.rd-hero {
		position: relative;
		bottom: -41px;
	}
}
@media screen and (max-width: 1024px) {
	img.rd-hero {
		position: relative;
		bottom: -10px
	}
}
@media screen and (max-width: 991px) {
	img.rd-hero {
		position: relative;
		bottom: -74px
	}
}
@media screen and (max-width: 990px) {
	img.rd-hero {
		position: relative;
		bottom: -44px
	}
}
@media screen and (max-width: 767px) {
	img.rd-hero {
		position: relative;
		bottom: 0
	}
}

/* New styles added 3/13/18 */
.pricing .label {
    top: 2.0em;
    right: 2em;
}

.label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .5px;
    color: #fff;
    padding: 0px 14px 0 14px;
}

/* h1:not(:last-child), .h1:not(:last-child) {
    margin-bottom: 0.25em;
} */

.boxed--emphasis {}

.pricing-1 ul {
    margin-bottom: 5.0em;
}

.pricing-1 .btn:last-child {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0 0 6px 6px;
    padding: .9em 0;
    margin: 0;
	text-transform: uppercase;
	font-size: 1.2em;
}

.tab-date {
	font-weight: 600;
	text-transform: uppercase;
}

.tabs li {
    padding: 1.25em 3.5em;
}

.type--bold {
  font-weight: 500;
}

/* ----- Added 10/22/19 ----- */
span[id*=UserMessage] > div,
span[id*=UserMessage] > .alert,
.alert {
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    position: relative
}
.row.bs-3{
    display:block!important
}
footer .list-inline>li{
    display:inline-block
}
.hide-password{
    padding:0!important
}
.hide-password:focus,.hide-password:hover{
    background:#fcfcfc!important
}
.hide-password a{
    background-color:#e2e2e2;
    border-radius:4px;
    color:#868685;
    cursor:pointer;
    display:inline-block;
    font-size:85%;
    font-weight:700;
    line-height:1;
    padding:6px 12px;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    vertical-align:baseline;
    white-space:nowrap;
    width:100%
}
.hide-password a:active,.hide-password a:focus,.hide-password a:hover{
    color:#868685;
    text-decoration:none
}
.input-group{
    position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:stretch;
    align-items:stretch;
    width:100%
}
.input-group>.form-control{
    position:relative;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    width:1%!important;
    margin-bottom:0
}
.input-group>.form-control:not(:last-child){
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    border-right:none
}
.input-group>.custom-select:not(:first-child), 
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left:none;
}
.input-group-append,.input-group-prepend{
    display:-ms-flexbox;
    display:flex
}
.input-group-prepend,
.input-group-append{
    margin-left:-1px
}
.input-group-text{
    -ms-flex-align: center;
    align-items: center;
    background-color: #fcfcfc;
    border:1px solid #ececec;
    border-radius: 0.375rem;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
}
    .input-group-text.hide-password {
        border: 1px solid rgba(204, 204, 204, 1);
        border-radius: 6px;
        font-size: 14px;
        padding: 7px 13px !important;
        width: 90px
    }
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text{
    border-top-right-radius:0;
    border-bottom-right-radius:0
}

.input-group>.input-group-append>.input-group-text{
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    border-left:none
}

.pwd-requirements{
    line-height: 1.5;
    margin-top: 5px;
}

.pwd-requirements p {
    color: #8A8A8A;
    font-size: 11px;
    font-weight: 600;
    margin: 0;
}

.pwd-requirements span {
    margin-left: 5px
}

.pwd-requirements span.valid {
    color: #49C342;
    font-weight: 700
}

.pwd-requirements span+span {
    margin-left: 10px
}

.pwd-requirements span>i {
    margin-right: 3px
}

@media (max-width:1025px){
    .input-group-text.bs3{
        padding:5px 10px!important
    }
    .input-group-text.hide-password{
        padding: 5px 12px 5px!important;
    }
}

@media (max-width: 767px){
    .pwd-requirements {
        margin-top: 5px;
    }

    .pwd-requirements p {
        font-size: 12px;
    }

    .pwd-requirements span {
        display: block;
        margin-left: 0;
        margin-top: 5px;
    }

    .pwd-requirements span + span {
        margin-left: 0;
    }
}

@media(min-width: 1200px) {
    .hidden-lg {
        display:none!important
    }
}

@media(max-width: 767px) {
    .hidden-xs {
        display:none!important
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display:none!important
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

/* ----- Added 04/29/21 ----- */
header {
    padding-bottom: 60px;
    padding-top: 60px;
}

section {
    padding-top: 0;
}

body, body * {
    font-family: 'Lato','Verdana','Helvetica', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .btn {
    font-family: 'Lato','Verdana','Helvetica', sans-serif;
}

.form-group {
    margin-bottom: 1.25rem;
}

.callout-box {
    background-color: #F6F9FC;
     -webkit-box-shadow: 0 5px 30px 0 rgba(39, 63, 74, .15);
    -moz-box-shadow: 0 5px 30px 0 rgba(39, 63, 74, .15);
    -webkit-box-shadow: 0 5px 30px 0 rgba(39, 63, 74, .15);
    padding: 30px;
}

    .callout-box.mfa .form-group {
        margin-bottom: 1.875em;
    }

    .callout-box.mfa input.custom-form-textbox {
        margin: 0 auto 15px;
        padding: 1.75em;
    }

    .callout-box.mfa .resend-code {
        text-decoration: none
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.form-check.asp-checkbox input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    margin-top: .545rem;
    margin-left: -1.25rem;
    width: auto;
    height: auto;
}

.btn-go-back {
    width: 150px !important;
    background: #4a90e2 !important;
    color: #fff;
    border: none !important;
    font-weight: 600;
    cursor: pointer;
}

input.custom-form-textbox {
    padding: 1.75em
}

input[type="submit"], a.btn-primary {
    background: #00A3E3;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):focus,
.btn-primary:not(:disabled):not(.disabled):hover,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background-color: #304D5B;
    border-color: #304D5B;
}

.new-rd-announcement p {
  color: rgb(116, 128, 134);
  font-size: 15px;
  margin-bottom: 20px;
}

.new-rd-announcement p > a {
  color: rgb(116, 128, 134);
  margin-left: 4px;
}

.new-rd-announcement p > a:active,
.new-rd-announcement p > a:focus,
.new-rd-announcement p > a:hover {
  text-decoration: none;
}

.new-rd-announcement p > svg {
  height: 24px;
  margin-right: 4px;
  width: 24px;
}

.new-rd-announcement .btn-newrd-login {
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 4px;
    border: 1px solid rgb(116, 128, 134);
    background-color: rgb(116, 128, 134);
    color: rgb(255, 255, 255);
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration-line: none;
    height: auto;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 350ms;
}

.new-rd-announcement .btn-newrd-login > svg {
  margin-right: 10px;
}

.new-rd-announcement .btn-newrd-login:active,
.new-rd-announcement .btn-newrd-login:focus,
.new-rd-announcement .btn-newrd-login:hover {
  transform: scale(0.965);
}