
/* #Basic Styles
================================================== */
body {
    background: #fff;
    font-size: 16px;
    line-height: 1.4;
    color: #1E0013;
    font-family: "Montserrat", sans-serif;
}

/* Custom TinyMCE Styles */
body.mceContentBody, .mceContentBody td, .mceContentBody table {
    font-size: 16px;
    line-height: 1.4;
    color: #000
}

.mceContentBody {
    margin: 5px;
    background-image: none;
    background-color: #fff
}

var {
    font-style: normal;
}

*, *::before, *::after {
    box-sizing: border-box;
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin: 0;
    font-weight: 400;
    line-height: 1.1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit
}

/* .pagename, .purple {
    padding-bottom: 20px;
    color: #01388F;
} */
h1.pagename:empty {
    display: none;
}

h1 {
    font-size: 44px;
    margin-bottom: 14px;
}

h2 {
    font-size: 38px;
    margin-bottom: 10px
}

h2.purple {
    margin-bottom: 40px;
    font-size: 30px;
}

h3 {
    font-size: 34px;
    margin-bottom: 8px

}

h4 {
    font-size: 28px;
    margin-bottom: 4px
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 14px;
}

.subheader {
    color: #777
}

p {
    margin: 0 0 20px
}

p img {
    margin: 0
}

em {
    font-style: italic
}

strong {
    font-weight: 700
}

small {
    font-size: 80%
}

/*	Blockquotes  */
blockquote, blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #555
}

blockquote cite:before {
    content: "\2014 \0020"
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
    color: #555
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0
}

/* #Links
================================================== */
a {
    color: #E1251B;
    text-decoration: none;
    outline: 0
}

a:hover, a:focus {
    color: #E1251B;
    text-decoration: underline;
}

p a, p a:visited {
    line-height: inherit
}

/* #Lists
================================================== */
ul, ol {
    margin-bottom: 20px
}

ul {
}

ol {
    list-style: decimal
}

ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px
}

ul.square {
    list-style: square outside
}

ul.circle {
    list-style: circle outside
}

ul.disc {
    list-style: disc outside
}

ul ul, ul ol, ol ol, ol ul {
    margin: 4px 0 5px 30px;
    font-size: 90%
}

ul ul li, ul ol li, ol ol li, ol ul li {
    margin-bottom: 6px
}

li {
    line-height: 18px;
    margin-bottom: 0;
    margin-left: 30px
}

ul.large li {
    line-height: 21px
}

li p {
    line-height: 21px
}

/* #Images
================================================== */
img {
    max-width: 100%;
}

/* #Buttons
================================================== */
a.button, .button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    background: #E1251B;
    color: #fff;
    border: 0;
    padding: 12px 20px;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0;
    cursor: pointer;
    margin-bottom: 15px;
    line-height: 21px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    transition: all ease 0.3s;
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background: #4E444E;
}

.button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center
}

input {
    border-radius: 0;
}

/* #Forms
================================================== */
form {
    bottom: 0;
}

fieldset {
    margin-bottom: 20px
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
    width: 100%;
    max-width: 600px;
    border: 2px solid #E6E2E4;
    height: 40px;
    padding: 0 1rem;
    outline: none;
    border-radius: .7rem;
    margin: 0;
    display: block;
    margin-bottom: 15px;
    background: #fff !important;
    font-size: initial ;
    transition: all ease 0.3s;
}

select {
    padding: 0
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
    border-color:#ABA8B1;
}

textarea {
    min-height: 60px
}

label, legend {
    display: block;
    font-weight: 700;
    font-size: 13px
}

input[type="checkbox"] {
    display: inline
}

label span, legend span {
    font-weight: 400;
    font-size: 13px;
}


/* Chrome, Safari, Edge */
::-webkit-input-placeholder {
    color: #4E444E;
}

/* Firefox 19+ */
::-moz-placeholder {
    color: #4E444E;
}

/* IE 10–11 */
:-ms-input-placeholder {
    color: #4E444E;
}

/* Older Microsoft Edge */
::-ms-input-placeholder {
    color: #4E444E;
}

/* Standard */
::placeholder {
    color: #4E444E;
}

/* #Misc
================================================== */
.remove-bottom {
    margin-bottom: 0 !important
}

.half-bottom {
    margin-bottom: 10px !important
}

.add-bottom {
    margin-bottom: 20px !important
}
