/* ----------------------------------------------------------------------------------------------
/*  DELEGATION REGISTER - Print CSS  					         									
/* ----------------------------------------------------------------------------------------------

/* --------------------------------------------------------------------- */
/* HIDE NON PRINT ELEMENTS
/* --------------------------------------------------------------------- */

#nav-access,
hr,
.cta,
.s-hidden,
.nav-toggle,
.main-nav,
.breadcrumb,
.btn,
button,
.search-bar,
.u-screen-only,
.l-top-bar,
.link-icon,
.editable-panel--form,
.section-panel--cta,
.logo-m-footer {
    display: none !important;
}

/* --------------------------------------------------------------------- */
/* STANDARD PRINT ELEMENTS
/* --------------------------------------------------------------------- */

@page {
    margin: 1cm; /* apply a margin all the way around the page */
}

*  {
    line-height: 1.5 !important;
    font-family: Georgia, ‘Times New Roman’, Times, Serif !important;
    color: #000 !important;
    text-shadow: none !important;
    filter:none !important;
    -ms-filter: none !important;
}

body {
    background: #FFF;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin: 20pt 0 7pt;
    line-height: 105%;
}

h2, h3, h4 {
    page-break-after: avoid;
    orphans: 3;
    widows: 3;
}

h1 {
    font-size: 20pt;
    text-transform: uppercase;
}

h2 {
    font-size: 18pt;
}

h3 {
    font-size: 16pt;
}
    
h4 {
    font-size: 13pt;
    margin-bottom: 5pt;
}

h5 {
    font-size: 12pt;
    margin-bottom: 3pt;
}

h6 {
    font-size: 11pt;
    margin-bottom: 3pt;
}

p {
    margin-top: 0;
    font-size: 12pt;
    orphans: 3;
    widows: 3;
}

img {
    max-width: 100% !important;
    margin: 0 0 10pt 0;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #06c;
}

    a[href]:after {
        content: " (" attr(href) ") ";
        font-size: 80%;
        font-weight: normal;
    }
    
    a.u-print-no-href[href]:after {
        content: "";
    }

pre, blockquote {
    border: 1pt solid #999;
    page-break-inside: avoid;
}

img {
    display: block;
    page-break-inside: avoid;
}

#l-content {
    margin: 0 0 20pt 0;
    padding: 0 0 15pt 0;
    border-bottom: 1pt solid #000;
    width: 100%;
    background: transparent;
    float: none;
}

    #l-content ul {
        margin: 0 0 20pt 15pt;
        padding: 0;
        font-size: 12pt;
    }
    
    #l-content li {
        margin-bottom: 5pt;
    }

        #l-content li p {
            font-size: 12pt;
            margin: 0;
            padding: 0;
        }

#l-comments {
    page-break-before: always; /* put blog comment section to the new page - giving user option to print the comment or not */
} 


/* Table
/* -------------------------------------------------- */

table {        
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-collapse: collapse;    
    border-spacing: 0;
}

    table img {
        margin: 0;
    }

thead {
    display: table-header-group;
}

tr {
    page-break-inside:avoid;    
}

td, th {    
    padding: 5pt 10pt;
    border-bottom: 1pt solid #000;
    border-left: 1pt solid #000;
    text-align: left;
    vertical-align: top;
    page-break-inside: avoid;
}

th {
    vertical-align: middle;
}


/* --------------------------------------------------------------------- */
/* UTILITIES
/* --------------------------------------------------------------------- */

.u-clear {
    clear: both;
}

/* --------------------------------------------------------------------- */
/* SITE SPECIFIC ELEMENTS
/* --------------------------------------------------------------------- */

.l-header {
	background-color: #000;
}

.l-content {
	margin-bottom: 70px;
}

.l-print-logo-container {
	border-top: 1pt solid #000;
    border-bottom: 1pt solid #000;
	padding: 15pt 0;
}

	.l-print-logo-container .logo {
		display: block;		
	}

    .l-print-logo-container img {
        margin-bottom: 0;
    }

    .l-print-logo-container .logo[href]:after  {
        content: none;
    }		

.editable-panel-list {	
	padding-left: 0;
	margin-left: 0;
}

	.editable-panel-list-m-section {		
	}

		.editable-panel-list-m-section .editable-panel {
			padding-bottom: 50px;
		}
		
	.editable-panel-list-m-bylaws {	
		margin-top: 50px;
	}

		.editable-panel-list-m-bylaws .editable-panel {
			border-top: 1pt solid #CCC;
			padding-bottom: 50px;
		}


.editable-panel {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.section-panel--hd {
	font-size: 14pt;
}

.section-panel--col-m-name {
	padding-top: 10px;
	border-top: 1pt solid #CCC;
	border-bottom: 1pt solid #CCC;
}

	.section-panel--col-m-name .section-panel--hd {
		display: inline-block;
		margin-top: 0;
	}
	
	.section-panel--col-m-name .section-panel--body {
		display: inline-block;
		font-weight: bold;
	}


.l-footer--legal {
    display: block;
	border-top: 1pt solid #000;
	padding-top: 10px;
	font-size: 9pt;
    text-align: center;
}

	.l-footer--legal p {
		font-size: 9pt;
	}

    .l-footer--legal br {
        display: none;
    }