/* **** CSS reset **** */

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

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

/* **** Normalize CSS **** */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[hidden] {
    display: none;
}

/* **** Fonts **** */
@font-face {
    font-family: ProximaNova-Regular;
    src: url(../fonts/Proxima_Nova_Regular.otf) format('truetype');
}

@font-face {
    font-family: ProximaNova-RegularItalic;
    src: url(../fonts/Proxima_Nova_Regular_Italic.otf) format('truetype');
}

@font-face {
    font-family: ProximaNova-Light;
    src: url(../fonts/Proxima_Nova_Light.otf) format('truetype');
}

@font-face {
    font-family: ProximaNova-SemiBold;
    src: url(../fonts/Proxima_Nova_Semibold.otf) format('truetype');
}

@font-face {
    font-family: ProximaNova-Bold;
    src: url(../fonts/Proxima_Nova_Bold.otf) format('truetype');
}

:root {
    /* **** Colors **** */
    --str-cyan-blue: #24272a;
    --str-light-grayish-lime-green: #d4edda;
    --str-forest-green: #2d912c;
    --str-header-green: #409026;
    --str-highlight-green: #E7F6F8;
    --str-mint-green: #c3e6cb;
    --str-primary-darker: #08545d;
    --str-primary-dark-2: #0b737f;
    --str-primary-dark: #0c7e8b;
    --str-primary: #10a8ba;
    --str-success-green: #309A22;
    --str-primary-light: #87d3dd;
    --str-primary-lighter: #c3e9ee;
    --str-secondary: --str-primary-dark;
    --str-purple: #b57bff;
    --str-success: #3cc13b;
    --str-warning: #f3aa1c;
    --str-btn-primary: #00ABBD;
    --str-danger: #f03738;
    --str-red: #ff0000;
    --str-yellow: #ffc107;
    --str-dark: #282728;
    --str-error-dark: #b4292a;
    --str-gray-darker: #616469;
    --str-gray-overlay: rgb(128, 128, 128, 0.7);
    --str-dark-overlay: rgba(0, 0, 0, .7);
    --str-dark-light: rgba(0, 0, 0, .5);
    --str-light-white: rgba(249, 250, 250, 1);
    --str-light-white-lighter: rgba(240, 242, 244, 1);
    --str-light-black: rgba(36, 39, 42, 0.5);
    --str-light-danger: rgba(240, 55, 56, .3);
    --str-lighter-danger: rgba(240, 55, 56, .1);
    --str-peachy-orange: rgb(252, 178, 129);
    --str-light-slate-gray: #789;
    --str-transparent-black: rgba(0, 0, 0, 0.075);
    --str-davy-gray: #495057;
    --str-sky-blue: #59e1f1;
    --str-primary-darkest: #0a6874;



    --str-gray-dark: #91979d;
    --str-gray: #c2c9d1;
    --str-gray-light: #e0e4e8;
    --str-gray-lighter: #f0f2f4;
    --str-gray-lightest-2: #f9fafa;
    --str-gray-lightest-1: #fcfcfd;
    --str-gray-lightest-3: #f5f5f5;
    --str-gray-lightest-4: #f8f9fa;
    --str-gray-lightest-5: #dee2e6;
    --str-gray-lightest-6: #d3d3d3;
    --str-gray-lightest: #f2f2f2;
    --str-white: #ffffff;
    --str-white-light: rgba(255, 255, 255, 0.7);
    --str-white-lighter: rgba(255, 255, 255, 0.5);
    --str-white-overlay: rgba(255, 255, 255, 0.9);
    --str-black: #000000;
    --str-black-light: rgba(0, 0, 0, 0.5);
    --str-black-lightest: rgba(0, 0, 0, 0.1);
    --str-black-lighter: rgba(0, 0, 0, 0.25);
    --str-heading-color: rgba(0, 171, 189, 1);
    --str-lensTable-header: #409026;
    --str-highlighted-row-lensTable: #e6ffff;
    --str-blue: #0066cc;
    --str-sky-blue-2: rgba(52, 181, 196, .5);
    --str-sky-blue-3: rgba(16, 168, 186, .25);
    --str-green: #008000;

    /* **** Fonts **** */
    --str-font-regular: 'ProximaNova-Regular';
    --str-font-regularItalic: 'ProximaNova-RegularItalic';
    --str-font-light: 'ProximaNova-Light';
    --str-font-semiBold: 'ProximaNova-SemiBold';
    --str-font-bold: 'ProximaNova-Bold';

    /* **** Font Sizes **** */
    --str-big-one: 4.5rem;
    --str-big-two: 3.75rem;
    --str-display: 2.25rem;
    --str-headline: 1.5rem;
    --str-title: 1.25rem;
    --str-sub-header: 1rem;
    --str-body: 0.875rem;
    --str-caption: 0.75rem;
    --str-small: 0.625rem;

    /* **** Font Weights **** */
    --str-extrabold: 900;
    --str-bold: 800;
    --str-bolder: 700;
    --str-semiBold: 600;
    --str-lightBold: 500;
    --str-regular: 400;
    --str-light: 300;
    --str-extralight: 200;

    /* **** Line Heights **** */
    --str-lh-display: 3rem;
    --str-lh-headline: 2rem;
    --str-lh-title: 1.75rem;
    --str-lh-sub-header: 1.5rem;
    --str-lh-body: 1.25rem;
    --str-lh-caption: 1rem;
    --str-lh-small: 0.875rem;

}