@font-face {
    font-family: ProximaNova-Bold;
    src: url(fonts/ProximaNova-Bold.woff);
}


@font-face {
    font-family: ProximaNova-BoldI;
    src: url(fonts/ProximaNova-BoldIt.woff);
}



@font-face {
    font-family: ProximaNova-Regular;
    src: url(fonts/ProximaNova-Regular.woff);
}


@font-face {
    font-family: ProximaNova-RegularIt;
    src: url(fonts/ProximaNova-RegularIt.woff);
}


@font-face {
    font-family: ProximaNova-Semibold;
    src: url(fonts/ProximaNova-Semibold.woff);
}


@font-face {
    font-family: ProximaNova-SemiboldIt;
    src: url(fonts/ProximaNova-SemiboldIt.woff);
}

h1 {
    margin: 0;
    padding: 0;
}

body {
    font-family: ProximaNova-Regular;

}

.info-header {

    font-family: ProximaNova-Bold;
    font-size: 36px;
    line-height: 1.2em;

}

.info-header-md {

    font-family: ProximaNova-Bold;
    font-size: 19px;
    line-height: 1.2em;

}

.info-body {

    font-family: ProximaNova-Regular;
    font-size: 16px;
    line-height: 1.2em;


}

.small_font {
    font-family: ProximaNova-Regular;
    font-size: 0.70em;
    line-height: 1.2em;
}

.italic-font {
    font-style: italic;
}

sup {
    font-size: 0.55em;
    line-height:0.2;
}

.red {
    color: #B5072F;
}
.bold{
 font-family: ProximaNova-Bold;
font-weight: bold;
  ;
   
}

.hot_spot_title {

    font-family: ProximaNova-Semibold;
    font-size: 20px;


}

ul {
    margin: 0;
    padding: 0;


}

ul.circle {
    list-style-type: disc;
    margin-left: 0;
    padding: 0 0 0 20px;


}
