/* --------------------------------------------------- MISC --------------------------------------------------- */
a {
    line-height: inherit;
    color: #005e85;
    text-decoration: none;
    cursor: pointer;
}
body {
  font-family: 'Roboto', Helvetica, Arial sans-serif;
}
body.front {
    background: url(../img/ar-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', Helvetica, Arial sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
}
h2.sectionTitle {
    text-transform: uppercase;
    font-weight: bold;
    color: #005e85;
    margin-bottom: 40px;
    margin-top: 60px;
}
.sectionTitle:after {
    content: "";
    width: 60px;
    height: 1px;
    color: #cc3300;
    border-bottom: 5px solid #00838f;
    display: block;
    margin: 9px 0 0;
}
.small-feature {
    max-width:640px;
    width:100%;
    height:auto;
    margin:0 auto;
}
.downloadSection {
    text-align: right;
}
a.downloadBtn {
    width: 100%;
    text-align: right;
    background: #00838f;
    display: inline-block;
    padding: 8px 20px 12px 70px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}
a.downloadBtn:before {
    content: "\f0ed";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    left: 18px;
    font-size: 2.25em;
}
.downloadBtn small {
    display: block;
    margin-top: 2px;
    color: #fff;
    font-size: 54%;
}
.downloadBtn h4 {
    font-weight: bold;
    color: #fff;
}
.top-bar-title {
    display: inline-block;
    float: right;
    padding: 0.5rem 1rem 0.5rem 0;
}


/* --------------------------------------------------- NAV --------------------------------------------------- */
.top-bar, .top-bar ul {
    background-color: #f5f5f5;
}
.menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight:bold;
}
.menu > li, .menu.horizontal > li {
    display: table-cell;
    padding-top: 5px;
}
.sticky.is-stuck {
    position: fixed;
    z-index: 50;
}

/* --------------------------------------------------- BXSLIDER --------------------------------------------------- */
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.bx-wrapper ul {
  margin:0;
  list-style-type: none;
}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
  background: #fff;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 2%;
  width: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #e75300;
  text-indent: -9999px;
  display: block;
  width: 30px;
  height: 6px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #FFF;
    padding-top: 20px;
}
.bx-wrapper img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 100;
}
.downBtn {
  position: absolute;
  z-index: 20;
  bottom: 8.5%;
  left: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  color:#fff;
}
.downBtn i {
  font-size:2.4em;
  cursor: pointer;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

/* --------------------------------------------------- HEADER SECTION --------------------------------------------------- */
.headerSection {
	position:relative;
}
.heroCaption {
    display: block;
    margin: 0;
    padding: 2rem;
    list-style-type: none;
    overflow: hidden;
    position: absolute;
    bottom: 25%;
    right:0;
    left:0;
    margin:auto;
    color:#fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.heroCaption li {
    width:100%;
    float: left;
    padding: 2rem;
    box-sizing: border-box;
}
.heroContent {
    text-align: center;
    padding-top: 0.35em;
    box-sizing: border-box;
}
.heroContent p {
    font-size: 1.25rem;
}
.heroTitle {
    word-spacing: 9999999px;
		text-transform: uppercase;
		font-weight:700;
		font-size: 5rem;
    line-height: 1;
}
.heroContent h2 {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    background-color: #f5f5f5;
    display: inline-block;
    padding: 0 10px 2px 10px;
    color: #333;
    text-shadow: none;
    border: 0;
}
.heroContent h3 {
    text-transform: uppercase;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 2px;
}
.heroContent h3:before {
    content: "";
    width: 60px;
    height: 1px;
    color: #cc3300;
    border-bottom: 5px solid #00838f;
    display: block;
    margin: 9px auto 0;
}


/* --------------------------------------------------- INTRO SECTION --------------------------------------------------- */
.introSection {
    padding: 5rem 0;
    background:#f5f5f5;
}
.introSection p {
    color:#333;
    font-weight:bold;
    font-size: 2.4em;
    line-height: 1.45;
}


/* --------------------------------------------------- COPY SECTION --------------------------------------------------- */
.copySection {
    padding: 5rem 0;
}
.copySection h3 {
    color: #00838f;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.45em;
}
.copySection h5 {
    font-weight: bold;
    text-transform: uppercase;
}
.copySection li {
    font-weight: bold;
    line-height: 2;
}

/* --------------------------------------------------- CARDS --------------------------------------------------- */
.cardBox {
    background: #ffffff;
    margin-bottom: 5em;
    box-shadow: 0 2px 5px rgba(0,26,32,.25);
}
.cardSection.um .cardBox {
    box-shadow: none;
}
.ceo-chair-message .cardBox img, .highLights .cardBox img {
    width:100%;
    height:auto;
    border-radius: 0 0 0 0;
}

.who-we-are .cardBox img {
    max-width:60%;
    height:auto;
}
.who-we-are .cardBox {
    background: #fff;
    margin-bottom: 5em;
    text-align: center;
}
.cardTitle {
    color: #fff;
    background: #00838f;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    padding: 3px 8px;
    box-sizing: border-box;
}
.cardTitle.norzone {
    background: #005e85;
}
.cardTitle.edmzone {
    background: #6d3a5d;
}
.cardTitle.cenzone {
    background: #5c6670;
}
.cardTitle.calzone {
    background: #647d3b;
}
.cardTitle.souzone {
    background: #b36119;
}
.cardContent {
    padding: 15px 8px;
    //border-bottom: 1px solid #005e85;
    box-sizing: border-box;
}
.highLights .cardContent {
    min-height: 175px;
    position:relative;
}
.highLights a.cardLink {
    color: #00838f;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    bottom: 14px;
    position: absolute;
}
.cardContent h2 {
    color: #005e85;
    font-weight: bold;
    text-transform: normal;
    font-size: 1.25em;
}
a.cardLink {
    color: #00838f;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
}
a.cardLink:after {
    content: "\f138";
    font-family: FontAwesome;
    margin-left: 8px;
}


/* --------------------------------------------------- SUBFOOTER --------------------------------------------------- */

.footerSection {
    padding: 12rem 0 3em;
}
.subFooter {
    border-top: 1px solid #5a5a5a;
    border-bottom: 1px solid #5a5a5a;
    padding: 2em 0;
    overflow: hidden;
}
a.prevTopic, a.nextTopic {
    color: #525252;
    font-size: 1em;
    font-weight: bold;
}
a.nextTopic {
    text-align: right;
    display: block;
}
a.prevTopic {
    text-align: left;
    display: block;
}
.nextTopic:after {
    content: "\f138";
    font-family: FontAwesome;
    margin-left: 8px;
    color: #00838f;
}
.prevTopic:before {
    content: "\f137";
    font-family: FontAwesome;
    margin-right: 8px;
    color: #00838f;
}
span.pageInfo {
    display: block;
    padding: 2.5em 0 0;
    text-transform: uppercase;
    color: #525252;
    text-align: center;
}

/* --------------------------------------------------- WHO WE ARE --------------------------------------------------- */
img.imgHighlight {
    padding: 20px;
    border: 1px solid #d8d8d8;
    margin: 1em 0 2em;
}


/* --------------------------------------------------- ACCORDION SECTION --------------------------------------------------- */
.accordionSection {
    padding: 5rem 0;
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #8a8a8a;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    font-size: 1.45em;
    line-height: 1;
    color: #333;
    font-weight: bold;
    text-transform: none;
    background: #f5f5f5;
}
:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #8a8a8a;
    border-radius: 0 0 0 0;
}
.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    background-color: #fbfbfb;
    color: #525252;
}
.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.75rem;
    content: '\f055';
    font-family:'FontAwesome';
    color:#00838f;
}
.is-active > .accordion-title::before {
    content: '\f056';
    font-family:'FontAwesome';
    color:#00838f;
}

/* --------------------------------------------------- FRONT --------------------------------------------------- */
.frontFooter {
    padding: 10em 0 2em;
    text-align: right;
}
ul.frontNav {
    margin: 2em 0 3em;
    list-style-type: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
ul.frontNav li {
    border-top: 1px solid #00838f;
    padding: 0.5em 0;
}
ul.frontNav li:last-child {
    border-bottom: 1px solid #00838f;
}
.frontNav a {
  color:#fff;
}
.frontCaption h1 {
    color: #fff;
}
.frontCaption h1 span {
    font-weight: bold;
    margin-bottom: 40px;
    display: block;
}
span.yrDate {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 4em;
    color: #a2aaad;
}
.frontCaption h2.sectionTitle {
    text-transform: uppercase;
    font-weight: normal;
    color: #a2aaad;
    margin-bottom: 0px;
    font-size: 20px;
}

.well {
    height:180px;
    min-height: 20px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}
.well h5 {
    font-size:0.95em;
    font-weight:700;
}
.copyGrid .column:last-child:not(:first-child),
.copyGrid .columns:last-child:not(:first-child) {
    float: left;
}
.duoSection {
    padding: 2rem 0 3rem;
}