body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}
h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #555;
    font-size: 36px;
}
h1.maintitle {
    margin-bottom: 40px;
}
a {
    color: #ff3333;
}
.top {
    border-bottom: 1px solid #DDD;
}
.header {
    border-bottom: 10px solid #ff3333;
    padding: 20px 0;
}
.header .container {
    position: relative;
}
.arsenalsingapore {
}
.navigation {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.top_ornament {
    background: url(../img/top-ornament.png) no-repeat center;
    width: 96px;
    height: 63px;
    width: 100%;
    position: absolute;
    bottom: -70px;
}
.maincontent {
    margin: 100px 0 50px;
}

footer {
    border-top: 5px solid #FF3333;
    padding: 20px 0;
}
.footer_logo {
    width: 100%;
}

.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: auto;
    
}
.menu li {
    float: left;
}
.menu li a {
    display: block;
    padding: 8px;
}
.user_nav li {
    float: right;
}
.user_nav li a {
    text-decoration: none;
}
.main_nav li a {
    font-weight: bold;
}
.main_nav li a:hover {
    text-decoration: none;
}
.membership_options {
    
}

.membership_option {
    
}
.membership_option a {
    display: block;
    color: #333;
    border: 4px solid #ff3333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.membership_option a:hover {
    background: #EEE;
    text-decoration: none;
}
.option_info {
    width: 24%;
    border-right: 1px solid #D00;
    margin: 5px 3% 5px 3%;
    float: left;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.option_info h3 {
    font-size: 18px;
    font-weight: bold;
}
.option_info h4 {
    font-size: 16px;
    color: #ff3333;
    font-weight: bold;
}
.option_desc {
    width: 55%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.option_desc p {
    font-size: 14px;
    margin-bottom: 0;
}
.option_link {
    width: 15%;
    float: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.arrow_link {
    background: url(../img/arrow.png) no-repeat left center;
    width: 40px;
    height: 50px;
}
.red {
    color: red;
}

.register {
    border: 2px solid #FF3333;
}
.register_header {
    border-bottom: 2px solid #FF3333;
    background: #FF3333;
    padding: 15px 20px;
}
.register_type {
    float: left;
    width: auto;
    font-weight: bold;
    color: #FFF;
}
.register_fee {
    float: right;
    width: auto;
    font-weight: bold;
    color: #fff;
}
.register_content {
    padding: 30px 0;
}
.register_steps {
    width: 300px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
}
.register_step {
    width: 30%;
    display: inline-block;
    text-align: center;
}
.register_step span {
    height: 32px;
    width: 32px;
    background-color: #DDD;
    border-radius: 50%;
    display: inline-block;
    line-height: 200%;
    font-weight: bold;
    border-bottom: 2px solid #999;
}
.register_step span.active_dot {
    background-color: #ff3333;
    color: #FFF;
}
.register_title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
.register_form {
    padding: 40px;
}
.register_form label {
    font-size: 14px;
    font-weight: bold;
}

.radio_label {
    display: block;
    width: 100%;
}
.form-check {
    padding-left: 0px;
}
.form-check label {
    padding: 10px;
    min-width: 100px;
}
.form-check label input {
    margin-right: 10px;
}
.form-check label.title_label {
    padding-left: 0;
    margin-left: 0;
}
.form-control {
    border: none;
    border-bottom: 1px solid #999;
    border-radius: 0;
    padding-left: 0;
}
.form-control:focus {
    
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #FF3333;
    outline: 0;
    box-shadow: none;
}

.wrapbox {
    text-align: center;
    width: 100%;
    margin: 40px auto;
    padding: 50px;
}

.wrapbox .table th, .wrapbox .table td {
    text-align: left;
}

footer {
    background-color: #ff3333;
    color: #FFF;
}
footer a {
    color: #EEE;
}
.message {
	display: block !important;
	font-size: 14px;
	line-height: 1.3;
	margin-left: 46px;
	color: #000;
    background: #DDD;
    margin-left:  0;
    padding: 10px;
    margin-bottom: 10px;
}
@media (max-width:767.99px) {
    .menu {
        width: 100%;
    }
    .wrapbox {
        padding: 50px 10px;
    }
    .top_ornament {
        width: 96%;
        position: absolute;
        bottom: -70px;
    }
}