* {
 	box-sizing: border-box;
}

/* Elements */
body {
	font: 1em/1.5 Verdana, Arial, sans-serif;
	color: #47566a;
	margin: 0;
}

#tlm h2 {
	margin-bottom: 2rem;
}

#tlm hr {
	margin: 0;
	background-color: #47566a;
	border: none;
}

#tlm button {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 0.8rem 2rem;
	border-style: none;
	border-radius: .8rem;
	cursor: pointer;
	transition: .6s;
}

#tlm button:hover {
	opacity: .6;
}

#tlm a {
	text-decoration: none;
	color: #4d7fde;
}

#tlm a:hover {
	cursor: pointer;
	opacity: .6;
}

/* Class Selectors */

#tlm .container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 2rem 0;
}

#tlm .container-small {
	max-width: 800px;
	margin: 0 auto;
	padding-left: 2rem;
	padding-top: .1rem;
}

#tlm .header {
	background-color: #f3f3f3;
}

#tlm .header-wrapper h1 {
	margin-top: 0;
}

#tlm .header-wrapper p {
	font-size: 1.2rem;
}

#tlm .membership img {
	display: block;
	margin: 2rem auto 0;
}

#tlm .start-btn button {
	display: block;
	margin: 0 auto;
	background-color: #2ca73d;
}

#tlm .call-to-action {
	background-color: #f3f3f3;
}

#tlm .ready {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 1rem auto 1rem;
	max-width: 800px;
	padding: 2rem 1rem;
}

#tlm .ready p {
	text-align: center;
	font-size: 1.4rem;
	flex-basis: 66%;
}

#tlm .ready button {
	background-color: #2ca73d;
	flex-basis: 30%;
}

#tlm .logos {
    display: flex;
    justify-content: space-evenly;
	margin-top: 3rem;
	margin-bottom: 1rem;
}

#tlm .logos img {
    background-color: white;
	width: 25%;
	height: 25%;
    opacity: 1;
    transition: 0.5s;
}

#tlm .need-help-wrapper {
	background-color: #f3f3f3;
	padding: 2rem 1rem;
	margin-top: 3rem;
}

#tlm .need-help-wrapper h3 {
	text-align: center;
	font-size: 1.4rem;
}

#tlm .need-help {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 1rem auto 1rem;
	max-width: 800px;
}

#tlm .need-help p {
	text-align: center;
	font-size: 1.2rem;
	flex-basis: 66%;
}

#tlm .need-help button {
	background-color: #4d7fde;
	flex-basis: 30%;
}

/*---Pricing Table Large---*/
#tlm .pricing-table {
	margin: 0 auto 2rem;
}
#tlm .pricing-table-lg {
	margin: 0rem auto;
}
#tlm .pricing-table-border {
	background-color: #47566a;
	margin: 0 1.5rem;
	padding: 0 .5rem 1rem .5rem;
	border-radius: 1rem;
}
#tlm table {
	border-collapse: collapse;
}
#tlm th,
#tlm td {
	padding: 1rem 0;
}

#tlm table .headings {
	background-color: #47566a;
	color: #fff;
}
#tlm table .odd {
	background-color: #e4eaff;
	border-bottom: 2px solid #fff;
}
#tlm table .even {
	background-color: #e4ffe9;
	border-bottom: 2px solid #fff;
}
#tlm .pricing-table td, th {
	text-align: center;
	min-width: 130px;
}
#tlm th {
	font-size: .8rem;
}
#tlm .top-left {
	border-radius: 1rem 0 0 0;
}
#tlm .top-right {
	border-radius: 0 1rem 0 0;
}
#tlm .bottom-right {
	border-radius: 0 0 1rem 0;
}
#tlm .bottom-left {
	border-radius: 0 0 0 1rem;
}
#tlm .column-one {
	border-right: 2px solid #fff;
	padding-right: .5rem;
	padding-left: .5rem;
	position: relative;
}
#tlm #no-border {
	border: none;
}
#tlm .fair-use {
	position: absolute;
	font-size: .7rem;
	font-weight: normal;
	left: 100%;
	bottom: 0;
	width: 500px;
	text-align: left;
	padding: 0 0 1px 10px;
}
#tlm .footer-note {
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-size: .7rem;
	padding: 0 1rem;
	margin-top: .5rem;
}

/*---Pricing Table Small---*/

#tlm .pricing-chart-wrapper {
	max-width: 1000px;
	margin: 0 auto;
}

#tlm .pricing-table-sm {
	margin: 0 auto;
	display: none;
}

#tlm .see-chart-sm,
#tlm .pricing-table-sm,
#tlm .table-info {
	display: none;
}

#tlm .pricing-table-sm thead {
	border-top: 3px solid #fff;
}
#tlm table .headings-sm {
	background-color: #47566a;
	color: #fff;
}

#tlm .headings-chevron {
	padding: 0 1rem;
	display: flex;
	justify-content: space-between;
}

#tlm .chevron::before {
	border-style: solid;
	border-width: 0.3em 0.3em 0 0;
	content: '';
	display: inline-block;
	height: 0.5em;
	position: relative;
	top: 0;
	transform: rotate(-45deg);
	vertical-align: baseline;
	width: 0.5em;
}
#tlm .chevron.bottom:before {
	top: 0;
	transform: rotate(135deg);
}

#tlm .hidden {
	display: none;
}

#tlm .footer-note-sm {
	font-size: .7rem;
	background-color:#f3f3f3;
}



/* Accordian Styles */
#tlm .accordian{
	max-width: 800px;
	margin: 3rem auto 0;
}
#tlm .tab {
	position: relative;
	margin-bottom: 1px;
	width: 100%;
	color: #fff;
	overflow: hidden;
}
#tlm .tab input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
#tlm .tab label {
	font-size: 1.2rem;
	position: relative;
	display: block;
	padding: 1rem 0 1rem 2rem;
	background: #f3f3f3;
	color: #47566a;
	line-height: 3;
	cursor: pointer;
}
#tlm .tab-content {
	max-height: 0;
	overflow: hidden;
	background: #f9f9f9;
	color: #47566a;
	margin-bottom: .4rem;
	-webkit-transition: max-height .5s;
	-o-transition: max-height .5s;
	transition: max-height .5s;
}
#tlm .tab-content-wrapper {
	padding: 1rem 1rem 1rem 2rem;
}
#tlm .tab-content-wrapper p {
}
#tlm .tab input:checked ~ .tab-content {
  	max-height: 100vh;
}
#tlm .tab label::after {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 3em;
	height: 3em;
	line-height: 3;
	text-align: center;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#tlm .tab input[type=checkbox] + label::after {
	content: "+";
	padding-top: 1rem;
}
#tlm .tab input[type=checkbox]:checked + label::after {
	transform: rotate(360deg);
	content: "—";
}

/* List Styles */
#tlm .fancy-enum__list {
    counter-reset: li;
    margin: 3rem 0 0;
    padding: 0;
}
#tlm .fancy-enum__list > li {
    list-style: none;
    position: relative;
	font-size: 1.1rem;
    margin-left: 2.25em;
	margin-bottom: 1.5rem;
    padding: .5em 0;
    min-height: 4em;
}
#tlm .fancy-enum__list > li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: -.4em;
    left: 0;
    margin-left: -2.5em;
    font-size: 2em;
    padding: .2em;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    border-radius: 100%;
    color: #ffcc00;
    background: #4d7fde;
}

/*---Media Queries---*/

@media (max-width: 1050px) {
	#tlm .container {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media (max-width: 980px) {
	#tlm .see-chart-lg,
	#tlm .pricing-table-border,
	#tlm .pricing-table-lg,
	#tlm .footer-note {
		display: none;
	}
	#tlm .see-chart-sm,
	#tlm .table-info {
		display: block;
	}
	#tlm .pricing-table-sm {
		display: table;
	}
	#tlm .pricing-table-sm {
		margin: 0 auto;
	}
	#tlm th,
	#tlm td {
		font-size: 1.2em;
	}
	#tlm .headings-chevron span {
		margin: 0 1em;
	}
	#tlm .headings-sm th {
		padding: 2em 1em !important;
	}
	#tlm .table-info {
		text-align: center;
		font-size: .8rem;
		padding: 1rem 1rem 0;
	}
}

@media (max-width: 744px) {
	#tlm .ready,
	#tlm .need-help {
		display: block;
	}
	#tlm .ready button,
	#tlm .need-help button {
		display: block;
		margin: 0 auto;
		font-size: 1.2rem;
	}
	#tlm .logos img {
		width: 45%;
		height: 45%;
	}
}

@media (max-width: 566px) {
	#tlm th,
	#tlm td {
		font-size: 1em;
	}
}

@media (max-width: 474px) {
	#tlm .headings-chevron span {
		margin: 0 .5em;
	}
	#tlm .headings-sm th {
		padding: 2em .5em !important;
	}
}

@media (max-width: 422px) {
	#tlm .container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	#tlm th,
	#tlm td {
		font-size: .9em;
	}
	#tlm .headings-chevron span {
		margin: 0 .25em;
	}
	#tlm .headings-sm th {
		padding: 2em .25em !important;
	}
	#tlm .tab label,
	#tlm .tab-content-wrapper {
		font-size: .95rem;
	}
	#tlm .container-small {
    padding-top: 0;
	}
	#tlm .fancy-enum__list > li {
	    margin-left: 1.25em;
	}
	#tlm .fancy-enum__list > li:before {
	    top: .5em;
	    margin-left: -2em;
	    font-size: 1.8em;
	    padding: .3em;
	    width: 1em;
	    height: 1em;
		line-height: 30px;
	}
	#tlm .logos {
	    display: block;
		margin-top: 3rem;
		margin-bottom: 0;
	}
	#tlm .logos img {
		margin: 0 auto 1rem;
		display: block;
		width: 70%;
		height: 70%;
	}
	#tlm .start-btn button {
		font-size: 1.3rem;
		padding: 1rem 1.2rem;
	}
}

@media (max-width: 375px) {
	#tlm .start-btn button {
		font-size: 1.2rem;
		padding: 1rem 1rem;
	}
}
