@charset "UTF-8";
/* CSS Document */

#campaign-page {
	font-family: 'Roboto', Arial, sans-serif, Helvetica !important;
	font-size: 15px !important;
	line-height: 24px !important;
	color: #53565a !important;
	text-transform: none !important;
	text-decoration: none !important;
	width: 920px !important;
	background-color: #f1f1f0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
#campaign-page .headerBanner * {
	margin: 0 !important;
	padding: 0 !important;
}
#campaign-page * img {display: block !important;}
#campaign-page .headline,
#campaign-page .sub-headline,
#campaign-page .teaserbox span,
#campaign-page .teaserboxwide span,
#campaign-page .workshophead {
	display: block;
	overflow: auto;
	word-wrap: break-word;
}
#campaign-page .headline {
	margin: 0 0 15px 0;
	font-size: 24px !important;
	line-height: 36px !important;
}
#campaign-page .sub-headline {
	margin: 30px 0 15px;
	font-size: 17px !important;
	line-height: 24px !important;
}
#campaign-page .workshophead {
	margin: 5px 0 !important;
	font-size: 16px !important;
	line-height: 22px !important;
}
#campaign-page .flex-container,
#campaign-page .cta-button,
#campaign-page .teaserbox,
#campaign-page .teaserboxwide {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
}
#campaign-page .flex-container {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	flex-wrap: wrap;
	align-items: stretch;
}
#campaign-page .flex-items {flex: 1 1 auto}
#campaign-page .flex-column1 {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex-grow: 1;
}
#campaign-page .flex-column2 {
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	-ms-flex: 2;
	-webkit-flex: 2;
	flex-grow: 2;
}
#campaign-page .flex-column3 {
	-webkit-box-flex: 3;
	-moz-box-flex: 3;
	-ms-flex: 3;
	-webkit-flex: 3;
	flex-grow: 3;
}
#campaign-page .flex-column4 {
	-webkit-box-flex: 4;
	-moz-box-flex: 4;
	-ms-flex: 4;
	-webkit-flex: 4;
	flex-grow: 4;
}
#campaign-page .flex-column5 {
	-webkit-box-flex: 5;
	-moz-box-flex: 5;
	-ms-flex: 5;
	-webkit-flex: 5;
	flex-grow: 5;
}
#campaign-page .flex-column1,
#campaign-page .flex-column2,
#campaign-page .flex-column3,
#campaign-page .flex-column4,
#campaign-page .flex-column5, 
#campaign-page .teaserbox,
#campaign-page .teaserboxwide { 
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-moz-box-orient: vertical;
  	-moz-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	flex-wrap: wrap !important;
	align-items: stretch;
	justify-content: space-between;
}

/* Teaser Box */
#campaign-page .teaserbox p {width: 200px !important;}
#campaign-page .teaserboxwide p {width: 340px !important;}
#campaign-page .teaserbox,
#campaign-page .teaserboxwide {
	background: url('/cs/promotions/images/20170914-teaser-head-strip-960x4.png') no-repeat right 0;
	background-color: #ffffff !important;
	color: #888b8d !important;
	font-size: 13px !important;
	line-height: 19px !important;
	padding: 25px 30px !important;
	margin-bottom: 30px !important;
}
#campaign-page .teaserbox span,
#campaign-page .teaserboxwide span {
	font-size: 19px !important;
	line-height: 26px !important;
	margin-bottom: 15px !important;
}
#campaign-page .teaserbox img,
#campaign-page .teaserboxwide img {
	margin: 5px 0 15px;
	padding: 0px;
}
#campaign-page .speakerimg {
	float: left; 
	margin-right: 10px !important;
	display: block;
}
#campaign-page .speakername {
	margin: 0 !important;
	padding: 0 !important;
	display: inline;
}
#campaign-page .workshop p {
	font-size: 14px !important;
	line-height: 20px !important;
	margin: 6px 0 10px 0 !important;
}
#campaign-page .workshop span {
	font-size: 13px !important;
	line-height: 22px !important;
}
#campaign-page .speakerinfo * {
	font-size: 13px !important;
	line-height: 19px !important;
}
#campaign-page .tourdate {
	float: left;
	font-size: 14px;
	width: 250px;
}

#campaign-page a:link,
#campaign-page a:visited,
#campaign-page a:active {
	color: #0085d5 !important;
	text-decoration: none !important;
}
#campaign-page a:hover {
	color: #00426a !important;
	text-decoration: underline !important;
}
#campaign-page .cta-11px * {font-size: 11px; padding: 13px 18px;}
#campaign-page .cta-12px * {font-size: 12px; padding: 14px 19px;}
#campaign-page .cta-13px * {font-size: 13px; padding: 15px 21px;}
#campaign-page .cta-14px * {font-size: 14px; padding: 16px 22px;}
#campaign-page .cta-15px * {font-size: 15px; padding: 18px 24px;}
#campaign-page .cta-16px * {font-size: 16px; padding: 19px 26px;}
#campaign-page .cta-button a:link,
#campaign-page .cta-button a:visited,
#campaign-page .cta-button a:active {
	font-family: "Roboto", Arial, sans-serif, Helvetica;
	font-weight: 400 !important;
	line-height: 100% !important;
	color: #ffffff !important;
	background-color: #0085d5 !important;
	align-self: flex-end !important;
	margin: 5px auto !important;
	text-transform: none !important;
	text-decoration: none !important;
}
#campaign-page .cta-button a:hover {
	background-color: #00426a !important;
	text-decoration: none !important;
}
#campaign-page ul {
	padding: 0 0 15px 20px;
	margin: 0;
}
#campaign-page li {
	font-size: 14px !important;
	line-height: 18px !important;
	margin: 0 0 8px 0 !important;
}
#campaign-page .mediaspecs {
	font-size: 12px !important;
	line-height: 16px !important;
	color: #888b8d !important;
	font-weight: 400 !important;
	margin: 0 0 15px 0;
}
#campaign-page .mediaspecs span {
	color: #53565a !important;
	margin: 0 5px;
}
#campaign-page .dividerline {
	padding: 0 !important;
	margin: 20px 0 !important;
	border-top: 1px solid #d0d0ce;
	height: 0px;
}
#campaign-page .dividerlinesml {
	padding: 10px 0 !important;
	margin: 0 0 15px 0 !important;
	border-bottom: 1px solid #d0d0ce;
}
#campaign-page .product-label {
	font-size: 12px;
	line-height: 16px;
	margin: 0 !important;
	padding: 0 0 35px !important;
	min-width: 800px !important;
}
#campaign-page * p {margin: 0 0 15px 0;}
#campaign-page .container-wrapper {padding: 30px 45px !important;}
#campaign-page .workshop-wrapper {padding: 0 45px 25px !important;}
#campaign-page .sml-wrapper {padding: 0 45px !important;}
#campaign-page .centerme {margin: 10px auto !important;}
#campaign-page .reset {clear: both !important;}
#campaign-page .resetspace {padding-top: 30px !important;}
#campaign-page .resetwidth {width: 100% !important;}
#campaign-page .stretch {align-content: flex-start !important; justify-content: space-between !important;}
#campaign-page .endme {align-self: end !important; margin: 0 auto !important;}
#campaign-page .rightalign {text-align: right !important;}
#campaign-page .type-regular {font-weight: 400 !important;}
#campaign-page .type-light {font-weight: 300 !important;}
#campaign-page .type-bold {font-weight: 700 !important;}
#campaign-page .black {color: #000000 !important;}
#campaign-page .darkblue {color: #00426a !important;}
#campaign-page .coolgray11 {color: #53565a !important;}
#campaign-page .coolgray8 {color: #888b8d !important;}
#campaign-page .coolgray2 {color: #d0d0ce !important;}
#campaign-page .gapr10 {padding-right: 10px !important;}
#campaign-page .gapr15 {padding-right: 15px !important;}
#campaign-page .gapr25 {padding-right: 25px !important;}
#campaign-page .gapr40 {padding-right: 40px !important;}
#campaign-page .gapr60 {padding-right: 60px !important;}
#campaign-page .marginr25 {margin-right: 25px !important;}
#campaign-page .marginr40 {margin-right: 40px !important;}
#campaign-page .marginr60 {margin-right: 60px !important;}
#campaign-page .marginr80 {margin-right: 80px !important;}
#campaign-page .marginb5 {margin-bottom: 5px !important;}
#campaign-page .marginb10 {margin-bottom: 10px !important;}
#campaign-page .marginb15 {margin-bottom: 15px !important;}
#campaign-page .marginb20 {margin-bottom: 20px !important;}
#campaign-page .marginb25 {margin-bottom: 25px !important;}
#campaign-page .marginb30 {margin-bottom: 30px !important;}
#campaign-page .margint5 {margin-top: 5px !important;}
#campaign-page .margint20 {margin-top: 20px !important;}
#campaign-page .margint30 {margin-top: 30px !important;}
#campaign-page .margint40 {margin-top: 40px !important;}
/*****************************************Slider CSS***************************************************/
#campaign-page .left{ margin:0px auto !important;  margin-left: 0px !important;}
 #campaign-page .carousel-left{ float:left;}
 #campaign-page .bottom{padding-bottom:0px !important;} 
#icon1{ 
	 
    background-image:url("../images/pay-for-use.png");	
}
#campaign-slider{
	width:830px;
} 
#campaign-slider .carousel-inner{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
	height: 250px;
    overflow: hidden;
    white-space: nowrap;
	background-color: #ffffff !important;
    position:relative;
}

#campaign-slider .item{
	 padding: 20px 40px;
	width:100%;
	white-space: normal;
	vertical-align:middle;
}


#campaign-slider  .slide-text{
	width:480px;
	float:left;
	font-size: 13px !important;
	line-height:20px !important;
}

#campaign-slider  .slide-text h3{
margin:0px !important;
padding: 0 0 5px 0 !important;
font-size: 20px !important;
}

#campaign-slider  .slide-image{
	width:260px;
	padding-left:20px;
	display:inline-block !important;
	vertical-align: middle !important;
    text-align: center !important;
}

#campaign-page .icon-image{ 
   width:40px !important;
   display: inline !important;
   }
   
#campaign-page  .leaseContent{
    display: inline-flex;
} 
#campaign-slider  .slide-image img{
	margin:auto !important;
}

#campaign-slider .slider-prev,.slider-next{
	display: block;
    background-repeat: no-repeat !important;
    background-position: center center;
    position: absolute;
    top: 5% !important;
    bottom: 0;
    width: 34px !important;
    text-indent: -9999%;
    overflow: hidden;
}


#campaign-slider .slider-prev{
   background-image: url(data:image/gif;base64,R0lGODlhDgAZAIABAACF1QAAACH5BAEAAAEALAAAAAAOABkAAAIojI8GyQHfzlvRwTqrpTHj24GNF3KjyJCfWWoKerKxu9Fq695zDqdBAQA7)!important;
}
#campaign-slider .slider-next{
    background-image:url(data:image/gif;base64,R0lGODlhDgAZAIABAACF1QAAACH5BAEAAAEALAAAAAAOABkAAAIrDIKpCL1vHFTtzFQvljrraHXc5YkhOU4ltD7t8lIpPMunW283vdvmZwAWAAA7)!important;
}