/* ########### UNIVERSAL ########### */

	.my-courses h2, .cta-block h2, .section-title, .info-txt h3 { 
	font-family:"FS Clerkenwell Web Regular", Arial, Helvetica, sans-serif; 
	font-size-adjust:0.457; 
	font-weight:normal; 
	font-style:normal;
	} 
	
	.main-content div h1 {
	font-size:1.8em;line-height:1em;padding:10px 0;
	}


	#breadcrumb{

		display:block;
		padding-bottom:0px;
		margin-left:0px;
		font-size: 11px;
		color:#647373;
		height:20px;
	}
	#breadcrumb a{
		padding-bottom:2px;
		color:#647373;
		font-size: 11px;
		text-decoration: none;
	}

	#breadcrumb a:link {text-decoration: none}
	#breadcrumb a:visited {text-decoration: none}
	#breadcrumb a:active {text-decoration: none}
	#breadcrumb a:hover {text-decoration: underline;}

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

			#breadcrumb{

				padding-top:10px;
				height:40px;

			}


		}
		
	.section-title {
	text-align:center;font-size:1.8em;color:#333;line-height:1.8em;margin-bottom:0;
	}	
	
	.button {
	font-weight:normal;
	}

/* ########### COURSE PAGE ########### */

/* -- Image and my courses block -- */

	.course-title, .course-image {
	width:65.6667%;
	}
	
	.share-buttons, .my-courses {
	width: 34.3333%;
	}

	.course-image {
	float:left;display:block;height:340px;overflow:hidden;
	}
	
	.course-image img {
	width:100%;min-width:600px;min-height:340px;display:block;float:right;
	}

	.my-courses {
	background:#f2f2f2;float:left;height:340px;padding:10px 20px;
	}
	
	.my-courses h2 {
	font-size:1.6em;color:#000;line-height:1em;
	}	
	
	.add-mc-button, .add-mc-button:hover {
	background:#174b66;color:#fff;margin-bottom:15px;
	}
	
	.view-mc-button, .view-mc-button:hover  {
	background:#07a33b;color:#fff;margin-bottom:15px;font-size:.75em;
	}	
	
	@media only screen and (max-width: 767px) {
		
		.no-padding-small {
		padding:0;
		}

		.course-image, .my-courses {
		height:200px;margin-bottom:17px;
		}

		.course-image img {
		width:100%;min-width:461px;min-height:200px;display:block;float:right;
		}

	}
	
	

/* -- core course and call to action block -- */

	.cta-block h2{
	font-size:1.6em;color:#333;line-height:1em;
	}

	.cta-button {
	background:#ba0046;color:#fff;margin-bottom:15px;
	}

	.add-mc-button:hover, .view-mc-button:hover, .cta-button:hover {
	text-decoration:underline;
	}

	@media only screen and (min-width: 768px) {
		.course-content {
		top:-44px;position:relative;
		}
		
		.cta-block {
		margin-top:56px;position:relative;
		}
	
		.cta-block div {
		padding-left:2px;
		}

	}

/* -- further information more block -- */

	.slick > div {}

	.info-holder {height:260px;margin:10px;position:relative;overflow:hidden;}
	
	.info-img {height:130px;position:relative;overflow:hidden;}
	
	.info-holder img {width:100%;}
	
	.info-txt {position:absolute;bottom:0;height:130px;background:#fff;width:100%;padding:5px 15px;}
	
	.info-txt h3 {font-size:1.4em;color:#621b40;line-height:1em;}

/* -- discover more block -- */

	
/* ########### MEDIA BOXES ########### */

	    .reveal-modal-bg {
	      position: fixed;
	      height: 100%;
	      width: 100%;
	      background: black;
	      background: rgba(0, 0, 0, 0.45);
	      z-index: 999999998;
	      display: none;
	      top: 0;
	      left: 0; }
	    
	    .reveal-modal {
	      visibility: hidden;
	      display: none;
	      position: absolute;
	      left: 50%;
	      z-index: 999999999;
	      height: auto;
	      margin-left: -47.5%;
	      width: 95%;
	      background-color: #f2f2f2;
	      padding: 0;
	      border: solid 0px #666666;
	      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	      box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	      top: 50px; }
	      .reveal-modal .column,
	      .reveal-modal .columns {
	        min-width: 0; }
	      .reveal-modal > :first-child {
	        margin-top: 0; }
	      .reveal-modal > :last-child {
	        margin-bottom: 0; }
	      .reveal-modal .close-reveal-modal {
	        background:url('../img/info-close.png') 0 0 no-repeat;
	        width:37px;height:37px;
	        position: absolute;
	        top: 0.6em;
	        right: 0.6em;
	        cursor: pointer; }
	        .reveal-modal .section-title {
	        font-size:1.4em; }
	    
	    @media only screen and (min-width: 768px) {
	      .reveal-modal {
	        padding: 0 /* ########### .5em 1.875em 1.875em 1.875em; ########### */
	        top: 6.25em; }
	        .reveal-modal.tiny {
	          margin-left: -15%;
	          width: 30%; }
	        .reveal-modal.small {
	          margin-left: -20%;
	          width: 40%; }
	        .reveal-modal.medium {
	          margin-left: -30%;
	          width: 60%; }
	        .reveal-modal.large {
	          margin-left: -35%;
	          width: 70%; 
	      	}
	        .reveal-modal.xlarge {
	          margin-left: -47.5%;
	          width: 95%; }
	         .reveal-modal .section-title {
	        font-size:1.8em; }
	        }
	    @media print {
	      .reveal-modal {
    background: white !important; } }
  
  .reveal-modal .section-title {
  line-height:2.4em;margin-bottom:0;font-size:1.4em;
}
    
  .media-box-nav  {
  background:#d8d9db;padding:20px;height:auto;overflow: auto;
	width: 100%
  }
  
    @media only screen and (max-width: 767px) {  
  	  .media-box-nav {
  	    padding:20px;
  	  }
  }
  
	  .media-box-nav li.button  {
	  font-size:.8em;float:left;background:#fff;margin-right:1px;
	  }  

	  .media-box-nav li.button a  {
	  color:#621b40;
	  } 

	  .media-box-nav li.active, .media-box-nav li.active:hover  {
	  background:#621b40;color:#fff;
	  }  	  

	  .media-box-nav li.button:hover, .media-box-nav li.button a:hover  {
	  background:#ba0046;color:#fff !important;
	  }  
  
  .media-box-content {
  padding:0 5px 40px 5px;
  }
  
  @media only screen and (max-width: 767px) {  
	  .media-box-content {
	    padding:0 5px 20px 5px;
	  }
  }
  
  .media-box-content .row {
    max-width:100%
  }
  	
  	.large-img  {width:1500px;margin:0 auto;display:block;}
  	
  	.gallery-desc  {position:absolute;z-index:100;bottom:0px;left:0.9375em;right:0.9375em;background:#fff;opacity:.85;padding:10px;}
  	
  	.desc-toggle  {float:right;cursor:pointer;}
  	
  	.desc-toggle-item {display:none;}
		
		
	ul.media-tabs, ul.gallery-tabs{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	ul.media-tabs li{
		background: none;
		color: #222;
		display: inline-block;
		cursor: pointer;
	}

	ul.media-tabs li.current, ul.gallery-tabs li.current{
		background: #621b40;
		color: #222;
	}
	
	ul.media-tabs li img {
		display:inline;width:30%
	}

	ul.media-tabs li p {
		display:inline;width:70%;
	}
	
	.media-tab-content{
		display: none;
	}

	.media-tab-content.current{
		display: inherit;
	}		


	ul.gallery-tabs li{
		background: none;
		color: #222;
		display: inline-block;
		cursor: pointer;
		float:left;
		width:33%
	}

	ul.gallery-tabs li.current{
		background: #621b40;
		color: #222;
	}
	
	ul.gallery-tabs li img {
		display:block;width:100%
	}

	ul.gallery-tabs li p {
		display:inline;width:70%;
	}

		
	 .media-360-content {
	  max-width:100%;position:relative;min-height:500px;
	  }
	  
	  
	  
	  
/* Flex Video HACK */
.video-new {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden; }
  .video-new.widescreen {
    padding-bottom: 57.25%; }
  .video-new.vimeo {
    padding-top: 0; }
  .video-new iframe,
  .video-new object,
  .video-new embed,
  .video-new video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }		

/* ########### FOUNDATION STYLES ########### */

	/* Sections */
	[data-section=''], [data-section='auto'], .section-container.auto,
	[data-section='vertical-tabs'], .section-container.vertical-tabs,
	[data-section='vertical-nav'], .section-container.vertical-nav,
	[data-section='horizontal-nav'], .section-container.horizontal-nav,
	[data-section='accordion'], .section-container.accordion {
	  width: 100%;
	  position: relative;
	  display: block;
	  margin-bottom: 1.25em; }
	  [data-section=''][data-section-small-style], [data-section='auto'][data-section-small-style], .section-container.auto[data-section-small-style],
	  [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style],
	  [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style],
	  [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style],
	  [data-section='accordion'][data-section-small-style], .section-container.accordion[data-section-small-style] {
	    width: 100% !important; }
	    [data-section=''][data-section-small-style] > [data-section-region], [data-section=''][data-section-small-style] > section, [data-section=''][data-section-small-style] > .section, [data-section='auto'][data-section-small-style] > [data-section-region], [data-section='auto'][data-section-small-style] > section, [data-section='auto'][data-section-small-style] > .section, .section-container.auto[data-section-small-style] > [data-section-region], .section-container.auto[data-section-small-style] > section, .section-container.auto[data-section-small-style] > .section,
	    [data-section='vertical-tabs'][data-section-small-style] > [data-section-region],
	    [data-section='vertical-tabs'][data-section-small-style] > section,
	    [data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section,
	    [data-section='vertical-nav'][data-section-small-style] > [data-section-region],
	    [data-section='vertical-nav'][data-section-small-style] > section,
	    [data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section,
	    [data-section='horizontal-nav'][data-section-small-style] > [data-section-region],
	    [data-section='horizontal-nav'][data-section-small-style] > section,
	    [data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section,
	    [data-section='accordion'][data-section-small-style] > [data-section-region],
	    [data-section='accordion'][data-section-small-style] > section,
	    [data-section='accordion'][data-section-small-style] > .section, .section-container.accordion[data-section-small-style] > [data-section-region], .section-container.accordion[data-section-small-style] > section, .section-container.accordion[data-section-small-style] > .section {
	      padding: 0 !important;
	      margin: 0 !important; }
	      [data-section=''][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=''][data-section-small-style] > [data-section-region] > .title, [data-section=''][data-section-small-style] > section > [data-section-title], [data-section=''][data-section-small-style] > section > .title, [data-section=''][data-section-small-style] > .section > [data-section-title], [data-section=''][data-section-small-style] > .section > .title, [data-section='auto'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='auto'][data-section-small-style] > [data-section-region] > .title, [data-section='auto'][data-section-small-style] > section > [data-section-title], [data-section='auto'][data-section-small-style] > section > .title, [data-section='auto'][data-section-small-style] > .section > [data-section-title], [data-section='auto'][data-section-small-style] > .section > .title, .section-container.auto[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.auto[data-section-small-style] > [data-section-region] > .title, .section-container.auto[data-section-small-style] > section > [data-section-title], .section-container.auto[data-section-small-style] > section > .title, .section-container.auto[data-section-small-style] > .section > [data-section-title], .section-container.auto[data-section-small-style] > .section > .title,
	      [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title],
	      [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title,
	      [data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title],
	      [data-section='vertical-tabs'][data-section-small-style] > section > .title,
	      [data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title],
	      [data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title,
	      [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
	      [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title,
	      [data-section='vertical-nav'][data-section-small-style] > section > [data-section-title],
	      [data-section='vertical-nav'][data-section-small-style] > section > .title,
	      [data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title],
	      [data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title,
	      [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
	      [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title,
	      [data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title],
	      [data-section='horizontal-nav'][data-section-small-style] > section > .title,
	      [data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title],
	      [data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title,
	      [data-section='accordion'][data-section-small-style] > [data-section-region] > [data-section-title],
	      [data-section='accordion'][data-section-small-style] > [data-section-region] > .title,
	      [data-section='accordion'][data-section-small-style] > section > [data-section-title],
	      [data-section='accordion'][data-section-small-style] > section > .title,
	      [data-section='accordion'][data-section-small-style] > .section > [data-section-title],
	      [data-section='accordion'][data-section-small-style] > .section > .title, .section-container.accordion[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.accordion[data-section-small-style] > [data-section-region] > .title, .section-container.accordion[data-section-small-style] > section > [data-section-title], .section-container.accordion[data-section-small-style] > section > .title, .section-container.accordion[data-section-small-style] > .section > [data-section-title], .section-container.accordion[data-section-small-style] > .section > .title {
	        width: 100% !important; }
	  [data-section=''] > section, [data-section=''] > .section, [data-section=''] > [data-section-region], [data-section='auto'] > section, [data-section='auto'] > .section, [data-section='auto'] > [data-section-region], .section-container.auto > section, .section-container.auto > .section, .section-container.auto > [data-section-region],
	  [data-section='vertical-tabs'] > section,
	  [data-section='vertical-tabs'] > .section,
	  [data-section='vertical-tabs'] > [data-section-region], .section-container.vertical-tabs > section, .section-container.vertical-tabs > .section, .section-container.vertical-tabs > [data-section-region],
	  [data-section='vertical-nav'] > section,
	  [data-section='vertical-nav'] > .section,
	  [data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region],
	  [data-section='horizontal-nav'] > section,
	  [data-section='horizontal-nav'] > .section,
	  [data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region],
	  [data-section='accordion'] > section,
	  [data-section='accordion'] > .section,
	  [data-section='accordion'] > [data-section-region], .section-container.accordion > section, .section-container.accordion > .section, .section-container.accordion > [data-section-region] {
	    margin: 0; }
	    [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
	    [data-section='vertical-tabs'] > section > [data-section-title],
	    [data-section='vertical-tabs'] > section > .title,
	    [data-section='vertical-tabs'] > .section > [data-section-title],
	    [data-section='vertical-tabs'] > .section > .title,
	    [data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
	    [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
	    [data-section='vertical-nav'] > section > [data-section-title],
	    [data-section='vertical-nav'] > section > .title,
	    [data-section='vertical-nav'] > .section > [data-section-title],
	    [data-section='vertical-nav'] > .section > .title,
	    [data-section='vertical-nav'] > [data-section-region] > [data-section-title],
	    [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
	    [data-section='horizontal-nav'] > section > [data-section-title],
	    [data-section='horizontal-nav'] > section > .title,
	    [data-section='horizontal-nav'] > .section > [data-section-title],
	    [data-section='horizontal-nav'] > .section > .title,
	    [data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
	    [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
	    [data-section='accordion'] > section > [data-section-title],
	    [data-section='accordion'] > section > .title,
	    [data-section='accordion'] > .section > [data-section-title],
	    [data-section='accordion'] > .section > .title,
	    [data-section='accordion'] > [data-section-region] > [data-section-title],
	    [data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
	      margin-bottom: 1px; }
	      [data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a,
	      [data-section='vertical-tabs'] > section > [data-section-title] a,
	      [data-section='vertical-tabs'] > section > .title a,
	      [data-section='vertical-tabs'] > .section > [data-section-title] a,
	      [data-section='vertical-tabs'] > .section > .title a,
	      [data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a,
	      [data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a,
	      [data-section='vertical-nav'] > section > [data-section-title] a,
	      [data-section='vertical-nav'] > section > .title a,
	      [data-section='vertical-nav'] > .section > [data-section-title] a,
	      [data-section='vertical-nav'] > .section > .title a,
	      [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a,
	      [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a,
	      [data-section='horizontal-nav'] > section > [data-section-title] a,
	      [data-section='horizontal-nav'] > section > .title a,
	      [data-section='horizontal-nav'] > .section > [data-section-title] a,
	      [data-section='horizontal-nav'] > .section > .title a,
	      [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a,
	      [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a,
	      [data-section='accordion'] > section > [data-section-title] a,
	      [data-section='accordion'] > section > .title a,
	      [data-section='accordion'] > .section > [data-section-title] a,
	      [data-section='accordion'] > .section > .title a,
	      [data-section='accordion'] > [data-section-region] > [data-section-title] a,
	      [data-section='accordion'] > [data-section-region] > .title a, .section-container.accordion > section > [data-section-title] a, .section-container.accordion > section > .title a, .section-container.accordion > .section > [data-section-title] a, .section-container.accordion > .section > .title a, .section-container.accordion > [data-section-region] > [data-section-title] a, .section-container.accordion > [data-section-region] > .title a {
	        width: 100%;
	        display: inline-block;
	        white-space: normal; }
	    [data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content,
	    [data-section='vertical-tabs'] > section > [data-section-content],
	    [data-section='vertical-tabs'] > section > .content,
	    [data-section='vertical-tabs'] > .section > [data-section-content],
	    [data-section='vertical-tabs'] > .section > .content,
	    [data-section='vertical-tabs'] > [data-section-region] > [data-section-content],
	    [data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content,
	    [data-section='vertical-nav'] > section > [data-section-content],
	    [data-section='vertical-nav'] > section > .content,
	    [data-section='vertical-nav'] > .section > [data-section-content],
	    [data-section='vertical-nav'] > .section > .content,
	    [data-section='vertical-nav'] > [data-section-region] > [data-section-content],
	    [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content,
	    [data-section='horizontal-nav'] > section > [data-section-content],
	    [data-section='horizontal-nav'] > section > .content,
	    [data-section='horizontal-nav'] > .section > [data-section-content],
	    [data-section='horizontal-nav'] > .section > .content,
	    [data-section='horizontal-nav'] > [data-section-region] > [data-section-content],
	    [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content,
	    [data-section='accordion'] > section > [data-section-content],
	    [data-section='accordion'] > section > .content,
	    [data-section='accordion'] > .section > [data-section-content],
	    [data-section='accordion'] > .section > .content,
	    [data-section='accordion'] > [data-section-region] > [data-section-content],
	    [data-section='accordion'] > [data-section-region] > .content, .section-container.accordion > section > [data-section-content], .section-container.accordion > section > .content, .section-container.accordion > .section > [data-section-content], .section-container.accordion > .section > .content, .section-container.accordion > [data-section-region] > [data-section-content], .section-container.accordion > [data-section-region] > .content {
	      display: none; }
	    [data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content,
	    [data-section='vertical-tabs'] > section.active > [data-section-content],
	    [data-section='vertical-tabs'] > section.active > .content,
	    [data-section='vertical-tabs'] > .section.active > [data-section-content],
	    [data-section='vertical-tabs'] > .section.active > .content,
	    [data-section='vertical-tabs'] > [data-section-region].active > [data-section-content],
	    [data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content,
	    [data-section='vertical-nav'] > section.active > [data-section-content],
	    [data-section='vertical-nav'] > section.active > .content,
	    [data-section='vertical-nav'] > .section.active > [data-section-content],
	    [data-section='vertical-nav'] > .section.active > .content,
	    [data-section='vertical-nav'] > [data-section-region].active > [data-section-content],
	    [data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content,
	    [data-section='horizontal-nav'] > section.active > [data-section-content],
	    [data-section='horizontal-nav'] > section.active > .content,
	    [data-section='horizontal-nav'] > .section.active > [data-section-content],
	    [data-section='horizontal-nav'] > .section.active > .content,
	    [data-section='horizontal-nav'] > [data-section-region].active > [data-section-content],
	    [data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content,
	    [data-section='accordion'] > section.active > [data-section-content],
	    [data-section='accordion'] > section.active > .content,
	    [data-section='accordion'] > .section.active > [data-section-content],
	    [data-section='accordion'] > .section.active > .content,
	    [data-section='accordion'] > [data-section-region].active > [data-section-content],
	    [data-section='accordion'] > [data-section-region].active > .content, .section-container.accordion > section.active > [data-section-content], .section-container.accordion > section.active > .content, .section-container.accordion > .section.active > [data-section-content], .section-container.accordion > .section.active > .content, .section-container.accordion > [data-section-region].active > [data-section-content], .section-container.accordion > [data-section-region].active > .content {
	      display: block; }
	    [data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active),
	    [data-section='vertical-tabs'] > section:not(.active),
	    [data-section='vertical-tabs'] > .section:not(.active),
	    [data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active),
	    [data-section='vertical-nav'] > section:not(.active),
	    [data-section='vertical-nav'] > .section:not(.active),
	    [data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active),
	    [data-section='horizontal-nav'] > section:not(.active),
	    [data-section='horizontal-nav'] > .section:not(.active),
	    [data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active),
	    [data-section='accordion'] > section:not(.active),
	    [data-section='accordion'] > .section:not(.active),
	    [data-section='accordion'] > [data-section-region]:not(.active), .section-container.accordion > section:not(.active), .section-container.accordion > .section:not(.active), .section-container.accordion > [data-section-region]:not(.active) {
	      padding: 0 !important; }
	    [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
	    [data-section='vertical-tabs'] > section > [data-section-title],
	    [data-section='vertical-tabs'] > section > .title,
	    [data-section='vertical-tabs'] > .section > [data-section-title],
	    [data-section='vertical-tabs'] > .section > .title,
	    [data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
	    [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
	    [data-section='vertical-nav'] > section > [data-section-title],
	    [data-section='vertical-nav'] > section > .title,
	    [data-section='vertical-nav'] > .section > [data-section-title],
	    [data-section='vertical-nav'] > .section > .title,
	    [data-section='vertical-nav'] > [data-section-region] > [data-section-title],
	    [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
	    [data-section='horizontal-nav'] > section > [data-section-title],
	    [data-section='horizontal-nav'] > section > .title,
	    [data-section='horizontal-nav'] > .section > [data-section-title],
	    [data-section='horizontal-nav'] > .section > .title,
	    [data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
	    [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
	    [data-section='accordion'] > section > [data-section-title],
	    [data-section='accordion'] > section > .title,
	    [data-section='accordion'] > .section > [data-section-title],
	    [data-section='accordion'] > .section > .title,
	    [data-section='accordion'] > [data-section-region] > [data-section-title],
	    [data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
	      width: 100%; }
	
	.section-container.auto,
	.section-container.vertical-tabs,
	.section-container.vertical-nav,
	.section-container.horizontal-nav,
	.section-container.accordion {
	  border-top: 0px solid #cccccc; }
	  .section-container.auto > section > .title, .section-container.auto > .section > .title,
	  .section-container.vertical-tabs > section > .title,
	  .section-container.vertical-tabs > .section > .title,
	  .section-container.vertical-nav > section > .title,
	  .section-container.vertical-nav > .section > .title,
	  .section-container.horizontal-nav > section > .title,
	  .section-container.horizontal-nav > .section > .title,
	  .section-container.accordion > section > .title,
	  .section-container.accordion > .section > .title {
	    background-color: #efefef;
	    cursor: pointer;
	    border: solid 0px #cccccc; }
	    .section-container.auto > section > .title a, .section-container.auto > .section > .title a,
	    .section-container.vertical-tabs > section > .title a,
	    .section-container.vertical-tabs > .section > .title a,
	    .section-container.vertical-nav > section > .title a,
	    .section-container.vertical-nav > .section > .title a,
	    .section-container.horizontal-nav > section > .title a,
	    .section-container.horizontal-nav > .section > .title a,
	    .section-container.accordion > section > .title a,
	    .section-container.accordion > .section > .title a {
	      padding: 0.9375em;
	      color: #333333;
	      font-size: 0.875em;
	      background: none; }
	    .section-container.auto > section > .title a:hover, .section-container.auto > .section > .title a:hover,
	    .section-container.vertical-tabs > section > .title a:hover,
	    .section-container.vertical-tabs > .section > .title a:hover,
	    .section-container.vertical-nav > section > .title a:hover,
	    .section-container.vertical-nav > .section > .title a:hover,
	    .section-container.horizontal-nav > section > .title a:hover,
	    .section-container.horizontal-nav > .section > .title a:hover,
	    .section-container.accordion > section > .title a:hover,
	    .section-container.accordion > .section > .title a:hover {
	      background-color: #ba0046;color: #ffffff !important; }
	  .section-container.auto > section > .content, .section-container.auto > .section > .content,
	  .section-container.vertical-tabs > section > .content,
	  .section-container.vertical-tabs > .section > .content,
	  .section-container.vertical-nav > section > .content,
	  .section-container.vertical-nav > .section > .content,
	  .section-container.horizontal-nav > section > .content,
	  .section-container.horizontal-nav > .section > .content,
	  .section-container.accordion > section > .content,
	  .section-container.accordion > .section > .content {
	    padding: 0.9375em;
	    background-color: #f2f2f2;
	    border: solid 0px #cccccc;
	    margin-bottom:10px;}
	    .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child,
	    .section-container.vertical-tabs > section > .content > *:last-child,
	    .section-container.vertical-tabs > .section > .content > *:last-child,
	    .section-container.vertical-nav > section > .content > *:last-child,
	    .section-container.vertical-nav > .section > .content > *:last-child,
	    .section-container.horizontal-nav > section > .content > *:last-child,
	    .section-container.horizontal-nav > .section > .content > *:last-child,
	    .section-container.accordion > section > .content > *:last-child,
	    .section-container.accordion > .section > .content > *:last-child {
	      margin-bottom: 0; }
	    .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child,
	    .section-container.vertical-tabs > section > .content > *:first-child,
	    .section-container.vertical-tabs > .section > .content > *:first-child,
	    .section-container.vertical-nav > section > .content > *:first-child,
	    .section-container.vertical-nav > .section > .content > *:first-child,
	    .section-container.horizontal-nav > section > .content > *:first-child,
	    .section-container.horizontal-nav > .section > .content > *:first-child,
	    .section-container.accordion > section > .content > *:first-child,
	    .section-container.accordion > .section > .content > *:first-child {
	      padding-top: 0; }
	    .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video),
	    .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video),
	    .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video),
	    .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video),
	    .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video),
	    .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video),
	    .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video),
	    .section-container.accordion > section > .content > *:last-child:not(.flex-video),
	    .section-container.accordion > .section > .content > *:last-child:not(.flex-video) {
	      padding-bottom: 0; }
	  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title,
	  .section-container.auto > section.active > .title a:hover, .section-container.auto > .section.active > .title a:hover,
	  .section-container.vertical-tabs > section.active > .title,
	  .section-container.vertical-tabs > .section.active > .title,
	  .section-container.vertical-nav > section.active > .title,
	  .section-container.vertical-nav > .section.active > .title,
	  .section-container.horizontal-nav > section.active > .title,
	  .section-container.horizontal-nav > .section.active > .title,
	  .section-container.accordion > section.active > .title,
	  .section-container.accordion > .section.active > .title,
	  .section-container.accordion > section.active > .title a:hover,
	  .section-container.accordion > .section.active > .title a:hover{
	    background: #f2f2f2 url('../_img/section-active-bg.png') 50% 0 no-repeat;}
	    .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a,
	    .section-container.vertical-tabs > section.active > .title a,
	    .section-container.vertical-tabs > .section.active > .title a,
	    .section-container.vertical-nav > section.active > .title a,
	    .section-container.vertical-nav > .section.active > .title a,
	    .section-container.horizontal-nav > section.active > .title a,
	    .section-container.horizontal-nav > .section.active > .title a,
	    .section-container.accordion > section.active > .title a,
	    .section-container.accordion > .section.active > .title a {
	      color: #ffffff; }
	  .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active),
	  .section-container.vertical-tabs > section:not(.active),
	  .section-container.vertical-tabs > .section:not(.active),
	  .section-container.vertical-nav > section:not(.active),
	  .section-container.vertical-nav > .section:not(.active),
	  .section-container.horizontal-nav > section:not(.active),
	  .section-container.horizontal-nav > .section:not(.active),
	  .section-container.accordion > section:not(.active),
	  .section-container.accordion > .section:not(.active) {
	    padding: 0 !important; }
	  .section-container.auto > section > .title, .section-container.auto > .section > .title,
	  .section-container.vertical-tabs > section > .title,
	  .section-container.vertical-tabs > .section > .title,
	  .section-container.vertical-nav > section > .title,
	  .section-container.vertical-nav > .section > .title,
	  .section-container.horizontal-nav > section > .title,
	  .section-container.horizontal-nav > .section > .title,
	  .section-container.accordion > section > .title,
	  .section-container.accordion > .section > .title {
	    border-top: none; }
	
	[data-section='tabs'], .section-container.tabs {
	  width: 100%;
	  position: relative;
	  display: block;
	  margin-bottom: 1.25em; }
	  [data-section='tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
	    visibility: hidden; }
	  [data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
	    margin-bottom: 0; }
	    [data-section='tabs'] > section > [data-section-title] a, [data-section='tabs'] > section > .title a, [data-section='tabs'] > .section > [data-section-title] a, [data-section='tabs'] > .section > .title a, [data-section='tabs'] > [data-section-region] > [data-section-title] a, [data-section='tabs'] > [data-section-region] > .title a, .section-container.tabs > section > [data-section-title] a, .section-container.tabs > section > .title a, .section-container.tabs > .section > [data-section-title] a, .section-container.tabs > .section > .title a, .section-container.tabs > [data-section-region] > [data-section-title] a, .section-container.tabs > [data-section-region] > .title a {
	      width: 100%;
	      display: inline-block;
	      white-space: normal; }
	  [data-section='tabs'] > section > [data-section-content], [data-section='tabs'] > section > .content, [data-section='tabs'] > .section > [data-section-content], [data-section='tabs'] > .section > .content, [data-section='tabs'] > [data-section-region] > [data-section-content], [data-section='tabs'] > [data-section-region] > .content, .section-container.tabs > section > [data-section-content], .section-container.tabs > section > .content, .section-container.tabs > .section > [data-section-content], .section-container.tabs > .section > .content, .section-container.tabs > [data-section-region] > [data-section-content], .section-container.tabs > [data-section-region] > .content {
	    display: none; }
	  [data-section='tabs'] > section.active > [data-section-content], [data-section='tabs'] > section.active > .content, [data-section='tabs'] > .section.active > [data-section-content], [data-section='tabs'] > .section.active > .content, [data-section='tabs'] > [data-section-region].active > [data-section-content], [data-section='tabs'] > [data-section-region].active > .content, .section-container.tabs > section.active > [data-section-content], .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > [data-section-content], .section-container.tabs > .section.active > .content, .section-container.tabs > [data-section-region].active > [data-section-content], .section-container.tabs > [data-section-region].active > .content {
	    display: block; }
	  [data-section='tabs'] > section:not(.active), [data-section='tabs'] > .section:not(.active), [data-section='tabs'] > [data-section-region]:not(.active), .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active), .section-container.tabs > [data-section-region]:not(.active) {
	    padding: 0 !important; }
	  [data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
	    width: auto;
	    position: absolute;
	    top: 0;
	    left: 0; }
	
	.section-container.tabs {
	  border: none; }
	  .section-container.tabs > section > .title, .section-container.tabs > .section > .title {
	    background-color: #efefef;
	    cursor: pointer;
	    border: solid 0px #cccccc; }
	    .section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
	      padding: 0.9375em;
	      color: #333333;
	      font-size: 0.875em;
	      background: none; }
	    .section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
	      background-color: #ba0046; }
	  .section-container.tabs > section > .content, .section-container.tabs > .section > .content {
	    padding: 0.9375em;
	   background: #f2f2f2 url('../_img/section-active-bg.png') 50% 0 no-repeat;
	    border: solid 0px #cccccc; }
	    .section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
	      margin-bottom: 0; }
	    .section-container.tabs > section > .content > *:first-child, .section-container.tabs > .section > .content > *:first-child {
	      padding-top: 0; }
	    .section-container.tabs > section > .content > *:last-child:not(.flex-video), .section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
	      padding-bottom: 0; }
	  .section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
	    background: #f2f2f2 url('../_img/section-active-bg.png') 50% 0 no-repeat; }
	    .section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
	      color: #ffffff; }
	  .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active) {
	    padding: 0 !important; }
	  .section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
	    border-bottom: 0; }
	
	@media only screen and (min-width: 768px) {
	  [data-section=''], [data-section='auto'], .section-container.auto {
	    width: 100%;
	    position: relative;
	    display: block;
	    margin-bottom: 1.25em; }
	    [data-section='']:not([data-section-resized]):not([data-section-small-style]), [data-section='auto']:not([data-section-resized]):not([data-section-small-style]), .section-container.auto:not([data-section-resized]):not([data-section-small-style]) {
	      visibility: hidden; }
	    [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
	      margin-bottom: 0; }
	      [data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a {
	        width: 100%;
	        display: inline-block;
	        white-space: normal; }
	    [data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content {
	      display: none; }
	    [data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content {
	      display: block; }
	    [data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active) {
	      padding: 0 !important; }
	    [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
	      width: auto;
	      position: absolute;
	      top: 0;
	      left: 0; }
	
	  .section-container.auto {
	    border: none; }
	    .section-container.auto > section > .title, .section-container.auto > .section > .title {
	      background-color: #E6E7E9;
	      cursor: pointer;
	      border: solid 0px #cccccc; }
	      .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
	        padding: 0.9375em;
	        color: #333333;
	        font-size: 0.875em;
	        background: none; }
	      .section-container.auto > section > .title a:hover, .section-container.auto > .section > .title a:hover {
	        background-color: #ba0046; color: #ffffff !important;}
	    .section-container.auto > section > .content, .section-container.auto > .section > .content {
	      padding: 0.9375em;
	      background-color: #f2f2f2;
	      border: solid 0px #cccccc; }
	      .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
	        margin-bottom: 0; }
	      .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child {
	        padding-top: 0; }
	      .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
	        padding-bottom: 0; }
	    .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
	      background: #f2f2f2 url('../_img/section-active-bg.png') 50% 0 no-repeat; }
	      .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
	        color: #ffffff; }
	    .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active) {
	      padding: 0 !important; }
	    .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
	      border-bottom: 0; }
	
	  [data-section='vertical-tabs'], .section-container.vertical-tabs {
	    width: 100%;
	    position: relative;
	    display: block;
	    margin-bottom: 1.25em; }
	    [data-section='vertical-tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]) {
	      visibility: hidden; }
	    [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style] {
	      width: 100% !important; }
	      [data-section='vertical-tabs'][data-section-small-style] > [data-section-region], [data-section='vertical-tabs'][data-section-small-style] > section, [data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section {
	        padding: 0 !important;
	        margin: 0 !important; }
	        [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > section > .title, [data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title {
	          width: 100% !important; }
	    [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
	      margin-bottom: 0; }
	      [data-section='vertical-tabs'] > section > [data-section-title] a, [data-section='vertical-tabs'] > section > .title a, [data-section='vertical-tabs'] > .section > [data-section-title] a, [data-section='vertical-tabs'] > .section > .title a, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a, [data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a {
	        width: 100%;
	        display: inline-block;
	        white-space: normal; }
	    [data-section='vertical-tabs'] > section > [data-section-content], [data-section='vertical-tabs'] > section > .content, [data-section='vertical-tabs'] > .section > [data-section-content], [data-section='vertical-tabs'] > .section > .content, [data-section='vertical-tabs'] > [data-section-region] > [data-section-content], [data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content {
	      display: none; }
	    [data-section='vertical-tabs'] > section.active > [data-section-content], [data-section='vertical-tabs'] > section.active > .content, [data-section='vertical-tabs'] > .section.active > [data-section-content], [data-section='vertical-tabs'] > .section.active > .content, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-content], [data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content {
	      display: block; }
	    [data-section='vertical-tabs'] > section:not(.active), [data-section='vertical-tabs'] > .section:not(.active), [data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active) {
	      padding: 0 !important; }
	    [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
	      position: absolute;
	      top: 0;
	      left: 0;
	      width: 12.5em; }
	    [data-section='vertical-tabs'] > section.active, [data-section='vertical-tabs'] > .section.active, [data-section='vertical-tabs'] > [data-section-region].active, .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active, .section-container.vertical-tabs > [data-section-region].active {
	      padding-left: 12.5em; }
	      [data-section='vertical-tabs'] > section.active > [data-section-title], [data-section='vertical-tabs'] > section.active > .title, [data-section='vertical-tabs'] > .section.active > [data-section-title], [data-section='vertical-tabs'] > .section.active > .title, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-title], [data-section='vertical-tabs'] > [data-section-region].active > .title, .section-container.vertical-tabs > section.active > [data-section-title], .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > [data-section-title], .section-container.vertical-tabs > .section.active > .title, .section-container.vertical-tabs > [data-section-region].active > [data-section-title], .section-container.vertical-tabs > [data-section-region].active > .title {
	        width: 12.5em; }
	
	  .section-container.vertical-tabs {
	    border: none; }
	    .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
	      background-color: #E6E7E9;
	      cursor: pointer;
	      border: solid 0px #cccccc; }
	      .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a {
	        padding: 0.9375em;
	        color: #333333;
	        font-size: 0.875em;
	        background: none; }
	      .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
	        background-color: #ba0046; }
	    .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content {
	      padding: 0.9375em;
	      background: #f2f2f2 url('../_img/section-active-bg.png') 50% 0 no-repeat;
	      border: solid 0px #cccccc; }
	      .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child {
	        margin-bottom: 0; }
	      .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child {
	        padding-top: 0; }
	      .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
	        padding-bottom: 0; }
	    .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
	      background: #f2f2f2 url('../_img/section-active-bg.png') 50% 0 no-repeat; }
	      .section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > .section.active > .title a {
	        color: #ffffff; }
	    .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active) {
	      padding: 0 !important; }
	    .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active {
	      padding-left: 12.4375em; }
	      .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
	        background-color: #ba0046; }
	
	  [data-section='vertical-nav'], .section-container.vertical-nav {
	    width: 100%;
	    position: relative;
	    display: block;
	    margin-bottom: 1.25em; }
	    [data-section='vertical-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]) {
	      visibility: hidden; }
	    [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style] {
	      width: 100% !important; }
	      [data-section='vertical-nav'][data-section-small-style] > [data-section-region], [data-section='vertical-nav'][data-section-small-style] > section, [data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section {
	        padding: 0 !important;
	        margin: 0 !important; }
	        [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-nav'][data-section-small-style] > section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > section > .title, [data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title {
	          width: 100% !important; }
	    [data-section='vertical-nav'] > section, [data-section='vertical-nav'] > .section, [data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region] {
	      position: relative;
	      display: inline-block; }
	      [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
	        margin-bottom: 0; }
	        [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
	          width: 100%;
	          display: inline-block;
	          white-space: normal; }
	      [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
	        display: none; }
	      [data-section='vertical-nav'] > section.active > [data-section-content], [data-section='vertical-nav'] > section.active > .content, [data-section='vertical-nav'] > .section.active > [data-section-content], [data-section='vertical-nav'] > .section.active > .content, [data-section='vertical-nav'] > [data-section-region].active > [data-section-content], [data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content {
	        display: block; }
	      [data-section='vertical-nav'] > section:not(.active), [data-section='vertical-nav'] > .section:not(.active), [data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active) {
	        padding: 0 !important; }
	      [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
	        position: static;
	        width: auto; }
	        [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
	          display: block; }
	      [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
	        position: absolute;
	        top: 0;
	        left: 0;
	        z-index: 999;
	        min-width: 12.5em; }
	
	  .section-container.vertical-nav {
	    border: none; }
	    .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
	      background-color: #E6E7E9;
	      cursor: pointer;
	      border: solid 0px #cccccc; }
	      .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
	        padding: 0.9375em;
	        color: #333333;
	        font-size: 0.875em;
	        background: none; }
	      .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
	        background-color: #ba0046; }
	    .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content {
	      padding: 0.9375em;
	      background: #f2f2f2 url('../_img/section-active-bg.png') 50% 0 no-repeat;
	      border: solid 0px #cccccc; }
	      .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child {
	        margin-bottom: 0; }
	      .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child {
	        padding-top: 0; }
	      .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
	        padding-bottom: 0; }
	    .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
	      background: #ba0046; }
	      .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
	        color: #ffffff; }
	    .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active) {
	      padding: 0 !important; }
	
	  [data-section='horizontal-nav'], .section-container.horizontal-nav {
	    width: 100%;
	    position: relative;
	    display: block;
	    margin-bottom: 1.25em; }
	    [data-section='horizontal-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]) {
	      visibility: hidden; }
	    [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style] {
	      width: 100% !important; }
	      [data-section='horizontal-nav'][data-section-small-style] > [data-section-region], [data-section='horizontal-nav'][data-section-small-style] > section, [data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section {
	        padding: 0 !important;
	        margin: 0 !important; }
	        [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > section > .title, [data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title {
	          width: 100% !important; }
	    [data-section='horizontal-nav'] > section, [data-section='horizontal-nav'] > .section, [data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region] {
	      position: relative;
	      float: left; }
	      [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
	        margin-bottom: 0; }
	        [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
	          width: 100%;
	          display: inline-block;
	          white-space: normal; }
	      [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
	        display: none; }
	      [data-section='horizontal-nav'] > section.active > [data-section-content], [data-section='horizontal-nav'] > section.active > .content, [data-section='horizontal-nav'] > .section.active > [data-section-content], [data-section='horizontal-nav'] > .section.active > .content, [data-section='horizontal-nav'] > [data-section-region].active > [data-section-content], [data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content {
	        display: block; }
	      [data-section='horizontal-nav'] > section:not(.active), [data-section='horizontal-nav'] > .section:not(.active), [data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active) {
	        padding: 0 !important; }
	      [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
	        position: static;
	        width: auto; }
	        [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
	          display: block; }
	      [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
	        width: auto;
	        position: absolute;
	        top: 0;
	        left: 0;
	        z-index: 999;
	        min-width: 12.5em; }
	
	  .section-container.horizontal-nav {
	    background: #E6E7E9;
	    border: 0px solid #cccccc; }
	    .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
	      background-color: #E6E7E9;
	      cursor: pointer;
	      border: solid 0px #cccccc; }
	      .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
	        padding: 0.9375em;
	        color: #333333;
	        font-size: 0.875em;
	        background: none; }
	      .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
	        background-color: #ba0046; }
	    .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content {
	      padding: 0.9375em;
	      background: #f2f2f2 url('../_img/section-active-bg.png') 50% 0 no-repeat;
	      border: solid 0px #cccccc; }
	      .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child {
	        margin-bottom: 0; }
	      .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child {
	        padding-top: 0; }
	      .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video) {
	        padding-bottom: 0; }
	    .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
	      background: #ba0046; }
	      .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
	        color: #ffffff; }
	    .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active) {
	      padding: 0 !important; } }
	.no-js [data-section], .no-js .section-container {
	  width: 100%;
	  position: relative;
	  display: block;
	  margin-bottom: 1.25em; }
	  .no-js [data-section][data-section-small-style], .no-js .section-container[data-section-small-style] {
	    width: 100% !important; }
	    .no-js [data-section][data-section-small-style] > [data-section-region], .no-js [data-section][data-section-small-style] > section, .no-js [data-section][data-section-small-style] > .section, .no-js .section-container[data-section-small-style] > [data-section-region], .no-js .section-container[data-section-small-style] > section, .no-js .section-container[data-section-small-style] > .section {
	      padding: 0 !important;
	      margin: 0 !important; }
	      .no-js [data-section][data-section-small-style] > [data-section-region] > [data-section-title], .no-js [data-section][data-section-small-style] > [data-section-region] > .title, .no-js [data-section][data-section-small-style] > section > [data-section-title], .no-js [data-section][data-section-small-style] > section > .title, .no-js [data-section][data-section-small-style] > .section > [data-section-title], .no-js [data-section][data-section-small-style] > .section > .title, .no-js .section-container[data-section-small-style] > [data-section-region] > [data-section-title], .no-js .section-container[data-section-small-style] > [data-section-region] > .title, .no-js .section-container[data-section-small-style] > section > [data-section-title], .no-js .section-container[data-section-small-style] > section > .title, .no-js .section-container[data-section-small-style] > .section > [data-section-title], .no-js .section-container[data-section-small-style] > .section > .title {
	        width: 100% !important; }
	  .no-js [data-section] > section, .no-js [data-section] > .section, .no-js [data-section] > [data-section-region], .no-js .section-container > section, .no-js .section-container > .section, .no-js .section-container > [data-section-region] {
	    margin: 0; }
	    .no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
	      margin-bottom: 0; }
	      .no-js [data-section] > section > [data-section-title] a, .no-js [data-section] > section > .title a, .no-js [data-section] > .section > [data-section-title] a, .no-js [data-section] > .section > .title a, .no-js [data-section] > [data-section-region] > [data-section-title] a, .no-js [data-section] > [data-section-region] > .title a, .no-js .section-container > section > [data-section-title] a, .no-js .section-container > section > .title a, .no-js .section-container > .section > [data-section-title] a, .no-js .section-container > .section > .title a, .no-js .section-container > [data-section-region] > [data-section-title] a, .no-js .section-container > [data-section-region] > .title a {
	        width: 100%;
	        display: inline-block;
	        white-space: normal; }
	    .no-js [data-section] > section > [data-section-content], .no-js [data-section] > section > .content, .no-js [data-section] > .section > [data-section-content], .no-js [data-section] > .section > .content, .no-js [data-section] > [data-section-region] > [data-section-content], .no-js [data-section] > [data-section-region] > .content, .no-js .section-container > section > [data-section-content], .no-js .section-container > section > .content, .no-js .section-container > .section > [data-section-content], .no-js .section-container > .section > .content, .no-js .section-container > [data-section-region] > [data-section-content], .no-js .section-container > [data-section-region] > .content {
	      display: none; }
	    .no-js [data-section] > section.active > [data-section-content], .no-js [data-section] > section.active > .content, .no-js [data-section] > .section.active > [data-section-content], .no-js [data-section] > .section.active > .content, .no-js [data-section] > [data-section-region].active > [data-section-content], .no-js [data-section] > [data-section-region].active > .content, .no-js .section-container > section.active > [data-section-content], .no-js .section-container > section.active > .content, .no-js .section-container > .section.active > [data-section-content], .no-js .section-container > .section.active > .content, .no-js .section-container > [data-section-region].active > [data-section-content], .no-js .section-container > [data-section-region].active > .content {
	      display: block; }
	    .no-js [data-section] > section:not(.active), .no-js [data-section] > .section:not(.active), .no-js [data-section] > [data-section-region]:not(.active), .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active), .no-js .section-container > [data-section-region]:not(.active) {
	      padding: 0 !important; }
	    .no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
	      width: 100%; }
	.no-js .section-container {
	  border-top: 0px solid #cccccc; }
	  .no-js .section-container > section > .title, .no-js .section-container > .section > .title {
	    background-color: #E6E7E9;
	    cursor: pointer;
	    border: solid 0px #cccccc; }
	    .no-js .section-container > section > .title a, .no-js .section-container > .section > .title a {
	      padding: 0.9375em;
	      color: #333333;
	      font-size: 0.875em;
	      background: none; }
	    .no-js .section-container > section > .title:hover, .no-js .section-container > .section > .title:hover {
	      background-color: #ba0046; color: #ffffff;}
	  .no-js .section-container > section > .content, .no-js .section-container > .section > .content {
	    padding: 0.9375em;
	   background: #f2f2f2 url('../_img/section-active-bg.png') 50% 0 no-repeat;
	    border: solid 0px #cccccc; }
	    .no-js .section-container > section > .content > *:last-child, .no-js .section-container > .section > .content > *:last-child {
	      margin-bottom: 0; }
	    .no-js .section-container > section > .content > *:first-child, .no-js .section-container > .section > .content > *:first-child {
	      padding-top: 0; }
	    .no-js .section-container > section > .content > *:last-child:not(.flex-video), .no-js .section-container > .section > .content > *:last-child:not(.flex-video) {
	      padding-bottom: 0; }
	  .no-js .section-container > section.active > .title, .no-js .section-container > .section.active > .title {
	    background: #ba0046; }
	    .no-js .section-container > section.active > .title a, .no-js .section-container > .section.active > .title a {
	      color: #ffffff; }
	  .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active) {
	    padding: 0 !important; }
	  .no-js .section-container > section > .title, .no-js .section-container > .section > .title {
	    border-top: none; }
	    
	
/* -- Vertically align tab text -- */
	
	@media only screen and (min-width: 768px) {

	p.title {
	width:80px !important;text-align:center;line-height:1em;display: table; overflow:visible !important;background-position: 52% 0px !important;
	}
	
	p.title a {
	display: table-cell !important;vertical-align:middle;overflow:visible !important;
	}
	
	section.active p.title:after {
	  content: "";
	  display: block; /* reduce the damage in FF3.0 */
	  position: absolute;
	  bottom: -10px;
	  left: 40%;
	  width: 0;
	  border-width: 10px 10px 0;
	  border-style: solid;
	  border-color: #2d0c1d transparent;
}
	
	}
	
	@media only screen and (max-width: 767px) {

	p.title, p.title a {
	height:37px !important;
	}
	
	section.active  p.title  {
	height:47px !important;background-position: 52% bottom !important;margin-bottom:0 !important;
	}
		
	}

	    

    
    /* Clearing Styles */
    [data-clearing] {
      *zoom: 1;
      margin-bottom: 0;
      margin-left: 0;
      list-style: none; }
      [data-clearing]:before, [data-clearing]:after {
        content: " ";
        display: table; }
      [data-clearing]:after {
        clear: both; }
      [data-clearing] li {
        float: left;
        margin-right: 10px; }
    
    .clearing-blackout {
      background: #111111;
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 998; }
      .clearing-blackout .clearing-close {
        display: block; }
    
    .clearing-container {
      position: relative;
      z-index: 998;
      height: 100%;
      overflow: hidden;
      margin: 0; }
    
    .visible-img {
      height: 95%;
      position: relative; }
      .visible-img img {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -50%;
        max-height: 100%;
        max-width: 100%; }
    
    .clearing-caption {
      color: white;
      line-height: 1.3;
      margin-bottom: 0;
      text-align: center;
      bottom: 0;
      background: #111111;
      width: 100%;
      padding: 10px 30px;
      position: absolute;
      left: 0; }
    
    .clearing-close {
      z-index: 999;
      padding-left: 20px;
      padding-top: 10px;
      font-size: 40px;
      line-height: 1;
      color: white;
      display: none; }
      .clearing-close:hover, .clearing-close:focus {
        color: #ccc; }
    
    .clearing-assembled .clearing-container {
      height: 100%; }
      .clearing-assembled .clearing-container .carousel > ul {
        display: none; }
    
    .clearing-feature li {
      display: none; }
      .clearing-feature li.clearing-featured-img {
        display: block; }
    
    @media only screen and (min-width: 768px) {
      .clearing-main-prev,
      .clearing-main-next {
        position: absolute;
        height: 100%;
        width: 40px;
        top: 0; }
        .clearing-main-prev > span,
        .clearing-main-next > span {
          position: absolute;
          top: 50%;
          display: block;
          width: 0;
          height: 0;
          border: solid 16px; }
    
      .clearing-main-prev {
        left: 0; }
        .clearing-main-prev > span {
          left: 5px;
          border-color: transparent;
          border-right-color: white; }
    
      .clearing-main-next {
        right: 0; }
        .clearing-main-next > span {
          border-color: transparent;
          border-left-color: white; }
    
      .clearing-main-prev.disabled,
      .clearing-main-next.disabled {
        opacity: 0.5; }
    
      .clearing-assembled .clearing-container .carousel {
        background: #111111;
        height: 150px;
        margin-top: 5px; }
        .clearing-assembled .clearing-container .carousel > ul {
          display: block;
          z-index: 999;
          width: 200%;
          height: 100%;
          margin-left: 0;
          position: relative;
          left: 0; }
          .clearing-assembled .clearing-container .carousel > ul li {
            display: block;
            width: 175px;
            height: inherit;
            padding: 0;
            float: left;
            overflow: hidden;
            margin-right: 1px;
            position: relative;
            cursor: pointer;
            opacity: 0.4; }
            .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
              min-height: 100%;
              height: 100%;
              max-width: none; }
            .clearing-assembled .clearing-container .carousel > ul li a.th {
              border: none;
              -webkit-box-shadow: none;
              box-shadow: none;
              display: block; }
            .clearing-assembled .clearing-container .carousel > ul li img {
              cursor: pointer !important;
              min-width: 100% !important; }
            .clearing-assembled .clearing-container .carousel > ul li.visible {
              opacity: 1; }
      .clearing-assembled .clearing-container .visible-img {
        background: #111111;
        overflow: hidden;
        height: 75%; }
    
      .clearing-close {
        position: absolute;
        top: 10px;
        right: 20px;
        padding-left: 0;
    padding-top: 0; } }