body {
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px !important;
}

a {
    color: #fa6a36;
}

#content {
    padding-top: 120px;
}

.section__title {
    text-align: center;
}

h1 {
    font-family: MontserratMedium, sans-serif !important;
    font-size: 36px !important;
    padding-bottom: 20px;
    margin: 0;
    font-weight: 500 !important;
}

h2 {
    font-family: MontserratLight, sans-serif !important;
    font-size: 20px !important;
    padding-bottom: 15px;
    margin: 0;
}

p {
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px !important;
}

.center {text-align: center;}

.white { color: #fff !important; }

.italic {font-style: italic !important;}
.bold {font-weight: bold !important;}

.page__title {
    background-color: #df471c;
    color:#fff;
    padding: 20px 0;
}

.margins20 {
    margin: 20px 0;
}

.margins15 {
    margin: 15px 0;
}

.nopadding {
    padding: 0;
}

.bg-blue {  background-color: #003283 !important;  }
.b-blue { border-color: #003283 !important; }
.blue { color: #003283 !important;  }

.bg-orange {  background-color: #df471c !important;  }
.b-orange {  border-color: #df471c !important;  }
.orange {  color: #df471c !important;  }
