html,
body {
    background-color: #ffffff;
    color: #000000;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 27px;
    line-height: 1.5rem;
    margin: 0 auto !important;
}

h1 {
    color: #000000;
    font-size: 32px;
    font-size: 2rem;
    font-style: normal;
    font-weight: 900;
    letter-spacing: normal;
    line-height: 35px;
    line-height: 2.25rem;
    text-align: center;
    margin-top: 32px !important;
    margin-top: 2rem !important;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

a {
    color: #bd1220;
    text-decoration: none;
}

a:hover {
    color: #bd1220;
    text-decoration: underline;
}

a:visited {
    color: #bd1220;
    text-decoration: none;
}

a[href^="tel:"] {
    color: #bd1220;
    text-decoration: none;
}

a.footer {
    color: #bd1220;
    font-size: 16px;
    font-size: 0.9rem;
    text-decoration: none;
}

a.footer:hover {
    color: #bd1220;
    font-size: 16px;
    font-size: 0.9rem;
    text-decoration: underline;
}

a.footer:visited {
    color: #bd1220;
    font-size: 16px;
    font-size: 0.9rem;
    text-decoration: none;
}

a[href^="tel:"] {
    color: #bd1220;
    font-size: 16px;
    font-size: 0.9rem;
    text-decoration: none;
}


/* HEADER */

.header {

}

.header-logo {
    max-width: 100%;
    display: block;
    margin: 48px auto 16px auto;
    margin: 3rem auto 1rem auto;
}


/* CONTENT */

.content {
    text-align: center;
    position: relative;
    min-height: 100%;
    margin: 0 auto;
	padding-bottom: 36px;
    padding-bottom: 2rem;
}

.content-form {
    text-align: left;
}

.buttons {
    text-align: center;
}

.btn {
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    padding: 10px 40px;
    padding: 0.625rem 2.5rem;
    text-align: center;
    text-decoration: none;
    transition-duration: .3s;
    margin: 0 12px 24px 12px;
    margin: 0 0.75rem 1.5rem 0.75rem;
    vertical-align: middle;
}

.btn:hover {
    box-shadow: none;
}

a.btn:visited {
    color: #fff;
	font-size: 16px;
    font-size: 0.9rem;
    text-decoration: none;
}

.btn.primary {
    color: #fff;
    background-color: #bd1220;
    border-color: #bd1220;
}

.btn.primary:hover {
    color: #fff;
    background-color: #bd1220;
    border-color: #bd1220;
}

.btn.primary:active {
    color: #fff;
    background-color: #bd1220;
    border-color: #bd1220;
}

.btn.primary:focus {
    color: #fff;
    background-color: #bd1220;
    border-color: #bd1220;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.btn.rounded {
    border-radius: 3px;
}

.help-block,
.help-block label {
    font-size: 0.8rem;
    font-weight: 400;
    color:#888888;
}


.congress-list label {
    font-size: 16px;
    font-size: 0.9rem;
}


/* FORM */

label {
    font-size: 16px;
    font-size: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
}

input[type="checkbox"], input[type="radio"] {
    margin: 5px 10px 0 0;
}

/*
input[type="radio"] {
    display: none;
}

input[type="radio"]+label span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

input[type="radio"]+label span {
    background-color: transparent;
    border: 1px solid #cccccc;
    margin-right: 10px;
}

input[type="radio"]:checked+label span {
    background-color: #666666;
    border: 1px solid #cccccc;
}

input[type="radio"]+label span,
input[type="radio"]:checked+label span {
    -webkit-transition: background-color 0.4s linear;
    -o-transition: background-color 0.4s linear;
    -moz-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}
*/

input::placeholder {
  color: #4e4e4e;
}

.selectwrapper {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    -webkit-border-radius: 4px;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    cursor: pointer;
    color: #4e4e4e;
    font-size: inherit;
    margin: 0px;
    overflow: hidden;
    padding: 0 0 0 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

select[multiple],
select[size] {
    height: 40px;
    background-color: transparent;
    border-color: #cccccc;
    border-radius: 4px;
    width: 100%;
}

.form-control {
    width: 100%;
    /*box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);*/
    height: 40px;
    line-height: 1.5;
    border: 1px solid #cccccc;
    border-radius: 2px;
	font-size: 16px;
    font-size: 1rem;
    color: #4e4e4e;
}

.form-control::placeholder {
    color: #4e4e4e;
}

.form-group {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}


/* FOOTER */

.footer {
    bottom: 0;
    color: #3c3c3c;
    font-size: 14px;
    font-size: 0.9rem;
    padding-bottom: 48px;
    padding-bottom: 3rem;
    position: relative;
    width: 100%;
    text-align: center;
}

/* DINNER CSS */

.control:checked ~ .conditional,
#dinner-no:checked ~ .conditional,
#dinner-yes-company ~ .conditional
#dinner-yes:checked ~ .conditional {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    width: auto;
    margin-top: 15px;
}

.control:not(:checked) ~ .conditional,
#dinner-no:not(:checked) ~ .conditional,
#dinner-yes-company:not(:checked) ~ .conditional,
#dinner-yes:not(:checked) ~ .conditional {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/* MOBILE */

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 767px) {

    .content-form {
        text-align: left;
    }
}