.navbar.fixed-top {
    box-shadow: 0 2px 8px rgba(0, 36, 63, 0.1);
}

.hero-icon {
    width: 100%;
}

.hero-icon:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #ccb58c;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.hero-icon .fa {
    float: left;
    width: 100%;
    padding-top: 50%;
    line-height: 1em;
    margin-top: -0.5em;
    text-align: center;
    color: white;
    font-size: 2rem;
}

.faq-table-of-contents .list-group-item {
    background-color: transparent;
    border-bottom: 2px solid #CCD8E0;
}

.faq-list {
    counter-reset: faq-counter;
    list-style: none;
    margin-top: 2em;
    padding-left: 1em;
}

.faq-list-item {
    position: relative;
    background-color: #fff;
    margin-bottom: 2rem;
    padding: 1.5rem 1.5rem 1.5rem 2.5rem;
    border-radius: 0.25rem;
    box-shadow: 0 2px 1px rgba(0, 36, 63, 0.05);
}

.faq-list-item:before {
    content: counter(faq-counter);
    counter-increment: faq-counter;
    position: absolute;
    left: -1.25rem;
    top: 1.5rem;
    font-size: 1.25em;
    display: inline-block;
    color: #fff;
    background-color: #00607F;
    border-radius: 50%;
    width: 2em;
    text-align: center;
    line-height: 2em;
}

.faq-question {
    font-size: 1.5rem;
}

.faq-answer {
    color: #687780;
}

.alert strong {
    opacity: 1;
    font-weight: 500;
}

.alert.alert-danger {
    background-color: #E6A3B2;
    border-color: #E6A3B2;
    border-left: 0.25rem solid #BB1F53;
    color: #8D000D;
    box-shadow: 0 2px 1px rgba(0, 36, 63, 0.05);
}

.alert.alert-danger .alert-heading {
    color: #8D000D;
}

.alert.alert-success {
    background-color: #E4E5AE;
    border-color: #E4E5AE;
    border-left: 0.25rem solid #BABF33;
    color: #5e620e;
    box-shadow: 0 2px 1px rgba(0, 36, 63, 0.05);
}

.alert.alert-success .alert-heading {
    color: #494c0b;
}

.alert.alert-info {
    background-color: #A9CED8;
    border-color: #A9CED8;
    border-left: 0.25rem solid #00607F;
    color: #00425F;
    box-shadow: 0 2px 1px rgba(0, 36, 63, 0.05);
}

.alert.alert-info .alert-heading {
    color: #00243F;
}

.btn-outline-primary {
    color: #4290A5;
    border-color: #4290A5;
    border-width: 1px;
    box-shadow: inset 0 0 0 1px #4290A5;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary.active,
.btn-outline-primary:active,
.open>.btn-outline-primary.dropdown-toggle.focus,
.open>.btn-outline-primary.dropdown-toggle:focus,
.open>.btn-outline-primary.dropdown-toggle:hover,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #4290A5;
    border-color: #4290A5;
}

/* Bill Styles */

.card-footer>.empty-track {
    display: block;
}

.card-footer>.empty-track~.empty-track {
    display: none;
}

/* How-To Styles */

.how-to-list {
    counter-reset: howto-counter;
    list-style: none;
    margin-top: 2rem;
    padding-left: 3.5rem;
}

.how-to-list-item {
    position: relative;
    /* background-color: #fff;
    margin-bottom: 2rem;
    padding: 1.5rem 1.5rem 1.5rem 2.5rem;
    border-radius: 0.25rem;
    box-shadow: 0 2px 1px rgba(0, 36, 63, 0.05); */
    border-bottom: 2px solid #CCD8E0;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

.how-to-list-item:last-child {
    border-bottom: none;
    margin-bottom: 2rem;
    padding-bottom: 0;
}

.how-to-list-item:before {
    content: counter(howto-counter);
    counter-increment: howto-counter;
    position: absolute;
    left: -3.5rem;
    top: 0;
    font-size: 1.25em;
    display: inline-block;
    color: #fff;
    background-color: #00607F;
    border-radius: 50%;
    width: 2em;
    text-align: center;
    line-height: 2em;
}

.how-to-list-item dl {
    color: #50697b;
}


@media (min-width: 991px) {
	.table-lg th, .table-lg td,
	.table-lg td[class*=col-], .table-lg th[class*=col-] {
		display: table-cell;
	}
	.table-lg .num {
		text-align: right;
	}

	.table-lg tbody td[data-th]:before {
		display: none;
	}
	.table-lg tbody tr:nth-child(odd) {
		background-color: transparent;
	}
}

@media (max-width: 991px) {
	.table-lg {
		font-size: 14px;
	}

	.table-lg thead {
		display :none;
	}

	.table-lg-bordered > tbody > tr > td {
	  border-bottom: none;
	  border-left: none;
	  border-right: none;
	}

	.table-lg td[data-th] {
	  padding-left: 90px !important;
	}

	.table-lg td,
	.table-lg th {
		display: block !important;
		width: 100% !important;
	}

	.table-lg tbody td[data-th]:before {
		content: attr(data-th) !important;
		display: inline-block;
		font-weight: bold !important;
		font-size: 10px !important;
		width: 74px !important;
		line-height: 1.2 !important;
		vertical-align: middle !important;
		text-transform: uppercase !important;
		letter-spacing: 0.05em !important;
		margin-left: -82px !important;
		margin-right: 8px !important;
		color: #888 !important;
	}

	.table-lg-bordered > tbody > tr > td {
		border-bottom: none;
		border-left: none;
		border-right: none;
	}

	.table-lg td[data-th] {
		padding-left: 90px !important;
	}
}

.anchorMe{
    display: block;
    height: 115px; /*same height as header*/
    margin-top: -115px; /*same height as header*/
    visibility: hidden;
}

.modal-footer{
    flex-wrap: nowrap;
}
