
/* #stacks_in_303255_page2

 */





/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}


@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff;
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
	transform: translateY(-50%);
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 45px;
}
[dir='rtl'] .slick-prev
{
    right: 45px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 45px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 45px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


.tripleplay-hero { width:100%;  position:relative; }
.tripleplay-carousel .tripleplay-carousel-item { height:auto; padding:0 5px;  }

.tripleplay-carousel-image div{
    position: relative;
  }
  
 .tripleplay-carousel-image div:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    ;
    -moz-transition: all .3s linear!important;
    -webkit-transition: all .3s linear!important;
    -ms-transition: all .3s linear!important;
    -o-transition: all .3s linear!important;
    transition: all .3s linear!important;
  }
  
.tripleplay-carousel-image div:hover:before, .slick-active .tripleplay-carousel-image div:before  { background: none; }
.tripleplay-carousel .tripleplay-carousel-item .tripleplay-carousel-image {  display:block;  text-align:center; }
.tripleplay-carousel .tripleplay-carousel-item .tripleplay-carousel-image img {height:auto!important; position:static!important;  width:100%; display:block;  }
.tripleplay-carousel .tripleplay-carousel-item .tripleplay-caption {visibility:hidden;  }
.tripleplay-carousel .tripleplay-carousel-item .tripleplay-caption h2 { padding-top:20px; font-size:28px; }
.tripleplay-carousel .tripleplay-carousel-item .tripleplay-caption p {font-size:15px; padding:0px; line-height: normal; padding-bottom:5px; padding-top:3px; }

.tripleplay-carousel .tripleplay-carousel-item .tripleplay-caption { text-align: left; }


.tripleplay-carousel .slick-active .tripleplay-carousel-item .tripleplay-caption {visibility:visible;  padding:0 0 2.5px 0px;  padding-bottom:8px; border-bottom:1px solid #CCCCCC;}
.tripleplay-carousel .slick-slide {  transition: opacity .25s ease-in-out!important;
   -moz-transition: opacity .25s ease-in-out!important;
   -webkit-transition: opacity .25s ease-in-out!important;}
.tripleplay-carousel .slick-slide:hover { }

.slick-prev:before, .slick-next:before {  font-size: 60px; line-height: 1;  opacity: .75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;  color: #FFFFFF;}

.slick-prev:before { content: '\2329'; }
[dir="rtl"] .slick-prev:before { content: '\2329'; }

[dir="rtl"] .slick-next { left: -10px; top: 70px; right: auto; }
.slick-next:before { content: "\232A"; }
[dir="rtl"] .slick-next:before { content: '\232A'; }

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)
{
    .tripleplay-carousel .tripleplay-carousel-item .tripleplay-caption h2 {font-size:19px;}
    .slick-prev,
    .slick-next
    {
        top: 30%;
    }
}

@media only screen and (max-width: 760px) {
	.tripleplay-carousel .tripleplay-carousel-item .tripleplay-caption h2 {font-size:19px;}
    .slick-next
    {
        right: -25px;
    }
    
    .slick-prev
    {
        left: -25px;
    }
}





#stacks_in_303256_page2 .tripleplay-carousel-item .tripleplay-caption h2 { color: #515046; }
#stacks_in_303256_page2 .tripleplay-carousel-item .tripleplay-caption p { color: #515046; }

#stacks_in_303516_page2 .tripleplay-carousel-item .tripleplay-caption h2 { color: #515046; }
#stacks_in_303516_page2 .tripleplay-carousel-item .tripleplay-caption p { color: #515046; }

#stacks_in_303508_page2 .tripleplay-carousel-item .tripleplay-caption h2 { color: #515046; }
#stacks_in_303508_page2 .tripleplay-carousel-item .tripleplay-caption p { color: #515046; }

#stacks_in_303477_page2 .tripleplay-carousel-item .tripleplay-caption h2 { color: #515046; }
#stacks_in_303477_page2 .tripleplay-carousel-item .tripleplay-caption p { color: #515046; }

#stacks_in_303473_page2 .tripleplay-carousel-item .tripleplay-caption h2 { color: #515046; }
#stacks_in_303473_page2 .tripleplay-carousel-item .tripleplay-caption p { color: #515046; }

#stacks_in_303258_page2 .tripleplay-carousel-item .tripleplay-caption h2 { color: #515046; }
#stacks_in_303258_page2 .tripleplay-carousel-item .tripleplay-caption p { color: #515046; }

#stacks_in_303486_page2 {
	background-color: rgba(153, 153, 153, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  13px;
}
#stacks_in_303441_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_303441_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_303441_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_303441_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_303441_page2.s3 .c.s2_3 .count,#stacks_in_303441_page2.s4 .c.s2_4 .count,#stacks_in_303441_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_303441_page2.s2 .c.s1_2 .c-pad,#stacks_in_303441_page2.s3 .c.s1_3 .c-pad,#stacks_in_303441_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_303441_page2.s3 .c.s2_3 .c-pad,#stacks_in_303441_page2.s4 .c.s2_4 .c-pad,#stacks_in_303441_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_303441_page2.s2 .c.s2_2 .c-pad,#stacks_in_303441_page2.s3 .c.s3_3 .c-pad,#stacks_in_303441_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_303441_page2 .c+.c .count,
	#stacks_in_303441_page2.s3 .c.s2_3 .count,
	#stacks_in_303441_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_303441_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_303441_page2 .c:first-child,#stacks_in_303441_page2.s4 .c.s1_4,#stacks_in_303441_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_303441_page2 .c:last-child,#stacks_in_303441_page2.s4 .c.s3_4,#stacks_in_303441_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_303441_page2.s2 .c-pad,#stacks_in_303441_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_303441_page2.s4 .c.s2_4 .count,
	#stacks_in_303441_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_303441_page2.s4 .c {width: 49.2%;}
	#stacks_in_303441_page2.s4 .c.s1_4 .c-pad,#stacks_in_303441_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_303441_page2.s4 .c.s2_4 .c-pad,#stacks_in_303441_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_303441_page2 .count{ margin-left: 0 !important;}
	#stacks_in_303441_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_303441_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_out_303426_page2 {
  padding: 0px;
}

#stacks_in_303426_page2 .circliful {
  position: relative;
  
  
  margin: 0 auto;
  
  color: rgba(255, 255, 255, 1.00);
  font-family: inherit;
}
#stacks_in_303426_page2 .centerMe:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  
  
  max-width: 100%;
  left: 50%;
  top: 50%;
  z-index: 0;
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 0;
  background-image: url();
  background-size: cover;
  background-position: center center;
  
  
  width:  160.000000px;
  height:  160.000000px;
  border-radius: 50%;
  
  padding: 0px;
}
#stacks_in_303426_page2 .circliful.halfCircle .centerMe:before {
 top: 75%;
}
#stacks_in_303426_page2 .circliful.halfCircle {
  
  
  margin: 0 auto -105.000000px auto;
  
}

#stacks_in_303426_page2 .circliful .centerMe {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  position: absolute;
  height: 100%;
  /**/
  width: 100%;
}
#stacks_in_303426_page2 .circliful.halfCircle .centerMe {
  height: 65%;
}
#stacks_in_303426_page2 .circliful .centerMe div {
  padding: 0px 30px;
  z-index: 2;
  position: relative;
}
#stacks_in_303426_page2 canvas {
  z-index: 1;
  position: relative;
}

#stacks_in_303426_page2 .circle-text, #stacks_in_303426_page2 .circle-info, #stacks_in_303426_page2 .circle-text-half, #stacks_in_303426_page2 .circle-info-half {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-family: inherit;
}

#stacks_in_303426_page2 .circle-info, #stacks_in_303426_page2 .circle-info-half {
  font-size: 16px;
  color: rgba(255, 255, 255, 1.00);
  margin-top: 0px;
}
#stacks_in_303426_page2 .os-icon-wrap {
  margin-bottom: 0px;
}

#stacks_in_303426_page2 .circliful .fa {
  margin: -6px 3px 0 3px;
  position: relative;
  vertical-align: middle;
  font-size: 26px;
  color: rgba(51, 51, 51, 1.00);
}
#stacks_in_303426_page2 .circliful .customIcon {
  margin: -6px 3px 0 3px;
  position: relative;
  vertical-align: middle;
  width: 26px;
  height: 26px;
}

/**/

#stacks_out_303433_page2 {
  padding: 0px;
}

#stacks_in_303433_page2 .circliful {
  position: relative;
  
  
  margin: 0 auto;
  
  color: rgba(153, 153, 153, 1.00);
  font-family: inherit;
}
#stacks_in_303433_page2 .centerMe:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  
  
  max-width: 100%;
  left: 50%;
  top: 50%;
  z-index: 0;
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 0;
  background-image: url();
  background-size: cover;
  background-position: center center;
  
  width:  160.000000px;
  height:  160.000000px;
  border-radius: 50%;
  
  
  padding: 0px;
}
#stacks_in_303433_page2 .circliful.halfCircle .centerMe:before {
 top: 75%;
}
#stacks_in_303433_page2 .circliful.halfCircle {
  
  
  margin: 0 auto -105.000000px auto;
  
}

#stacks_in_303433_page2 .circliful .centerMe {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  position: absolute;
  height: 100%;
  /**/
  width: 100%;
}
#stacks_in_303433_page2 .circliful.halfCircle .centerMe {
  height: 65%;
}
#stacks_in_303433_page2 .circliful .centerMe div {
  padding: 0px 30px;
  z-index: 2;
  position: relative;
}
#stacks_in_303433_page2 canvas {
  z-index: 1;
  position: relative;
}

#stacks_in_303433_page2 .circle-text, #stacks_in_303433_page2 .circle-info, #stacks_in_303433_page2 .circle-text-half, #stacks_in_303433_page2 .circle-info-half {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-family: inherit;
}

#stacks_in_303433_page2 .circle-info, #stacks_in_303433_page2 .circle-info-half {
  font-size: 16px;
  color: rgba(153, 153, 153, 1.00);
  margin-top: 0px;
}
#stacks_in_303433_page2 .os-icon-wrap {
  margin-bottom: 0px;
}

#stacks_in_303433_page2 .circliful .fa {
  margin: -6px 3px 0 3px;
  position: relative;
  vertical-align: middle;
  font-size: 26px;
  color: rgba(51, 51, 51, 1.00);
}
#stacks_in_303433_page2 .circliful .customIcon {
  margin: -6px 3px 0 3px;
  position: relative;
  vertical-align: middle;
  width: 26px;
  height: 26px;
}

/**/

#stacks_out_303428_page2 {
  padding: 0px;
}

#stacks_in_303428_page2 .circliful {
  position: relative;
  
  
  margin: 0 auto;
  
  color: rgba(255, 255, 255, 1.00);
  font-family: inherit;
}
#stacks_in_303428_page2 .centerMe:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  
  
  max-width: 100%;
  left: 50%;
  top: 50%;
  z-index: 0;
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 0;
  background-image: url();
  background-size: cover;
  background-position: center center;
  
  
  width:  160.000000px;
  height:  160.000000px;
  border-radius: 50%;
  
  padding: 0px;
}
#stacks_in_303428_page2 .circliful.halfCircle .centerMe:before {
 top: 75%;
}
#stacks_in_303428_page2 .circliful.halfCircle {
  
  
  margin: 0 auto -105.000000px auto;
  
}

#stacks_in_303428_page2 .circliful .centerMe {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  position: absolute;
  height: 100%;
  /**/
  width: 100%;
}
#stacks_in_303428_page2 .circliful.halfCircle .centerMe {
  height: 65%;
}
#stacks_in_303428_page2 .circliful .centerMe div {
  padding: 0px 30px;
  z-index: 2;
  position: relative;
}
#stacks_in_303428_page2 canvas {
  z-index: 1;
  position: relative;
}

#stacks_in_303428_page2 .circle-text, #stacks_in_303428_page2 .circle-info, #stacks_in_303428_page2 .circle-text-half, #stacks_in_303428_page2 .circle-info-half {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-family: inherit;
}

#stacks_in_303428_page2 .circle-info, #stacks_in_303428_page2 .circle-info-half {
  font-size: 16px;
  color: rgba(255, 255, 255, 1.00);
  margin-top: 0px;
}
#stacks_in_303428_page2 .os-icon-wrap {
  margin-bottom: 0px;
}

#stacks_in_303428_page2 .circliful .fa {
  margin: -6px 3px 0 3px;
  position: relative;
  vertical-align: middle;
  font-size: 26px;
  color: rgba(51, 51, 51, 1.00);
}
#stacks_in_303428_page2 .circliful .customIcon {
  margin: -6px 3px 0 3px;
  position: relative;
  vertical-align: middle;
  width: 26px;
  height: 26px;
}

/**/

#stacks_out_303430_page2 {
  padding: 0px;
}

#stacks_in_303430_page2 .circliful {
  position: relative;
  
  
  margin: 0 auto;
  
  color: rgba(153, 153, 153, 1.00);
  font-family: inherit;
}
#stacks_in_303430_page2 .centerMe:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  
  
  max-width: 100%;
  left: 50%;
  top: 50%;
  z-index: 0;
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 0;
  background-image: url();
  background-size: cover;
  background-position: center center;
  
  width:  160.000000px;
  height:  160.000000px;
  border-radius: 50%;
  
  
  padding: 0px;
}
#stacks_in_303430_page2 .circliful.halfCircle .centerMe:before {
 top: 75%;
}
#stacks_in_303430_page2 .circliful.halfCircle {
  
  
  margin: 0 auto -105.000000px auto;
  
}

#stacks_in_303430_page2 .circliful .centerMe {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  position: absolute;
  height: 100%;
  /**/
  width: 100%;
}
#stacks_in_303430_page2 .circliful.halfCircle .centerMe {
  height: 65%;
}
#stacks_in_303430_page2 .circliful .centerMe div {
  padding: 0px 30px;
  z-index: 2;
  position: relative;
}
#stacks_in_303430_page2 canvas {
  z-index: 1;
  position: relative;
}

#stacks_in_303430_page2 .circle-text, #stacks_in_303430_page2 .circle-info, #stacks_in_303430_page2 .circle-text-half, #stacks_in_303430_page2 .circle-info-half {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-family: inherit;
}

#stacks_in_303430_page2 .circle-info, #stacks_in_303430_page2 .circle-info-half {
  font-size: 16px;
  color: rgba(153, 153, 153, 1.00);
  margin-top: 0px;
}
#stacks_in_303430_page2 .os-icon-wrap {
  margin-bottom: 0px;
}

#stacks_in_303430_page2 .circliful .fa {
  margin: -6px 3px 0 3px;
  position: relative;
  vertical-align: middle;
  font-size: 26px;
  color: rgba(51, 51, 51, 1.00);
}
#stacks_in_303430_page2 .circliful .customIcon {
  margin: -6px 3px 0 3px;
  position: relative;
  vertical-align: middle;
  width: 26px;
  height: 26px;
}

/**/
