@font-face {
  font-family: NewsGothicFSLight;
  src: url("../fonts/NewsGothic/NewsGothic-Light-webfont.ttf");
  src: url("../fonts/NewsGothic/NewsGothic-Light-webfont.woff");
}
@font-face {
  font-family: NewsGothicDemiBold;
  src: url("../fonts/NewsGothic/NewsGothic-DemiBold-webfont.ttf");
  src: url("../fonts/NewsGothic/NewsGothic-DemiBold-webfont.woff");
}
@font-face {
  font-family: NewsGothicBold;
  src: url("../fonts/NewsGothic/NewsGothic-Bold-webfont.ttf");
  src: url("../fonts/NewsGothic/NewsGothic-Bold-webfont.woff");
}
body {
  font: 16px "NewsGothicFSLight", Arial, sans-serif;
}
a {
  color: #00b7ff;
}
.blue {
  color: #1e468d;
}
.red {
  color: #dd4b39;
}
.userIdError {
  margin-bottom: 20px;
}
h1 {
  font-family: "NewsGothicDemiBold", Arial, sans-serif;
  font-size: 32px;
  text-transform: uppercase;
}
h3 {
  font-size: 1.25em;
  font-family: "NewsGothicDemiBold", Arial, sans-serif;
  text-transform: uppercase;
}
input[type=checkbox],
input[type=radio] {
  margin: 4px 4px 0 0;
}
.btn {
  background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0px, #e3d046), color-stop(15px, #e3d046), color-stop(15px, #fd0), color-stop(100%, #fd0)) !important;
  background-image: -webkit-linear-gradient(-225deg, #e3d046 0px, #e3d046 15px, #fd0 15px, #fd0 100%) !important;
  background-image: -webkit-linear-gradient(135deg, #e3d046 0px, #e3d046 15px, #fd0 15px, #fd0 100%) !important;
  background-image: linear-gradient(-45deg, #e3d046 0, #e3d046 8px, #fd0 8px, #fd0 100%) !important;
  background-position: -5px -5px;
  color: #000;
  background-color: #fd0;
  border-color: #ccc;
  font-family: "NewsGothicDemiBold", Arial, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0;
  color: #111;
  border: none !important;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  text-shadow: -1px -1px 2px rgba(255,255,255,0.5);
  margin-right: 2px;
  position: relative;
  line-height: 40px;
  padding-top: 5px 30px;
  min-width: 95%;
}
.btn:active,
.btn.active,
.open > .btn.dropdown-toggle {
  background-image: none;
}
.btn:hover,
.btn:active,
.btn:focus,
.btn.active {
  color: #000;
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
  text-shadow: none;
}
.btn-signup {
  margin-bottom: 15px;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  background-color: #ccc !important;
  background-image: none !important;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  box-shadow: none;
  text-shadow: none;
}
input[disabled]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 100px #eee inset !important;
}
.btn-secondary {
  background-color: #fff;
  background-image: linear-gradient(-45deg, #ccc 0, #ccc 8px, #fff 8px, #fff 100%) !important;
  background-position: -5px -5px;
  display: inline-block;
  width: 200px;
  padding: 8px;
  color: #000;
  border: 1px solid #000;
  text-align: center;
  outline: none;
  text-decoration: none;
}
.btn-secondary:hover,
.btn-secondary:active {
  background-color: #ccc;
  background-image: linear-gradient(-45deg, #ccc 0, #ccc 8px, #ccc 8px, #ccc 100%) !important;
  color: #000;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.btn-deny {
  background: none;
  background-image: none !important;
  box-shadow: none;
  border: 1px solid #fd0 !important;
  margin-left: 40px;
}
.btn-deny:hover {
  background-color: #fd0;
}
.glyphicon-exclamation-sign {
  padding-right: 5px;
}
.glyphicon-ok-sign {
  padding-right: 5px;
}
.glyphicon-remove {
  padding-right: 5px;
}
.danger {
  color: #a94442;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:focus,
.dropdown-menu .active > a:hover {
  background-color: #1e468d;
}
/*global header*/
.global-nav .container-liquid-parent {
  width: 100%;
  position: relative;
}
.global-nav .container-liquid {
  background-color: #274ba7;
  background-color: rgba(0,40,120,0.75);
  background-image: url("/images/diagonal-tight-darker.png");
  background-repeat: repeat;
  border-bottom: 2px solid #fd0;
}
.navbar {
  margin-bottom: 0;
}
.navbar-nav {
  margin: 0 25px;
}
.global-nav .navbar-right a:hover {
  text-decoration: underline;
}
.gy_logo {
  padding: 2% 0;
  height: 50px;
  padding-left: 2%;
  width: auto;
}
.glyphicon-menu-right {
  top: 3px;
}
/*Home Page*/
.homepage-container .btn {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
/*Programs*/
.panel-heading {
  background-color: #fff !important;
}
.panel-body {
  background-color: #f5f5f5;
  border-color: #ddd;
}
/*Forms*/
label {
  cursor: pointer;
}
.msg-required {
  padding-top: 15px;
}
.form-control {
  font-size: 16px;
}
.form-control:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(155,155,255,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(155,155,255,0.6);
}
.ng-submitted input.ng-invalid-required {
  border: 1px solid;
}
textarea.form-control {
  max-width: 100%;
}
.btn-search {
  padding: 0;
  margin-top: 6%;
}
.searchUser {
  padding-left: 0;
}
.searchUser .form-group {
  margin-bottom: 0;
}
#nominationReason {
  min-height: 170px;
}
textarea#nominationReason.ng-touched.ng-invalid {
  border: 1px solid #f00;
}
.characters {
  color: #808080;
}
.program-container img {
  max-height: 250px;
}
.program-container .img-presidents-award {
  padding: 37px 0;
}
.section-header-text.home {
  margin-top: 100px;
}
@media (min-width: 768px) {
  .global-nav .navbar {
    max-width: 1180px;
    margin: 0 auto;
  }
  .global-nav .navbar .navbar-nav a .open-submenu-arrow {
    display: none;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fd0;
    position: absolute;
    top: auto;
    bottom: -13px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
  }
  .top-menu-container {
    max-width: 1180px;
    margin: 0 auto;
    padding-right: 25px;
    padding-left: 25px;
  }
  .navbar-nav {
    margin-left: 5%;
  }
  .global-nav .navbar .navbar-nav a {
    border-left: 1px solid rgba(255,255,255,0.2);
    background-color: transparent;
    box-shadow: none;
    color: #fd0;
    margin: 12px 0;
    padding: 3px 10px;
  }
  .global-nav .navbar .navbar-nav a.first {
    border: none;
  }
  .global-nav .navbar .navbar-nav a:hover {
    background: none;
  }
  .global-nav .navbar .navbar-nav a.active .open-submenu-arrow {
    display: inline-block;
  }
  .navbar-larec-custom {
    top: 0;
    border-width: 0 0 1px;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .btn {
    min-width: 200px;
    max-width: 240px;
  }
  .homepage-container .btn {
    margin-top: 20px;
  }
}
