a.block-link{display:block;text-decoration:none !important;padding:0;margin:0;color:inherit}a.block-link:link,a.block-link:visited,a.block-link:hover,a.block-link:active{color:inherit}
.cookie-jar{display:none;z-index:9999;position:fixed;bottom:0;width:100%}.cookie-jar.cookie-jar-top{bottom:auto;top:0}.cookie-jar-buttons > div{width:49.5%;display:inline-block}


/**
 *
 * slippry v1.4.0 - Responsive content slider for jQuery
 * http://slippry.com
 *
 * Authors: Lukas Jakob Hafner - @saftsaak
 *          Thomas Hurd - @SeenNotHurd
 *
 * Copyright 2016, booncon oy - http://booncon.com
 *
 *
 * Released under the MIT license - http://opensource.org/licenses/MIT
 */
/* kenBurns animations, very basic */
@-webkit-keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); } }
@-o-keyframes left-right {
  0% {
    -o-transform: translateY(-20%) translateX(-10%);
       transform: translateY(-20%) translateX(-10%); }
  100% {
    -o-transform: translateY(0%) translateX(10%);
       transform: translateY(0%) translateX(10%); } }
@keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
         -o-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
         -o-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); } }
@-webkit-keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); } }
@-o-keyframes right-left {
  0% {
    -o-transform: translateY(0%) translateX(10%);
       transform: translateY(0%) translateX(10%); }
  100% {
    -o-transform: translateY(-20%) translateX(-10%);
       transform: translateY(-20%) translateX(-10%); } }
@keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
         -o-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
         -o-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); } }
/* added to the original element calling slippry */
.sy-box.sy-loading {
  background: url("/images/sy-loader.gif") 50% 50% no-repeat;
  -webkit-background-size: 32px 32px;
          background-size: 32px;
  min-height: 40px; }
  .sy-box.sy-loading .sy-slides-wrap, .sy-box.sy-loading .sy-pager {
    visibility: hidden; }

/* element that wraps the slides */
.sy-slides-wrap {
  position: relative;
  height: 100%;
  width: 100%; }
  .sy-slides-wrap:hover .sy-controls {
    display: block; }

/* element that crops the visible area to the slides */
.sy-slides-crop {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden; }

/* list containing the slides */
.sy-list {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute; }
  .sy-list.horizontal {
    -webkit-transition: left ease;
         -o-transition: left ease;
            transition: left ease; }
  .sy-list.vertical {
    -webkit-transition: top ease;
         -o-transition: top ease;
            transition: top ease; }

/* single slide */
.sy-slide {
  position: absolute;
  width: 100%;
  z-index: 2; }
  .sy-slide.kenburns {
    width: 140%;
    left: -20%; }
    .sy-slide.kenburns.useCSS {
      -webkit-transition-property: opacity;
           -o-transition-property: opacity;
              transition-property: opacity; }
      .sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
        -webkit-animation-name: left-right;
             -o-animation-name: left-right;
                animation-name: left-right;
        -webkit-animation-fill-mode: forwards;
             -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
      .sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
        -webkit-animation-name: right-left;
             -o-animation-name: right-left;
                animation-name: right-left;
        -webkit-animation-fill-mode: forwards;
             -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
  .sy-slide.sy-active {
    z-index: 3; }
  .sy-slide > img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: 0; }
  .sy-slide > a {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%; }
    .sy-slide > a > img {
      margin: 0;
      padding: 0;
      display: block;
      width: 100%;
      border: 0; }

/* next/ prev buttons, with arrows and clickable area a lot larger than the visible buttons */
.sy-controls {
  display: none;
  list-style: none;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0; }
  .sy-controls li {
    position: absolute;
    width: 10%;
    min-width: 4.2em;
    height: 100%;
    z-index: 33; }
    .sy-controls li.sy-prev {
      left: 0;
      top: 0; }
      .sy-controls li.sy-prev a:after {
        background-position: -5% 0; }
    .sy-controls li.sy-next {
      right: 0;
      top: 0; }
      .sy-controls li.sy-next a:after {
        background-position: 105% 0; }
    .sy-controls li a {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      text-indent: -9999px; }
      .sy-controls li a:link, .sy-controls li a:visited {
        opacity: 0.4; }
      .sy-controls li a:hover, .sy-controls li a:focus {
        opacity: 0.8;
        outline: none; }
      .sy-controls li a:after {
        content: "";
        background-image: url("/images/arrows.svg");
        background-repeat: no-repeat;
        -webkit-background-size: cover;
                background-size: cover;
        text-align: center;
        text-indent: 0;
        line-height: 2.8em;
        color: #111;
        font-weight: 800;
        position: absolute;
        background-color: #fff;
        width: 2.8em;
        height: 2.8em;
        left: 50%;
        top: 50%;
        margin-top: -1.4em;
        margin-left: -1.4em;
        border-radius: 50%; }
  @media only screen and (max-device-width: 600px) {
    .sy-controls {
      display: block; }
      .sy-controls li {
        min-width: 2.1em; }
        .sy-controls li a:after {
          width: 1.4em;
          height: 1.4em;
          margin-top: -0.7em;
          margin-left: -0.7em; } }

/* captions, styled fo the overlay variant */
.sy-caption-wrap {
  position: absolute;
  bottom: 2em;
  z-index: 12;
  left: 50%; }
  .sy-caption-wrap .sy-caption {
    position: relative;
    left: -50%;
    background-color: rgba(0, 0, 0, 0.54);
    color: #fff;
    padding: 0.4em 1em;
    border-radius: 1.2em; }
    .sy-caption-wrap .sy-caption a:link, .sy-caption-wrap .sy-caption a:visited {
      color: #e24b70;
      font-weight: 600;
      text-decoration: none; }
    .sy-caption-wrap .sy-caption a:hover, .sy-caption-wrap .sy-caption a:focus {
      text-decoration: underline; }
  @media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
    .sy-caption-wrap {
      left: 0;
      bottom: 0.4em; }
      .sy-caption-wrap .sy-caption {
        left: 0;
        padding: 0.2em 0.4em;
        font-size: 0.92em;
        border-radius: 0; } }

/* pager bubbles */
.sy-pager {
  clear: both;
  display: block;
  width: 100%;
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .sy-pager li {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin: 0 1em 0 0;
    border-radius: 50%; }
    .sy-pager li.sy-active a {
      background-color: #e24b70; }
    .sy-pager li a {
      width: 100%;
      height: 100%;
      display: block;
      background-color: #ccc;
      text-indent: -9999px;
      -webkit-background-size: 2em 2em;
              background-size: 2em;
      border-radius: 50%; }
      .sy-pager li a:link, .sy-pager li a:visited {
        opacity: 1.0; }
      .sy-pager li a:hover, .sy-pager li a:focus {
        opacity: 0.6; }

/* element to "keep/ fill" the space of the content, gets intrinsic height via js */
.sy-filler {
  width: 100%; }
  .sy-filler.ready {
    -webkit-transition: padding 600ms ease;
         -o-transition: padding 600ms ease;
            transition: padding 600ms ease; }


#cookiejar_stacks_in_295{padding:20px;background-color:rgba(255, 255, 255, 0.90)}

#stacks_out_277 {
	width: 250px;
}



	#stacks_in_284 .button_icon,#stacks_in_284 .button_icon i {
		margin:0;
		padding:0;
		display:inline-block;
		font-weight:normal;
		height:32px;
		line-height:32px;
		font-size:19px;
	}
	


#stacks_in_284 .button_label {
	font: 500 16px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}


	#stacks_in_284 .button_icon {
		border-right: 1px solid rgba(0,0,0,0.2);
		float:left;
		padding-right:14px;
	}
	#stacks_in_284 .button_label {
		border-left: 1px solid rgba(255,255,255, 0.2);
		float:left;
		padding: 0px 7px 0px 14px;
	}




#stacks_in_284 .sweet_button_wrapper {
	text-align:center;

	
		height:32px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_284 .sweet_button_wrapper {
		
			height:28px;
		
	}

	
		#stacks_in_284 .button_icon,#stacks_in_284 .button_icon i {
			height:28px;
			line-height:2em;
			font-size:17px;
		}
		
	

	#stacks_in_284 .button_label {
		font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_284 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 14px;
	text-decoration:none;
	text-align:center;
	color:rgba(255, 255, 255, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:5px;
	background:rgba(56, 157, 66, 1.00);
}
#stacks_in_284 a.sweet_button:visited {
	color:rgba(255, 255, 255, 1.00);
}

#stacks_in_284 a.sweet_button:hover {
	border-color:rgba(153, 153, 153, 1.00);
}








#stacks_in_284 .sweet_button:hover {
	color:rgba(255, 255, 255, 1.00);
	background: rgba(76, 177, 86, 1.00);
}
#stacks_in_284 .sweet_button:active{
	background: rgba(36, 137, 46, 1.00);
}
#stacks_in_284 .sweet_button.clicked {
	background: rgba(38, 113, 45, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_284 .sweet_button.clicked:hover {
	background: rgba(58, 133, 65, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_284 .sweet_button.clicked:active{
	background: rgba(18, 93, 25, 1.00);
}










	#stacks_in_283 .button_icon,#stacks_in_283 .button_icon i {
		margin:0;
		padding:0;
		display:inline-block;
		font-weight:normal;
		height:32px;
		line-height:32px;
		font-size:19px;
	}
	


#stacks_in_283 .button_label {
	font: 500 16px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}


	#stacks_in_283 .button_icon {
		border-right: 1px solid rgba(0,0,0,0.2);
		float:left;
		padding-right:14px;
	}
	#stacks_in_283 .button_label {
		border-left: 1px solid rgba(255,255,255, 0.2);
		float:left;
		padding: 0px 7px 0px 14px;
	}




#stacks_in_283 .sweet_button_wrapper {
	text-align:center;

	
		height:32px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_283 .sweet_button_wrapper {
		
			height:28px;
		
	}

	
		#stacks_in_283 .button_icon,#stacks_in_283 .button_icon i {
			height:28px;
			line-height:2em;
			font-size:17px;
		}
		
	

	#stacks_in_283 .button_label {
		font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_283 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 14px;
	text-decoration:none;
	text-align:center;
	color:rgba(255, 255, 255, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:5px;
	background:rgba(255, 8, 30, 1.00);
}
#stacks_in_283 a.sweet_button:visited {
	color:rgba(255, 255, 255, 1.00);
}

#stacks_in_283 a.sweet_button:hover {
	border-color:rgba(153, 153, 153, 1.00);
}








#stacks_in_283 .sweet_button:hover {
	color:rgba(255, 255, 255, 1.00);
	background: rgba(255, 28, 50, 1.00);
}
#stacks_in_283 .sweet_button:active{
	background: rgba(235, 0, 10, 1.00);
}
#stacks_in_283 .sweet_button.clicked {
	background: rgba(56, 157, 66, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_283 .sweet_button.clicked:hover {
	background: rgba(76, 177, 86, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_283 .sweet_button.clicked:active{
	background: rgba(36, 137, 46, 1.00);
}







/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_299 #myExtraContent2,
#ExtraContentPlusstacks_in_299 #fs {
	display: none;
}



#freeStyleWrapperstacks_in_301 {
  position: relative;
}

.sy-pager {
  padding: 1em 0;
  margin: 0;
  line-height: 1;
  /* display: none; */
  list-style: none;
  background: rgba(255, 255, 255, 0.00);
  
  text-align: center;
  
}

@media screen and (min-width: 768px) {
  .sy-pager {
    display: block;
  }
}

.sy-pager li {
  margin: 0 0.5em;
}



.sy-pager li a {
  color: rgba(0,0,0,0);
  background-color: rgba(255, 255, 255, 0.50);
}

.sy-pager li.sy-active a {
  background-color: rgba(51, 51, 51, 1.00);
}

.freeStyleCaptionsContainer {
  
  text-align: center;
  
  
  background: rgba(25, 25, 25, 1.00);
  color: rgba(255, 255, 255, 0.80);
  padding: 0.5rem 0.5rem;
  
	
	
}

.upperCaptionsContainer,
.lowerCaptionsContainer {
  display: none;
}


.upperCaptionsContainer,
.lowerCaptionsContainer {
  display: none !important;
}







#freeStyleOuterWrapperstacks_in_301 {
  display: flex;
  flex-direction: column;
}

.lowerCaptionsContainer {
  display: block;
  width: 100%;
  flex-basis: 100%;
  order: 2;
}

#freeStyleWrapperstacks_in_301 {
  flex: 1;
  order: 1;
}

@media screen and (min-width: 768px) {
  #freeStyleOuterWrapperstacks_in_301 {
    display: flex;
    flex-direction: row;

  }
  .lowerCaptionsContainer {
    display: block;
    width: 15rem;
    flex-basis: 15rem;
    order: 1;
  }

  .freeStyleCaptionTable {
    display: table;
    width: 100%;
    height: 100%;
  }

  .freeStyleCaptionContent {
    display: table-cell;
    
    
    vertical-align: middle;
    
    
  }

  #freeStyleWrapperstacks_in_301 {
    flex: 1;
    order: 2;
  }
}




.sy-controls {
  display: none;
}

.sy-controls li.sy-prev a:after,
.sy-controls li.sy-next a:after {
  color: rgba(255, 255, 255, 1.00);
  background: none;
  font-size: 45px;
  font-family: FontAwesome, 'Font Awesome 5 Free';
}
















.sy-controls li.sy-prev a:after {
  content: '\f137';
}

.sy-controls li.sy-next a:after {
  content: '\f138';
}








.freeStyleOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.freeStyleOverlayTableWrapper {
  height: 100%;
  width: calc(100% - 20%);
  display: table;
  margin-left: 10%;
  margin-right: 10%;
}

.freeStyleOverlayInner {
  display: table-cell;
  vertical-align: middle;
}




/* Start Cell  */

%[if 0 ]%
/* Hide this grid area in web browsers that do not support CSS Grid */
#cell_stacks_in_303_ {
  display: none;
}

@supports (display: grid) {
  #cell_stacks_in_303_ {
    display: block;
  }
}
%[endif]%



#cell_stacks_in_303_ {
  grid-area: ;
}

#cell_stacks_in_303_ {
  %[if 0 ]%
  border-top: px solid ;
  border-right: px solid ;
  border-bottom: px solid ;
  border-left: px solid ;
  border-radius: px px px px;
  %[endif]%
  position: relative;
  %[if 0 ]%
  box-shadow: px px px px ;
  margin: px;
  %[endif]%
}

%[if 0 ]%
#cell_stacks_in_303_ #mondrianCellBackgroundstacks_in_303 {
  margin: px;
  %[if 0 ]%
  height: 100%;
  width: 100%;
  %[endif]%
  %[if 1 ]%
  height: calc(100% - px - px);
  width: calc(100% - px - px);
  %[endif]%
  border-radius: px px px px;
}
%[endif]%

%[if 0 ]%
/* No background */
#cell_stacks_in_303_ #mondrianCellBackgroundstacks_in_303 {
}
%[endif]%

%[if 0 ]%
/* Solid colour fill */
#cell_stacks_in_303_ #mondrianCellBackgroundstacks_in_303 {
	background: ;
}
%[endif]%

%[if 0 ]%
/* Vertical gradient fill */
#cell_stacks_in_303_ #mondrianCellBackgroundstacks_in_303 {
	background-color: ;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(), to());
	background-image: -moz-linear-gradient(top, , );
	background-image: -ms-linear-gradient(top, , );
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, ), color-stop(100%, ));
	background-image: -webkit-linear-gradient(top, , );
	background-image: -o-linear-gradient(top, , );
	background-image: linear-gradient(top, , );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='', endColorstr='', GradientType=0);
}
%[endif]%

%[if 0 ]%
/* Horizontal gradient fill */
#cell_stacks_in_303_ #mondrianCellBackgroundstacks_in_303 {
	background-color: ;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(), to());
	background-image: -moz-linear-gradient(left, , );
	background-image: -ms-linear-gradient(left, , );
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, ), color-stop(100%, ));
	background-image: -webkit-linear-gradient(left, , );
	background-image: -o-linear-gradient(left, , );
	background-image: linear-gradient(left, , );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='', endColorstr='', GradientType=1);
}
%[endif]%

%[if 0 ]%
/* Top left to bottom right diagonal gradient fill */
#cell_stacks_in_303_ #mondrianCellBackgroundstacks_in_303 {
	background: ;
	background: -moz-linear-gradient(-45deg,   0%,  100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,), color-stop(100%,));
	background: -webkit-linear-gradient(-45deg,   0%, 100%);
	background: -o-linear-gradient(-45deg,   0%, 100%);
	background: -ms-linear-gradient(-45deg,   0%, 100%);
	background: linear-gradient(135deg,   0%, 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='', endColorstr='',GradientType=1 );
}
%[endif]%

%[if 0 ]%
/* Bottom left to top right diagonal gradient fill */
#cell_stacks_in_303_ #mondrianCellBackgroundstacks_in_303 {
	background: ;
	background: -moz-linear-gradient(45deg,  0%,  100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,), color-stop(100%,));
	background: -webkit-linear-gradient(45deg,  0%, 100%);
	background: -o-linear-gradient(45deg,  0%, 100%);
	background: -ms-linear-gradient(45deg,  0%, 100%);
	background: linear-gradient(45deg,  0%, 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='', endColorstr='',GradientType=1 );
}
%[endif]%

%[if 0 ]%
/* Radial gradient fill */
#cell_stacks_in_303_ #mondrianCellBackgroundstacks_in_303 {
	background: ;
	background: -moz-radial-gradient(center, ellipse cover,   0%,  100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,), color-stop(100%,));
	background: -webkit-radial-gradient(center, ellipse cover,  0%, 100%);
	background: -o-radial-gradient(center, ellipse cover,  0%, 100%);
	background: -ms-radial-gradient(center, ellipse cover,  0%, 100%);
	background: radial-gradient(ellipse at center,  0%, 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='', endColorstr='',GradientType=1 );
}
%[endif]%

%[if 0 ]%
/* Random image applied as a CSS background */
#mondrianCellBackgroundstacks_in_303 {
	background-size: ;
	background-repeat: no-repeat;
  background-position: ;
}
%[endif]%

%[if 0 ]%
/* Local image image applied as a CSS background */
#cell_stacks_in_303_ #mondrianCellBackgroundstacks_in_303 {
	background: url();
	background-size: ;
	background-repeat: no-repeat;
  background-position: ;
}
%[endif]%

%[if 0 ]%
/* Warehoused image applied as a CSS background */
#cell_stacks_in_303_ #mondrianCellBackgroundstacks_in_303 {
	background: url();
  background-size: ;
	background-repeat: no-repeat;
  background-position: ;
}
%[endif]%

%[if 0 ]%
/* Local image image applied as a CSS background */
#cell_stacks_in_303_ #mondrianCellBackgroundstacks_in_303 {
	background: url();
	background-repeat: repeat;
}
%[endif]%

%[if 0 ]%
/* Warehoused image applied as a CSS background */
#cell_stacks_in_303_ #mondrianCellBackgroundstacks_in_303 {
	background: url();
	background-repeat: repeat;
}
%[endif]%

#cell_stacks_in_303_ .mondrianCellContent {
  %[if 0 ]%
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
  %[if ]%text-align: justify;%[endif]%
  %[endif]%
  %[if 0 ]%
  padding: px px px px;
  %[endif]%
}

@supports (display: grid) {
  /* Code that will only run if CSS Grid is supported by the browser  */
  #cell_stacks_in_303_ .mondrianCellContent {
    %[if 0 ]%
    %[if ]%vertical-align: top;%[endif]%
    %[if ]%vertical-align: middle;%[endif]%
    %[if ]%vertical-align: bottom;%[endif]%
    %[endif]%
  }
}


%[if 0 ]%
@media screen and (min-width: px) {
  #cell_stacks_in_303_ .mondrianCellContent .stacks_out {
    writing-mode: vertical-lr;
    %[if 0 ]%white-space: nowrap;%[endif]%
    line-height: %;
  }
}
%[endif]%

%[if 0 ]%
#mondrianExtraLayerUpperstacks_in_303 {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  z-index: 20;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
  %[if ]%top: 0;%[endif]%
  %[if ]%
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  %[endif]%
  %[if ]%bottom: 0;%[endif]%
}
%[endif]%

%[if 0 ]%
#mondrianExtraLayerLowerstacks_in_303 {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  z-index: 20;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
  %[if ]%top: 0;%[endif]%
  %[if ]%
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  %[endif]%
  %[if ]%bottom: 0;%[endif]%
}
%[endif]%





/* End Cell  */
/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_373_30_2 #myExtraContent15,
#ExtraContentPlusstacks_in_373_30_2 #fs {
	display: none;
}

#stacks_in_373_30_18_4>.s3_row {
	margin: 0 -10px;
}

#stacks_in_373_30_18_4>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_373_30_18_4>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_373_30_18_4>.s3_row>.s3_column_right {
	width: 33.33%;
}

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








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



}



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


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


}




#stacks_in_373_30_18_13 {
	padding:  6px;
}

#stacks_in_373_30_18_15 {
	font-size: 89%;
	font-weight: bold;
}

#stacks_in_373_30_18_10 {
	margin:  3px;
}
#stacks_in_373_30_18_5 form.dds_form{width:100%;padding:2px 0}#stacks_in_373_30_18_5 form.dds_form input[type=search]{width:100%;color:#000000;font-size:11px;text-indent:0.5em}#stacks_in_373_30_18_5 form.dds_form::-webkit-input-placeholder{color:#A9A9A9}

#stacks_in_373_30_18_5 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin:  9px;
	padding:  6px;
}

#stacks_in_373_30_18_9 {
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 99%;
}
 #stacks_in_209 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_209 hr.gradient{height:3px;background:#333;background-image:-webkit-linear-gradient(left,#FF7054,#541C15,#FF7054);background-image:-moz-linear-gradient(left,#FF7054,#541C15,#FF7054);background-image:-ms-linear-gradient(left,#FF7054,#541C15,#FF7054);background-image:-o-linear-gradient(left,#FF7054,#541C15,#FF7054);background-image:linear-gradient(left,#FF7054,#541C15,#FF7054)}#stacks_in_209 hr.faded{height:3px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_209 hr.dashed_fade{border-bottom:3px dashed #9F6760;background:#541C15}#stacks_in_209 hr.dotted_fade{border-bottom:3px dotted #9F6760;background:#541C15}#stacks_in_209 hr.dashed{border-bottom:3px dashed #541C15}#stacks_in_209 hr.dotted{border-bottom:3px dotted #9F6760}#stacks_in_209 hr.shadow{height:3px;box-shadow:inset 0 3px 3px -3px rgba(0,0,0,0.5)}#stacks_in_209 hr.cloudy{margin:3px 0;box-shadow:0 0 3px 1px #541C15}#stacks_in_209 hr.cloudy:after{content:"\00a0"}#stacks_in_209 hr.inset{border-top:3px solid rgba(0,0,0,0.1);border-bottom:3px solid rgba(255,255,255,0.3)}#stacks_in_209 hr.inset_two{border-top:3px solid #FF7054;border-bottom:3px solid #541C15}#stacks_in_209 hr.inset_three{border-top:3px solid #541C15;border-bottom:3px solid #FF7054}#stacks_in_209 hr.inset_four{border-top:3px solid #541C15;border-bottom:3px solid #CCCCCC}#stacks_in_209 hr.flared{height:30px;border-style:solid;border-color:#541C15;border-width:3px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_209 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#541C15;border-width:0 0 3px 0;border-radius:20px}#stacks_in_209 hr.glyph{padding:0;border:0;border-top:3px double #541C15;color:#541C15;text-align:center;margin:1em 0}#stacks_in_209 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_209 {
	margin:  14px;
}
#stacks_in_374 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_374 .jwresp_col{float:none} #stacks_in_374 #jwresp_col2_stacks_in_374{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_374 #jwresp_col1_stacks_in_374,#stacks_in_374 #jwresp_col3_stacks_in_374{width:32%}#stacks_in_374 #jwresp_col1_stacks_in_374{float:left}#stacks_in_374 #jwresp_col3_stacks_in_374{float:right} @media screen and (max-width:770px){#stacks_in_374 #jwresp_col1_stacks_in_374,#stacks_in_374 #jwresp_col3_stacks_in_374{margin-bottom:20px}#stacks_in_374 #jwresp_col1_stacks_in_374{width:49%}#stacks_in_374 #jwresp_col3_stacks_in_374{width:49%}#stacks_in_374 #jwresp_col2_stacks_in_374{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_374 #jwresp_col1_stacks_in_374,#stacks_in_374 #jwresp_col3_stacks_in_374,#stacks_in_374 #jwresp_col2_stacks_in_374{float:none;width:100%;display:block}#stacks_in_374 #jwresp_col1_stacks_in_374,#stacks_in_374 #jwresp_col3_stacks_in_374{margin-bottom:20px}} 
#stacks_in_378 div {
  box-sizing: border-box;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#stacks_in_378.ath-card {
  box-sizing: border-box;
  max-width: 550px;
  width: 100%;
  margin: 0px auto 10px auto;
  background: rgba(249, 242, 226, 1.00);
  font-size: 14px;
  line-height: 18px;
  color: rgba(137, 137, 137, 1.00);
  
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.40);
  
  
  
  
  
  
  border-radius: 0px;
  overflow: hidden;
  font-family: inherit;
}
#stacks_in_378.ath-card .ath-content {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 10px;
}
#stacks_in_378.ath-card .ath-content a {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: none;
}
#stacks_in_378.ath-card .ath-content a:hover {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: underline;
}
#stacks_in_378.ath-card .ath-content .ath-description a {
  color: inherit;
  text-decoration: none;
}
#stacks_in_378.ath-card .ath-content .ath-description a:hover {
  color: inherit;
  text-decoration: none;
}
#stacks_in_378.ath-card .ath-content .ath-portrait {
  position: relative;
  float: left;
  display: inline-block;
  width: 30%;
  padding-bottom: 30%;
  overflow: hidden;
  background-image: url(auth-card-img/default.png);
  
  background-image: url(../files/profileImage-378.jpg);
  
  background-size: cover;
  background-position: center;
  
}
#stacks_in_378.ath-card .ath-content .ath-portrait .ath-greeting-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  text-align: center;
}
#stacks_in_378.ath-card .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  position: relative;
  margin-top: 95%;
  display: inline-block;
  max-width: 90%;
  background: #fff;
  color: #575757;
  border-radius: 3px;
  padding: 5px 10px;
  text-align: center;
  -webkit-transition: 150ms all linear;
  transition: 150ms all linear;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  line-height: 14px;
  font-size: 12px;
}
#stacks_in_378.ath-card .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: #fff;
  border-top: 0;
  border-left: 0;
  margin-left: 0;
  margin-top: -15px;
  z-index: 0;
}
#stacks_in_378.ath-card .ath-content .ath-portrait:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
#stacks_in_378.ath-card .ath-content .ath-details {
  float: left;
  display: inline-block;
  width: 70%;
  padding: 0px 15px;
}
#stacks_in_378.ath-card .ath-content .ath-details .ath-name {
  margin: 4px 0px 0px 0px;
  font-size: 20px;
  line-height: 20px;
  color: rgba(116, 36, 27, 1.00);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: inherit;
}
#stacks_in_378.ath-card .ath-content .ath-details .ath-subtitle {
  color: rgba(115, 115, 115, 1.00);
  text-overflow: ellipsis;
  white-space: nowrap;
}
#stacks_in_378.ath-card .ath-content .ath-details .ath-description {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  text-align: justify;
  margin: 5px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
}
#stacks_in_378.ath-card .ath-content .ath-details .ath-more {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  margin: 5px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  font-size: 12px;
  text-align: left;
  color: rgba(137, 137, 137, 1.00);
}
#stacks_in_378.ath-card .ath-content .ath-details .ath-more a {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: none;
}
#stacks_in_378.ath-card .ath-content .ath-details .ath-more a:hover {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: underline;
}
#stacks_in_378.ath-card .ath-content .ath-details .ath-more .card-row {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 5px;
  float: left;
}
#stacks_in_378.ath-card .ath-content .ath-details .ath-more .card-row .title-col {
  float: left;
  display: inline-block;
  width: 35%;
  min-width: 80px;
  font-weight: bold;
}
#stacks_in_378.ath-card .ath-content .ath-details .ath-more .card-row .desc-col {
  float: left;
  display: inline-block;
  width: 65%;
  color: rgba(137, 137, 137, 1.00);
}
#stacks_in_378.ath-card .ath-footer {
  display: inline-block;
  float: left;
  background: rgba(198, 50, 235, 1.00);
  background: -webkit-linear-gradient(45deg, rgba(198, 50, 235, 1.00) 0%, rgba(1, 166, 171, 1.00)) 100%;
  background: linear-gradient(45deg, rgba(198, 50, 235, 1.00) 0%, rgba(1, 166, 171, 1.00)) 100%;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  text-align: center;
}
#stacks_in_378.ath-card .ath-footer a {
  text-decoration: none;
  color: rgba(255,255,255,0.75);
  -webkit-transition: 150ms all linear;
  transition: 150ms all linear;
  height: 25px;
  width: 25px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
}
#stacks_in_378.ath-card .ath-footer a i {
  padding: 0px;
  line-height: 25px;
  transition: 150ms all linear;
}
#stacks_in_378.ath-card .ath-footer a:hover {
  color: #fff;
}
#stacks_in_378.ath-card.card-hover .ath-content .ath-portrait .ath-greeting-wrap {
  opacity: 1;
}

#stacks_in_378.ath-card.card-theme-2 {
  max-width: 550px;
  position: relative;
}
#stacks_in_378.ath-card.card-theme-2 .ath-content {
  float: none;
  width: auto;
  min-width: 100%;
  padding: 10px 50px 10px 10px;
  overflow: hidden;
/*  height: 100%;*/
}
#stacks_in_378.ath-card.card-theme-2 .ath-content .ath-portrait {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
}
#stacks_in_378.ath-card.card-theme-2 .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  position: absolute;
  bottom: 10px;
  margin-top: 0;
  width: 90%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#stacks_in_378.ath-card.card-theme-2 .ath-content .ath-details {
  margin-left: 30%;
  padding: 0px 15px 0px 30px;
}
#stacks_in_378.ath-card.card-theme-2 .ath-footer {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
}
#stacks_in_378.ath-card.card-theme-2 .ath-footer .ath-link-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#stacks_in_378.ath-card.card-theme-3 {
  position: relative;
  max-width: 550px;
  overflow: hidden;
}
#stacks_in_378.ath-card.card-theme-3 .ath-content {
  padding: 0;
  
  position: relative;
  overflow: hidden;
}
#stacks_in_378.ath-card.card-theme-3 .ath-content .ath-portrait {
  position: absolute;
  width: 40%;
  height: 100%;
  margin: 0;
  left: 0;
  top: 0;
  
  

}
#stacks_in_378.ath-card.card-theme-3 .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  bottom: 25px;
}
#stacks_in_378.ath-card.card-theme-3 .ath-content .ath-details {
  position: relative;
  margin-left: 40%;
  width: 60%;
  z-index: 1;
  padding: 10px 20px 10px 0px;
}
#stacks_in_378.ath-card.card-theme-3 .ath-content .ath-details .ath-name,
#stacks_in_378.ath-card.card-theme-3 .ath-content .ath-details .ath-subtitle {
  display: block;
  text-align: right;
}
#stacks_in_378.ath-card.card-theme-3 .ath-content .ath-details .ath-description,
#stacks_in_378.ath-card.card-theme-3 .ath-content .ath-details .ath-more {
  text-align: right;
}
#stacks_in_378.ath-card.card-theme-3 .ath-content .ath-details:before {
  content: "";
  position: absolute;
  background: rgba(249, 242, 226, 1.00);
  width: 150px;
  height: 150%;
  left: 0;
  top: 0;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  z-index: -1;
}
#stacks_in_378.ath-card.card-theme-3 .ath-footer {
  position: absolute;
  width: 120%;
  bottom: 0px;
  left: -10%;
  z-index: 2;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  text-align: right;
  padding: 0px 12% 10px;
}
#stacks_in_378.ath-card.card-theme-3 .ath-footer .ath-link-wrap {
  padding-top: 15px;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}
#stacks_in_378.ath-card.card-theme-4 {
  max-width: 550px;
  background: rgba(198, 50, 235, 1.00);
  background: -webkit-linear-gradient(45deg, rgba(198, 50, 235, 1.00) 0%, rgba(1, 166, 171, 1.00)) 100%;
  background: linear-gradient(45deg, rgba(198, 50, 235, 1.00) 0%, rgba(1, 166, 171, 1.00)) 100%;
  padding: 0px;
  position: relative;
}
#stacks_in_378.ath-card.card-theme-4 .ath-content {
  text-align: center;
  background: transparent;
  padding: 20px;
}
#stacks_in_378.ath-card.card-theme-4 .ath-content .ath-portrait {
  float: left;
  
  border-radius: 50%;
  
  width: 30%;
  padding-bottom: 30%;
  margin: 0px 0px 60px 0px;
}
#stacks_in_378.ath-card.card-theme-4 .ath-content .ath-details {
  width: 70%;
  padding: 0 25px 0px 25px;
  
  position: static;
}
#stacks_in_378.ath-card.card-theme-4 .ath-content .ath-details .ath-name,
#stacks_in_378.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
  display: block;
  position: absolute;
  left: 15px;
  bottom: 40px;
  width: 30%;
  text-align: center;
  height: 25px;
}
#stacks_in_378.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
  bottom: 18px;
}
#stacks_in_378.ath-card.card-theme-4 .ath-content .ath-details .ath-description {
  text-align: left;
  border-width: 0px;
}
#stacks_in_378.ath-card.card-theme-4 .ath-content .ath-more a {

}
#stacks_in_378.ath-card.card-theme-4 .ath-content .ath-more .card-row {
  text-align: left;
}
#stacks_in_378.ath-card.card-theme-4 .ath-content .ath-more .card-row .title-col {
  width: 100%;
  max-width: 100%;
}
#stacks_in_378.ath-card.card-theme-4 .ath-content .ath-more .card-row .desc-col {
  width: 100%;
  max-width: 100%;
}
#stacks_in_378.ath-card.card-theme-4 .ath-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0px 20px 20px 0px;
  background: transparent;
  text-align: right;
}

  #stacks_in_378.ath-card,
  #stacks_in_378.ath-card.card-theme-2,
  #stacks_in_378.ath-card.card-theme-3,
  #stacks_in_378.ath-card.card-theme-4 {
    width: 300px;
    max-width: 100%;
  }
  #stacks_in_378.ath-card .ath-content,
  #stacks_in_378.ath-card.card-theme-2 .ath-content,
  #stacks_in_378.ath-card.card-theme-3 .ath-content,
  #stacks_in_378.ath-card.card-theme-4 .ath-content {
    padding: 20px 0px 20px 0px;
    text-align: center;
  }
  #stacks_in_378.ath-card .ath-content .ath-portrait,
  #stacks_in_378.ath-card.card-theme-2 .ath-content .ath-portrait,
  #stacks_in_378.ath-card.card-theme-3 .ath-content .ath-portrait,
  #stacks_in_378.ath-card.card-theme-4 .ath-content .ath-portrait {
    float: none;
    width: 50%;
    padding-bottom: 50%;
    margin: 5px 0px;
  }
  #stacks_in_378.ath-card .ath-content .ath-details,
  #stacks_in_378.ath-card.card-theme-2 .ath-content .ath-details,
  #stacks_in_378.ath-card.card-theme-3 .ath-content .ath-details,
  #stacks_in_378.ath-card.card-theme-4 .ath-content .ath-details {
    width: 100%;
  }
  #stacks_in_378.ath-card.card-theme-2 .ath-content {
    padding: 0px 0px 20px 0px;
  }
  #stacks_in_378.ath-card.card-theme-2 .ath-content .ath-portrait {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin: 0;
    height: 0;
  }
  #stacks_in_378.ath-card.card-theme-2 .ath-content .ath-details {
    margin-left: 0%;
    padding: 10px 25px 10px 25px;
  }
  #stacks_in_378.ath-card.card-theme-2 .ath-footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
  }
  #stacks_in_378.ath-card.card-theme-2 .ath-footer .ath-link-wrap {
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #stacks_in_378.ath-card.card-theme-3 {
    width: 300px;
    max-width: 100%;
  }
  #stacks_in_378.ath-card.card-theme-3 .ath-content {
    padding: 0px 0px 20px 0px;
    
  }
  #stacks_in_378.ath-card.card-theme-3 .ath-content .ath-portrait {
    margin: 0;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: auto;
  }
  #stacks_in_378.ath-card.card-theme-3 .ath-content .ath-portrait .ath-greeting {
    margin-top: 90%;
  }
  #stacks_in_378.ath-card.card-theme-3 .ath-content .ath-details {
    margin: 0;
    width: 100%;
    padding: 0px 20px 0px 20px;
  }
  #stacks_in_378.ath-card.card-theme-3 .ath-content .ath-details .ath-name,
  #stacks_in_378.ath-card.card-theme-3 .ath-content .ath-details .ath-subtitle {
    text-align: left;
  }
  #stacks_in_378.ath-card.card-theme-3 .ath-content .ath-details .ath-description,
  #stacks_in_378.ath-card.card-theme-3 .ath-content .ath-details .ath-more {
    text-align: left;
  }
  #stacks_in_378.ath-card.card-theme-3 .ath-content .ath-details:before {
    width: 150%;
    height: 150px;
    left: -25%;
    top: 0;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  #stacks_in_378.ath-card.card-theme-3 .ath-footer {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  #stacks_in_378.ath-card.card-theme-3 .ath-footer .ath-link-wrap {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    padding: 25px 10px 5px 10px;
  }
  #stacks_in_378.ath-card.card-theme-4 {
    width: 300px;
    max-width: 100%;
    padding: 30px 0px;
  }
  #stacks_in_378.ath-card.card-theme-4 .ath-content {
    text-align: center;
    padding: 0px 20px;
  }
  #stacks_in_378.ath-card.card-theme-4 .ath-content .ath-portrait {
    width: 50%;
    padding-bottom: 50%;
    margin: 5px 0px;
  }
  #stacks_in_378.ath-card.card-theme-4 .ath-content .ath-details {
    width: 100%;
    padding: 0 10px;
  }
  #stacks_in_378.ath-card.card-theme-4 .ath-content .ath-details .ath-name,
  #stacks_in_378.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
    left: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    position: relative;
  }
  #stacks_in_378.ath-card.card-theme-4 .ath-content .ath-details .ath-description {
    text-align: center;
  }
  #stacks_in_378.ath-card.card-theme-4 .ath-content .ath-more .card-row {
    text-align: center;
  }
  #stacks_in_378.ath-card.card-theme-4 .ath-content .ath-more .card-row .title-col {
    width: 100%;
    max-width: 100%;
  }
  #stacks_in_378.ath-card.card-theme-4 .ath-content .ath-more .card-row .desc-col {
    width: 100%;
    max-width: 100%;
  }
  #stacks_in_378.ath-card.card-theme-4 .ath-footer {
    position: relative;
    text-align: center;
    padding: 10px 20px 0px 20px;
  }


#stacks_in_378.ath-card,
#stacks_in_378.ath-card.card-theme-2,
#stacks_in_378.ath-card.card-theme-3,
#stacks_in_378.ath-card.card-theme-4 {
  width: 100%;
  max-width: 300px;
}




#stacks_in_396 div {
  box-sizing: border-box;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#stacks_in_396.ath-card {
  box-sizing: border-box;
  max-width: 550px;
  width: 100%;
  margin: 0px auto 10px auto;
  background: rgba(249, 242, 226, 1.00);
  font-size: 14px;
  line-height: 18px;
  color: rgba(137, 137, 137, 1.00);
  
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.40);
  
  
  
  
  
  
  border-radius: 0px;
  overflow: hidden;
  font-family: inherit;
}
#stacks_in_396.ath-card .ath-content {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 10px;
}
#stacks_in_396.ath-card .ath-content a {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: none;
}
#stacks_in_396.ath-card .ath-content a:hover {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: underline;
}
#stacks_in_396.ath-card .ath-content .ath-description a {
  color: inherit;
  text-decoration: none;
}
#stacks_in_396.ath-card .ath-content .ath-description a:hover {
  color: inherit;
  text-decoration: none;
}
#stacks_in_396.ath-card .ath-content .ath-portrait {
  position: relative;
  float: left;
  display: inline-block;
  width: 30%;
  padding-bottom: 30%;
  overflow: hidden;
  background-image: url(auth-card-img/default.png);
  
  background-image: url(../files/profileImage-396.jpg);
  
  background-size: cover;
  background-position: center;
  
}
#stacks_in_396.ath-card .ath-content .ath-portrait .ath-greeting-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  text-align: center;
}
#stacks_in_396.ath-card .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  position: relative;
  margin-top: 95%;
  display: inline-block;
  max-width: 90%;
  background: #fff;
  color: #575757;
  border-radius: 3px;
  padding: 5px 10px;
  text-align: center;
  -webkit-transition: 150ms all linear;
  transition: 150ms all linear;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  line-height: 14px;
  font-size: 12px;
}
#stacks_in_396.ath-card .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: #fff;
  border-top: 0;
  border-left: 0;
  margin-left: 0;
  margin-top: -15px;
  z-index: 0;
}
#stacks_in_396.ath-card .ath-content .ath-portrait:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
#stacks_in_396.ath-card .ath-content .ath-details {
  float: left;
  display: inline-block;
  width: 70%;
  padding: 0px 15px;
}
#stacks_in_396.ath-card .ath-content .ath-details .ath-name {
  margin: 4px 0px 0px 0px;
  font-size: 20px;
  line-height: 20px;
  color: rgba(116, 36, 27, 1.00);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: inherit;
}
#stacks_in_396.ath-card .ath-content .ath-details .ath-subtitle {
  color: rgba(115, 115, 115, 1.00);
  text-overflow: ellipsis;
  white-space: nowrap;
}
#stacks_in_396.ath-card .ath-content .ath-details .ath-description {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  text-align: justify;
  margin: 5px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
}
#stacks_in_396.ath-card .ath-content .ath-details .ath-more {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  margin: 5px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  font-size: 12px;
  text-align: left;
  color: rgba(137, 137, 137, 1.00);
}
#stacks_in_396.ath-card .ath-content .ath-details .ath-more a {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: none;
}
#stacks_in_396.ath-card .ath-content .ath-details .ath-more a:hover {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: underline;
}
#stacks_in_396.ath-card .ath-content .ath-details .ath-more .card-row {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 5px;
  float: left;
}
#stacks_in_396.ath-card .ath-content .ath-details .ath-more .card-row .title-col {
  float: left;
  display: inline-block;
  width: 35%;
  min-width: 80px;
  font-weight: bold;
}
#stacks_in_396.ath-card .ath-content .ath-details .ath-more .card-row .desc-col {
  float: left;
  display: inline-block;
  width: 65%;
  color: rgba(137, 137, 137, 1.00);
}
#stacks_in_396.ath-card .ath-footer {
  display: inline-block;
  float: left;
  background: rgba(198, 50, 235, 1.00);
  background: -webkit-linear-gradient(45deg, rgba(198, 50, 235, 1.00) 0%, rgba(1, 166, 171, 1.00)) 100%;
  background: linear-gradient(45deg, rgba(198, 50, 235, 1.00) 0%, rgba(1, 166, 171, 1.00)) 100%;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  text-align: center;
}
#stacks_in_396.ath-card .ath-footer a {
  text-decoration: none;
  color: rgba(255,255,255,0.75);
  -webkit-transition: 150ms all linear;
  transition: 150ms all linear;
  height: 25px;
  width: 25px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
}
#stacks_in_396.ath-card .ath-footer a i {
  padding: 0px;
  line-height: 25px;
  transition: 150ms all linear;
}
#stacks_in_396.ath-card .ath-footer a:hover {
  color: #fff;
}
#stacks_in_396.ath-card.card-hover .ath-content .ath-portrait .ath-greeting-wrap {
  opacity: 1;
}

#stacks_in_396.ath-card.card-theme-2 {
  max-width: 550px;
  position: relative;
}
#stacks_in_396.ath-card.card-theme-2 .ath-content {
  float: none;
  width: auto;
  min-width: 100%;
  padding: 10px 50px 10px 10px;
  overflow: hidden;
/*  height: 100%;*/
}
#stacks_in_396.ath-card.card-theme-2 .ath-content .ath-portrait {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
}
#stacks_in_396.ath-card.card-theme-2 .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  position: absolute;
  bottom: 10px;
  margin-top: 0;
  width: 90%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#stacks_in_396.ath-card.card-theme-2 .ath-content .ath-details {
  margin-left: 30%;
  padding: 0px 15px 0px 30px;
}
#stacks_in_396.ath-card.card-theme-2 .ath-footer {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
}
#stacks_in_396.ath-card.card-theme-2 .ath-footer .ath-link-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#stacks_in_396.ath-card.card-theme-3 {
  position: relative;
  max-width: 550px;
  overflow: hidden;
}
#stacks_in_396.ath-card.card-theme-3 .ath-content {
  padding: 0;
  
  position: relative;
  overflow: hidden;
}
#stacks_in_396.ath-card.card-theme-3 .ath-content .ath-portrait {
  position: absolute;
  width: 40%;
  height: 100%;
  margin: 0;
  left: 0;
  top: 0;
  
  

}
#stacks_in_396.ath-card.card-theme-3 .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  bottom: 25px;
}
#stacks_in_396.ath-card.card-theme-3 .ath-content .ath-details {
  position: relative;
  margin-left: 40%;
  width: 60%;
  z-index: 1;
  padding: 10px 20px 10px 0px;
}
#stacks_in_396.ath-card.card-theme-3 .ath-content .ath-details .ath-name,
#stacks_in_396.ath-card.card-theme-3 .ath-content .ath-details .ath-subtitle {
  display: block;
  text-align: right;
}
#stacks_in_396.ath-card.card-theme-3 .ath-content .ath-details .ath-description,
#stacks_in_396.ath-card.card-theme-3 .ath-content .ath-details .ath-more {
  text-align: right;
}
#stacks_in_396.ath-card.card-theme-3 .ath-content .ath-details:before {
  content: "";
  position: absolute;
  background: rgba(249, 242, 226, 1.00);
  width: 150px;
  height: 150%;
  left: 0;
  top: 0;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  z-index: -1;
}
#stacks_in_396.ath-card.card-theme-3 .ath-footer {
  position: absolute;
  width: 120%;
  bottom: 0px;
  left: -10%;
  z-index: 2;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  text-align: right;
  padding: 0px 12% 10px;
}
#stacks_in_396.ath-card.card-theme-3 .ath-footer .ath-link-wrap {
  padding-top: 15px;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}
#stacks_in_396.ath-card.card-theme-4 {
  max-width: 550px;
  background: rgba(198, 50, 235, 1.00);
  background: -webkit-linear-gradient(45deg, rgba(198, 50, 235, 1.00) 0%, rgba(1, 166, 171, 1.00)) 100%;
  background: linear-gradient(45deg, rgba(198, 50, 235, 1.00) 0%, rgba(1, 166, 171, 1.00)) 100%;
  padding: 0px;
  position: relative;
}
#stacks_in_396.ath-card.card-theme-4 .ath-content {
  text-align: center;
  background: transparent;
  padding: 20px;
}
#stacks_in_396.ath-card.card-theme-4 .ath-content .ath-portrait {
  float: left;
  
  border-radius: 50%;
  
  width: 30%;
  padding-bottom: 30%;
  margin: 0px 0px 60px 0px;
}
#stacks_in_396.ath-card.card-theme-4 .ath-content .ath-details {
  width: 70%;
  padding: 0 25px 0px 25px;
  
  position: static;
}
#stacks_in_396.ath-card.card-theme-4 .ath-content .ath-details .ath-name,
#stacks_in_396.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
  display: block;
  position: absolute;
  left: 15px;
  bottom: 40px;
  width: 30%;
  text-align: center;
  height: 25px;
}
#stacks_in_396.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
  bottom: 18px;
}
#stacks_in_396.ath-card.card-theme-4 .ath-content .ath-details .ath-description {
  text-align: left;
  border-width: 0px;
}
#stacks_in_396.ath-card.card-theme-4 .ath-content .ath-more a {

}
#stacks_in_396.ath-card.card-theme-4 .ath-content .ath-more .card-row {
  text-align: left;
}
#stacks_in_396.ath-card.card-theme-4 .ath-content .ath-more .card-row .title-col {
  width: 100%;
  max-width: 100%;
}
#stacks_in_396.ath-card.card-theme-4 .ath-content .ath-more .card-row .desc-col {
  width: 100%;
  max-width: 100%;
}
#stacks_in_396.ath-card.card-theme-4 .ath-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0px 20px 20px 0px;
  background: transparent;
  text-align: right;
}

  #stacks_in_396.ath-card,
  #stacks_in_396.ath-card.card-theme-2,
  #stacks_in_396.ath-card.card-theme-3,
  #stacks_in_396.ath-card.card-theme-4 {
    width: 300px;
    max-width: 100%;
  }
  #stacks_in_396.ath-card .ath-content,
  #stacks_in_396.ath-card.card-theme-2 .ath-content,
  #stacks_in_396.ath-card.card-theme-3 .ath-content,
  #stacks_in_396.ath-card.card-theme-4 .ath-content {
    padding: 20px 0px 20px 0px;
    text-align: center;
  }
  #stacks_in_396.ath-card .ath-content .ath-portrait,
  #stacks_in_396.ath-card.card-theme-2 .ath-content .ath-portrait,
  #stacks_in_396.ath-card.card-theme-3 .ath-content .ath-portrait,
  #stacks_in_396.ath-card.card-theme-4 .ath-content .ath-portrait {
    float: none;
    width: 50%;
    padding-bottom: 50%;
    margin: 5px 0px;
  }
  #stacks_in_396.ath-card .ath-content .ath-details,
  #stacks_in_396.ath-card.card-theme-2 .ath-content .ath-details,
  #stacks_in_396.ath-card.card-theme-3 .ath-content .ath-details,
  #stacks_in_396.ath-card.card-theme-4 .ath-content .ath-details {
    width: 100%;
  }
  #stacks_in_396.ath-card.card-theme-2 .ath-content {
    padding: 0px 0px 20px 0px;
  }
  #stacks_in_396.ath-card.card-theme-2 .ath-content .ath-portrait {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin: 0;
    height: 0;
  }
  #stacks_in_396.ath-card.card-theme-2 .ath-content .ath-details {
    margin-left: 0%;
    padding: 10px 25px 10px 25px;
  }
  #stacks_in_396.ath-card.card-theme-2 .ath-footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
  }
  #stacks_in_396.ath-card.card-theme-2 .ath-footer .ath-link-wrap {
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #stacks_in_396.ath-card.card-theme-3 {
    width: 300px;
    max-width: 100%;
  }
  #stacks_in_396.ath-card.card-theme-3 .ath-content {
    padding: 0px 0px 20px 0px;
    
  }
  #stacks_in_396.ath-card.card-theme-3 .ath-content .ath-portrait {
    margin: 0;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: auto;
  }
  #stacks_in_396.ath-card.card-theme-3 .ath-content .ath-portrait .ath-greeting {
    margin-top: 90%;
  }
  #stacks_in_396.ath-card.card-theme-3 .ath-content .ath-details {
    margin: 0;
    width: 100%;
    padding: 0px 20px 0px 20px;
  }
  #stacks_in_396.ath-card.card-theme-3 .ath-content .ath-details .ath-name,
  #stacks_in_396.ath-card.card-theme-3 .ath-content .ath-details .ath-subtitle {
    text-align: left;
  }
  #stacks_in_396.ath-card.card-theme-3 .ath-content .ath-details .ath-description,
  #stacks_in_396.ath-card.card-theme-3 .ath-content .ath-details .ath-more {
    text-align: left;
  }
  #stacks_in_396.ath-card.card-theme-3 .ath-content .ath-details:before {
    width: 150%;
    height: 150px;
    left: -25%;
    top: 0;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  #stacks_in_396.ath-card.card-theme-3 .ath-footer {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  #stacks_in_396.ath-card.card-theme-3 .ath-footer .ath-link-wrap {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    padding: 25px 10px 5px 10px;
  }
  #stacks_in_396.ath-card.card-theme-4 {
    width: 300px;
    max-width: 100%;
    padding: 30px 0px;
  }
  #stacks_in_396.ath-card.card-theme-4 .ath-content {
    text-align: center;
    padding: 0px 20px;
  }
  #stacks_in_396.ath-card.card-theme-4 .ath-content .ath-portrait {
    width: 50%;
    padding-bottom: 50%;
    margin: 5px 0px;
  }
  #stacks_in_396.ath-card.card-theme-4 .ath-content .ath-details {
    width: 100%;
    padding: 0 10px;
  }
  #stacks_in_396.ath-card.card-theme-4 .ath-content .ath-details .ath-name,
  #stacks_in_396.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
    left: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    position: relative;
  }
  #stacks_in_396.ath-card.card-theme-4 .ath-content .ath-details .ath-description {
    text-align: center;
  }
  #stacks_in_396.ath-card.card-theme-4 .ath-content .ath-more .card-row {
    text-align: center;
  }
  #stacks_in_396.ath-card.card-theme-4 .ath-content .ath-more .card-row .title-col {
    width: 100%;
    max-width: 100%;
  }
  #stacks_in_396.ath-card.card-theme-4 .ath-content .ath-more .card-row .desc-col {
    width: 100%;
    max-width: 100%;
  }
  #stacks_in_396.ath-card.card-theme-4 .ath-footer {
    position: relative;
    text-align: center;
    padding: 10px 20px 0px 20px;
  }


#stacks_in_396.ath-card,
#stacks_in_396.ath-card.card-theme-2,
#stacks_in_396.ath-card.card-theme-3,
#stacks_in_396.ath-card.card-theme-4 {
  width: 100%;
  max-width: 300px;
}




#stacks_in_392 div {
  box-sizing: border-box;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#stacks_in_392.ath-card {
  box-sizing: border-box;
  max-width: 550px;
  width: 100%;
  margin: 0px auto 10px auto;
  background: rgba(249, 242, 226, 1.00);
  font-size: 14px;
  line-height: 18px;
  color: rgba(137, 137, 137, 1.00);
  
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.40);
  
  
  
  
  
  
  border-radius: 0px;
  overflow: hidden;
  font-family: inherit;
}
#stacks_in_392.ath-card .ath-content {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 10px;
}
#stacks_in_392.ath-card .ath-content a {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: none;
}
#stacks_in_392.ath-card .ath-content a:hover {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: underline;
}
#stacks_in_392.ath-card .ath-content .ath-description a {
  color: inherit;
  text-decoration: none;
}
#stacks_in_392.ath-card .ath-content .ath-description a:hover {
  color: inherit;
  text-decoration: none;
}
#stacks_in_392.ath-card .ath-content .ath-portrait {
  position: relative;
  float: left;
  display: inline-block;
  width: 30%;
  padding-bottom: 30%;
  overflow: hidden;
  background-image: url(auth-card-img/default.png);
  
  background-image: url(../files/profileImage-392.jpg);
  
  background-size: cover;
  background-position: center;
  
}
#stacks_in_392.ath-card .ath-content .ath-portrait .ath-greeting-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  text-align: center;
}
#stacks_in_392.ath-card .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  position: relative;
  margin-top: 95%;
  display: inline-block;
  max-width: 90%;
  background: #fff;
  color: #575757;
  border-radius: 3px;
  padding: 5px 10px;
  text-align: center;
  -webkit-transition: 150ms all linear;
  transition: 150ms all linear;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  line-height: 14px;
  font-size: 12px;
}
#stacks_in_392.ath-card .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: #fff;
  border-top: 0;
  border-left: 0;
  margin-left: 0;
  margin-top: -15px;
  z-index: 0;
}
#stacks_in_392.ath-card .ath-content .ath-portrait:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
#stacks_in_392.ath-card .ath-content .ath-details {
  float: left;
  display: inline-block;
  width: 70%;
  padding: 0px 15px;
}
#stacks_in_392.ath-card .ath-content .ath-details .ath-name {
  margin: 4px 0px 0px 0px;
  font-size: 20px;
  line-height: 20px;
  color: rgba(116, 36, 27, 1.00);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: inherit;
}
#stacks_in_392.ath-card .ath-content .ath-details .ath-subtitle {
  color: rgba(115, 115, 115, 1.00);
  text-overflow: ellipsis;
  white-space: nowrap;
}
#stacks_in_392.ath-card .ath-content .ath-details .ath-description {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  text-align: justify;
  margin: 5px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
}
#stacks_in_392.ath-card .ath-content .ath-details .ath-more {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  margin: 5px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  font-size: 12px;
  text-align: left;
  color: rgba(137, 137, 137, 1.00);
}
#stacks_in_392.ath-card .ath-content .ath-details .ath-more a {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: none;
}
#stacks_in_392.ath-card .ath-content .ath-details .ath-more a:hover {
  color: rgba(1, 166, 171, 1.00);
  text-decoration: underline;
}
#stacks_in_392.ath-card .ath-content .ath-details .ath-more .card-row {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 5px;
  float: left;
}
#stacks_in_392.ath-card .ath-content .ath-details .ath-more .card-row .title-col {
  float: left;
  display: inline-block;
  width: 35%;
  min-width: 80px;
  font-weight: bold;
}
#stacks_in_392.ath-card .ath-content .ath-details .ath-more .card-row .desc-col {
  float: left;
  display: inline-block;
  width: 65%;
  color: rgba(137, 137, 137, 1.00);
}
#stacks_in_392.ath-card .ath-footer {
  display: inline-block;
  float: left;
  background: rgba(198, 50, 235, 1.00);
  background: -webkit-linear-gradient(45deg, rgba(198, 50, 235, 1.00) 0%, rgba(1, 166, 171, 1.00)) 100%;
  background: linear-gradient(45deg, rgba(198, 50, 235, 1.00) 0%, rgba(1, 166, 171, 1.00)) 100%;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  text-align: center;
}
#stacks_in_392.ath-card .ath-footer a {
  text-decoration: none;
  color: rgba(255,255,255,0.75);
  -webkit-transition: 150ms all linear;
  transition: 150ms all linear;
  height: 25px;
  width: 25px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
}
#stacks_in_392.ath-card .ath-footer a i {
  padding: 0px;
  line-height: 25px;
  transition: 150ms all linear;
}
#stacks_in_392.ath-card .ath-footer a:hover {
  color: #fff;
}
#stacks_in_392.ath-card.card-hover .ath-content .ath-portrait .ath-greeting-wrap {
  opacity: 1;
}

#stacks_in_392.ath-card.card-theme-2 {
  max-width: 550px;
  position: relative;
}
#stacks_in_392.ath-card.card-theme-2 .ath-content {
  float: none;
  width: auto;
  min-width: 100%;
  padding: 10px 50px 10px 10px;
  overflow: hidden;
/*  height: 100%;*/
}
#stacks_in_392.ath-card.card-theme-2 .ath-content .ath-portrait {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
}
#stacks_in_392.ath-card.card-theme-2 .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  position: absolute;
  bottom: 10px;
  margin-top: 0;
  width: 90%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#stacks_in_392.ath-card.card-theme-2 .ath-content .ath-details {
  margin-left: 30%;
  padding: 0px 15px 0px 30px;
}
#stacks_in_392.ath-card.card-theme-2 .ath-footer {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
}
#stacks_in_392.ath-card.card-theme-2 .ath-footer .ath-link-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#stacks_in_392.ath-card.card-theme-3 {
  position: relative;
  max-width: 550px;
  overflow: hidden;
}
#stacks_in_392.ath-card.card-theme-3 .ath-content {
  padding: 0;
  
  position: relative;
  overflow: hidden;
}
#stacks_in_392.ath-card.card-theme-3 .ath-content .ath-portrait {
  position: absolute;
  width: 40%;
  height: 100%;
  margin: 0;
  left: 0;
  top: 0;
  
  

}
#stacks_in_392.ath-card.card-theme-3 .ath-content .ath-portrait .ath-greeting-wrap .ath-greeting {
  bottom: 25px;
}
#stacks_in_392.ath-card.card-theme-3 .ath-content .ath-details {
  position: relative;
  margin-left: 40%;
  width: 60%;
  z-index: 1;
  padding: 10px 20px 10px 0px;
}
#stacks_in_392.ath-card.card-theme-3 .ath-content .ath-details .ath-name,
#stacks_in_392.ath-card.card-theme-3 .ath-content .ath-details .ath-subtitle {
  display: block;
  text-align: right;
}
#stacks_in_392.ath-card.card-theme-3 .ath-content .ath-details .ath-description,
#stacks_in_392.ath-card.card-theme-3 .ath-content .ath-details .ath-more {
  text-align: right;
}
#stacks_in_392.ath-card.card-theme-3 .ath-content .ath-details:before {
  content: "";
  position: absolute;
  background: rgba(249, 242, 226, 1.00);
  width: 150px;
  height: 150%;
  left: 0;
  top: 0;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  z-index: -1;
}
#stacks_in_392.ath-card.card-theme-3 .ath-footer {
  position: absolute;
  width: 120%;
  bottom: 0px;
  left: -10%;
  z-index: 2;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  text-align: right;
  padding: 0px 12% 10px;
}
#stacks_in_392.ath-card.card-theme-3 .ath-footer .ath-link-wrap {
  padding-top: 15px;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}
#stacks_in_392.ath-card.card-theme-4 {
  max-width: 550px;
  background: rgba(198, 50, 235, 1.00);
  background: -webkit-linear-gradient(45deg, rgba(198, 50, 235, 1.00) 0%, rgba(1, 166, 171, 1.00)) 100%;
  background: linear-gradient(45deg, rgba(198, 50, 235, 1.00) 0%, rgba(1, 166, 171, 1.00)) 100%;
  padding: 0px;
  position: relative;
}
#stacks_in_392.ath-card.card-theme-4 .ath-content {
  text-align: center;
  background: transparent;
  padding: 20px;
}
#stacks_in_392.ath-card.card-theme-4 .ath-content .ath-portrait {
  float: left;
  
  border-radius: 50%;
  
  width: 30%;
  padding-bottom: 30%;
  margin: 0px 0px 60px 0px;
}
#stacks_in_392.ath-card.card-theme-4 .ath-content .ath-details {
  width: 70%;
  padding: 0 25px 0px 25px;
  
  position: static;
}
#stacks_in_392.ath-card.card-theme-4 .ath-content .ath-details .ath-name,
#stacks_in_392.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
  display: block;
  position: absolute;
  left: 15px;
  bottom: 40px;
  width: 30%;
  text-align: center;
  height: 25px;
}
#stacks_in_392.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
  bottom: 18px;
}
#stacks_in_392.ath-card.card-theme-4 .ath-content .ath-details .ath-description {
  text-align: left;
  border-width: 0px;
}
#stacks_in_392.ath-card.card-theme-4 .ath-content .ath-more a {

}
#stacks_in_392.ath-card.card-theme-4 .ath-content .ath-more .card-row {
  text-align: left;
}
#stacks_in_392.ath-card.card-theme-4 .ath-content .ath-more .card-row .title-col {
  width: 100%;
  max-width: 100%;
}
#stacks_in_392.ath-card.card-theme-4 .ath-content .ath-more .card-row .desc-col {
  width: 100%;
  max-width: 100%;
}
#stacks_in_392.ath-card.card-theme-4 .ath-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0px 20px 20px 0px;
  background: transparent;
  text-align: right;
}

  #stacks_in_392.ath-card,
  #stacks_in_392.ath-card.card-theme-2,
  #stacks_in_392.ath-card.card-theme-3,
  #stacks_in_392.ath-card.card-theme-4 {
    width: 300px;
    max-width: 100%;
  }
  #stacks_in_392.ath-card .ath-content,
  #stacks_in_392.ath-card.card-theme-2 .ath-content,
  #stacks_in_392.ath-card.card-theme-3 .ath-content,
  #stacks_in_392.ath-card.card-theme-4 .ath-content {
    padding: 20px 0px 20px 0px;
    text-align: center;
  }
  #stacks_in_392.ath-card .ath-content .ath-portrait,
  #stacks_in_392.ath-card.card-theme-2 .ath-content .ath-portrait,
  #stacks_in_392.ath-card.card-theme-3 .ath-content .ath-portrait,
  #stacks_in_392.ath-card.card-theme-4 .ath-content .ath-portrait {
    float: none;
    width: 50%;
    padding-bottom: 50%;
    margin: 5px 0px;
  }
  #stacks_in_392.ath-card .ath-content .ath-details,
  #stacks_in_392.ath-card.card-theme-2 .ath-content .ath-details,
  #stacks_in_392.ath-card.card-theme-3 .ath-content .ath-details,
  #stacks_in_392.ath-card.card-theme-4 .ath-content .ath-details {
    width: 100%;
  }
  #stacks_in_392.ath-card.card-theme-2 .ath-content {
    padding: 0px 0px 20px 0px;
  }
  #stacks_in_392.ath-card.card-theme-2 .ath-content .ath-portrait {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin: 0;
    height: 0;
  }
  #stacks_in_392.ath-card.card-theme-2 .ath-content .ath-details {
    margin-left: 0%;
    padding: 10px 25px 10px 25px;
  }
  #stacks_in_392.ath-card.card-theme-2 .ath-footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
  }
  #stacks_in_392.ath-card.card-theme-2 .ath-footer .ath-link-wrap {
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #stacks_in_392.ath-card.card-theme-3 {
    width: 300px;
    max-width: 100%;
  }
  #stacks_in_392.ath-card.card-theme-3 .ath-content {
    padding: 0px 0px 20px 0px;
    
  }
  #stacks_in_392.ath-card.card-theme-3 .ath-content .ath-portrait {
    margin: 0;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: auto;
  }
  #stacks_in_392.ath-card.card-theme-3 .ath-content .ath-portrait .ath-greeting {
    margin-top: 90%;
  }
  #stacks_in_392.ath-card.card-theme-3 .ath-content .ath-details {
    margin: 0;
    width: 100%;
    padding: 0px 20px 0px 20px;
  }
  #stacks_in_392.ath-card.card-theme-3 .ath-content .ath-details .ath-name,
  #stacks_in_392.ath-card.card-theme-3 .ath-content .ath-details .ath-subtitle {
    text-align: left;
  }
  #stacks_in_392.ath-card.card-theme-3 .ath-content .ath-details .ath-description,
  #stacks_in_392.ath-card.card-theme-3 .ath-content .ath-details .ath-more {
    text-align: left;
  }
  #stacks_in_392.ath-card.card-theme-3 .ath-content .ath-details:before {
    width: 150%;
    height: 150px;
    left: -25%;
    top: 0;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  #stacks_in_392.ath-card.card-theme-3 .ath-footer {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  #stacks_in_392.ath-card.card-theme-3 .ath-footer .ath-link-wrap {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    padding: 25px 10px 5px 10px;
  }
  #stacks_in_392.ath-card.card-theme-4 {
    width: 300px;
    max-width: 100%;
    padding: 30px 0px;
  }
  #stacks_in_392.ath-card.card-theme-4 .ath-content {
    text-align: center;
    padding: 0px 20px;
  }
  #stacks_in_392.ath-card.card-theme-4 .ath-content .ath-portrait {
    width: 50%;
    padding-bottom: 50%;
    margin: 5px 0px;
  }
  #stacks_in_392.ath-card.card-theme-4 .ath-content .ath-details {
    width: 100%;
    padding: 0 10px;
  }
  #stacks_in_392.ath-card.card-theme-4 .ath-content .ath-details .ath-name,
  #stacks_in_392.ath-card.card-theme-4 .ath-content .ath-details .ath-subtitle {
    left: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    position: relative;
  }
  #stacks_in_392.ath-card.card-theme-4 .ath-content .ath-details .ath-description {
    text-align: center;
  }
  #stacks_in_392.ath-card.card-theme-4 .ath-content .ath-more .card-row {
    text-align: center;
  }
  #stacks_in_392.ath-card.card-theme-4 .ath-content .ath-more .card-row .title-col {
    width: 100%;
    max-width: 100%;
  }
  #stacks_in_392.ath-card.card-theme-4 .ath-content .ath-more .card-row .desc-col {
    width: 100%;
    max-width: 100%;
  }
  #stacks_in_392.ath-card.card-theme-4 .ath-footer {
    position: relative;
    text-align: center;
    padding: 10px 20px 0px 20px;
  }


#stacks_in_392.ath-card,
#stacks_in_392.ath-card.card-theme-2,
#stacks_in_392.ath-card.card-theme-3,
#stacks_in_392.ath-card.card-theme-4 {
  width: 100%;
  max-width: 300px;
}




 #stacks_in_285 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_285 hr.gradient{height:3px;background:#333;background-image:-webkit-linear-gradient(left,#FF7054,#541C15,#FF7054);background-image:-moz-linear-gradient(left,#FF7054,#541C15,#FF7054);background-image:-ms-linear-gradient(left,#FF7054,#541C15,#FF7054);background-image:-o-linear-gradient(left,#FF7054,#541C15,#FF7054);background-image:linear-gradient(left,#FF7054,#541C15,#FF7054)}#stacks_in_285 hr.faded{height:3px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_285 hr.dashed_fade{border-bottom:3px dashed #9F6760;background:#541C15}#stacks_in_285 hr.dotted_fade{border-bottom:3px dotted #9F6760;background:#541C15}#stacks_in_285 hr.dashed{border-bottom:3px dashed #541C15}#stacks_in_285 hr.dotted{border-bottom:3px dotted #9F6760}#stacks_in_285 hr.shadow{height:3px;box-shadow:inset 0 3px 3px -3px rgba(0,0,0,0.5)}#stacks_in_285 hr.cloudy{margin:3px 0;box-shadow:0 0 3px 1px #541C15}#stacks_in_285 hr.cloudy:after{content:"\00a0"}#stacks_in_285 hr.inset{border-top:3px solid rgba(0,0,0,0.1);border-bottom:3px solid rgba(255,255,255,0.3)}#stacks_in_285 hr.inset_two{border-top:3px solid #FF7054;border-bottom:3px solid #541C15}#stacks_in_285 hr.inset_three{border-top:3px solid #541C15;border-bottom:3px solid #FF7054}#stacks_in_285 hr.inset_four{border-top:3px solid #541C15;border-bottom:3px solid #CCCCCC}#stacks_in_285 hr.flared{height:30px;border-style:solid;border-color:#541C15;border-width:3px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_285 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#541C15;border-width:0 0 3px 0;border-radius:20px}#stacks_in_285 hr.glyph{padding:0;border:0;border-top:3px double #541C15;color:#541C15;text-align:center;margin:1em 0}#stacks_in_285 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_285 {
	margin:  14px;
}
#stacks_in_419 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_419 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_419 #jwresp_col2_stacks_in_419{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_419 #jwresp_col1_stacks_in_419,#stacks_in_419 #jwresp_col2_stacks_in_419{width:100%;float:none;display:block}#stacks_in_419 #jwresp_col1_stacks_in_419{margin-bottom:15px}}
#stacks_in_424 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_424 .ontheline
{
display:block; 
height:auto; 

/*CustomCSS;*/
}




	#stacks_in_418 .button_icon,#stacks_in_418 .button_icon i {
		margin:0;
		padding:0;
		display:inline-block;
		font-weight:normal;
		height:32px;
		line-height:32px;
		font-size:19px;
	}
	


#stacks_in_418 .button_label {
	font: 500 16px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}


	#stacks_in_418 .button_icon {
		border-right: 1px solid rgba(0,0,0,0.2);
		float:left;
		padding-right:14px;
	}
	#stacks_in_418 .button_label {
		border-left: 1px solid rgba(255,255,255, 0.2);
		float:left;
		padding: 0px 7px 0px 14px;
	}




#stacks_in_418 .sweet_button_wrapper {
	text-align:center;

	
		height:32px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_418 .sweet_button_wrapper {
		
			height:20px;
		
	}

	
		#stacks_in_418 .button_icon,#stacks_in_418 .button_icon i {
			height:20px;
			line-height:2em;
			font-size:13px;
		}
		
	

	#stacks_in_418 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_418 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 14px;
	text-decoration:none;
	text-align:center;
	color:rgba(255, 255, 255, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:5px;
	background:rgba(116, 36, 27, 1.00);
}
#stacks_in_418 a.sweet_button:visited {
	color:rgba(255, 255, 255, 1.00);
}

#stacks_in_418 a.sweet_button:hover {
	border-color:rgba(153, 153, 153, 1.00);
}








#stacks_in_418 .sweet_button:hover {
	color:rgba(255, 255, 255, 1.00);
	background: rgba(136, 56, 47, 1.00);
}
#stacks_in_418 .sweet_button:active{
	background: rgba(96, 16, 7, 1.00);
}
#stacks_in_418 .sweet_button.clicked {
	background: rgba(38, 113, 45, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_418 .sweet_button.clicked:hover {
	background: rgba(58, 133, 65, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_418 .sweet_button.clicked:active{
	background: rgba(18, 93, 25, 1.00);
}







/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_56 #myExtraContent9,
#ExtraContentPlusstacks_in_56 #fs {
	display: none;
}


#stacks_in_55 {
	background-color: rgba(204, 204, 204, 1.00);
}
#stacks_in_55_18_2>.s3_row {
	margin: 0 -5px;
}

#stacks_in_55_18_2>.s3_row>.s3_column {
	padding: 0 5px;
}








  


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




	#stacks_in_55_18_2>.s3_row  {
		margin: -5px -5px;
	}
	#stacks_in_55_18_2>.s3_row>.s3_column {
		padding: 5px 5px;
		width:50%;
	}



}



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


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





}




  

#stacks_in_55_18_2 {
	background-color: rgba(251, 244, 232, 1.00);
	margin:  12px;
}

#stacks_in_55_18_12 {
	margin:  17px;
}

#stacks_in_55_18_9 {
	margin:  6px;
}

#stacks_in_55_18_11 {
	font-size: 79%;
}

#stacks_in_55_18_6 {
	margin:  6px;
}

#stacks_in_55_18_8 {
	font-size: 79%;
}

#stacks_in_55_18_3 {
	margin:  6px;
}

#stacks_in_55_18_5 {
	font-size: 80%;
}
