/*
Skin Name: SlideDeck Website Skin
Skin URI: http://www.slidedeck-vertical.com/
Description: The skin used at slidedeck.com
Version: 1.5
Author: digital-telepathy
Author URI: http://www.dtelepathy.com/
Tags: flexible, white, black, multi-color
*/
#slidedeck_frame ul.slidesVertical li .colLeft{
	width: 325px;
	float: left;
}
#slidedeck_frame ul.slidesVertical li .colRight{
	width: 260px;
	float: right;
	text-align: right;
	padding: 5px 0 0;
}
#slidedeck_frame ul.slidesVertical li h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-style: italic;
	margin: 0;
	padding: 10px 0 5px;
	border-bottom: 1px #ccc dashed;
	color: #333;
}
#slidedeck_frame ul.slidesVertical li p{
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	margin: 0;
}
#slidedeck_frame ul.slidesVertical li p strong{
	color: #333;
}
/*#slidedeck_frame ul.slidesVertical li a,
#slidedeck_frame ul.slidesVertical li a:link,
#slidedeck_frame ul.slidesVertical li a:visited{
	display: block;
	padding: 10px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #A53F79;
}*/
#slidedeck_frame ul.slidesVertical li a:hover{
	text-decoration: underline;
}
#slidedeck-gallery_frame {
	width: 260px;
	height: 230px;
	position: relative;
	overflow:hidden;
}

#slidedeck-gallery_frame dl.slidedeck-vertical2 {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	float: right;
}

#slidedeck-gallery_frame dl.slidedeck-vertical2 dd{
	position: relative;
	margin: 0;
	background: url('/content/global/img/slidedeck/s2f-vertical/placeholder-images/vertical-slide-image_01.jpg') 0 0 no-repeat !important;
	overflow: hidden;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#slidedeck-gallery_frame dl.slidedeck-vertical2 dd.slide_2 {
	background: url('/content/global/img/slidedeck/s2f-vertical/placeholder-images/vertical-slide-image_02.jpg') 0 0 no-repeat !important;
}

#slidedeck-gallery_frame dl.slidedeck-vertical2 dd.slide_3 {
	background: url('/content/global/img/slidedeck/s2f-vertical/placeholder-images/vertical-slide-image_03.jpg') 0 0 no-repeat !important;
}

#slidedeck-gallery_frame:hover ul.galleryArrows{
	display:block;
}

ul.galleryArrows{
	position:absolute;
	display: none;
	margin: -14px 0 0;
	padding: 0;
	list-style:none;
	overflow:visible;
	top: 50%;
	width:260px;
	z-index:10;
}

ul.galleryArrows li{
	position: absolute;
	margin: 0;
	padding: 0;
}

ul.galleryArrows li a{
	display: block;
	position: relative;
	overflow: hidden;
	width: 27px;
	height: 0;
	line-height:30px;
	padding: 27px 0 0 !important;
	background: url('/content/global/img/slidedeck/s2f-vertical/galleryNav.png') 0 0 no-repeat;
}

ul.galleryArrows li.next a{
	background-position: -27px 0;
}

ul.galleryArrows li.prev{
	left: 10px;
}

.skin-vertical-embedded ul.galleryArrows li.disabled a{
	cursor: default;
}

.skin-vertical-embedded ul.galleryArrows li.next.disabled a{
	background-position: -27px -27px;
}

.skin-vertical-embedded ul.galleryArrows li.prev.disabled a{
	background-position: 0 -27px;
}

.skin-vertical-embedded ul.galleryArrows li.next{
	right: 10px;
}
			
.skin-vertical-embedded ul.galleryNav{
	margin: 20px auto 0;
	padding: 0;
	list-style:none;
}

.skin-vertical-embedded ul.galleryNav li{
	display:block;
	float:left;
	margin: 0;
	padding: 0;
}

.skin-vertical-embedded ul.galleryNav li a{
	display:block;
	position:relative;
	overflow:hidden;			
	height:0;
	width:10px !important;
	line-height: 20px;
	padding: 10px 0 0 !important;
	background: #ccc;
	margin: 0 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	outline: none;
}

.skin-vertical-embedded ul.galleryNav li.active a{
	background: #aaa;
}

/*
 * The frame surrounding the SlideDeck.
 * 
 * Customize the width, height, padding and background to customize the area 
 * surrounding your SlideDeck.
 */
.skin-vertical-embedded {
  background-color: #FFFFFF;
  border: 1px solid #999999;
  padding: 0;
  position: relative;
}

/*
 * The SlideDeck element itself.
 * 
 * Customize the width and height to increase or decrease the size of
 * your SlideDeck. 
 */
.skin-vertical-embedded dl.slidedeck-vertical {
    position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
    padding: 0;
	top:-65px;
}

/*
 * The SlideDeck slide area.
 * 
 * You can specify a height for the slide area, but it is not required, width
 * will automatically be defined for the slide area and will vary depending on
 * how many slides you have in your SlideDeck.
 * 
 * To add space between a slide and the next slide's spine (slide title bar),
 * increase the border-right definition. To remove the space, just remove the
 * border definition.
 * 
 * SlideDeck slides are all given a unique class, so you can customize the
 * appearance of each slide individually by referencing a slide by its
 * numbered class name. For example:
 *    .slidedeck-vertical dd.slide_1
 *    .slidedeck-vertical dd.slide_2
 *    .slidedeck-vertical dd.slide_3
 *    etc...
 */
.skin-vertical-embedded dl.slidedeck-vertical > dd {
    position: relative;
	padding: 0;
    margin: 0;
	border: none;
	background: none;
    overflow: hidden;
}

/*
 * The SlideDeck spine (slide title bar).
 * 
 * SlideDeck spines are rotated, so you will need to swap your directions. To
 * change the width of the spine, you will need to modify the spine height.
 * You will also need to make sure that any background imagery used is rotated
 * horizontally.
 * 
 * Like slides, spines are also given a unique class allowing for custom
 * appearance for each spine. This follows a similar naming convention:
 *     .slidedeck-vertical dt.slide_1
 *     .slidedeck-vertical dt.slide_2
 *     .slidedeck-vertical dt.slide_3
 *     etc...
 */
.skin-vertical-embedded dl.slidedeck-vertical > dt {
    position: relative;
	cursor: pointer;
	height: 43px;
	line-height: 38px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url('/content/global/img/slidedeck/s2f-vertical/spines.png') top left #d7d7d7;
	color: #505050;
    margin: 0;
    padding: 0;
}

/*
 * The hovered state of a SlideDeck spine.
 */
.skin-vertical-embedded dl.slidedeck-vertical dt.spine:hover {
	color: #000;
	background-position: center left;
}

/*
 * The active state of a SlideDeck spine.
 */
.skin-vertical-embedded dl.slidedeck-vertical dt.spine.active,
.skin-vertical-embedded dl.slidedeck-vertical dt.spine.active:hover {
	cursor: default;
	color: #fff;
	background-position: bottom left;
}

/*
 * The SlideDeck spine index labels.
 * 
 * This is to style the numbers (or letters if you have customized it so)
 * that appear at the bottom of each SlideDeck spine.
 */
.skin-vertical-embedded dl.slidedeck-vertical dt.spine .index {
	margin-bottom: 2px;
    font-size: 24px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #505050;
}
.skin-vertical-embedded dl.slidedeck-vertical dt.spine.active .index { margin-bottom: 0; }

/*
 * The hovered state of a SlideDeck spine index label.
 */
.skin-vertical-embedded dl.slidedeck-vertical dt.spine:hover .index { color: #000000; }

/*
 * The active state of a SlideDeck spine index label.
 */
.skin-vertical-embedded dl.slidedeck-vertical dt.spine.active .index { color: #ffffff; }

/*
 * The SlideDeck "active corner".
 * 
 * This is the small triangle that appears in the upper left of the active
 * slide. This can be made any size and positioned differently by modifying
 * the margin values. By default the left margin is inset to prevent any
 * gap from appearing as the SlideDeck animates.
 */
.skin-vertical-embedded dl.slidedeck-vertical .activeCorner {
	margin-left: -6px;
	background-image: url('/content/global/img/slidedeck/s2f-vertical/corner.png');
	width: 12px;
	height: 25px;
}

/*
 * The SlideDeck vertical slide style.
 * 
 * Veritcal slides will take over the entire content area of a horizontal slide
 * automatically. Padding will automatically be accommodated for. You can also
 * eliminate the padding definition to have your vertical slide content line
 * up flush against the containing slide content area edges.
 */
 
.skin-vertical-embedded dl.slidedeck-vertical dd.slide ul.slidesVertical {
  border-left: 1px solid #808080;
  left: auto !important;
  padding: 0 !important;
  right: 0;
  width: 441px !important;
}
 
.skin-vertical-embedded dl.slidedeck-vertical dd.slide ul.slidesVertical > li {
    overflow: hidden;
    padding: 0px;
	background: #fff;/*
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}

/*
 * The SlideDeck vertical slide navigation container.
 * 
 * This is the container for the vertical slide navigation. You can position
 * this anywhere you want within the containing slide's area. If you try to
 * position it outside of the slide area it will not appear.
 */
dl.slidedeck-vertical dd.slide ul.verticalSlideNav {
    top: 65px;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
	border-bottom: 1px solid #808080;
}

/*
 * The SlideDeck vertical slide navigation link containers.
 * 
 * This is the container for a navigation link in the vertical slide navigation
 * element. You can adjust the width and height of this element to accommodate
 * for a larger vertical navigation button.
 * 
 * To increase the space between vertical navigation links, increase the bottom
 * and/or top padding of this element.
 */
dl.slidedeck-vertical dd.slide ul.verticalSlideNav li {
	background-color:#f3f3f3;
  background: -moz-linear-gradient(
		top,
		#FEFEFE 0%,
		#F3F3F3 25%,
		#E6E6E6);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#FEFEFE),
		color-stop(0.25, #F3F3F3),
		to(#E6E6E6));
	filter: progid:DXImageTransform.Microsoft.gradient( enabled='true',startColorstr=#FEFEFE,endColorstr=#E6E6E6,GradientType=0);
	border-top:1px solid #808080;
}

/*original colors 7AC143, 6BA93B, 5C9132*/
dl.slidedeck-vertical dd.slide ul.verticalSlideNav li.active, dl.slidedeck-vertical dd.slide ul.verticalSlideNav /*li:hover*/ {
	background-color:#7BC141;
  background: -moz-linear-gradient(
		top,
		#8cdf28 0%,
		#6BC300 25%,
		#72CB06);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#8cdf28),
		color-stop(0.25, #6BC300),
		to(#72CB06));
	filter: progid:DXImageTransform.Microsoft.gradient( enabled='true',startColorstr=#8cdf28,endColorstr=#72CB06,GradientType=0);
}
dl.slidedeck-vertical dd.slide ul.verticalSlideNav li.last {
    margin: 0;
    border-bottom: 1px solid #808080;
}

/*
 * The SlideDeck vertical slide position indicator.
 * 
 * This is the element that slides behind the default navigation link list to
 * show which is the current vertical slide being viewed. This should be given
 * similar dimensions to the vertical slide navigation links.
 */
dl.slidedeck-vertical dd.slide ul.verticalSlideNav li.arrow {
    display: none;
}

/*
 * The SlideDeck veritcal slide navigation links.
 * 
 * These are the vertical slide navigation links. By default these are a small
 * square that uses a sprite background image replacement method to hide the
 * default text that is placed in the link ("Nav 1", "Nav 2", "Nav 3").
 * 
 * To change the appearance of the navigation elements, you will need to use a
 * background image replacement as the text for the links cannot be changed.
 * Each vertical slide navigation link is given a unique class so they can be
 * styled individually. For example:
 *     dl.slidedeck-vertical dd.slide ul.verticalSlideNav li a.nav_1
 *     dl.slidedeck-vertical dd.slide ul.verticalSlideNav li a.nav_2
 *     dl.slidedeck-vertical dd.slide ul.verticalSlideNav li a.nav_3
 *     etc....
 */
dl.slidedeck-vertical dd.slide ul.verticalSlideNav li a {
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 15px;
  font-weight: normal;
  height: 56px;
  line-height: 16px;
  padding: 0;
  text-decoration: none;
  width: 288px !important;
  color:#808080;
}

/*dl.slidedeck-vertical dd.slide ul.verticalSlideNav li a{
	display: block;
	padding: 30px 15px;
	width: 215px !important;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	color: #000000;
	padding: 13px 14px 14px;
	background: #eee;
	-moz-linear-gradient(center top , #FCFCFC 0%, #EEEEEE 25%, #DCDCDC) repeat scroll 0 0 transparent grey
	-moz-linear-gradient(center top , #7AC143 0%, #6BA93B 25%, #5C9132) repeat scroll 0 0 transparent green
	background: -moz-linear-gradient(
		top,
		#fcfcfc 0%,
		#eeeeee 25%,
		#dcdcdc);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#fcfcfc),
		color-stop(0.25, #eeeeee),
		to(#dcdcdc));
	filter: progid:DXImageTransform.Microsoft.gradient( enabled='true',startColorstr=#f3f3f3,endColorstr=#dcdcdc,GradientType=0);	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 1px solid #fff;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-bottom: none;
	-moz-box-shadow:
		0px 1px 0px rgba(000,000,000,0.3);
	-webkit-box-shadow:
		0px 1px 0px rgba(000,000,000,0.3);
	text-shadow:
		0px 1px 0px rgba(255,255,255,1);
	outline: none;
}*/

dl.slidedeck-vertical dd.slide ul.verticalSlideNav li.active a {
  background-image: url("/content/global/img/slidedeck/s2f-vertical/vertical-nav-arrow.png") !important;
  background-position: 0 50% !important;
  background-repeat: no-repeat !important;
  border-color: #808080 -moz-use-text-color -moz-use-text-color;
  background-color:none !important;
  color:#ffffff;
}
/*
 * The SlideDeck vertical slide navigation link hover state.
 */
dl.slidedeck-vertical dd.slide ul.verticalSlideNav li a:hover{
background-color:#7BC141;/*#6BA93B*/
	background: -moz-linear-gradient(
		top,
		#7AC143 0%,
		#7BC141 25%,/*#6BA93B*/
		#5C9132);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#7AC143),
		color-stop(0.25, #7BC141),/*#6BA93B*/
		to(#5C9132));
	/*filter: progid:DXImageTransform.Microsoft.gradient( enabled='true',startColorstr=#7AC143,endColorstr=#6BA93B,GradientType=0);*/
	color: #ffffff;
}

/*
 * The SlideDeck vertical slide navigation number styles
  */
dl.slidedeck-vertical dd.slide ul.verticalSlideNav li a span {
  color: #808080;
  display: block;
  font-family: arial,helvetica,sans-serif;
  font-size: 15px;
  font-weight: normal;
  height: 56px;
  line-height: 16px;
  margin: auto 20px;
}

dl.slidedeck-vertical dd.slide ul.verticalSlideNav li a span {
  color: #ffffff;
  display: block;
  font-family: arial,helvetica,sans-serif;
  font-size: 15px;
  font-weight: normal;
  height: 56px;
  line-height: 16px;
  margin: auto 20px;
}
body{
	/*background: #f2f2f2 url('/content/global/img/slidedeck/s2f-vertical/bg.png') center 40px no-repeat;*/
	font-family: Arial, Helvetica, sans-serif;
}
#slidedeck_frame {
   width: 730px;
   height: 379px;
   margin: 0 auto;
}
#header-div {
	width:288px;
	text-align:center;
}
.header-title {
  color: #7AC143;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 22px;
  height: 65px;
  line-height: 30px;
  padding:0 12px!important;
}
.reg-mark {
    font-size: 12px;
    position: relative;
    top: -8px;
}
.s2f-caption {
  color: #FFFFFF;
  font-family: arial,helvetica,sans-serif;
  font-size: 13px;
  left: 0;
  line-height: 15px;
  padding: 0 8px;
  position: absolute;
  top: 300px;
}
.s2f-caption a {
	color: #296000 !important;
    font-family: arial,helvetica,sans-serif !important;
    font-size: 13px !important;
	text-decoration:underline !important;
}
.nav-label {
  padding: 10px 15px;
}
#social-div {
  padding-top: 0;
  position: relative;
  top: 356px;
  width: 288px;
}
#social-div ul {
  margin: 2px 0;
  padding: 0 12px;
}
#social-div li {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0 4px;
  width: 16px;
}
#social-div li a {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  height: auto !important;
  width: auto !important;
}
.social-icons {
  color: #7AC143;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 26px;
  border: 0;
}
.pdf-icon {
	float:right !important;
}
#slide1 {
	background-image: url("/content/en-us/img/slidedeck/s2f/s2f-image1.jpg");
    height: 379px;
    width: 441px;
}
.slides .slide-title {
    display: none;
}