/* font for emphasis */
/* button color for primary button */
/* equal to 14px */
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #ddd;
}

/*New variables G*/
/*Bootstrap_Select*/
@media (min-width: 1024px) {
  @font-face {
    font-family: 'ProximaNova-Regular';
    src: url("/css/font/proxima-nova/2E7201_1_0.eot");
    src: url("/css/font/proxima-nova/2E7201_1_0.eot?#iefix") format("embedded-opentype"), url("/css/font/proxima-nova/2E7201_1_0.woff") format("woff"), url("/css/font/proxima-nova/2E7201_1_0.woff2") format("woff2"), url("/css/font/proxima-nova/2E7201_1_0.ttf") format("truetype"), url("/css/font/proxima-nova/2E7201_1_0.svg#wf") format("svg");
  }
}
.beSafe .unstyled {
  padding: 0;
}

.beSafe .unstyled li {
  list-style: none;
}
.beSafe h1{
  font-size: 20px;
}

.beSafe h2 {
  margin: 10px 0px;
  float: left;
  width: 100%;
  font-size: 16px !important;
}

.beSafe img{
  margin-bottom: 10px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.scroller-container{
  position:-webkit-sticky;
  position:sticky;
  top:60px;
  display: block;
  border: 1px solid rgba(146, 145, 145, 0.3);
  border-radius: 3px;
  width: 100%;
  overflow: scroll;
  background:white;
}
@media (max-width:500px){
  .scroller-container{
    top: 50px;
  }
}
.shadow{
  border: none;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}
.scroller-list{
  display: flex;
  flex-direction: row;
  min-width: 500px;
  list-style: none;
  justify-content: space-between;
  margin: 0 10px 0px 10px;
  padding: 0;
}
.scroller-item{
  padding: 13px 5px 10px ;
  color: rgba(128, 128, 128);
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .scroller-item{
    font-size: 8pt;
  }
}
.scroller-item:hover{
  color: rgba(0,0,0,0.7);
}
.scroller-list .active{
  border-bottom: 3px solid #018BCF;
  color: rgba(0,0,0,0.7);
  font-weight: 600;
}
.sticky{
  position: sticky;
  top: 60px;
}

.premiumProfile {
  margin-top: 5px;
  line-height: 18px;
}
.premiumProfile .topGrid {
  display: flex;
  justify-content: start;
  align-items: center;
  background: #008bcf;
  color: #fff;
  text-align: left;
  padding: 8px 12px;
  border-top: 5px solid #e1b70c;
}
.premiumProfile .topGrid i {
  font-size: 28px;
  margin-right: 10px;
}
.premiumProfile .profileHightlights {
  padding: 12px;
  border: 1px solid #ddd;
}
.premiumProfile .profileHightlights .benefits span {
  text-align: center;
  max-width: 104px;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .premiumProfile .profileHightlights .benefits span {
    max-width: 92px;
  }
}
.premiumProfile .profileHightlights .benefits span i {
  display: block;
  font-size: 24px;
  color: #008bcf;
}
