
body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
}

h1, .h1, h2, .h2, h3, .h3  {
    font-family: 'Raleway', sans-serif;
}

input, select, textarea {
    font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #39444E;
}
.main-container {
    flex: 1 0 auto;
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
    font-weight: 600;
}
h1, .h1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
}
h2, .h2 {
    font-size: 2rem;
    line-height: 2.2rem;
}
h5, .h5 {
    line-height: 1.5;
}
p {
    line-height: 2em;
}
.small-text {
    font-size: 0.8em;
}
img {
    max-width: 100%;
}
.primary, .cdsblue {
    color: #0067AE !important;
}
.card {
    border: none;
}
.form-error {
    font-size: 0.8rem;
    margin-top: -1rem;
}

.btn {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 26px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin-right: 8px;
    margin-bottom: 24px;
}
.btn.btn-filled:hover, .image-bg .btn.btn-filled:hover {
    border-color: #00377A;
    background: #00377A;
    color: #FFFFFF;
}
.btn-primary, .btn-lg {
    border-color: #0067AE;
    background: #0067AE;
    color: #FFFFFF;
    height: 50px;
    line-height: 46px;
    min-width: 200px;
}
.btn-sm {
  height: 30px;
  font-size: 11px;
  line-height: 27px;
  min-width: 0;
}

a {
    color: #0067AE;
}
a, a:visited, a:focus, a:active, a:hover {
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #005DDD;
}
.colorbase {
   color: #39444E !important;
}
.white {
    color: #FFFFFF;
}
.black {
    color: #000000 !important;
}

input[type="text"],
input[type="email"],
input[type="phone"],
input[type="file"],
input[type="password"] {
  background: #f5f5f5;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  border-radius: 0;
    border-left: 1px dashed #66A4CE;
}
input[type="file"] {
    height: initial;
    padding-left: 10px;
}
textarea.form-control {
    background: #f5f5f5;
    border: none;
    width: 100%;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    border-radius: 0;
    border-left: 1px dashed #66A4CE;
}

button:focus,
input:focus-visible,
.form-control:focus,
textarea:focus-visible {
    outline: none;
    box-shadow: none;
}
    
