/*  Storefront variables  */
/* GRAY */
/* TEAL */
/* ORANGE */
/* BLUE */
/* GREEN */
/* MAROON */
/* PURPLE */
/* RED */
/* LIME */
/* Responsive sheet */
/* Smartphones (portrait) ----------- */
@media (max-width: 500px) {
  .col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    width: 100%;
    float: none;
  }

  body.cdc-microsite .mainBanner {
    min-height: 215px;
  }
  body.cdc-microsite .mainBanner .hedMain,
body.cdc-microsite .mainBanner .hedSub {
    position: relative;
  }
  body.cdc-microsite .mainBanner .hedMain {
    top: 120px;
  }
  body.cdc-microsite .mainBanner .hedMain h1 {
    font-size: 18px;
    padding-left: 104px;
    display: block;
  }
  body.cdc-microsite .mainBanner .hedMain h1 img.headsUp-logo {
    width: 90px;
    top: -6px;
  }
  body.cdc-microsite .mainBanner .hedSub {
    top: 108px;
    padding-left: 104px;
    font-size: 12pt;
  }
  body.cdc-microsite .helmetSafety .helmetSafetyTxt h3 {
    font-size: 16pt;
  }
  body.cdc-microsite .mediaViewer {
    margin-bottom: 15px;
  }
  body.cdc-microsite .mediaViewer ul[rn-carousel] {
    height: 242px;
  }
}
@media screen and (min-width: 400px) and (max-width: 679px) {
  body.cdc-microsite .mainBanner .hedMain h1 {
    font-size: 17pt;
  }
  body.cdc-microsite .mainBanner .hedSub {
    font-size: 11pt;
  }
  body.cdc-microsite .micrositeModule {
    margin: 0 10px 15px 10px;
  }
  body.cdc-microsite .rotatingText {
    width: 95%;
    margin: 0 auto 15px auto;
  }
  body.cdc-microsite .rotatingText ul[rn-carousel] {
    height: 192px;
  }
  body.cdc-microsite .rotatingText .rn-carousel-control.rn-carousel-control-next {
    right: 20px;
  }
  body.cdc-microsite .rotatingText .rn-carousel-control.rn-carousel-control-left {
    left: 20px;
  }
  body.cdc-microsite .helmetSafety,
body.cdc-microsite .twitterModule,
body.cdc-microsite .takeAction {
    margin-right: 10px;
    margin-left: 10px;
  }
}
body.cdc-microsite {
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding-bottom: 30px;
}
body.cdc-microsite [ng\:cloak],
body.cdc-microsite [ng-cloak],
body.cdc-microsite [data-ng-cloak],
body.cdc-microsite [x-ng-cloak],
body.cdc-microsite .ng-cloak,
body.cdc-microsite .x-ng-cloak {
  display: none !important;
}
body.cdc-microsite [data-ng-click],
body.cdc-microsite [ng-click] {
  cursor: pointer;
}

.cdc-microsite .cdc-content {
  margin-top: 15px;
  padding: 15px;
}

.cdc-microsite .demoBar {
  text-align: center;
  padding: 8px 0;
  margin-bottom: 8px;
  background-color: #333;
  color: #fff;
}
.cdc-microsite .demoBar .dropdown {
  margin: 0 5px;
}

.cdc-microsite .returnHome {
  margin-left: -15px;
}

.cdc-microsite .cdc-microsite-external {
  background: url(//tools.cdc.gov/TemplatePackage/3.0/images/icon_out.png) center right no-repeat;
  padding-right: 13px;
}

.cdc-microsite .loader {
  min-width: 100px;
  min-height: 100px;
  background: url("../images/loader.gif") no-repeat center;
  margin: 0 auto;
}

.cdc-microsite .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  opacity: 0.65;
}

.cdc-microsite #wrapper {
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
  background-color: #fff;
}

.cdc-microsite .mainBanner {
  min-height: 245px;
  position: relative;
  margin-bottom: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.cdc-microsite .mainBanner .hedMain,
.cdc-microsite .mainBanner .hedSub {
  position: absolute;
}
.cdc-microsite .mainBanner .hedMain {
  top: 96px;
  z-index: 10;
}
.cdc-microsite .mainBanner .hedSub {
  top: 184px;
  z-index: 9;
  font-size: 14pt;
  padding: 8px 14px;
  color: #fff;
}
.cdc-microsite .mainBanner .headsUp-logo {
  position: absolute;
  top: 8px;
  left: 6px;
}
.cdc-microsite .mainBanner h1 {
  font-weight: normal;
  font-size: 20pt;
  background-color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  padding: 10px 14px;
  color: #fff;
}
.cdc-microsite .mainBanner h1,
.cdc-microsite .mainBanner .hedSub {
  padding-left: 120px;
}

.cdc-microsite .micrositeModule {
  padding: 0 10px 10px 10px;
}
.cdc-microsite .micrositeModule ul {
  padding: 0;
  margin: 0;
}
.cdc-microsite .micrositeModule ul li {
  font-size: 10pt;
  margin: 0 0 3px 20px;
}
.cdc-microsite .micrositeModule h3 {
  padding: 10px 0;
  margin: 0;
  font-size: 13pt !important;
  text-transform: uppercase;
  font-weight: bold !important;
}
.cdc-microsite .micrositeModule .highlights {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}
.cdc-microsite .micrositeModule .highlights li {
  list-style-type: none;
  margin: 0 0 6px 2px;
  clear: left;
}
.cdc-microsite .micrositeModule .highlights li .fa {
  font-size: 18pt;
  width: 16px;
  vertical-align: middle;
  margin: 0 4px 5px 0;
  text-align: center;
  color: #666;
  float: left;
}

.cdc-microsite .onlineTraining {
  text-align: center;
  margin-top: 4px;
}

.cdc-microsite .micrositeDidYouKnow {
  margin-bottom: 10px;
  padding: 15px;
  padding-top: 10px;
  position: relative;
  overflow: hidden;
}
.cdc-microsite .micrositeDidYouKnow h3 {
  margin: 0;
  padding-bottom: 10px;
  font-size: 13pt;
  font-weight: bold;
}
.cdc-microsite .micrositeDidYouKnow a:link {
  text-decoration: underline;
}
.cdc-microsite .micrositeDidYouKnow .fa-question-circle {
  opacity: 0.1;
  position: absolute;
  top: -15px;
  right: -50px;
  font-size: 200pt;
  z-index: 0;
}
.cdc-microsite .micrositeDidYouKnow p.fact {
  padding: 10px;
  font-size: 12pt;
  border: 1px solid #ccc;
}
.cdc-microsite .micrositeDidYouKnow p.tip {
  font-size: 9pt;
  margin: 0;
}

.cdc-microsite .micrositeModuleSide {
  margin-bottom: 10px;
}
.cdc-microsite .micrositeModuleSide h3 {
  margin: 0;
  padding: 4px 8px;
  font-size: 16pt;
  color: #fff;
}

.cdc-microsite .twitterModule h3 {
  font-size: 14pt !important;
  font-weight: normal;
  padding: 8px 0 8px 15px !important;
}
.cdc-microsite .twitterModule h3 span.fa {
  font-size: 16pt !important;
}
.cdc-microsite .twitterModule .twitterContent {
  min-height: 250px;
  padding: 6px 10px;
  font-size: 10pt;
}
.cdc-microsite .twitterModule .twitterContent ul {
  margin: 0;
  padding: 0;
}
.cdc-microsite .twitterModule .twitterContent ul li {
  padding: 0;
  list-style-type: none;
  margin: 0 0 10px 0;
  font-size: 10pt;
  color: #666;
}
.cdc-microsite .twitterModule .twitterContent ul li small {
  color: #999;
}

.cdc-microsite .helmetSafety {
  position: relative;
  min-height: 100px;
  margin: 15px 0;
  display: block;
  color: #fff;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
}
.cdc-microsite .helmetSafety .helmetSafetyTxt {
  position: relative;
  z-index: 10;
  padding: 15px;
}
.cdc-microsite .helmetSafety .helmetSafetyTxt h3 {
  color: #fff;
  padding: 0 0 4px 0;
  margin: 0;
  font-size: 18pt;
  font-weight: normal;
}
.cdc-microsite .helmetSafety .helmetSafetyTxt p {
  color: #fff;
}

.cdc-microsite .takeAction {
  position: relative;
  min-height: 175px;
  margin: 15px 0;
  display: block;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.cdc-microsite .takeAction .takeActionTxt {
  position: relative;
  z-index: 10;
  padding: 10px;
  color: #fff;
}
.cdc-microsite .takeAction .takeActionTxt h3 {
  color: #fff;
  padding: 0 10px 4px 0;
  margin: 0;
  font-size: 16pt;
  font-weight: normal !important;
}

.cdc-microsite .headsUpLinks {
  margin: 0;
  padding: 0;
}
.cdc-microsite .headsUpLinks li {
  margin: 0 0 3px 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.cdc-microsite .rotatingText {
  background-color: #efefef;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.cdc-microsite .rotatingText ul[rn-carousel] {
  width: 100%;
  height: 130px;
  margin: 0;
}
.cdc-microsite .rotatingText ul[rn-carousel] > li {
  padding: 4px 30px;
}
.cdc-microsite .rotatingText ul[rn-carousel] > li em {
  text-decoration: underline;
}
.cdc-microsite .rotatingText ul[rn-carousel] > li img.didyouknow-icon {
  margin: 0 10px 10px 0;
}
.cdc-microsite .rotatingText ul[rn-carousel] > li .fa.tip-icon {
  font-size: 34pt;
  vertical-align: bottom;
  float: left;
  margin: -4px 10px 20px 0;
  color: #757575;
}

.cdc-microsite .mediaViewer ul,
.cdc-microsite .mediaViewer li {
  margin: 0;
  padding: 0;
}
.cdc-microsite .mediaViewer ul[rn-carousel] {
  width: 100%;
  height: 280px;
}
.cdc-microsite .mediaViewer ul[rn-carousel] > li {
  padding: 0;
}
.cdc-microsite .mediaViewer ul[rn-carousel] > li img {
  width: 100%;
}
.cdc-microsite .mediaViewer ul[rn-carousel] > li .mediaViewerVidContainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.cdc-microsite .mediaViewer ul[rn-carousel] > li .mediaViewerVid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cdc-microsite .mediaViewer ul[rn-carousel] > li .videoThumb {
  text-align: center;
}
.cdc-microsite .mediaViewer ul[rn-carousel] > li .playBtn {
  position: absolute;
  top: 80px;
  left: 40%;
  width: 100px;
  opacity: 0.85;
  -webkit-transition: opacity 0.4s;
  /* Safari */
  transition: opacity 0.4s;
}
.cdc-microsite .mediaViewer ul[rn-carousel] > li .playBtn:hover {
  opacity: 1;
}
.cdc-microsite .mediaViewer .rn-carousel-control {
  top: 45%;
}

/* THEMING */
.cdc-microsite.theme1 .module-typeA h3,
.cdc-microsite.theme1 p.somemore,
.cdc-microsite.theme1 .themespot_bg {
  background-color: #666;
}

.cdc-microsite.theme1 .themespot_border {
  border: 1px solid #666;
}

.cdc-microsite.theme1 .rotatingText h4,
.cdc-microsite.theme1 .themespot {
  color: #666;
}

.cdc-microsite.theme2 .module-typeA h3,
.cdc-microsite.theme2 p.somemore,
.cdc-microsite.theme2 .themespot_bg {
  background-color: #3fbfc4;
}

.cdc-microsite.theme2 .themespot_border {
  border: 1px solid #3fbfc4;
}

.cdc-microsite.theme2 .rotatingText h4,
.cdc-microsite.theme2 .themespot {
  color: #3fbfc4;
}

.cdc-microsite.theme3 .module-typeA h3,
.cdc-microsite.theme3 p.somemore,
.cdc-microsite.theme3 .themespot_bg {
  background-color: #f17329;
}

.cdc-microsite.theme3 .themespot_border {
  border: 1px solid #f17329;
}

.cdc-microsite.theme3 .rotatingText h4,
.cdc-microsite.theme3 .themespot {
  color: #f17329;
}

.cdc-microsite.theme4 .module-typeA h3,
.cdc-microsite.theme4 p.somemore,
.cdc-microsite.theme4 .themespot_bg {
  background-color: #1072ba;
}

.cdc-microsite.theme4 .themespot_border {
  border: 1px solid #1072ba;
}

.cdc-microsite.theme4 .rotatingText h4,
.cdc-microsite.theme4 .themespot {
  color: #1072ba;
}

.cdc-microsite.theme5 .module-typeA h3,
.cdc-microsite.theme5 p.somemore,
.cdc-microsite.theme5 .themespot_bg {
  background-color: #005620;
}

.cdc-microsite.theme5 .themespot_border {
  border: 1px solid #005620;
}

.cdc-microsite.theme5 .rotatingText h4,
.cdc-microsite.theme5 .themespot {
  color: #005620;
}

.cdc-microsite.theme6 .module-typeA h3,
.cdc-microsite.theme6 p.somemore,
.cdc-microsite.theme6 .themespot_bg {
  background-color: #4e0303;
}

.cdc-microsite.theme6 .themespot_border {
  border: 1px solid #4e0303;
}

.cdc-microsite.theme6 .rotatingText h4,
.cdc-microsite.theme6 .themespot {
  color: #4e0303;
}

.cdc-microsite.theme7 .module-typeA h3,
.cdc-microsite.theme7 p.somemore,
.cdc-microsite.theme7 .themespot_bg {
  background-color: #350e6b;
}

.cdc-microsite.theme7 .themespot_border {
  border: 1px solid #350e6b;
}

.cdc-microsite.theme7 .rotatingText h4,
.cdc-microsite.theme7 .themespot {
  color: #350e6b;
}

.cdc-microsite.theme8 .module-typeA h3,
.cdc-microsite.theme8 p.somemore,
.cdc-microsite.theme8 .themespot_bg {
  background-color: #d40000;
}

.cdc-microsite.theme8 .themespot_border {
  border: 1px solid #d40000;
}

.cdc-microsite.theme8 .rotatingText h4,
.cdc-microsite.theme8 .themespot {
  color: #d40000;
}

.cdc-microsite.theme9 .module-typeA h3,
.cdc-microsite.theme9 p.somemore,
.cdc-microsite.theme9 .themespot_bg {
  background-color: #8cc540;
}

.cdc-microsite.theme9 .themespot_border {
  border: 1px solid #8cc540;
}

.cdc-microsite.theme9 .rotatingText h4,
.cdc-microsite.theme9 .themespot {
  color: #8cc540;
}

/* SPORTS GRAPHICS */
/* All / none specified */
.cdc-microsite.cdc-microsite-sport-all .helmetSafety,
.cdc-microsite.cdc-microsite-sport- .helmetSafety {
  background-image: url(../images/banner-helmet-all.png);
}

.cdc-microsite.cdc-microsite-sport-all .takeAction,
.cdc-microsite.cdc-microsite-sport- .takeAction {
  background-image: url(../images/banner-action-all.png);
}

.cdc-microsite.cdc-microsite-sport-all .mainBanner,
.cdc-microsite.cdc-microsite-sport- .mainBanner {
  background-image: url(../images/banner-main-all.png);
}

/* hockey */
.cdc-microsite.cdc-microsite-sport-hockey .helmetSafety {
  background-image: url(../images/banner-helmet-hockey.png);
}

.cdc-microsite.cdc-microsite-sport-hockey .takeAction {
  background-image: url(../images/banner-action-hockey.png);
}

.cdc-microsite.cdc-microsite-sport-hockey .mainBanner {
  background-image: url(../images/banner-main-hockey.png);
}

/* football */
.cdc-microsite.cdc-microsite-sport-football .helmetSafety {
  background-image: url(../images/banner-helmet-football.png);
}

.cdc-microsite.cdc-microsite-sport-football .takeAction {
  background-image: url(../images/banner-action-football.png);
}

.cdc-microsite.cdc-microsite-sport-football .mainBanner {
  background-image: url(../images/banner-main-football.png);
}

/* soccer */
.cdc-microsite.cdc-microsite-sport-soccer .helmetSafety {
  background-image: url(../images/banner-helmet-soccer.png);
}

.cdc-microsite.cdc-microsite-sport-soccer .takeAction {
  background-image: url(../images/banner-action-soccer.png);
}

.cdc-microsite.cdc-microsite-sport-soccer .mainBanner {
  background-image: url(../images/banner-main-soccer.png);
}

/* baseball */
.cdc-microsite.cdc-microsite-sport-baseball .helmetSafety {
  background-image: url(../images/banner-helmet-baseball.png);
}

.cdc-microsite.cdc-microsite-sport-baseball .takeAction {
  background-image: url(../images/banner-action-baseball.png);
}

.cdc-microsite.cdc-microsite-sport-baseball .mainBanner {
  background-image: url(../images/banner-main-baseball.png);
}

/* softball */
.cdc-microsite.cdc-microsite-sport-softball .helmetSafety {
  background-image: url(../images/banner-helmet-softball.png);
}

.cdc-microsite.cdc-microsite-sport-softball .takeAction {
  background-image: url(../images/banner-action-softball.png);
}

.cdc-microsite.cdc-microsite-sport-softball .mainBanner {
  background-image: url(../images/banner-main-softball.png);
}

/* basketball */
.cdc-microsite.cdc-microsite-sport-basketball .helmetSafety {
  background-image: url(../images/banner-helmet-basketball.png);
}

.cdc-microsite.cdc-microsite-sport-basketball .takeAction {
  background-image: url(../images/banner-action-basketball.png);
}

.cdc-microsite.cdc-microsite-sport-basketball .mainBanner {
  background-image: url(../images/banner-main-basketball.png);
}

/* cheerleading */
.cdc-microsite.cdc-microsite-sport-cheerleading .helmetSafety {
  background-image: url(../images/banner-helmet-cheerleading.png);
}

.cdc-microsite.cdc-microsite-sport-cheerleading .takeAction {
  background-image: url(../images/banner-action-cheerleading.png);
}

.cdc-microsite.cdc-microsite-sport-cheerleading .mainBanner {
  background-image: url(../images/banner-main-cheerleading.png);
}

/* fieldhockey */
.cdc-microsite.cdc-microsite-sport-fieldhockey .helmetSafety {
  background-image: url(../images/banner-helmet-fieldhockey.png);
}

.cdc-microsite.cdc-microsite-sport-fieldhockey .takeAction {
  background-image: url(../images/banner-action-fieldhockey.png);
}

.cdc-microsite.cdc-microsite-sport-fieldhockey .mainBanner {
  background-image: url(../images/banner-main-fieldhockey.png);
}

/* lacrosse */
.cdc-microsite.cdc-microsite-sport-lacrosse .helmetSafety {
  background-image: url(../images/banner-helmet-lacrosse.png);
}

.cdc-microsite.cdc-microsite-sport-lacrosse .takeAction {
  background-image: url(../images/banner-action-lacrosse.png);
}

.cdc-microsite.cdc-microsite-sport-lacrosse .mainBanner {
  background-image: url(../images/banner-main-lacrosse.png);
}

/* volleyball */
.cdc-microsite.cdc-microsite-sport-volleyball .helmetSafety {
  background-image: url(../images/banner-helmet-volleyball.png);
}

.cdc-microsite.cdc-microsite-sport-volleyball .takeAction {
  background-image: url(../images/banner-action-volleyball.png);
}

.cdc-microsite.cdc-microsite-sport-volleyball .mainBanner {
  background-image: url(../images/banner-main-volleyball.png);
}

/* wrestling */
.cdc-microsite.cdc-microsite-sport-wrestling .helmetSafety {
  background-image: url(../images/banner-helmet-wrestling.png);
}

.cdc-microsite.cdc-microsite-sport-wrestling .takeAction {
  background-image: url(../images/banner-action-wrestling.png);
}

.cdc-microsite.cdc-microsite-sport-wrestling .mainBanner {
  background-image: url(../images/banner-main-wrestling.png);
}

/* Bootstrap 2 styles for content pages */
.cdc-microsite [class*=span] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.cdc-microsite .span24 {
  width: 950px;
}

.cdc-microsite .span23 {
  width: 910px;
}

.cdc-microsite .span22 {
  width: 870px;
}

.cdc-microsite .span21 {
  width: 830px;
}

.cdc-microsite .span20 {
  width: 790px;
}

.cdc-microsite .span19 {
  width: 750px;
}

.cdc-microsite .span18 {
  width: 710px;
}

.cdc-microsite .span17 {
  width: 670px;
}

.cdc-microsite .span16 {
  width: 630px;
}

.cdc-microsite .span15 {
  width: 590px;
}

.cdc-microsite .span14 {
  width: 550px;
}

.cdc-microsite .span13 {
  width: 510px;
}

.cdc-microsite .span12 {
  width: 470px;
}

.cdc-microsite .span11 {
  width: 430px;
}

.cdc-microsite .span10 {
  width: 390px;
}

.cdc-microsite .span9 {
  width: 350px;
}

.cdc-microsite .span8 {
  width: 310px;
}

.cdc-microsite .span7 {
  width: 270px;
}

.cdc-microsite .span6 {
  width: 230px;
}

.cdc-microsite .span5 {
  width: 190px;
}

.cdc-microsite .span4 {
  width: 150px;
}

.cdc-microsite .span3 {
  width: 110px;
}

.cdc-microsite .span2 {
  width: 70px;
}

.cdc-microsite .span1 {
  width: 30px;
}

/*
@media (min-width: 1200px) {
	.row {
		margin-left: -15px;
		padding: 0!important;
	}
	.row:before, .row:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row:after {
		clear: both;
	}
	.cdc-microsite [class*="span"] {
		float: left;
		min-height: 1px;
		margin-left: 15px;
	}
	.cdc-microsite .pull-right {
		float: right!important;
	}
	.cdc-microsite .span24{width:1185px}
	.cdc-microsite .span23{width:1135px}
	.cdc-microsite .span22{width:1085px}
	.cdc-microsite .span21{width:1035px}
	.cdc-microsite .span20{width:985px}
	.cdc-microsite .span19{width:935px}
	.cdc-microsite .span18{width:885px}
	.cdc-microsite .span17{width:835px}
	.cdc-microsite .span16{width:785px}
	.cdc-microsite .span15{width:735px}
	.cdc-microsite .span14{width:685px}
	.cdc-microsite .span13{width:635px}
	.cdc-microsite .span12{width:585px}
	.cdc-microsite .span11{width:535px}
	.cdc-microsite .span10{width:485px}
	.cdc-microsite .span9{width:435px}
	.cdc-microsite .span8{width:385px}
	.cdc-microsite .span7{width:335px}
	.cdc-microsite .span6{width:285px}
	.cdc-microsite .span5{width:235px}
	.cdc-microsite .span4{width:185px}
	.cdc-microsite .span3{width:135px}
	.cdc-microsite .span2{width:85px}
	.cdc-microsite .span1{width:35px}
}
*/
@media (min-width: 768px) and (max-width: 979px) {
  .cdc-microsite [class*=span] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }

  .cdc-microsite .pull-right {
    float: right !important;
  }

  .cdc-microsite .span24 {
    width: 734px;
  }

  .cdc-microsite .span23 {
    width: 703px;
  }

  .cdc-microsite .span22 {
    width: 672px;
  }

  .cdc-microsite .span21 {
    width: 641px;
  }

  .cdc-microsite .span20 {
    width: 610px;
  }

  .cdc-microsite .span19 {
    width: 579px;
  }

  .cdc-microsite .span18 {
    width: 548px;
  }

  .cdc-microsite .span17 {
    width: 517px;
  }

  .cdc-microsite .span16 {
    width: 486px;
  }

  .cdc-microsite .span15 {
    width: 455px;
  }

  .cdc-microsite .span14 {
    width: 424px;
  }

  .cdc-microsite .span13 {
    width: 393px;
  }

  .cdc-microsite .span12 {
    width: 362px;
  }

  .cdc-microsite .span11 {
    width: 331px;
  }

  .cdc-microsite .span10 {
    width: 300px;
  }

  .cdc-microsite .span9 {
    width: 269px;
  }

  .cdc-microsite .span8 {
    width: 238px;
  }

  .cdc-microsite .span7 {
    width: 207px;
  }

  .cdc-microsite .span6 {
    width: 176px;
  }

  .cdc-microsite .span5 {
    width: 145px;
  }

  .cdc-microsite .span4 {
    width: 114px;
  }

  .cdc-microsite .span3 {
    width: 83px;
  }

  .cdc-microsite .span2 {
    width: 52px;
  }

  .cdc-microsite .span1 {
    width: 21px;
  }
}
/* Angular Carousel */
.cdc-microsite ul[rn-carousel] {
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  position: relative;
  perspective: 1000px;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.cdc-microsite ul[rn-carousel] > li {
  color: black;
  backface-visibility: hidden;
  overflow: visible;
  vertical-align: top;
  position: absolute;
  left: 0;
  right: 0;
  white-space: normal;
  margin: 0;
  list-style-type: none;
  width: 100%;
  height: 100%;
  display: inline-block;
}

/* prevent flickering when moving buffer */
.cdc-microsite ul[rn-carousel-buffered] > li {
  display: none;
}

.cdc-microsite ul[rn-carousel-transition=hexagon] {
  overflow: visible;
}

/* indicators */
.cdc-microsite div.rn-carousel-indicator {
  background-color: #efefef;
  padding: 5px;
  text-align: center;
}
.cdc-microsite div.rn-carousel-indicator span {
  cursor: pointer;
  font-size: 14pt;
  color: #666;
  margin: 0 5px;
}
.cdc-microsite div.rn-carousel-indicator span.active {
  color: #ccc;
}

/* prev/next controls */
.cdc-microsite .rn-carousel-control {
  transition: opacity 0.2s ease-out;
  font-size: 2rem;
  position: absolute;
  top: 35%;
  opacity: 0.75;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 9px;
  color: #fff;
}
.cdc-microsite .rn-carousel-control:hover {
  opacity: 1;
}
.cdc-microsite .rn-carousel-control.rn-carousel-control-prev, .cdc-microsite .rn-carousel-control.rn-carousel-control-next {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  font-family: cdciconfont;
  padding: 14px 13px;
  line-height: 1;
  font-size: 24px;
}
.cdc-microsite .rn-carousel-control.rn-carousel-control-prev {
  left: -0.3em;
}
.cdc-microsite .rn-carousel-control.rn-carousel-control-prev::before {
  content: "\f29d";
}
.cdc-microsite .rn-carousel-control.rn-carousel-control-next {
  right: -0.3em;
}
.cdc-microsite .rn-carousel-control.rn-carousel-control-next::before {
  content: "\f29e";
}

/* Syndicated Content Styling */
.syndicate h1 {
  font-size: 20pt;
  line-height: 30px;
  margin-top: 0;
  padding: 0 0 15px 0;
}
.syndicate h2 {
  font-size: 18pt;
}
.syndicate h3 {
  font-size: 15pt;
}
.syndicate h6 {
  font-weight: bold;
}
.syndicate .flex-direction-nav a.flex-prev::before {
  content: "\f104" !important;
}
.syndicate .flex-direction-nav a.flex-next::before {
  content: "\f105" !important;
}
.syndicate .flex-direction-nav a::before {
  font-family: inherit !important;
}
.syndicate .flexslider ul.flex-direction-nav a {
  height: 42px !important;
  padding: 0 10px !important;
}
.syndicate .flex-direction-nav a::before {
  color: #fff !important;
}
.syndicate .margin-top-ten {
  margin-top: 10px;
}
.syndicate .margin-right-ten {
  margin-right: 10px;
}
.syndicate .margin-left-ten {
  margin-left: 10px;
}
.syndicate .margin-bottom-ten {
  margin-bottom: 10px;
}
.syndicate .margin-top-five {
  margin-top: 5px !important;
}
.syndicate .margin-right-five {
  margin-right: 5px !important;
}
.syndicate .margin-bottom-five {
  margin-bottom: 5px !important;
}
.syndicate .margin-left-five {
  margin-left: 5px !important;
}
.syndicate div[id^=cdc_slider_] {
  display: none;
}
.syndicate .tabs ul:first-child {
  display: none;
}
.syndicate .accordion h3 {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #000 !important;
}
.syndicate .ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.7em 0.7em 0.7em 2em;
  min-height: 0;
}
.syndicate .ui-accordion .ui-accordion-content .rx-row img {
  float: right;
  margin: 0 0 10px 10px;
}
.syndicate .row {
  margin-left: -15px;
  padding: 0 !important;
}
.syndicate .row::before,
.syndicate .row::after {
  display: table;
  content: "";
  line-height: 0;
}
.syndicate .row::after {
  clear: both;
}
.syndicate img {
  max-width: 100%;
  width: auto\9 ;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.syndicate img.polaroid-left {
  float: left;
  padding: 10px;
  border: 1px solid #e5e5e5;
  margin-right: 10px;
  margin-bottom: 10px;
}
.syndicate [class*=module] > * {
  padding: 0 15px 0 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.syndicate [class*=module] {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-bottom: 10px;
  overflow: hidden;
}
.syndicate [class*=module] ul.list-block,
.syndicate #wrapper [class*=module] ol.list-block {
  list-style: none;
  display: block;
}
.syndicate [class*=module] > h1,
.syndicate [class*=module] > h2,
.syndicate [class*=module] > h3,
.syndicate [class*=module] > h4,
.syndicate [class*=module] .title {
  margin: 0;
  border-bottom: 1px #e5e5e5 solid;
  padding: 10px;
  font-size: 18px;
  margin-bottom: 10px;
}
.syndicate [class*=module] ul.list-block li:first-child,
.syndicate [class*=module] ol.list-block li:first-child {
  border: none;
}
.syndicate [class*=module] ul.list-block li,
.syndicate [class*=module] ol.list-block li {
  margin: 0;
  border-top: 1px dotted silver;
  display: inline-block;
  width: 100%;
  padding: 5px 0;
}
.syndicate [class*=module] > div ul,
.syndicate [class*=module] > div ol {
  margin: 0;
}
.syndicate [class*=module] > div ul.list-bullet,
.syndicate [class*=module] > div ol.list-bullet {
  margin-left: 15px;
  padding: 0;
}
.syndicate .module-typeA {
  border: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.syndicate .module-typeA h3 {
  color: #fff;
  padding: 10px;
  font-size: 18px;
}
.syndicate .module-typeA h3 a {
  color: #fff;
}
.syndicate .module-typeA p {
  padding: 4px 10px;
}
.syndicate .module-typeB,
.syndicate .page-curl {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
}
.syndicate .module-typeB h3 a,
.syndicate .page-curl h3 a {
  color: #333;
}
.syndicate .module-typeC {
  background: #efefef;
  border: 1px solid #e5e5e5;
}
.syndicate .module-typeE {
  background: #efefef;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-bottom: 10px;
}
.syndicate .module-typeE h3 {
  margin: 0;
  border-bottom: 1px #e5e5e5 solid;
  padding: 10px;
  font-size: 18px;
}
.syndicate .module-typeE p {
  padding: 4px;
}
.syndicate .related h2,
.syndicate .module-typeH h2,
.syndicate .related h3,
.syndicate .module-typeH h3,
.syndicate .related h4,
.syndicate .module-typeH h4,
.syndicate .related h5,
.syndicate .module-typeH h5 {
  background: #f0f0f0;
  font-size: 14px !important;
  font-weight: 700;
}
.syndicate .module-typeH {
  background: #fff;
  border: 1px solid #e5e5e5;
}
.syndicate p.somemore {
  clear: both;
  color: #ebf2f9;
  float: right;
  border-bottom: none;
  color: #fff;
  padding: 0 10px;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: right;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px;
  margin-top: 10px;
}
.syndicate p.somemore a {
  color: #fff;
  clear: both;
  display: inline-block;
  font-weight: 700;
  padding: 3px 7px;
  text-align: right;
  text-decoration: none !important;
}
.syndicate .youtube iframe,
.syndicate .module-typeY iframe {
  border: none;
}
.syndicate .fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}
.syndicate .fluid-width-video-wrapper iframe,
.syndicate .fluid-width-video-wrapper object,
.syndicate .fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Specific content fixes for bad markup */
/* Remove for future microsites */
.cdc-microsite .cdc-content-132448 .row.span19 {
  float: none !important;
}

/*# sourceMappingURL=_bundle.css.map */
