.cost-page-sticky {
    display: none;
    background-color: #fff;
    position: fixed;
    top: 0;
	left: 0;
	z-index: 999999;
 	width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: 0 2px 10px 0 rgba(49,49,49,.15);
}
.cost-page-sticky .flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
	padding: 10px 20px;
    margin: 0 auto;
}
.cost-page-sticky div {
    margin-right: 30px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}
@media screen and (max-width: 766px) {
.cost-page-sticky div {
    display: none;
}
}
.cost-page-sticky button {
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}
@media screen and (max-width: 850px) {
.cost-page-sticky button {
    padding: 8px 20px;
}
}
@media screen and (max-width: 766px) {
.cost-page-sticky button {
    width: 100%;
}
}
.bkg-props .overlay {
    background-color: rgba(53,53,53,.6);
}
@media screen and (min-width: 767px) and (max-width: 999px) {
.bkg-props .overlay .inner {
    padding: 0 60px;
}
}
@media screen and (min-width: 1000px) {
.bkg-props .overlay .inner {
    padding: 0 110px;
    margin: 0;
    max-width: 1020px;
}
}
.bkg-props .price {
    color: #fff;
    font-weight: 700;
    font-size: 1.4em;
    margin-top: 10px;
}
@media screen and (min-width: 767px) {
.bkg-props .price {
    font-size: 2em;
    line-height: 1.3;
}
}
.bkg-props .summary {
    color: #fff;
    padding: 15px 0 25px;
}
@media screen and (min-width: 767px) {
.bkg-props .summary {
    font-size: 16px;
}
}
.bkg-props button {
    font-size: 16px;
    padding: 10px 35px;
    margin-bottom: 13px;
}
.content {
    padding: 30px 0;
    margin: auto;
}
@media screen and (min-width: 1000px) {
.content .flex {
    display: flex;
}
}
.left{
    padding-top: 15px;
    margin-top: -25px;
}
@media screen and (min-width: 1000px) {
.left {
    flex: 3;
    padding-right: 50px;
}
}
.right{
	padding-top: 20px;
	padding-bottom: 30px;
}
@media screen and (min-width: 1000px) {
.right{
    flex: 1 1 120px;
}
}
.right .inner{
    border-radius: 6px;
    padding: 15px 25px;
    border-top: 3px solid #1e73be;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 999px) {
.right button {
    display: none;
}
}
.content h2, .content h3 {
    margin-top: 25px;
    margin-bottom: 15px;
}
.content h3 {
    font-size: 22px;
}
.content table {
    margin: 30px 0;
    border-top: 3px solid #1e73be;
}
.content table caption {
    text-align: left;
    margin-bottom: 8px;
}
.content table tr:nth-child(even) {
    background-color: #f9f9f9;
}
.content ul {
    list-style: none;
    margin-bottom: 1em;
}
.content ul li {
    margin-bottom: 10px;
}
.content ul + p {
    margin-left: 45px;
}
.content li::before {
    content: "\2022";
    color: #1e73be;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: bold;
}
.table-of-contents {
    margin: 40px 0;
}
.table-of-contents ol {
    margin: 1.3em;
}
.table-of-contents li {
    color: #1e73be;
    font-weight: 700;
}
.table-of-contents li::before {
    display: block;
    content: "";
}
.table-of-contents li a {
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-position: under;
    text-decoration-color: #eee;
    display: block;
    margin-bottom: 15px;
}
.content img {
    margin: 20px 0;
}
.extra {
    padding: 30px 0 40px;
}
.extra div {
    font-size: 1.2em;
    padding-bottom: 20px;
}
.last-box {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: 0 1px 5px 0 rgba(50, 50, 50, .25);
}
@media screen and (max-width: 450px) {
.last-box {
    padding: 0 0 30px;
}
}
@media screen and (min-width: 767px) {
.last-box {
    flex-direction: row;
    padding: 0 20px 0 0;
}
}
@media screen and (max-width: 450px) {
.last-box img {
    width: 100%;
}
}
@media screen and (min-width: 767px) {
.last-box img {
    flex: 0 1 225px;
    width: 225px;
    min-height: 160px;
}
}
.last-content {
    padding: 25px;
    text-align: center;
}
@media screen and (min-width: 767px) {
.last-content {
    flex: 3;
    text-align: left;
}
}
.last-content .bold {
    font-size: 1.6em;
    line-height: 1.4;
    padding-bottom: 10px;
}
@media screen and (min-width: 767px) {
.last-box button {
    flex: 0 0 180px;
    padding: 8px 25px;
}
}
.subheading {
    color: #fff;
    padding-top: 15px;
}
.archive-content {
    padding: 30px 0;
}
.archive-content .title {
    font-weight: bold;
    margin: 20px 0 15px;
}
.list {
    display: flex;
    flex-wrap: wrap;
}
.list div {
    width: 50%;
    padding: 0 15px 15px 0;
}
@media screen and (min-width: 767px) {
.list div {
    width: 33.3333333333%;
}
}
.list div a {
    color: inherit;
}