@import url(https://fonts.googleapis.com/css?family=Fira+Sans:100,400,700,700italic);

@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v11/kcf5uOXucLcbFOydGU24WALUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}


h1, h2, h3, h4, h5, h6 {
    font-family: "Fira Sans",arial,helvetica;
    font-weight: 500;
    line-height: 1em;
}
h1 {
    color: #042748;
    font-size: 60px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

body {
    color: #042748;
    font-size: 16px;
    line-height: 1.59;
}
body p {
    line-height: 1.59;
}
.container {
max-width: 800px;
}
.small, small, .smaller {
    font-size: 85%;
}
h3 {
color: #042748;
}
.h5, h5 {
    font-size: 16px;
}

/*form stuff*/

.form-control {
    border: 1px solid #bebebe;
    border-radius: 6px;
    box-shadow: none !important;
    padding: 5px 10px;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form-control::-moz-placeholder {
    color: #042748;
    opacity: 1;
}
.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #042748;
    opacity: 1;
    box-shadow: none;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #042748;
	opacity: 1;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #042748;
    opacity: 1;
}
/*dropdown select menu*/
.btn.dropdown-toggle.state-dropdown {
    background-color: transparent;
    border-bottom: 2px solid #b2272c;
}
.btn.dropdown-toggle.state-dropdown {
    /*color: #333333;*/
    font-size: 18px;
    padding-left: 0;
}
.dropdown-menu > li > a {
    color: #333;
    padding: 3px 0;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #262626;
    text-decoration: none;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
/*start custom input styles for radio and checkbox items*/
label {
	display: inline;
}
.regular-checkbox {
	display: none;
}
.regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: none;
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: none;
}
.regular-checkbox:checked + label {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: none;
	color: #99a1a7;
}
.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #99a1a7;
}
.big-checkbox + label {
	padding: 18px;
}
.big-checkbox:checked + label:after {
	font-size: 28px;
	left: 6px;
}

.radio-1 {
	width: 193px;
}
.button-holder {
	float: left;
}
/* RADIO */

.checkbox label, .radio label {
    cursor: pointer;
    margin-right: 10px;
}

.regular-radio {
	display: none;
}
.regular-radio + label {
    background-color: transparent;
    border: 2px solid #b2272c;
    border-radius: 50px;
    box-shadow: none;
    display: inline-block;
    height: 20px;
    margin-top: 12px;
    position: relative;
}
.checkbox, .radio {
    display: flex;
    position: relative;
}
.regular-radio:checked + label:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #b2272c;
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}
.regular-radio:checked + label {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 2px solid #b2272c;
	box-shadow: none;
}

.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: none;
}

.big-radio + label {
    padding: 9px;
}

.radio > h4 {
    display: inline-block;
    vertical-align: bottom;
}
.checkbox, .radio {
    margin-bottom: 0;
}
.big-radio:checked + label:after {
	width: 18px;
	height: 18px;
	left: 0px;
	top: 0px;
}
/*end custom input styles for radio and checkbox items*/

textarea {
    border: 2px solid #b2272c;
    height: 125px;
    margin-top: 15px;
    overflow: auto;
    width: 100%;
}

.btn.dropdown-toggle.state-dropdown {
    background-color: transparent;
    border: 1px solid #bebebe;
    height: 46px;
    margin: 0 !important;
    padding: 5px 10px !important;
}




.bootstrap-select .dropdown-toggle:focus {
    outline: medium none !important;
    outline-offset: 0;
}

/*main buttons*/
.btn-default, .button {
    background-color: transparent;
    border: 2px solid #000;

}
.btn, .button {
    -moz-user-select: none;
    background-image: none;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    /*font-size: 16px;*/
    font-weight: light;
    line-height: 1.42857;
    margin-bottom: 0;
    /*padding: 6px 24px;*/
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 6px;
}

.btn-default, .btn-primary, .button {
    border: 2px solid #000;
    color: #000;
}
.btn-primary:hover, .btn-default:hover, .button:hover {
    background-color: #28afed;
    border-color: #28afed;
    color: #fff;
}
.btn.btn-default.btn-lg.register {
    margin-top: -9px;
}
.btn.dropdown-toggle.state-dropdown {
font-weight: 400;
}



/*red button*/
.btn-default.red {
    background-color: #b2272c;
    border: 2px solid #b2272c;
    color: #ffffff;
}
.btn-primary.red:hover, .btn-default.red:hover {
    background-color: #ffffff;
    border-color: #b2272c;
    color: #b2272c;
}

.dropdown-menu > li > a {
    padding: 0 10px;
}
.dropdown-menu > li > a:hover {
background-color: #efefef;
}

a, a:active, .bottom-footer a.red, .bottom-footer a:active.red, .bottom-footer a:visited.red {
color: #b2272c;
}
a:hover, .navbar-inverse .navbar-link:hover {
color: #000;
text-decoration: none;
}


.notopmargin {
    margin-top: 0 !important;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.noleftpadding {
    margin: 0 -15px 0 15px;
    padding: 0 !important;
}

.dropme-7 {
    margin-top: 7px;
}
.dropme-10 {
    margin-top: 10px;
}
.dropme-15 {
    margin-top: 15px;
}
.dropme-25 {
    margin-top: 25px;
}
.dropme-50 {
margin-top: 50px;
}
.dropme-75 {
margin-top: 75px;
}


/*media queries*/


@media screen and (max-width: 468px) {
body, body p {
    font-size: 12px;
    line-height: 1.53;
}
.h1, h1 {
    font-size: 30px;
}
.h2, h2 {
    font-size: 20px;
}
.h3, h3 {
    font-size: 16px;
}
.h4, h4 {
    font-size: 14px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 10px;
    margin-top: 15px;
}
.btn-group-lg > .btn, .btn-lg, .button {
    font-size: 14px;
    padding: 5px 12px !important;
}
.col-sm-9.form-group.dropme-15 {
    margin-top: 0;
}
select.bs-select-hidden, select.selectpicker {
    width: 90px !important;
}
.btn.dropdown-toggle.state-dropdown {
    padding-left: 0;
}
.checkbox label, .radio label {
    margin-right: 3px;
}
.btn.dropdown-toggle.state-dropdown, .input-lg {
    font-size: 12px;
}
.dropme-75 {
	margin-top: 50px;
}
.btn .caret {
    display: none;
}
.dropme-50 {
    margin-top: 25px;
}
.input-lg {
    height: 40px;
}
.btn.dropdown-toggle.state-dropdown {
    height: 40px;
}
}