@charset "utf-8";

body {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
	overflow: auto;
	overflow-x: hidden;
	line-height: 0;
}

p {
	padding: 0.25rem 0rem 0.25rem 0rem;
}

sup {
    font-size: 0.75rem;
    vertical-align:super;
}

* {
    box-sizing: border-box;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

hr {
    background-color: transparent;
    border-top: 1px solid #01407F;
}

#title {
	text-align: left;
	line-height: 1.75;
	width: 100%;
}

.title-terms {
	text-align: left;
	line-height: 1.75;
	width: 100%;
	padding: 1rem 0rem 0rem 0rem;
}

.title-terms-top {
	text-align: left;
	line-height: 1.75;
	width: 100%;
	padding: 0rem 0rem 0rem 0rem;
}

.title-plans {
	text-align: left;
	line-height: 1;
	width: 100%;
	padding: 0.5rem 0rem 1rem 0rem;
}

#highlights {
	color: #000000;
	font-family: EB Garamond, serif;
	font-size: 1.25rem;
}

main {
	text-align: center;
}

#spacer {
	background-color: #FFFFFF;
	width: 100%;
	padding: 1rem 0rem 0rem 0rem;
}

#spacer-temp {
	background-color: #FFFFFF;
	width: 100%;
	padding: 0;
}

.spacer-plans {
	background-color: #FFFFFF;
	width: 100%;
	padding: 1rem 0rem 0rem 0rem;
}

#spacer-plans-end {
	background-color: #FFFFFF;
	width: 100%;
	padding: 0;
}

.introduction {
	background-color: #FFFFFF;
	width: 100%;
	display: inline-table;
	margin-top: 8.25rem;
}

#box1 {
	width: 60%;
	display: table-cell;
}

#box2 {
	width: 40%;
	display: table-cell;
	vertical-align: top;
	padding: 1rem;
}

#box2-intro-upper {
	line-height: 1.25;
	text-align: left;
}

#box2-intro-upper-table {
	display: inline-table;
	width: 100%;
}

#box2-intro-upper-cell-left {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	width: 100%;
}

#box2-intro-upper-cell-right {
	display: table-cell;
	padding: 0rem 0.5rem 0rem 0.5rem;
	text-align: right;
}

#box2-intro-upper-cell-right img {
	width: 5.75rem;
}

#box2-align-left {
	float: left;
}

#box2-align-right {
	float: right;
}

#arrow {
	color: #FF0000;
	font-family: EB Garamond, serif;
	font-size: 1.25rem;
	text-decoration: none;
}

#box2-intro-lower {
	line-height: 1.50;
	text-align: left;
}

#box2-list {
	text-align: center;
}

#box2-list li {
	list-style-type: none;
	display: inline-block;
	line-height: 1.25;
	padding: 0.25rem 0.5rem 0.25rem 0.5rem;
}

.blink_me {
	animation: blinker 3s linear infinite;
}

.blink_me a {
	color: #FF0000;
	font-family: EB Garamond, serif;
	font-size: 1.25rem;
	text-decoration: none;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

#terms {
	background-color: #FFFFFF;
	width: 100%;
	display: inline-table;
}

#terms-col1 {
	width: 50%;
	display: table-cell;
	padding: 0rem 1rem 0rem 1rem;
	line-height: 1.25;
	text-align: left;
}

#terms-col2 {
	width: 50%;
	display: table-cell;
	padding: 0rem 1rem 0rem 1rem;
	line-height: 1.25;
	text-align: left;
}

#inside-plans {
	width: 100%;
}

#outside-plans {
	width: 100%;
}

.plans {
	width: 100%;
	display: inline-table;
}

.plans-col1 {
	width: 50%;
	display: table-cell;
	padding: 1rem;
	line-height: 1.25;
	text-align: left;
	vertical-align: top;
	background-color: #CCCCCC;
}

.plans-col2 {
	width: 50%;
	display: table-cell;
	padding: 1rem;
	line-height: 1.25;
	text-align: left;
	vertical-align: top;
	background-color: #CCCCCC;
}

.plans-col1 img {
	width: 100%;
}

.outside-plans-list {
	padding: 0.5rem 0rem 0rem 1rem;
}

.outside-plans-list ul {
	display: block;
	list-style-type: none;
	text-align: left;
	padding: 0.25rem 0.5rem 0.25rem 1rem;
	color: #000000;
	font-family: EB Garamond, serif;
	font-size: 1.25rem;
}

.outside-plans-list li {
	padding: 0.25rem 0rem 0.25rem 0rem;
}

@media all and (min-width: 3400px) {
.introduction {
   margin-top: 7rem;
}
#box2-intro-upper {
	padding: 0.75rem 0rem 0rem 0rem;
}
}

@media all and (min-width: 1180px) {
.spacer-plans {
   display: none;
}
}

@media all and (max-width: 1180px) {
.introduction {
    margin-top: 0;
}
.introduction, #box1, #box2 {
    display: block;
	width: 100%;
}
#spacer-temp, #box2-intro-lower {
    display: none;
}
#box2 {
	padding: 1rem 1rem 0rem 1rem;
}
.plans-col1, .plans-col2 {
	display: block;
	width: 100%
}
.plans-col2 {
	padding: 0rem 1rem 2rem 1rem;
}
.spacer-plans {
	display: content;
}
#spacer-plans-end {
	display: none;
}
}

@media all and (max-width: 868px) {
#terms-col1, #terms-col2 {
    display: block;
	width: 100%;
}
#terms {
	margin-top: -1rem;
	padding: 0rem 0rem 2rem 0rem;
}
.title-terms-top {
	padding: 1rem 0rem 0rem 0rem;
}
#spacer {
	display: none;
}
}

@media all and (max-width: 468px) {
#box2-intro-upper-cell-right img {
	width: 8rem;
}
#box2-align-right {
	display: none;
}
}

@media all and (min-width: 3441px) { .mss-thumbnails { height:175px !important; } }
@media all and (max-width: 3440px) { .mss-thumbnails { height:174px !important; } }
@media all and (max-width: 3340px) { .mss-thumbnails { height:169px !important; } }
@media all and (max-width: 3240px) { .mss-thumbnails { height:164px !important; } }
@media all and (max-width: 3140px) { .mss-thumbnails { height:159px !important; } }
@media all and (max-width: 3040px) { .mss-thumbnails { height:154px !important; } }
@media all and (max-width: 2940px) { .mss-thumbnails { height:149px !important; } }
@media all and (max-width: 2840px) { .mss-thumbnails { height:144px !important; } }
@media all and (max-width: 2740px) { .mss-thumbnails { height:139px !important; } }
@media all and (max-width: 2640px) { .mss-thumbnails { height:134px !important; } }
@media all and (max-width: 2540px) { .mss-thumbnails { height:129px !important; } }
@media all and (max-width: 2440px) { .mss-thumbnails { height:125px !important; } }
@media all and (max-width: 2340px) { .mss-thumbnails { height:120px !important; } }
@media all and (max-width: 2240px) { .mss-thumbnails { height:115px !important; } }
@media all and (max-width: 2140px) { .mss-thumbnails { height:110px !important; } }
@media all and (max-width: 2040px) { .mss-thumbnails { height:105px !important; } }
@media all and (max-width: 1940px) { .mss-thumbnails { height:100px !important; } }
@media all and (max-width: 1840px) { .mss-thumbnails { height:98px !important; } }
@media all and (max-width: 1740px) { .mss-thumbnails { height:95px !important; } }
@media all and (max-width: 1640px) { .mss-thumbnails { height:93px !important; } }
@media all and (max-width: 1540px) { .mss-thumbnails { height:91px !important; } }
@media all and (max-width: 1440px) { .mss-thumbnails { height:88px !important; } }
@media all and (max-width: 1340px) { .mss-thumbnails { height:86px !important; } }
@media all and (max-width: 1240px) { .mss-thumbnails { height:84px !important; } }
@media all and (max-width: 1140px) { .mss-thumbnails { height:82px !important; } }
@media all and (max-width: 1040px) { .mss-thumbnails { height:80px !important; } }
@media all and (max-width: 940px) { .mss-thumbnails { height:78px !important; } }
@media all and (max-width: 840px) { .mss-thumbnails { height:76px !important; } }