@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    min-height: 75rem;
    padding-top: 6.5rem;
}

.xp-bar{
/*    border: 1px solid #000!important;*/
    background-color: #f5f5f5;
}

.bg-dark{
    background-color: #000!important;
}

.btn-primary {
    color: #fff;
    background-color: #a38238;
    border-color: #a38238;
}

a {
    color: #a38238;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #735c28;
    text-decoration: underline;
}
.btn-primary:hover {
    color: #fff;
    background-color: #735c28;
    border-color: #735c28;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #735c28;
    border-color: #735c28;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #735c28;
    border-color: #735c28;
    box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #735c28;
}
.btn-link{
	color: #a38238;
}
.btn-link:hover{
	color: #735c28;
}
.hide{
	display: none;
}
.displaynone{
	display: none !important;
}

/** CSS Updates **/

/* Fonts */
.navbar .nav-item .nav-link,
.navbar .nav-item #userDropdown.nav-link span,
.navbar .dropdown .dropdown-menu .dropdown-item,
.navbar .nav-item .nav-label,
.module-share h4,
.card.card-override .card-body h4,
.card.card-override .card-body p,
.card.card-override .list-group-item,
.card.card-override .btn-primary,
.btn-secondary,
.btn-module {
	font-family: "poppins", "sans-serif";
}

/* Fonts END */

/* Header CSS */

.navbar {
	padding: 0px;
	border: 0px!important;
}
.navbar .navbar-nav:first-child {
	width: 85%;
	margin-right: unset!important;
}
.navbar .navbar-brand img {
	height: 55px;
	margin-right: 20px;
}
.navbar .container {
	max-width: 100%;
}
.navbar .nav-item .nav-link {
	padding: 40px;
	color: #808080;
	font-weight: 300;
	font-size: 14px;
}
.navbar .nav-item .nav-link.custom {
	display: flex;
	align-items: center;
	padding: 22.5px;
	height: 100%;
	background-color: #1a1a1a;
	text-transform: capitalize;
	transition: all 0.2s ease-in-out 0s;
}
.navbar .nav-item .nav-link.custom:not(.share) {
	margin-left: 2px;
}
.navbar .nav-item .nav-link.custom img {
	height: 55px;
	margin-right: 20px;
}
.navbar .nav-item .nav-link.custom .btn-text {
	display: flex;
	flex-direction: column;
}
.navbar .nav-item .nav-link.custom .btn-text span.gold,
.navbar .nav-item .nav-label span.gold {
	background: -webkit-linear-gradient(0deg, #ebcc80, #8f6f2a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 16px;
	font-weight: 400;
}
.navbar .nav-item .nav-link.custom .btn-text span {
	color: #FFF;
	line-height: 14px;
	font-size: 12px;
	font-weight: 300;
}
.navbar .nav-item .nav-link.custom.share {
	padding: 20px 25px;
}
.navbar .nav-item .nav-link.custom.share img {
	margin: 0px;
}
.navbar .nav-item .nav-link.custom.trust:hover {
	background-color: #2a2a2a;
}
.navbar .nav-item .nav-label {
	text-align: center;
	background-color: #1a1a1a;
	padding: 8px 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
	transition: all 0.2s ease-in-out 0s;
	z-index: -1;
}
.navbar .nav-item .nav-label span {
	display: block;
	color: #FFF;
}
.navbar .nav-item.label-item {
	position: relative;
	z-index: 1;
}
.navbar .nav-item.label-item:hover .nav-label {
	transform: translateY(100%);
}
.navbar .nav-item #userDropdown.nav-link {
	padding: 0px;
	display: flex;
}
.navbar .nav-item #userDropdown.nav-link p {
	margin-bottom: 5px;
	color: #FFF;
	font-size: 12px;
}
.navbar .nav-item #userDropdown.nav-link::after {
	content: unset;
}
.navbar .nav-item #userDropdown.nav-link img {
	border-radius: 100px;
	background-color: #f2f2f2;
	height: 65px!important;
	margin-right: 1rem!important;
	aspect-ratio: 1/ 1;
}
.navbar .nav-item #userDropdown.nav-link span {
	padding: 12px 15px;
	background-color: #1a1a1a;
	margin-right: 0px!important;
	display: inline-flex!important;
	align-items: center;
}
.navbar .nav-item #userDropdown.nav-link span::after {
	display: inline-block;
    vertical-align: .255em;
    content: "";
    border-top: .5em solid;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
	margin-left: 30px;
}
.navbar .nav-item #userDropdown.nav-link span::before {
	content: '';
	height: 10px;
	width: 10px;
	border-radius: 100px;
	background-color: #40a629;
	margin-right: 10px;
	display: inline-flex;
}
.navbar .nav-item.active .nav-link {
	background-color: #1a1a1a;
}
.navbar .dropdown .dropdown-menu {
	border-radius: 0px;
	border: 0px;
	top: 81px;
	padding: 0px;
	background-color: #1a1a1a;
}
.navbar .dropdown .dropdown-menu .dropdown-divider {
	margin: 0px;
	border-color: #777;
}
.navbar .dropdown .dropdown-menu .dropdown-item {
	padding: 0px 20px 0px 0px;
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 12px;
	font-weight: 300;
}
.navbar .dropdown .dropdown-menu .dropdown-item:hover {
	background-color: #a38238;
}
.navbar .dropdown .dropdown-menu .dropdown-item i {
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Header CSS END */

/* Dashboard CSS */

body {
	padding-top: 7rem;
}
.bg-light {
	background-color: #FFF!important;
}
.shield-bg {
	background-color: #f2f2f2;
	background-image: url("../images/logo-bg.png");
	background-size: 110%;
	background-position: center;
	background-repeat: no-repeat;
	padding: 100px 0px;
}
.card.card-override {
	border: 0px;
	border-radius: 0px;
	background-color: transparent;
	box-shadow: none!important;
}
.card.card-override .card-body {
	background-color: #f2f2f2;
	padding: 40px;
}
.card.card-override .card-body * {
	color: #4d4d4d;
}
.card.card-override .card-body h4 {
	font-weight: 400!important;
	letter-spacing: -0.5px;
	margin: 0px;
}
.card.card-override .card-body .card-text.rating {
	font-size: 12px;
}
.card.card-override .card-body .progress {
	border-radius: 1rem;
	margin: 30px 0px;
	background-color: #cccccc;
	height: 1.25rem;
}
.card.card-override .card-body .progress-bar {
	background-color: #40a629!important;
}
.card.card-override .card-body .details b i {
	height: 40px;
	width: 40px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #cccccc;
	margin-right: 15px;
	color: #999999;
}
.card.card-override .card-body .details b,
.card.card-override .card-body .details p {
	display: flex;
	align-items: center;
}
.card.card-override .card-body .details p {
	justify-content: space-between;
	font-weight: 400;
}
.card.card-override .card-body .details b {
	font-weight: 400;
}
.card.card-override .btn-primary {
	border-radius: 0px;
	padding: 20px;
	margin: 10px 0px;
	background: linear-gradient(35deg, #ebcc80, #8f6f2a);
	border: 0px;
	color: #FFF;
}
.card.card-override .btn-primary i {
	color: #FFF;
}
.card.card-override .list-group-item {
	font-size: 14px;
	border: 0px;
	padding: 40px;
}
.card.card-override .list-group-item .badge-success {
	background-color: #40A629;
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
.card.card-override .list-group-item .badge-success i {
	color: #FFF;
	font-weight: 400;
}
.card.card-override .list-group-item:nth-child(odd) {
	background-color: #f2f2f2;
}
.card.card-override .list-group-item:nth-child(even) {
	background-color: #e5e5e5;
}
.card.card-override .list-group-item:nth-child(even) .badge-success,
.card.card-override .list-group-item:nth-child(even) .badge-success i,
.list-group:not(#contact-list) > .list-group-item:nth-child(even) .btn {
	background-color: #329C1B;
}
.card.card-override.modules .card-body {
	padding: 0px;
}
.card.card-override.modules .card-body .row {
	margin: 10px 0px;
	padding: 40px;
}
.card.card-override h4 .icon {
	margin-right: 10px;
}
.btn-secondary {
	border-radius: 0px;
    padding: 20px;
    border: 0px;
}
.btn-module {
	display: inline-flex;
	align-items: center;
	text-decoration: none!important;
	background-color: #CCCCCC;
	border-radius: 100px;
	color: #999999!important;
	padding: 10px 20px;
	transition: all 0.2s ease-in-out 0s;
}
.btn-module i {
	margin-right: 10px;
	color: #999999!important;
	transition: inherit;
}
.btn-module:hover {
	background-color: #a38238;
	color: #FFF!important;
}
.btn-module:hover i {
	color: #FFF!important;
}
.margin-10-0 {
	margin: 10px 0px;
}
.module-share {
	background-color: #1a1a1a;
	padding: 40px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	margin: 10px 0px;
}
.module-share::before {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/logos/icon-shield.svg);
    background-size: 400px;
    background-position: 170% 55%;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
    opacity: 0.1;
}
.module-share img {
	width: 50px;
}
.module-share h4 {
	color: #FFF;
	margin: 0px;
	font-weight: 300;
	font-size: 21px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 24px;
}
.module-share h4 .gold {
	background: -webkit-linear-gradient(0deg, #ebcc80, #8f6f2a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 400;
	font-size: 32px;
	letter-spacing: -1px;
}
.container {
	max-width: 1600px;
}
body > .container,
body > .container .title-card + .container {
	padding: 0px;
}
.icon {
	width: 50px;
}
.link-wrap {
	text-decoration: none!important;
}
.no-side-pad {
	padding-left: 0px;
	padding-right: 0px;
}
.no-pad {
	padding: 0px;
}

.website-blocks {
	display: flex;
}
.website-blocks .w-block:not(:last-child),
.website-blocks > a:not(:last-child) {
	margin-right: 10px;
}
.website-blocks > a {
	display: flex;
	flex: 50% 1 1;
}

.website-blocks .w-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px;
	background-color: #000;
	flex: 50% 1 1;
	position: relative;
	z-index: 1;
}
.website-blocks .w-block::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	pointer-events: none;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/bg-website-block.png");
	opacity: 0.1;
}
.website-blocks .w-block.kids::before {
	opacity: 1;
	background-image: url("../images/bg-website-block-kids.png");
}
.website-blocks .w-block.kids {
	background-color: #01a0c6;
}
.website-login-blocks .w-block {
	padding: 20px !important;
}
.website-blocks .w-block img {
	height: 60px;
}

/* Modal CSS */

.modal-content {
	border-radius: 0px;
	background-color: #000;
}
.modal-content .alert,
.modal-content .btn,
.modal-content .modal-title {
	font-family: "poppins", "sans-serif";
	letter-spacing: -0.025rem;
	color: #FFF;
}
.modal-content .modal-body {
	font-family: "proxima-soft", "sans-serif";
	color: #FFF;
}
.modal-header {
	border-bottom: 1px solid #333;
}
.modal-footer {
	border-top: 1px solid #333;
	display: flex;
}
.modal-footer .btn:not(:last-child) {
	margin-right: 10px;
}
.modal .close {
	color: #FFF;
	text-shadow: 0px;
}
.modal-content .btn {
	border-radius: 0px;
	flex: 45% 1 1;
	margin: 0px;
}
.modal-content .btn.btn-warning
.modal-content .btn:not(:last-child) {
	margin-right: 10px;
}
.modal .modal-dialog {
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
	height: unset;
}

/* Alert CSS */
.alert {
	border-radius: 0px;
	border: 0px;
	font-size: 0.9rem;
	margin: 15px 0px;
}
.alert-success {
	background-color: #40A629;
	color: #FFF;
}
.alert-success.alert-block {
	display: flex;
	align-items: center;
}
.alert-warning {
	background-color: #de2727;
	color: #FFF;
}
.alert-warning .alert-link {
	color: #FFF;
}

/* Card Override CSS */

.card {
	box-shadow: unset!important;
	border-radius: 0px;
	border: 0px;
}
.card .card-body {
	background-color: #f2f2f2;
}
.title-card .card-body {
	padding: 40px;
}
.title-card .card-body > .row {
	align-items: center;
}
.title-card p {
	font-family: "proxima-soft", "sans-serif";
    font-size: 14px;
    color: #4d4d4d;
    margin: 0px;
}
.title-card h4 {
	font-weight: 400!important;
    letter-spacing: -0.5px;
    margin: 0px;
	font-family: "poppins", "sans-serif";
	color: #4d4d4d;
	text-transform: capitalize;
}
.title-card h4 img {
	margin-right: 10px;
}
.title-card .btn-module {
	display: inline-flex;
    align-items: center;
    text-decoration: none!important;
    background-color: #CCCCCC;
    border-radius: 100px;
    color: #999999!important;
    padding: 10px 20px;
    transition: all 0.2s ease-in-out 0s;
}
.title-card .btn-module i {
	margin-right: 10px;
    color: #999999!important;
    transition: inherit;
}
.title-card .btn-module::after {
	margin-left: 10px;
	font-size: 1.333em;
}
.title-card .btn:hover,
.title-card .btn:focus {
	background-color: #a38238;
    color: #FFF!important;
}

/* List CSS */

.list-group > .list-group-item {
	padding: 40px;
    border: 0px;
	border-bottom: 1px solid white;
	position: relative;
	background-color: #f2f2f2;
}
.list-group > .list-group-item h6 {
	font-family: "poppins", "sans-serif";
	color: #4d4d4d;
	font-size: 14px;
	font-weight: 400;
}
.list-group > .list-group-item:nth-child(even) {
	background-color: #e5e5e5;
}
.list-group > .list-group-item .btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 96px;
	border-radius: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "poppins", "sans-serif";
	font-size: 14px;
	border: 0px;
}
.list-group:not(#contact-list) > .list-group-item:nth-child(even) .btn:hover {
	background-color: #218838;
}
.list-group > .list-group-item i {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 96px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	color: #FFF!important;
	background-color: #40A629;
	font-size: 28px;
}
.life-history-questions .list-group-item {
	display: flex !important;
}

/* Button CSS */

.btn-success {
	background-color: #40A629;
}
.btn {
	border-radius: 0px;
	padding: 20px 40px;
	font-family: "poppins", "sans-serif";
}
.cbtn-sm {
	padding: 10px 14px !important;;
}
.btn-secondary.focus, .btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: unset;
}
.guardian .ui-slider-handle:hover, .guardian .ui-slider-handle:active{
	 animation: none;
}
.guardian .ui-slider-handle,
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* Card Modules */

.module-card {
	display: flex;
	flex-direction: column;
	flex: 33.3333% 0 0;
	margin-left: 0px;
	margin-right: 0px;
	padding: 40px 40px 0px 40px;
	background-color: #f2f2f2;
	font-family: "poppins", "sans-serif";
	color: #4d4d4d;
	border: 5px solid #FFF;
}
.module-card strong {
	font-weight: 400;
}
.module-card .col-md-4 {
	flex: unset!important;
	max-width: 100%;
	padding: 0px;
}
.module-cards-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: -5px -5px 5px;
	min-width: 100%;
}
.module-card .col-md-4:last-child .input-group {
	display: flex;
	margin: 0px -40px;
	width: auto;
}
.module-card .form-group {
	margin: 0px;
}
.module-card .input-group .btn {
	order: -1;
	width: 100%;
	border-radius: 0px;
	background-color: #b3b3b3;
	padding: 30px;
	border: 0px;
	text-transform: capitalize;
	font-weight: 300;
	display: flex;
	align-items: center;
	font-size: 14px;
}
.module-card .input-group .btn.btn-primary i {
	margin-right: 10px;
	font-weight: 400;
}
.module-card .input-group .btn.btn-primary p i {
	font-weight: 800;
	margin: 0px;
	margin-left: 10px;
}
.module-card .input-group .btn.btn-primary p {
	margin: 0px;
	margin-right: auto;
}
.module-card .input-group form {
	width: 50%;
}
.module-card .input-group form .btn {
	justify-content: space-between;
	background-color: #ef3a48;
}
.module-card .form-group label.switch {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 30px;
	margin: 0px;
	font-size: 14px;
}
.module-card .form-group label.switch p {
	margin: 0px;
}
.slider.round {
	display: flex;
	width: 60px;
	height: 34px;
	position: relative;
}
.img-thumbnail {
	border-radius: 0px;
	padding: 0px;
	border: 0px;
	background-color: transparent;
}
input:checked + .slider {
	background-color: #40a629!important;
}
.module-card .img-thumbnail {
	margin-bottom: 20px;
}
.module-card .col-md-4:first-child {
	min-height: 100px;
}
.module-card .col-md-4:first-child h5 {
	letter-spacing: -0.5px;
	margin-bottom: 20px;
}
.module-card .col-md-4:first-child small {
	font-family: "proxima-soft", "sans-serif";
}
.module-cards-wrapper .bootstrap-tagsinput {
	padding: 0px;
	background-color: transparent;
	border: 0px;
	box-shadow: unset;
}
.module-cards-wrapper .module-card {
	background-color: #f2f2f2;
}
.module-cards-wrapper .module-card .col-md-4:not(:last-child) {
	margin-bottom: 20px;
}
.module-cards-wrapper .module-card .col-md-4:first-child {
	min-height: unset;
}
.module-cards-wrapper .module-card .col-md-4:last-child {
	margin-top: auto;
}
.module-cards-wrapper {
	color: #4d4d4d;
}
.module-cards-wrapper p {
	font-family: "proxima-soft", "sans-serif";
	font-size: 14px;
}
.module-cards-wrapper .module-card .content strong,
.module-cards-wrapper .module-card .content {
	font-family: "proxima-soft", "sans-serif";
}
.module-cards-wrapper .module-card .content {
	padding-bottom: 40px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
}
.module-cards-wrapper .module-card .col-md-4 p:last-child {
	margin-bottom: 0px;
}
.module-cards-wrapper h4 {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
}
.module-cards-wrapper .blocks-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 20px -40px 0px;
	width: auto;
}
.module-cards-wrapper .blocks-wrapper .btn {
	flex: 100% 1 1;
	font-size: 14px;
	padding: 30px;
	font-weight: 300;
}
.module-cards-wrapper .blocks-wrapper .btn i {
	margin-left: 10px;
}
.module-cards-wrapper .blocks-wrapper p {
	flex: 50% 1 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px;
	font-family: "poppins", "sans-serif";
	line-height: 14px;
	margin: 0px;
}
.module-cards-wrapper .blocks-wrapper p:nth-of-type(2) {
	background-color: #40a629;
	color: #FFF;
}
.module-cards-wrapper .blocks-wrapper.alt .btn {
	flex: 50% 1 1;
}
h1.card-title {
	margin: 0px;
	line-height: 34px;
	font-size: 1.5rem;
}
.card-title {
	font-family: "poppins", "sans-serif";
	font-weight: 400!important;
    letter-spacing: -0.5px;
	color: #4d4d4d;
}
.card-title img {
	margin-right: 10px;
}
.title-card {
	margin-bottom: 10px;
}
.title-card .btn-module {
	display: inline-flex;
    align-items: center;
    text-decoration: none!important;
    background-color: #CCCCCC;
    border-radius: 100px;
    color: #999999!important;
    padding: 10px 20px;
    transition: all 0.2s ease-in-out 0s;
	border: 0px;
}
.title-card .btn-module i {
	font-size: 1.33333em;
}
.card-header:first-child {
	margin-bottom: 10px;
	border: 0px;
}

/* Form CSS */

#uploaddocument {
	margin-top: 40px;
}
#uploaddocument .col-md-12 {
	padding: 0px;
}
#uploaddocument .form-group:nth-child(3) {
	display: flex;
	align-items: center;
}
#uploaddocument .form-group .switch input.licence_ {
	display: block;
}
#uploaddocument .form-group .switch {
	margin-left: 10px;
}
#uploaddocument .row {
	margin: 0px;
}
#adddata_references,
#adddata_firearms {
	padding: 0px;
	margin-top: 40px;
}
label {
	font-family: "poppins", "sans-serif";
	color: #4d4d4d;
}
.form-control,
form .bootstrap-tagsinput {
	border-radius: 0px;
	padding: 25px 15px;
	border: 0px;
	font-family: "poppins", "sans-serif";
	font-size: 14px;
}
form .bootstrap-tagsinput {
	padding: 15px 10px;
}
select.form-control {
	padding: 0px 15px;
	height: 52px;
}
textarea.form-control {
	padding: 15px;
}
.form-btn-wrapper {
	display: flex;
}
.form-btn-wrapper .form-group:not(:last-child) {
	margin-right: 10px;
}

/* Contact List CSS */

#contact-list label.name {
	margin: 0px;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: -0.5px;
    display: flex;
	align-items: center;
}
#contact-list label .btn {
    height: 40px;
    width: 40px;
    padding: unset;
	border: 0px;
	margin-right: 10px;
}
#contact-list label .guardian, #contact-list label .makeguardian{
   border-radius: 20px;
}

#contact-list .col-sm-12 {
	padding: 0px;
}
#contact-list .col-sm-12.text-center {
	text-align: left!important;
}
#contact-list .row {
	margin: 0px;
}
#contact-list .row .col-sm-12:not(:last-child){
	flex: 100% 1 1;
	max-width: 90%;
}
#contact-list.list-group > .list-group-item i,
#contact-list.list-group > .list-group-item .btn {
	position: unset;
}
#contact-list .row .col-sm-12:nth-child(2) .btn {
	height: 40px;
	width: 40px;
	padding: unset;
}
#contact-list .row .col-sm-12:nth-child(2) .btn i,
#contact-list label .btn i {
	font-size: 18px;
	font-weight: 800;
}
#contact-list.list-group > .list-group-item i {
	background-color: transparent;
}

#contact-list .row .col-sm-12:last-child {
	position: absolute;
    right: 0;
    width: unset;
    top: 0;
    bottom: 0;
	padding: 0px!important;
}
#contact-list .row .col-sm-12:last-child .btn {
	height: 33.333%;
	width: 82px;
}
#contact-list .row .col-sm-12:last-child .btn i {
	font-size: 21px;
	font-weight: 800;
}
#contact-list .row .buttongroup-4 .btn, #contact-list .row .buttongroup-4 form {
	height: 25% !important;
	width: 50px !important;
}
#contact-list .row .buttongroup-4 form .btn{
	height: 100% !important;
}

#contact-list .button-wrapper {
	display: flex;
	margin-top: 10px;
}
#contact-list .contact-details-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
#contact-list .contact-details-wrapper .details {
	flex: 19% 0 0;
    background-color: rgba(0,0,0,0.05);
    padding: 20px;
    margin: 2.5px;
}
#contact-list .contact-details-wrapper .details > a {
	display: flex;
	align-items: center;
	font-family: "poppins", "sans-serif";
	font-size: 14px;
}
#contact-list .contact-details-wrapper .details > a span:first-child {
	margin-right: 5px;
}
.contact-list .row {
	margin: 0px;
}
.contact-list .row .col-md-12 {
	padding: 0px;
}
.contact-list > .col-md-12 > .row:first-of-type {
	padding: 40px;
	display: flex;
	align-items: center;
	background-color: #f2f2f2;
	margin-bottom: 10px;
}
.contact-list > .col-md-12 > .row:first-of-type h4,
.edit-form h2 {
	font-family: "poppins", "sans-serif";
	font-size: 1.5rem;
	color: #4d4d4d;
	font-weight: 400;
	letter-spacing: -0.5px;
	margin: 0px;
}
.contact-list > .col-md-12 > .row:first-of-type .col-md-2 {
	padding-left: 0px;
}
.contact-list > .col-md-12 > .row:first-of-type .col-md-4 {
	padding-right: 0px;
}
.contact-list > .col-md-12 > .row:first-of-type .form-group {
	margin: 0px;
}

/* Edit Form CSS */

.edit-form .row:not(.form-group) {
	margin: 0px;
}
.edit-form .card-body {
	padding: 40px;
}
.edit-form .col-lg-12 {
	padding: 0px;
}
.edit-form h2 {
	font-family: "poppins", "sans-serif";
	margin: 0px;
}
.edit-form .card:first-child {
	margin-bottom: 10px;
}
.edit-form .input-group-append .btn,
form .input-group .btn {
	height: 52px;
	width: 52px;
	padding: 0px;
}
.form-card form {
	width: 100%;
}
form .input-group .btn {
	display: flex;
	align-items: center;
	justify-content: center;
}
form .form-group label {
	display: flex;
	justify-content: space-between;
}

/* Badge */

.badge {
	border-radius: 0px;
	font-family: "poppins", "sans-serif";
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	text-transform: capitalize;
}
.bootstrap-tagsinput .badge {
	padding: 10px!important;
}
.bootstrap-tagsinput .badge [data-role="remove"]::after {
	height: 15px;
	width: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px!important;
}
.removetextinput .bootstrap-tagsinput {
	padding: 0px;
	margin-bottom: 10px;
}

/* Switch CSS */

.switch.hide input,
.switch-group .switch input {
	display: none;
}
.switch.hide {
	margin: 0px;
}
.switch-group {
	display: flex;
	align-items: center;
}
.switch-group .slider {
	margin-left: 10px;
}

/* Table CSS */

.table-bordered th {
	font-family: "poppins", "sans-serif";
	font-weight: 500;
	color: #4d4d4d;
}
.table-bordered td {
	font-family: "proxima-soft", "sans-serif";
	color: #808080;
}
.table-bordered td strong {
	font-weight: 500;
}
.table-bordered td .btn {
	display: flex;
	margin-left: auto;
	width: 60px;
	height: 60px;
	padding: 0px;
	align-items: center;
	justify-content: center;
}

/* Dropdown CSS */

.dropdown-menu {
	border: 0px;
	border-radius: 0px;
	padding: 0px;
}
.title-card .dropdown-menu .dropdown-item {
	padding: 15px;
	font-family: "poppins";
	display: flex;
    align-items: center;
    color: #FFF;
    font-size: 12px;
    font-weight: 300;
}
.title-card .dropdown-menu .dropdown-item:hover {
	background-color: #a38238;
}
.title-card .dropdown-menu .dropdown-item .badge {
	border-radius: 100px;
	margin-left: 10px;
	height: 18px;
	width: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #EEE;
	color: #1a1a1a;
}
.title-card .dropdown-menu {
	background-color: #1a1a1a;
}

/* Accordion CSS */

.accordion h2 .btn {
	text-decoration: none;
	color: #4d4d4d;
	padding: 40px;
}
.accordion .card-header {
	padding: 0px;
}
.accordion .card:nth-child(even) .card-header {
	background-color: #e5e5e5;
}
.accordion .card:nth-child(odd) .card-header {
	background-color: #f2f2f2;
}
.accordion .collapse .card-body,
.accordion .collapsing .card-body {
	padding: 0px;
	border-top: 1px solid #DDD;
	background-color: transparent;
}
.accordion table tr:nth-child(even) {
	background-color: #e5e5e5;
}
.accordion .card-title {
	margin-bottom: 10px;
	padding: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f2f2f2;
}
.accordion .card-title .btn {
	height: 40px;
	width: 40px;
	padding: 0px;
}
.accordion .card-title + hr {
	display: none;
}
.accordion table td .switch {
	display: flex;
	margin-top: 10px;
}
.accordion .col-md-12 {
	padding: 0px;
}
.accordion .adddatadiv,
.accordion .adddatadiv.hide {
	margin-bottom: 10px;
	padding: 40px;
	background-color: #F2F2F2;
}

/* Shield Module CSS */

.shield-module {
	width: 33.33%;
	margin: 0 auto;
	text-align: center;
	color: #4d4d4d;
}
.shield-module .btn.btn-info {
	margin-top: 10px;
}
.shield-module > .card {
	margin-bottom: 40px;
}
.shield-module .btn-container {
	margin-top: 40px;
}
.shield-module .btn-container .row {
	display: flex;
	flex-direction: column;
}
.shield-module .btn-container .row .col-md-4 {
	flex: 100% 1 1;
	max-width: 100%;
}
.shield-module .btn-container .row .col-md-4:not(:last-child) {
	margin-bottom: 10px;
}
.shield-module .btn-container .btn {
	width: 100%;
}
.shield-module .btn-container form .btn:not(:last-child) {
	margin-bottom: 10px;
}
.shield-module h2,
.shield-module #addmanually h3 {
	font-family: "poppins", "sans-serif";
	font-size: 24px;
}
.shield-module p {
	font-family: "proxima-soft", "sans-serif";
}
.shield-module .shield-bg + .card-body {
	border-top: 1px solid #DDD;
}
.shield-module .shield-bg + .card-body .card-title {
	margin: 0px;
}
.shield-module > .col-md-12 {
	padding: 0px;
}
.shield-module #addmanually,
.shield-module #invite_from_mycontact {
	margin-top: 20px;
}
.shield-module #invite_from_mycontact .row {
	margin: 0px;
}
.shield-module #invite_from_mycontact .col-md-6 {
	padding: 0px;
	flex: 100%;
	width: 100%;
	max-width: 100%;
}
.shield-module #invite_from_mycontact hr {
	display: none;
}

/* Shield Card CSS */

.shield-card .row {
	width: 33.33%;
	margin: 0 auto;
	min-width: 520px;
}
.shield-card .card {
	width: 100%;
}
.shield-card .card-body {
	margin: 10px 0px;
}
.shield-card .card-body .progress.xp-bar {
	border-radius: 1rem;
    margin: 30px 0px 0px;
    background-color: #cccccc;
    height: 1.25rem;
}
.shield-card .card-body b {
	font-weight: 500;
}
.shield-card .alert-warning {
	margin: 10px 0px;
	width: 100%;
}

/* Profile CSS */

.profile-edit .shield-url {
	display: flex;
	flex-wrap: wrap;
}
.profile-edit .shield-url input {
	width: 100%;
}
.profile-edit .shield-url .input-group-append {
	width: 50%;
}
.profile-edit .shield-url .input-group-append .btn {
	width: 100%;
}
small, .profile-edit p {
	font-family: "proxima-soft", "sans-serif";
	color: #4d4d4d;
}
.profile-edit h6 {
	font-family: "poppins", "sans-serif";
	font-weight: 400;
	color: #4d4d4d;
}
.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::after, .custom-file-input {
	height: 52px;
	display: flex;
	align-items: center;
	border-radius: 0px;
}
.navbar .nav-item .nav-link .nav-label {
	display: none;
}
.navbar .nav-item.dropdown.mobile {
	display: none;
	list-style: none;
	width: unset;
    margin-left: -500px;
    background-color: #000000;
    padding: 4px;
}
.module-cards-wrapper .licence .blocks-wrapper {
	margin: 0px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-left: 10px;
	padding-right: 10px;
}
.row .container {
	margin: 0px;
	max-width: 100%;
}
.contact-list {
	margin-bottom: 10px;
}
.container.edit-form {
	padding-left: 10px;
	padding-right: 10px;
}
.module-cards-wrapper .licence .blocks-wrapper .btn {
	margin: 0px -40px;
	width: auto;
}
.truth-accordian .card-header {
	padding: 0px;
}
.truth-accordian .card-header h5 .btn {
	padding: 40px;
	font-size: 1rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: #f2f2f2!important;
	color: #4d4d4d!important;
	text-decoration: none;
	position: relative;
	border: 0px;
}
.truth-accordian .card:nth-child(even) .card-header h5 .btn {
	background-color: #e5e5e5!important;
}
.truth-accordian .card-header h5 .btn .badge {
	background-color: #a38238!important;
	color: #FFF;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 106px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
}
.truth-accordian .card:nth-child(even) .card-header h5 .btn .badge {
	background-color: #937532!important;
}
.truth-accordian .card:not(:last-child) .card-header {
	margin-bottom: 0px;
}
.truth-accordian .card:not(:last-child) .card-header + div {
	margin-top: 10px;
}
.truth-accordian {
	width: auto;
}
.truth-accordian > .card {
	margin-left: 10px;
	margin-right: 10px;
}
.container.profile-edit {
/*	margin: 0px 10px;*/
	width: auto;
}
.bg-light.no-header {
	padding-top: 0px;
}

/* PDF Viewer CSS */

.embed-responsive {
	height: calc(100vh - 64px);
}
.pdf-viewer {
	min-height: unset;
}


.guardians div.col-sm div{
	width: 100%;
	text-align: center;
	display: grid;
	border: 1px solid grey;
    min-height: 351px;
	padding-top: 15px;
	margin-bottom: 15px;
}
.guardians div.col-sm div i{
	font-size: 90px;
}
.guardians div.col-sm div button i,.guardians div.col-sm div a i{
	font-size: 15px;
}
.guardians div.col-sm div h3{
	padding-top: 30px;
}

.guardians div.col-sm div .submitted{
	color: green;
	text-transform: capitalize;
}
.guardians div.col-sm div .pending{
	color: red;
	text-transform: capitalize;
}


#addGuardianModal hr{
	border: 1px solid;
}
#addGuardianModal .form-control-label{
	color: #fff;
}
#addGuardianModal .modal-content .btn{
	flex: none !important;
}

 /*UI SLIDER
  * guardian Question page to verify member
 */

.ui-slider-legend{
	display: inline-block;
}
.ui-slider {
  position: relative;
  text-align: left;
  cursor: pointer;
  border: none !important;
  border-radius: 25px;
}
.ui-slider.ui-widget-content {
  background: #e9e9e9;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 2em;
  height: 2em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
  border-radius: 100%;
  border: 3px solid #fff;
  background: #808080;
}
.ui-slider.position-1 .ui-slider-handle {
  background: #EE0026;
}
.ui-slider.position-2 .ui-slider-handle {
  background: #FF9536;
}
.ui-slider.position-3 .ui-slider-handle {
  background: #00A83B;
			}
.ui-slider .ui-slider-handle:focus, .ui-slider .ui-slider-handle:active {
  outline: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
  background-color: #b8baba;
  border-radius: 25px;
}
.ui-slider.position-1 .ui-slider-range {
  background: #EE0026;
}
.ui-slider.position-2 .ui-slider-range {
  background: #FF9536;
}
.ui-slider.position-3 .ui-slider-range {
  background: #00A83B;
}
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit
}
.ui-slider-horizontal {
  height: 1em
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.55em;
  margin-left: -1em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0
}
.ui-slider-vertical {
  width: .8em;
  height: 100px
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0
}
.col-md-8.guardian-fixed-top {
	position: fixed !important;
	z-index: 9999;
	background: #000;
	padding: 10px 0px;
	top: 0;
}
.col-md-8.guardian-fixed-top > * {
   vertical-align: middle;
}
.col-md-8.guardian-fixed-top h1 {
	color: #fff;
	font-size: 20px;
	padding-left: 20px;
}
.guardian .card-body {
	padding-top: 25px;
}
.guardian-verification-option div {
	padding: 10px 20px;
}
.guardian-verification-option div label {
	display: block;
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 40px;
	text-align: center;
}
.guardian-verification-option div.option-1 label {
	color: #EE0026;
	box-shadow: 1px 0px 10px 0px #EE0026;
}
.guardian-verification-option div.option-2 label {
	color: #FF9536;
	box-shadow: 1px 0px 10px 0px #FF9536;
}
.guardian-verification-option div.option-3 label {
	color: #00A83B;
	box-shadow: 1px 0px 10px 0px #00A83B;
}
.guardian form .container {
	padding: 0 !important;
}
.guardian form .container div.form-group label {
	display: block;
	text-align: center;
	padding-bottom: 10px;
}
.guardian form .container div.form-group{
	border: 1px solid grey;
	padding: 30px 50px;
	box-shadow: 1px 3px 20px 2px #888888;
}

/* CSS Updates Nov 2021 */

.guardians div.col-sm div {
	border: 0px;
}
.guardians div.col-sm:nth-child(odd) {
	background-color: #DDD;
}
.guardians div.col-sm div i {
	font-size: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #4d4d4d;
}
.guardians div.col-sm div h3 {
	font-family: "poppins", "sans-serif";
	font-weight: 400;
	color: #4d4d4d;
	font-size: 1.25rem;
	text-transform: capitalize;
}
.guardians div.col-sm div .submitted,
.guardians div.col-sm div .pending {
	color: #FFF;
	background-color: #40A629;
	border-radius: 100px;
	font-family: "poppins", "sans-serif";
	font-weight: 400;
	font-size: 18px;
	width: fit-content;
	padding: 15px 25px;
	margin-top: 40px;
}
.guardians div.col-sm div .pending {
	background-color: #ef3a48;
/*	order: 1;*/
}
.guardians div.col-sm > div {
	min-height: unset;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 30px;
	padding-top: 50px;
	height: 100%;
	position: relative;
}
.guardians {
	margin: -20px -15px -20px;
}
.guardians div.col-sm .btn.btn-success {
	border-radius: 100px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    position: absolute;
    top: 15px;
    right: 5px;
}
.guardians div.col-sm .btn.btn-success i {
	color: #FFF;
	margin-right: 5px;
}

.guardians div.col-sm .btn.btn-danger ,
.guardians div.col-sm .btn.btn-secondary {
	border-radius: 100px;
    display: flex;
    align-items: center;
    padding: 10px 20px;

}
.guardians div.col-sm .btn.btn-danger{
	 position: absolute;
    top: 15px;
    right: 5px;
}

.guardians div.col-sm .btn.btn-danger i ,
.guardians div.col-sm .btn.btn-secondary i {
	padding-right: 8px;
	color: #FFFFFF;
}
#addGuardianModal .modal-dialog {
	height: 100%;
}
#addGuardianModal .modal-content {
	background-color: #f2f2f2;
}
#addGuardianModal .modal-content .modal-title,
#addGuardianModal .form-control-label {
	color: #4d4d4d;
	font-weight: 400;
}
#addGuardianModal .modal-header {
	border-bottom-color: #AAA;
}
#addGuardianModal .modal-footer {
	border-top-color: #AAA;
}
#addGuardianModal hr {
	border-color: #AAA;
	border-top: 0px;
	margin: 20px -16px;
}
#addGuardianModal h2.text-center {
	text-align: left!important;
	color: #4d4d4d;
	font-size: 1.25rem;
	font-family: "poppins", "sans-serif";
	font-weight: 400;
}
.guardian .col-md-8,
.guardian-fixed-top {
	flex: 100% 0 0;
	max-width: 100%;
}
.guardian .card-body {
	padding: 20px;
	padding-top: 50px;
}
.col-md-8.guardian-fixed-top {
	max-width: 1580px;
	margin: 0px 15px;
	padding: 20px;
}
.col-md-8.guardian-fixed-top h1 {
	font-family: "poppins", "sans-serif";
	font-weight: 400;
	font-size: 1.25rem;
	padding-left: 10px;
	margin: 0px;
}
.col-md-8.guardian-fixed-top h1 i {
	margin-right: 10px;
}
.guardian p {
	font-family: "proxima-soft", "sans-serif";
	color: #4d4d4d;
}
.guardian form .container div.form-group {
	box-shadow: unset;
	border: 0px;
}
.guardian form .container .btn {
	display: flex;
	margin: 20px 20px 0px auto;
}
.guardian form .container div.form-group:nth-child(odd) {
	background-color: #DDD;
}
.guardian form .container {
	margin: 0px -20px;
	width: auto;
	max-width: unset;
}
.ui-slider.position-1 .ui-slider-handle {
	background-color: #ef3a48;
}
.ui-slider.position-3 .ui-slider-range,
.ui-slider.position-3 .ui-slider-handle {
	background-color: #40A629;
}
.guardian-verification-option {
	margin-bottom: 20px;
}
.guardian-verification-option div.option-1 label {
	box-shadow: unset;
	color: #FFF;
	background-color: #ef3a48;
}
.guardian-verification-option div.option-2 label {
	box-shadow: unset;
	color: #FFF;
	background-color: #FF9536;
}
.guardian-verification-option div.option-3 label {
	box-shadow: unset;
	color: #FFF;
	background-color: #40A629;
}

/*
Covid Pass
*/

.covidpass .shield-bg{
	text-align: center;
	font-size: 4vw;
}
.covidpass .shield-bg i.fa-check-circle{
	color: green;
}
.covidpass .shield-bg i.fa-times-circle{
	color: red;
}
.covidpass .shield-bg .cpexpire{
	color: red;
	font-size: 2rem;
}
.colorred{
	color: red !important;
}
.colorgreen{
	color: green !important;
}

/* Popup Overlay */
.popup_wrapper {
    padding: 25px 0;
}
.popup-overlay {
    display: none;
	width: 700px;
	background-color: #FFF;
	padding: 50px;
	box-sizing: border-box;
    background: linear-gradient(to bottom, #ECECEC, #D9D9D9);
    box-shadow: 0 5px 25px rgba(0,0,0,0.2), 0 1px 3px rgba(0,0,0,0.2);
}
.popup-overlay .popup-close {
	padding: 6px 12px;
	position: absolute;
    top: 7px;
    right: 5px;
    text-decoration: none;
    font-size: 18px;
    color: #000;
}
.popup-overlay .popup-close:hover {
	opacity: 0.5;
}
.popup-overlay h4 .icon {
    font-size: 80px;
    color: #aaa;
}

#card-element.StripeElement {
    padding: 22px 18px;
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 20px;
}
#card-element.StripeElement .CardField .CardField-expiry {
    padding: 10px;
    background-color: #eee;
}
#card-element.StripeElement .CardField .CardField-cvc {
    padding: 10px;
    background-color: #eee;
}

.subscription-status {
    padding: 20px 40px;
}
.subscription-status p {
    margin: 0;
}
.subscription-status .btn {
    padding: 10px 15px;
}
.payment-details {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.payment-details dl {
    display: flex;
    flex-wrap: wrap;
}
.payment-details dl dt,
.payment-details dl dd {
    padding: 4px 8px;
    margin: 0 0 2px;
}
.payment-details dl dt {
    flex: 80px 0 0;
    padding-left: 0;
    opacity: 0.5;
}
.payment-details dl dd {
    flex: calc(100% - 80px) 0 0;
}

.receipt-list {
    padding: 40px;
}
.receipt-list table {
    border-spacing: 0 5px;
    border-collapse: separate;
    width: 100%;
}
.receipt-list table tr th {
    padding-bottom: 10px;
    text-align: left;
    white-space: nowrap;
}
.receipt-list table tr th:nth-last-child(1),
.receipt-list table tr td:nth-last-child(1) {
    text-align: right;
}
.receipt-list > p {
    margin: 0;
    padding: 20px 0;
}

/* Subsribe Page CSS */
.subscribe-block {
    padding: 40px;
}
.subscribe-block h2,
.subscribe-block .price-summary h3,
.payment-details .sub-info h4,
.receipt-list h4  {
    font-family: "poppins", "sans-serif";
    color: #4d4d4d;
    font-size: 1.5rem;
    font-weight: 400;
}
.subscribe-block .row {
    position: relative;
    align-items: flex-start;
    margin: 0px -5px;
}
.subscribe-block .row > .col-md-6.pr-md-4:first-child {
    position: sticky;
    top: 130px;
}
.subscribe-block .col-md-6:first-child p,
.subscribe-block .col-md-6:first-child li,
.subscribe-block .price-summary p,
.subscription-status p,
.receipt-list tr,
.receipt-list p,
.payment-details dl dt,
.payment-details dl dd {
    font-family: "proxima-soft", "sans-serif";
    font-size: 14px;
    color: #4d4d4d;
}
.receipt-list th,
.payment-details dl dt {
    font-size: 14px;
    font-family: "poppins", "sans-serif";
    font-weight: 400;
    color: #a38238;
    opacity: 1;
}
.subscribe-block .col-md-6:first-child ul {
    padding-left: 0px;
}
.subscribe-block .col-md-6:first-child li {
    list-style: none;
    display: flex;
    gap: 15px;
    align-items: center;
}
.subscribe-block .col-md-6:first-child li::before {
    content: '\f2f7';
    font-family: "Font Awesome 5 Pro";
    color: #40a629;
    font-size: 1.25rem;
    font-weight: 100;
}
.subscribe-block .price-summary {
    background-color: #40a629;
    padding: 30px;
    margin-bottom: 20px;
}
.subscribe-block .col .price-summary * {
    color: #FFF;
}
.subscribe-block .price-summary > *:last-child {
    margin-bottom: 0px;
}

.card.book-download .card-body {
    background-color: #b4352c;
}
.card.book-download .card-body:hover {
    opacity: 0.9;
}
.card.book-download .card-body p {
    color: #FFFF;
}
.card.book-download .card-body a:hover {
    text-decoration: none;
}
.card.book-download .card-body a.dismiss {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    color: #FFF;
}

/* Responsive CSS */

@media screen and (max-width:1600px){
	.navbar .navbar-nav:first-child {
		width: 75%;
	}
	.row {
		margin-left: 0px;
		margin-right: 0px;
	}
	.row.shield-module {
		margin-left: auto;
		margin-right: auto;
		min-width: 520px;
	}
	.row.shield-module .col-md-4 {
		padding: 0px;
	}
	.container.index .col-md-8 {
		padding-left: 0px;
	}
	.container.index .col-md-4,
	.container.index .col-md-8{
		padding-right: 10px;
	}
	.container.index .col-md-4 {
		padding-left: 10px;
	}
	.navbar .nav-item .nav-link {
		padding: 40px 35px;
	}
	.contact-list .row:first-child .col-md-6 {
		width: 30%;
		max-width: 30%;
	}
	.contact-list .row:first-child .col-md-4 {
		max-width: 53.333%;
		flex: 53.333% 0 0;
	}
	.guardians {
		margin-left: -30px;
		margin-right: -30px;
	}
}
@media screen and (max-width:1400px){
	.navbar .nav-item .nav-link {
		padding: 32px 25px;
	}
	.navbar .nav-item .nav-link.custom img {
		height: 45px;
	}
	.navbar .nav-item .nav-link.custom {
		padding: 17.5px;
	}
	.navbar .navbar-brand img {
		height: 50px;
	}
	body {
		padding-top: 6rem;
	}
}
@media screen and (max-width:1200px){
	.navbar .nav-item .nav-link {
		font-size: 12px;
		padding: 30px 20px;
	}
	.navbar .navbar-brand img {
		height: 40px;
		margin-right: 0px;
	}
	.navbar .nav-item .nav-link.custom .btn-text span.gold, .navbar .nav-item .nav-label span.gold {
		font-size: 14px;
	}
	.navbar .nav-item .nav-link.custom .btn-text span {
		font-size: 11px;
	}
	.navbar .nav-item .nav-link.custom img {
		height: 40px;
		margin-right: 10px;
	}
	.navbar .nav-item #userDropdown.nav-link img {
		height: 55px!important;
		margin-right: 10px!important;
	}
	.navbar .nav-item #userDropdown.nav-link p {
		font-size: 11px;
		margin-bottom: 3px;
	}
	.nav-item.ml-auto {
		margin-left: unset!important;
	}
	.navbar .nav-item .nav-link.custom.share {
		padding: 19px 20px;
	}
	.navbar .nav-item #userDropdown.nav-link span {
		padding: 10px 12px;
	}
	body {
		padding-top: 5.5rem;
	}
	.module-card {
		flex: 50% 0 0;
	}
	.guardian .card-body{
		padding-top: 60px;
	}
}
@media screen and (max-width:1000px){
	.navbar {
		padding: 20px;
	}
	.navbar-dark .navbar-toggler {
		border: 0px;
		border-radius: 0px;
		padding: 10px;
	}
	.navbar .navbar-nav:first-child {
		margin: 0px;
	}
	.navbar-nav {
		flex-direction: row;
	}
	.navbar-collapse {
		display: flex;
		align-items: center;
		margin-top: 20px;
	}
	.navbar-dark .navbar-toggler:focus-visible,
	.navbar-dark .navbar-toggler:focus {
		outline: unset!important;
		background: #1a1a1a;
	}
	body {
		padding-top: 7.6rem;
	}
	.website-blocks {
		flex-direction: column;
	}
	.website-blocks .w-block:not(:last-child), .website-blocks > a:not(:last-child) {
		margin: 0px;
		margin-bottom: 10px;
	}
	.container.index .row {
		flex-direction: column;
	}
	.container.index .col-md-4,
	.container.index .col-md-8 {
		flex: 33% 1 1;
		max-width: unset;
	}
	.container.index .col-md-8 {
		padding-left: 10px;
	}
	.container.index .row .card-override .row {
		flex-direction: row;
	}
	.container.index .row .card-override .row .col-md-6 {
		padding: 0px;
	}

	/* Nav Bar CSS */

	#app .py-4 {
		padding: 15px 0px!important;
	}
	.navbar .navbar-brand img {
		height: 70px;
	}
	.navbar-toggler-icon {
		width: 45px;
		height: 45px;
	}
	.navbar-nav,
	.navbar-collapse {
		flex-direction: column;
	}
	.navbar .navbar-nav:first-child {
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.navbar .nav-item .nav-link {
		font-size: 18px;
	}
	.navbar .nav-item {
		width: 100%;
	}
	.navbar .nav-item.label-item,
	.navbar .nav-item:last-child {
		flex: 45% 1 1;
	}
	.navbar .nav-item .nav-link.custom:not(.share) {
		margin-left: 5px;
	}
	.navbar .nav-item .nav-link.custom img {
		height: 60px;
	}
	.navbar .nav-item .nav-link.custom .btn-text span.gold, .navbar .nav-item .nav-label span.gold {
		line-height: 21px;
		font-size: 21px;
	}
	.navbar .nav-item .nav-link.custom .btn-text span,
	.navbar .nav-item .nav-label span {
		font-size: 14px;
		line-height: 14px;
	}
	.navbar .nav-item .nav-link.custom img {
		margin-right: 15px;
	}
	.navbar .nav-item .nav-label {
		display: none;
	}
	.navbar .nav-item .nav-link .nav-label {
		display: flex;
		flex-direction: column;
		z-index: unset;
		position: unset;
	}
	.navbar-brand {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.navbar .nav-item .nav-link.custom.share img {
		margin-right: 10px;
	}
	.navbar .nav-item .nav-label {
		text-align: left;
		background-color: transparent;
	}
	.navbar .nav-item.label-item:hover .nav-label {
		transform: unset;
	}
	.navbar .nav-item .nav-link.custom.share:hover {
		background-color: #2a2a2a;
	}
	.navbar .nav-item #userDropdown.nav-link img {
		height: 64px!important;
		margin-right: 15px!important;
	}
	.navbar .nav-item.dropdown.mobile {
		display: block;
	}
	.navbar .nav-item #userDropdown.nav-link p {
		font-size: 14px;
		margin-bottom: 2px;
	}
	.navbar .navbar-nav .nav-item.dropdown {
		display: none;
	}
	#contact-list .contact-details-wrapper .details {
		flex: 49% 0 0;
	}
	.contact-list > .col-md-12 > .row:first-of-type {
		flex-direction: column;
		align-items: flex-start;
	}
	.contact-list > .col-md-12 > .row:first-of-type .col-md-2,
	.contact-list > .col-md-12 > .row:first-of-type .col-md-6,
	.contact-list > .col-md-12 > .row:first-of-type .col-md-4 {
		flex: 100% 0 0;
		max-width: 100%;
		width: 100%;
		padding: 0px;
	}
	.contact-list > .col-md-12 > .row:first-of-type .form-group {
		text-align: left!important;
	}
	.contact-list > .col-md-12 > .row:first-of-type .col-md-2,
	.contact-list > .col-md-12 > .row:first-of-type .col-md-6 {
		margin-bottom: 10px;
	}
	#contact-list .contact-details-wrapper {
		margin-left: -3px;
		margin-right: -3px;
		width: auto;
	}
	.profile-edit .row {
/*		flex-direction: column-reverse;*/
	}
	.profile-edit .col-lg-8 {
		padding: 0px;
		margin-top: 20px;
	}
	.guardian .card-body{
		padding-top: 80px;
	}
	.guardians {
		flex-direction: column;
	}
}
@media screen and (max-width:800px){
	.guardian .card-body{
		padding-top: 80px;
	}
    .subscribe-block .row > .col-md-6.pr-md-4:first-child {
        position: unset;
        top: unset;
    }
}
@media screen and (max-width:767px){
	.life-history-questions form .form-group label {
		display: inline-table !important;
		width: 40px;
       text-align: center;
	}
}

@media screen and (max-width:600px){
	.shield-card .row {
		min-width: 100%;
	}
	.shield-bg {
		padding: 50px 0px;
	}
	body {
		min-height: unset;
		padding-top: unset;
		padding-top: 6.5rem;
	}
	.navbar .nav-item.dropdown.mobile {
		margin-left: -370px;
	}
	.navbar .navbar-brand img {
		height: 50px;
	}
	.navbar-toggler-icon {
		height: 40px;
		width: 40px;
	}
	.navbar .nav-item .nav-link {
		font-size: 14px;
	}
	.navbar .nav-item #userDropdown.nav-link p {
		font-size: 12px;
		margin-bottom: 0px;
		margin-top: 6px;
	}
	.navbar .nav-item.dropdown.mobile {
		padding: 0px;
	}
	.navbar .nav-item #userDropdown.nav-link img {
		height: 50px!important;
		margin-right: 15px!important;
	}
	.navbar .nav-item.dropdown.mobile {
		margin-left: 0px;
		position: absolute;
		left: 81px;
		top: 22px;
	}
	.navbar-dark .navbar-toggler {
		padding: 7px;
	}
	.navbar-toggler-icon {
		height: 40px;
		width: 40px;
	}
	.navbar .nav-item .nav-label {
		padding: 0px;
	}
	.navbar .nav-item .nav-link.custom {
		display: flex;
		flex-direction: column;
	}
	.navbar .nav-item .nav-link.custom img {
		height: 50px;
	}
	.navbar .nav-item .nav-link.custom .btn-text span, .navbar .nav-item .nav-label span {
		font-size: 14px;
		line-height: 14px;
	}
	.navbar .nav-item .nav-link.custom .btn-text span.gold, .navbar .nav-item .nav-label span.gold {
		line-height: 16px;
		font-size: 16px;
	}
	.navbar .nav-item .nav-link.custom.share img {
		margin-right: 15px;
	}
	.container.index .row .card-override .row {
		flex-direction: column;
		align-items: flex-start;
	}
	.container.index .row .card-override .row .col-md-6,
	.title-card .col-md-6.text-right {
		text-align: left!important;
	}
	.container.index .row .card-override .row .col-md-6:last-child button ,
	.title-card .col-md-6.text-right button,
	.card-body .col-md-6.text-right .btn-module {
		margin-top: 20px;
	}
	.card.card-override .list-group-item {
		padding: 30px;
	}
	.list-group > .list-group-item i,
	.card.card-override .list-group-item .badge-success {
		width: 96px;
	}
	.website-blocks .w-block {
		padding: 30px;
	}
	.navbar .dropdown .dropdown-menu {
		top: 70px;
	}
	.navbar .nav-item .nav-link.custom .btn-text,
	.navbar .nav-item .nav-link .nav-label {
		justify-content: center;
		align-items: center;
	}
	.navbar .nav-item .nav-link.custom.share img,
	.navbar .nav-item .nav-link.custom img {
		margin: 0px;
		margin-bottom: 15px;
	}
	.navbar .nav-item #userDropdown.nav-link span {
		padding: 0px 20px 0px 0px;
		background-color: transparent;
		font-size: 12px;
	}
	.navbar .nav-item #userDropdown.nav-link span::after {
		margin-left: 10px;
	}
	.navbar .nav-item #userDropdown.nav-link span::before {
		margin-right: 6px;
	}
	.list-group > .list-group-item {
		padding-right: 100px;
	}
	.title-card h4 {
		font-size: 1.25rem;
	}
	.title-card.margin-10-0 {
		margin-top: 5px;
	}
	.module-card {
		flex: 100% 0 0;
	}
	.btn {
		font-size: 14px;
	}
	.form-btn-wrapper {
		flex-direction: column;
	}
	.form-btn-wrapper .btn,
	form .btn {
		width: 100%;
		text-align: center;
	}
	.form-btn-wrapper .form-group:not(:last-child) {
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.form-group.switch-group {
		flex-direction: column;
		align-items: flex-start;
	}
	.switch-group .slider {
		margin-left: 0px;
	}
	.accordion .card-title .btn {
		flex: 40px 0 0;
	}
	.accordion .card-title {
		font-size: 1.25rem;
	}
	.list-group-flush {
		margin-bottom: 10px;
	}
	.card-override .list-group-flush {
		margin-bottom: 0px;
	}
	.contact-list > .col-md-12 > .row:first-of-type .col-md-4 .btn {
		width: 100%;
	}
    .contact-list > .col-md-12 > .row:first-of-type .col-md-4 .btn-group {
		width: 100%;
	}
	.contact-list > .col-md-12 > .row:first-of-type .col-md-4 .btn:not(:last-child) {
		margin-bottom: 10px;
	}
	#contact-list .row .col-sm-12:last-child {
		flex: 100% 0 0;
		max-width: 100%;
		width: 100%;
		display: flex;
		margin-top: 10px!important;
		top: unset;
	}
	#contact-list.list-group > .list-group-item {
		padding-right: 40px;
		padding-bottom: 140px;
	}
	#contact-list .row .col-sm-12:last-child .btn {
		width: 33.33%;
		padding: 40px;
	}
	#contact-list .contact-details-wrapper .details {
		flex: 100% 0 0;
	}
	#contact-list .contact-details-wrapper {
		flex-wrap: nowrap;
		flex-direction: column;
	}
	#contact-list .row .col-sm-12:not(:last-child) {
		max-width: 100%;
	}
	#contact-list.list-group > .list-group-item:not(:last-child) {
		margin-bottom: 10px;
	}
	.row.shield-module {
		min-width: 100%;
	}
	.shield-module > .card {
		width: 100%;
	}
	.shield-module .btn.btn-info {
		width: 100%;
		text-align: center;
	}
	.shield-module .col-md-12 {
		padding: 0px;
	}
	.list-group > .list-group-item,
	.truth-accordian .card-header h5 .btn {
		padding: 30px;
	}
	.truth-accordian .card-header h5 .btn {
		padding-right: 100px;
		text-align: left;
	}
	h1.card-title {
		display: flex;
		flex-direction: column;
		line-height: 24px;
	}
	.card-title img {
		margin: 0px 0px 20px 0px;
	}
	.guardian .card-body{
		padding-top: 120px;
	}
	.guardian.container {
		padding: 0px;
		text-align: center;
	}
	.guardian.container .col-md-8 {
		padding: 0px;
	}
	.guardian form .container .btn {
		margin-top: -20px;
		margin-bottom: -40px;
		justify-content: center;
	}
	.guardian .guardian-verification-option div {
		padding: 0px;
	}
	.guardian .card-body h2,
	.guardian .card-body h2 small{
		line-height: 1em;
	}
	.guardian .card-body h2 small {
		margin-bottom: 20px;
		display: block;
	}
	.col-md-8.guardian-fixed-top h1 {
		text-align: center;
		padding-left: 0px;
	}
	.guardians div.col-sm div .submitted, .guardians div.col-sm div .pending {
		margin-top: 20px;
	}
	#addGuardianModal .modal-dialog {
		height: unset;
	}
	#addGuardianModal {
		padding-left: 0px;
	}
	#addGuardianModal .modal-footer .btn:not(:last-child) {
		margin: 0px 0px 10px;
	}

    .payment-details,
    .receipt-list,
    .subscription-status {
        padding: 20px;
    }
    .subscribe-block h2, .subscribe-block .price-summary h3 {
        font-size: 1.25rem;
    }

}
@media screen and (max-width:400px){
	.shield-bg {
		padding: 30px 0px;
	}
}

/*


@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0)
{

@media {
 @supports (-webkit-appearance:none) {

     #contact-list .contact-details-wrapper .details{
      flex: 0% 0 0 !important;
     }
     .contact-list > .col-md-12 > .row:first-of-type{
        flex-direction: row !important;
     }
     }
}}*/
