@import "styles-updates.css";
body.mobileMenuOpen {
  overflow-y: hidden;
}
html {
  --lh: 2.5rem;
  line-height: var(--lh);
}

/* custom subnav */

nav.subnav .collapsed{
  display: none;
}

nav.subnav{
  width:280px;
  margin-bottom: 20px;
}

nav.subnav .subnav-toggle{
  display:block;
  background-color:#343434;
  color:#FFFFFF;
  padding:20px 30px;
  font-weight:700;
}

nav.subnav > ul{
  background-color:#000000;
    position: absolute;
    width: 280px;
    z-index: 9;
    padding:35px 0px;
    transition:all .3 ease-in-out;
}

nav.subnav ul li{
  list-style: none;
  color:#FFFFFF;
}

nav.subnav ul li a{
  color:#FFFFFF;
  display: block;
  padding:10px 30px;
  font-weight: 700;
}

nav.subnav ul li a:hover{
  background-color:#515151;
  text-decoration: none;
}

nav.subnav .subnav-toggle:before{
content: '';
    background-image: url(../img/icons/submenu-dots.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 53px;
    height: 14px;
    display: inline-block;
    margin-right:15px;
}

nav.subnav .subnav-toggle:hover{
  text-decoration: none;
}

/* end custom subnav */

/*=============== header =====================*/
.header-1{
      position: absolute;
    z-index: 99;
    width: 100%;
}

.header-2 .navbar-brand img{
  width:285px;
}

.bg-img{
  height: 715px;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
}



nav.navbar{
  position:absolute;
  top:0;
  width:100%;
}

nav.navbar .fa-bars:before, nav.navbar .fa-search:before{
  color:#FFFFFF;
}

.btnContainer{

  background-color: #777676;
}

.header-1 .btnContainer{
     background-color: rgba(0,0,0,.8);
}

.navbar-toggler i ~ span{
  display:block;
  color:#FFFFFF;
  font-size:13px;
}



/*================ end header ==================*/

.overflowEllipsis {
  --max-lines: 4;
  position: relative;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
  padding-right: 1rem; /* space for ellipsis */
}
.overflowEllipsis::before {
  position: absolute;
  content: "...";
  /*   inset-block-end: 0;
  inset-inline-end: 0; */
  bottom: 0;
  right: 0;
}
.overflowEllipsis::after {
  content: "";
  position: absolute;
  /*   inset-inline-end: 0; */
  right: 0;
  width: 1rem;
  height: 1rem;
  background: white;
}
.navbar {
  transition: all 0.35s ease;
  position: fixed;
  margin-bottom: 0;
  border-radius: 0;
}
.navbar .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.navbar-header {
  float: none;
  align-items: flex-start;
  flex: 0 0 auto;
}

.navbar-brand {
  height: auto;
}
.navbar-brand > img {
  transition: none;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}

.navbar .container-fluid {
  padding: 0 60px;
}

.navbar-nav {
  margin-right: 53px;
  float: left !important;
}
.navbar-nav li {
  font-size: 24px;
}
.navbar-nav > li > a {
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1;
}

.intro-txt p{
  font-size:22px;
  line-height: 44px;

}


p a, .para a{
  text-decoration: none;
  font-weight:700;
}

p a:hover, .para a:hover{
  text-decoration: underline;
}

caption, .caption{
    font-family: 'Montserrat-SemiBoldItalic', sans-serif;
  display: block;
  padding:20px 40px;
  font-size:15px;
  line-height: 19px;
  font-weight:600;
  color:#FFFFFF;
  background-color:#777676;

}



/* aside*/

.content-block {
background-color: #343434;
padding: 30px 20px;
color: #ffffff;

}

.caption-inner{
font-size: 15px;
font-weight: 700;
font-style: italic;
padding: 30px;
line-height: 18px;
}

/* news-detail*/

.contentWidth{
    max-width: 1200px;
width: 100%;
margin: 0 auto;
}

.contentWidth2{
    max-width: 960px;
width: 100%;
margin: 0 auto;
}

.pad-marg{
    padding: 0 20px;
margin: 20px 0;
	margin-top: 60px;
}

.inner-h3{
	    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.inner-hr{

    margin-top: 50px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #707070;
    /* margin-block-start: 0.5em; */
    /* margin-block-end: 0.5em; */
    margin-right: 0 auto;
    margin-left: 0 auto;
    padding-right: 0;

}

.events p{
	margin: 20px 0;
}



.breadcrumb {
    padding: 20px 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: #ffffff;
    border-radius: 4px;
    margin: 0 9px;
	    font-size: 15px;
    font-weight: 400;
}

.breadcrumb-item{
	color: #343434;
	font-weight: 400;
}

.breadcrumb-item.active{
	color: #343434;
	font-weight: 700;
}
.section-marg{
margin: 80px 0;}

.bd-itl{
  font-style:italic;
  font-weight:700;
margin: 70px 0 30px 0;
}

.blockquote {
padding: 40px 50px;
font-size: 28px;

font-family: Georgia;
font-weight: 300;
line-height: 34px;
border-bottom: 1px solid #707070;

}

.news blockquote{
  border-width: 1px 0;
  border-style: solid;
  border-color: #707070;
   padding: 50px 100px;
}

blockquote {
  display: block;
  margin: 1.5em 0;
  position: relative;
  font-size: 28px;
  line-height: 34px;
  font-family: Georgia;
font-weight: 300;
border-bottom: 1px solid #707070;
}

blockquote .quote-caption{
  font-family:Montserrat, sans-serif;
  font-size:15px;
  font-weight:700;
  font-style: normal;
  display: block;
  overflow:hidden;
	margin-top: 10px;
}

blockquote:before {
    content: '';
    background-image: url(../img/icons/quote.png);
    position: absolute;
    /*top: 6px;*/
    /* transform: translate(0%, -100%); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 3rem;
    height: 2rem;
    font: 6em/1.08em 'PT Sans', serif;
    color: #000;
    text-align: center;
    margin-left: -54px;
}

.quote{
  font-family: Montserrat;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 50px;
}

.more{
	margin: 45px 0;
    float: right;
    font-size: 17px;
    font-weight: 700;
}

.more::after {
    content: url(../img/arrow.svg);
 padding-left: 15px;
    top: 0;
    bottom: 0;
   }

.more-lt{
margin: 20px 0;
    float: left;
    font-size: 17px;
    font-weight: 700;

}

.more-lt::after {
    content: url(../img/arrow.svg);
 padding-left: 15px;
    top: 0;
    bottom: 0;
   }

.aside-img{
	width: 100%;
    margin-top: 118px;
}

.h4-aside{
	font-size: 17px;
    color: white;
    font-weight: 700;
	padding-top: 15px;
    margin-top: 10px;
}

.content-block p {
	    font-size: 17px;
    line-height: 24px;

}

.content-block a {
	    font-size: 17px;
    line-height: 24px;
	color: #ffffff;
	font-weight: 400;

}

.content-block a:hover{
	    font-size: 17px;
    line-height: 24px;
	font-weight: 700;
	text-decoration: underline;
	color: #ffffff;

}

.events h3{
	padding-top: 30px;
}

.float-rt{
	float: right;
}

.no-pad{
	padding-top: 0;
}

.marg-no{
	margin: 0 auto!important;
}

.rt-90{
    transform: rotate(90deg);
}

.agenda{
	line-height: 24px;
}

.eventbg{
	background-image: url(../img/event-background.png);
	background-repeat: no-repeat;
	    background-size: cover;

    position: relative;
}

.main-eventbg{
	background-image: url(../img/Plywood.jpg);
	background-repeat: no-repeat;
	    background-size: cover;

    position: relative;
}

/*Event Cards*/

.card-events {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
background-clip: border-box;

}

.card-events a:hover{
	    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.5);

    width: auto;
}

.card-title {
    margin-bottom:  1.75rem;
    font-size: 30px;
    line-height: 2em;
    border-bottom: solid 1px #000000;
}

.card-subtitle {
    /* margin-top: -.375rem; */
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 700;
}

.card-link{
	margin: 45px 0;
    float: left;
    font-size: 17px;
    font-weight: 400;
}



.card-link::after {
    content: url(../img/arrow.svg);
 padding-left: 15px;
    top: 0;
    bottom: 0;
   }

/*========TABS==========*/
.tab-content{
	margin: 30px 20px;
}

.tab-content h4{
	font-size: 18px;
	font-weight: 900;

}



/* ========== FOOTER ============ */
 footer {
   padding-top: 50px !important;
   position: relative;
   overflow: hidden;
   padding-left: 15px;
   padding-right: 15px;
 }

footer.bgImg{
     /* background-image: url(../img/footerIMG.svg); */
}
 footer.bgImg:before {
 /*  background-image: url(../img/BostonMapGray.jpg);*/
   background-size: contain;
   background-position: bottom center;
   padding-top: 30px;
   content: "";
   height: 100%;
   width: 1400px;
   max-width: 100%;
   background-repeat: no-repeat;
   position: absolute;
   margin: 0 auto;
   left: 0;
   right: 0;
   bottom: 50px;
 }
 footer h2 {
   color: #ffffff;
   font-weight: 700;
   font-size: 17px;
 }
 span.bold {
   font-weight: 600;
   border-bottom: #fff solid 1px;
   padding: 10px;
 }

 ul.footerText li  {
	list-style: none;
}

 ul.footerText li > a {
   color: #ffffff;
   font-size: 17px;
   text-decoration: none;
   font-weight: 600;
   padding-bottom: 10px;
   margin-top: 0px;
   margin-bottom: 10px;
   line-height: 30px;
   font-weight: 400;
	 list-style: none;
 }
 ul.footerText li > a:hover {
   font-weight: 900;
 }
 h2.FooterBorder {
   border-bottom: #777676 solid 1px;
   margin-top: 20px;
   margin-bottom: 10px;

 }


 span.copyright {
   color: #ffffff;
   font-size: .75em;
   padding: 20px 0px;
   display: inline-block;
 }
 .address {
   color: #ffffff;
   line-height: 35px;
   font-weight: 600;
     font-size: 17px;
 }

 .address a {
   color: #ffffff;
   line-height: 35px;
   font-weight: 600;
     font-size: 17px;
 }

.ft-quote{
        font-size: 32px;
    font-family: georgia;
    color: #939191;
}

.ft-marg{
        margin-top: 84px;
    margin-bottom: 30px;
}

.ft-logo{
	margin-top: 50px;
	margin-bottom: 120px;
}

footer .fa {
    font-size: 20px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    margin-left:  20px;
}


 /* Add a hover effect if you want */
 footer .fa:hover {
   opacity: 0.7;
   color: #fff;
   text-decoration: none;
 }
 /* Set a specific color for each brand */
 /* Facebook */
 .fa-facebook,.fa-twitter, .fa-youtube-play,  .fa-instagram, .fa-linkedin {
   color: #ffffff;
 }

 /* ========== END FOOTER ============ */
.desktop-social {
  display: block;
  text-align:right;
    top: 15px;
}

  .mobile-social {
    display: none;
  }

@media only screen and (max-width: 481px) {
  .mobile-social {
    display: block;
  }

	.desktop-social {
  display: none;
}
}




/* Erin */

.bg-primary{
  background-color:#777676!important;
}
.header-1 .bg-primary{
  background-color:rgba(0,0,0,.8) !important;
}
.navbar-dark li, .navbar-dark li a{
  color:#FFFFFF;
}
.navbar-dark li{
  list-style:none;
}

.horiz-links li{
  display:inline-block;
}

.nav-open .btnContainer{
  background-color:transparent;
}

.nav-open .navbar-toggler:before{
  background-image:url(../img/icons/menu_close.png);
}

.btnContainer span{
  font-size:12px;
  color:#FFFFFF;
}

.navbar ul li a{
  font-size:18px;
  font-weight: 700;
}

.navbar ul.dropdown-menu li a{
  font-weight: 600;
  font-size:17px;
}

.navbar ul.horiz-links li a{
  font-weight: 600;
  font-size:18px;
}


@media only screen and (min-width:767px){
  .horiz-links{
    text-align:center;
    border-top:1px solid #FFFFFF;
    padding-top:40px;
    margin-top:40px;
    padding-bottom:30px;
  }

  .horiz-links li a{
    text-transform: uppercase;
  }

  .navbar .container > ul > li.nav-item >a{
    border-bottom:1px solid #FFFFFF;
    padding-bottom:20px;
    margin-bottom:15px;
  }
}

/* erins's file */

header .btnContainer a img{
  width:30px;
}

header .btnContainer img ~ span{
  color:#FFFFFF;
  display:block;
  font-size:13px;
  padding-top:10px;
}

header .btnContainer{
  padding:10px 20px;
  right: 0;
    position: absolute;
    top: 0;
    z-index: 9999;
}

header .navbar-toggler:before{
    width: 40px;
    height: 30px;
    background-image: url(../img/icons/menu_icon.png);
    content: '';
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
}

header .navbar-toggler{
  padding:0;
}

.bg-img h1{
    position: absolute;
    bottom: 0;
    right: 50px;
    color: #FFFFFF;
        z-index: 99;
}

.navbar.open{
  background-color: rgba(0,0,0,.9);
}

#navbarNavDropdown li{
  list-style-type:none;
}

#navbarNavDropdown li a{
  color:#FFFFFF;
}

#navbarNavDropdown > ul > li.nav-item > a{
  display:block;
  margin-bottom:15px;
  padding-bottom:10px;
}

#navbarNavDropdown > ul > li.nav-item > a{
  border-bottom:1px solid #F1F2F2;
}

#navbarNavDropdown{
  margin-top: 80px;
}

#navbarNavDropdown .nav-link{
  padding:10px 0;
}

section.row{
  margin-bottom:10px;
}


.bgDGray{
  background-color:#515151;
  color:#FFFFFF;
}

.bgDDGray{
  background-color:#343434;
}

.photo-grid .grid-text{
  align-content:center;
  justify-content: center;
  top:0;
  right:0;
  left:0;
  bottom:0;
}

.photo-grid .grid-text a{
  display:flex !important;
  height: 100%;
  align-items: center;
    justify-content: center;
    color:#FFFFFF;
}

.photo-grid h2{
  font-size:60px;
  font-family:Montserrat, sans-serif;
  color:#FFFFFF;
    line-height: 60px;
}

.photo-grid a:hover{
  text-decoration:none;
}

a.bgDGray:hover{
  background-color:#343434;
}

.photo-grid .grid-item a{
  display:block;
  opacity:1;
  height:100%;
  background-repeat: no-repeat;
  background-size:cover;
  transition:all .5s ease-in-out;
}


.photo-grid .grid-item.grid-text:hover a{
  opacity:1;
}
.photo-grid .grid-item:hover .hov-text{
  display: flex;

}
.photo-grid .grid-item{
  height:430px;
    border: 1px solid #fff;
}

.photo-grid .hov-text{
  color:#FFFFFF;
  display:none;
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
    align-items: center;
    justify-content: center;
    font-size:14px;
}

.v-text{
  background-color:rgba(0,0,0,.4);
  display:inline-block;
  position: absolute;
  bottom:0;
  left:0;
  color:#FFFFFF;
  padding:10px 20px;
  font-size:14px;
}

/* super template */

.l-first tr td:first-of-type,.l-first tr th:first-of-type{
  width:50%;
}

.nav-tabs .nav-item{
  border-left:10px solid #FFFFFF;
  border-right:10px solid #FFFFFF;
}

.nav-tabs .nav-item:first-of-type{
  border-left:0;
}

.nav-tabs .nav-item:last-of-type{
  border-right:0;
}

.dkdp{
  background-color:#F1F2F2;
  padding-bottom: 40px;
}

.bg-lt-gray .dkdp{
  background-color:#FFFFFF;
}

.bg-lt-gray .dkdp .nav-tabs li{
  border-color:#F1F2F2;
}

table tr:nth-child(odd){
  background-color:#FFFFFF;
}

.dkdp h2{
  font-size:17px;
  font-weight:700;
  margin-bottom:15px;
    line-height: 1em;
}

section.container > .row {
    margin-bottom: 40px;
}

section > div.bg-lt-gray.row{
  margin-bottom:10px;
}

.navbar .container{
  padding-top:110px;
}

.navbar-collapse{
      position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999
}

.search-container{
  display:none;
}

.nav-open .search-container{
  display:inline-block;
  position: absolute;
  right: 156px;
    top: 10px;
        z-index: 9999;
}

.nav-open .search-container input {
    width: 700px;
    height: 40px;
    max-width: 100%;
    border: 0;
    color:#000;
    padding-left:20px;
    font-weight:600;
}

.nav-open .search-button{
  background-color:#FFF;
}

.search-button{
  display: inline-block;
    float: left;
    margin-right: 30px;
   padding:5px;
}

.nav-open .search-button:before{

  background-image:url(../img/icons/search_open.png);

}

.search-button:before{
  content:'';
  background-image:url(../img/icons/search_icon.png);
  background-size:contain;
  background-position:center;
  background-repeat:no-repeat;
  width:30px;
  height:30px;

      display: block;
}

.more {
    margin: 45px 0;
    float: right !important;
    font-size: 17px;
    font-weight: 700;
    font-family: "Montserrat" !important;
    line-height: 24px;
}

.fl-rt{
	float: right;
}

/*reset dropdown*/

  .dropdown-menu {
position: relative;
    top: initial;
    left: initial;
    z-index: initial;

    float: left;
    min-width: initial;
    padding: initial;
    margin: initial;
    font-size: initial;
    color: initial;
    text-align: left;
    list-style: none;
    background-color:initial;
    background-clip: padding-box;
    border: none;
    border-radius: none;
  }
@media screen and (min-width:767px)
{

  header .btnContainer{
    padding:10px 40px;
  }

  .btn-primary{
      margin-right: 10px;
}

.btn-primary:last-of-type{
  margin-right:0;
}
  .dropdown-menu{
    display: inline-block;
  }

  .dropdown-toggle{
    display:none;
  }
}


/* End Erin */


/* Kristi */


.container-fluid {
    width: 100%;
padding: 0;
    margin-right: auto;
    margin-left: auto;
}


.hero-interior {
   background-repeat: no-repeat;
    background-size: cover;
    position: relative;

    width: 100%;
}

.hero-interior img {
    width: 100%;
}

.bottom-right {
  position: absolute;
 bottom: 0px;
    right: 100px;
	text-align: right;
}

.bottom-right h1{
  color: #fff;
}
.bg-lt-gray{
  background-color: #F1F2F2;

    padding: 70px 0;
}

.bg-lt-gray h2{
  margin-bottom: 40px;
}


/*BUTTONS*/

.btn {
    font-size: 17px;
    font-family: "Montserrat";
    font-weight: bold;
    color: #fff;
    padding: 9px 30px;
    border-radius: 0;
  border: 5px solid #fff;
}

.mb-30{
      /* margin: 80px 0; */
      margin-top: 80px;
      margin-bottom: 80px;
}

.body-text{
  font-size: 17px;
    line-height: 24px;
    margin-top: 20px;
}
.btn {

    ont-family: "Montserrat";
    font-weight: bold;
    color: #fff;
border-radius: 0;
}
.btn-primary{

      border: 1px solid transparent;
}

.btn-primary, .btn-primary-reverse:hover, .btn-primary-reverse:active, .btn-primary-reverse:active:focus, .btn-primary-reverse:active:hover {
    background: #343434;
    color: #fff;
    font-size: 17px !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary-reverse, .btn-primary:hover:active, .btn-primary:active:focus {
    background: #F1F2F2;
    color: #000;
      border: 1px solid #707070;
      font-size: 17px !important;
}

.qt-attr{
  font-size: 17px;
  line-height: 24px;
      font-family: "Montserrat";
    font-weight: 400;
    margin-top: 30px;
    padding-left: 13px;
}



.no-line{
  display: block;
    border-width: 1px 0;
    padding: 50px 100px;
    margin: 1.5em 0;
    position: relative;
    font-size: 28px;
    line-height: 34px;
    font-family: Georgia;
    font-weight: 300;

  top: 0;
  bottom: 0;
  border: 0;
  margin-left: 50px;

}

.mb-20{
  margin: 20px 0;
}

.pd-btm{
	    padding-bottom: 70px;
    padding-top: 30px;
}


.no-line:before {
    content: '';
    background-image: url(../img/icons/quote.png);
    position: absolute;
    top: 64px;
    transform: translate(-50%, -50%);
    width: 3rem;
    height: 2rem;
    font: 6em/1.08em 'PT Sans', serif;
    color: #000;
    text-align: center;
    margin-left: -44px;
}

.three-up .details {

      position: absolute;

    bottom: 23px;
}

.details{
    margin: 0;
    float: right;
    font-size: 17px;
    font-weight: 700;
}

.details::after {
    content: url(../img/arrow.svg);
    padding-left: 15px;
    top: 0;
    bottom: 0;
    opacity:1;
    transition:all .5s ease-in-out;
    position: absolute;
}
 .details::before{
   content: url(../img/arrow-white.svg);
   opacity:0;
    top: 0;
    bottom: 0;
    position: absolute;
    right: -40px;
    transition:all .5s ease-in-out;
}
.three-up .article a:hover .details:after{
  opacity:0;
}

.three-up .article a:hover .details:before{
  opacity:1;
}

/*.three-up .article a:hover .details:after {
	content: url(../img/arrow-white.svg);
    padding-left: 15px;
    top: 0;
    bottom: 0;
}*/

.three-up .bgGray {
    padding: 25px 30px 40px;
    height: 270px;
    overflow: hidden;
}

.two-up .bgGray {
    padding: 25px 30px 40px;
    height: 430px;
    overflow: hidden;
}

.two-up article:not(:last-of-type) {
    padding-right: 15px;
}

.three-up h2{
  margin: 0px 0 30px 0;
}

.three-up.details {
    margin: 00;
    float: left;
    font-size: 17px;
    font-weight: 700;
    font-family: "Montserrat" !important;
}

.bg-border{
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.factNumSm{
  font-size: 120px;
  line-height: 146px;
  border-bottom: 1px solid #515151;
  font-family: "Montserrat" !important;
  font-weight: 700;
  color: #515151;
}

sup {
    position: relative !important;
    font-size: 60% !important;
    line-height: 0 !important;
    vertical-align: baseline !important;
}

.imgFloat{
	    width: 571px;
    height: auto;
    float: right;
    padding: 20px;
}

.factTxt{
  font-size: 17px;
  line-height: 24px;
}

.factoidSm{
  padding: 0 25px;
}

.pd-50{
  padding: 50px 0;
}

.pd-0{
  padding: 0;
}


/*.factoidSm:not(:last-of-type) {
    margin-right: 10px;
}*/

/*breadcrumbs*/

.breadRow{
  margin: 0;
    padding: 0;
}
nav.breadcrumb {
  background-color: #fff;
  border-radius: 0;
  border: none;
  padding: 8px 0;
      margin: 20px 0;
}
nav.breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.breadcrumb li {
  display: inline;
}
nav.breadcrumb li a {
  color: #000;
  font-size: 11px;
  font-weight: 400;
}
nav.breadcrumb li + li::before {
  display: inline-block;
  margin: 0 .25em;
  transform: rotate(15deg);
  border-right: .1em solid #343434;
  height: .8em;
  content: '';
  font-size: 11px;
  font-weight: 300;
}
nav.breadcrumb [aria-current="page"], nav.breadcrumb li.active {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
/*END - breadcrumbs*/


@media only screen and (max-width: 1024px) {
  .bg-lt-gray {
    background-color: #F1F2F2;
    margin: 40px 0;
    padding: 30px 20px;
}

  .bgImg-quote {
background-color: #F1F1F1;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}

  .no-line {
    display: block;
    border-width: 1px 0;
     position: relative;
    font-size: 24px;
    line-height: 29px;
    font-family: Georgia;
    font-weight: 300;

      border: 0;

}

  .no-line:before {
    content: '\201C';
    position: absolute;
    top: 41px;
    transform: translate(-50%, -50%);
    width: 3rem;
    height: 2rem;
    font: 4em/1.08em 'PT Sans', serif;
    color: #000;
    text-align: center;
    margin-left: -26px;
}

  .col-3{
    max-width: 50%;
    flex: 100%;
  }

}



@media only screen and (max-width: 481px) {
.bg-lt-gray {
    background-color: #F1F2F2;
    margin: 40px 0;
    padding: 30px 20px;
}

  .bgImg-quote {
background-color: #F1F1F1;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
        height: auto;
        margin: 0 auto;

}

.no-line {
    display: block;
    border-width: 1px 0;
    position: relative;
    font-size: 24px;
    line-height: 29px;
    font-family: Georgia;
    font-weight: 300;
    border: 0;
    margin: 0 auto;
    padding: 20px;
}

  .no-line:before {
    content: '\201C';
    position: absolute;
    top: 41px;
    transform: translate(-50%, -50%);
    width: 3rem;
    height: 2rem;
    font: 4em/1.08em 'PT Sans', serif;
    color: #000;
    text-align: center;
    margin-left: -26px;
}

  .col-3{
    max-width: 100%;
    flex: 100%;
  }

  /*.mb-20{
    margin: 0 20px;
  }*/
}

.bgImg-quote {
    background-image: url(../img/quote-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.interior.contact{
  background-color: #fff !important;
  padding: 30px;
  margin: 80px 0;
  font-size: 17px;
  line-height: 24px;
}

.tab-pane p{
  font-size: 17px;
  line-height: 24px;
}

/*ACCORDION*/
/*.interior .accordion .panel-title a::after{
      background-color: rgba(255,255,255,.1);
}
*/
.interior .accordion .panel-title a::after{
      background-color: rgba(255,255,255,.1);
}

.accordion .panel-title a::after {
    position: absolute;
    content: url(../img/plus.svg);
 right: 0;
    top: 0;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    width: 62px;
    height: 100%;
    font-family: fontAwesome;
    padding: 18px 0;
    font-size: 28px;
    font-weight: normal;
}

.accordion .panel-title a[aria-expanded="true"]::after {
    content: url(../img/minus.svg);
}

.accordion .panel:last-of-type .panel-heading a {
    border-bottom: 1px solid #707070;
}

.accordion .panel:last-of-type .panel-heading a[aria-expanded=true] {
    border-bottom: none;
}

.accordion .panel:last-of-type .panel-collapse.show{
  border-bottom: 1px solid #707070;

}

.accordion .panel .panel-collapse{
    background-color: #F1F2F2;
}

 .accordion .panel-heading a {

    font-size: 20px;
}

.accordion .panel-heading a:hover,.accordion .panel-heading a:focus{
  text-decoration: underline;
}

.accordion .panel-title a[aria-expanded="true"], .accordion .panel-heading a:hover {
        color: #000;
}

.accordion .panel-body{
  background-color:#F1F2F2;

}


.interior .accordion .panel-title a[aria-expanded="true"]:focus, .interior .accordion .panel-heading a:focus{
  background-color:#F1F2F2;
  text-decoration: none;
}

.accordion .panel-heading a {
    padding: 22px 0px;
    background: #F1F2F2;
    display: block;
    position: relative;
  border-top: 1px solid #707070;

}

.mb-100 {
    margin-bottom: 100px !important;
}

.accordion .panel-default {
    border: none;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;/*
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);*/
}

.accordion .panel-default > .panel-heading {
    border: none;
    color: #fff;
}


.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.accordion .panel-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.interior table.tblClear th {
    background-color: #F1F1F1;
    color: #000000;
}
.interior table.tblClear tr {
    background-color: #F1F1F1;
}

.interior table.tblClear tr {
    border-bottom: 1px solid #707070;

}

.interior table.tblClear tr:last-of-type {
    border-bottom: 0;

}

.interior table.tblClear {
    width: 100%;
    /* margin-bottom: 60px; */
	margin-bottom: 0;
}

.interior table.tblClear tr td {
    padding: 20px 0;
    height: 50px;
}

.contact{
  background-color: #fff !important;
  padding: 30px;
  margin: 80px 0;
  font-size: 17px;
  line-height: 24px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #000000;
    background-color: #F1F2F2;

}

.btn:focus, .btn:hover, .btn:active, .btn:active:focus, .btn:active:hover {
     color: #000000;
    background-color: #F1F2F2;
    border:1px solid #707070;
}

.info-btn{

    margin: 10px 0;
    float: left;
    font-size: 17px;
    font-weight: 400;
    font-family: "Montserrat" !important;
}

.info-btn::after {
    content: url(../img/arrow.svg);
 padding-left: 15px;
    top: 0;
    bottom: 0;
   }

.pd-5{
      padding: 0 5px;
}

.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.8); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: block; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}


.three-up .article a .bgImg2,  .three-up .article a .bgGray, .three-up .article a h3{
  transition:all .5s ease-in-out;
}

.three-up .article a:hover  {

    color: #fff;

    text-decoration: none;

}

.three-up .bgImgLg {
    height: 430px;
    width: 100%;
    transition:all .5s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}



.three-up .article a:hover .bgImg2, .three-up .article a:hover .bgImgLg {
  opacity:.4;
}

.three-up .article a:hover .bgGray{
  background-color:#707070;
  color: #fff;
}

.three-up .article a:hover h3{
  color: #fff;
}

.mtdp {
  display: none;
}

.dkdp {
  display: block;
}

	.mobile-only{
		display: none;

	}

@media (max-width: 990px) {

  .mtdp {
    display: block;
  }

  .dkdp {
    display: none;
  }


}
@media (max-width: 481px) {

	.newImgsm{
		height: 318px;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.ht-mob{
		widows: 250px;
	}
.three-up .bgGray {
    padding: 25px 30px 40px;
    height: auto;
    overflow: hidden;
}

    .more {
    margin: 20px 0;
    float: right;
    font-size: 17px;
    font-weight: 700;
    font-family: "Montserrat" !important;
    line-height: 24px;
}
    .bg-img h1 {
    position: absolute;
    bottom: 0;
    /* right: 50px; */
    color: #FFFFFF;
    z-index: 99;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    left: 0;
    right: 0;
    text-align: center;
}
}

@media only screen and (max-width: 768px) {
	.mobile-only{
		display: block;
		font-size: 40px;
		line-height: 40px;
	}

	.interior .accordion .panel-heading a {
    font-size: 18px;
}

	.accordion .panel-title a::after {
    position: absolute;
    content: url(../img/plus.svg);
    right: 0;
    top: 0;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    width: 29px;
    height: 100%;
    font-family: fontAwesome;
    padding: 18px 0;
    font-size: 28px;
    font-weight: normal;
}

	.bottom-right {
    position: absolute;
    bottom: 0px;
    right: 100px;
    text-align: right;
    display: none;
}
	.pd-btm {
    /* padding-bottom: 70px; */
    /* padding-top: 30px; */
    margin: 0 auto;
    padding-left: 0;
    left: 0;
    padding: 20px 0;
		    margin-left: -5px;
}

	.imgFloat{
	    width: 100%;
    height: auto;
   padding: 0;
		margin: 20px 0;
}

  .three-up .bgGray {
    padding: 25px 30px 40px;
    height: auto;
    overflow: hidden;
}

  .no-line {
    display: block;
    border-width: 1px 0;
    position: relative;
    font-size: 24px;
    line-height: 29px;
    font-family: Georgia;
    font-weight: 300;
    border: 0;
    margin: 0 auto;
    padding: 20px;
}

.mobile-20{
    margin: 30px 0;
}

  .bgImg-quote {
    background-image: url(../img/quote-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

    margin: 50px 0;
}
}

@media (max-width: 767px) {

  .bmccclitlstfp {
    font-size: 17px;
  }

}

.bmccclitlstfp:link {
  color: #a32137;
}

.bmccclitlstfp:hover {
  color: #0c728e;
  text-decoration: none;
}

.bmccclitlstfp:focus {
  color: #fff;
}

.bmccclitlstfp {
    font-size: 20px;
    background-color: #343434;
    color: #fff;
    padding-left: 20px;
    padding-top: 17px;
    width: 100%;
    text-align: left;
}

.bmccclitlstfp.collapsed {
      background-color: #777676;
    color: #fff;
    width: 100%;
    border: none;
    text-align: left;

    font-size: 20px;
    font-weight: 700;
}

.bmccclitlstfp.collapsed:hover {
  color: #FFFFFF;
  text-decoration: none;
}

    .bmccclitlstfp:active{
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

  .bmccclitlstfp:hover {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}
.bmccclitlstfp.collapsed:focus {
  color: #FFFFFF;
}

.bmccpanel.header {


}
  .card-body.bmccclpnlbd h4 {
    font-size: 17px;
    font-weight: 700;
  }

    .card-body.bmccclpnlbd p {
    font-size: 15px;
    line-height: 20px;
  }

.bmccpanelst {
  border-color: #dddddd;
  margin-bottom: 16px !important;
  margin-top: 16px !important;
  background-color: #ffffff;
  border: 0px solid transparent;
  border-radius: 0px !important;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  border-bottom: 0px solid #CCCCCC;
  border-top-color: #FFFFFF !important;
}

.panel-heading .btn-link-acc:after {
  content: "";
  width:30px;
  height:30px;
  background: url("../img/close-rev.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  display: block;
  float: right;
  margin-bottom:10px;
  margin-right: 20px;
}
.panel-heading .btn-link-acc.collapsed:after {
  content: "";
  width:30px;
  height:30px;
  background: url("../img/plus-rev.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  display: block;
  float: right;
  margin-bottom:15px;
  margin-right: 20px;
}
.panel-heading .btn-link-acc.collapsed a::after {
    content: url(../img/close-rev.svg);
}



.bmccpnlhdh {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.bmccpnlttsti {
  font-size: 18px !important;
  text-transform: none !important;
}

.bmccpgpnct {
  display: block;
  text-align: center;
}

/*.nav-tabs {
  border-bottom: 20px solid #F3BC48;
}*/

.nav-tabs .nav-item {
  margin-bottom: -1px;
  width: 33.33%;
  border-right: 25px solid #FFFFFF;
}

.nav-tabs .nav-item:last-child {
  margin-bottom: -1px;
  padding-right: 0px;
  border-right: 0px;

}

/*.nav-tabs .nav-link {
  border: 0px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #F3BC48;
  padding: 25px;
  font-family: "Raleway Bold";
  font-size: 20px;
  text-align: center;
  background-color: #182E64;
}

.nav-tabs .nav-link:focus {
  color: #FFFFFF;
  background-color: #182E64;
}*/

@media (max-width: 1200px) {

  .nav-tabs .nav-link {
    padding: 15px;
    font-size: 16px;
  }
  }

.float-rt{
    float: right;

margin: 50px;
}

.create {
    background-image: url(../img/Concrete-wall.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.create h2{
    font-size: 90px;
    margin: 80px 0;
}

.create .card-body {
    flex: 1 1 auto;
    padding: 0 1.25rem;
    background-color: #000;
    color: #fff;

    height: 125px;
}



.mb-lg{
    margin-bottom: 164px;
    margin-top: 20px;
}

.create .card{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    margin: 0px 10px;

}


.create .card-img-top {
       height: 212px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}

.create .card-text{
  font-weight: 700;
    font-size: 24px;
display: flex;
    margin: auto;
    height: 125px;
    align-items: center;
}

a .crate.card-body:hover{
  background-color:#515151;
    text-decoration: none;
}

.newImg{
    height: 400px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}

.featuredImg{
    background-color: #F1F2F2;
    padding: 0;
}

.newspadding{
    padding: 20px;
    font-size: 17px !important;
    line-height: 24px!important;
}

.newImg-side{
         height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.news-rt{
    background-color: #F1F2F2;
    font-size: 17px !important;
    line-height: 24px;
    padding: 20px;
}

.news.news-rt h3 p{
    font-size: 17px;
    line-height: 24px;
}
.mb-10{
    margin-bottom: 10px;
}

.p-rt{
    padding-right: 0;
}

.main-eventbg h2{
     font-size: 60px;
    font-weight: 400;
    line-height: 49px;
}

.news.article{
	padding-left: 10px;
}

.news h2{
    font-size: 60px;
    font-weight: 400;
    line-height: 49px;
}
.news h2 span {
  transform: rotate(-90deg);
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    position: absolute;
    left: -12px;
    font-weight: 600;
}

.newspadding h3 {
    font-size: 17px;
    line-height: 24px;
}

.newspadding p {
    font-size: 17px;
    line-height: 24px;
}

.news-rt h3{
    font-size: 17px;
    line-height: 24px;
}

.news-rt p{
    font-size: 17px;
    line-height: 24px;
}

.imgMB img{
      width: 100% !important;
}

.imgMB.d-md-none{
    margin-left: -15px;
    margin-right: -15px;
}

.no-pd{
    padding: 0;
}

@media only screen and (max-width: 768px){

    table.tblClear tr th {
    padding: 20px 5px;
}

    table.tblClear td, table.tblClear th {
    padding: 0 5px;
}


	    .mob-center{
    margin: 0 auto;
    padding: 0;
    justify-content: center;
    padding: 40px;

    }

    .mob-center .btn{
      margin-bottom: 10px;
    }

	    .btn-primary, .btn-primary-reverse:hover, .btn-primary-reverse:active, .btn-primary-reverse:active:focus, .btn-primary-reverse:active:hover {
    background: #343434;
    color: #fff;
    font-size: 17px !important;
    width: 250px;

}


	.factNumSm {
    font-size: 90px;
    line-height: 110px;
    border-bottom: 1px solid #515151;
    font-family: "Montserrat" !important;
    font-weight: 700;
    color: #515151;
		margin: 0 auto;
		width: 50%;
}

	.factTxt {
    font-size: 15px;
    line-height: 20px;
		margin-top: 20px;
}

	blockquote {
    display: block;

    margin: 1em 0;
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-family: Georgia;
    font-weight: 300;
    overflow: hidden;
		padding-left: 50px;
	}


	blockquote:before {
    content: '';
    background-image: url(../img/icons/quote.png);
    position: absolute;
    /* top: 6px; */
    /* transform: translate(0%, -100%); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 1.25rem;
    height: 1.5rem;
    font: 6em/1.08em 'PT Sans', serif;
    color: #000;
    text-align: center;
    margin-left: -30px;
}

	.qt-attr {
    font-size: 15px;
    line-height: 17px;
}

	.more {

    float: left;
    font-size: 15px;
    font-weight: 700;
    font-family: "Montserrat" !important;
    line-height: 20px;
	margin-left: 20px;
}
	.fl-rt {
    float: left;
}


	.mb-30 {
    /* margin: 30px 0; */
    margin-top: 30px;
    margin-bottom: 30px;
}

.mobile-20 {
    margin: 30px 0;
    padding: 20px 0;
}

    .mb-lg {
    margin-bottom: 164px;
    margin-top: 20px;
}


    .fixed-right{
        padding: 0;
        margin-top: 10px;
    }

	.mg-btm-5{
		margin-bottom: 5px;
	}




      }
@media only screen and (max-width: 768px){

	.photo-grid h2 {
    font-size: 28px;
    font-family: Montserrat, sans-serif;
    color: #FFFFFF;
    line-height: 60px;
}

.create h2{
    font-size: 50px;
    margin: 30px 0;
}

    .main-eventbg h2{
     font-size: 40px;
    font-weight: 400;
    line-height: 49px;
}

    .main-eventbg h2 span {
    transform: rotate(-90deg);
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    position: absolute;
    left: 2px;
    font-weight: 600;
}

.news h2{
    font-size: 40px;
    font-weight: 400;
    line-height: 49px;
}

    .news h2 span {
    transform: rotate(-90deg);
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    position: absolute;
    left: -10px;
    font-weight: 600;
}

   .mob-mg-20{
        margin: 10px 0;
    }


	.newImg {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .bgImg-quote {

    height: auto;
    margin: 50px 0;
}






.create .card {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    margin: 0 auto;
}

    .mb-lg{

        margin: 20px 0 100px 0;
}

	.no-pd-marg{
		margin: 0;
		padding: 0;
	}

	.card-events{
		padding-left: 0;
		padding-right: 0;
	}




}


@media only screen and (max-width: 1024px){
.newImg-side {

    height: 300px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    }
}


/* End Kristi */

.hero-gradient:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0, 0, 0, 0) 49%,rgba(0,0,0,0.5) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.hero-gradient img{
  display:block;
}

.main-eventbg h2 span{
     transform: rotate(-90deg);
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    position: absolute;
    left: -10px;
    font-weight: 600;
}

.main-eventbg h2{
  position: relative;
    padding-left: 26px;
}

a .newImgsm{
  height:100%;
  width:100%;
}
.news-section a:hover .newImg, .news-section a:hover .newImgsm{
  opacity:.4;
}

.news-section a:hover .col-md-7, .news-section a:hover, .news-section .featuredImg a:hover, .news-section .featuredImg a:hover .newspadding{
 background-color:#343434;
color:#FFFFFF;
 text-decoration: none;
}

.news-section a:hover .col-md-7 h3, .news-section .featuredImg a:hover .newspadding h3{
   color:#FFFFFF;
}

 .news-section .bgDDGray{
  padding:0;

}

.news-section a .newImgsm, .news-section a .newImg, .news-section a .col-md-7, .news-section a .col-md-7 h3, .news-section .featuredImg .newspadding, .news-section .featuredImg .newspadding h3{
  transition:all .5s ease-in-out;
}
.news-section .more a, .news-section .more a:hover{
  background-color:transparent !important;
  color:#000;
}

.news-section .more a:hover{
  text-decoration: underline;
}
