/*
 * text-align
 */

.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-nomargin-top{margin-top:0}.text-nomargin-top.text >:first-child{margin-top:0}.text-nomargin-bottom{margin-bottom:0}.text-nomargin-bottom.text >:last-child{margin-bottom:0}


/* Start Owl stack page CSS code *//*  * 	Core Owl Carousel CSS File *	v1.3.2 *//* clearfix */.owl-carousel .owl-wrapper:after {	content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0;	height: 0;}/* display none until init */.owl-carousel{	display: none;	position: relative;	width: 100%;	-ms-touch-action: pan-y;}.owl-carousel .owl-wrapper{	display: none;	position: relative;	-webkit-transform: translate3d(0px, 0px, 0px);}.owl-carousel .owl-wrapper-outer{	overflow: hidden;	position: relative;	width: 100%;}.owl-carousel .owl-wrapper-outer.autoHeight{	-webkit-transition: height 500ms ease-in-out;	-moz-transition: height 500ms ease-in-out;	-ms-transition: height 500ms ease-in-out;	-o-transition: height 500ms ease-in-out;	transition: height 500ms ease-in-out;}	.owl-carousel .owl-item{	float: left;}.owl-controls .owl-page,.owl-controls .owl-buttons div{	cursor: pointer;}.owl-controls {	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}/* mouse grab icon */.grabbing {     cursor:url(grabbing.png) 8 8, move;}/* fix */.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{	-webkit-backface-visibility: hidden;	-moz-backface-visibility:    hidden;	-ms-backface-visibility:     hidden;  -webkit-transform: translate3d(0,0,0);  -moz-transform: translate3d(0,0,0);  -ms-transform: translate3d(0,0,0);}/*  *  Owl Carousel CSS3 Transitions  *  v1.3.2 */.owl-origin {	-webkit-perspective: 1200px;	-webkit-perspective-origin-x : 50%;	-webkit-perspective-origin-y : 50%;	-moz-perspective : 1200px;	-moz-perspective-origin-x : 50%;	-moz-perspective-origin-y : 50%;	perspective : 1200px;}/* fade */.owl-fade-out {  z-index: 10;  -webkit-animation: fadeOut .7s both ease;  -moz-animation: fadeOut .7s both ease;  animation: fadeOut .7s both ease;}.owl-fade-in {  -webkit-animation: fadeIn .7s both ease;  -moz-animation: fadeIn .7s both ease;  animation: fadeIn .7s both ease;}/* backSlide */.owl-backSlide-out {  -webkit-animation: backSlideOut 1s both ease;  -moz-animation: backSlideOut 1s both ease;  animation: backSlideOut 1s both ease;}.owl-backSlide-in {  -webkit-animation: backSlideIn 1s both ease;  -moz-animation: backSlideIn 1s both ease;  animation: backSlideIn 1s both ease;}/* goDown */.owl-goDown-out {  -webkit-animation: scaleToFade .7s ease both;  -moz-animation: scaleToFade .7s ease both;  animation: scaleToFade .7s ease both;}.owl-goDown-in {  -webkit-animation: goDown .6s ease both;  -moz-animation: goDown .6s ease both;  animation: goDown .6s ease both;}/* scaleUp */.owl-fadeUp-in {  -webkit-animation: scaleUpFrom .5s ease both;  -moz-animation: scaleUpFrom .5s ease both;  animation: scaleUpFrom .5s ease both;}.owl-fadeUp-out {  -webkit-animation: scaleUpTo .5s ease both;  -moz-animation: scaleUpTo .5s ease both;  animation: scaleUpTo .5s ease both;}/* Keyframes *//*empty*/@-webkit-keyframes empty {  0% {opacity: 1}}@-moz-keyframes empty {  0% {opacity: 1}}@keyframes empty {  0% {opacity: 1}}@-webkit-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-moz-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-webkit-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-moz-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-webkit-keyframes backSlideOut {  25% { opacity: .5; -webkit-transform: translateZ(-500px); }  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }}@-moz-keyframes backSlideOut {  25% { opacity: .5; -moz-transform: translateZ(-500px); }  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }}@keyframes backSlideOut {  25% { opacity: .5; transform: translateZ(-500px); }  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }}@-webkit-keyframes backSlideIn {  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -webkit-transform: translateZ(-500px); }  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }}@-moz-keyframes backSlideIn {  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -moz-transform: translateZ(-500px); }  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }}@keyframes backSlideIn {  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; transform: translateZ(-500px); }  100% { opacity: 1; transform: translateZ(0) translateX(0); }}@-webkit-keyframes scaleToFade {  to { opacity: 0; -webkit-transform: scale(.8); }}@-moz-keyframes scaleToFade {  to { opacity: 0; -moz-transform: scale(.8); }}@keyframes scaleToFade {  to { opacity: 0; transform: scale(.8); }}@-webkit-keyframes goDown {  from { -webkit-transform: translateY(-100%); }}@-moz-keyframes goDown {  from { -moz-transform: translateY(-100%); }}@keyframes goDown {  from { transform: translateY(-100%); }}@-webkit-keyframes scaleUpFrom {  from { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpFrom {  from { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpFrom {  from { opacity: 0; transform: scale(1.5); }}@-webkit-keyframes scaleUpTo {  to { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpTo {  to { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpTo {  to { opacity: 0; transform: scale(1.5); }}/* End Owl stack page CSS code *//* -- Start Swell Page css Template -- */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


@-webkit-keyframes swellswing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swellswing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}




/* -- End Swell Page css Template -- */.com_bigwhiteduck_stacks_headerpro_stack .text-center{text-align:center}.com_bigwhiteduck_stacks_headerpro_stack .text-left{text-align:left}.com_bigwhiteduck_stacks_headerpro_stack .text-right{text-align:right}.com_bigwhiteduck_stacks_headerpro_stack .text-justify{text-align:justify}.com_bigwhiteduck_stacks_headerpro_stack .text-inherit{text-align:inherit}

/* Start Obscure stack CSS code */.stacks_in_1667_2centerbox {	text-align: center;	padding: 10px;	color: black;	line-height: 2.5em;}.dark .stacks_in_1667_2centerbox {	color: white;}.stacks_in_1667_2centerbox b {	border: 1px solid #2681FC;	border-radius: 4px;	padding: 4px 8px 4px 8px;	color: #2681FC;	white-space: nowrap;}.dark .stacks_in_1667_2centerbox b {	border: 1px solid #5FB5FF;	color: #5FB5FF;}/* End Obscure stack CSS code */
#stacks_in_382 h2,#stacks_in_382 div{color:rgba(242, 169, 0, 1.00)}#stacks_in_382 h2 a,#stacks_in_382 div a{color:rgba(242, 169, 0, 1.00)}#stacks_in_382 h2 a:hover,#stacks_in_382 div a:hover{color:rgba(181, 126, 0, 1.00)}#stacks_in_382 small,#stacks_in_382 small div{color:rgba(111, 111, 111, 1.00)}

#stacks_in_1569 h4,#stacks_in_1569 div{color:rgba(242, 169, 0, 1.00)}#stacks_in_1569 h4 a,#stacks_in_1569 div a{color:rgba(242, 169, 0, 1.00)}#stacks_in_1569 h4 a:hover,#stacks_in_1569 div a:hover{color:rgba(181, 126, 0, 1.00)}#stacks_in_1569 small,#stacks_in_1569 small div{color:rgba(111, 111, 111, 1.00)}



.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1373 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_1373 {
		display: none !important;
	}
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1374 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_1374 {
		display: none !important;
	}
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_419 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_419 {
		display: none !important;
	}
}
#stacks_in_1337 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_1337 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#F2A900; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1451 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_1451 {
		display: none !important;
	}
}

#stacks_out_552,#stacks_in_552{overflow:visible}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1340 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_1340 {
		display: none !important;
	}
}
#stacks_out_1377,#stacks_in_1377{overflow:visible}

#stacks_in_1377 {
	border: solid rgba(242, 169, 0, 1.00);
	border-width:  2px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
}

#stacks_in_1382 {
	margin:  14px;
}

.spacerStack {
	height: 30.00px;
}

#spacerStackstacks_in_1376 {
	height: 30.00px;
}




























@media print {
	#spacerStackstacks_in_1376 {
		display: none !important;
	}
}
#stacks_in_59>.s3_row {
	margin: 0 -10px;
}

#stacks_in_59>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_59>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_59>.s3_row>.s3_column {
	padding: 0 10px;
}










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



}



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


	#stacks_in_59>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_59>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_out_330,#stacks_in_330{overflow:visible}
#stacks_in_332 h3,#stacks_in_332 div{color:rgba(242, 169, 0, 1.00)}#stacks_in_332 h3 a,#stacks_in_332 div a{color:rgba(242, 169, 0, 1.00)}#stacks_in_332 h3 a:hover,#stacks_in_332 div a:hover{color:rgba(181, 126, 0, 1.00)}#stacks_in_332 small,#stacks_in_332 small div{color:rgba(111, 111, 111, 1.00)}


.spacerStack {
	height: 8.00px;
}

#spacerStackstacks_in_338 {
	height: 8.00px;
}




























@media print {
	#spacerStackstacks_in_338 {
		display: none !important;
	}
}

#stacks_out_1642,#stacks_in_1642{overflow:visible}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1649 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_1649 {
		display: none !important;
	}
}
/* -- Start Swell Each css Template -- */

#stacks_in_1644{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_1644swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_1644swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_1644swell{
		max-width: 800px;
	}
	.stacks_in_1644swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_1644swell-with-zoom .mfp-container,.stacks_in_1644swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 594.000000ms ease-out;
	-moz-transition: all 594.000000ms ease-out;
	-o-transition: all 594.000000ms ease-out;
	transition: all 594.000000ms ease-out;
}

.stacks_in_1644swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_1644swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_1644swell-with-zoom.mfp-removing .mfp-container,.stacks_in_1644swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_1644 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_1644 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_1644 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_1644 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_1644 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_1644 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_1644 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_1644 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_1644 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_1644 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_1644 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_1644 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(242, 169, 0, 1.00);
	border-width:  2px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
}

.spacerStack {
	height: 8.00px;
}

#spacerStackstacks_in_1646 {
	height: 8.00px;
}




























@media print {
	#spacerStackstacks_in_1646 {
		display: none !important;
	}
}

#stacks_out_1344,#stacks_in_1344{overflow:visible}
#stacks_in_1345 h3,#stacks_in_1345 div{color:rgba(242, 169, 0, 1.00)}#stacks_in_1345 h3 a,#stacks_in_1345 div a{color:rgba(242, 169, 0, 1.00)}#stacks_in_1345 h3 a:hover,#stacks_in_1345 div a:hover{color:rgba(181, 126, 0, 1.00)}#stacks_in_1345 small,#stacks_in_1345 small div{color:rgba(111, 111, 111, 1.00)}


.spacerStack {
	height: 8.00px;
}

#spacerStackstacks_in_1351 {
	height: 8.00px;
}




























@media print {
	#spacerStackstacks_in_1351 {
		display: none !important;
	}
}

.spacerStack {
	height: 30.00px;
}

#spacerStackstacks_in_1368 {
	height: 30.00px;
}




























@media print {
	#spacerStackstacks_in_1368 {
		display: none !important;
	}
}

#stacks_out_246,#stacks_in_246{overflow:visible}

#stacks_in_246 {
	background-color: rgba(63, 92, 115, 1.00);
	border: solid rgba(242, 169, 0, 1.00);
	border-width:  2px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	padding:  10px;
}
#stacks_in_240 h3,#stacks_in_240 div{color:rgba(242, 169, 0, 1.00)}#stacks_in_240 h3 a,#stacks_in_240 div a{color:rgba(242, 169, 0, 1.00)}#stacks_in_240 h3 a:hover,#stacks_in_240 div a:hover{color:rgba(181, 126, 0, 1.00)}#stacks_in_240 small,#stacks_in_240 small div{color:rgba(111, 111, 111, 1.00)}


.spacerStack {
	height: 8.00px;
}

#spacerStackstacks_in_245 {
	height: 8.00px;
}




























@media print {
	#spacerStackstacks_in_245 {
		display: none !important;
	}
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1650 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_1650 {
		display: none !important;
	}
}

#stacks_out_1581,#stacks_in_1581{overflow:visible}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1583 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_1583 {
		display: none !important;
	}
}
#stacks_out_1427,#stacks_in_1427{overflow:visible}

#stacks_in_1427 {
	border: solid rgba(242, 169, 0, 1.00);
	border-width:  2px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	padding:  8px;
}

#stacks_in_1432 {
	margin:  14px;
}


.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1586 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_1586 {
		display: none !important;
	}
}
#stacks_out_1587,#stacks_in_1587{overflow:visible}
#stacks_in_1589 h3,#stacks_in_1589 div{color:rgba(242, 169, 0, 1.00)}#stacks_in_1589 h3 a,#stacks_in_1589 div a{color:rgba(242, 169, 0, 1.00)}#stacks_in_1589 h3 a:hover,#stacks_in_1589 div a:hover{color:rgba(181, 126, 0, 1.00)}#stacks_in_1589 small,#stacks_in_1589 small div{color:rgba(111, 111, 111, 1.00)}


.spacerStack {
	height: 8.00px;
}

#spacerStackstacks_in_1595 {
	height: 8.00px;
}




























@media print {
	#spacerStackstacks_in_1595 {
		display: none !important;
	}
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1598 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_1598 {
		display: none !important;
	}
}

#stacks_out_1659,#stacks_in_1659{overflow:visible}

#stacks_in_1659 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(242, 169, 0, 1.00);
	border-width:  2px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
}

.spacerStack {
	height: 8.00px;
}

#spacerStackstacks_in_1664 {
	height: 8.00px;
}




























@media print {
	#spacerStackstacks_in_1664 {
		display: none !important;
	}
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1665 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_1665 {
		display: none !important;
	}
}


.spacerStack {
	height: 30.00px;
}

#spacerStackstacks_in_1601 {
	height: 30.00px;
}




























@media print {
	#spacerStackstacks_in_1601 {
		display: none !important;
	}
}
#stacks_out_1602,#stacks_in_1602{overflow:visible}
#stacks_in_1604 h3,#stacks_in_1604 div{color:rgba(242, 169, 0, 1.00)}#stacks_in_1604 h3 a,#stacks_in_1604 div a{color:rgba(242, 169, 0, 1.00)}#stacks_in_1604 h3 a:hover,#stacks_in_1604 div a:hover{color:rgba(181, 126, 0, 1.00)}#stacks_in_1604 small,#stacks_in_1604 small div{color:rgba(111, 111, 111, 1.00)}


.spacerStack {
	height: 8.00px;
}

#spacerStackstacks_in_1610 {
	height: 8.00px;
}




























@media print {
	#spacerStackstacks_in_1610 {
		display: none !important;
	}
}


.spacerStack {
	height: 30.00px;
}

#spacerStackstacks_in_1616 {
	height: 30.00px;
}




























@media print {
	#spacerStackstacks_in_1616 {
		display: none !important;
	}
}
#stacks_out_1617,#stacks_in_1617{overflow:visible}

#stacks_in_1617 {
	background-color: rgba(63, 92, 115, 1.00);
	border: solid rgba(242, 169, 0, 1.00);
	border-width:  2px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	padding:  10px;
}
#stacks_in_1619 h3,#stacks_in_1619 div{color:rgba(242, 169, 0, 1.00)}#stacks_in_1619 h3 a,#stacks_in_1619 div a{color:rgba(242, 169, 0, 1.00)}#stacks_in_1619 h3 a:hover,#stacks_in_1619 div a:hover{color:rgba(181, 126, 0, 1.00)}#stacks_in_1619 small,#stacks_in_1619 small div{color:rgba(111, 111, 111, 1.00)}


.spacerStack {
	height: 8.00px;
}

#spacerStackstacks_in_1625 {
	height: 8.00px;
}




























@media print {
	#spacerStackstacks_in_1625 {
		display: none !important;
	}
}

.spacerStack {
	height: 30.00px;
}

#spacerStackstacks_in_1628 {
	height: 30.00px;
}




























@media print {
	#spacerStackstacks_in_1628 {
		display: none !important;
	}
}

#stacks_out_1455,#stacks_in_1455{overflow:visible}

#stacks_in_1455 {
	border: solid rgba(242, 169, 0, 1.00);
	border-width:  2px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_1457 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_1457 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #666666;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_1457 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_1457 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_1457 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #666666;}#stacks_in_1457 .owl-theme .owl-controls .owl-page.active span,#stacks_in_1457 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_1457 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_1457 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}/* Preview Mode */#stacks_in_1457owl-stack{	height:0px;}#stacks_in_1457owl-stack .stacks_in_1457item img{display: block;width: 100%;height: auto;}#stacks_in_1457imagewell{height: 0px;}/* End Owl stack CSS code */

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1317 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_1317 {
		display: none !important;
	}
}
#stacks_out_1309,#stacks_in_1309{overflow:visible}
#stacks_in_1311 h3,#stacks_in_1311 div{color:rgba(242, 169, 0, 1.00)}#stacks_in_1311 h3 a,#stacks_in_1311 div a{color:rgba(242, 169, 0, 1.00)}#stacks_in_1311 h3 a:hover,#stacks_in_1311 div a:hover{color:rgba(181, 126, 0, 1.00)}#stacks_in_1311 small,#stacks_in_1311 small div{color:rgba(111, 111, 111, 1.00)}


.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1435 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_1435 {
		display: none !important;
	}
}
#stacks_out_1668,#stacks_in_1668{overflow:visible}

#stacks_in_1668 {
	background-color: rgba(63, 92, 115, 1.00);
	border: solid rgba(242, 169, 0, 1.00);
	border-width:  2px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	padding:  10px;
}



.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1673 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_1673 {
		display: none !important;
	}
}
#stacks_in_1674_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_1674 a:link, #stacks_in_1674 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_1674 a:hover, #stacks_in_1674 a:active {
	color:#FFFFFF;
}







#stacks_in_1674 a:link, #stacks_in_1674 a:visited {
	background-color:#FFAA00;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAA00), to(#BF6600));
	border:1px solid #BF6600;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_1674 a:hover {
	background-color:#FFB700;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFB700), to(#A55800));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_1674 a:active {
	background-color:#FFAA00;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}






/* Use this file for your stack CSS code */
/* CSS code only used in Stacks edit mode */

#stacks_in_1214_74-stellar_stacks_help_area {
	width: 90%;
	min-height: 200px;
	border: 6px rgb(244, 168, 167) dashed;
	background: rgb(227, 241, 249);
	color: rgb(15, 20, 109);
	font-size: inherit;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: inherit;
	text-decoration: inherit;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 0em;
	margin: 2%;
	padding: 2%;
}

#stacks_in_1214_74-stellar_stacks_help_area h2 {
	text-align: center;
	text-transform: uppercase;
}

#stacks_in_1214_74-stellar_stacks_help_area h3 {
	text-align: center;
	text-transform: uppercase;
}


#googlefontedstacks_in_1214_74 {
	font-family:  !important;
	font-size: 120% !important;
	line-height: 120% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_74 h1 {
	font-family:  !important;
	font-size: 120% !important;
	line-height: 120% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_74 h2 {
	font-family:  !important;
	font-size: 120% !important;
	line-height: 120% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_74 h3 {
	font-family:  !important;
	font-size: 120% !important;
	line-height: 120% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	

}

#googlefontedstacks_in_1214_74 h4 {
	font-family:  !important;
	font-size: 120% !important;
	line-height: 120% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_74 h5 {
	font-family:  !important;
	font-size: 120% !important;
	line-height: 120% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_74 h6 {
	font-family:  !important;
	font-size: 120% !important;
	line-height: 120% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_74 a:link {
	color: #F2A900 !important;
	
}

#googlefontedstacks_in_1214_74 a:visited {
	color: #F2A900 !important;
	
}

#googlefontedstacks_in_1214_74 a:hover {
	color: #3F5C73 !important;
	
}



.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1214_85 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_1214_85 {
		display: none !important;
	}
}
/* Use this file for your stack CSS code */
/* CSS code only used in Stacks edit mode */

#stacks_in_1214_115-stellar_stacks_help_area {
	width: 90%;
	min-height: 200px;
	border: 6px rgb(244, 168, 167) dashed;
	background: rgb(227, 241, 249);
	color: rgb(15, 20, 109);
	font-size: inherit;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: inherit;
	text-decoration: inherit;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 0em;
	margin: 2%;
	padding: 2%;
}

#stacks_in_1214_115-stellar_stacks_help_area h2 {
	text-align: center;
	text-transform: uppercase;
}

#stacks_in_1214_115-stellar_stacks_help_area h3 {
	text-align: center;
	text-transform: uppercase;
}


#googlefontedstacks_in_1214_115 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_115 h1 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_115 h2 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_115 h3 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	

}

#googlefontedstacks_in_1214_115 h4 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_115 h5 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_115 h6 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_115 a:link {
	color: #F2A900 !important;
	
}

#googlefontedstacks_in_1214_115 a:visited {
	color: #F2A900 !important;
	
}

#googlefontedstacks_in_1214_115 a:hover {
	color: #507FA0 !important;
	
}



#stacks_in_1214_115 {
	padding: 0px 0px 0px 10px;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1214_90 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_1214_90 {
		display: none !important;
	}
}
/* Use this file for your stack CSS code */
/* CSS code only used in Stacks edit mode */

#stacks_in_1214_121-stellar_stacks_help_area {
	width: 90%;
	min-height: 200px;
	border: 6px rgb(244, 168, 167) dashed;
	background: rgb(227, 241, 249);
	color: rgb(15, 20, 109);
	font-size: inherit;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: inherit;
	text-decoration: inherit;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 0em;
	margin: 2%;
	padding: 2%;
}

#stacks_in_1214_121-stellar_stacks_help_area h2 {
	text-align: center;
	text-transform: uppercase;
}

#stacks_in_1214_121-stellar_stacks_help_area h3 {
	text-align: center;
	text-transform: uppercase;
}


#googlefontedstacks_in_1214_121 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_121 h1 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_121 h2 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_121 h3 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	

}

#googlefontedstacks_in_1214_121 h4 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_121 h5 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_121 h6 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_121 a:link {
	color: #F2A900 !important;
	
}

#googlefontedstacks_in_1214_121 a:visited {
	color: #F2A900 !important;
	
}

#googlefontedstacks_in_1214_121 a:hover {
	color: #507FA0 !important;
	
}



#stacks_in_1214_121 {
	padding: 0px 0px 0px 10px;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1214_95 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_1214_95 {
		display: none !important;
	}
}
/* Use this file for your stack CSS code */
/* CSS code only used in Stacks edit mode */

#stacks_in_1214_130-stellar_stacks_help_area {
	width: 90%;
	min-height: 200px;
	border: 6px rgb(244, 168, 167) dashed;
	background: rgb(227, 241, 249);
	color: rgb(15, 20, 109);
	font-size: inherit;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: inherit;
	text-decoration: inherit;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 0em;
	margin: 2%;
	padding: 2%;
}

#stacks_in_1214_130-stellar_stacks_help_area h2 {
	text-align: center;
	text-transform: uppercase;
}

#stacks_in_1214_130-stellar_stacks_help_area h3 {
	text-align: center;
	text-transform: uppercase;
}


#googlefontedstacks_in_1214_130 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_130 h1 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_130 h2 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_130 h3 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	

}

#googlefontedstacks_in_1214_130 h4 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_130 h5 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_130 h6 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_130 a:link {
	color: #F2A900 !important;
	
}

#googlefontedstacks_in_1214_130 a:visited {
	color: #F2A900 !important;
	
}

#googlefontedstacks_in_1214_130 a:hover {
	color: #507FA0 !important;
	
}



#stacks_in_1214_130 {
	padding: 0px 0px 0px 10px;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1214_105 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_1214_105 {
		display: none !important;
	}
}
/* Use this file for your stack CSS code */
/* CSS code only used in Stacks edit mode */

#stacks_in_1214_133-stellar_stacks_help_area {
	width: 90%;
	min-height: 200px;
	border: 6px rgb(244, 168, 167) dashed;
	background: rgb(227, 241, 249);
	color: rgb(15, 20, 109);
	font-size: inherit;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: inherit;
	text-decoration: inherit;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 0em;
	margin: 2%;
	padding: 2%;
}

#stacks_in_1214_133-stellar_stacks_help_area h2 {
	text-align: center;
	text-transform: uppercase;
}

#stacks_in_1214_133-stellar_stacks_help_area h3 {
	text-align: center;
	text-transform: uppercase;
}


#googlefontedstacks_in_1214_133 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_133 h1 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_133 h2 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_133 h3 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	

}

#googlefontedstacks_in_1214_133 h4 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_133 h5 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_133 h6 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_133 a:link {
	color: #F2A900 !important;
	
}

#googlefontedstacks_in_1214_133 a:visited {
	color: #F2A900 !important;
	
}

#googlefontedstacks_in_1214_133 a:hover {
	color: #507FA0 !important;
	
}



#stacks_in_1214_133 {
	padding: 0px 0px 0px 10px;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1214_141 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_1214_141 {
		display: none !important;
	}
}
/* Use this file for your stack CSS code */
/* CSS code only used in Stacks edit mode */

#stacks_in_1214_14-stellar_stacks_help_area {
	width: 90%;
	min-height: 200px;
	border: 6px rgb(244, 168, 167) dashed;
	background: rgb(227, 241, 249);
	color: rgb(15, 20, 109);
	font-size: inherit;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: inherit;
	text-decoration: inherit;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 0em;
	margin: 2%;
	padding: 2%;
}

#stacks_in_1214_14-stellar_stacks_help_area h2 {
	text-align: center;
	text-transform: uppercase;
}

#stacks_in_1214_14-stellar_stacks_help_area h3 {
	text-align: center;
	text-transform: uppercase;
}


#googlefontedstacks_in_1214_14 {
	font-family:  !important;
	font-size: 120% !important;
	line-height: 120% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_14 h1 {
	font-family:  !important;
	font-size: 120% !important;
	line-height: 120% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_14 h2 {
	font-family:  !important;
	font-size: 120% !important;
	line-height: 120% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_14 h3 {
	font-family:  !important;
	font-size: 120% !important;
	line-height: 120% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	

}

#googlefontedstacks_in_1214_14 h4 {
	font-family:  !important;
	font-size: 120% !important;
	line-height: 120% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_14 h5 {
	font-family:  !important;
	font-size: 120% !important;
	line-height: 120% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_14 h6 {
	font-family:  !important;
	font-size: 120% !important;
	line-height: 120% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_14 a:link {
	color: #F2A900 !important;
	
		text-decoration: none !important;
	
}

#googlefontedstacks_in_1214_14 a:visited {
	color: #F2A900 !important;
	
		text-decoration: none !important;
	
}

#googlefontedstacks_in_1214_14 a:hover {
	color: #3F5C73 !important;
	
		text-decoration: none !important;
	
}



.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1214_151 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_1214_151 {
		display: none !important;
	}
}
/* Use this file for your stack CSS code */
/* CSS code only used in Stacks edit mode */

#stacks_in_1214_80-stellar_stacks_help_area {
	width: 90%;
	min-height: 200px;
	border: 6px rgb(244, 168, 167) dashed;
	background: rgb(227, 241, 249);
	color: rgb(15, 20, 109);
	font-size: inherit;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: inherit;
	text-decoration: inherit;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 0em;
	margin: 2%;
	padding: 2%;
}

#stacks_in_1214_80-stellar_stacks_help_area h2 {
	text-align: center;
	text-transform: uppercase;
}

#stacks_in_1214_80-stellar_stacks_help_area h3 {
	text-align: center;
	text-transform: uppercase;
}


#googlefontedstacks_in_1214_80 {
	font-family:  !important;
	font-size: 120% !important;
	line-height: 120% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_80 h1 {
	font-family:  !important;
	font-size: 120% !important;
	line-height: 120% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_80 h2 {
	font-family:  !important;
	font-size: 120% !important;
	line-height: 120% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_80 h3 {
	font-family:  !important;
	font-size: 120% !important;
	line-height: 120% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	

}

#googlefontedstacks_in_1214_80 h4 {
	font-family:  !important;
	font-size: 120% !important;
	line-height: 120% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_80 h5 {
	font-family:  !important;
	font-size: 120% !important;
	line-height: 120% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_80 h6 {
	font-family:  !important;
	font-size: 120% !important;
	line-height: 120% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_80 a:link {
	color: #F2A900 !important;
	
		text-decoration: none !important;
	
}

#googlefontedstacks_in_1214_80 a:visited {
	color: #F2A900 !important;
	
		text-decoration: none !important;
	
}

#googlefontedstacks_in_1214_80 a:hover {
	color: #3F5C73 !important;
	
		text-decoration: none !important;
	
}



.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1214_110 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_1214_110 {
		display: none !important;
	}
}
/* Use this file for your stack CSS code */
/* CSS code only used in Stacks edit mode */

#stacks_in_1214_137-stellar_stacks_help_area {
	width: 90%;
	min-height: 200px;
	border: 6px rgb(244, 168, 167) dashed;
	background: rgb(227, 241, 249);
	color: rgb(15, 20, 109);
	font-size: inherit;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: inherit;
	text-decoration: inherit;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 0em;
	margin: 2%;
	padding: 2%;
}

#stacks_in_1214_137-stellar_stacks_help_area h2 {
	text-align: center;
	text-transform: uppercase;
}

#stacks_in_1214_137-stellar_stacks_help_area h3 {
	text-align: center;
	text-transform: uppercase;
}


#googlefontedstacks_in_1214_137 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_137 h1 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_137 h2 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_137 h3 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	

}

#googlefontedstacks_in_1214_137 h4 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_137 h5 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_137 h6 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_137 a:link {
	color: #F2A900 !important;
	
}

#googlefontedstacks_in_1214_137 a:visited {
	color: #F2A900 !important;
	
}

#googlefontedstacks_in_1214_137 a:hover {
	color: #507FA0 !important;
	
}



#stacks_in_1214_137 {
	padding: 0px 0px 0px 10px;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1214_146 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_1214_146 {
		display: none !important;
	}
}
/* Use this file for your stack CSS code */
/* CSS code only used in Stacks edit mode */

#stacks_in_1214_147-stellar_stacks_help_area {
	width: 90%;
	min-height: 200px;
	border: 6px rgb(244, 168, 167) dashed;
	background: rgb(227, 241, 249);
	color: rgb(15, 20, 109);
	font-size: inherit;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: inherit;
	text-decoration: inherit;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 0em;
	margin: 2%;
	padding: 2%;
}

#stacks_in_1214_147-stellar_stacks_help_area h2 {
	text-align: center;
	text-transform: uppercase;
}

#stacks_in_1214_147-stellar_stacks_help_area h3 {
	text-align: center;
	text-transform: uppercase;
}


#googlefontedstacks_in_1214_147 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_147 h1 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_147 h2 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_147 h3 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	

}

#googlefontedstacks_in_1214_147 h4 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_147 h5 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_147 h6 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_147 a:link {
	color: #F2A900 !important;
	
}

#googlefontedstacks_in_1214_147 a:visited {
	color: #F2A900 !important;
	
}

#googlefontedstacks_in_1214_147 a:hover {
	color: #507FA0 !important;
	
}



#stacks_in_1214_147 {
	padding: 0px 0px 0px 10px;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1214_152 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_1214_152 {
		display: none !important;
	}
}
/* Use this file for your stack CSS code */
/* CSS code only used in Stacks edit mode */

#stacks_in_1214_158-stellar_stacks_help_area {
	width: 90%;
	min-height: 200px;
	border: 6px rgb(244, 168, 167) dashed;
	background: rgb(227, 241, 249);
	color: rgb(15, 20, 109);
	font-size: inherit;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: inherit;
	text-decoration: inherit;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 0em;
	margin: 2%;
	padding: 2%;
}

#stacks_in_1214_158-stellar_stacks_help_area h2 {
	text-align: center;
	text-transform: uppercase;
}

#stacks_in_1214_158-stellar_stacks_help_area h3 {
	text-align: center;
	text-transform: uppercase;
}


#googlefontedstacks_in_1214_158 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_158 h1 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_158 h2 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_158 h3 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	

}

#googlefontedstacks_in_1214_158 h4 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_158 h5 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_158 h6 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_158 a:link {
	color: #F2A900 !important;
	
}

#googlefontedstacks_in_1214_158 a:visited {
	color: #F2A900 !important;
	
}

#googlefontedstacks_in_1214_158 a:hover {
	color: #507FA0 !important;
	
}



#stacks_in_1214_158 {
	padding: 0px 0px 0px 10px;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1214_162 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_1214_162 {
		display: none !important;
	}
}
/* Use this file for your stack CSS code */
/* CSS code only used in Stacks edit mode */

#stacks_in_1214_163-stellar_stacks_help_area {
	width: 90%;
	min-height: 200px;
	border: 6px rgb(244, 168, 167) dashed;
	background: rgb(227, 241, 249);
	color: rgb(15, 20, 109);
	font-size: inherit;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: inherit;
	text-decoration: inherit;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 0em;
	margin: 2%;
	padding: 2%;
}

#stacks_in_1214_163-stellar_stacks_help_area h2 {
	text-align: center;
	text-transform: uppercase;
}

#stacks_in_1214_163-stellar_stacks_help_area h3 {
	text-align: center;
	text-transform: uppercase;
}


#googlefontedstacks_in_1214_163 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_163 h1 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_163 h2 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_163 h3 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	

}

#googlefontedstacks_in_1214_163 h4 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_163 h5 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_163 h6 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_163 a:link {
	color: #F2A900 !important;
	
}

#googlefontedstacks_in_1214_163 a:visited {
	color: #F2A900 !important;
	
}

#googlefontedstacks_in_1214_163 a:hover {
	color: #507FA0 !important;
	
}



#stacks_in_1214_163 {
	padding: 0px 0px 0px 10px;
}
/* Use this file for your stack CSS code */
/* CSS code only used in Stacks edit mode */

#stacks_in_1214_50-stellar_stacks_help_area {
	width: 90%;
	min-height: 200px;
	border: 6px rgb(244, 168, 167) dashed;
	background: rgb(227, 241, 249);
	color: rgb(15, 20, 109);
	font-size: inherit;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: inherit;
	text-decoration: inherit;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 0em;
	margin: 2%;
	padding: 2%;
}

#stacks_in_1214_50-stellar_stacks_help_area h2 {
	text-align: center;
	text-transform: uppercase;
}

#stacks_in_1214_50-stellar_stacks_help_area h3 {
	text-align: center;
	text-transform: uppercase;
}


#googlefontedstacks_in_1214_50 {
	font-family:  !important;
	font-size: 120% !important;
	line-height: 120% !important;
	text-align: right !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_50 h1 {
	font-family:  !important;
	font-size: 120% !important;
	line-height: 120% !important;
	text-align: right !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_50 h2 {
	font-family:  !important;
	font-size: 120% !important;
	line-height: 120% !important;
	text-align: right !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_50 h3 {
	font-family:  !important;
	font-size: 120% !important;
	line-height: 120% !important;
	text-align: right !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	

}

#googlefontedstacks_in_1214_50 h4 {
	font-family:  !important;
	font-size: 120% !important;
	line-height: 120% !important;
	text-align: right !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_50 h5 {
	font-family:  !important;
	font-size: 120% !important;
	line-height: 120% !important;
	text-align: right !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_50 h6 {
	font-family:  !important;
	font-size: 120% !important;
	line-height: 120% !important;
	text-align: right !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #F2A900 !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_50 a:link {
	color: #F2A900 !important;
	
		text-decoration: none !important;
	
}

#googlefontedstacks_in_1214_50 a:visited {
	color: #F2A900 !important;
	
		text-decoration: none !important;
	
}

#googlefontedstacks_in_1214_50 a:hover {
	color: #3F5C73 !important;
	
		text-decoration: none !important;
	
}



.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1214_54 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_1214_54 {
		display: none !important;
	}
}
/* Use this file for your stack CSS code */
/* CSS code only used in Stacks edit mode */

#stacks_in_1214_29-stellar_stacks_help_area {
	width: 90%;
	min-height: 200px;
	border: 6px rgb(244, 168, 167) dashed;
	background: rgb(227, 241, 249);
	color: rgb(15, 20, 109);
	font-size: inherit;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: inherit;
	text-decoration: inherit;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 0em;
	margin: 2%;
	padding: 2%;
}

#stacks_in_1214_29-stellar_stacks_help_area h2 {
	text-align: center;
	text-transform: uppercase;
}

#stacks_in_1214_29-stellar_stacks_help_area h3 {
	text-align: center;
	text-transform: uppercase;
}


#googlefontedstacks_in_1214_29 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: right !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #507FA0 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_29 h1 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: right !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #507FA0 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_29 h2 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: right !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #507FA0 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_29 h3 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: right !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #507FA0 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	

}

#googlefontedstacks_in_1214_29 h4 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: right !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #507FA0 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_29 h5 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: right !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #507FA0 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_29 h6 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: right !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #507FA0 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_29 a:link {
	color: #3F5C73 !important;
	
		text-decoration: none !important;
	
}

#googlefontedstacks_in_1214_29 a:visited {
	color: #3F5C73 !important;
	
		text-decoration: none !important;
	
}

#googlefontedstacks_in_1214_29 a:hover {
	color: #F2A900 !important;
	
		text-decoration: none !important;
	
}



.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1214_26 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_1214_26 {
		display: none !important;
	}
}
/* Use this file for your stack CSS code */
/* CSS code only used in Stacks edit mode */

#stacks_in_1214_22-stellar_stacks_help_area {
	width: 90%;
	min-height: 200px;
	border: 6px rgb(244, 168, 167) dashed;
	background: rgb(227, 241, 249);
	color: rgb(15, 20, 109);
	font-size: inherit;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: inherit;
	text-decoration: inherit;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 0em;
	margin: 2%;
	padding: 2%;
}

#stacks_in_1214_22-stellar_stacks_help_area h2 {
	text-align: center;
	text-transform: uppercase;
}

#stacks_in_1214_22-stellar_stacks_help_area h3 {
	text-align: center;
	text-transform: uppercase;
}


#googlefontedstacks_in_1214_22 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: right !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #507FA0 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_22 h1 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: right !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #507FA0 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_22 h2 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: right !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #507FA0 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_22 h3 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: right !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #507FA0 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	

}

#googlefontedstacks_in_1214_22 h4 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: right !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #507FA0 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_22 h5 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: right !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #507FA0 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_22 h6 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: right !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #507FA0 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_22 a:link {
	color: #3F5C73 !important;
	
		text-decoration: none !important;
	
}

#googlefontedstacks_in_1214_22 a:visited {
	color: #3F5C73 !important;
	
		text-decoration: none !important;
	
}

#googlefontedstacks_in_1214_22 a:hover {
	color: #F2A900 !important;
	
		text-decoration: none !important;
	
}



.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1214_33 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_1214_33 {
		display: none !important;
	}
}
/* Use this file for your stack CSS code */
/* CSS code only used in Stacks edit mode */

#stacks_in_1214_36-stellar_stacks_help_area {
	width: 90%;
	min-height: 200px;
	border: 6px rgb(244, 168, 167) dashed;
	background: rgb(227, 241, 249);
	color: rgb(15, 20, 109);
	font-size: inherit;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: inherit;
	text-decoration: inherit;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 0em;
	margin: 2%;
	padding: 2%;
}

#stacks_in_1214_36-stellar_stacks_help_area h2 {
	text-align: center;
	text-transform: uppercase;
}

#stacks_in_1214_36-stellar_stacks_help_area h3 {
	text-align: center;
	text-transform: uppercase;
}


#googlefontedstacks_in_1214_36 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: right !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #507FA0 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_36 h1 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: right !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #507FA0 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_36 h2 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: right !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #507FA0 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_36 h3 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: right !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #507FA0 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	

}

#googlefontedstacks_in_1214_36 h4 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: right !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #507FA0 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_36 h5 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: right !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #507FA0 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_36 h6 {
	font-family:  !important;
	font-size: 100% !important;
	line-height: 110% !important;
	text-align: right !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #507FA0 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
	
}

#googlefontedstacks_in_1214_36 a:link {
	color: #3F5C73 !important;
	
		text-decoration: none !important;
	
}

#googlefontedstacks_in_1214_36 a:visited {
	color: #2F3E4F !important;
	
		text-decoration: none !important;
	
}

#googlefontedstacks_in_1214_36 a:hover {
	color: #F2A900 !important;
	
		text-decoration: none !important;
	
}


