@charset "utf-8";
/* CSS Document */

body {
	color: #3d3b3b;
	font-family: "Helvetica-Neue", Helvetica, Arial, sans-serif;
	line-height: 1.250em;
}
#main-content {
    min-height: calc(100vh - 222px);
}
@media (min-width: 768px) {
    #main-content {
        min-height: calc(100vh - 289px);
    }
}
h1 {
	font-size: 1.857em;
	font-weight: bold;
}
h2 {
	font-size: 1.286em;
	margin: 0 0 0.714em;
	color:#7c7c7c;
}
h2 span.glyphicon{
	font-size: 0.857em;
}
.show-grid {
    padding-bottom: 1em;
	padding-top: 1em;
	border-bottom: 1px solid #ddd;
}
.row.no-pad {
    margin-left: 0;
    margin-right: 0;
}
.row.no-pad > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.navbar-brand {
    line-height: 30px;
    padding: 8px;
}
#submenu {
    margin: 0px!important;
}
.sforminput{
    display:none;
    visibility:hidden;
}
#navbar,
#navbar-xs {
    margin: 0px -15px;
}
#header .site-title {
	padding: 0 0 0.25em;
}
.site-logo {
	left: -990px;
	position: relative;
	text-align: right;
	width: 1270px;
}
#header h1.main-title {
	font-size: 1.429em;
	font-weight: bold;
	margin: 0.714em 0 0 0;    
	text-shadow: 1px 1px white, 0 -1px #cfcfcf;
}
#header p.sub-title {
	font-size: 0.857em;	
	line-height: 1.250em;
	margin: 0;
}
#session td, #session th {
    font-size:1.1em;
}
#session table {
    margin-bottom:10px;
}
#attendee-data td {
    font-size:2em;
    padding:10px;
}
#attendee-data {
    margin-top:20px;
}
.navbar {
	background-color: #f7f6f4;
	background-image: linear-gradient(to bottom, white, #ebe8e3);
	background-repeat: repeat-x;
}
.navbar ul.navbar-nav li {
	border-left: 1px solid #e0dcd4;
}
.navbar ul.navbar-nav li a:hover, .navbar ul.navbar-nav li a:focus {
	background: none repeat scroll 0 0 #f6f4f2;
	color: #3d3b3b;
}
.navbar ul.navbar-nav li a.active {
	background: none repeat scroll 0 0 #d6d0c5;
}
#map-canvas {
    width: 100%;
    height: 400px;
    position: relative;
    z-index:9999;
}
.site-logo, nav.navbar {
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#intro .banner, .widget {
	box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.2);
}
.table tr.bold td{
    font-weight:bold;
}
.invoice {
    background-color:#eee;
    border-radius:5px;
    padding-top:10px;
}

#amendment {height:300px;}

@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility:hidden;
    }
    #printSection, #printSection * {
        visibility:visible;
    }
    #printSection {
        position:absolute;
        left:0;
        top:0;
    }
}
.popover{
    max-width: 300px; /* Max Width of the popover (depending on the container!) */
}
.widget {
	border-radius: 3px 3px 3px 3px;
	background: #f9f8f6;
	padding: 1em;   
	margin-bottom: 10px;
    margin-top: 20px;
	border: solid 1px #c7c7c7;
}
.white-tooltip + .tooltip > .tooltip-inner {background-color: #fff;border:1px solid #000;padding:0px;}
.widget .table a {
	text-decoration:underline;
	font-weight:bold;
}
.widget .table-bordered {
    border-left: none!important;
    border-right: none!important;
}
.widget .table-responsive {
    height: 195px;
    min-height: 0.01%;
    overflow-x: auto;
    overflow-y: scroll;    
		border: medium none;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    font-size: 12px;
    line-height: 15px;
    padding: 6px;
}
.table-bordered > tbody > tr > td:first-child, .table-bordered > tbody > tr > th:first-child, .table-bordered > tfoot > tr > td:first-child, .table-bordered > tfoot > tr > th:first-child, .table-bordered > thead > tr > td:first-child, .table-bordered > thead > tr > th:first-child {
    border-left: none!important;
}
.table-bordered > tbody > tr > td:last-child, .table-bordered > tbody > tr > th:last-child, .table-bordered > tfoot > tr > td:last-child, .table-bordered > tfoot > tr > th:last-child, .table-bordered > thead > tr > td:last-child, .table-bordered > thead > tr > th:last-child {
    border-right: none!important;
}
.btn-primary {
	background-color: #3d3b3b;
	border-color: #3d3b3b;   
	margin-top: 1em;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    background-color: #2d2b2b;
    border-color: #2d2b2b;
}
.highlight { background-color: yellow;}
.paragraph-list > li {
    position:relative; /* Create a positioning context */
    margin:0 0 6px 3em; /* Give each list item a left margin to make room for the numbers */
    padding:4px 0px 15px 8px; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */
    font-size:1.2em;
}
.paragraph-list ul{
    margin-top:15px;
}
.paragraph-list li > ol,.paragraph-list li > ul {
    padding-top:15px; /* Add some spacing around the content */
}
.paragraph-list li > ol > li,.paragraph-list li > ul > li {
    
    padding:0px 0px 15px 0px; /* Add some spacing around the content */
}
.paragraph-list li > ol > li {
    list-style-type:lower-alpha;
}
.paragraph-list li > ol > li > ol > li {
    list-style-type:lower-roman;
}
.rules .paragraph-list li {
    list-style-type: inherit !important;
}
.chapter h2 {
    color: #004182;
    font-size:1.6em;
    font-weight: bold;
}
.paragraph-list {
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}
.paragraph-list > li:before {
    content:attr(data-paragraph); /* Use the custom data attribute as content */
    /* Position and style the number */
    position:absolute;
    top:5px;
    left:-2em;
    width:2em;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:10px;
    font-size:1.8em;
    color:#004182;
    font-weight:bold;
    text-align:right;
}​
.panel .btn {
    margin-bottom: 8px;
}
#twitter .tweet-message {
    display: block;
    font-size: 0.786em;
    line-height: 1.429em;
}
#footer {
    background-color: #343233;
	padding: 1em 0;
}
#footer p.footer-text {
	font-size:1em;
	color: #fff;
	padding: 1em 0 0 0;
	}
#footer .site-logo {
    left: -1070px;
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    #header h1.main-title {
        font-size: 2.857em;
        margin: 0;
    }
    #header p.sub-title {
        font-size: 1em
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    .widget .table-responsive {
        height: 166px!important;
    }
    .tweet-message { padding-left : 8px
    }
    #footer p.footer-text {
        padding: 1.25em 0 0 0!important;
    }
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    #header h1.main-title {
        font-size: 2.286em!important;
        margin: 0.357em 0 0!important;
    }
    #header p.sub-title {
        font-size: 1.071em!important;
    }
    #intro .widget {
        margin: 2em 0 0 0 !important;
    }
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 768px) {
    #header .site-title {
        padding: 3em 0 2em;
    }
    #header h1.main-title {
        font-size: 3.357em;
        margin: 0;
    }
    #header p.sub-title {
        font-size: 1.286em
    }
    .navbar {
        border-radius: 0px;
        margin-bottom: 0px;
    }
    /*
    .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }*/
    #intro {
        padding-top: 2.857em;
        padding-bottom: 2.857em;
    }
    #intro .widget {
        margin-top: 0px;
    }
    .widget .table-responsive {
        height: 216px;
    }
    article.page-content {
        padding-top: 5em;
        padding-bottom: 5em;
    }
    article.page-content.home {
        padding-top: 0;
    }
    #footer {
        padding: 2em 0 3em;
	}
    #footer p.footer-text {
        padding: 1.5em 0 2em;
	}
}

#header .navbar {
    background: none;
    border: 0 none;
}
#header .navbar-brand {
    padding: 3px;
}
#header .navbar-brand img {
    width: 44px;
    height: 44px;
}
@media (min-width: 768px) {
    #header .navbar-brand {
        padding: 8px;
    }
    #header .navbar-brand img {
        width: 88px;
        height: 88px;
    }
}
#header .navbar-nav > li {
    border-left: 0 none !important
}
#header .navbar-nav > li > a {
    font-weight: bold;
    color: #bf311b;
    background-color: transparent !important;
}
@media (min-width: 768px) {
    #header .navbar-nav > li > a {
        line-height: 75px;
    }
}
@media (min-width: 992px) {
    #header .navbar-nav > li > a {
        font-size: 1.125em;
    }
}
@media (min-width: 1200px) {
    #header .navbar-nav > li > a {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 1.25em;
    }
}
#header .navbar-nav > li.active > a {
    background-color: #f8f9fa !important;
}
#header .navbar-nav > li > a:hover {
    color: #e53440;
}
.page-crumbs {
    padding-top: 50px;
}
