/*!! SET COGNITO FORMS TO STANDARD !!*/
:root .cog-cognito{
/*!! CUSTOM SETTINGS !!*/
--font-family: "Raleway", Helvetica, Arial, sans-serif;
--font-size: calc(12px + (20 - 12) * ((100vw - 300px) / (1600 - 300)));
--button-primary__background-color: #ffa100;
--button-primary__border-color: #ffa100;
--highlight: #ffa100;
--button-primary__background-hover-color: #333333;
--button-primary__color: #ffffff;
--button-primary__hover-color: #ffffff;
--border-radius: 0px;
--button-primary__border-radius: var(--border-radius);
--highlight-reverse: var(--button-primary__color);
--input__background-color: #ffffff;
--input__border-color: #000000;
--input__color: #000000;
--input__border-radius: var(--border-radius);
--input__padding-h: 12px;
--input__padding-v: 10px;
/*!! COGNITO DEFAULTS FROM HERE DOWN !!*/
--background-hsl: 0, 0%, 75%;
--border-width: 1px;
--color: #000000;
--font-weight: normal;
--gutter: 25px;
--icon-weight: 0.9;
--line-height: 1.4;
--negative: hsl(2, 70%, 47%);
--negative-reverse: white;
--primary: #000000;
--primary-reverse: #fffff;
--small-text: 0.85em;
--speed: 1s;
--a__font-weight: normal;
--checkbox__border-radius: calc(var(--input__border-radius) * 0.2);
--checkable__scale: 1;
--checkable-checked__scale: 1.1;
--button-primary__border-width: var(--border-width);
--button-primary__font-family: var(--font-family);
--button-primary__font-size: 1.23em;
--button-primary__font-weight: normal;
--button-secondary__background-color: #fff;
--button-secondary__border-color: #000000;
--button-secondary__border-radius: calc(var(--border-radius) + 3px);
--button-secondary__border-width: var(--border-width);
--button-secondary__color: #000000;
--button-secondary__font-family: var(--font-family);
--button-secondary__font-size: 1.23em;
--button-secondary__font-weight: normal;
--form__background-color: rgba(0, 0, 0, 0);
--form__margins: 2px;
--form__margins--responsive: 2px;
--form__opacity: 1;
--form__width: 2000px;
--h2__font-size: calc(1.54em);
--header__font-family: var(--font-family);
--header__font-size: 1.85em;
--header__font-weight: bold;
--heading__font-family: var(--font-family);
--heading__font-weight: bold;
--input__border-style: solid;
--input__border-width: var(--border-width);
--input__box-shadow: none;
--input-focus__box-shadow: 0 0 1px 2px var(--input__background-color);
--label__font-family: var(--font-family);
--label__font-size: 1.08em;
--label__font-weight: bold;
--page__background-color: rgba(0, 0, 0, 0);
--page__background-image: none;
--page__background-size: cover;
--page__margins: 40px auto auto;
--placeholder__color: #cccccc;
--toggle__border-radius: var(--input__border-radius);
}
/*!! CUSTOM CSS !!*/
.cog-button--primary:hover {background-color:var(--button-primary__background-hover-color)!important;color:var(--button-primary__hover-color)!important;}