﻿body { padding-top: 70px; padding-bottom: 20px; counter-reset: h2counter;}/* Hero Header Image */.hero-header { width: 100%; position: relative; margin-bottom: 20px;}.hero-header .hero-image { width: 100%; height: auto; display: block;}/* Wrapping element *//* Set some basic padding to keep content from hitting the edges */.body-content { padding-left: 15px; padding-right: 15px;}/* Carousel */.carousel-caption p { font-size: 20px; line-height: 1.4;}.navbar-brand { padding: 5px; font-size: 28px; line-height: 40px; transition: all 0.25s ease-in-out;}.navbar-brand > div { width: 36px; height: 36px; border-radius: 36px; position: relative; margin-top: 2px; margin-right: 10px; vertical-align: top; display: inline-block; background: #6f6f6f; transition: all 0.25s ease-in-out;}.navbar-brand > div img { position: absolute; top: 0; left: 0;}.navbar-brand:hover { color: #ccc;}.navbar-brand:hover > div { background: #ccc;}/* Make .svg files in the carousel display properly in older browsers */.carousel-inner .item img[src$=".svg"] { width: 100%;}/* QR code generator */#qrCode { margin: 15px;}/* Hide/rearrange for smaller screens */@media screen and (max-width: 767px) { /* Hide captions */ .carousel-caption { display: none; }}h2,h3 { padding-top: 90px; margin-top: -70px;}#sidebar-menu ol.main-menu { counter-reset: roman;}#sidebar-menu ol.main-menu > li a { display: inline-block;}#sidebar-menu ol.main-menu > li:before { counter-increment: roman; content: counter(roman) ".\0000a0";}#sidebar-menu ol.main-menu li ol { list-style: none; counter-reset: inner;}#sidebar-menu ol.main-menu ol li:before { counter-increment: inner; content: counter(roman) "." counters(inner, '.') ".\0000a0";}#sidebar-menu ol.main-menu > li ol a { padding: 2px 0;}#sidebar-menu ol.main-menu > li > a { padding: 2px 5px;}#sidebar-menu li.active > a,#sidebar-menu .sub-menu li.active > a { font-weight: bold;}h1 { counter-reset: h2counter;}h2:before { content: counter(h2counter) ".\0000a0\0000a0";}h2 { counter-reset: h3counter; counter-increment: h2counter;}h3:before { content: counter(h2counter) "." counters(h3counter, '.') ".\0000a0";}h3 { counter-increment: h3counter;}/*#sidebar-menu .main-menu a {	display: block;	font-size: 13px;	font-weight: 500;	color: #000;	padding: 4px 20px;}#sidebar-menu .main-menu a:hover {	color: #11427D;	text-decoration: none;	background-color: transparent;	border-left: 1px solid #11427D;}#sidebar-menu .sub-menu a {	padding-top: 1px;	padding-bottom: 1px;	padding-left: 30px;	font-size: 12px;	font-weight: 400;}*/