body {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}

.navbar-default {
	padding-top: 37px;
	padding-bottom: 37px;
	background-color: #332e2a;
	border: 0;
	border-radius: 0;
}

.navbar-default #logo-naviextras {
	margin-top: 19px;
}

.nomargin {
	margin: 0 !important;
}

article {
	padding: 50px 0;
}

.ar article {
	direction: rtl;
}

article h1 {
	margin: 0 0 30px;
	font-size: 20px;
	text-align: center;
}

article h2 {
    font-size:1.5em;
    cursor:pointer;
    margin: 0 0 10px 0;
    padding-top:10px;
    border-top:1px solid #cecece;
}

article h2:first-of-type {
    border-top:none;
}

article h2 span:after {
    content:"\00a0";
}

article h2 .glyphicon {
    font-family: 'Glyphicons Halflings';
    font-size:.8em;
    margin:0;
    color: #332e2a;
}

.faq p {
    margin:0 0 1.2em 0;
}
.faq p:nth-of-type(odd) {
    font-weight:bold;
    margin-bottom: 0;
}

h2 + div {
    margin-left:35px;
    display:none;
}

article table {
	border: 0;
}

article #table-1-th th {
	width: 33%;
}

article #table-3-th .w-narrow {
	width: 20%;
}

article #table-3-th .w-wide {
	width: 30%;
}

article p {
	margin: 0 0 15px;
}

article p.big {
	margin: 0 0 30px;
}

article table {
	margin-bottom: 40px;
}

article table th,
article table td {
	padding: 5px;
	border: 1px #999 solid;
	vertical-align: top;
}

article table th {
	text-align: center;
	background-color: #e0e0e0;
}

article table.in-content {
	margin: 0 0 15px 20px;
}

article table.in-content th,
article table.in-content td {
	padding: 5px 15px 5px 0;
	border: 0;
	vertical-align: middle;
}

article table td ul {
	padding: 0 0 0 13px;
	margin: 0;
}

.ar article ul {
	margin-right: 20px;
}
	
article p.sep {
	margin-bottom: 40px;
	border-top: 1px #ccc dashed;
}


/* ordered list */

article ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
	counter-reset: item;
}

article ol > li {
	margin-bottom: 0.6em;
	display: table;
	counter-increment: item;
}

article ol > li.strong {
	margin-bottom: 20px;
}

article ol > li.strong:before {
	font-weight: bold;
}

article ol > li.main-item {
	margin-bottom: 40px;
}

article ol > li.main-item > p,
article ol > li.main-item .strong > p {
	margin-right: 10px;
}

article ol > li:before {
	padding-right: 0.6em;    
	display: table-cell;
	content: counters(item, ".") ". ";
}

article li ol > li {
	margin: 0;
}

article li ol > li:before {
	content: counters(item, ".") ". ";
}


/* ordered list - alpha */

article ol.alpha {
	counter-reset: alpha;
}

article ol.alpha > li {
	counter-increment: initial;
}

article ol.alpha > li:before {
	counter-increment: alpha;
	content: counter(alpha, lower-alpha)".) "
}

article ul {
	margin-bottom: 15px;
	list-style-type: disc;
}


/* media queries */

@media (min-width : 1201px) {
}

@media (min-width : 1201px) and (max-width : 2000px) {
}

@media (min-width : 992px) and (max-width : 1200px) {
}

@media (min-width: 992px) {
}

@media (max-width: 991px) {
}

@media (min-width : 768px) and (max-width: 991px) {
}

@media (min-width : 768px) {
	.navbar-default #logo-lincoln {
		float: left;
	}

	.navbar-default #logo-naviextras {
		float: right;
	}
}

@media only screen and (max-width : 767px) {
	.navbar-default {
		padding-top: 25px;
		padding-bottom: 25px;
		text-align: center;
	}

	.navbar-default #logo-lincoln {
		margin-bottom: 15px;
	}

    article{
        margin-top:80px;
    }

    h2 + div{
        margin-left:0;
    }
}

@media only screen and (max-width : 660px) {
}

@media only screen and (max-width : 479px) {
}

@media only screen and (max-width : 360px) {
}
