a {
	text-decoration: none!important;
}

h1 {
	margin-bottom: 2rem!important;
}

header {
	background: #fff!important;
}

header .nav-link {
	color: #0a58ca!important;
	padding: .5rem 0 .5rem 2.0rem!important;
	font-weight: 600;
}

/* Remove focus styles for non-keyboard focus (button.navbar-toggler) */
:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.navbar-nav {
	font-size: 18px!important;
}
.navbar-toggler:focus, .navbar-toggler:focus-visible {
	outline: none!important;
}

.navbar-light .navbar-toggler {
    color: #0a58ca!important;
    border: 1px solid #0a58ca!important;
}

.card-body {
    flex: 1 1 auto;
    padding: .5rem .5rem;
}

.icon-list {
  padding-left: 0;
  list-style: none;
}
.icon-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: .25rem;
}
.icon-list li::before {
  display: block;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  margin-right: .5rem;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center / 100% auto;
}


.bg-primary {
	background-color: #3978b3!important;
}


.bgimage {
  width: 100%;
  height: 210px;
  background: url('img/bgherobox.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size:cover;
}
.bgimage h1 {
  color: white;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	background-color: rgba(0, 0, 0, 0.2);
	padding: 15px;
}

footer {
	margin-top: 55px!important;
}

/* stylelint-disable selector-list-comma-newline-after */

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #727272;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

/* stylelint-disable selector-list-comma-newline-after */

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 3px 0 0 3px;
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #727272;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
/*
 * Pricing
*/
.plans {
/*	margin: 0 0 0 20%;*/
	overflow: hidden;
}

.plan {
	float: left;
	width: 300px;
	height: 300px;
	margin: 20px 20px;
	padding: 15px 25px;
	text-align: center;
	background: white;
	background-clip: padding-box;
	border: 2px solid #e5ded6;
	border-color: rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

	.plan a {
		color: #fff;
	}

.popular {
	border-color: #f79a1c;
}

.note {
	font-size: 16px;
}

.plan-title {
	margin-bottom: 12px;
	font-size: 24px;
	color: #005cb9;
		font-weight: bold;
}

.plan-price {
	margin-bottom: 20px;
	line-height: 1;
	font-size: 22px;

}

.plan-unit {
	display: block;
	margin-top: 5px;
	font-size: 13px;
	font-weight: normal;
	color: #aaa;
}

.plan-features {
	width: 120px;
	margin: 20px auto 15px;
	padding: 15px 0 0 15px;
	border-top: 1px solid #e5ded6;
	text-align: left;
}

.plan-feature {
	line-height: 20px;
	font-size: 24px;
	font-weight: 500;
	color: #333;
}

	.plan-feature + .plan-feature {
		margin-top: 5px;
	}

.plan-feature-unit {
	margin-left: 2px;
	font-size: 16px;
}

.plan-feature-name {
	font-size: 13px;
	font-weight: normal;
	color: #aaa;
}

.plan-button {
	position: relative;
	display: block;
	line-height: 40px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	background: #f79a1c;
	border-bottom: 2px solid #cf7e3b;
	border-radius: 4px;
	left: 2px;
}

	.plan-button:active {
		top: 2px;
		margin-bottom: 2px;
		border-bottom: 0;
	}

.plan-highlight {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
	width: 170px;
	border: 4px solid #37bbe6;
}

	.plan-highlight .plan-button {
		font-size: 18px;
		line-height: 49px;
		background: #37bce5;
		border-color: #3996b3;
		border-color: rgba(0, 0, 0, 0.15);
	}

.plan-recommended {
	width: 160px;
	margin: -15px auto 15px;
	padding-bottom: 2px;
	line-height: 22px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-shadow: 0 1px rgba(0, 0, 0, 0.05);
	background: #37bbe6;
	border-radius: 0 0 4px 4px;
}
body#single #CardID1, body#single #CardID2, body#single #CardID3, body#single #CardID4, body#single #CardID5, body#single #CardID6, body#single #CardID7, body#single #CardID8, body#single #CardID9, body#single #CardID10, body#single #CardID11, body#single #CardID12, body#single #CardID13, body#single #MemberName1, body#single #MemberName2, body#single #MemberName3, body#single #MemberName4, body#single #MemberName5, body#single #MemberName6, body#single #MemberName7, body#single #MemberName8, body#single #MemberName9, body#single #MemberName10, body#single #MemberName11, body#single #MemberName12, body#single #MemberName13 {
	color: #000000;
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	position: relative;
}

body#single #CardID1 {
	left: 10px;
	top: -455px;
	height: 10px;
}

body#single #MemberName1 {
	left: 70px;
	top: -440px;
	font-size: 15px;
	height: 10px;
}

body#single #CardID2 {
	left: 10px;
	top: -455px;
	height: 10px;
}

body#single #MemberName2 {
	left: 70px;
	top: -440px;
	font-size: 15px;
	height: 10px;
}

body#single #CardID3 {
	left: 10px;
	top: -455px;
	height: 10px;
}

body#single #MemberName3 {
	left: 70px;
	top: -440px;
	font-size: 15px;
	height: 10px;
}

body#single #CardID4 {
	left: 10px;
	top: -455px;
	height: 10px;
}

body#single #MemberName4 {
	left: 70px;
	top: -440px;
	font-size: 15px;
	height: 10px;
}

body#single #CardID5 {
	left: 10px;
	top: -455px;
	height: 10px;
}

body#single #MemberName5 {
	left: 70px;
	top: -440px;
	font-size: 15px;
	height: 10px;
}

body#single #CardID6 {
	left: 10px;
	top: -455px;
	height: 10px;
}

body#single #MemberName6 {
	left: 70px;
	top: -440px;
	font-size: 15px;
	height: 10px;
}

body#single #CardID7 {
	left: 10px;
	top: -455px;
	height: 10px;
}

body#single #MemberName7 {
	left: 70px;
	top: -440px;
	font-size: 15px;
	height: 10px;
}

body#single #CardID8 {
	left: 10px;
	top: -455px;
	height: 10px;
}

body#single #MemberName8 {
	left: 70px;
	top: -440px;
	font-size: 15px;
	height: 10px;
}

body#single #CardID9 {
	left: 10px;
	top: -455px;
	height: 10px;
}

body#single #MemberName9 {
	left: 70px;
	top: -440px;
	font-size: 15px;
	height: 10px;
}

body#single #CardID10 {
	left: 10px;
	top: -455px;
	height: 10px;
}

body#single #MemberName10 {
	left: 70px;
	top: -440px;
	font-size: 15px;
	height: 10px;
}

body#single #CardID11 {
	left: 10px;
	top: -455px;
	height: 10px;
}

body#single #MemberName11 {
	left: 70px;
	top: -440px;
	font-size: 15px;
	height: 10px;
}

body#single #CardID12 {
	left: 10px;
	top: -455px;
	height: 10px;
}

body#single #MemberName12 {
	left: 70px;
	top: -440px;
	font-size: 15px;
	height: 10px;
}

body#single #CardID13 {
	left: 10px;
	top: -455px;
	height: 10px;
}

body#single #MemberName13 {
	left: 70px;
	top: -440px;
	font-size: 15px;
	height: 10px;
}
