/* ----------------------------------------
 Base classes
  ---------------------------------------- */

h1, .new-h1 {
  font-family: Trade Gothic Bold !important;
  color: #3A4972;
  font-size: 34px !important;
  line-height: 36px !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
}

h2, .new-h2 {
  font-family: Trade Gothic Bold !important;
  color: #3A4972;
  font-size: 30px !important;
  line-height: 32px !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
}

h3, .new-h3 {
  font-family: Trade Gothic Bold !important;
  color: #3A4972;
  font-size: 22px !important;
  line-height: 24px !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
}

h4, .new-h4 {
  font-family: Trade Gothic Bold !important;
  color: #3A4972;
  font-size: 18px !important;
  line-height: 22px !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
}

h5, .new-h5 {
  font-family: Trade Gothic Bold !important;
  color: #3A4972;
  font-size: 15px !important;
  line-height: 15px !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
}
h6 {
  font-family: Trade Gothic LT !important;
  color: #3A4972;
  font-size: 17px !important;
  line-height: 1.1em !important;
  font-weight: 300 !important;
  text-transform: none !important;
}

.sub-header {
  font-size: 20px;
  line-height: 1.2em;
  color: #5F5F5F;
}

.section-title {
  font-family: Open Sans;
  font-size: 20px;
  color: #3A4972;
  letter-spacing: 2px;
  line-height: 1.3em;
}

.width90 {
  width: 90%;
  margin: auto;
}

.ptext {
  font-family: Open Sans;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 auto;
  text-align: center;
  color: #4E4E4E;
  width: 80%;
  padding-bottom: 4em;
}

.v2-h6 {
    font-family: "Trade Gothic Bold" !important;
    font-size: 14pt !important;
    color: #4d4d4d !important;
}

.weight-600 {
  font-weight: 600;
}

.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.timeline-item {
  padding-left: 40px;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}
.timeline-item:nth-last-child(2) {
  height: 100px;
}

.timeline-info {
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0 0 .5em 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  background: none;
  border: 3px solid #17497c;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
}
.timeline-marker:after {
  content: "";
  width: 1px;
  border-right: 3px solid #de983c;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.timeline-item:last-child .timeline-marker:after {
  content: none;
}

.dashed-line:after {
  border-right: 3px dotted #de983c;
}

.timeline-content {
  padding-bottom: 40px;
  font-family: "Trade Gothic LT";
}
.timeline-content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .timeline-split .timeline {
    display: table;
  }
  .timeline-split .timeline-item {
    display: table-row;
    padding: 0;
  }
  .timeline-split .timeline-info,
  .timeline-split .timeline-marker,
  .timeline-split .timeline-marker-dashed,
  .timeline-split .timeline-content,
  .timeline-split .period .timeline-info {
    display: table-cell;
    vertical-align: top;
  }
  .timeline-split .timeline-marker,
  .timeline-split .timeline-marker-dashed {
    position: relative;
  }
  .timeline-split .timeline-content {
    padding-left: 30px;
  }
  .timeline-split .timeline-info {
    padding-right: 30px;
    text-align: right;
  }
  .timeline-split .period .timeline-title {
    position: relative;
    left: -45px;
  }
}

.float-mod {
    float: left;
}

.full-width {
    width: 100%;
    height: 100%;
}

.img-fade {
    opacity: 0.5;
    vertical-align: top;
    position: absolute;
}

.spacer-height {
    width: 100%;
    height: 100px;
}

.section-spacer {
    width: 100%;
    height: 50px;
}

.inner-spacer {
    width: 100%;
    height: 25px;
}

.icon-display-align {
    display: inline !important;
}


@media (max-width: 767px) {

  .ptext {
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  h1, .new-h1 {
    font-size: 40px !important;
    margin: 0 auto !important;
    display: block;
  }

  h2, .new-h2 {
    font-size: 28px !important;
    margin: 0 auto !important;
    display: block;
  }

  h3, .new-h3 {
    font-size: 24px !important;
    margin: 0 auto !important;
    display: block;
  }

  h4 {
    font-size: 22px !important;
  }

  h5 {
    font-size: 19px !important;
  }

  h6 {
    font-size: 16px !important;
  }

  .sub-header {
    font-size: 16px;
    margin: 0 auto !important;
    display: block;
  }
}

@media (max-width: 480px) {
  h1, .new-h1 {
    font-size: 32px !important;
  }

  h2, .new-h2 {
    font-size: 22px !important;
  }

  h3, .new-h3 {
    font-size: 18px !important;
  }

  h4 {
    font-size: 16px !important;
  }

  h5 {
    font-size: 14px !important;
  }

  h6 {
    font-size: 12px !important;
  }

  .sub-header {
    font-size: 14px;
  }
}

.image-text-overlay {
    text-shadow: 1px 1px 10px #666666;
    color: #FFFFFF;
    font-family: "Trade Gothic Bold" !important;
    font-size: 5.063em;
    text-align: center;
}

.sub-nav {
    margin: 0 !important;
    padding: 0 !important;
    height: auto;
    background-color: #3A4972;
}

.sub-nav-links a {
    color: #FFFFFF !important;
    font-family: "Trade Gothic Bold" !important;
    font-size: 1.2em;
    text-transform: uppercase;
    padding: 1em;
    letter-spacing: .15em;
}

.sub-nav-divider {
    color: #de983c;
    padding: 0 1em;
    font-size: .65em !important;
    vertical-align: middle;
}

.section-header-level-two-light {
  font-family: Open Sans;
  font-size: 1.75em !important;
  font-weight: 300;
  letter-spacing: -0.25px !important;
  color: #404040 !important;
  line-height: 2 !important;
}

.person-name {
  font-family: "Trade Gothic Bold" !important;
  font-size: 1.5em !important;
  color: #3a4972 !important;
  margin: 0 !important;
}

.person-title {
  font-family: "Open Sans";
  font-weight: 400;
  color: #414141;
}

.person-contact {
  font-family: "Open Sans";
  font-weight: 300;
  color: #414141;
}

.base-text {
  font-family: "Open Sans";
  font-weight: 300;
  color: #414141;
  line-height: 2 !important;
}

.base-text a {
  color: #de983c;
  font-weight: bold;
}

.spotlight-text {
  font-family: "Open Sans" !important;
  font-size: 2em !important;
  font-weight: 300;
  color: #414141;
  line-height: 1.25em !important;
}

/* ----------------------------------------
  New Classes
    The recently added classes above can be
    removed once the About Us page has
    implemented new naming convention in
    Visual Composer.
  ---------------------------------------- */

body {
  font-family: Nunito Sans, Helvetica, Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  hyphens: manual;
  /* hyphens set to manual in order to force
  a linebreak on words that would otherwise trail
  off the viewport (using [ampersand]shy;) */
}

p {
  font-family: Nunito Sans, Helvetica, Tahoma, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5 !important;
}


li {
  line-height: 2em;
}

/* Typography Classes */

.image-text-overlay-huge {
  text-shadow: 1px 1px 10px #666666; /* text-shadow-light */
  color: #FFFFFF;
  position: relative;
  max-width: 360px;
  margin-bottom:50px !important;
  margin-left: 80px;
}


.image-text-overlay-huge:after{
	content: '';
	position: absolute;
	display: block;
	bottom: -10px;
	left: 0px;
	border-bottom: 2px solid #ffffff;
	width: 100%;
}

.image-text-overlay {
  text-shadow: 4px 4px 10px #000000; /* text-shadow-dark dark */
  font-family: Open Sans, Helvetica, Tahoma, Arial, sans-serif !important;
  font-weight: 500 !important;
  color: #ffffff;
  text-align: center;
  font-size: 1.875em; /* half-step between text-large & text-xl */
  padding: 0 0 .5em 0 !important;
}

.person-name {
  font-family:  "Trade Gothic Bold", Trebuchet MS, Arial, sans-serif !important;
  color: #3a4972 !important; /* text-color-ngg-blue */
  margin: 0 !important;
}

.person-title {
  font-family: Open Sans, Helvetica, Tahoma, Arial, sans-serif;
  font-weight: 400;
  color: #333333; /* text-color-darkest */
}

.person-contact {
  font-family: Open Sans, Helvetica, Tahoma, Arial, sans-serif;
  font-weight: 300;
  color: #333333; /* text-color-darkest */
}

.spotlight-text {
  font-size: 16px !important;
  font-weight: 400;
  color: #1A1919 !important; /* text-color-darker */
  line-height: 1.5 !important;
}

.list-column-text {
  font-size: 1.5em !important; /* text-large */
  line-height: 2em !important;
  font-weight: 300 !important;
  color: #777777 !important; /* text-color-dark */
}

.list-column-text a {
  color: #777777 !important; /* text-color-dark */
  font-weight: 300 !important;
}


/* Visual Elements (classes that don't add functionality) */

.image-gradient-dark {
  background: linear-gradient(rgba(0, 0, 255, 0), rgba(0, 0, 0, .45));
  margin: 0 !important;
}

.horizontal-section-divider {
  width: 100%;
  height: 8px;
  border-top: 3px #999999 solid;
  border-bottom: 1px #999999 solid;
  margin: 100px auto;
}


/* Navigation */

.sub-nav {
    margin: 0 !important;
    padding: 0 !important;
    height: auto;
    background-color: #3A4972; /* Same hex as text-color-ngg-blue */
}

.sub-nav-links a {
    color: #FFFFFF !important;
    font-family:  "Trade Gothic Bold", Trebuchet MS, Arial, sans-serif !important;
    font-size: 1.2em;
    text-transform: uppercase;
    padding: 1em;
    letter-spacing: .15em;
}

.sub-nav-divider {
    color: #de983c; /* text-color-ngg-orange */
    padding: 0 1em;
    font-size: .65em !important;
    vertical-align: middle;
}


/* Hubspot Simple Form */

.hubspot-simple-form .hs-form label {
    color: #666666 !important;
    font-weight: normal !important;
    font-family: Open Sans, Helvetica, Tahoma, Arial, sans-serif !important;
    font-size: 1em !important;
    margin: 0 !important;
    padding: 2em 0 1em 0 !important;
}

.hubspot-simple-form .hs-form .hs-input {
    color: #777777 !important;
    font-family: Open Sans, Helvetica, Tahoma, Arial, sans-serif !important;
    font-size: 1em !important;
    background-color: #ffffff !important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #888888 !important;
    border-radius: 0 !important;
    height: 2em !important;
    box-shadow: none !important;
    max-width: 100% !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.hubspot-simple-form .hs-button {
    color: #FFFFFF !important;
    background-color: #666666 !important;
    text-shadow: none !important;
    border: none !important;
    font-family: Open Sans, Helvetica, Tahoma, Arial, sans-serif !important;
    font-weight: normal !important;
    width: 100% !important;
    margin: 2em 0 !important;
    padding: .5em 0 !important;
}

.hubspot-simple-form .actions {
    margin: 0 !important;
    padding: 0 !important;
}

.hubspot-simple-form .hs-form-required {
    color: #de983c !important; /* Same hex as text-color-ngg-orange */
    padding: 0 .25em;
}

.hubspot-simple-form .submitted-message, h2.widgettitle {
  color: #555555;
  padding-left: 1em;
  padding-top: 1em;
}


/* Hubspot Simple Form Dark Background */

.hubspot-simple-form-darkBG .hs-form label {
    color: #FFFFFF !important;
    font-weight: normal !important;
    font-family: Open Sans, Helvetica, Tahoma, Arial, sans-serif !important;
    font-size: 1em !important;
    margin: 0 !important;
    padding: 1em 0 .75em 0 !important;
    border-radius: 25%;
}

.hubspot-simple-form-darkBG .hs-form .hs-input {
    color: #777777 !important;
    font-family: Open Sans, Helvetica, Tahoma, Arial, sans-serif !important;
    font-size: 1em !important;
    background-color: #ffffff !important;
    border-radius: 0px !important;
    height: 1.75em !important;
    box-shadow: none !important;
    max-width: 100% !important;
    width: 100%;
    margin: 0 0 .5em 0 !important;
}

.hubspot-simple-form-darkBG .hs-form .form-columns-2 .hs-input {
  width: auto !important;
  
}

.hubspot-simple-form-darkBG .hs-button {
    color: grey !important;
    background-color: #FFFFFF !important;
    text-shadow: none !important;
    border: none !important;
    font-family: Open Sans, Helvetica, Tahoma, Arial, sans-serif !important;
    font-weight: bold !important;
    width: 100% !important;
    margin: 2em 0 !important;
    padding: 1em 0 1em 0 !important;
    text-transform: uppercase !important;
    height: auto !important;
    border-radius: 5px !important;
    letter-spacing: 2px !important;
}

.hubspot-simple-form-darkBG input[type="submit"]:focus {
    height: auto !important;
}

.hubspot-simple-form-darkBG input[type="submit"]:hover {
    box-shadow: 0 5px 5px #3A4972 !important;
}

.hubspot-simple-form-darkBG .actions {
    margin: 0 !important;
    padding: 0 !important;
}

.hubspot-simple-form-darkBG .hs-form-required {
    color: silver !important;
    padding: 0 .25em;
}


/* Hubspot Email Capture with Dark Background */

.hubspot-email-capture-darkBG label {
    display: none;
}

.hubspot-email-capture-darkBG .hs-button {
  background: #fefefe !important;
  margin: 0 1em !important;
  vertical-align: top !important;
  line-height: normal !important;
  height: auto !important;
  padding: 1rem !important;
  font-family: "Open Sans";
  border: none !important;
  color: #808080 !important;
  border-radius: .25em !important;
}

.hubspot-email-capture-darkBG .hs_email {
  display: inline-block !important;
  width: 50% !important;
  border: none !important;
}

.hubspot-email-capture-darkBG .hs_email input[type="email"] {
  width: 100% !important;
  height: 100% !important;
  padding: 1rem !important;
  border: none !important;
}

.hubspot-email-capture-darkBG .hs_submit {
  display: inline-block !important;
  height: auto !important;
  vertical-align: top !important;
  line-height: normal !important;

}


/* Hubspot Email Capture with Light Background */

.hubspot-email-capture-lightBG input {
  width: 100%;
  margin: 0 0 1.5rem 0 !important;
  font-family: Open Sans, Helvetica, Tahoma, Arial, sans-serif !important;
}

.hubspot-email-capture-lightBG input[type="email"] {
  padding: 1.25rem;
}

.hubspot-email-capture-lightBG input[type="submit"] {
  padding: 1rem !important;
}

.hubspot-email-capture-lightBG select {
  font-family: Open Sans;
  width: 48%;
  float: left;
  margin: 0 .5rem 1.5rem 0 !important;
  line-height: normal !important;
  vertical-align: top !important;

}

.hubspot-email-capture-lightBG label {
  display: none;
}

.hubspot-email-capture-lightBG .hs_submit .hs-button {
  background: #336699 !important; /* Same hex as text-color-ngg-blue-alt */
  border: none !important;
  line-height: normal !important;
  vertical-align: top !important;
  height: auto !important;
}

/* Typography Utility Classes */

/* .text-small   { font-size: 0.667em  !important; }
.text-base    { font-size: 1em      !important; }
.text-medium  { font-size: 1.25em   !important; }
.text-large   { font-size: 1.5em    !important; }
.text-xl      { font-size: 2.25em   !important; }
.text-xxl     { font-size: 3.375em  !important; }
.text-huge    { font-size: 5.063em  !important; } */

.text-shadow-dark   { text-shadow: 2px 2px 10px #000000 !important; }
.text-shadow-light  { text-shadow: 1px 1px 10px #666666 !important; }

.text-color-white   { color: #FFFFFF !important; }
.text-color-white p { color: #FFFFFF !important; }
.text-color-light   { color: #f2f2f2 !important; }
.text-color-medium  { color: #999999 !important; }
.text-color-dark    { color: #777777 !important; }
.text-color-darker  { color: #555555 !important; }
.text-color-darkest { color: #333333 !important; }
.text-color-black   { color: #000000 !important; }

.text-color-ngg-blue       { color: #3A4972 !important; }
.text-color-ngg-blue-alt   { color: #336699 !important; }
.text-color-ngg-orange     { color: #de983c !important; }
.text-color-nccga-dark-red { color: #aa2623 !important; }
.text-color-nccga-light-red{ color: #f44336 !important; }

.text-weight-lite    { font-weight: 300 !important; }
.text-weight-lite a  { font-weight: 300 !important; }
.text-weight-heavy   { font-weight: 600 !important; }
.text-weight-heavy a { font-weight: 600 !important; }


/* Image Utility Classes */

.image-max-width img {
  max-width: 75%;
  height: auto;
}

.image-max-height img {
  max-height: 100px !important;
  width: auto !important;
}
@media (max-width: 768px) {
  .image-text-overlay-huge {
	  width: 90%;
	  margin-bottom: 150px !important;
  }
}