/* Terms */

.terms_summary {
    margin-bottom: 5em;
    font-size: 1.1em;
    line-height: 2em;
}
.block p {
    margin-bottom: 1em;
}

#terms_side {
    width: 320px;
}
#terms_main {
    width: calc(100% - 420px);
}
.side_toc {
    position: relative;
    top: auto;
}
.side_toc li {
	margin-bottom: 0.15em !important;
	font-size: 0.9em;
}
.terms_contact_pane {
    position: relative;
    margin-top: 2em;
    padding: 2em 2.5em;
    background: #f8f8f8 !important;
    border: solid 2px  #eee;
    border-radius: 13px;
    text-decoration: none;
    /* text-align: center; */
    transition: all 260ms ease-in-out;
}
.terms_contact_data_title {
    float: left;
    width: 45%;
    padding-right: 5%;
    border-right: 2px solid #eee;
}
.terms_contact_data_title h4 {
    margin-bottom: 0.8em;
    font-size: 1.2em;
}
.terms_contact_data_title h5 span {
    margin-right: 1em;
    padding: 0.5em 1em;
    background: #fff;
    font-size: 0.8em;
    border-radius: 200px;
    overflow: hidden;
}
.terms_contact_address  {
    float: right;
    margin-top: 8px;
    margin-bottom: 0 !important;
    width: 50%;
}
._terms_contact_pane .link {
    margin-top: 2.5em;
    margin-bottom: 0;
}
#terms_contact .link {
    text-align: left;
}

#terms_updated {
	margin-top: 3.5em;
	text-align: right;
}
#terms_updated li {
	margin: 0;
	font-size: 0.85em;
	line-height: 1.8em;
}
#terms_updated li:not(:last-of-type) {
	margin-bottom: 1.25em;
}

li ul,
li ol {
	margin: 1.5em 0 !important;
	font-size: 0.95em;
}
ol ol {
	margin-left: 2em !important;
}
ol ol li {
	position: relative;
	list-style-type: none;
	list-style-position: inside;
	padding-left: 0 !important;
	text-indent: 0 !important;
}
ol ol li::before {
	position: absolute;
	right: calc(100% + 0.5rem);
	content: "(" counter(list-item) ")";
}
li ul li:not(:last-of-type),
li ol li:not(:last-of-type) {
	margin-bottom: 0.5em;
}

@media screen and (max-width: 1200px) and (min-width: 751px) {
	
	#terms_side {
        width: 230px;
    }
	#terms_main {
        width: calc(100% - 330px);
    }
	
}