html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}



* {
    font-family: 'Times New Roman', Times, serif;
}

ul.list-unstyled {
    margin-left: 20px;
}

.list-unstyled li a {
    text-decoration: none;
    color: #334862;
}

    .list-unstyled li a:hover {
        text-decoration: underline;
    }

h1 {
    font-size: 1.7em;
    line-height: 1.3;
}

h2 {
    font-size: 1.6em;
    line-height: 1.3;
}

.section-title b {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: currentColor;
}

.section-title-center span, .section-title-bold-center span {
    text-align: center;
}

.section-title-center span {
    margin: 0 15px;
}

.section-title span {
    text-transform: uppercase;
}

.section-title {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.bg-top {
    background-color: #ff0d22;
}

.bg-top a {
    text-decoration: none !important;
}
.bg-top a:hover {
    color: #fff !important;
}
.red{
    color:red;
}