@charset "UTF-8";

/* Retain these local embedded fonts
------------------------------------------------------------------------------------- */
@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff'),
         url('../fonts/lato-light-webfont.ttf') format('truetype'),
         url('../fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'champagne';
  src: url('../fonts/champagne__limousines-webfont.woff2') format('woff2'),
       url('../fonts/champagne__limousines-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

/* dropcaps 
--------------------------------------------------------------------------------------- */
@font-face {
    font-family: 'greco';
    src: url('../fonts/grecoromanlubedwrestling-webfont.woff2') format('woff2'),
         url('../fonts/grecoromanlubedwrestling-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* ---------------------------------------------------------------------------------------

https://css-tricks.com/snippets/css/a-guide-to-flexbox/

	display: -webkit-flex; 
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;


--------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------
    Color Palette
--------------------------------------------------------------------------------------- */

.turquoise {
  color: #1abc9c;
}
.green-sea {
  color: #16a085;
}
.emerald {
  color: #2ecc71;
}
.nephritis {
  color: #27ae60;
}
.peter-river {
  color: #3498db;
}
.belize-hole {
  color: #2980b9;
}
.amethyst {
  color: #9b59b6;
}
.wisteria {
  color: #8e44ad;
}
.wet-asphalt {
  color: #34495e;
}
.midnight-blue {
  color: #2c3e50;
}
.sun-flower {
  color: #f1c40f;
}
.orange {
  color: #f39c12;
}
.carrot {
  color: #e67e22;
}
.pumpkin {
  color: #d35400;
}
.alizarin {
  color: #e74c3c;
}
.pomegranate {
  color: #c0392b;
}
.clouds {
  color: #ecf0f1;
}
.silver {
  color: #bdc3c7;
}
.concrete {
  color: #95a5a6;
}
.asbestos {
  color: #7f8c8d;
}
.clouds {
  color: #bdc3c7;
}

 

/* ---------------------------------------------------------------------------------------
   Containers
--------------------------------------------------------------------------------------- */
html {
	scroll-behavior: smooth; 
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}


body {
  padding-top: 140px; /* match header height */
  overflow-x: hidden; /* horiz animations */
  font-family: 'Book Antiqua', 'Georgia', 'Palatino linotype', serif;
  font-size: 16px;
  color: #CDD2D6;
  background: #12253B; /* 2c3e50; */
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px; 
  z-index: 99999;
}

.hdr-sdw {
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176); 
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

hgroup {  
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: 140px; 
  z-index: 999; 
  border-bottom: 1px solid #ecf0f1;
  background: #12253B; /* #34495e; */
  transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

header.noshow hgroup {
  border-color: transparent;
  background: transparent;
}

hgroup h1 {  
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap; 
  margin: 0 auto 12px;
  padding: 0;
  width: auto;
  height: auto;  
  font-size: 4rem;  
}

hgroup h1 a {
  display: inline-block;
  border: none; 
}

hgroup h1 a:hover {
  color: #16a085;
}

hgroup h1 b {
  font-weight: 300;
}

#h1icon {
  position: relative;
  display: inline-block;
  top: -7px;
  line-height: 1;
  font-family: serif;
  font-size: 3rem;
  transform: rotate(180deg);
  transition: all 0.25s;
	-webkit-transition: all 0.25s; 
}

#h1icon.itmoved {
  color: #ecf0f1;
  transform: rotate(0);
}

#h1icon:hover {
  color: #f1c40f;
}

#h1icon2 { /* for favicon work <span id="h1icon2">&#8251;</span>  */
  position: relative;
  display: inline-block;
  line-height: 1;
  font-family: serif;
  font-size: 9rem; 
}

.submain {
  position: relative;
  margin: 0;
  padding-bottom: 70px;
  min-height: 440px;
  background: #12253B; /* #2c3e50; */
}

.submain > div {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: inherit;
}

section {
  position: relative;
  margin: 0 auto 100px;
  width: 100%;
  height: auto;
}

article {
  position: relative;
  margin: 0 auto;
  padding: 22px;
  width: 100%;
  max-width: 1020px;
  min-height: 440px; 
  background: transparent;  
  -webkit-border-radius: 4px;
  border-radius: 4px;  
}

article > div {
  margin: 0 0 22px;
}



/* ---------------------------------------------------------------------------------------
   Typography
--------------------------------------------------------------------------------------- */

article h2 {
  margin-bottom: 24px;
  padding-bottom: 7px;
  border-bottom: 1px solid #CDD2D6;
}

article h3 { 
  color: #16a085;
}

article h4 {
  color: #16a085;
}

article h5 {
  color: #95a5a6;
}

/* ---------------------------------------------------------------------------------------
   Navigation
--------------------------------------------------------------------------------------- */

#nav {
  position: relative;
  height: 28px; 
}

nav ul {  
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap; 
}

nav ul li { 
  position: relative;
  display: block;
  margin: 0 10px;
  height: auto;
  width: auto; 
}

nav ul li a {
  display: block;
  padding: 5px 10px;
  width: 100%;
  height: auto;
  line-height: 1em;
  text-align: center;
  color: #fff; /* bdc3c7; */
  background: transparent; 
  border-bottom: none;
}

nav ul li a:hover {
  color: #F1C40F; 
}

nav li a:before {
  content: '';
  border-top: 1px solid #d5ccb8;
  border-right: 1px solid #d5ccb8;
  border-left: 1px solid #d5ccb8;
  position: absolute;
  left: 0;
  top: -3px;
  width: 100%;
  height: 4px;
  opacity: 0;
  transition: all .3s
}

nav li a:hover:before {
  top: 1px;
  opacity: 1
}

nav li a:after {
  content: '';
  border-bottom: 1px solid #d5ccb8;
  border-right: 1px solid #d5ccb8;
  border-left: 1px solid #d5ccb8;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 4px;
  opacity: 0;
  transition: all .3s
}

nav li a:hover:after {
  bottom: 1px;
  opacity: 1
}

#nav .submenu {
  position: relative;
  bottom: 0;
  width: 98%;
  height: auto;
  min-height: 240px;
  background: rgba(52, 152, 219, 0.7);
}

#nav .submenu > div { 
  width: 100%;
  height: auto;
  padding: 22px;
  min-height: 240px;
}

#nav .submenu > div .sublist { 
  width: 100%;
  height: auto; 
}

#nav .submenu > div .sublist li { 
  margin-bottom: 7px;
  width: 100%;
  height: auto; 
}

#nav .submenu > div a { 
  display: block;
  color: #fff;
}





/* ---------------------------------------------------------------------------------------
   Content
--------------------------------------------------------------------------------------- */

.section-content {
  padding: 20px;
}

p {
  margin: 0 0 20px;
  font-size: 1.1rem; 
  text-align: justify;
}

p.droppara, #notes p, .noindent {
	text-indent: 0;
}

p.droppara:first-letter {
  padding: 0;
  margin: 0 7px 0 0; 
  font-family: 'greco', sans-serif;
  font-size: 4.5rem;
  float: left;
  line-height: 1;
  color: #2980b9;
}

a {
  display: inline-block;
  padding-bottom: 2px;
  color: #3498DB;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
}

a:hover { 
  border-color: #3498DB;
  text-decoration: none;
}

hr {
  margin: 44px 0;
  padding: 0;
  width: 100%;
  height: 1px;
  border: none;
  border-top: 1px dashed #f39c12;
}

blockquote {
  margin: 0 auto 32px;
  padding: 15px;
  height: auto;
  width: 90%;
  background: rgba(256,256,256,0.1);
  border: 1px solid #bdc3c7;
  border-left: 4px solid #bdc3c7;
  border-right: 4px solid #bdc3c7;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

blockquote p {
  margin: 0 0 20px;  
  line-height: 1.2em;
  text-indent: 0;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote ul li {
  margin: 0 0 7px;  
  line-height: 1.1em; 
}


blockquote#anthonyquote { 
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;

	margin: 0 auto 32px;
	width: 80%;
	border: none;
}

blockquote#anthonyquote p.quote {
	width: 80%;
	margin-bottom: 0;
}

blockquote#anthonyquote #scribe {
	display: block;
	margin: 0;
	padding: 0;
	width: 120px;
	max-width: 120px;	
}

blockquote#anthonyquote #scribe img {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	border: none;

	border: 4px solid #ECF0F1; /* #271E18; */
	border-radius: 50%;
}



strong, b {
  font-weight: 300;
  color: #F39C12;
}

em {
  color: #3498DB;
}

.note {
  font-size: 0.9rem;
  text-align: justify;
}

#devlink {
  font-size: 0.9rem;
  text-align: center;
}

.sup {
  margin: 0 32px 24px;
  font-size: 0.9rem;
  text-align: justify;
  color: #3498DB;
}

.date {
  font-size: 0.8rem;
  text-align: right;
  color: #3498DB;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.sig {
  font-size: 0.9rem;
  font-style: italic;
  text-align: right;
}

/* ---------------------------------------------------------------------------------------
  Images
--------------------------------------------------------------------------------------- */

figure {
	display: block;
	margin: 0 auto 32px;
	padding: 4px;
	height: auto;
  width: auto;
  max-width: 620px;
}

figcaption {
  padding-top: 4px;
	font-size: 0.9rem;
	text-align: center;
}

figure img {
	display: block;
  margin: 0 auto;
	padding: 4px;
	width: auto;
  max-width: 100%;
	height: auto;
  border: 2px solid #16a085;
}

#home > figure {
	display: block;
	margin: 0;
	padding: 0;
	height: auto;
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #ecf0f1;
}

#home > figure img {
	display: block;
  margin: 0;
	padding: 0;
	width: 100%;
  max-width: 100%;
	height: auto;
  border: none;
}

figure.right {
	display: block;
	float: right;
	margin: 0 0 12px 20px;
	padding: 0;
	width: 100%;
	max-width: 180px;
}

figure.right img {
  
}

figure.right-sm {
	display: block;
	float: right;
	margin: 0 0 12px 20px;
	padding: 0;
	width: 180px;
}

figure.icon {
  width: 240px;
  height: auto;
}

figure.icon img {
  border: none;
}

figure.a-card {
	display: block;
	float: right;
	margin: 0 0 12px 20px;
	padding: 0;
	width: 240px;
  border-radius: 7px;
  transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

figure.a-card img {
  padding: 0;
  border: 1px solid #f1c40f;
  border-radius: 7px;
}

figure.a-card:hover {
  transform: scale(1.5);
  box-shadow: 0 0 18px rgba(0,0,0,0.7);
}


/* ---------------------------------------------------------------------------------------
   Footer
--------------------------------------------------------------------------------------- */
footer {
  position: relative;
  margin: 0;
  padding: 0 70px 44px;
  text-align: center;
  line-height: 1.2em;
  font-size: 1.2rem;
  color: #ECF0F1;
  background: #2B2751; /* 34495e; */
  border-top: 7px solid #F39C12;
  border-bottom: 1px solid #F39C12; 
  box-shadow: 0 0 22px #000;
}

footer h2 {
  position: relative;
  top: -53px;
  width: 100%;
  height: 100px; 
  font-size: 4rem; 
  font-variant:small-caps;  
  line-height: 0.8;
  text-align: center;
  vertical-align: baseline;
  color: #F39C12;

}

footer h2 span {
  position: relative;
  bottom: 0px;
  height: auto;
}

footer > div {
  display: -webkit-flex; 
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

 div#subfooter {
  display: -webkit-flex; 
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap; 
  padding: 44px 0;
  background: #222;
}

footer > div > #flinks {
	display: block;
	margin: 0;
	padding: 24px 0;
	height: auto;
  width: 520px;
}

footer > div > #flinks ul {
	display: block;
	margin: 0;
  width: 100%;
 
}

footer > div > #flinks ul li {
  margin: 0 0 7px;
	text-align: left;
}

footer > div > #flinks ul li a {
  display: block;
  padding: 4px;
}

footer > div > div figure {
	display: block;
	margin: 0 auto 32px;
	padding: 4px;
	height: auto;
  width: auto;
  max-width: 520px;
}

footer > div > div figure#figmiddle {
  max-width: 240px; 
}

footer > div > div figure img {
	display: block;
  margin: 0 auto;
	padding: 4px;
	width: auto;
  max-width: 100%;
	height: auto;
  border: 4px solid #ecf0f1;
}

footer > div > div figure#figmiddle img {
  border: none; 
}

footer p {
  text-indent: 0;
  text-align: center;
}

.submain#footer {
  position: relative;
  padding: 100px 0 0 0;
  min-height: 144px;
  background: #34495e;
   
  -webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 7px 12px rgba(0, 0, 0, 0.2);
}

footer ul {
  margin: 0 auto;
  width: 88%;
}

#footer article {
  min-height: 144px;
}

#footer #footerLogo {
  position: absolute;
  top: -40px;
  left: 50%;
  display: block;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  z-index: 9999;
  font-size: 190%;
  line-height: 2.6em;
  text-align: center;
  color: #f9f9f9;
  background: transparent url(../img/bpp-logo-wt.png) 0 0 no-repeat;
  background-size: contain;
}

#footer-nav li {
  display: block;
  margin-bottom: 20px;
}

#footer-nav .btn-lg {
  padding: 0;
}

#footer-nav .fa {
  margin-right: 12px;
}

#footer-nav a {
  display: block;
  padding: 10px 16px;
  color: #484848;
}

#footer-mkt {
  color: #484848;
  background: #bdc3c7; 
  -webkit-border-radius: 6px;
  border-radius: 6px;
}





/* Color Palette available in the source code
------------------------------------------------------------------------------------- */
article .swatches-col {
  width: auto;
}
.pallete-item {
  float: left;
  margin: 0 0 20px 20px;
  width: 140px;
}
.palette {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.214;
  margin: 0;
  padding: 15px;
  text-transform: uppercase;
}
.palette dt, .palette dd {
  line-height: 1.429;
}
.palette dt {
  display: block;
  font-weight: bold;
  opacity: 0.8;
}
.palette dd {
  font-weight: 300;
  margin-left: 0;
  opacity: 0.8;
}
.palette-turquoise {
  background-color: #1abc9c;
}
.palette-green-sea {
  background-color: #16a085;
}
.palette-emerald {
  background-color: #2ecc71;
}
.palette-nephritis {
  background-color: #27ae60;
}
.palette-peter-river {
  background-color: #3498db;
}
.palette-belize-hole {
  background-color: #2980b9;
}
.palette-amethyst {
  background-color: #9b59b6;
}
.palette-wisteria {
  background-color: #8e44ad;
}
.palette-wet-asphalt {
  background-color: #34495e;
}
.palette-midnight-blue {
  background-color: #2c3e50;
}
.palette-sun-flower {
  background-color: #f1c40f;
}
.palette-orange {
  background-color: #f39c12;
}
.palette-carrot {
  background-color: #e67e22;
}
.palette-pumpkin {
  background-color: #d35400;
}
.palette-alizarin {
  background-color: #e74c3c;
}
.palette-pomegranate {
  background-color: #c0392b;
}
.palette-clouds {
  background-color: #ecf0f1;
}
.palette-silver {
  background-color: #bdc3c7;
}
.palette-concrete {
  background-color: #95a5a6;
}
.palette-asbestos {
  background-color: #7f8c8d;
}
.palette-clouds {
  color: #bdc3c7;
}
.palette-paragraph {
  color: #7f8c8d;
  font-size: 12px;
  line-height: 17px;
}
.palette-paragraph span {
  color: #bdc3c7;
}
.palette-headline {
  color: #7f8c8d;
  font-size: 13px;
  font-weight: 700;
  margin-top: -3px;
}














