@import url(/assets/css/reset.css);

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

body {
    font-style: normal;
    font-family: 'Libre Baskerville', serif;
    color: #252525;
}



/* Table Styles */
.TWC-Content-Table {
    width: 100%;
	line-height: 1.5;
    border-collapse: collapse;
    margin-bottom: 30px;
    font-family: 'Libre Baskerville', serif;
    color: #252525;
}

.TWC-Content-Table th,
.TWC-Content-Table td {
    padding: 15px;
    border: 1px solid #efcfd4;
    text-align: left;
}

.TWC-Content-Table th {
    background-color: #ffefef;
    font-weight: bold;
    color: #b60013;
}

.TWC-Content-Table tr:nth-child(even) {
    background-color: #fff;
}

.TWC-Content-Table tr:nth-child(odd) {
    background-color: #fffafa;
}



/* Add other styles as needed */

.article-sources li {
    font-size: 18px !important;
    line-height: 1.3 !important;
    margin-bottom: 15px !important;
}

.article-sources {
    margin-bottom: 32px;
}

.article-sources {
    border-top: 2px dashed #efcfd4;
    font-style: italic;
    padding: 15px 10px;
}


i.article-sources {
    font-weight: bold;
}

.article-sources h3 {
    font-size: 21px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px;
}





.also-read {
    margin-bottom: 32px;
}

.article-content .also-read {
    border-top: 2px dashed #efcfd4;
    border-bottom: 2px dashed #efcfd4;
    padding: 15px 10px;
}


i.alsoread {
    font-weight: bold;
}

.also-read h3 {
    font-size: 21px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px;
}


/* Your existing CSS rules for depth-based indentation */
.depth-0 { margin-left: 0px; }
.depth-1 { margin-left: 40px; }
.depth-2 { margin-left: 60px; }
/* Add more as needed */

b,strong {
    font-weight: 900;
}

.box.grey {
    background: #e5e5e5 !important;
}

.article-content li {
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 21px;
}

h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.5;
}

ol {
  list-style-type: decimal;
  padding-left: 20px;
}

ol li {
    position: relative;
    margin-bottom: 23px;
    font-size: 21px;
}
ol li::before {
  color: #b60013;
  position: absolute; 
  left: 20px;
  font-weight: bold;
}

h2.no-link-header {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 15px !important;
}

h3.article-section {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
}

.highlight-box .box li {
    margin-bottom: 15px;
    font-size: 19px;
}

img.author-gravatar.no-padding {
    box-shadow: 3px 3px #ffbdbd;
}
	
img.infographic-image {
    width: 700px;
}

.author-summary-share {
    margin-bottom: 30px;
}


.author-info {
    font-weight: bold;
    font-size: 15px;
    margin-top: 5px;
}

.author-profile {
    float: left;
    margin-right: 15px;
    position: relative;
    top: 11px;
}

.share.postcontent p {
    font-weight: bold;
    float: left;
    margin-right: 15px;
    position: relative;
    top: 2px;
}

.share.postcontent {
    margin-top: 42px;
}

.margin-b.content-end.article {
    margin-bottom: 70px;
}

.pin-to-pinterest p {
    /* float: right; */
    display: inline;
    position: relative;
    top: -14px;
    font-size: 16px !important;
    color: black;
    font-weight: bold;
}


i.arrow-left {
    background-image: url(/assets/images/arrow-left-sm.gif);
    width: 14px;
    height: 12px;
    display: inline-block;
    position: relative;
    top: -14px;
    margin-left: 7px;
}

.pin-to-pinterest {
    margin-top: 25px;
}

.infographic img {
    box-shadow: 7px 7px #ffe1e1;
}

p.enlarge-infographic {
    font-style: italic;
    color: #797979;
    margin-top: 52px !important;
    margin-bottom: 15px !important;
}

.article-content .highlight-box h3.box-caption {
    text-transform: lowercase; 
}

.article-content .highlight-box {
    margin-bottom: 30px;
}

.article-content .box p {
    font-size: 21px;
    line-height: 30px;
}

.section.subheading {
    margin-top: 41px;
}

.section.subheading ul li,
.section.subheading ol li {
    /* font-size: 19px; */
    /* line-height: 27px; */
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 15px;
}



.section.subheading ol li {
position: relative !important;
  padding-left: 9px !important;
}



.article-content ol li::marker {
    color: #b60013;

}

.section.subheading ul {
    margin-left: 41px;
}

.section.subheading ol {
    margin-left: 32px;
}

.article-content ol {
    list-style-type: auto;
}

/*
ol li:before {
    display: inline-block;
    width: 100em;
    margin-left: -100em;
    position: relative;
    top: 100px;
}*/


ol li:before {
    width: 10em;
    margin-left: -10em;
    position: relative;
    top: 10px;
}



.section.subheading ul li::before {
    content: "\2022";
    color: #b60013;
    font-size: 32px;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    /* border: 1px solid grey; */
    /* padding: 10px 0 0 0; */
    /* margin-bottom: 20px; */
    position: relative;
    top: 10px;
}

.section.subheading h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
}



.article-content {
    margin-top: 34px;
}

.article-content p {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 30px;
}

a.share-facebook {
    margin-right: 4px;
}

.share-buttons a {
    margin-right: 3px;
}

.share-buttons {
    margin-top: 10px;
}

.sharearticle.pre-content p {
    font-weight: bold;
    font-size: 18px;
}

.article-summary {
    float: left;
    width: 700px;
    color: #898989;
    line-height: 23px;
    font-size: 19px;
    margin-top: 10px;
}

.sharearticle.pre-content {
    float: left;
    border-left: 1px solid #cecece;
    padding: 5px 10px 5px 19px;
    margin-left: 10px;
}

.summary-and-share {
    margin-top: 10px;
}

h1.article {
    font-size: 37px;
    font-weight: bold;
    line-height: 1.3;
}
.margin-b.content-start.article {
    margin-top: 37px;
}


.margin-b.content-end.featured {
    margin-top: 60px;
}

p.featured-article-category {
    color: #999999;
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: bold;
    margin-bottom: 5px;
}

/*
p.featured-article-category {
    color: #b7b7b7;
    
    font-size: 18px !important;
    font-weight: bold;
    margin-bottom: 5px;
    font-style: italic;
}
*/


.section.featured.links li {
    margin-top: 28px;
}

.section.featured.links {
    margin-top: 32px;
}

.intro.featured {
    margin-top: 34px;
    margin-bottom: 32px;
}


.margin-b.content-end.category {
    margin-bottom: 70px;
}

.article-cluster li a {
    font-size: 21px;
}

.article-cluster ul {
    margin-top: 25px;
}

.article-cluster li {
    float: left;
    margin-right: 30px;
}

.article-cluster {
    margin-top: 50px;
    margin-bottom: 50px;
}

.article-box.independent {
    margin-top: 32px;
}

.article-cluster h2 a, 
li.article h2 a,
.section.featured.links ul li h2 a {
    font-size: 21px;
}

li.article h2,
.article-cluster h2,
.section.featured.links ul li h2 {
    margin-bottom: 10px;
}


li.article p,
.article-cluster p,
.section.featured.links ul li p
 {
    font-size: 18px;
    line-height: 27px;
}


.article-box.independent li.article:nth-child(even) {
    margin-right: 0;
}


.article-box.independent li.article {
    /* background: green; */
    float: left;
    /* height: 100px; */
    margin: 0 50px 50px 0;
    width: 500px;
}


.category .highlight-box {
    margin-top: 15px;
}

a {
    color: #b60013;
}

h2.summary {
    font-size: 23px;
    line-height: 37px;
    margin-top: 10px;
}

.intro.category {
    margin-top: 37px;
}

.intro h1.title {
    font-size: 36px;
    font-weight: bold;
}

span#breadcrumb-1 {
    color: #666666;
}

span.crumb-arrow {
    color: grey;
    font-weight: bold;
}

.post-footer a {
    color: #b60013;
}

.post-footer {
    /* margin: 10px; */
    padding-left: 25px;
	padding-right: 25px;
    margin-top: 19px !important;
    margin-bottom: 30px !important;
}
.post-footer p {
    font-size: 16px;
    color: #595959;
}

.sep-hz.margin-ext.bw {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 30%;
}

footer#ft1 {
    margin-bottom: 25px;
}

div#logo-bw-footer {
    float: right;
    margin-top: 130px;
    margin-right: 10px;
}

.margin-b.content-end.home {
    margin-bottom: 90px;
}

footer #categories h3 {font-size: 19px;font-weight: bold;}

div#popular-articles {
    float: left;
    margin-top: 19px;
}

footer #popular-articles h3 {/* font-size: 19px; */font-size: 19px;font-weight: bold;}

ul.footerlinks {
    margin-top: 15px;
}

.footerlinks li {
    margin-bottom: 15px;
}

.footerlinks li a {
    color: #b60013;
}


footer div#categories {
    float: left;
    margin-right: 90px;
    margin-left: 15px;
    margin-top: 19px;
}


.category-box {
    margin-bottom: 50px;
    margin-top: 25px;
}

.readmore a {
    color: #b60013;
    font-size: 21px;
    background: #ffefef;
	line-height: 29px;
}

h2.readmore {
    margin-top: 10px;
}

.category-box ul {
    margin-top: 30px;
}

li.articles h2 a {
    color: #b60013;
    font-size: 21px;
    /* margin-bottom: 120px !important; */
    line-height: 30px;
}

li.articles h2 {
    margin-bottom: 10px;
}

li.articles p {
    font-size: 18px;
    line-height: 27px;
}

.category-box li.articles,
.article-box.independent li.article {
    /* background: green; */
    float: left;
    /* height: 100px; */
    margin: 0 32px 46px 0;
    width: 520px;
}

.category-box li.articles:nth-child(even){
    margin-right:0;
}

h1.home-intro-content {
    font-size: 23px;
    line-height: 35px;
}

i,em {
    font-style: italic;
}

.intro.home {
    margin-bottom: 15px;
}

.box h2 a {
    color: #b60013;
    font-size: 21px;
}

.box {
    background: #ffe1e1;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    padding: 19px 19px 21px;
}

h3.box-caption.grey {
    color: grey !important;
}




.box p {font-size: 19px;line-height: 27px;}

.box h2 {
    margin-bottom: 10px;
}

.highlight-box h3.box-caption {
    text-transform: uppercase;
    color: hsl(0 100% 85% / 1);
    font-size: 32px;
    position: relative;
    top: 6px;
    left: 10px;
    /* margin-top: -30px; */
}

.highlight-box {
    margin-bottom: 41px;
}

a.post-box-link {
    color: #ad001d;
    display: block;
    margin: 10px 0px 0px 16px;
}

.mobile-only {
	display: none
}

.logo-and-caption {
    margin-top: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}

.sep-vert.bw.regular {
    float: left;
    border-left: 1px grey solid;
    height: 30px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 28px;
}

.sep-hz.margin-ext {
    background-image: url(/assets/images/repeating-hz-sep.gif);
    height: 9px;
    /* width: 100%;*/
    background-repeat: repeat-x;
    margin-bottom: 14px;
}

header#hd1 {
    margin-bottom: 68px;
    /* overflow: hidden; */
}

.sep-hz.margin-ext.slim {
    width: 48px;
}

h1.category-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px !important;
}


.content-start.home .sep-hz.margin-ext.slim {
    margin-bottom: 32px;
}

.logo {
    float: left;
}

.website-caption {
    float: left;
    margin-top: 35px;
}

.clearfix {
    overflow: hidden;
    clear: both;
}

.website-caption h2 {
    font-style: italic;
    font-weight: 600;
    font-size: 19px;
}

.menu-container li.nav-item {
    float: left;
    margin-right: 15px;
}

.menu-container a {
    text-decoration: none;
    color: #c00000;
    font-weight: 600;
    font-size: 19px;
    letter-spacing: 0px;
}

.menu-container li.active a {
    color: #000000;
}

li.nav-item + li.nav-item::before {
      content: " | ";
    margin-right: 10px;
    color: #afafaf;
}


/*** Older */ 

.wrap {
	width: 1074px;
	margin: 0 auto
}




@media only screen and (max-width:639px) {

.margin-b.content-end.category {
    margin-bottom: 30px;
}

.article-cluster {
    margin-top: 30px;
    margin-bottom: 30px;
}
	
.margin-b.content-end.article {
    margin-bottom: 30px;
}

.share.postcontent {
    margin-top: 23px;
}

img.infographic-image {
    width: 300px;
}

p.text-pin {
    /* float: left; */
    width: 200px;
    display: inline-block;
    position: relative;
    top: 0px;
    margin-left: 3px;
    line-height: 21px !important;
}
	
.section.subheading ul li, .section.subheading ol li {
    /* font-size: 19px; */
    /* line-height: 27px; */
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 15px;
}	
	
.section.subheading h2 {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 36px;
}	

.margin-b.content-start.article {
    margin-top: 25px;
}

.also-read h3 {
    font-size: 19px;
    line-height: 25px;
}

.article-content p {
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 30px;
}

.article-summary {
    display: none;
}

h1.article {
    font-size: 30px;
    font-weight: bold;
    line-height: 39px;
}

.sharearticle.pre-content {
	    margin-top: 10px;
}

.article-cluster ul {
    margin-top: 15px;
}	
	
	.article-cluster li {
    float: left;
    margin-right: 21px;
    margin-bottom: 15px;
}
	
	.category-box li.articles, .article-box.independent li.article {
    /* background: green; */
    float: none;
    /* height: 100px; */
    margin: 0 32px 25px 0;
    width: auto;
}

.article-cluster h2 a, li.article h2 a, .section.featured.links ul li h2 a {
    font-size: 21px;
	line-height:27px;
}



h2.summary {
    font-size: 19px;
    line-height: 32px;
    margin-top: 10px;
}

.intro h1.title {
    font-size: 30px;
    font-weight: bold;
    line-height: 37px;
}
	
.breadcrumbs {
    margin-top: 3px;
    margin-left: 3px !important;
}	
	
	li.nav-item + li.nav-item::before {
    content: "";
    margin-right: 0px;
    color: #0000;
}

.post-footer p {
    font-size: 16px;
    color: #595959;
    line-height: 21px;
}

.margin-b.content-end.home {
    margin-bottom: 0px; 
}

footer#ft1 {
    margin-bottom: 18px;
}
	
div#popular-articles {
    margin-left: 23px;
    margin-top: 15px;
}
	
.sep-hz.margin-ext.slim {
    width: 61px;
    margin-left: 0px;
    background-image: url(/assets/images/nonrepeating-hz-sep-slim.gif);
    height: 12px;
    background-repeat: no-repeat;
}


li.articles p {
    font-size: 17px;
    line-height: 27px;
}
	
	h1.category-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0px !important;
}

i.articles h2 a {
    color: #b60013;
    font-size: 19px;
    /* margin-bottom: 120px !important; */
}
	
	.category-box li.articles {
    /* background: green; */
    float: none;
    height: auto;
    margin: auto;
    width: auto;
    margin-bottom: 25px;
}
	
	.intro.home {
    margin-bottom: 21px;
}
	
a.post-box-link {
    font-size: 15px;
    margin: 10px 0px 0px 5px;
}	
	
	.highlight-box h3.box-caption {
    font-size: 25px;
}

.box p {
    font-size: 19px !important;
    line-height: 27px !important;
	margin-bottom: 15px !important;
}	

.box { 
    padding: 19px 19px 10px;
}

	
	h1.home-intro-content {
    font-size: 19px;
    line-height: 32px;
}
	
	header#hd1 {
    margin-bottom: 19px;
    /* overflow: hidden; */
	}
	
.sep-hz.margin-ext {
    background-image: url(/assets/images/repeating-hz-sep.gif);
    height: 7px;
    /* width: 100%; */
    background-repeat: repeat-x;
    margin-bottom: 14px;
    margin-left: 16px;
    margin-right: 21px;
    background-size: contain;
}
	
	.logo-and-caption {
    display: none;
    /* margin-top: 15px; */
    /* overflow: hidden; */
    /* margin-bottom: 15px; */
}

.website-caption {
    /* float: left; */
    margin-top: 7px;
}
.website-caption h2 {
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    margin-left: 9px;
}	
	
.breadcrumbs .crumb.cr-2:after {
	margin-right: 3px;
	margin-left: 3px;
	content: "";
	position: relative;
	top: 1px;
	font-size: 19px;
	color: #bbb
}
div#privacy-0-0-container {
	padding: 0 20px
}
.content.long {
	font-size: 19px;
	font-weight: 500;
	font-family: Roboto, sans-serif
}
article .content ul {
	padding: 0;
	margin-left: 20px
}
.see-also a {
	text-decoration: underline;
	line-height: 1.2
}
a, a.regular {
	/*font-style: normal*/
}
.content p {
	margin-bottom: 5px;
	font-size: 20px!important;
	line-height: 1.6
}
div#contact-0-0-container {
	margin-top: 0!important;
	padding: 15px 0 15px 20px
}
h2#contact-a-1 {
	margin-top: 10px;
	font-size: 32px!important;
	font-weight: 700!important;
	margin-bottom: 20px;
	line-height: 1.2
}
#contact-0-0-container p {
	line-height: 1.3
}
input[type=text] {
	width: 100%!important
}
article .content ol {
	padding: 0;
	margin-left: 20px;
	list-style-type: decimal
}
form#frmApplyMembership {
	margin-top: 0
}
.formfield, textarea {
	padding: 5px!important
}
div#contact-1-0-0-container {
	padding: 0 15px 0 0
}
div#contact-1-0-1-container {
	padding: 0 33px 0 0
}
img.progress-animation {
	margin-left: 5px;
	width: 33px;
	height: 33px;
	top: 2px;
	position: relative
}
div#messageBox {
	float: left;
	height: 43px;
	margin-top: 10px!important;
	line-height: 1.2;
	margin-left: 0!important
}
img.progress-animation {
	float: left;
	margin-left: 10px;
	width: 36px;
	height: 36px;
	top: 1px;
	position: relative
}
textarea {
	width: 100%
}
div#enquiry-form {
	margin-top: 23px!important
}
h2#abt-1 {
	margin-top: 10px!important;
	font-size: 32px!important;
	line-height: 1.2;
	font-weight: 700!important;
	margin-bottom: 20px
}
div#abt-1-0 {
	float: none;
	margin: 0 auto 20px auto!important;
	width: 50%;
	position: relative;
	left: -5px
}
ul#abt-1-1-2 {
	margin-top: 25px;
	list-style-image: url(/assets/images/bullet-strata-purple-2.gif);
	padding: 0 10px 0 0
}
div#abt-1-1 {
	float: none;
	display: block;
	width: auto;
	margin-left: auto
}
div#abt-0-0-container {
	margin-top: 0!important;
	padding: 15px 20px 15px 20px
}
p#art-dr-0-0 a {
	font-size: 19px
}
h1#title {
	font-size: 33px;
	line-height: 1.2
}
article #meta {
	margin-top: 23px;
	margin-bottom: 35px;
	padding-bottom: 0;
	padding-top: 0
}
figure img {
	width: 100%!important;
	height: 100%
}
#related-articles>ul>li {
	width: auto;
	height: auto;
	margin-bottom: 20px
}
#air-2 li h3 {
	font-size: 27px;
	line-height: 1.25;
	margin-top: 12px
}
p.air-2-1-2 {
	font-family: Roboto, sans-serif;
	font-weight: 500;
	line-height: 1.52;
	font-size: 21px;
	color: #696969;
	margin-top: 10px
}
article .content b.article-section {
	display: block;
	font-size: 30px;
	line-height: 1.3;
	margin-top: 43px;
	margin-bottom: 5px
}
article img {
	width: 100%;
	height: 100%
}
.pull-quote {
	margin: 10px 20px 10px 10px;
	padding: 10px 10px 15px 10px;
	width: auto!important;
	font-size: 28px;
	border-top: 2px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	color: #47307e;
	line-height: 1.5
}
div#art-hdr-0 {
	align-items: center;
	margin-top: 37px
}
article {
	padding: 0 19px 0 19px
}
span#breadcrumb-1 {
    /* font-size: 16px; */
    line-height: 23px;
}
section#articles-insights-research {
	margin-top: 0;
	padding: 15px 20px 15px 20px
}
ul#air-2 {
	margin-top: 20px
}
span.breadcrumb-1 {
	font-size: 15px;
	color: #626262
}
.no-mobile {
	display: none
}
.mobile-only {
    display: block;
    margin-top: 10px;
}


section#introduction-digital-services {
	margin-bottom: 41px!important
}
.hz-sep-thin-ftr-1 {
	border-top: 1px solid #d7d7d7;
	margin: 15px 0 15px
}
.section-separator-hz-footer {
	margin-top: 45px;
	display: block;
	height: 5px;
	background-image: url(/assets/images/hz-header-sep-bw.jpg)
}
.wrap {
	width: auto;
}
p#sooc-2-1 {
	font-weight: 700
}
#ft-1-2-quick-links ul {
	margin-left: 0;
	margin-top: 10px
}
#ft-1-2-quick-links li {
	float: left;
	margin-bottom: 7px
}
.sooc-icon {
	margin-right: 25px;
	margin-bottom: 25px
}
footer {
	margin-top: 0!important
}
#ft1-2 li a {
	color: #868686!important;
	font-size: 10px;
	font-weight: 500;
	margin-right: 10px
}
section#some-of-our-clients {
	padding: 0 20px 0 20px;
	margin-top: 0!important
}
div#sooc-2 {
	float: left;
	margin-bottom: 25px
}
.section-separator-hz {
	margin-top: 5px;
	display: block;
	height: 7px;
	background-image: url(/assets/images/hz-header-sep.jpg)
}
h3#featured-highlighted {
	font-size: 27px;
	line-height: 1.66;
	color: #47307e
}
.intro-main-1 {
	margin-top: 0!important;
	padding: 15px 20px 15px 20px
}
nav {
	margin-top: 0!important
}
#container, #footer {
	margin: 0 auto;
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0 none
}
#content {
    padding: 0 15px 0 15px;
    /* width: 100%!important; */
    /* margin-left: 0!important; */
}
#nav-strip ul li a {
	color: #fff;
	display: block;
	font-size: 25px!important;
	line-height: 1.4;
	margin-bottom: 25px!important;
	margin-left: 0!important
}
#header-mobile {
	float: left;
	width: 100%;
	height: 70px;
	margin-bottom: 30px
}
#header-mobile #header-m {
	padding: 0 0 0 10px!important
}
a#nav-icon {
    display: inline-block;
    height: 33px;
    width: 30px;
    background-image: url(/assets/images/mobile-nav-icon-3.gif);
    background-repeat: no-repeat;
    position: relative;
    top: -5px;
    margin-right: 17px;
    margin-left: 5px;
}

#header-m a#mobile-logo {
    display: inline-block;
    width: 250px;
    height: 46px;
    background-image: url(/assets/images/thewisecrow-logo-mobile.gif);
}
div#logo-summary-mobile {
	font-size: 12px;
	margin-top: 2px;
	color: #292929;
	margin-left: 41px
}
nav {
	position: fixed;
	z-index: 5;
	background: #000000;
	top: 0;
	height: 100%;
	width: 280px!important;
	padding: 0!important;
	left: -100%;
	overflow: auto;
	transition: ease all .5s;
	-webkit-box-shadow: 3px 0 8px 1px rgba(0,0,0,.4);
	box-shadow: 3px 0 8px 1px rgba(0,0,0,.4)
}
nav.open {
	overflow: hidden
}
nav.open {
	left: 0!important
}
#nav-strip ul {
	margin-top: 25px!important;
	margin-left: 10px!important;
    margin-right: 15px;
}
#nav-strip ul li.nav-item {
	display: block!important;
	float: none!important;
	margin-bottom: 25px!important
}
#nav-strip ul li.nav-item.active a {
    color: #b60013;
    /*font-size: 23px!important;*/
    font-weight: 700;
    padding-bottom: 0;
    border-bottom: none;
}
a#btnCloseMenu {
    color: #fff;
    position: relative;
    top: 5px;
    left: -24px;
    float: right;
    width: 20px;
    font-size: 34px;
    font-weight: bold;
    z-index: 999;
    text-decoration: none!important;
}
div#slider-menu-motif {
	background-image: url(/assets/images/kkmotif.gif);
	width: 100%;
	height: 50px;
	position: absolute;
	left: -2px;
	top: -25px
}
.scroller {
	height: 0
}
.menu-container {
	margin: 0!important;
	padding-left: 10px!important
}


    .TWC-Content-Table {
        font-size: 16px;
    }

    .TWC-Content-Table th,
    .TWC-Content-Table td {
        padding: 10px;
    }

    .TWC-Content-Table thead {
        display: none;
    }

    .TWC-Content-Table tr {
        margin-bottom: 10px;
        display: block;
        border: 1px solid #efcfd4;
    }

    .TWC-Content-Table td {
        display: block;
        text-align: right;
        border: none;
        position: relative;
        padding-left: 50%;
    }

    .TWC-Content-Table td:before {
        content: attr(data-label);
        position: absolute;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
        text-align: left;
    }

}