@charset "utf-8";
/* CSS Document */

a[href$="/contacts"] {background: #ae6042;color: #fff;}

.darkText:not(.heroHeader) > div, .whiteText:not(.heroHeader) > div {
    border:none!important;
}

/*HERO HEADER*/

.heroHeader .cell {
    padding: 0.5rem;
    border:none!important;
}

.darkText:not(.heroHeader) > div {
border: none!important;
border-radius: 0;
background: none!important;
}

.whiteText:not(.heroHeader) > div {
border: none!important;
border-radius: 0;
background: none!important;
}

.heroHeader {background-position: center center !important;}

.heroHeader.whiteText .cell {
    background: rgba(0,40,86,0.7)!important;
}
.heroHeader {
padding: 0;
position: relative;
}

.heroHeader .innerwrap {
position: absolute;
bottom: 0;
width: 100%;
}

.heroHeader .grid-container {
max-width: 100%;
padding: 0;
}

.heroHeader .cell {
padding: .5rem;
}

.heroHeader #header-text {
margin: 1rem;
text-align: center;
}



/*END HERO HEADER*/



.sectionClose hr {margin: 1em 0 3em 0;border-bottom: 2px solid #b76646;}
.titleHeading {color: #ae6042;border-top: 2px solid #4e738a;border-bottom: 2px solid #4e738a;padding: 1rem; font-size:1.6rem; text-align:center;}
.lead {font-size: 1.2rem;line-height: 1.4 !important;margin-top: 2rem;color:#4e738a;font-weight: 600;}
.gray{color:#76777a;}


#page-heading {font-size: 2.5rem;color: #ae6042;text-align: center!important;margin: 2rem 0;}

/*SECTON CONTENT STYLES*/

.subSection{
    font-size: 1.8rem;
    color: #4e738a;
    /*font-family: 'Garamond', serif !important;*/
}

.specialTxt {
    font-size: 1.3rem;
    color: #022043;
    background: none;
   /* font-family: 'Garamond', serif !important;*/
    font-weight:600;
}

.captionRight {
    margin: 1em 0 1em 0.5em;
    padding: 0.3125rem;
    background: #FFF;
    display: inline;
    position: relative;
    overflow: hidden;
    min-height: 1px;
    clear: both;
}


/*END SECTION CONTENT STYLES*/

/*SPECIAL CLASSES*/
.bg-gray {
    background: #6B6E70;
    color: #fff;
}

.bg-gold {
    background: #f2b826;
    color: #000;
}

.bg-yellow {
    background: #f2b826;
    color: #fff;
    border:1px solid;
}

.fg-utblue {
    background: #fff;
    color: #4e738a;
}

.bg-utblue {
    background: #4e738a;
    color: #fff;
}

.hrOrange{
    border-bottom: 2px solid #ae6042;
    
}

.hrBlue{
    border-bottom: 2px solid #4e738a;
    
}


.hrGray{
    border-bottom: 2px solid #76777a;
}

/*END SPECIAL CLASSES*/

/*Bio*/

.bio .bio-image{
  border: 1px solid #cacaca;
  float:left;
  margin:0 1rem;
}


.bio{
  background-color: #fefefe;
  padding: 1rem;
  /*border: 1px solid #cacaca;*/
}

.bio .separator-left {
  text-align: left;
}

.bio .bio-title {
  text-transform: uppercase;
}


.bio .separator-left::after {
  position: relative;
  width: 5rem;
  border-bottom: 0.125rem solid #1779ba;
  margin: 0.3rem auto 0;
  margin-left: 0;
}


.bio .separator-left::before, .bio .separator-left::after {
  /*display: inline-block;*/
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.bio .separator-left::after {
  clear: both;
}

/*END BIO*/


/*BUTTON STYLES*/

.button-orange {
    border: 1px solid #ae6042!important;
    color:#ae6042!important;
}

.button-orange:hover {
    background-color: #ae6042!important;
    color:#fff!important;
}


.button.hollow {
    border: 1px solid #4e738a;
}

.button.hollow {color: #44697d;}

.button-rounded-hover:hover,
.button-rounded-hover:focus {
  background-color: #4e738a;
}


.button.hollow:hover {
    background-color: #44697d;
    color: #fff;
}

.button-rounded-hover {
  border: 0;
  /*border-radius: 5000px;*/
  padding: 1.5rem;
  text-transform: normal;
  position: relative;
  overflow: hidden;
  font-size: 1rem;
  letter-spacing: 2px;
  transition: all 0.35s ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.button-rounded-hover:before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-radius: inherit;
  background-color: #fefefe;
  transition: all 0.7s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.button-rounded-hover:hover:before,
.button-rounded-hover:focus:before {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 0.25;
}

.button-rounded-hover:after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  content: '';
  border-radius: inherit;
}


/*END BUTTON STYLES*/