/*//------------SITECORE WIDGETS---------------//*/
.sitecore-sidebar {
  width: 235px;
  *width: 235px;
  margin: 20px auto;
  position: relative;
}
.sitecore-sidebar p {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
}
.sitecore-sidebar .cta-box {
  margin-bottom: 20px;
  zoom: 1;
}
.sitecore-sidebar .cta-box:before, .sitecore-sidebar .cta-box:after {
  content: "";
  display: table;
}
.sitecore-sidebar .cta-box:after {
  clear: both;
}
.sitecore-sidebar .cta-box a.circle-arrow {
  display: block;
  float: right;
  font-weight: bold;
  padding-left: 20px;
  color: #0065c9;
  text-decoration: none;
  background: url(img/icon/circle-arrow-right.png) no-repeat 0 0;
}
.sitecore-sidebar .cta-box a.circle-arrow:hover {
  text-decoration: underline;
}
.sitecore-sidebar .cta-box .round-box {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0px 1px 3px rgba(7, 68, 126, 0.28);
  -moz-box-shadow: inset 0px 1px 3px rgba(7, 68, 126, 0.28);
  box-shadow: inset 0px 1px 3px rgba(7, 68, 126, 0.28);
  background: #eff7ff;
  *border:1px solid #d4e4ef;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e2f1ff), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #e2f1ff, #ffffff);
  background: -moz-linear-gradient(center bottom, #e2f1ff 0%, #ffffff 100%);
  -pie-background: linear-gradient(#ffffff, #e2f1ff);
  position: relative;
}
.sitecore-sidebar .cta-box .round-box.needsPie {
  border: 1px solid #dfebf6;
  -webkit-box-shadow: 0px 1px 3px #c5d1da;
  -moz-box-shadow: 0px 1px 3px #c5d1da;
  box-shadow: 0px 1px 3px #c5d1da;
}
.sitecore-sidebar .cta-box .round-box h2 {
  font: normal 20px tempo;
  color: #034f8d;
  text-transform: uppercase;
  vertical-align: middle;
}

.sitecore-sidebar .cta-box .round-box h3 {
  font: normal 33px tempo;
  color: #d71a36;
  text-transform: uppercase;
  vertical-align: middle;
}

.sitecore-sidebar .cta-box .round-box h2 span {
  color: #d71a36;
}
.sitecore-sidebar .cta-box .round-box h2.people {
  background: url(img/icon/sidebar-icon-sprite.png) no-repeat 0 -126px;
  padding-left: 37px;
  height: 32px;
  line-height: 32px;
}
.sitecore-sidebar .cta-box .round-box h2.question {
  background: url(img/icon/sidebar-icon-sprite.png) no-repeat 0 -168px;
  padding-left: 37px;
  height: 35px;
  line-height: 35px;
}
.sitecore-sidebar .cta-box .round-box h2.bell {
  background: url(img/icon/sidebar-icon-sprite.png) no-repeat 0 -38px;
  padding-left: 39px;
  height: 33px;
  line-height: 33px;
}
.sitecore-sidebar .cta-box .round-box h2.bank {
  background: url(img/icon/sidebar-icon-sprite.png) no-repeat 0 0;
  padding-left: 36px;
  height: 28px;
  line-height: 28px;
}
.sitecore-sidebar .cta-box .round-box h2.eyeglass {
  background: url(img/icon/sidebar-icon-sprite.png) no-repeat 0 -83px;
  padding-left: 39px;
  height: 33px;
  line-height: 33px;
}
.sitecore-sidebar .cta-box .round-box h2.magnify {
  background: url(img/icon/sidebar-icon-sprite.png) no-repeat 0 -211px;
  padding-left: 37px;
  height: 26px;
  line-height: 26px;
}
.sitecore-sidebar .cta-box .round-box .section {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e3ecf3;
  padding: 15px;
  *padding: 7px;
  zoom: 1;
}
.sitecore-sidebar .cta-box .round-box .section:before, .sitecore-sidebar .cta-box .round-box .section:after {
  content: "";
  display: table;
}
.sitecore-sidebar .cta-box .round-box .section:after {
  clear: both;
}
.sitecore-sidebar .cta-box .round-box .section.heading, .sitecore-sidebar .cta-box .round-box .section.first-child {
  border-top: 0 none;
  padding: 15px 20px;
}
.sitecore-sidebar .cta-box .round-box .section.image-heading {
  position: relative;
}
.sitecore-sidebar .cta-box .round-box .section.image-heading h2 {
  font-size: 22px;
  line-height: 21px;
  *line-height: 24px;
  text-align:center;
  
}

.sitecore-sidebar .cta-box .round-box .section.image-heading h3 {
  font-size: 33 px;
  line-height: 42px;
  *line-height: 42px;
  text-align:center;
  
}

.sitecore-sidebar .cta-box .round-box .section.image-heading img {
  position: absolute;
  top: 10px;
  right: 10px;
  
}
.sitecore-sidebar .cta-box .round-box .section.last-child {
  border-bottom: 0 none;
}
.sitecore-sidebar .cta-box .round-box .section .sub-section {
  clear: both;
  overflow: hidden;
  padding-top: 10px;
}
.sitecore-sidebar .cta-box .round-box input.text {
  background: url(~/media/CCLUS/Images/Widgets/inputtextgradgif.ashx) repeat-x 0 0 #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #a7a7a7;
  padding: 5px;
  color: #0065c9;
  display: block;
  width: 208px;
  font: bold 12px arial, helvetica, sans-serif;
  margin-bottom: 10px;
}
.sitecore-sidebar .cta-box .round-box select {
  display: block;
  width: 100%;
  padding: 5px;
  font: bold 12px arial, helvetica, sans-serif;
  color: #0065c9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
  border: 1px solid #a7a7a7;
  background: url(~/media/CCLUS/Images/Widgets/selectgradgif.ashx) repeat-x 0 bottom #ffffff;
  -webkit-box-shadow: 0 1px 2px #c0cad3;
  -moz-box-shadow: 0 1px 2px #c0cad3;
  box-shadow: 0 1px 2px #c0cad3;
}
.sitecore-sidebar .cta-box .round-box a.search-btn {
  display: block;
  text-indent: -9999px;
  outline: none;
  float: right;
  background: url(img/btn/search-btn.png) no-repeat 0 0;
  width: 104px;
  height: 40px;
}
.sitecore-sidebar .cta-box .round-box a.advanced-search {
  float: left;
  font-size: 11px;
  color: #0065c9;
  text-decoration: underline;
}
.sitecore-sidebar .cta-box .round-box ul.standard-list {
  margin-bottom: 10px;
}
.sitecore-sidebar .cta-box .round-box ul.standard-list li {
  padding-left: 10px;
  margin-bottom: 10px;
  background: url(img/icon/standard-bullet.png) no-repeat 0 7px;
  font-weight: bold;
}



		