/*##################################################################
####################### LAYOUT FUNCTIONALITY #######################
##################################################################*/



.row {
  width: 100%;
  margin:0 auto;
  max-width: 120.0rem;
  position:relative;
  text-align:left;
}

.row>.columns>h1:first-child, .row>.columns>h2:first-child, .row>.columns>h3:first-child, .row>.columns>h4:first-child {
  margin-top:0;
}

.small .row>.columns>h1:first-child {
    margin-bottom: 1.2rem;
}
/*
.bg-box>.row p:last-child {
  margin-bottom: 3.1rem;
}
*/

.row p.tab-graphic-text {
  margin-top:0;
  margin-bottom:0;
}

#contactinformation p:last-child {
  margin-bottom:0;
}

.row.full-width-new {
  width: 100%;
  max-width: none;
  background-color: red;
  height: 100px;
  position: relative;
}

.indent-border {
  border-left: 4px solid #c2c9c6;
  padding: 0 0 0 2.7rem;
  margin: 2.8rem 0 0;
}

.indent-border .para-title {
    font-size: 1.9rem;
    font-family: "TradeGothicW01-BoldCn20 675334", "Oswald", sans-serif;
    line-height: 2.5rem;
    color: #002d56;
    text-transform: uppercase;
}

.indent-border p {
    margin-bottom: 1.9rem;
}

.indent-border .pop {
    color: #002d56;
    font-weight: bold;
}

.band {
  height: 212px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #002d56;
  margin-top: 8.1rem;
}

.band.toolbar {
  height: 13.1rem;
}

.band.nav-bg {
    margin-top: 0;
}

.bg-box {
  margin: 0;
  height: 100%;
  position: relative;
  background-color:#e7e9e8;
  border-top:1px solid #cdced1;
  border-top:1px solid #cdced1;
  padding:5rem 0;
  margin:5rem 0;
}

.band.light-blue {
    background-color: #c2c9c6;
}

.band.dark-blue {
    background-color: #002d56;
}

.bg-box.well {
    margin: 8.1rem 0;
}

.well .sub-head {
    text-transform: uppercase;
    font-size: 3.2rem;
    color: #002d56;
    font-weight: normal;
    line-height: 1;
    font-family: "TradeGothicW01-BoldCn20 675334", "Oswald", sans-serif;
    margin-bottom: 1.2rem;
}

.bg-box>.well {
    padding-top: 3.1rem;
    padding-bottom: 3.1rem;
}

.bg-promo.promo {
    margin: 30.0rem 0px;
}

.row .row.is-bg-promo {
    max-width: 120rem;
    margin: 30rem auto 0;
}

.bg-box.read-further {
    background-color: #e7e9e8;
}

.is-bg-box {
    padding: 0;
}

.bg-promo {
    background-color: #6593b6;
}

.row.no-margin {
    margin: 0 auto;
}

.row.date {
    margin: 5.4rem auto 0;
}

.row.first {
    margin: 0 auto;
}

.row.masthead {
    margin: 0 auto 1.0rem;
}

.row.is-band {
  margin-top:16.2rem;
}

.row.is-toolbar {
    margin-top: 11.1rem;
}

.divider {
    margin-top: 3rem;
    border-top: 1px solid #c2c9c6;
    width: 100%;
    margin-bottom: 3.1rem;
}

.breadcrumbs {
    font-size: 1.55rem;
    line-height: 1.2rem;
    margin: 20px 0 20px 2rem;
    float: left;
    clear: both;
    color: #c2c9c6;
    width: 100%;
    text-align: left;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    margin: 20px 0;
    padding: 0;
    text-align: left;
}

.table-row {
    display: table;
    border-spacing: 1.6em 0;
    position: relative;
    padding: 81px 55px;
    height: 100%;
}


.table-cell {
    display: table-cell;
    float: none;
    height: 100%;
}


/* ############################# COL-PANEL ########################## */

.col-panel {
    border: none;
    margin-bottom: 1.25rem;
    padding: 0 1.0rem;
    margin: 0;
    background-color: transparent;
    position: relative;
    z-index: 8;
    text-align: left;
    overflow: visible;
}

.col-panel.no-padding {
    padding: 0;
}

.col-panel.overflow {
    overflow: visible;
}

.col-panel.style-1 {
    color: #ffffff;
}

.col-panel.style-2 {
    color: #042f56;
}

.col-panel.style-3 {
    color: #c3d600;
}


.col-panel.style-1 .sub-head,
.col-panel.style-3 .sub-head,
.col-panel.theme-dark-blue .sub-head {
    color: #ffffff;
}


.style-1 p,
.theme-dark-blue p {
    color: #ffffff;
}

.col-panel:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 1.0rem;
    right: 1.0rem;
    bottom: 0;
    z-index: -1;
}

.col-panel.bg-white:after {
    background-color: #ffffff;
}

.has-shadow::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  height: 15.0rem;
  width:auto;
  margin: 0 auto;
  left: 1.5rem;
  right: 1.5rem;
  top: inherit;
  bottom: 0rem;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.col-panel.theme-dark-blue:after,
.col-panel.style-2.theme-dark-blue:after,
.theme-dark-blue:after {
    background-color: #002d56;
}

.col-panel.style-2:after {
    background-color: #ffffff;
}

.col-panel.style-3:after {
    background-color: #1c355e;
}

.col-panel.style-4:after {
    background-color: #6593b6;
}

.col-panel.style-2.find-a-recruiter:after {
    background-color: #e0e4e2;
}

.col-panel.has-image:after {
    background-color: transparent;
}

.col-panel.join-segment:after {
    background-color: #ffffff;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 1.0rem;
    right: 1.0rem;
    bottom: 0;
    z-index: -1;
}


.col-panel {
    padding: 0 1.5rem;
}

.col-panel:after {
    left: 1.5rem;
    right: 1.5rem;
}

.col-panel.bg-grey:after {
    background-color: #E0E4E2;
}

.col-panel.join-segment:after {
    left: 1.5rem;
    right: 1.5rem;
}

.col-panel.border-bottom:after, .col-panel.border-top:after  {
    left: 1.5rem;
    right: 1.5rem;
}

.col-panel.style-2 .hero-title {
    color: #042f56;
}

.col-panel.teaser > :first-child {
margin-top: 0;
margin-left: 0;
}
