*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

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;
}

body,
input,
select,
textarea {
  color: #222222;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.5rem;
}

body {
  background-color: rgb(247, 247, 247);
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  background-color: #000666;
  border-radius: 0;
  border: 0;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  height: 2.8rem;
  letter-spacing: 0.05rem;
  line-height: 2.8rem;
  padding: 0 1.5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary,
.button.primary {
  background-color: #6699cc;
  color: #ffffff !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: rgba(144, 144, 144, 0.075);
  border-radius: 0;
  border: none;
  border: solid 1px rgba(144, 144, 144, 0.35);
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1rem;
  text-decoration: none;
  width: 100%;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select {
  height: 2.5rem;
}

input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -1.8rem;
  opacity: 0;
  width: 0.8rem;
  z-index: -1;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  padding-left: 2rem;
  padding-right: 0.7rem;
  position: relative;
}

input[type="radio"] + label:before {
  border-radius: 100%;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  background: rgba(144, 144, 144, 0.075);
  border: solid 1px rgba(144, 144, 144, 0.35);
  content: "";
  display: inline-block;
  font-size: 0.7rem;
  height: 1.4rem;
  left: 0;
  line-height: 1.4rem;
  position: absolute;
  text-align: center;
  top: 0.2rem;
  width: 1.4rem;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background: #383b39;
  border-color: #383b39;
  color: #ffffff;
  content: "\f00c";
  padding-top: 0.3rem;
}

input[type="radio"] + label:before {
  border-radius: 100%;
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
  border-color: #66ac66;
  box-shadow: 0 0 0 1px #66ac66;
}

textarea {
  height: 5rem;
  padding: 0.5rem 0.9rem;
}

select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(144, 144, 144, 0.35)' /%3E%3C/svg%3E");
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  height: 2.5rem;
  padding-right: 2.5em;
  text-overflow: ellipsis;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #484b49;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
  text-transform: uppercase;
}

h1 {
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  margin: 0.5rem auto 1rem auto;
  padding-bottom: 1rem;
  display: block;
}

h2 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-top: 1.2rem;
}

h3 {
  font-size: 1.2rem;
  line-height: 1.2rem;
}

h4 {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 0.4rem;
  padding-bottom: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 600;
}

p {
  margin: 0 0 1.4rem 0;
  line-height: 1.7rem;
}

hr {
  background: linear-gradient(to right, #94b652, #6699cc);
  height: 3px;
}

ul {
  margin: 0 0 1.8rem 0;
}

blockquote {
  border-left: solid 4px rgba(144, 144, 144, 0.35);
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.8rem;
  margin: 0 0 1.7rem 0;
}

pre code {
  display: block;
  line-height: 1.7rem;
  padding: 0.9rem 1.3rem;
  overflow-x: auto;
}

code {
  background: rgba(144, 144, 144, 0.075);
  border: solid 1px rgba(144, 144, 144, 0.35);
  font-family: "Courier New", monospace;
  font-size: 0.8rem;
  margin: 0 0.2rem;
  padding: 0.2rem 0.6rem;
}

ul.actions {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  cursor: default;
  list-style: none;
  margin: 0 0 1.8rem 0;
  padding-left: 0;
}

ul.actions.special {
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100% !important;
  margin-left: 0;
  flex-direction: column;
}

ul.actions li > * {
  margin: 0;
  width: 100%;
}

ul.actions:not(.fixed) li > * {
  width: 100%;
}

ul.actions:not(.fixed) li input[type="submit"],
ul.actions:not(.fixed) li input[type="reset"],
ul.actions:not(.fixed) li input[type="button"],
ul.actions:not(.fixed) li button,
ul.actions:not(.fixed) li .button {
  width: 100%;
}

table {
  margin: 0 0 2rem 0;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

table thead {
  border-bottom: 0;
}

table th {
  color: #484b49;
  font-size: 1rem;
  font-weight: 600;
  padding: 0 0.7rem 0.7rem 0.7rem;
  text-align: left;
}

table tbody tr {
  border: solid 1px rgba(144, 144, 144, 0.35);
  border-left: 0;
  border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
  background-color: rgba(144, 144, 144, 0.075);
}

table td {
  padding: 0.7rem 0.7rem;
  font-size: 1rem;
}

table tbody tr td {
  border: solid 1px rgba(144, 144, 144, 0.35);
  border-left-width: 0;
  border-top-width: 0;
}

table tbody tr td:first-child {
  border-left-width: 1px;
}

table tbody tr:first-child td {
  border-top-width: 1px;
}

#titleBar {
  display: block;
  height: 2.75rem;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10001;
  background-color: #fff;
  border-bottom: solid 1px rgba(144, 144, 144, 0.35);
  box-shadow: 0 0.0375rem 0.125rem 0 rgba(0, 0, 0, 0.05);
  color: #484b49;
  line-height: 2.75rem;
  text-transform: uppercase;
}

#titleBar .toggle {
  text-decoration: none;
  height: 4rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 6rem;
  z-index: 1;
  outline: 0;
  border: 0;
  color: inherit;
  text-decoration: none;
}

#titleBar .toggle:before {
  border-right: solid 1px rgba(144, 144, 144, 0.35);
  content: "\f0c9";
  display: block;
  height: 2.75rem;
  left: 0;
  line-height: inherit;
  position: absolute;
  text-align: center;
  top: 0;
  width: 2.75rem;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#titleBar .title {
  font-weight: 700;
  left: 0;
  letter-spacing: 0.1rem;
  line-height: inherit;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

#titleBar .title a {
  color: inherit;
  text-decoration: none;
}

#titleBar .title a img {
  height: 2.4rem;
  padding-top: 0.4rem;
}

#header {
  display: none;
}

#regularSearch {
  width: 15rem;
  display: block;
  margin-bottom: 0.8rem;
}

#grantmakerSearchEmpty {
  margin-top: 3rem;
}

#grantmakerList {
  margin-top: 3rem;
}

.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

.noWrapCell {
  white-space: nowrap;
}

.dashboardMsg {
  border: 1px solid;
  line-height: 1.25rem;
  padding: 0.5rem 1.25rem 0.5rem 3.75rem;
  margin: 0.8rem 0;
  font-size: 1rem;
}

.alert {
  border-color: rgba(255, 0, 0, 0.5);
  background: transparent url(../../images/icons/attention.png) 1rem 0.5rem no-repeat;
}

input.hasError,
select.hasError,
textarea.hasError {
  border-color: rgba(255, 0, 0, 0.5);
  background-color: rgba(255, 0, 0, 0.1);
}

.fieldError {
  color: #ff0000;
  margin-top: 0.2rem;
  display: inline-block;
}

#gmkProfileLogo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  display: block;
}

#banner {
  padding: 6.4rem 1.85rem 3.65rem 1.85rem;
  background-image: url(../../assets/css/images/overlay.png),
    url(../../images/banners/hero_image.jpg);
  background-size: cover;
  background-position: right top 2.5rem;
  color: #ffffff;
  line-height: 1.8rem;
  text-align: center;
}

#banner h2 {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  color: #ffffff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.9rem;
  margin: 0 0 0.9rem 0;
  padding: 0 0 0.9rem;
}

#banner p {
  font-size: 1.15rem;
  margin-bottom: 2rem;
}

#banner :last-child {
  margin-bottom: 0;
}

.wrapper {
  padding: 5rem 0 2.6rem 0;
}

.wrapper.style1 {
  position: relative;
}

.wrapper.special {
  padding-top: 2.6rem;
}

section.special,
article.special,
header.special {
  text-align: center;
}

.box.alt {
  border-radius: 0;
  padding: 0;
}

.box {
  background-color: #fff;
  margin-bottom: 1.8rem;
  position: relative;
}

.box.bordered:before {
  background: linear-gradient(to right, #94b652, #6699cc);
}

.box:before {
  top: 0;
}

.box:before,
.box:after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  right: 0;
  width: 100%;
}

.box.large {
  padding: 1.8rem 1.2rem 1.8rem 1.2rem;
}

.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}

header p {
  position: relative;
}

header.major {
  margin: 0;
}

sup {
  vertical-align: top;
  position: relative;
  top: -0.4rem;
  font-size: smaller;
}

.wrapper.style1 .box.alt header.major {
  padding: 2rem 0.8rem 0.4rem 0.8rem;
}

.wrapper.style2 {
  padding-top: 6rem;
  background-attachment: scroll, fixed;
  background-image: url(../../images/overlay.png), url(../../images/banner.jpg);
  background-position: center center;
  background-size: cover;
  color: #ffffff;
}

.wrapper.style2 h2 {
  color: #ffffff;
}

header.major h2 {
  display: inline-block;
  margin: 0 0 0.7rem;
  padding: 0 0 0.7rem;
  line-height: 1.8rem;
}

#grantmakers-icon {
  margin-left: 2rem;
}

.icons-grid a {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

ul.icons-grid {
  list-style: outside none none;
  padding: 0;
  position: relative;
}

ul.icons-grid:after {
  clear: both;
  content: "";
  display: block;
}

ul.icons-grid li {
  padding: 1.8rem 1.3rem 0.05rem 1.3rem;
  width: 100%;
  border-top: solid 1px rgba(144, 144, 144, 0.35);
  display: block;
  float: left;
}

ul.icons-grid ul.actions li {
  border-top: none;
  border-right: none;
}

.box.bordered:after {
  background: linear-gradient(to right, #6699cc, #94b652);
}

.box:after {
  bottom: 0;
}

.box:before,
.box:after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  right: 0;
  width: 100%;
}

ul.actions.special {
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-left: 0;
}

ul.actions {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  cursor: default;
  list-style: none;
  margin: 0 0 2em 0;
  padding-left: 0;
}

input[type="submit"].alt,
input[type="reset"].alt,
input[type="button"].alt,
button.alt,
.button.alt {
  background-color: transparent;
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.35);
  color: #484b49 !important;
}

ul.actions:not(.fixed) li:first-child {
  padding-top: 0;
}

ul.actions.special li:first-child {
  padding-left: 0;
}

ul.actions:not(.fixed) li {
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  padding: 1em 0 0 0;
  text-align: center;
  width: 100%;
}

ul.actions li {
  display: block;
  padding: 1em 0 0 0;
  text-align: center;
  width: 100%;
}

ul.counters {
  list-style: outside none none;
  margin-bottom: 0;
  padding: 0;
}

ul.counters li {
  display: inline-block;
  margin-bottom: 1.8rem;
  padding: 0 5% 0.08rem 5%;
  min-width: 0;
  width: 45%;
  vertical-align: top;
}

ul.counters li strong {
  color: #ffffff;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  height: 3.3rem;
  line-height: 2rem;
  margin-bottom: 0.4rem;
  padding: 0.6rem;
  position: relative;
}
ul.counters li.style1 strong {
  background-color: #66ac66;
}

ul.counters li.style1 strong:after {
  border-top-color: #66ac66;
}

ul.counters li.style2 strong {
  background-color: #56b6da;
}

ul.counters li.style2 strong:after {
  border-top-color: #56b6da;
}

ul.counters li.style3 strong {
  background-color: #6977cd;
}

ul.counters li.style3 strong:after {
  border-top-color: #6977cd;
}

ul.counters li.style4 strong {
  background-color: #c16ea6;
}

ul.counters li.style4 strong:after {
  border-top-color: #c16ea6;
}

body.navPanel-visible #navPanel {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#navPanel {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  transform: translateX(-275px);
  -moz-transition: -moz-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
  display: block;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 275px;
  z-index: 10002;
  background: #fff;
  border-right: solid 1px rgba(144, 144, 144, 0.35);
  box-shadow: 0 0.0375em 0.125em 0 rgba(0, 0, 0, 0.05);
  padding: 0 1em;
  text-transform: uppercase;
}

#navPanel .link.depth-0 {
  font-weight: 600;
}

#navPanel .link:first-child {
  border-top: 0;
}

#navPanel .link {
  border: 0;
  border-top: solid 1px rgba(144, 144, 144, 0.2);
  color: #484b49 !important;
  display: block;
  font-size: 0.8em;
  height: 4em;
  letter-spacing: 0.1em;
  line-height: 4em;
  text-decoration: none;
  text-transform: uppercase;
}

#appsSearch {
  border: 1px solid #000666;
  padding: 0.8rem;
}

.form-row {
  padding-top: 0.4rem;
}

.form-row label {
  font-weight: 600;
}

#password-row {
  position: relative;
}

#password {
  padding-right: 40px;
}

#togglePassword {
  position: absolute; 
  right: 10px; 
  top: 50%; 
  transform: translateY(-50%); 
  cursor: pointer; 
  color: #666;
}

#grantCycle {
  width: 15rem;
}

.navigationRow {
  width: 100%;
}

.resultsCount {
  margin-top: 0.8rem;
  display: block;
}

.listNavigationArrows {
  display: block;
  width: 100%;
  text-align: center;
}

.listNavigationArrows i {
  padding: 0.6rem;
  border: 1px solid #000666;
  border-radius: 4px;
  margin: 0.3rem;
  width: 3rem;
}

.listNavigationArrows a i {
  background-color: #000666;
  color: #ffffff;
}

.pageNumbers {
  display: inline-block;
}

.listNavShowItems {
  display: inline-block;
  margin-right: 0;
  margin-left: auto;
}

.listItemCount {
  width: 5rem;
  display: inline-block;
}

#footer {
  padding: 2rem 0.2rem 2rem 0.2rem;
  background-color: #666666;
  color: #ffffff;
  text-align: center;
  font-size: 1em;
}

#footer .copyright {
  margin: 2.8rem 0 0 0;
  padding: 0;
}

#footer .copyright a {
  color: #ffffff;
}

#footer .footer-links a {
  color: #ffffff;
}

.manual-links {
  font-size: 1rem;
}

#continue-setup {
  margin-top: 2rem;
}

#similar-orgs {
  margin-bottom: 2rem;
}

#trainingVideoBorder {
  background-color: #eeeeee;
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid #cccccc;
}

#trainingVideoBorder p {
  font-weight: 900;
}

.trainingVideo {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.trainingVideo::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.trainingVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#commitments {
  margin-left: 2rem;
}

.teamImage {
  height: 150px;
  width: 100px;
  border: 1px solid #000000;
  margin: 2px 10px 2px 0px;
  float: left;
}

.container.box.large.bordered li {
  margin-left: 1.2rem;
}

.container.box.large.bordered .actions.special li {
  margin-left: 0;
}

.container.box.large.bordered .progInfoList li {
  margin-left: 0;
}

#cgaCenterImage img,
.manualImage {
  width: 18rem;
  margin-bottom: 1rem;
}

.status {
  border: 1px solid #ff0000;
  padding: 1rem;
}

.progInfoList {
  list-style: none;
  margin-bottom: 0.3rem;
}

.progInfoList li strong {
  display: block;
  width: 100%;
}

.progInfoList li span {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}

.gmkProgramsHeader {
  margin-top: 2.5rem;
}

.gmkProgramDetails {
  border: 1px solid rgba(144, 144, 144, 0.35);
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  padding: 0.8rem;
}

@media (min-width: 40rem) {
  body,
  input,
  select,
  textarea {
    line-height: 1.85rem;
    font-size: 1.1rem;
  }

  h1 {
    font-size: 1.8rem;
  }

  p {
    margin: 0 0 1.8rem 0;
  }

  #navPanel,
  #titleBar {
    display: none;
  }

  #header {
    background-color: #fff;
    border-bottom: solid 1px rgba(144, 144, 144, 0.35);
    box-shadow: 0px 0.03rem 0.1rem 0px rgba(0, 0, 0, 0.05);
    color: #484b49;
    cursor: default;
    left: 0;
    line-height: 4.2rem;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 10000;
    display: block;
    height: 4.2rem;
  }

  #header nav {
    height: inherit;
    line-height: inherit;
    position: absolute;
    right: 1.2rem;
    top: 0;
    vertical-align: middle;
  }

  #header nav > ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
  }

  #header nav > ul > li:first-child {
    margin-left: 0;
  }

  #header nav > ul > li {
    display: inline-block;
    margin-left: 0.8rem;
    padding-left: 0;
    white-space: nowrap;
  }

  #header nav > ul > li a {
    color: #777;
    display: inline-block;
    text-decoration: none;
  }

  #header.alt {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    height: 3.1rem;
    line-height: 3.1rem;
    position: absolute;
  }

  #header.alt nav {
    right: 1.8rem;
    top: 1.8rem;
  }

  #header.alt nav a {
    color: #ffffff;
  }

  #header.alt h1 {
    color: #ffffff;
    left: 2.2rem;
    top: 1.8rem;
  }

  #header.alt .button:hover {
    background-color: rgba(255, 255, 255, 0.075);
  }

  #header.alt nav a:active,
  #header.alt nav a:hover {
    color: #ffffff;
  }

  #header.alt .button {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    color: #ffffff !important;
  }

  #header nav > ul > li a:hover {
    color: #484b49;
  }

  #header nav > ul > li .button {
    height: 2.8rem;
    line-height: 2.7rem;
    margin-bottom: 0;
    padding: 0 1.4rem;
    position: relative;
    top: -0.05rem;
    vertical-align: middle;
  }

  #header h1 {
    color: #484b49;
    font-weight: 700;
    height: inherit;
    left: 1.2rem;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
  }

  #header h1 a {
    font-size: 1.2rem;
  }

  #header img {
    margin-top: 0.7rem;
  }

  .wrapper {
    padding: 7rem 0 5.5rem 0;
  }

  #banner {
    padding: 11rem 0 8rem 0;
    background-position: right top;
  }

  #banner h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    width: 70vw;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #banner p {
    font-size: 1.5rem;
    margin-bottom: 1.6rem;
  }

  .alert {
    background: transparent url(../../images/icons/attention.png) 1.2rem 0.5rem
      no-repeat;
  }

  .box.large {
    padding: 4rem 3rem 4rem 3rem;
  }

  ul.actions li > * {
    margin: 1rem 0;
    width: auto;
  }

  ul.actions:not(.fixed) li > * {
    width: auto;
  }

  ul.actions:not(.fixed) li input[type="submit"],
  ul.actions:not(.fixed) li input[type="reset"],
  ul.actions:not(.fixed) li input[type="button"],
  ul.actions:not(.fixed) li button,
  ul.actions:not(.fixed) li .button {
    width: auto;
  }

  ul.icons-grid {
    list-style: outside none none;
    padding: 0;
    position: relative;
  }

  ul.icons-grid li:nth-child(odd) {
    border-right: solid 1px rgba(144, 144, 144, 0.35);
  }

  ul.icons-grid li {
    padding: 2.8rem 3.7rem 2.8rem 3.7rem;
    border-top: solid 1px rgba(144, 144, 144, 0.35);
    display: block;
    float: left;
    width: 50%;
  }

  #trainingVideoBorder {
    padding: 2rem;
  }

  #appsSearch {
    margin-bottom: 1rem;
  }

  .resultsCount {
    display: inline-block;
  }

  .listNavigationArrows {
    display: inline-block;
    width: 30rem;
  }

  #grantCycleLabel {
    margin-left: 1rem;
  }

  #grantCycle {
    display: inline-block;
  }

  #regularSearch {
    width: 20rem;
    display: inline-block;
  }

  .listItemCount {
    width: 6rem;
  }

  .progInfoList li {
    margin-bottom: 0.5rem;
  }

  .progInfoList li strong {
    display: inline-block;
    width: 15rem;
    vertical-align: top;
  }

  .progInfoList li span {
    display: inline-block;
    height: 1rem;
  }

  #cgaCenterImage img {
    width: 40rem;
  }

  .manualImage {
    width: 35rem;
  }

  #footer {
    font-size: 1.1rem;
  }
}

@media (min-width: 67rem) {
  #banner {
    background-position: right top 25%;
  }
}