html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

body,
html {

    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: var(--maryland-blue);


}







a:hover {
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #082526;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #082526;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

strong {
    font-family: var(--poppins-font);
}


::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #989A98;
    font-family: var(--poppins-font);
    font-weight: 300;
    font-size: 15px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #989A98;
    font-family: var(--poppins-font);
    font-weight: 300;
    font-size: 15px;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #989A98;
    font-family: var(--poppins-font);
    font-weight: 300;
    font-size: 15px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #989A98;
    font-family: var(--poppins-font);
    font-weight: 300;
    font-size: 15px;
}


input,
select {
    vertical-align: middle;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mr-40 {
    margin-right: 40px;
}

.ml-2 {
    margin-left: 20px;
}

.margin_none {
    margin: 0 !important;
}



ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

label {
    font-size: 14px;
    color: var(--maryland-blue);
    margin: 0 0 10px;
}

img {
    max-width: 100%;
}

.text-left {
    text-align: left !important;
}

.red {
    color: #e75a3f;
}

.orange {
    color: #F9A719;
}

.green {
    color: #399796;
}

.orange-light {
    color: #F9A719;
}

.pink {
    color: var(--maryland-red) !important;
}

.btn {
    background: var(--maryland-red);
    color: #fff;
    border: 0;
    padding: 0 40px 0 40px;
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--poppins-font);
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    font-weight: 500;
    transition: all .3s ease;
    cursor: pointer;
    outline: none;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    height: 56px;
    border: 1px solid var(--maryland-red);
    white-space: nowrap;
    justify-content: center;
}


.btn:hover {
    background: #FA3842;
    border: 1px solid #FA3842;
    color: #fff;
}


.btn-secondary {
    background: transparent;
    color: var(--maryland-red);
    border: 0;
    padding: 0 40px 0 40px;
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--poppins-font);
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    font-weight: 500;
    transition: all .3s ease;
    cursor: pointer;
    outline: none;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    height: 56px;
    border: 1px solid var(--maryland-red);
    white-space: nowrap;
}






.btn-secondary:hover {
    color: #FA3842;
    border: 1px solid #FA3842;
}

.btn-link {
    color: #F9A719;
    border: 0;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    font-family: var(--poppins-font);
    transition: all .3s ease;
    cursor: pointer;
    outline: none;
    display: inline-block;

}

.btn-link:hover {
    text-decoration: underline;
}



 html.translated-ltr .btn, .btn-secondary{
   padding-left:20px;   padding-right:20px; 
}

h1 {
    font-family: "filson-pro", sans-serif;
    font-size: 56px;
    line-height: 64px;
    color: var(--maryland-blue);
}

h2 {
    font-family: "filson-pro", sans-serif;
    font-size: 48px;
    line-height: 56px;
    color: var(--maryland-blue);
    font-weight: 500;
}


h1 {
    font-family: "filson-pro", sans-serif;
    font-size: 56px;
    line-height: 64px;
    color: var(--maryland-red);
}

h3 {
    font-weight: 400;
}

h2 {
    font-family: "filson-pro", sans-serif;
    font-size: 48px;
    line-height: 56px;
    color: var(--maryland-red);
    font-weight: 300;
}

h2.md {
    font-size: 40px;
    line-height: 54px;
}

h2.black {
    color: var(--maryland-blue);
}

.text-white {
    color: #fff !important;
}

.red-bg{
  background: var(--maryland-red)!important;  
}

.red-color{
  color: var(--maryland-red)!important;  
}


p {
    font-size: 20px;
    line-height: 28px;
    color: var(--maryland-blue);
    font-family: var(--poppins-font);
    font-weight: 400;
}

p.small {
    font-size: 16px;
    line-height: 24px;
}

p.sub-heading {
    font-size: 16px;
    line-height: 24px;
    color: var(--maryland-blue);
    text-transform: uppercase;
    font-family: "filson-pro", sans-serif;
    letter-spacing: .2em;
}

.yellow-bg {
    background: var(--maryland-yellow) !important;
}
