/*
Theme Name: The General Contractors Association of New York
Author: adcSTUDIO, NP Dev
Author URI: http://www.adcstudio.com/, http://npdev.io
Version: 1
Description: Base theme for The General Contractors Association of New York
*/
/*

* {
  border: 1px solid red !important;
}

* {
  -webkit-box-sizing: border-box;
  -mozilla-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*/
/* === Global Styles  === */
html {
  height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Pragmatica', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #000 url("images/bkgnd-pattern-blue.png") repeat;
  height: 100%;
  font-size: 12pt;
  line-height: 16pt; }

h1 {
  font-weight: 800; }

h2 {
  font-weight: 700;
  font-size: 2.3rem; }

h3 {
  font-weight: 700;
  font-size: 1.8rem; }

h4 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2rem; }

p {
  font-size: 1.6rem;
  line-height: 2.2rem; }

p.photo-caption {
  margin-top: 8px; }

.page {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.side-column p {
  font-size: 1.5rem;
  line-height: 1.9rem; }

.side-column p.photo-caption {
  font-size: 1.3rem;
  line-height: 1.65rem;
  font-weight: 200;
  margin-top: 0; }

.side-column p:first-child {
  margin-top: 20px; }

.highlight-box {
  padding: 1.5rem;
  min-height: 250px;
  background-size: cover;
  display: block;
  color: inherit;
  position: relative; }

.highlight-box p {
  font-size: 14px;
  line-height: 16px; }

.highlight-box h2 {
  font-family: 'Pragmatica','Helvetica Neue', Helvetica, Arial,sans-serif;
  margin-top: 0px; }

.highlight-box:hover {
  text-decoration: none; }

.highlight-box .play-icon {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: color .3s;
  transition: color .3s;
  font-size: 54pt;
  text-align: center;
  line-height: 260px;
  height: 100%;
  width: 104%; }
  @media (max-width: 1199px) {
    .highlight-box .play-icon {
      line-height: 300px; } }
  @media (max-width: 991px) {
    .highlight-box .play-icon {
      line-height: 260px; } }

.highlight-box:hover .play-icon {
  color: rgba(255, 255, 255, 0.6); }

.sidebar-highlight {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  height: 200px; }

.sidebar-highlight .highlight-box {
  min-width: 250px; }

/* = = =  Masthead  = = = */
.home-header {
  background-color: #000;
  margin-top: 0px;
  width: 100%; }

.nav-border {
  margin: 0;
  background-color: transparent;
  border: 0; }

.home-header img {
  width: 65%;
  padding: 0px 0px 0px 0px;
  margin-top: 18px;
  margin-bottom: 8px;
  margin-left: -3px; }

hr.nav-top-rule {
  margin: 10px 0px 7px 0px;
  height: 1px;
  background-color: #e0e31a;
  border: 0 none; }

/* = = =  Navbar  = = = */
.navbar {
  min-height: 26px; }

.nav-border {
  margin: 0px 0px 0px -30px; }

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 1.18rem;
  text-transform: uppercase;
  letter-spacing: .25rem; }

.navbar-default .navbar-toggle {
  border-color: #fff; }

.navbar-header .navbar-toggle .icon-bar {
  background-color: #fff; }

.nav > li > a {
  padding: 0;
  margin-right: 20px; }

.nav > li > a.login-text {
  color: #fff; }

a.login-link {
  color: #e0e31a;
  border: 0.5px solid #666;
  padding: 3px 13px 1px;
  margin-top: -1px;
  float: left;
  font-size: .8rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  line-height: 12pt; }

a.login-link:hover {
  text-decoration: none;
  color: #000;
  background-color: #e0e31a;
  border-color: #e0e31a; }

.navbar-brand {
  width: 0;
  height: 0;
  overflow: hidden; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #000;
  color: #e0e31a; }

.navbar-default .navbar-nav > li > a:hover {
  color: #e0e31a; }

.navbar-default .navbar-nav > li > a:focus {
  color: #FFF; }

#navbar a[title="Members Area"] {
  color: #e0e31a; }

.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 0px;
  border: 0px;
  padding-bottom: 0; }

.dropdown-menu > li > a {
  padding: 3px 10px; }

.navbar-nav > li > .dropdown-menu {
  margin-top: 10px; }

a.dropdown-toggle.login-text {
  color: #e0e31a; }

.navbar-collapse {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.1); }

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #444; }

.navbar-nav .open .dropdown-menu > li > a {
  line-height: 15px; }

.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
  padding: 5px 15px 5px 10px; }

#search {
  margin-right: -33px; }

#search .pull-right {
  position: relative; }

#search .pull-right #search-field {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: width .3s, padding-left .3s, padding-right .3s;
  transition: width .3s, padding-left .3s, padding-right .3s; }

#search .pull-right #search-field:focus {
  width: 160px;
  padding-left: 3px;
  padding-right: 3px;
  outline: 0; }

/*

a:link {
  color: #fff;
}
a:visited {
  color: purple;
}
a:hover {
  color: green;
}
a:active {
  color: #e0e31a;
}

*/
.fa-lg {
  color: #fff;
  font-size: 1.1em;
  margin-right: 3px;
  vertical-align: 0; }

.menu-text {
  color: #fff;
  font-size: 1.18rem;
  text-transform: uppercase;
  letter-spacing: .25rem; }

a.menu-text:hover {
  color: #e0e31a;
  text-decoration: none; }

a.menu-text:active {
  color: #e0e31a;
  text-decoration: none; }

a.menu-text:focus {
  color: #fff;
  text-decoration: none; }

/* = = =  Nav Dropdown and Hamburger animation  = = = */
.navbar-toggle {
  border: none;
  background: transparent !important; }

.navbar-toggle:hover {
  background: transparent !important; }

.navbar-toggle .icon-bar {
  width: 22px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.navbar-toggle .top-bar {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%; }

.navbar-toggle .middle-bar {
  opacity: 0; }

.navbar-toggle .bottom-bar {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%; }

.navbar-toggle.collapsed .top-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0); }

.navbar-toggle.collapsed .middle-bar {
  opacity: 1; }

.navbar-toggle.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0); }

/* = = =  MODAL  = = = */
.modal-content {
  border-radius: 0; }

.modal-content h2 {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #0070ad;
  font-size: 2.5rem;
  float: left;
  clear: all; }

.modal-header a {
  color: #000; }

.btn-sample {
  color: #e0e31a;
  background-color: #000;
  border-radius: 0px;
  border-color: #000; }

.btn-sample:hover,
.btn-sample:focus,
.btn-sample:active,
.btn-sample.active,
.open .dropdown-toggle.btn-sample {
  color: #e0e31a;
  background-color: #1071ab;
  border-color: #000; }

.btn-sample:active,
.btn-sample.active,
.open .dropdown-toggle.btn-sample {
  background-image: none; }

.btn-sample.disabled,
.btn-sample[disabled],
fieldset[disabled] .btn-sample,
.btn-sample.disabled:hover,
.btn-sample[disabled]:hover,
fieldset[disabled] .btn-sample:hover,
.btn-sample.disabled:focus,
.btn-sample[disabled]:focus,
fieldset[disabled] .btn-sample:focus,
.btn-sample.disabled:active,
.btn-sample[disabled]:active,
fieldset[disabled] .btn-sample:active,
.btn-sample.disabled.active,
.btn-sample[disabled].active,
fieldset[disabled] .btn-sample.active {
  background-color: #000;
  border-color: #000; }

.btn-sample .badge {
  color: #000;
  background-color: #e0e31a; }

/* = = =  Top Feature - HOME  = = = */
.feature {
  background: center 6%;
  background-size: cover;
  width: 100%;
  margin: 0px;
  position: relative;
  padding-bottom: 32px; }

.feature-text h1 {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 3.3rem;
  margin-top: 32px; }

.feature-text p {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1.5rem;
  margin-top: -8px;
  line-height: 1.2em; }
  @media (max-width: 320px) {
    .feature-text p {
      margin-right: -15px;
      font-size: 1.4rem;
      line-height: 1.3em; } }

/* = = =  News Items - HOME  = = = */
.news-white {
  background-color: #fff;
  margin: 30px 0px 0px 0px;
  padding: 1.5rem;
  min-height: 250px; }
  .news-white.gca-news {
    height: 530px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto; }
    .news-white.gca-news .gca-news-header a {
      color: #000;
      text-decoration: none;
      font-weight: 800; }
      .news-white.gca-news .gca-news-header a:hover {
        color: #0070ad; }
    .news-white.gca-news h4 {
      margin-bottom: 2px; }
  @media (max-width: 1199px) {
    .news-white {
      min-height: 290px; }
      .news-white.gca-news {
        height: 610px; } }
  @media (max-width: 991px) {
    .news-white {
      min-height: 250px; }
      .news-white.gca-news {
        height: auto;
        display: block; } }

.news-white p {
  font-size: 14px;
  line-height: 16px; }

.news-white a {
  color: #ef4a23;
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif; }

.news-white h1 {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 2.6rem;
  margin-top: 0px; }

.news-white h2 {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 2.6rem;
  margin-top: 0px; }

p.news-date {
  font-size: 1.1rem;
  margin-top: -10px;
  margin-bottom: 2px; }

p.news-caption {
  font-size: .75em;
  padding-top: 4px; }

a.news-read-more {
  color: #1071ab;
  font-size: 1.1rem;
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700; }

.news-white hr {
  background-color: #888;
  margin-top: -8px;
  margin-bottom: 8px;
  height: 1px;
  border: 0; }

.news-white img {
  width: 100%; }

.news-list h2 {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #1071ab;
  font-size: 2.5rem;
  margin-top: 0px; }

.news-photo {
  margin: 30px 0px 0px 0px;
  padding: 1.5rem;
  height: 250px; }
  @media (max-width: 1199px) {
    .news-photo {
      height: 290px; } }
  @media (max-width: 991px) {
    .news-photo {
      height: 250px; } }

.news-photo h2 {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 2.5rem;
  margin-top: 0px;
  width: 85%; }

.news-photo-02 {
  margin: 30px 0px 0px 0px;
  padding: 1.5rem;
  background-size: cover;
  height: 250px; }
  @media (max-width: 1199px) {
    .news-photo-02 {
      height: 290px; } }
  @media (max-width: 991px) {
    .news-photo-02 {
      height: 250px; } }

.news-photo-02 h2 {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 2.5rem;
  margin-top: 0px;
  width: 85%; }

/* = = =  About (Standard) Page = = = */
img {
  max-width: 100%;
  height: auto; }

.standard-page, .home-page {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  padding-bottom: 80px; }

.standard-page:before {
  content: '';
  display: block;
  background: white;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  left: 0;
  right: 0; }

@media (min-width: 768px) {
  /*  .standard-page:before {
      width: calc( 750px + 30px );
  } */
  .standard-page {
    padding-bottom: 30px; }
  img {
    width: 100%; } }

@media (min-width: 992px) {
  .standard-page:before {
    width: calc( 970px * .833333333 + 30px); } }

@media (min-width: 1200px) {
  .standard-page:before {
    width: calc( 1170px * .833333333 + 30px); } }

.photo-caption {
  font-size: .75em;
  line-height: 1.4em;
  margin: 2px 0px 8px 0px; }

p.cover-titles {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700;
  margin-top: 7px;
  margin-bottom: 25px;
  font-size: 1.1rem; }

/* = = =  Col padding alignments  = = = */
.pad-top-xs-30 {
  padding-top: 30px; }

.pad-top-xs-68 {
  padding-top: 68px; }

.pad-top-xs-80 {
  padding-top: 80px; }

@media (min-width: 768px) {
  .pad-top-sm-30 {
    padding-top: 30px; }
  .pad-top-sm-68 {
    padding-top: 68px; }
  .pad-top-sm-80 {
    padding-top: 80px; } }

@media (min-width: 992px) {
  .pad-top-md-30 {
    padding-top: 30px; }
  .pad-top-md-68 {
    padding-top: 68px; }
  .pad-top-md-80 {
    padding-top: 80px; } }

@media (min-width: 1200px) {
  .pad-top-lg-30 {
    padding-top: 30px; }
  .pad-top-lg-68 {
    padding-top: 68px; }
  .pad-top-lg-80 {
    padding-top: 80px; } }

/* = = =  Panels  = = = */
.news-orange {
  background-color: #f8a532;
  margin: 30px 0px 0px 0px;
  padding: 1.5rem;
  min-height: 250px; }

.news-orange a {
  color: #ef4a23;
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700; }

.news-orange h2 {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 2.6rem;
  margin-top: 0px; }

.news-yellowgreen {
  background-color: #e0e31a;
  margin: 30px 0px 0px 0px;
  padding: 1.5rem;
  min-height: 250px; }
  @media (max-width: 1199px) {
    .news-yellowgreen {
      min-height: 290px; } }
  @media (max-width: 991px) {
    .news-yellowgreen {
      min-height: 250px; } }

.news-yellowgreen a {
  color: #ef4a23;
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700; }

.news-yellowgreen h2 {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 2.6rem;
  margin-top: 0px; }

.news-blue {
  background-color: #0070ad;
  margin: 30px 0px 0px 0px;
  padding: 1.5rem;
  min-height: 250px; }

.news-blue a {
  color: #002c78;
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700; }

.news-blue h2 {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 2.6rem;
  margin-top: 0px; }

.panel-zero {
  margin-top: 0; }

.panel-photo {
  /*  background: url(images/CM013A-MTA-Arch-at-55th-St.jpg);  */
  padding: 1.5rem;
  height: 250px;
  /*  background-size: cover;
/*  background-position: 10% 50%;  /* this adjusts the placement of the image */ }

.tunnel-photo {
  background: url(images/news-tube.jpg);
  background-size: cover;
  background-position: 10% 50%;
  /* this adjusts the placement of the image */ }

.handshake-photo {
  background: url(images/news-handshake.jpg);
  background-size: cover;
  background-position: 10% 50%;
  /* this adjusts the placement of the image */ }

.panel-photo h2 {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 2.5rem;
  margin-top: 0px;
  width: 85%; }

.member-projects img {
  padding: 10px 0px 10px 0px; }

.history-projects img {
  padding-bottom: 10px; }

.img-responsive-history {
  width: 100%; }

#history-application {
  margin-bottom: 20px; }

.publications-panel {
  margin-left: 15px; }

/* = = =  List  = = = */
.list-panel {
  background-color: #f6f8d2;
  margin-top: 32px;
  padding: 1.5rem;
  min-height: 250px; }

.list-panel.list-panel-extend {
  margin-right: -30px; }

.list-panel.list-panel-extend.panel-zero {
  margin-top: 0px; }

.list-panel p {
  font-size: 1.12rem;
  margin: 0px 0px 5px 0px; }

.list-panel a {
  color: #ef4a23;
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700; }

.list-panel h2 {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 1.2em;
  margin-top: 0px;
  margin-bottom: 8px; }

.list-heading {
  font-family: 'Pragmatick','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800; }

/* = = =  Yellow Large  = = = */
.body-square-yellow-lg {
  background-color: #f8a532;
  margin: 30px 0px 0px 0px;
  padding: 1.5rem;
  min-height: 250px;
  max-width: 250px; }

.body-square-yellow-lg a {
  color: #002c78;
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700; }

.body-square-yellow-lg h2 {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 2.5rem;
  margin-top: 0px; }

.body-square-yellow-lg p {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 1.12rem;
  margin-top: 0px; }

/* = = =  Orange with White  = = = */
.body-square-orange {
  background-color: #f8a532;
  padding: 1.5rem;
  height: 250px;
  max-width: 250px; }

.body-square-orange a {
  color: #002c78;
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700; }

.body-square-orange h2 {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 2.5rem;
  margin-top: 0px; }

.body-square-orange h3 {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 1.80em;
  margin-top: 0px; }

.body-square-orange p {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 400;
  color: #000;
  font-size: .75em;
  margin-top: 0px; }

/* = = =  Yellow Green with blue  = = = */
.body-square-yellowgreen {
  background-color: #e0e31a;
  padding: 1.5rem;
  height: 250px;
  max-width: 250px; }

.body-square-yellowgreen-download a {
  font-size: 2.5rem; }

.body-square-yellowgreen h2 {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #0070ad;
  font-size: 2.5rem;
  margin-top: 0px; }

.body-square-yellowgreen h3 {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #0070ad;
  font-size: 1.70em;
  margin-top: 0px; }

.body-square-yellowgreen p {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 400;
  color: #0070ad;
  font-size: .75em;
  margin-top: 0px; }

/* = = =  Yellow Green with red  = = = */
.body-square-yellowgreen-red {
  background-color: #e0e31a;
  padding: 1.5rem;
  height: 250px;
  max-width: 250px; }

.body-square-yellowgreen-red a {
  color: #ef4a23;
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700; }

.body-square-yellowgreen-red h2 {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #ef4a23;
  font-size: 2.5rem;
  margin-top: 0px; }

.body-square-yellowgreen-red h3 {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #ef4a23;
  font-size: 1.40em;
  margin-top: 0px; }

.body-square-yellowgreen-red p {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 400;
  color: #ef4a23;
  font-size: .75em;
  margin-top: 0px; }

/* = = =  Blue with White  = = = */
.body-square-blue {
  background-color: #0070ad;
  padding: 1.5rem;
  height: 250px;
  max-width: 250px; }

.body-square-blue a {
  color: #fff;
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700; }

.body-square-blue h2 {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 2.5rem;
  margin-top: 0px; }

.body-square-blue > h2 a {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #e0e31a;
  font-size: 2.5rem;
  margin-top: 0px; }

.body-square-blue h3 {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 1.40em;
  margin-top: 0px; }

.body-square-blue p {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: .75em;
  margin-top: 0px; }

/* = = =  Light Blue with Blue  = = = */
.bg-light-blue {
  background-color: #d6edf4;
  padding: 1.0rem; }

.body-square-lt-blue {
  background-color: #d6edf4;
  padding: 1.5rem;
  height: 250px;
  width: 250px;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px; }

.body-square-lt-blue h3 {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700;
  margin: 0; }

.top-panel-wphoto {
  margin-top: 78px; }

.move-panel-down-20 {
  margin-top: 20px; }

.move-panel-down-30 {
  margin: 30px 0px 0px 0px; }

.move-panel-down-60 {
  margin: 58px 0px 0px 0px; }

#scholarship-scholarship-panel {
  margin: 78px 0px 0px 0px; }

/* = = =  Typography  = = = */
.black-text {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800; }

.pad-bottom-2 {
  padding-bottom: 2rem; }

h2.main-header {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #1071ab;
  font-size: 2.5rem;
  margin-top: 27px;
  margin-bottom: 5px; }

h2.main-header-padded {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #1071ab;
  font-size: 2.5rem;
  margin-top: 27px;
  padding-bottom: 15px; }

h2.list-panel-header {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #1071ab;
  font-size: 2.5rem;
  margin-top: 10px;
  margin-bottom: 5px; }

p.callout-text {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #0070ad;
  font-size: 2.25rem;
  line-height: 3.0rem; }

p.history-callout-text {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 2.25rem;
  line-height: 3.0rem; }

h2.highlight-panel-text {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #0070ad;
  font-size: 2.5rem;
  margin-bottom: 20px; }

.highlight-panel-text p {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  margin-top: 10px; }

#report-covers img {
  min-width: 150px;
  padding: 0px 20px 0px 0px; }

h1.news-headline {
  color: #0070ad;
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  font-size: 10.5rem;
  letter-spacing: -.2rem;
  margin-bottom: -5px;
  margin-left: -6px;
  float: left;
  clear: all; }

h2.news-headline {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #0070ad;
  font-size: 8.5rem;
  letter-spacing: -.3rem;
  margin-bottom: -5px; }

h2.news-headline a,
h2.news-headline a:hover {
  color: #0070ad;
  text-decoration: none; }

.sub-headline {
  font-weight: bold; }
  @media (max-width: 991px) {
    .sub-headline {
      padding-left: 22px; } }
  @media (min-width: 992px) {
    .sub-headline {
      margin-top: 75px; } }

.pr-link-header h4 {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #0070ad;
  font-size: 1.3rem;
  margin: 0; }

h4.pr-link-header-down {
  margin-top: 38px; }

.pr-link p {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  margin-top: 5px; }

p.pr-more {
  margin-top: -6px; }

.bid-list {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  color: #000; }

.bid-list a {
  color: #ef4a23; }

.bid-list h3 {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 1.12rem; }

h2.bid-list-header {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  color: #1071ab;
  font-size: 2.5rem;
  margin-top: 5px;
  margin-bottom: 5px; }

h3.link-list-header {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 1.25rem;
  margin-top: 15px;
  margin-bottom: 4px; }

p.member-list {
  font-size: 1.25rem; }

.table > tbody > tr > td {
  border: 0px;
  padding: 1px; }

.table > thead > tr > th {
  border: 0px;
  padding: 1px; }

.news-subhead {
  color: #000;
  font-size: 1.25rem;
  margin: 78px 0px 0px -55px; }

.newswire-date {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 35px 0px 0px 0px; }

.current-issue {
  margin: 30px 0px 0px 0px; }

.past-issues {
  margin: 0px 0px 0px 0px; }

p.event-date {
  margin-top: 18px; }

.btn-sm {
  border-radius: 0px;
  background-color: #f6f8d2;
  color: #0070ad;
  border: none; }

a.register-text {
  color: #ef4a23;
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800; }

.gca-news h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 11px 0 0; }

.gca-news p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0; }

.gca-news p.date {
  margin: 0;
  font-size: 1rem;
  font-weight: 200; }

.gca-news p a {
  color: #0070ad; }

.gca-news-item {
  margin-bottom: 10px; }
  .gca-news-item h4 {
    margin-top: 4px;
    margin-bottom: 2px;
    font-weight: 700; }
    .gca-news-item h4 a {
      color: #000; }

/* = = =  Footer  = = = */
.footer-panel-home {
  background-color: #000;
  margin-top: 80px; }

.footer-panel p, .footer-panel h4 {
  font-family: 'Pragmatica', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.35rem;
  margin-top: 12px; }

.footer-panel h4 {
  font-weight: 700;
  color: #FFF; }

.footer-panel {
  background-color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.footer-panel a.social-link {
  color: #95979a; }

.footer-panel a {
  color: #FFF;
  text-decoration: none; }

.footer-panel a:hover {
  text-decoration: underline; }

.footer-panel-home p {
  font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 0.8em; }

/* = = =  Media Queries  = = = */
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .pr-link-header h4 {
    font-size: 1.0rem; }
  .pr-link p {
    font-size: 1.05rem;
    margin-top: 5px; }
  p.pr-more {
    margin-top: -6px; }
  .news-subhead {
    margin: 60px 0px 0px -60px; }
  #scholarship-scholarship-panel {
    height: 210px; }
  #scholarship-scholarship-panel h3 {
    font-size: 2.0rem; }
  #scholarship-contact-panel {
    height: 210px; }
  #scholarship-contact-panel h3 {
    font-size: 2.5rem; }
  .body-square-lt-blue {
    width: 230px;
    height: 230px; }
  h1.news-headline {
    font-size: 8.5rem;
    letter-spacing: -.2rem;
    margin-bottom: -5px;
    margin-left: -6px; }
  /*
  .newswire-date {
    font-family: 'Pragmatica','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    padding: 35px 0px 0px 0px;
  }

  .current-issue {
    margin: 30px 0px 0px 84px;
  }

  .past-issues {
    margin: 0px 0px 0px 0px;
  }

  p.event-date {
    margin-top: 18px;
  }
*/ }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  h4.pr-link-header-down {
    margin-top: 0px; }
  .handshake-photo {
    margin-top: 30px; }
  .body-square-lt-blue {
    width: 215px;
    height: 215px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .home-header img {
    width: 80%;
    /* 98% */ }
  .gca-news {
    width: 100%; }
  .feature-photo {
    margin: 20px 0px 32px 0px; }
  .footer-panel-home p {
    padding-bottom: 0; }
  .feature-text h1 {
    font-size: 3.8rem; }
  .footer-panel-home {
    margin-top: 20px; }
  .news-white {
    margin: 16px 0px 0px 0px; }
  .news-photo {
    margin: 16px 0px 0px 0px; }
  .news-photo-02 {
    margin: 16px 0px 0px 0px; }
  .news-yellow {
    margin: 16px 0px 0px 0px; }
  .list-panel.list-panel-extend {
    margin: 16px 0px 0px 0px; }
  .body-square-yellow-lg {
    min-width: 100%; }
  .body-square-blue {
    min-width: 100%; }
  .body-square-yellowgreen {
    min-width: 100%; }
  .body-square-orange {
    min-width: 100%; }
  .navbar-brand {
    width: 175px;
    height: 100px;
    margin-top: -22px;
    margin-left: -15px;
    margin-bottom: -15px; }
  .body-square-yellowgreen-red {
    min-width: 100%; }
  .panel-photo {
    margin-bottom: 25px; }
  .footer-panel p {
    padding-top: 10px;
    padding-bottom: 0px; }
  .history-projects img {
    padding-top: 20px; }
  h4.pr-link-header-down {
    margin-top: 0px; }
  h1.news-headline {
    font-size: 4.5rem; }
  .union-documents {
    margin-left: 0px; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #999; }
  .navbar-collapse {
    overflow-x: hidden;
    border-color: #000; }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    border-color: #000; }
  .navbar-toggle {
    margin-right: -10px; }
  .pr-link-header h4 {
    font-size: 1.3rem; }
  .pr-link p {
    font-size: 1.2rem; }
  p.pr-more {
    margin-top: -6px; }
  .news-orange {
    margin: 0; }
  h1.news-headline {
    font-size: 7.0rem;
    margin-left: -5px;
    margin-top: 15px; }
  .news-subhead {
    margin-left: 45px;
    margin-top: 44px; }
  .newswire-date {
    margin-top: 20px; }
  #scholarship-scholarship-panel h3 {
    font-size: 2.5rem; }
  .body-square-lt-blue {
    width: 215px;
    height: 215px; } }

@media only screen and (max-width: 767px) {
  #logo-large {
    width: 0;
    height: 0;
    overflow: hidden; }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    border-color: #000; }
  .nav-border {
    margin: 0; }
  .feature-text h1 {
    margin-top: 10px; }
  .feature-photo {
    margin-bottom: 20px; }
  a.login-link {
    color: #e0e31a;
    border: 0.5px solid #666;
    margin: 5px 0 15px -15px;
    width: 62px; }
  #search {
    margin-right: -15px; }
  /*  .feature-photo {
      width: 0;
      height: 0;
      overflow: hidden;
      visibility: hidden;
    }

  */ }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  img {
    width: 100%; }
  .feature-text h1 {
    margin-top: 10px; }
  .list-panel.list-panel-extend {
    margin: 16px 0px 0px 0px; }
  .body-square-yellow-lg {
    min-width: 100%; }
  .footer-panel p {
    padding-top: 10px;
    padding-bottom: 0px; }
  p.history-callout-text {
    font-size: 2.0rem; }
  .standard-page {
    padding-bottom: 30px; }
  .navbar-collapse {
    overflow-x: hidden;
    border-color: #000; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none;
    border-color: #000;
    padding-bottom: 10px; }
  .navbar-toggle {
    margin-right: -10px; }
  .navbar-nav > .active > a,
  .navbar-nav > .active > a:focus,
  .navbar-nav > .active > a:hover {
    background-color: none !important;
    color: #FFF !important; }
  .nav li:first-child {
    margin-left: 0; }
  .navbar-brand {
    width: 175px;
    height: 100px;
    margin-top: -22px;
    margin-left: -15px;
    margin-bottom: -15px; }
  #logo-large {
    width: 0;
    height: 0;
    overflow: hidden; }
  h1.news-headline {
    font-size: 6.0rem;
    margin-left: -5px;
    margin-top: 15px; }
  h2.news-headline {
    font-size: 6.2rem; }
  .news-subhead {
    margin: 0; }
  .newswire-date {
    margin-top: 0; }
  .btn-sm {
    margin-bottom: 10px; }
  .body-square-lt-blue {
    width: 100%;
    height: 215px; }
  /*
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
*/ }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  p.history-callout-text {
    font-size: 1.7rem;
    line-height: 2.4rem; }
  h2.news-headline {
    font-size: 5.0rem; } }

@media (max-width: 956px) {
  .gca-news {
    width: 100%; } }

.tiles {
  padding-top: 10px;
  padding-bottom: 10px; }

.tiles p {
  margin-top: 0; }

.tiles .tile {
  background: rgba(0, 173, 239, 0.25);
  margin: 15px 10px;
  width: 175px; }

.tiles .tile a {
  display: block;
  box-sizing: border-box;
  height: 175px;
  padding: 10px 0;
  color: #000;
  font-weight: 700; }

.tiles .tile-image {
  padding: 0;
  width: 175px;
  margin: 15px 10px; }

.tiles .tile-image a {
  color: #000;
  font-weight: 200;
  font-size: 1.2275rem; }

.tiles .tile-image a img {
  display: block;
  margin-bottom: 8px; }

.news-sub-headline {
  font-size: 1.7rem;
  background: rgba(0, 173, 239, 0.25);
  padding: 5px; }

.news-sub-headline p {
  margin: 0;
  font-weight: 200; }

.split-columns {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2; }

.split-columns p:first-child {
  margin-top: 0; }

.feature-photo {
  margin: 32px 0px 0px 0px;
  padding: 1.5rem;
  height: 250px;
  width: 250px;
  background-size: cover;
  background-position: 10% 50%; }

.feature-photo h2 {
  font-family: 'Pragmatica','Helvetica Neue', Helvetica, Arial,sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 2.1rem;
  margin-top: 0px; }

.footer-columns {
  display: block;
  padding-right: 20px; }

@media (max-width: 768px) {
  .footer-columns {
    padding-right: 0; }
    .footer-columns .col {
      padding-right: 10px; } }

@media (min-width: 676px) {
  .footer-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 769px) {
  .footer-columns {
    padding-right: 100px; } }

@media (min-width: 1201px) {
  .footer-columns {
    padding-right: 208px; } }

@media (min-width: 768px) {
  .navbar-nav > li {
    height: 30px; }
  .navbar-nav > li > .dropdown-menu {
    margin-top: 0; }
  .navbar-nav > li > .dropdown-menu {
    background-color: rgba(224, 227, 26, 0.9); }
  .navbar-nav > li > .dropdown-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.5); } }

.table-box {
  font-size: 1.7rem;
  background: rgba(0, 173, 239, 0.25);
  padding: 15px 20px;
  margin-bottom: 2rem; }

.table-box h2 {
  font-size: 1.7rem;
  margin-top: 0; }

.table-box .dataTables_length,
.table-box .dataTables_filter,
.table-box caption,
.table-box .paging_simple,
.table-box .dataTables_info {
  font-size: 1.1rem; }

@media print {
  .table-box .dataTables_length,
  .table-box .dataTables_filter,
  .table-box .dataTables_paginate,
  .table-box .tablepress caption,
  .table-box .tablepress .sorting:after {
    display: none; } }

.table-box .tablepress-table-name {
  font-size: 1.3rem; }

.table-box tbody td {
  font-weight: 200; }

.table-box tbody td,
.table-box tfoot th,
.table-box thead th {
  border: 0;
  padding: 1px 4px;
  font-family: 'Pragmatica-Book','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 1.1rem;
  background-color: transparent; }

.table-box .sorting:hover,
.table-box .sorting_asc,
.table-box .sorting_desc,
.table-box .row-hover tr:hover td {
  background-color: rgba(255, 255, 255, 0.5); }

.table-box .paging_simple .paginate_button.next:after,
.table-box .paging_simple .paginate_button.previous:before {
  font-family: 'Pragmatica-Book','Helvetica Neue',Helvetica,Arial,sans-serif;
  color: inherit;
  content: "<";
  text-shadow: none;
  font-size: 1.1rem;
  line-height: 1.3rem; }

.table-box .paging_simple .paginate_button.next:after {
  content: ">"; }

.table-box .paging_simple .paginate_button.next,
.table-box .paging_simple .paginate_button.previous {
  text-decoration: none; }

.table-box .paging_simple .paginate_button.next:hover,
.table-box .paging_simple .paginate_button.previous:hover {
  text-decoration: underline; }

.table-box th {
  white-space: nowrap; }

.blue {
  color: #267dff; }

a.blue:hover {
  color: #267dff; }

.black {
  color: #000; }

a.black:hover {
  color: #000; }

.white {
  color: #FFF; }

a.white:hover {
  color: #FFF; }

.post-categories,
.post-categories li {
  margin: 0;
  padding: 0;
  list-style: none; }

.post-categories li {
  margin: 6px 0; }

.logo-print {
  display: none; }

.wp-caption.aligncenter {
  width: 100% !important; }

.wp-caption .wp-caption-text {
  font-size: 1.3rem;
  line-height: 1.65rem;
  font-weight: 200;
  margin-top: 3px; }

@media print {
  .expanding-excerpt {
    display: none !important; }
  .expanding-content {
    display: block !important; }
  .collapse-link,
  .footer-panel,
  .navbar,
  .nav-top-rule,
  .logo-screen {
    display: none; }
  .logo-print {
    display: block; } }

.rcp-table {
  width: 100%; }

.rcp-table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%; }

.rcp-table, .rcp-table th, .rcp-table td {
  border: 1px solid #d1d1d1; }

.rcp-table th, .rcp-table td {
  padding: 5px; }
/*# sourceMappingURL=style.css.map */