/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.edit-fixed {
	position: fixed;
	bottom: 5px;
	right: 5px;
	font-size: 12px;
	line-height: 14px;
	padding: 10px;
	background: rgba(255,255,255,.3);
}

.page-edit a, .page-edit a:visited {
	color: #111;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 14px/24px Helvetica, Helvetica Neue, Arial;
    background: #fff;
	font-family: "Lato",sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4em;
		
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

a:link {color: #444; text-decoration: underline; }
a:active {color: #444; text-decoration: underline; }
a:visited {color: #444; text-decoration: underline; }
a:hover {color: #111; text-decoration: none; }

.wrapper {
    width: 100%;
    box-sizing: border-box;
    /*padding-left: 40px;
    padding-right: 40px;*/
}

.callout a {
	color: #111;
}

[class^="icon-"], [class*=" icon-"] {
	text-decoration: none;
	font-size: 20px;
	color: #111;
	vertical-align: middle;
}

p.image {
	margin: 0;
	text-align: center;
}




/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   

/* ====================
    ALL
   ==================== */


	.wrapper {
		box-sizing: border-box;
		margin-left: auto;
		margin-right: auto;
	}
	
	.desktop {
		display: none;
	}
	
	header .social {
		display: none;
	}
	
	p + h2, ul + h2 {
		margin-top: 30px;
	}
	
	p + h3, ul + h3 {
		margin-top: 20px;
	}
	
	.main-content p + .button {
		margin-top: 30px;
	}

	
	/* ============
    Header
   ============ */

	.header-container {
		border-bottom: 1px solid #e5e5e5;
		height: 102px;
		box-sizing: border-box;
		background: #f1f1f1;
	}
	
	.main-container {
	}

	header {
		height: auto;
		padding: 10px;
		position: relative;
		text-align: center;
	}
	
	header p {
		margin: 0;
	}
	
	#logo {
		position: relative;
		max-width: 200px;
		padding: 10px;
		background: #fff;
	}
	
	p.logo {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	

	/* ============
    Containers
   ============ */

	
	/* ============
    Navigation
   ============ */
   
  body {
   /*	overflow-x: hidden;
	overflow-y: hidden !important*/
	}
   
   .content .scrollable {
   /*		overflow-y: auto;
   		overflow-x: hidden;*/
   	}
   	
   	.left-column .scrollable {
   	/*	overflow-y: auto;
   		overflow-x: hidden;
   	*/
   	}
   	
	.left-column .not-overflow .scrollable {
		overflow-y: visible;
		overflow-x: visible;
	}
   	
   
   	.content {
   		margin-left: 270px;
   		padding-right: 20px;
   		padding-top: 20px;
   		padding-bottom: 70px;
   	}
   	
   	.content .scrollable {
   		box-sizing: border-box;
   		/*padding-right: 20px;*/
   	}
   	
   
   .left-column .pinned {
   		position: fixed;
   		left: 0;
   		width: 250px;
   		top: 102px;
   	}
   	
   	
   
   	.left-column {
   		/*background: #f5f5f5;*/
   		border-right: 1px solid #e5e5e5;
   		border-top: 1px solid #e5e5e5;
   		/*border-left: 1px solid #eeeeee;*/
   		margin-top: 20px;
   		width: 250px;
   		float: left;
   		padding-bottom: 0px;
   	}
   	
   	
   	.callout {
   		border: 1px solid #eeeeee;
   		border: 1px solid #eeeeee;
   		background: #e7eef8;
   		padding: 0px;
   	}
   	
   	.child-nav-wrapper .right-sidebar .callout {
   		background: #7cb387;   	
   	}
   	
   	.callout + .callout {
   		margin-top: 10px;
   	}
   	
   	.sidebar-header {
   		background: #d0e0f7;
   		color: #444;
   		border-bottom: 1px solid #afc5e6;
   		padding: 5px 20px;
   	}
   	
   	.child-nav-wrapper .right-sidebar .sidebar-header {
   		background: #3b954d;
   		color: #fff;
   		border-bottom: 1px solid #227232;   	
   	}
   	
   	.sidebar-header p {
   		font-size: 12px;
   	}
   	
   	.left-navigation {
   		/*padding-top: 10px;
   		padding-bottom: 10px;*/
   	}
   
   	.reversed-links a {
   		text-decoration: none;
   		display: inline-block;
   		line-height: 1.1em;
   		box-sizing: border-box;
   	}
   	
   	.link-group {
   		border-top: 1px solid #e5e5e5;
   		padding: 0;
   	}
   	
   	.link-group.first {
   		border-top: none;
   	}
   	
   	.link-group.last {
   		border-bottom: 1px solid #e5e5e5;
   	}
   	
  
   	span.nav-label {
   		display: inline-block;
   		overflow: hidden;
   	}
   	
   	.nav-header a {
   		padding: 10px 20px;
   		width: 100%;
   	}
   	
   	.nav-header a:hover {
   		background: #f1f1f1;
   	}
   	
  	.nav-header .nav-label {
  		padding-top: 7px;
  	}
  	
  	.nav-header i {
  		float: left;
  		width: auto;
  	}
  	
  	.nav-items a {
   		padding: 4px 10px 2px 20px;
   		width: 100%;
   	}
   	
   	.nav-items .current {
   		text-decoration: underline;
   		background: #fff5e6;
   	}
   	
   	.nav-items a.heading {
   		margin-top: 5px;
   	}
   	
   	span.id {
   		font-size: 11px;
   		color: #717171;
   		display: inline-block;
   	}
   	
   	body.activate-locations span.id {
		display: inline-block;
	}
	
   	
   	.nav-header + .nav-items {
   		margin-top: -10px;
   	}
   	
   	.nav-items a:hover {
   		text-decoration: underline;
   	}
   	
   	.supplemental-icon a i {
   		margin-right: 10px;
   	}
   
   	.nav-items {
   		padding: 5px 0;
   		font-size: 13px;
   		line-height: 1.2em;
   	}
   	
   	.showing .nav-items {
   		padding-bottom: 10px;
   	}
   	
   	.showing .nav-header a:hover {
   		background: none;
   	}
   	
   	.nav-items {
   		display: none;
   	}
   	
   	.showing .nav-items, .nav-subnav-group.sub-records.showing {
   		display: block;
   	}
   	   
 	.nav-items a span.nav-label {
		padding-top: 0;
	}
   	
   	.nav-subnav-group {
   		padding: 5px 0px;
   		font-size: 13px;
   		width: 100%;
   		box-sizing: border-box;
   	}
   
   	.nav-subnav-group.sub-records {
   		float: left;
   		padding: 0 0px 0 10px;
   	}
   	
   	.nav-subnav-group.sub-records {
   		display: none;
   	}
   	
   	.nav-subnav-group li {
   		margin: 0;
   		padding: 0;
   		list-style-type: none;
   		display: block;
   		float: left;
   		width: 100%;
   	}
   	
   	.nav-subnav-group li:hover {
   		background: #f7f7f7;
   	}
 
   	.nav-subnav-group li span.main-action {
   		float: left;
   		display: inline-block;
   		width: 70%;
   	}
   	
   	.nav-subnav-group li span.alt-actions {
   		float: right;
   		font-size: 11px;
   		padding-top: 2px;
   		display: inline-block;
   		width: 30%;
   		white-space: nowrap;
   	}
   	
   	  	.nav-subnav-group li span.alt-actions {
   		display: none;
   	}
   	
   	.nav-subnav-group li:hover span.alt-actions {
   		display: inline-block;
   	}
   	
   	
   	.info-group {
   		padding: 10px 20px;
   	}
   	
   	.right-sidebar {
   	}
   	
   	.right-sidebar .info-group {
   		padding: 10px 15px;
   	}
   	
   	.child-nav-wrapper {
   		background: #deede1;
   		padding: 10px;
   	}
   	
   	.child-nav-wrapper .right-sidebar {
   		width: auto;
   		max-width: auto;
   	}
   	
   	.info-group a {
   		padding: 0;
   	}
   	
   	span.object-id {
   		color: #000;
  	} 		
   	
   	span.block {
   		display: block;
   	}
   	
   	.no-margin {
   		margin: 0;
   	}
   	
   	.no-top-margin {
   		margin-top: 0;
   	}
   	
   	.no-bottom-margin {
   		margin-bottom: 0;
   	}
   	
   	div.divider {
   		border-top: 1px solid #e5e5e5;
   		font-size: 0;
   		width: 100%;
   		margin: 10px 0;
   	}
   	
   	.right-sidebar div.divider {
   		border-color: #afc5e6;
   	}
   	
   	.right-sidebar.dyn-pinned {
   		position: fixed;
   		right: 20px;
   		width: 275px;
   		bottom: 70px;
   	}
   	
   	div.divider.inset {
   		width: 90%;
   		text-align: center;
   		margin-left: auto;
   		margin-right: auto;
   }
   
   div.divider.tight {
   		margin-top: 0;
   		margin-bottom: 0;
   }
   	
   	.action-options td.action {
   		text-align: center;
   	}
   	
   	.action-options td.action i {
   		display: none;
   	}
   	
   	.app-bar {
   		background: #d0e0f7;
   		padding: 10px 20px;
   		border-bottom: 1px solid #afc5e6;
   	}
   	
   	.app-bar.current {
   		background: #154771;
   		color: #fff;
   	}
   	
   	.app-bar a {
   		text-decoration: none;
   	}
   		
   	.app-bar.current a {
   		text-decoration: none;
   		color: #fff;
   	}
   	
   	.app-bar.activated {
   		background: #f2f2f2;
   		color: #bfbfbf;
   		display: none;
   	}
   	
   	body.activate-locations .app-bar.activated {
   		display: block;
   	}
   	
   	.app-bar.activated a {
   		color: #bfbfbf;
   	}
   	
   	.app-bar a:hover {
   		text-decoration: underline;
   	}
   	
   	.app-bar.no-child {
   		border-top: 1px solid #154771;
   	}
   	
   	.folder-bar.as-parent {
   		/* d0e0f7 */
   		background: #d0e0f7;
   		/*color: #fff;*/
   	}
   	
   	/*.case-bar.as-parent {
   		background: #4383ba;
   		color: #fff;
   	}*/
   	
   	.app-bar h1, .app-bar p {
   		font-weight: normal;
   		margin: 0;
   		font-size: 24px;
   		line-height: 1.2em;
   	}
   	
	.as-parent p {
   		font-size: 13px;
   	}
   	
   	.as-child p {
   		font-size: 20px;
   	}

	.as-record {
		background: #118327;
		color: #fff;
		border-bottom: 1px solid #09631a;
	}
	
	.as-section {
		background: #1e7fc9;
		color: #fff;
		border-bottom: 1px solid #09631a;
		margin-bottom: 5px;
	}
	
	.as-record-listing {
		background: #47b25b;
		color: #fff;
		font-size: 12px;
	}
	
	.as-record-listing p {
		font-size: 12px;
	}
	
	.child-navigation {
		padding: 10px 20px;
	}
	
	.child-navigation ul, 
   	.child-navigation ul li {
   		list-style-type: none;
   		padding: 0;
   		margin: 0;
   		display: inline-block;
   		margin-right: 20px;
   	}
   	
   	.child-navigation ul li.current a {
   		font-weight: bold;
   	}
   	
   	.card {
   		padding: 20px;
   		border: 1px solid #e5e5e5;
   	}
   	
   	.content-footer {
   		display: none;
   	}
   	
   legend {
   		margin-top: 20px;
   		font-weight: bold;
   	}
   	
   	#forminstructions {
   		display: none;
   	}
   	
   	fieldset {
   		background: #f4f4f4;
   		padding: 10px;
   		margin-top: 10px;
   	}
   	

   	.folder-info {
   		padding: 20px;
   		background: #e5e5e5;
   		border-bottom: 1px solid #d8d8d8;
   	}
   	
   	.folder-info p {
   		margin: 0;
   	}
   	
   	table.action-options td {
   		padding: 5px;
   	}
   	
   	table.action-options td.label {
   		width: 125px;
   	}
   	
   	span.extra-label {
   		font-size: 11px;
   		line-height: 12px;
   	}
   	
   	.folder-info table td {
   		padding: 3px 5px;
   		box-sizing: border-box;
   	}
   	
   	.is-sticky .folder-info table td {
   		padding: 0px 2px;
   		box-sizing: border-box;
   	}
   	
   	.folder-info table td.logo {
   		padding: 0px
   	}
   	
   	.one-of {
   		float: right;
   		display: inline-block;
   		background: #2ab044;
   		padding: 4px 10px;
   	}
   	
   	.one-of a {
   		color: #fff;
   		text-decoration: none;
   	}
   	
   	
   	table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
}
table.dataTable, table.dataTable th, table.dataTable td {
    box-sizing: content-box;
}
table.dataTable, table.dataTable th, table.dataTable td {
    box-sizing: content-box;
}

table.dataTable {
    border-collapse: separate;
    border-spacing: 0;
}
   
   
 .current-folder {
 	background: #fffcf0;
 	margin-top: 20px;
 } 
  
.group-context {
	padding: 3px 20px;
	color: #fff;
	background: #444;
}

.group-context p {
	font-size: 12px;
}

.inactive {
	color: #333;
}

.inactive a, .inactive * {
	color: #e5e5e5 !important;
}

body.activate-locations .inactive a, body.activate-locations .inactive * {
		color: #444 !important;
	}

.inactive span.id {
	display: none;
}
   	
   	.ui-grid-controls ul,
   	.ui-grid-controls li {
   		list-style-type: none;
   		padding: 0;
   		margin: 0 10px 0 0;
   		display: inline-block;
   	}
   	
   	.primary-content table td,
   		.primary-content table th {
   		padding: 5px;
   	}
   		   	
   	
   	/*
   	
   	.parent-active {
   		border-right-color: #d0e0f7;
   	}
   	
   	.current-folder.parent-active {
   		border-right: 1px solid #fff;
   		margin-right: -1px;
   		border-top-color: #d0e0f7;
   		border-left: 1px solid #d0e0f7;
   		margin-left: -10px;
   		border-bottom: 1px solid #d0e0f7;
   		background: #fff;
   	}
   	
   	*/
   	
   	#sideContainer {
   		display: none;
   	}
   	
   	.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

.md-light { color: rgba(255, 255, 255, 1); }
.md-inactive { color: rgba(255, 255, 255, 0.3); }
   	
   	
   /*	.navigation-background {
    position: fixed;
    top: 0px;
    bottom: 0;
    width: 250px;
    background: #f5f5f5;

	*/
}


   
	/* ============
    Hero
   ============ */
	
	
	
	

/* ============
    Main
   ============ */
   

	
	/* ============
    sidebar
   ============ */
   
 
	
	
	/* ============
    Footer
   ============ */
	
	.content-footer {
		padding: 20px;
		box-sizing: border-box;
		background: #deebf6;
		bottom: 10px;
		left: 270px;
		position: fixed;
		height: 50px;
	}
	
	.content-footer p {
		margin: 0;
	}
	
	.footer-container {
		/*padding: 0px;
		position: absolute;
		bottom: 0;
		left: 0;
		height: 40px;
		text-align: center;
		border-top: 1px solid #e5e5e5;
		background: #f1f1f1;
		width: 100%;
		box-sizing: border-box;*/
	}
	
	.footer-container.pinned {
    height: 50px;
    box-sizing: border-box;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eeeeee;
    z-index: 1000;
    user-select: none;
    transition: box-shadow .25s;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .2), 0px 0px 0px rgba(0, 0, 0, .5), 0px 0px 0px rgba(0, 0, 0, .5), 0px 0px 0px rgba(0, 0, 0, .5);
}
	
	/*.footer-container {
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
		padding: 20px;
		margin-top: 20px;
	}
	*/
	
	footer a {
		color: #444;
	}
	
	footer {
		color: #444;
		text-align: center;
	}
	
	footer p {
		margin: 0;
	}
	
	
	/* ============
    Colors
   ============ */
	
	
	
	/* ============
    grids
   ============ */
   
 	.col { 
		float: left;
	}
	
	.primary-column, .pulled-column {
		box-sizing: border-box;
	}
	 
	.one-wide .grid-item {
		width: 100% !important;
	}

	.two-wide .grid-item {
		width: 50%;
	}	

	.three-wide .grid-item {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}	

	.four-wide .grid-item {
		width: 50%;
	}	
	
	.four-wide .row {
		clear: left;
		float: left;
		width: 100%;
	}

	
	.grid-item.span-2 {
		width: 66.6666666%;
	}

	.grid-item.span-3 {
		width: 100%;
	}


	.two-col > .primary-column {
		width: 66.66666%;
	}

	.two-col > .pulled-column {
		width: 33.33333%;
	}
	
	.two-col.set > .primary-column {
		min-width: 800px;
	}

	.two-col.set > .pulled-column {
		width: 275px;
	}
	
	
	
	.two-col.in-half > .primary-column {
		width: 60%;
	}

	.two-col.in-half > .pulled-column {
		width: 40%;
	}
	
	.two-col.with-icon > .primary-column {
		width: 80%;
	}

	.two-col.with-icon > .pulled-column {
		width: 20%;
	}
	
	.two-col.quarter > .primary-column {
		width: 70%;
	}

	.two-col.quarter > .pulled-column {
		width: 30%;
	}
	
	.pulled-right  .pulled-column {
		float: right;
	}
	
	.pulled-right > .primary-column {
		float: left;
	}

	.pulled-column, .primary-column {
		box-sizing: border-box;
	}

	.pulled-left .pulled-column {
		float: left;
	}
	
	.pulled-left .primary-column {
		float: right;
	}
	

	.pulled-column.pull-me-left {
		float: left;
	}

	.pulled-column.pull-me-right {
		float: right;
	}

	.pulled-right > .primary-column {
		overflow: hidden;
		padding-right: 20px;
	}

	.callout-wrapper .pulled-right .primary-column {
		padding-right: 20px;
	}

	.pulled-left > .primary-column {
		overflow: hidden;
		padding-left: 20px;
	}

	
	
	.pulled-column img,
	.primary-column img {
		max-width: 100%;
		height: auto !important;
	}
	
	.grid-item img {
		max-width: 100%;
		height: auto !important;
	}
	
	
	/* ====================
    Buttons
   ==================== */

	a.button, .button a {
		background: #5295ce;
		font-weight: 400;
		color: #fff !important;
		text-align: center;
		border-radius: 4px;
		padding: 6px 12px;
		display: inline-block;
		text-decoration: none;
		cursor: pointer;
	}
	
	a.button:hover, .button a:hover {
		background: #3477b0;
	}
	
	.child-nav-wrapper .right-sidebar a.button {
		background: #196228;
	}
	
	.child-nav-wrapper .right-sidebar a.button:hover {
		background: #3b954d;
	}
	
	a.button.with-icon {
		padding: 5px 12px 5px 12px;
		display: inline-flex;
  vertical-align: middle;
  align-items: center;
	}
	
	a.button.with-icon i {
		font-size: 24px;
	}
	
	a.button.with-icon.on-left {
		padding-left: 5px;
	}
	
	a.button.with-icon.on-right {
		padding-right: 5px;
	}
	
	span.button-label {
		display: inline-block;
	}
	

		
	
	/* ====================
    Buttons
   ==================== */
   

/* ==========================================================================
   Media Queries
   ========================================================================== */

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

/* ====================
    SMALL ONLY!!!
   ==================== */
   
  
	

}


@media only screen and (min-width: 480px) {

	
	/* ============
    Header
   ============ */
	
	
	/* ============
    Grids
   ============ */

	
	.with-padding .grid-item {
		padding: 10px;
		box-sizing: border-box;
	}
	
	
	 .three-wide .grid-item {
		width: 50%;
		margin-bottom: 0;
	}	
	
	.four-wide .row {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	
	/* ============
    Heroes
   ============ */
   
 
	/* ============
    Main
   ============ */
   
	

		/* ====================
    Home Page Carousel
   ==================== */
   
  
	
}

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


@media only screen and (min-width: 660px) {

/* ====================
    Until Nav is too big
   ==================== */
	
}



/* ============
    UNDER Tablet Portrait
   ============ */

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

}


@media only screen and (min-width: 768px) {

/* ============
    WIDE: Main
   ============ */
   
   /* ============
    Navigation
   ============ */
   
   
   
   /* ============
    Hero
   ============ */
	


}


@media only screen and (min-width: 800px) {

/* ============
    WIDE: Main
   ============ */


	
	 /* ============
    Grids
   ============ */
	
	.four-wide .grid-item {
		width: 25%;
	}	
	
	.four-wide .row {
		clear: none;
		float: none;
		padding: 0;
	}
	
	.three-wide .grid-item {
		width: 33.3333333%;
	}	
	
   
   
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

	.wrapper {
    
   }
   

   
}


/* ==========================================================================
   Helper classes
   ========================================================================== */


.facebook-color {
	color: #3b5998;
}

.twitter-color {
	color: #55ACEE;
}

.linkedin-color {
	color: #4875b4;
}

.google-color {
	color: #dd4b39;
}

.youtube-color {
	color: #bb0000;
}

.pinterest-color {
	color: #cb2027;
}

.instagram-color {
	color: #fb3958;
}

.vimeo-color {
	color: #1ab7ea;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.align-left {
	text-align: left;
}

.centerer {
		text-align: center;
		display: inline-block;
		margin: 0 auto;
	}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.contained {
	background-position: top right !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}

.covered {
	background-position: 50% 50%; 
	background-repeat: no-repeat;
    background-size: cover;
}

.variable-height {
	height: auto;
	min-height: 1px;
}

.vertical-center, .v-center {
    display: table;
    height: 100%;
}

.v-center-me {
    display: table-cell;
    vertical-align: middle;
}

.zoom {
	position: relative;
	display: inline-block;
}

span.icon-zoom-in {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-decoration: none;
	color: #fff;
	padding: 8px;
	font-size: 18px;
	line-height: 18px;
	background: rgba(0,0,0,.5);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.relative {
	position: relative;
}

.clearer {
	clear: both;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.header-wrapper {
	position: relative;
}

.togglers {
	position: absolute;
	right: 40px;
	top: 0px;
	padding: 10px;
	border: 1px solid: #ccc;
}
   	