html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.wrapper {
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    color: #555;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
}

h1 {
    font-size: 28px;
    line-height: 35px;
}


.stem-bg {
    background: url(../images/stem-bg.png) no-repeat 0px 0px;
    background-size: initial;
}

.tag-box {
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
}

.no-padding {
    padding: 0 !important;
}

.RoundIT {
    padding: 10px 20px 10px 20px;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 40px;
}

.notice-content {
    padding: 60px 19% 20px;
    border: 2px solid #dee2e6;
}

.orange-bg {
    background-color: #f7941d;
}

@@media (max-width: 768px) {
    .notice-content {
        padding: 60px 5% 20px;
        border: 2px solid #dee2e6;
    }
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.tag-box h2 {
    font-size: 20px;
    line-height: 25px;
}

.font-bold {
    font-weight: 600;
}
.orange-bold-text {
    color: #f7a54a;
    font-weight: bold;
}
.margin-top-20 {
    margin-top: 20px;
}
.alert {
    border-radius: 0;
}
.color-light {
    color: #ffffff;
}

/*Button Styles
------------------------------------*/
.btn {
    box-shadow: none;
    border-radius: 0;
}

.btn-u {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #18ba9b;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

    .btn-u:hover {
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .btn-u.btn-block {
        text-align: center;
    }

    label {
        color: #555;
    }

    .content {
        padding-top: 40px;
        padding-bottom: 40px;
    }