@import "../jquery-ui-1.12.1.min.css";
@import "../bootstrap-3.3.7.min.css";
/*@import "jquery-ui.theme.css";*/
/*@import "bootstrap-theme.min.css";*/
/*@import "bootstrap.custom.css";*/
@import "jquery-ui.custom.css";
@import "simple-line-icons.css";
@import "MegaNavbar.min.css";
@import "MegaNavbar.theme.css";
@import "animation/animation.css";
@import "styles.css"; /* <-- DO NOT EDIT. ONLY REPLACE w/netFORUM */
@import "style.css";

html {
  padding-top: 125px;
  scroll-padding-top: 175px;	
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  /*background:url(../../assets/img/footer-backing.png) repeat-x local bottom left, url(../../assets/img/html-backing_02.png) repeat-x fixed top left;*/
  /*background-color:#FFF;*/
  /*background-color:#D8DEE1;*/
  /*background-color:#00597B;*/
}

/*
#FAFAFA | rgba(250, 250, 250) = Off White
#009DDC | rgba(0, 157, 220) = Light APPA Blue
#00597b | rgba(0, 89, 123) = Dark Blue
#FFB600 | rgba(237, 182, 0) = Yellow-Orange
#FF8500 |  rgba(255,133, 0) = Orange
#7D8285 | medium gray
#B6BCBF | light gray
*/

h1 {
	padding-left: 0px;
	padding-bottom: 0px;
	font-family: 'Signika', sans-serif;
	font-weight: 700;
	font-size: 3em;
	color: #009DDC;
}

h2 {
	font-family: 'Signika', sans-serif !important;	
}

h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 32px;
	color: #777;
}

h6  {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #777;
}

.event-info-h6  {
	margin-bottom: 4px;
	padding-bottom: 4px;	
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #777;
}

::selection {
  background: #B6BCBF; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #B6BCBF; /* Gecko Browsers */
}

a {
	color: #009DDC;
	white-space: normal !important;	
}

a:hover {
	color: #00597b;
	white-space: normal !important;	
}

ul > li, ol > li {
		line-height: 28px;
}

.unlistor ul > li {
list-style: none;
}

legend {
	margin-top: 24px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2em;	
	font-weight: 700;	
	color: #00597b;
}

dir  {
	  float: left;
	  display: inline-block;
	  min-width: 340px;
	  width: 500px;
	  margin-top: 0px;
	  margin-right: 8px;
	  margin-bottom: 16px;
	  margin-left: 8px;
	  padding-top: 16px;
	  padding-right: 8px;
	  padding-bottom: 16px;
	  padding-left: 16px;
	  line-height: 18px;
	  font-size: 14px;
	  color: #00597b;
	  background-color: #FAFAFA;
	  border-top-right-radius: 16px;	
	  border-bottom-left-radius: 16px;	
	  }
                  
dir > img {
			float: left;
			margin-right: 16px;
			
			border-bottom-left-radius: 16px;
}

#topper {
  /*background-image:url(Content/themes/APPA-3/images/header-backing.png) repeat-x 0% 60%;*/
  background-color:#FAFAFA;
  border:none;
}

#header {
	min-height:50px;
	font-family: 'Roboto Condensed', sans-serif; 
	max-width:1170px; 
	margin:auto; 
	vertical-align:middle; 
	display:flex;
}

#brand-xs {
  height:50px;
  line-height:50px;
  padding-left:8px;
  padding-right: 0px;	
  font-weight:500;
  letter-spacing: 0px;
}

#brand-xs a:focus, a:hover {
  color:#00597b;
  /*text-shadow:-1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;*/
  text-decoration:none;
}

#brand-sm {
  height:50px;
  line-height:50px;
  font-weight:500;
}

#brand-sm a:focus, a:hover {
  color:#00597b;
  /*text-shadow:-1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;*/
  text-decoration:none;
}

#brand-md {
  /*height:75px;*/
  line-height:75px;
  font-weight:700;
  margin:auto 0px auto 0px;
}

#brand-lg {
  /*height:75px;*/
  line-height:120px;
  font-weight:700;
  margin:auto 0px auto 0px;
}

#why-joiner a {
	margin: auto 4px;
	padding: 0px 4px;
	vertical-align: middle;
	letter-spacing: .025em;
	font-weight: 800;
	font-size: 15px;
}

#member-widget {
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 8px;
	padding-left: 0px;	
	padding-right: 0px;
	height: 100%;
	/*line-height:100%;*/
	float: right!important;
	word-spacing: .02em;
	/*vertical-align:middle;*/
}

#member-widget .btn {
	padding-left: 8px;
	padding-right: 8px;	
}

#member-widget .dropdown-menu > li > a {
	padding-left: 8px;
	padding-right: 8px;

}

/* navbar stuff */
.navbar-nav > li > a {
        padding-left: 0px;
		padding-right: 15px;
}

.nav-search {
	margin: auto;
	height: 50px;
    padding: 10px 4px 0px 0px;
	float: right;	
}

.navbar .navbar-form {
 margin: auto;
 padding: 0px;
}

.navbar.navbar-inverse .form-control {	
  color: #333;
  background-color: #FAFAFA;
  border-color: #AAA;
  border: none;
}

.navbar.navbar-inverse .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px transparent, 0 0 5px #666666;
  box-shadow: inset 0 1px 1px transparent, 0 0 5px #666666;
}

.navbar.navbar-inverse input::-webkit-input-placeholder,
.navbar.navbar-inverse textarea::-webkit-input-placeholder {
  color: rgba(200,200,200,0.8);
}
.navbar.navbar-inverse input::-moz-placeholder,
.navbar.navbar-inverse textarea::-moz-placeholder {
  color: rgba(200,200,200,0.8);
}
.navbar.navbar-inverse input:-ms-input-placeholder,
.navbar.navbar-inverse textarea:-ms-input-placeholder {
  color: rgba(200,200,200,0.8);
}
.navbar.navbar-inverse input:-moz-placeholder,
.navbar.navbar-inverse textarea:-moz-placeholder {
  color: rgba(200,200,200,0.8);
}

.dropdown-toggle .fa-search {
    margin: 15px 30px auto auto;		
}

.gsc-input	{
	color: #7D8285;
}

.gsc-input-box	{
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.gsc-search-button	{
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

#carousel-caption	{
	display: block;
	margin: auto!important;	
}

#carousel-eg h3 {
	padding: 16px;	
	color: #FFF;
    background-color: rgba(0, 157, 220, .33);
    border-top-right-radius:30px;
    border-bottom-left-radius:30px;	
} 

#carousel-eg a:hover h3 {
	color: #FFF;
    background-color: rgba(0, 89, 123, .66);	
} 

#prodev-nav .embed-responsive-item {
	padding-top: 8px;
	padding-bottom: 4px;
}

.home-widget {
	text-align: center;
	/*background:#FFF;*/
	background-repeat: repeat;
	/*border-bottom:5px solid #B6BCBF;*/
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	/*-webkit-box-shadow:0 2px 5px rgba(0,0,0,.1);*/
	/*box-shadow:0 2px 5px rgba(0,0,0,.1);*/
	margin-bottom: 15px;
	padding: 0px;
	/*max-width:160px;*/
}

/* netFORUM style.css TWEAKS */
#PageFrameWorkTable {
	margin: 0px auto;
	padding: 0px 10px 20px 0;	
	width: 100% !important; 
	max-width: none !important;	
	display: table;
}

#eWebTopPaneBottomLinksCell {
	display: none;
}

/*#eWebFrameWorkMiddleRow {
	
}*/

/*#eWebContentPaneTableCell {
	margin: 0px !important;
}*/

#eWebContentPaneTable { 
	margin: 0px auto;	
	min-width: 256px !important; 
	width: 100% !important;
	max-width: none !important;	
}

/*#eWebContentPaneTableRowMiddle {
		margin: 0px !important;
}*/

#ContentPane {
	width: 100%;
	margin: 0px auto;
	border: none;
	border-radius: 0px;
	background-color: #fafafa;  
    padding: 0px; 
	min-height: 256px !important; 
	-moz-box-shadow: 0px 0px 0px #888;
	-webkit-box-shadow: 0px 0px 0px #888;
	box-shadow: 0px 0px 0px #888;		
}

#eWebLoginControl_CheckBoxRememberMe, #f8e6c379_da0c_44bd_9fa4_bff3e1bd4506_chkAll	{
	margin-left: 0px;
}

#f8e6c379_da0c_44bd_9fa4_bff3e1bd4506_SetupUC6565aa7d-03a4-410b-b290-f1be7b4cb01c_tablePreferences {
	width: 100% !important;
}

.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #843534;
}

input.checkbox {
	margin-bottom: 24px!important;
	display: inline-flex;
	float: right;
}

label.checkbox	{
	margin-left: 32px;
	display: inline-flex;
}


.ui-dialog-titlebar-close {
	
}

.form-horizontal {
	min-width: 340px !important;
}

.btn-xmini {
	display: inline;
	padding: 4px 0px 4px 4px !important;
}

#US27 {
margin-left: -48px;
}

.registerDiv {
	display: none;	
}

.controls	{
	margin-bottom: 16px !important;	
}

.control-group {
	margin-top: 8px !important;	
	margin-bottom: -8px !important;
}

#inv_cph_key_oAddEditDiv, #inv_ind_cst_billing_key	{
	margin-top: -16px !important;	
}

#WizardContentTableBottom__UP {
	margin-top: 8px;
	margin-bottom: 24px !important;
	float: left;
}

.WizardTitle {
	padding-top: 16px;
	padding-left: 0px;
	padding-bottom: 16px;
	font-family: 'Signika', sans-serif !important;
	font-weight: 700;
	font-size: 2.25em;
	color: #009DDC;
}

.WizardHeader {
	color: #FF8500;
}

.ui-dialog {
	position: absolute !important;
	top: 0px !important;	
}

.DataFormChildDataGridPagerLink, .pager a:hover {font-size: 1.41em; padding:1px 13px 0px 13px;}

/*.affix {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.affix-top {
    position: static;
}*/

/* END netFORUM style.css TWEAKS */

#carousel-hero .carousel-inner .item {
	margin:0px;
	padding: 0px;
	height:480px; 
	background-repeat: no-repeat; 
	background-size:cover; 
	background-position: center;
}

.hero-caption {
  /*font-size:.5em;*/
  float: left;
  margin:0px;
  color:#FFF;
  background-image:url(images/carousel-backing.png);
  background-repeat:repeat-y;
  background-size:contain;
  background-position:left;
  height:100%;
  font-weight:700;
  letter-spacing:.05em;
}

/*
#carousel-hero .left	{
width: 64px;
}

#carousel-hero .right	{
width: 64px;
}
*/

.home-offerings-h4 {
	font-family: 'Signika', sans-serif;
	color: #00597B;
	text-align: left;
	text-transform: uppercase;
}

.home-sideheadings-h5 {
	margin-bottom: 0;
	padding: 5px 0px 5px 0px;
	letter-spacing:.03em;
	font-family: 'Signika', sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	color: #777777;
	text-align: left;
	text-transform: uppercase;
}

#home-announce	{
  background-color:#FAFAFA;
  background-image:url(images/content-backing.png) repeat-x;
  padding-top:15px;
  padding-bottom:30px;	
  font-family: 'Roboto Condensed', sans-serif;	
}

.home-announce-h4 {
	margin-bottom: 4px;
	font-family: 'Signika', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #00597B;
	text-align: center;
	text-transform: uppercase;
}

#home-announce .announcers li {
  display:flex;	
  border-left:0px solid #009DDC;
  border-right:0px solid #009DDC;
  border-top:1px solid #EEE;
  border-bottom:0px;
  background-color: transparent;
  margin:0px;
  /*border-radius:0px;*/
  font-size: 18px;
  font-weight:700;
  line-height: 10px;
  /*height:100%;*/
  vertical-align:middle;
  padding:15px 0px;
  letter-spacing:.02em;
}

#home-announce .announcers a:hover li {
  	background-color: #FFFFFF;	
}

#home-announce .announcers-date {
	display: block;
	color: #777;
	font-size: 14px;
	font-weight: 400;
	margin-top:-2px;
	letter-spacing:.05em;
}

#home-announce .trainers li {
  display:flex;
  border-left:0px solid #C36600;
  border-right:0px solid #C36600;
  border-top:1px solid #EEE;
  border-bottom:0px;
  background-color:transparent;
  padding:0px;
  /*min-height:60px;*/
  /*line-height:30px;*/
  margin: auto;
  vertical-align:middle;
  font-size:18px;
  font-weight:700;
  line-height: 10px;	
  letter-spacing:.02em;
}

#home-announce .trainers a:hover li {
  	/*border-left:4px solid #FF8500;*/
  	background-color: #FFFFFF;		
}

#home-announce .trainers li .label {
  display: block;
  height:80px;
  min-width:80px;
  margin:-8px 10px auto 0px;
  padding:20px 0px 0px 0px;
  vertical-align:middle;
  border-radius:0px;
  background:transparent;
  font-size:1em;
  letter-spacing:.025em;
  float:left;
  font-weight:700;
  color:#333;
}

#home-announce .trainers-locale {
	display: block;
	color: #777;
	font-size: 15px;
	margin-top:-2px;
	letter-spacing:.05em;
}

.home-training-h4 {
	margin-bottom: 4px;	
	font-family: 'Signika', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #7D8285;
	text-align: center;
	text-transform: uppercase;
}

#aboutAPPA-intro {
	background-image: url(../../../images/APPA/aboutappa-intro.jpg);
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: rgba(0, 89, 123, 1);
	color: #fafafa !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

#aboutAPPA-intro-2 {
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: #00597b;
	color: #fafafa !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

#aboutAPPA-intro-3 {
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: #B6BCBF;
	color: #00597b !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

#aboutAPPA-intro-4 {
	background-image: url(../../../images/APPA/aboutappa-intro.jpg);	
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: #00597b;
	color: #fafafa !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

#aboutAPPA-intro-5 {
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: rgba(0, 89, 123, 1);
	color: #fafafa !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

#aboutAPPA-governance {
	background-image: url(../../../images/APPA/aboutappa-governance.jpg);
	background-position: center 96px;
	background-size: cover;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: rgba(0, 89, 123, 1);
	color: #fafafa !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;
}

#aboutAPPA-governance-2 {
	background-position: center 96px;
	background-size: contain;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: rgba(0, 89, 123, 1);
	color: #fafafa !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

#aboutAPPA-keymembergroups	{
	background-image: url(../../../images/APPA/aboutappa-keymembergroups.jpg);
	background-position: center 96px;
	background-size: cover;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: rgba(0, 89, 123, 1);
	color: #fafafa !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

#aboutAPPA-advocacy	{
	background-image: url(../../../images/APPA/aboutappa-advocacy.jpg);
	background-position: center 96px;
	background-size: cover;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: rgba(0, 89, 123, 1);
	color: #fafafa !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

#aboutAPPA-advocacy-2 {
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: #00597b;
	color: #fafafa !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

#aboutAPPA-advocacy-3 {
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: #7D8285;
	color: #fafafa !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

#aboutAPPA-advocacy-4 {
	background-image: url(../../../images/APPA/aboutappa-advocacy.jpg);	
	background-position: center 96px;
	background-size: cover;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: #00597b;
	color: #fafafa !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

h4.stance-title	{
	padding-bottom: 1px;
	border-bottom: solid 1px rgba(0, 89, 123, 1);
}

#aboutAPPA-recognition {
	background-image: url(../../../images/APPA/aboutappa-recognition.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: rgba(0, 89, 123, 1);
	color: #fafafa !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

#aboutAPPA-recognition-2 {
	background-position: center 96px;
	background-size: contain;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: rgba(0, 89, 123, 1);
	color: #fafafa !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

#aboutAPPA-recognition-3 {
	background-image: url(../../../images/APPA/aboutappa-recognition.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: #7D8285;
	color: #fafafa !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

#aboutAPPA-contactus {
	background-image: url(../../../images/APPA/aboutappa-contactus.jpg);
	background-position: left 96px;
	background-size: contain;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: rgba(0, 89, 123, 1);
	color: #fafafa !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

#aboutAPPA-contactus-2 {
	background-position: center 96px;
	background-size: contain;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: rgba(0, 89, 123, 1);
	color: #fafafa !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

#aboutAPPA-contactus-3 {
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: #7D8285;
	color: #fafafa !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

.aboutAPPA-h1 {
	padding-left: 0px;
	padding-bottom: 0px;
	font-family: 'Signika', sans-serif;
	font-weight: 700;
	font-size: 5em;
	color: #009DDC;
/*	text-shadow:   
				   0 3px 5px rgba(0,0,0,.15),
				   0 3px 5px rgba(0,0,0,.15),
				   0 3px 9px rgba(0,0,0,.15),
				   0 3px 9px rgba(0,0,0,.15);
	text-shadow:   0 1px 0 #ccc,
				   0 2px 0 #c9c9c9,
				   0 3px 0 #bbb,
				   0 4px 0 #b9b9b9,
				   0 5px 0 #aaa,
				   0 6px 1px rgba(0,0,0,.1),
				   0 0 5px rgba(0,0,0,.1),
				   0 1px 3px rgba(0,0,0,.3),
				   0 3px 5px rgba(0,0,0,.2),
				   0 5px 5px rgba(0,0,0,.25),
				   0 5px 10px rgba(0,0,0,.2),
				   0 10px 20px rgba(0,0,0,.15);	*/
}

.aboutAPPA-h2 {
	font-family: 'Roboto Condensed', sans-serif;	
	font-weight: 300;
	font-size: 3.75em;
	margin-top: 0px;
	padding: 16px 0px 0px 0px;
	color: #FAFAFA;
}

.aboutAPPA-h3 {
	font-family: 'Signika', sans-serif;
	font-weight: 600;
	font-size: 2.75em;
	margin-top: 0px;
	padding-bottom: 8px;	
	color: #FFB600;
}

.aboutAPPA-h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-size: 2.75em;
	letter-spacing: .025em;
	margin-bottom: 5px;
	padding-top: 10px;
	color: #FFF;
    text-shadow: 1px 1px 3px rgba(0,0,0,.1), -1px -1px 3px rgba(0,0,0,.1), 1px -1px 6px rgba(0,0,0,.1), -1px 1px 6px rgba(0,0,0,.1);
}

.aboutAPPA-h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-size: 2.75em;
	letter-spacing: .025em;
	margin-bottom: 5px;
	padding-top: 10px;
	color: #FFF;
}

.aboutAPPA-h5	{
	font-family: 'Signika', sans-serif;
	font-weight: 600;
	font-size: 1.5em;
	margin-top: 0px;
	padding-bottom: 8px;	
	color: #FFB600;
}

.regionrep-box {
	  position: relative;
	  float: left;
	  display: inline-block;
	  width: 340px;
	  height: 256px;
	  margin-top: 0px;
	  margin-right: 16px;
	  margin-bottom: 8px;
	  margin-left: 0px;
	  padding-top: 8px;
	  padding-right: 16px;
	  padding-bottom: 8px;
	  padding-left: 16px;
	  font-family: 'Roboto Condensed', sans-serif;	
	  text-align: left;
	  font-size: 18px;
	  line-height: 22px;	
	  color: #FFF;
	  background-color: #00597b;
	  border-top-right-radius: 16px;	
	  border-bottom-left-radius: 16px;	
	  }

.regionrep-year	{
	float: right;
	color: #FFF;
	font-family: 'Signika', sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin-top: 8px;
}

.regionrep-email	{
	position: absolute;
    bottom: 16px;
    right: 16px;
	padding: 2px 4px;	
	float: right;
	font-family: 'Signika', sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin-top: 8px;
}

.regionrep-box a:hover {
	background-color: rgba(0, 157, 220, 1);
	color: #FAFAFA;
	padding: 2px 4px;
	white-space: nowrap;
}

.corporator	{
			float: left;
			border-style: none;
			border-color: inherit;
			border-width: 0;
			border-image: url('') 0;
			display: inline-block;
			height: 120px;
			width: 220px;
			text-align: center;
			vertical-align: middle;
			margin: 4px 4px 4px 4px;
			padding: 0;
			text-decoration: none;
			}

.corporator a {
			border-style: none;
			border-color: inherit;
			border-width: 0;
			border-image: url('') 0;
			text-decoration: none;
			}

.corporator a:hover {

}

.award-box {
	  float: left;
	  display: inline-block;
	  max-width: 360px;
	  min-height: 480px;
	  margin-top: 8px;
	  margin-right: 16px;
	  margin-bottom: 8px;
	  margin-left: 0px;
	  padding-top: 0px;
	  padding-right: 8px;
	  padding-bottom: 0px;
	  padding-left: 8px;
	  line-height: 18px;
	  text-align: center;
	  font-size: 14px;
	  color: #00597b;
	  background: #009DDC;
	  border-top-right-radius: 16px;	
	  border-bottom-left-radius: 16px;	
	  }

.award-type	{
	color: #FFF;
	font-weight: 700;
	padding-bottom: 8px;
	border-bottom: medium double;
}

#membership-individuals {
	background-image: url(../../../images/APPA/membership-individual.jpg);
	background-position: left 96px;
	background-size: contain;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: rgba(0, 89, 123, 1);
	color: #fafafa !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

#membership-agencies	{
	background-image: url(../../../images/APPA/membership-agency.jpg);
	background-position: left 96px;
	background-size: contain;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: rgba(0, 89, 123, 1);
	color: #fafafa !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;
}

#membership-NGOs	{
	background-image: url(../../../images/APPA/membership-ngo.jpg);
	background-position: left 96px;
	background-size: contain;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: rgba(0, 89, 123, 1);
	color: #fafafa !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;
}

#membership-corporations	{
	background-image: url(../../../images/APPA/membership-corporation.jpg);
	background-position: left 96px;
	background-size: contain;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: rgba(0, 89, 123, 1);
	color: #fafafa !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;
}

#membership-schoolslibraries {
	background-image: url(../../../images/APPA/membership-schoollibrary.jpg);
	background-position: left 96px;
	background-size: contain;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: rgba(0, 89, 123, 1);
	color: #fafafa !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

#membership-students	{
	background-image: url(../../../images/APPA/membership-student.jpg);
	background-position: left 96px;
	background-size: contain;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: rgba(0, 89, 123, 1);
	color: #fafafa !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

.membership-h1 {
	padding-left: 0px;
	padding-bottom: 0px;
	font-family: 'Signika', sans-serif;
	font-weight: 700;
	font-size: 5em;
	color: #009DDC;
/*	text-shadow:   
				   0 3px 5px rgba(0,0,0,.15),
				   0 3px 5px rgba(0,0,0,.15),
				   0 3px 9px rgba(0,0,0,.15),
				   0 3px 9px rgba(0,0,0,.15);
	text-shadow:   0 1px 0 #ccc,
				   0 2px 0 #c9c9c9,
				   0 3px 0 #bbb,
				   0 4px 0 #b9b9b9,
				   0 5px 0 #aaa,
				   0 6px 1px rgba(0,0,0,.1),
				   0 0 5px rgba(0,0,0,.1),
				   0 1px 3px rgba(0,0,0,.3),
				   0 3px 5px rgba(0,0,0,.2),
				   0 5px 5px rgba(0,0,0,.25),
				   0 5px 10px rgba(0,0,0,.2),
				   0 10px 20px rgba(0,0,0,.15);	*/
}

.membership-h2 {
	font-family: 'Roboto Condensed', sans-serif;	
	font-weight: 300;
	font-size: 3.25em;
	margin-top: 0px;
	padding: 0px 16% 0px 0%;
	float: right;
	color: #FAFAFA;
}

.membership-h3 {
	font-family: 'Signika', sans-serif;
	font-weight: 600;
	font-size: 3em;
	margin-top: 0px;
	color: #FFB600;
}

.membership-h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-size: 2.75em;
	letter-spacing: .025em;
	margin-bottom: 5px;
	padding-top: 10px;
	color: #FFF;
    text-shadow: 1px 1px 3px rgba(0,0,0,.1), -1px -1px 3px rgba(0,0,0,.1), 1px -1px 6px rgba(0,0,0,.1), -1px 1px 6px rgba(0,0,0,.1);
}

.membership-h5	{
	font-family: 'Signika', sans-serif;
	font-weight: 600;
	font-size: 1.5em;
	margin-top: 0px;
	padding-top: 4px;
	padding-bottom: 8px;	
	color: #FFB600;
}

#training-institutes {
	padding-top: 96px;
	background-image: url(../../../images/APPA/line-center.png), url(../../../images/APPA/training-institute.jpg);
	background-position: center 280px, center top;
	background-size: auto, cover;
	background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, fixed;	
    background-color: rgba(0, 89, 123, 1);
	color: #fff !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

#training-leadership {
	padding-top: 96px;
	background-image: url(../../../images/APPA/line-center.png), url(../../../images/APPA/training-leadership.jpg);
	background-position: center 280px, center 96px;
	background-size: auto, cover;
	background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, fixed;
    background-color: rgba(0, 89, 123, 1);
	color: #fff !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

#training-onsite {
	padding-top: 64px;
	background-image: url(../../../images/APPA/training-onsite.jpg);
	background-position: center 48px;
	background-size: cover;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: rgba(0, 89, 123, 1);
	color: #fff !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

#training-online {
	padding-top: 64px;
	background-image: url(../../../images/APPA/training-online.jpg);
	background-position: center 48%;
	background-size: cover;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: rgba(0, 89, 123, 1);
	color: #fff !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

#training-online-webinar-scheduled {
	padding-top: 32px;	
	background-color: #7d8285;
	color: #FAFAFA;
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

#training-online-webinar-scheduled a {

}

#training-online-webinar-scheduled a:hover {

}

.training-h1 {
	font-family: 'Signika', sans-serif;
	font-weight: 700;
	font-size: 5em;
	color: #FFB600;
	text-align: center;
	text-shadow: 2px 2px 3px rgba(0,0,0,.3), -2px -2px 3px rgba(0,0,0,.3), 2px -2px 6px rgba(0,0,0,.3), -2px 2px 6px rgba(0,0,0,.3);
}

.training-h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 3.25em;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	color: #FAFAFA;
	text-shadow: 2px 2px 4px rgba(0,0,0,.2), -2px -2px 4px rgba(0,0,0,.2), 2px -2px 4px rgba(0,0,0,.2), -2px 2px 4px rgba(0,0,0,.2);	
}

.training-h3 {
	font-family: 'Signika', sans-serif;
	font-weight: 600;
	font-size: 3em;
	margin-top: 0px;
	color: #FFB600;
}

.training-h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-size: 2.75em;
	letter-spacing: .025em;
	margin-bottom: 5px;
	padding-top: 10px;
	color: #FFF;
    text-shadow: 1px 1px 3px rgba(0,0,0,.1), -1px -1px 3px rgba(0,0,0,.1), 1px -1px 6px rgba(0,0,0,.1), -1px 1px 6px rgba(0,0,0,.1);
}

.training-upcoming {
	margin-bottom: 30px;
	padding: 0px 0px 4px 4px;
	color: #333;
	width: auto;
	background-color: rgba(250,250,250,.5);	
	border-top: 5px solid #B6BCBF;
	border-bottom: 5px solid #B6BCBF;
	border-top-right-radius: 25px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 25px;
}

.training-event {
    display: flex;
    flex-flow: wrap;
    justify-content: center;	
    align-items: center;
	margin: auto;
	padding: 16px 0px 8px 0px;
	vertical-align: middle;	
	line-height: 18px;
	min-height: 80px;
	letter-spacing: .02em;	
	font-size: 1.275em;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;	
	border-top: 1px solid #CCC;	
	border-right: 0px solid #C36600;
	border-bottom: 0px;
	border-left: 0px solid #C36600;	
	background-color: transparent;	
}

.training-event:first-child {
	border-top: none;
}

.training-monther {
    margin: auto;
	padding: 0px 0px 8px 0px;
	height: 100%;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;	
	color: #FFB600; 
	font-family: 'Signika', sans-serif; 
	font-weight: 700; 
	font-size: 24px;
	text-shadow: 1px 1px 4px rgba(0,0,0,.25), -1px -1px 4px rgba(0,0,0,.25), 1px -1px 4px rgba(0,0,0,.25), -1px 1px 4px rgba(0,0,0,.25);
}

.training-dater {
	display: block;
	margin: 2px auto;
	color: #FAFAFA;
	font-size: 1.25em;
}

.training-title {
	margin-top: auto;
	margin-bottom: auto;
	padding: 0px 0px 8px 8px;	
	height: 100%;
	letter-spacing: .01em;
	line-height: 1.1em; 
}

.training-presenter-locater {
	display: block;
	font-size: .75em;
	font-weight: 400;
	line-height: 1em;
}

.training-action	{
	display: block;
	margin-top: auto; 
	margin-bottom: auto; 
	padding: 0px 0px 8px 8px;
	height: 100%; 
	line-height: 2.25em; 
	font-size: 16px; 
	font-weight: 400;
}

.training-action a {
	color: #FFF;
	background-color: rgba(0, 157, 220, .75);
	padding: 8px 8px;	
	white-space: nowrap;
}

.training-action a:hover {
	color: #00597b;
	background-color: rgba(0, 89, 123, .5);
}

.upcoming-list {
	margin-bottom: 30px;
	padding: 0px 0px 8px 4px;
	color: #333;
	width: auto;
	background-color: rgba(250,250,250,.5);	
	border-top: 5px solid #B6BCBF;
	border-bottom: 5px solid #B6BCBF;
	border-top-right-radius: 25px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 25px;
}

.institute {
    display: flex;
    flex-flow: wrap;
    justify-content: center;	
    align-items: center;
	margin: auto;
	padding: 8px 0px 0px 0px;
	vertical-align: middle;	
	line-height: 18px;
	min-height: 80px;
	letter-spacing: .02em;	
	font-size: 1.275em;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;	
	border-top: 1px solid #CCC;	
	border-right: 0px solid #C36600;
	border-bottom: 0px;
	border-left: 0px solid #C36600;	
	background-color: transparent;	
}

.institute:first-child {
	border-top: none;
}

.onsite {
    display: flex;
    flex-flow: wrap;
    justify-content: center;	
    align-items: center;
	margin: auto;
	padding: 8px 0px 0px 0px;
	vertical-align: middle;	
	line-height: 18px;
	min-height: 80px;
	letter-spacing: .02em;	
	font-size: 1.275em;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;	
	border-top: 1px solid #CCC;	
	border-right: 0px solid #C36600;
	border-bottom: 0px;
	border-left: 0px solid #C36600;	
	background-color: transparent;	
}

.onsite:first-child {
	border-top: none;
}

.dater {
    margin: auto;
	padding: 0px 0px 8px 0px;
	height: 100%;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;	
	color: #FFB600; 
	font-family: 'Signika', sans-serif; 
	font-weight: 700; 
	font-size: 20px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.25), -1px -1px 2px rgba(0,0,0,.25), 1px -1px 2px rgba(0,0,0,.25), -1px 1px 2px rgba(0,0,0,.25);	
}

.locater {
	margin-top: auto;
	margin-bottom: auto;
	padding: 0px 0px 8px 4px;	
	height: 100%;
	letter-spacing: .01em;
	line-height: 1.2em; 
}

.list-actions	{
	display: block;
	margin-top: auto; 
	margin-bottom: auto; 
	padding: 0px 0px 8px 4px;
	height: 100%; 
	line-height: 2.25em; 
	font-size: 14px; 
	font-weight: 400;
}

#marketingOpps	{
	padding-top: 64px;
	background-image: url(../../../images/APPA/marketingOpps.jpg);
	background-position: left 96px;
	background-size: cover;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: rgba(0, 89, 123, 1);
	color: #fff !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;
}

#marketingOpps-2 {
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: #00597b;
	color: #fafafa !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

#marketingOpps-3 {
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: #B6BCBF;
	color: #00597b !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

#marketingOpps-4 {
	background-image: url(../../../images/APPA/marketingOpps.jpg);	
	background-position: center 96px;
	background-size: cover;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: #00597b;
	color: #fafafa !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

#marketingOpps-5 {
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: rgba(0, 89, 123, 1);
	color: #fafafa !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;
}

#marketingOpps-6 {
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: #B6BCBF;
	color: #00597b !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

#marketingOpps-7 {
	background-image: url(../../../images/APPA/marketingOpps.jpg);	
	background-position: center 96px;
	background-size: cover;
	background-repeat: no-repeat;
    background-attachment: fixed;	
    background-color: #00597b;
	color: #fafafa !important;	
	font-size: 18px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}

.marketingOpps-h1 {
	font-family: 'Signika', sans-serif;
	font-weight: 700;
	font-size: 5em;
	color: #FFB600;
	text-align: center;
	text-shadow: 2px 2px 3px rgba(0,0,0,.3), -2px -2px 3px rgba(0,0,0,.3), 2px -2px 6px rgba(0,0,0,.3), -2px 2px 6px rgba(0,0,0,.3);
}

.marketingOpps-h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 3.25em;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	color: #FAFAFA;
	text-shadow: 2px 2px 4px rgba(0,0,0,.2), -2px -2px 4px rgba(0,0,0,.2), 2px -2px 4px rgba(0,0,0,.2), -2px 2px 4px rgba(0,0,0,.2);	
}

.marketingOpps-h3 {
	font-family: 'Signika', sans-serif;
	font-weight: 600;
	font-size: 3em;
	margin-top: 0px;
	color: #FFB600;
}

.marketingOpps-h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-size: 2.75em;
	letter-spacing: .025em;
	margin-bottom: 5px;
	padding-top: 10px;
	color: #FFF;
    text-shadow: 1px 1px 3px rgba(0,0,0,.1), -1px -1px 3px rgba(0,0,0,.1), 1px -1px 6px rgba(0,0,0,.1), -1px 1px 6px rgba(0,0,0,.1);
}

#aboutAPPA-intro-4 a, #aboutAPPA-intro-5 a, #aboutAPPA-governance a, #aboutAPPA-governance-2 a, #aboutAPPA-advocacy-2 a, #aboutAPPA-advocacy-3 a, #aboutAPPA-advocacy-4 a, #aboutAPPA-recognition a, #aboutAPPA-recognition-2 a, #aboutAPPA-recognition-3 a, #membership-individuals a, #membership-agencies a, #membership-students a, #training-institutes a, #training-leadership a, #training-onsite a, #training-onsite-2 a, #training-online a, #training-online-2 a, #training-online-3 a, #training-online-5 a, #marketingOpps-2 a, #marketingOpps-3 a, #marketingOpps-4 a, #marketingOpps-5 a,  #marketingOpps-6 a,  #marketingOpps-7 a {
	color: #FFF;	
	background-color: rgba(0, 157, 220, .75);
	padding: 2px 4px;
}

#aboutAPPA-intro-4 a:hover, #aboutAPPA-intro-5 a:hover, #aboutAPPA-governance a:hover, #aboutAPPA-governance-2 a:hover, #aboutAPPA-advocacy-2 a:hover, #aboutAPPA-advocacy-3 a:hover, #aboutAPPA-advocacy-4 a:hover, #aboutAPPA-recognition a:hover, #aboutAPPA-recognition-2 a:hover, #aboutAPPA-recognition-3 a:hover, #membership-individuals a:hover, #membership-agencies a:hover, #membership-students a:hover, #training-institutes a:hover, #training-leadership a:hover, #training-onsite a:hover, #training-onsite-2 a:hover, #training-online a:hover, #training-online-2 a:hover, #training-online-3 a:hover, #training-online-5 a:hover, #marketingOpps-2 a:hover, #marketingOpps-3 a:hover, #marketingOpps-4 a:hover, #marketingOpps-5 a:hover, #marketingOpps-6 a:hover,  #marketingOpps-7 a:hover  {
	color: #009DDC;
	background-color: rgba(0, 89, 123, .5);
}

.highlinker a {
	color: #FFF;	
	background-color: rgba(0, 157, 220, .75);
	padding: 2px 4px;
}

.highlinker a:hover {
	color: #009DDC;
	background-color: rgba(0, 89, 123, .5);
}

.stripey .row:nth-of-type(odd) div {
background-color: #DDD;
}

.stripey .row:nth-of-type(even) div {
background: #FFFFFF;
}

.org-name {
	margin-top: -32px;
	font-size: 24px;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 16px;
	color: #00597b;	
}

/* simpleQuote style */
blockquote {
font-family: Georgia, serif;
font-style: italic;
width: auto;
margin: 96px 0px 8px -32px;
padding: 0px 0px;
line-height: 1.45;
position: relative;
color: #FAFAFA;
border: none;
}

.blockquote-reverse {
    border: none;
}

blockquote:before {
display: block;
content: "\201C";
font-size: 160px;
font-weight: 700;
position: absolute;
left: 0px;
top: -73px;
color: #FFF;
opacity: .30;
}

blockquote:after {
display: block;
content: "\201D";
font-size: 160px;
font-weight: 700;
position: absolute;
right: -8px;
bottom: -124px;
color: #FFF !important;
opacity: .30;
}

#simpleQuote {
	list-style-type: none;
	z-index: 4;	
}

#simpleQuote li {
/*	font-family: 'Roboto Condensed', sans-serif;*/
	font-size: 22px;
	width : 94%;
	z-index: 4;
	font-weight: 500;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;	
}

#author {
/*	font-family: 'Roboto Condensed', sans-serif;*/
	font-size: 20px;
	right: 0px;
	font-weight: 600;
}
/* simpleQuote style */

li.bullet-appa-16   {
	            padding-bottom: 0px;
				padding-right: 0px;
				list-style: none;
				list-style-image: url("/eweb/images/APPA/icons/bullet-a.png");  
				list-style-position: outside;
				}

li.bullet-pdf-16   {
	            padding-bottom: 0px;
				padding-right: 0px;
				list-style: none;
				list-style-image: url("/eweb/images/APPA/icons/bullet_pdf.gif");  
				list-style-position: outside;
				}

li.unbulletor {
				list-style: none;
}

.para-market {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;	
	font-size: 16px;
	line-height: 28px;	
	margin-bottom: 32px;
}

.popover-content {
    color: #333;
	font-family: 'Roboto Condensed', sans-serif;	
    font-size: 12px;
}

.para-normalizer	{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
}

.micro-market {
	display: inline-block;
	margin: 0px 6px;
	padding: 8px;
	line-height: 14px;
	font-size: 12px;
	font-style: italic;
	color: #00597B;
	background-color: #FFB600;
	opacity: 1;
	border-radius: 6px 6px 0px 0px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.1), -1px 1px 6px rgba(0,0,0,.1);	
}

.box-fader {
	padding-right: 4px;
	background: linear-gradient(to left, rgba(250, 250, 250, .07), rgba(250, 250, 250, 0));
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;	
}

.infosettor	{
			padding: 8px;
	        width: auto!important;
			font-family: 'Roboto Condensed', sans-serif;
			font-size: 18px;
	        background: linear-gradient(to right, rgba(250, 250, 250, .17), rgba(250, 250, 250, 0));	
           	}

.indentor	{
	        margin-left: 8px;
	        padding-top: 8px;
			padding-bottom: 8px;
            padding-left: 8px;
			border-left: 4px solid #009DDC;
	        font-weight: 800;
           	}

.untoppor	{
			position: relative;
			background-color: #FAFAFA;
			top: -125px;
			}

.stickor-untopper	{
					background-color: #DDD;
					position: -webkit-sticky;
					position: sticky;
					z-index: 1;	
					top: 0px;				
					}

.stickor-topper	{	
				font-size: 1.2em;
				line-height: 2em;
				background-color: #DDD;
				position: -webkit-sticky;
				position: sticky;
				z-index: 1;	
				top: 126px;
				}

.rightbar-fixed {
	max-width: 260px;
	right: 20;
}

.hider { 
	display: none;
}

.postingcreditor  {
                  margin-top: 0px;
                  margin-bottom: 0px;
                  margin-left: 0px;
                  padding-top: 0px;
                  padding-right: 0px;
                  padding-bottom: 0px;
                  padding-left: 0px;
                  color: #FAFAFA;
                  font-size: 18px;
                  font-weight: normal;
                  }

/* BOOTSTRAP re-instatement */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: inherit !important;
  max-width: 1170px;	
}

.btn-primary {
  color: #fff;
  background-color: rgba(0, 157, 220, 1);
  border-color: #00597B;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover {
  color: #fff;
  background-color: #00597B;
  border-color: #122b40;
}

.label-default {
	color: initial;
    background-color: initial;
}

/* netFORUM style.css TWEAKS */
#BottomPane, #eWebBottomPaneTable {
	max-width: none !important;
	margin: 0px auto !important;
}

footer {
	background-color: #FAFAFA;
	border-top: solid 10px #FFB600;
	margin: auto;
	padding: 15px 0px 15px 0px !important;
	font-size: 12px;
}

footer hr {
	margin-top: -12px;
	margin-bottom: 4px;	
}

small {
	margin-bottom: -20px !important;	
	font-size: 10px;
}

@media (max-width:767px) {
	#aboutAPPA-advocacy-4, #aboutAPPA-recognition-3, #aboutAPPA-contactus-3, #membership-individuals, #membership-agencies, #membership-NGOs, #membership-corporations, #membership-schoolslibraries, #membership-students {
		background-image: none;	
	}
	
	#aboutAPPA-intro, #aboutAPPA-governance, #aboutAPPA-advocacy, #aboutAPPA-recognition, #aboutAPPA-contactus, #training-institutes, #training-leadership, #training-onsite, #training-online, #marketingOpps {
	    background-image: none;
		padding-top: 32px;		
	}

	.carousel-control {
	display:none;
	}	
	
	#home-announce .announcers img {
	display:none;
	}	
	
	.aboutAPPA-h1, .membership-h1, .training-h1, .marketingOpps-h1 {
	font-size: 3em;
	}
	
    .hero-caption {
    font-size:2em !important;
    width:100% !important;
    padding:3% 1% 0% 6% !important;
  }	
}

@media (max-width:767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	.institute {
		max-width: 300px;
	}
	
}

@media (max-width:991px) {

	html {
    padding-top:100px;
  }

	#carousel-hero .carousel-inner .item {
    height:240px;
    background-position:right;
  }		

	.untoppor	{
	top: -100px;
	}	
	
}

@media (max-width:1199px) {

html 	{	
		scroll-padding-top: 125px;	
		}
	
	#carousel-hero .carousel-inner .item {
    height:360px;
    background-position:right;
  }
	
	.hero-caption {
    font-size:3em;
    width:80%;
    padding:4% 1% 0% 9%;
  }
	
}

@media (min-width:1200px) {

	html {
    padding-top:170px;
  }

    .hero-caption {
    font-size:4em;
    width:60%;
    padding:5% 1% 0% 12%;
  }

	.untoppor	{
	top: -170px;
	}
	
}
