/* === SITE WIDE RULES */
html, body{ color: #202020 }

/* These values go into the header configuration in order to get proper placeholder colors. */
/* They became headerConfig.small.placeholder */

.light-placeholder::-webkit-input-placeholder { color: rgba(255,255,255,.7);}
.light-placeholder:-moz-placeholder { color: rgba(255,255,255,.7); opacity:  1;}
.light-placeholder::-moz-placeholder { color: rgba(255,255,255,.7); opacity: 1;}
.light-placeholder:-ms-input-placeholder { color: rgba(255,255,255,.7); }

.light-placeholder2::-webkit-input-placeholder {color: #717372;}
.light-placeholder2:-moz-placeholder {color: #717372; opacity: 1;}
.light-placeholder2::-moz-placeholder { color: #717372; opacity: 1;}
.light-placeholder2:-ms-input-placeholder { color: #717372; }
.light-placeholder2:-webkit-autofill {background:red !important;}


.dark-placeholder::-webkit-input-placeholder { color: rgba(0,0,0,.3); }
.dark-placeholder:-moz-placeholder { color: rgba(0,0,0,.3); opacity: 1;}
.dark-placeholder::-moz-placeholder { color: rgba(0,0,0,.3); opacity: 1;}
.dark-placeholder:-ms-input-placeholder { color: rgba(0,0,0,.3);}

.black-placeholder::-webkit-input-placeholder { color: #202020; }
.black-placeholder:-moz-placeholder { color: #202020; opacity: 1; }
.black-placeholder::-moz-placeholder { color: #202020; opacity: 1;}
.black-placeholder:-ms-input-placeholder { color: #202020;}

/* === HOME PAGE RULES */
#home_page #mission-carousels .carousel-col small {
  visibility: hidden;
}

#home_page #mission-carousels .carousel-col:hover small {
  visibility: visible !important;
}

/*
 * Fix
 * Version 0.1.1
 * https://github.com/jaydenseric/Fix
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: 1;
  font-family: sans-serif;
}
iframe {
  border: 0;
}
main {
  display: block;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
li {
  display: block;
}
dl {
  margin-top: 0;
  margin-bottom: 0;
}
dd {
  margin-left: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
}
blockquote {
  margin: 0;
  padding: 0;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
sup {
  position: relative;
  top: -.5em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
strong {
  font-weight: bold;
}
figure {
  margin: 0;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  overflow: visible;
}
::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.rc-table .rc-table-row-expand-icon {
  width: 16px;
  height: 12px;
  border: none;
}

.rc-table .rc-table-row-expand-icon.rc-table-row-collapsed::after {
  content: '';
}

.rc-table .rc-table-row-expand-icon.rc-table-row-expanded::after {
  content: '';
}

.rc-table .rc-table-row-expand-icon.rc-table-row-collapsed {
  background: transparent url(/svg/icon--plus--dark-blue.svg) no-repeat center center;
  background-size: 10px 10px;
}

.rc-table .rc-table-row-expand-icon.rc-table-row-expanded {
  background: transparent url(/svg/icon--minus--dark-blue.svg) no-repeat center center;
  background-size: 7px 3px;
}

/* UTILITIES */
.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.wf-loading {
  opacity: 0;
}

.wf-active {
  transition: opacity 0.15s;
  opacity: 1;
}

.wf-inactive {
  opacity: 1;
}

.VictoryContainer>svg {
  overflow: visible;
}
