body { font-family: "Acherus Grotesque" !important; color: #000;}
.container-fluid.grey { background: #ececec !important; }

p { color: #000; }
.container-fluid.black { background: #000 !important; }
.container-fluid.transparent .container {background: #000 url('../img/background-1.jpg') no-repeat; background-size: 100%; }
.container-fluid.black p, .container-fluid.transparent p { color: #fff; }
.teal { color: #3b8686 !important; }
.dust-blue { color: #11486b; }
.dark-text { color: #425968; }
.blue-text { color: #0b486b; }
.light-green { color: #a8dba8; }
.orange { color: #EC6608 !important; }
.bright-blue { color: #084A8C; }

h1.h3 { font-size: 25px !important; font-weight: 800 !important;}
h2 { font-weight: 900 !important; }
h4 {font-weight: 800 !important; }
p {font-size: 19px;}
.large-text {font-size: 21px;}
li {font-size: 19px;}
.container-fluid.white { background: #fff !important; }
.cta {  max-width: 100%; border-radius: 30px !important; padding: 15px 20px !important; white-space: normal !important; background: transparent !important; border: 1px solid #EC6608 !important; color: #000; text-transform: uppercase; font-size: 18px !important; }
.container-fluid.black .cta, .container-fluid.transparent .cta { color: #fff; }
.cta strong {color: #EC6608;}
form input[type="text"], form input[type="email"] {max-width: 450px !important; background: transparent !important; border: 1px solid #fff; border-radius: 0px !important; height: 55px !important; color: #fff !important;}
/*@media (max-width: 575px) {
    .cta { max-width: 100%; border-radius: 24px !important; padding: 10px 15px !important; background: transparent !important; border: 1px solid #EC6608 !important; color: #000; text-transform: uppercase; font-size: 14px !important; }
}*/
::-webkit-input-placeholder { /* Edge */
  color: white !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white !important;
}

::placeholder {
  color: white !important;
}