/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
@media screen,print {
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    min-width: 300px;
}

::-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;
}

textarea {
    resize: vertical;
	line-height:1em;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 14px/24px 'Roboto', Helvetica, Helvetica Neue, Arial, sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing:subpixel-antialiased;
	background-color: #0773BB;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}




nav {
    display:none;
}

/* ==============
    MOBILE: Main
   ============== */
   
.main {
    padding: 10px 0;
}
   
   
.footer-container footer {
    color: white;
    padding: 20px 0;
}

section#reportContent
{
    width: 100%;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.bold
{
    font-weight: bold;
}
.italic
{
  font-style: italic;  
}

.redText
{
	color: red;
}

/*Primary HPOG Colors*/
.blue
{
	color: #0773BB;
}

.orange
{
	color: #F69111;
}

.center
{
	text-align:center;
}

.right 
{
	text-align:right;
}

.clear
{
	clear:both;
}

.nowrap
{
    white-space: nowrap;
}

div.errorbox {
	border:2px solid #F00;
	padding:5px;
	margin:5px;
	background-color:#FFFFCC;
}
div.error {
	color:#F00;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}

/*New section for general styles*/

    /*.header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
        -moz-box-shadow: 0 5px 10px #aaa;
        box-shadow: 0 5px 10px #aaa;
    }*/

div#fullWrapper
{
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.75);
}

.header-container
{
    background-color: #0773BB;
    padding-top: 0px;
}

.header-container a:hover
{
   text-decoration: none; 
}

header.wrapper
{
	background-color: white;
}

div.main-container
{
	background-color: #0773BB;
}

div.main
{
	background-color: white;
}

#reportHeader
{
	background-color: white;
	border-bottom: 2px solid #F69111;
}

#headerLeft
{
	width: 20%;
	padding: 2%;
	float: left;
	box-sizing:border-box;
}
#headerRight
{
	width: 80%;
	float: right;
	box-sizing:border-box;
}

div#headerTop
{
	padding: 0 1em;
}

div#headerBottom
{
	border-bottom: 2px solid #F69111;
}

img#hpogLogo
{
	/*max-width: 34%; 
	float: left;*/
	width: 150px;
	margin: .5em auto;
}

h1.title {
    color: #0d8f9c;
    margin-top: .5em;
	margin-bottom: .5em;
    font-size: 3em;
	font-weight: normal;
	line-height: 1.1em;
	/*float: right;
	padding-left: .5em;
	text-align: right;
	*/
	text-align: center;
	box-sizing:border-box;
}



#infoPanel
{
	min-width: 285px;
	float: right;
	text-align: right;
	padding-top: 6px;
	font-size: 1.10em;
	font-weight: bold;
}

h2.subtitle
{
   color: black;
   line-height: 1.1em;
   z-index:4; 
   margin-top: .65em;
   font-weight: bold;
   font-size: 1.5em;
   text-align:center;

}

/*Top Bar*/
#topbar
{
    /*margin-bottom: 20px; removed for full width*/
    overflow: hidden;
	width: 50px;
	float: left;
	clear: both;
}




/*REVISED NAV STYLES*/

a
{
	color: #06C;
	text-decoration:none;	
}

a:hover
{
	color: #06C;
	text-decoration:underline;	
}

#innerWrapper{
    
    position: relative; 
    height:auto; 
    overflow: hidden;
    clear: both;
    padding-right: 1em;
}

#reportNavigation
{
  font-weight: bold;
  font-size: 1.2em;
  color: #5A5B5E;
}

#reportNavigation ul
{
    list-style: none;
    padding:3px;
    margin:0;
    line-height: 1.2em;
    background-color: #eaeaea;
}

#reportNavigation li.selected
{
	color: 	#0773BB;
}

ul#topLevelNav li
{
	text-transform: uppercase;
	margin-bottom: .6em;
}

ul#topLevelNav li.subLevelNav
{
	text-transform: none;
	margin-left: 1em;
	font-style:italic;
}


a.navLink
{
	color:inherit;		
}

/*Content Panel Styles*/



section#reportContent
{
    padding-left: 10px;
    padding-right: 10px;
}

img {
    max-width: 100%;
}

h1.allCaps
{
   color: #0773BB;
   text-transform: uppercase;
   line-height: 32px;
   margin-bottom: 0px;
}

h1.pageTitle
{
    color: #84378d;
    margin-top: .5em;	
    margin-bottom: .5em;
    line-height: 1.2em;
    font-size: 1.75em;
}

table.meetingInfo{
	width:99.5%;
	font-size: 1.25em;
	border-collapse:collapse;
	margin:0 auto;
	border:1px solid #AAA;
}

table.meetingInfo th {
	text-align:center;
	background-color: #b9c1d4;
	padding:5px;
	border:1px solid #AAA;
	color:#333;
}

table.meetingInfo td {
	color: #3D3D3D;
	padding:3px 5px;
	/*text-align:left;*/
	vertical-align: top;
	border:1px solid #AAA;
}
table.meetingInfo td.table-spacer {
	border-top:1px solid #AAA;
	vertical-align:middle;
	line-height:1px;
	height:1px;
}


#reportContent h2
{
	color: #F69111;
	font-size: 1.55em;
	line-height: 1.1em;
	font-weight: bold;
	margin-bottom: .5em;
	margin-top: 1.3em;
}

#reportContent h2.red
{
    color: #84378d;
	margin-bottom: .5em;
    background-color:transparent;
	
}

#reportContent h3
{
	color: #333;
	font-size: 1.35em;
	line-height: 1.25em;
	font-weight: bold;
	margin-top:0;
	margin-bottom: .1em;
	

}

#reportContent p
{
 	font-size: 1.25em;
 	line-height: 1.35em;
 	margin-bottom: 1em;
    margin-top: .1em;
}


#reportContent .pageReferences a
{
    /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}



/*Homepage styles*/
#homepageInfo
{
	border-top: 1px solid #F69111;
	padding-top: 2em;
	font-size: .9em;
}

#homepageImage
{
	float: right;
	width: 50%;
	box-shadow: 0px 0px 10px 3px #666;
	margin-left: 10px;
}


#rtImage
{
	float: right;
	width: 50%;
	box-shadow: 0px 0px 10px 3px #666;
	margin-left: 14px;
	margin-bottom: 7px;
}


/*Registration Overview Styles*/
ul.sitelist
{
	font-size: 1.25em;
	margin-top: 0;
}

div.roundedBox
{
	border: 1px solid #0773BB;
	border-radius: 15px;
	background-color: #FFE7CE;
	padding: .75em .5em;
	margin: 10px 0px;
	clear: both;
	box-shadow: 2px 2px 7px #0773BB;
}

#reportContent div.roundedBox h2
{
	margin-top:0; 
	color: #0773BB;
}

hr.siteDivider
{
	border-top: 2px solid #0773BB;
	width: 75%;
	margin: 1em auto;
}

div.blueButton
{
    background-color: #0773BB;
    color: white;
    font-weight: bold;
    width: 160px;
    height: auto;
	padding: .5em;
	margin:0;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    line-height: 1.2em;
    font-size: 1.15em;
}

div.blueButton:hover
{
    color: #F69111;
}

a.blueButton
{
	width: 160px;
	display: block;
}

a.blueButton:hover
{
    text-decoration: none;
}


span.org
{
	font-style:italic;
}


/*Copied footer styles*/
.footer-container
{
   clear: both;
   margin-top: 30px;
}

footer.wrapper
{
    border-top: 2px solid #0773BB;  
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

}


@media only screen and (min-width: 776px) {


/* ============
    WIDE: Menu
   ============ */



    nav {
        display: block;
        width: 30%;
        box-sizing: border-box;
        margin-top: 10px;
        background-color: white; //rgba(235, 206, 123, 1);
        padding: 15px;
        left:0;
		top: 120px;
        position:absolute;
        height:100%;
    }
	
	#hpogNavLogo
	{
		width: 30%;
		box-sizing: border-box;
		background-color:white; 
		padding: 0.5em;
		float: left;
    }
	
	#hpogMobileLogo
	{
		display: none;
		background-color: white;
    }
	
    #mnav
    {
        display: none;
    }
    
    #closeNav{
        display:none;
    }

/* ============
    WIDE: Main
   ============ */

section#reportContent
{
    float:right;
    width: 69%;
    box-sizing: border-box;
}

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}


@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px;/* 1140px - 10% for margins */
        margin: 0 auto;
    }
    
}


@media only screen and (max-width: 1090px) {
   /* adjust multiselect*/
	button.ui-widget
	{
		margin-left: 1em;
	}
}

@media only screen and (max-width: 1005px) {

	h1.title
	{
		font-size: 2.5em;
	}
}



@media only screen and (max-width: 970px) {
/* ===============
    Maximal Width
   =============== */
    #reportHeader
    {
        padding-top:2px;
    }
}

@media only screen and (max-width: 855px) {

	/* adjust multiselect*/
	button.ui-widget
	{
		margin-left: 0;
	}	
}

@media only screen and (max-width: 840px) {
/* ===============
    wider content pane and 2 column buttons on homepage, move dark gray buttons to one column
   =============== */
    .wrapper {
        width: 98%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 775px) {
    
    
    h1.title
	{
        font-size: 2em;
	}
    h2.subtitle
    {
        font-size: 1em;
    }
	#infoPanel
	{
		font-size: .8em;
	}
	
	.header-container
	{
		
	}
	
	#topbar
	{
		margin-bottom: 20px; /*added here for when nav button appears*/
	}
	
	#hpogNavLogo
	{
		display: none;
    }
	
	#hpogMobileLogo
	{
		display: block;
		background-color: white;
		padding-top: 5px;
    }
	
    nav 
	{
        display:none;
    }
    #mnav
    {
        display: block;
        float: left;
        margin-right: 2em;
    }
    #reportNavigation ul 
    {
        background-color: #eaeaea;
        z-index: 2;
        padding: 1em;
    }

    #closeNav{
     width: 6em;
     text-align: right; 
     color: black; 
     float: right; 
    }
	
}



@media only screen and (max-width: 645px) {

	
	.header-container
	{
		height: auto;
		overflow:hidden;
	}


}

@media only screen and (max-width: 625px) {
	
	h1.title
	{
		font-size: 1.5em;
	}

}

@media only screen and (max-width: 550px) {


	/*Registration Form Updates*/
	label
	{
		float:none;
		display: block;
		width: auto;
		text-align:left;
		line-height:1em;
	}
	
	form .colGroup .colGroup2
	{
		clear:both;
		margin-left: 0px;
	}
	
}


@media only screen and (max-width: 475px) {

    h1.title
	{
        font-size: 1em;     
	}
    h2.subtitle
    {
        font-size: .9em;
    }
	
	.header-container
	{
		height: auto;
		overflow:hidden;
	}


	/*Multiselect override on Abstract form*/
	button.ui-widget
	{
		width: 300px !important;
	}
	
	.ui-widget
	{
		font-size: 1em;
	}
	
}





@media only screen and (max-width: 365px) {
		/*Multiselect override on Abstract form*/
		
	button.ui-widget
	{
		width: 270px !important;
		font-weight: normal;
	}
	
	label.ui-corner-all
	{
		font-weight: normal;
	}
	
	/*Photo Page Styles*/

	#photoWrapper img
	{
		float: none;
		max-width: 98%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1em;
	}	
	
	textarea
	{
		max-width: 300px !important;
	}
}

@media only screen and (max-width: 330px) {
	#homepageLocation
	{
		padding-top: .55em;
		font-size: .9em;
	}
	
	
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    
    
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    
    html
    {
        page: cover; 
        width: 100%;
    }
    
    #reportHeader
    {
        width: 100%;
        float: none;
    }
    
    body
    {
        font-size: 12px;
    }

    
    td
    {
        padding: 1em;
    }


    
    /*specific items to drop from print view*/
    nav, #topbar
    {
        display: none;
    }
  
    thead {
        display: table-header-group;
    }

    tr,
    img{
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



