/*
 * baguetteboxcss
 */

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.9.1
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}

/*
 * flexslidercss
 */

/*
 * jQuery FlexSlider v2.6.4
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


.font-weight-100{font-weight:100}.font-weight-200{font-weight:200}.font-weight-300{font-weight:300}.font-weight-400{font-weight:400}.font-weight-500{font-weight:500}.font-weight-600{font-weight:600}.font-weight-700{font-weight:700}.font-weight-800{font-weight:800}.font-weight-900{font-weight:900}.font-style-normal{font-style:normal}.font-style-italic{font-style:italic}
.com_bigwhiteduck_stacks_markdownpro_stack figure{margin:0}.com_bigwhiteduck_stacks_markdownpro_stack figure img{max-width:100%;height:auto}.com_bigwhiteduck_stacks_markdownpro_stack figure figcaption{display:none}.com_bigwhiteduck_stacks_markdownpro_stack pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.p-center p{text-align:center}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.p-left p{text-align:left}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.p-right p{text-align:right}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.p-justify p{text-align:justify}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.p-inherit{text-align:inherit}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-center h1,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-center h2,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-center h3,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-center h4,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-center h5,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-center h6{text-align:center}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-left h1,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-left h2,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-left h3,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-left h4,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-left h5,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-left h6{text-align:left}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-right h1,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-right h2,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-right h3,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-right h4,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-right h5,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-right h6{text-align:right}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-inherit h1,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-inherit h2,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-inherit h3,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-inherit h4,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-inherit h5,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-inherit h6{text-align:inherit}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.l-center ul{display:table;margin:0 auto}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.l-left ul{text-align:left}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.l-right ul{display:table;margin:0 0 0 auto}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.l-txt-center ul li p{text-align:center}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.l-txt-left ul li p{text-align:left}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.l-txt-right ul li p{text-align:right}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-text-center,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-text-center p{text-align:center}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-header-center h1,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-header-center h2,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-header-center h3,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-header-center h4,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-header-center h5,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-header-center h6{text-align:center}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-list-center ul{display:table;margin:0 auto}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-listtext-center ul li p{text-align:center}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_markdownpro_stack .mdp.p-justify.small-only-just-left p{text-align:left !important}}.com_bigwhiteduck_stacks_markdownpro_stack .mdp p:empty{display:none !important}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.quote-left[class*="text-"] blockquote{text-align:left}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.quote-left[class*="text-"] blockquote > p{text-align:left;margin-bottom:0}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.no-bot-margin >:nth-last-child(2){margin-bottom:0 !important}.com_bigwhiteduck_stacks_markdownpro_stack .md-clearfix::before,.com_bigwhiteduck_stacks_markdownpro_stack .md-clearfix::after{content:" ";display:table}.com_bigwhiteduck_stacks_markdownpro_stack .md-clearfix::after{clear:both}.com_bigwhiteduck_stacks_markdownpro_stack .mdp-cntrls{display:none !important}
/* Menupilator Stack v1.0.0 */ul li#menupilator_id_stacks_in_17_2.menupilator_stacks_in_17_2 > a:first-of-type,nav.breadcrumbs li#menupilator_id_stacks_in_17_2.menupilator_stacks_in_17_2 > a:first-of-type /* Foundation */ {						}ul li#menupilator_id_stacks_in_17_2.menupilator_stacks_in_17_2 > a:before,ul li#menupilator_id_stacks_in_17_2.menupilator_stacks_in_17_2 > a:after,nav.breadcrumbs li#menupilator_id_stacks_in_17_2.menupilator_stacks_in_17_2 > a:before /* Foundation */,nav.breadcrumbs li#menupilator_id_stacks_in_17_2.menupilator_stacks_in_17_2 > a:after /* Foundation */ {	display: inline-block;}ul li#menupilator_id_stacks_in_17_2.menupilator_stacks_in_17_2 > a[href="javascript:void(0)"]:hover,nav.breadcrumbs li#menupilator_id_stacks_in_17_2.menupilator_stacks_in_17_2 > a[href="javascript:void(0)"]:hover /* Foundation */ {	cursor: default !important;}ul li#menupilator_id_stacks_in_17_2.menupilator_stacks_in_17_2 > a,ul li#menupilator_id_stacks_in_17_2.menupilator_stacks_in_17_2 > a.current,nav.breadcrumbs li#menupilator_id_stacks_in_17_2.menupilator_stacks_in_17_2 > a /* Foundation */,nav.breadcrumbs li#menupilator_id_stacks_in_17_2.menupilator_stacks_in_17_2 > a.current /* Foundation */ {	 	 	 }ul li#menupilator_id_stacks_in_17_2.menupilator_stacks_in_17_2 > a:visited,nav.breadcrumbs li#menupilator_id_stacks_in_17_2.menupilator_stacks_in_17_2 > a:visited /* Foundation */ {	 	 	 }ul li#menupilator_id_stacks_in_17_2.menupilator_stacks_in_17_2 > a:hover,nav.breadcrumbs li#menupilator_id_stacks_in_17_2.menupilator_stacks_in_17_2 > a:hover /* Foundation */ {	 	 	 }ul li#menupilator_id_stacks_in_17_2.menupilator_stacks_in_17_2 > a:active,nav.breadcrumbs li#menupilator_id_stacks_in_17_2.menupilator_stacks_in_17_2 > a:active /* Foundation */ {	 	 	 }/* @group for themes that define different color for icons */ul li#menupilator_id_stacks_in_17_2.menupilator_stacks_in_17_2 > a i,nav.breadcrumbs li#menupilator_id_stacks_in_17_2.menupilator_stacks_in_17_2 > a i /* Foundation */ {	 }ul li#menupilator_id_stacks_in_17_2.menupilator_stacks_in_17_2 > a:visited i,nav.breadcrumbs li#menupilator_id_stacks_in_17_2.menupilator_stacks_in_17_2 > a:visited i /* Foundation */ {	 }ul li#menupilator_id_stacks_in_17_2.menupilator_stacks_in_17_2 > a:hover i,nav.breadcrumbs li#menupilator_id_stacks_in_17_2.menupilator_stacks_in_17_2 > a:hover i /* Foundation */ {	 }ul li#menupilator_id_stacks_in_17_2.menupilator_stacks_in_17_2 > a:active i,nav.breadcrumbs li#menupilator_id_stacks_in_17_2.menupilator_stacks_in_17_2 > a:active i /* Foundation */ {	 }/* @end *//* End of Menupilator stack */body#perfect_text_stacks_in_16_2,
#perfect_text_stacks_in_16_2 body,
html#perfect_text_stacks_in_16_2 body,
html#perfect_text_stacks_in_16_2,
html {
  line-height: 1;
  font-size: 18px; 
  
}

div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code,
em, 
big, small, strike, strong, sub, sup, 
b, u, i,
article, aside, canvas, 
figure, footer, header, 
section,
audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1rem;
  font: inherit;
  vertical-align: baseline;
}
#perfect_text_stacks_in_16_2 pre {
  font-family: monospace;
}

#perfect_text_stacks_in_16_2 .stacks_top div,
#perfect_text_stacks_in_16_2 .stacks_top p,
#perfect_text_stacks_in_16_2 .stacks_top section,
#perfect_text_stacks_in_16_2 .stacks_top article,
#perfect_text_stacks_in_16_2 .stacks_top pre {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}
#perfect_text_stacks_in_16_2 .stacks_top em {
  font-style: italic;
}
#perfect_text_stacks_in_16_2 .stacks_top strong {
  font-weight: 600;
}
#perfect_text_stacks_in_16_2 .stacks_top big {
  font-size: 1.25em;
  line-height: 1;
}
#perfect_text_stacks_in_16_2 .stacks_top small {
  font-size: .8em;
  display: inline-block;
}
#perfect_text_stacks_in_16_2 .stacks_top h1 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 7.200001px 0; 
}
#perfect_text_stacks_in_16_2 .stacks_top h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 11.700001px 0; 
}
#perfect_text_stacks_in_16_2 .stacks_top h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 13.950001px 0; 

}
#perfect_text_stacks_in_16_2 .stacks_top h4 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 12.600002px 0; 
}
#perfect_text_stacks_in_16_2 .stacks_top h5 {
  font-size: 1rem;
  font-weight: 600;
  margin: 10.800003px 0; 
}
#perfect_text_stacks_in_16_2 .stacks_top h6 {
  font-size: .9rem;
  font-weight: 600;
  margin: 10.800003px 0; 
}
#perfect_text_stacks_in_16_2 .stacks_top h1 p {
  font-size: 2rem;
  font-weight: 600;
}
#perfect_text_stacks_in_16_2 .stacks_top h2 p {
  font-size: 1.5rem;
  font-weight: 600;
}
#perfect_text_stacks_in_16_2 .stacks_top h3 p {
  font-size: 1.25rem;
  font-weight: 600;
}
#perfect_text_stacks_in_16_2 .stacks_top h4 p {
  font-size: 1.1rem;
  font-weight: 600;
}
#perfect_text_stacks_in_16_2 .stacks_top h5 p {
  font-size: 1rem;
  font-weight: 600;
}
#perfect_text_stacks_in_16_2 .stacks_top h6 p {
  font-size: .9rem;
  font-weight: 600;
}
#perfect_text_stacks_in_16_2 .stacks_top p {
  margin: 18px 0; 

}
#perfect_text_stacks_in_16_2 .stacks_top p:first-of-type,
#perfect_text_stacks_in_16_2 .stacks_top h1 + p,
#perfect_text_stacks_in_16_2 .stacks_top h2 + p,
#perfect_text_stacks_in_16_2 .stacks_top h3 + p,
#perfect_text_stacks_in_16_2 .stacks_top h4 + p,
#perfect_text_stacks_in_16_2 .stacks_top h5 + p,
#perfect_text_stacks_in_16_2 .stacks_top h6 + p {
  margin: 0 0 18px 0;
}
#perfect_text_stacks_in_16_2 .stacks_top h1 p,
#perfect_text_stacks_in_16_2 .stacks_top h2 p,
#perfect_text_stacks_in_16_2 .stacks_top h3 p,
#perfect_text_stacks_in_16_2 .stacks_top h4 p,
#perfect_text_stacks_in_16_2 .stacks_top h5 p,
#perfect_text_stacks_in_16_2 .stacks_top h6 p {
  margin: 0 !important;
}



@media all and (max-width: 768px) {
  
  body#perfect_text_stacks_in_16_2,
  #perfect_text_stacks_in_16_2 body,
  html#perfect_text_stacks_in_16_2 body {
    font-size: 16px;
  }
  #perfect_text_stacks_in_16_2 .stacks_top div,
  #perfect_text_stacks_in_16_2 .stacks_top p,
  #perfect_text_stacks_in_16_2 .stacks_top section,
  #perfect_text_stacks_in_16_2 .stacks_top article,
  #perfect_text_stacks_in_16_2 .stacks_top code {
    line-height: 1.5;
  }
  #perfect_text_stacks_in_16_2 .stacks_top h1,
  #perfect_text_stacks_in_16_2 .stacks_top h2,
  #perfect_text_stacks_in_16_2 .stacks_top h3,
  #perfect_text_stacks_in_16_2 .stacks_top h4,
  #perfect_text_stacks_in_16_2 .stacks_top h5,
  #perfect_text_stacks_in_16_2 .stacks_top h6,
  #perfect_text_stacks_in_16_2 .stacks_top p {
    margin: 14px 0;
  }
  #perfect_text_stacks_in_16_2 .stacks_top big {
    font-size: 1.2em;
    line-height: 1.2;
  }
  
}

 /* Start Stats stack CSS code */.stacks_in_14stats, .stacks_in_14pagetitle{	display: none;}.stacks_in_14instructwrapper{	position: relative;	background: url("../files/newstatsbg.png") repeat-x;	height: 100px;	-webkit-border-radius: 4px;	-moz-border-radius: 4px;	border-radius: 4px;}.stacks_in_14instruct{	position: absolute;	text-align: center;	bottom: 0px;	left: 0px;	right: 0px;	color: #fff;	font-weight: bold;	font-family: Arial, Helvetica, sans-serif;	background: rgba(0, 0, 0, 0.6);	padding: 4px 10px 5px 10px;} /* End if record mode */ /* End if admin mode *//* End Stats stack CSS code *//* Menupilator Stack v1.0.0 */ul li#menupilator_id_stacks_in_13_2.menupilator_stacks_in_13_2 > a:first-of-type,nav.breadcrumbs li#menupilator_id_stacks_in_13_2.menupilator_stacks_in_13_2 > a:first-of-type /* Foundation */ {						}ul li#menupilator_id_stacks_in_13_2.menupilator_stacks_in_13_2 > a:before,ul li#menupilator_id_stacks_in_13_2.menupilator_stacks_in_13_2 > a:after,nav.breadcrumbs li#menupilator_id_stacks_in_13_2.menupilator_stacks_in_13_2 > a:before /* Foundation */,nav.breadcrumbs li#menupilator_id_stacks_in_13_2.menupilator_stacks_in_13_2 > a:after /* Foundation */ {	display: inline-block;}ul li#menupilator_id_stacks_in_13_2.menupilator_stacks_in_13_2 > a[href="javascript:void(0)"]:hover,nav.breadcrumbs li#menupilator_id_stacks_in_13_2.menupilator_stacks_in_13_2 > a[href="javascript:void(0)"]:hover /* Foundation */ {	cursor: default !important;}ul li#menupilator_id_stacks_in_13_2.menupilator_stacks_in_13_2 > a,ul li#menupilator_id_stacks_in_13_2.menupilator_stacks_in_13_2 > a.current,nav.breadcrumbs li#menupilator_id_stacks_in_13_2.menupilator_stacks_in_13_2 > a /* Foundation */,nav.breadcrumbs li#menupilator_id_stacks_in_13_2.menupilator_stacks_in_13_2 > a.current /* Foundation */ {	 	 	 }ul li#menupilator_id_stacks_in_13_2.menupilator_stacks_in_13_2 > a:visited,nav.breadcrumbs li#menupilator_id_stacks_in_13_2.menupilator_stacks_in_13_2 > a:visited /* Foundation */ {	 	 	 }ul li#menupilator_id_stacks_in_13_2.menupilator_stacks_in_13_2 > a:hover,nav.breadcrumbs li#menupilator_id_stacks_in_13_2.menupilator_stacks_in_13_2 > a:hover /* Foundation */ {	 	 	 }ul li#menupilator_id_stacks_in_13_2.menupilator_stacks_in_13_2 > a:active,nav.breadcrumbs li#menupilator_id_stacks_in_13_2.menupilator_stacks_in_13_2 > a:active /* Foundation */ {	 	 	 }/* @group for themes that define different color for icons */ul li#menupilator_id_stacks_in_13_2.menupilator_stacks_in_13_2 > a i,nav.breadcrumbs li#menupilator_id_stacks_in_13_2.menupilator_stacks_in_13_2 > a i /* Foundation */ {	 }ul li#menupilator_id_stacks_in_13_2.menupilator_stacks_in_13_2 > a:visited i,nav.breadcrumbs li#menupilator_id_stacks_in_13_2.menupilator_stacks_in_13_2 > a:visited i /* Foundation */ {	 }ul li#menupilator_id_stacks_in_13_2.menupilator_stacks_in_13_2 > a:hover i,nav.breadcrumbs li#menupilator_id_stacks_in_13_2.menupilator_stacks_in_13_2 > a:hover i /* Foundation */ {	 }ul li#menupilator_id_stacks_in_13_2.menupilator_stacks_in_13_2 > a:active i,nav.breadcrumbs li#menupilator_id_stacks_in_13_2.menupilator_stacks_in_13_2 > a:active i /* Foundation */ {	 }/* @end *//* End of Menupilator stack */

 html,body, p:not(.custom-font),.font-family-text,.text_stack:not(.custom-font),.fontpro-stacks_in_10_2{font-style:normal;font-weight:400;font-family:"Libre Baskerville",sans-serif !important}p:not(.custom-font),p.font-family-text:not(.custom-font),.text_stack:not(.custom-font){font-style:normal;font-weight:400;font-family:"Libre Baskerville",sans-serif !important}
/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_11_8 #myExtraContent1,
#ExtraContentPlusstacks_in_11_8 #fs {
	display: none;
}

#google_translate_element {
margin: 0 auto;
text-align: left;
display: block;
}
#google_translate_element a {
 color: rgba(102, 102, 102, 1.00) !important; 
}
.goog-te-gadget {
 color: rgba(102, 102, 102, 1.00) !important; 
}

.goog-te-combo {
color: rgba(235, 235, 235, 1.00) !important;
background: rgba(66, 66, 66, 1.00) !important;
border-radius: 8px;
}


#stacks_in_11_3 figure{text-align:center}#stacks_in_11_3 .mdph{display:none}#stacks_in_11_3 .mdp.book-set{widows:5;orphans:5}#stacks_in_11_3 .mdp.book-set p:not(:first-of-type){text-indent:1.40rem}#stacks_in_11_3 .mdp.book-set p:not(:last-of-type){margin-bottom:1.25rem !important}#stacks_in_11_3 .mdp.book-set.indent-all p:first-of-type{text-indent:1.40rem}#stacks_in_11_3 .mdp.book-set.indent-all blockquote > p:first-of-type{text-indent:0}#stacks_in_11_3 .mdp.book-set:not(.indent-all) h1 + p,#stacks_in_11_3 .mdp.book-set:not(.indent-all) h2 + p,#stacks_in_11_3 .mdp.book-set:not(.indent-all) h3 + p,#stacks_in_11_3 .mdp.book-set:not(.indent-all) h4 + p,#stacks_in_11_3 .mdp.book-set:not(.indent-all) h5 + p,#stacks_in_11_3 .mdp.book-set:not(.indent-all) h6 + p{text-indent:0 !important}#stacks_in_11_3 .mdp.p-lead p:first-of-type{font-size:130%}@media only screen and (min-width:0px){#stacks_in_11_3 p{}}
.pulse-core-stack-warning {
    display: none;
}



img {
    max-width: 100%;
    height: auto;
}

.tag-teaser-image {
    margin-bottom: 20px;
}

/********************
 * Pagination 
 ********************/



.view-helper-pagination {
    text-align: left;
}

.view-helper-pagination {
    margin: 5rem 0 1rem 0;
}

.view-helper-pagination ul {
    list-style: none;
    padding: 0px;
}

.view-helper-pagination ul li {
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0;
}

.view-helper-pagination ul li a {
    margin: 0;
}

.view-helper-pagination a {
    border: 1px solid rgba(187, 187, 187, 1.00);
    padding: 5px 10px;
    color: rgba(102, 102, 102, 1.00);
    /*margin-right: 10px;*/
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
}
.view-helper-pagination a:hover {
    color: rgba(51, 51, 51, 1.00);
}

.view-helper-pagination a.older {
    display: inline-block;
}

/********************
 * Title 
 ********************/





.blog-list-entry {
    transition: background-color 500ms;
    
    
    
    
}

.blog-entry {
    
}

.blog-list-entry:hover {
    
}

.tag-blog-item-content {
    
}





/* For edit and !edit mode */

.blog-title a:hover {
    text-decoration: none !important;
}

/*
 * Redactor Styles 
 */

.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-justify {
    text-align: justify !important;
}

/*
.poster-item article {
    float: none !important;
    width: 100% !important;
}
*/

/**********
 * Blog 
 **********/

/*.blog-wrap {
    padding-bottom: 30px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 50px;
}

.blog-wrap:last-of-type {
    border-bottom: 0;
}*/

.blog-title a, .blog-title a:hover {
    text-decoration: none;
}

#disqus_thread {
    margin-top: 5rem;
}

ul.pulsecore_blog_tag_list {
    padding-left: 0px;
}

ul.pulsecore_blog_tag_list li {
    display: inline;
    margin: 5px 10px 5px 0px;
    padding: 1px;
}

ul.pulsecore_blog_tag_list a {
    text-decoration: none;
}

/** tag - gal **/
.pulsecore.gallery {
    display: flex;
    align-content: flex-start;
    align-items: baseline;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
}
.pulsecore.gallery > a {
    display: block;
    outline: 0;
    
    flex-grow:   1;
    flex-shrink: 1;
    flex-basis:  auto;
    align-self: center;
    
    padding-bottom: 20px;
    padding-right:  20px;
}
.pulsecore.gallery > a > img {
    display: block;
}