 /* zzCustom.css */

/* BROWN = #544b39 */
/* Green = #566C02 */
/* Light Green = #a3b631*/

/* ======================*/
/* THEME OVERRIDES */
/* ====================== */

/* Prevent Multiview pixel from showing whitespace */
body > img[src*="crwdcntrl.net"] {
	position:absolute;
}

/* Prevent Base Elements Page from Breaking Responsive */
@media(max-width:1025px){
    .prettyprint.RefCode {
        display:none;
    }
}

h2 {
  font-family:Raleway,Helvetica,arial, sans-serif;
}

a {text-decoration:none;}
a:hover {text-decoration:underline;}

.TextButton {
  padding:.5em 1em;
}



/* /////// */
/* Header */
/* /////// */


/* Top Level Primary Nav Links */
.RadMenu.RadMenu_Austin .rmRootGroup > .rmItem > .rmLink {font-size:.9em;}
.RadMenu.RadMenu_Austin .rmText, .RadMenu.RadMenu_Austin .rmHorizontal .rmText, .RadMenu.RadMenu_Austin .rmSlide .rmText {padding:5px 10px;}
/* Primary Nav - Megamenu d2 links */
.RadSiteMap.RadSiteMap_Austin.MegaDropDownMenu .rsmTwoLevels>.rsmItem>.rsmLink {font-size: 1em;}
/* HideInPrimary - this allows nav to not show in primary but show secondary nav when put in footer */
.rmRootGroup .rmRootLink.HideInPrimary {
	display:none;
}

/* Make Logo always float left of nav til mobile */
@media(min-width:768px){


  .header-bottom-container {
    padding-left:120px;
    max-width:1170px;
    margin:auto;
  }

}


/* Secondary Nav */
.RadTreeView.RadTreeView_Austin a.rtIn {
  color:#7f786b;
  text-transform:uppercase;
  font-size:14px!important;
}
.nav-secondary .sub-nav-head {
  text-transform:uppercase;
}



.header-topper-container {
    background-color:#544b39;
    color:#fff;
    padding:5px 0;
}

.header-topper-container .tagline {
    font-size: 18px;
    font-family: Helvetica,Arial,Segoe UI,sans-serif;
    color: #a6a299;
    text-transform: uppercase;
    line-height: 37px;
    white-space:nowrap;
     }

@media(max-width:991px){
  
  header .header-topper-container {
    text-align:center;
  }
  .navbar-header {
    float:none;
  }
}

	

.nav-auxiliary a {
  color: #a3b631;
  display: inline-block;
  font-family: Helvetica,Arial,Segoe UI,sans-serif;
  font-size: 1.2rem;
  padding: 0 5px;
  text-transform: uppercase;
  transition: all 50ms linear 0s;
  text-decoration: none;
}

.nav-auxiliary .ste-section a {
   display:inline-block;
   text-indent:-2000px;
   overflow:hidden;
}


/* HD logo */
a.HdLogo {display:block;text-indent:-2000px;overflow: hidden;background-image:url(images/eforesters/hdlogo.png);background-size:contain;background-repeat:no-repeat;height:100px;width:100px;margin-top: 15px;margin-bottom: 15px;}

/* Social Icons */
.header-social {
/*     border:1px solid red; */
    text-align:right; 
    margin-top:1em;
}


/* Home Page */

.HomePageFullWidthArea .panel-body-container {
  background-color:#f1f0e9;
  background-image:url(/images/saftemplate/bg-flexslider-tiled.png);
}

.carousel{
  max-width:1170px;
  margin:auto;
}

.carousel-caption {
  background-color:rgba(86, 108, 17,.8);
  padding:1em;
}


/* Career Center */
#jobposting {
margin-top: 0px;
padding-top: 0px;
}
	
.jt_job {
    border-bottom: 1px dotted #dddddd;
	padding-bottom: 30px;
	padding-top: 10px;
}

/* Various */
.RadButton.RadButton_Default.rbImageButton.IconSprite.AddIcon {
	margin-right: 3em;
}
.AddIcon::after {
	content: "Add";
	margin-right: -4em;
}
.RadButton.RadButton_Default.rbImageButton.IconSprite.EditIcon {
	margin-right: 4em;
}
.EditIcon::after {
	content: "Edit";
	margin-right: -5em;
	display: inline-block;
}

/* Feature-HOVER */

.FtrHover img {
    display:none; /* Because Jquery is making it background image.*/
}

.FtrHover {
    position: relative;
    overflow: hidden;
    transition: all .5s;
    margin-bottom: 1em;
}

.FtrHover .ContentItemContainer {
  margin-bottom:0;
}

.FtrHover .Ftr .caption {
    position: absolute;
    background-color: rgba(161, 178, 69, .8);
    display: block;
    top:calc(100% - 80px);
    width: 100%;
	padding:0 1em;
}

.FtrHover .Ftr .caption p {
    opacity: 0;
}

.FtrHover .Ftr .caption h2 {
    max-width: 75%;
    margin: 1em auto;
    font-size: 20px;
    font-weight:700;
    text-align:center;
    text-transform:uppercase;
    text-shadow:0 0 10px #000;
}

.FtrHover .Ftr .caption h2,
 .FtrHover .Ftr .caption p {
    color: #fff!important;
    text-align: center;
    border: none;
    margin-top:.5em;
}

.FtrHover:hover .caption h2 {
    background-color: transparent;
    margin-bottom: .5em;
}

.FtrHover:hover .caption p {
    opacity: 1;
}

.FtrHover .Ftr:hover .caption {
    opacity: 1;
    top: 0;
    bottom: 0;
    display: block;
    text-shadow: 1px 1px 4px #333;
    transition: top .5s;
}

.FtrHover .TextButton {
    border: 1px solid #fff;
    background-color: transparent;
    text-transform: uppercase;
}

.FtrHover .TextButton:hover {
    background-color: white;
    color: #333;
    text-shadow: none;
}

/* RESPONSIVE FOR FTR-HOVER */
  .FtrHover .Ftr {
    position: relative;
    background-size:cover;
    background-position:50% 50%;
  }
.FtrHover .Ftr {
    height:25vw;
    max-height:260px;
  }
@media(min-width:1024px){
  

}


@media(width:768px){
  .FtrHover .Ftr {
    height:325px;
  }
 
  .FtrHover .Ftr .caption {
    padding:0 1em;
    top:calc(100% - 106px);
    }
 
}

@media(max-width:768px){
  .FtrHover .Ftr {
    height:325px;
  }
 
  .FtrHover .Ftr .caption {
    padding:0 1em;
    top:calc(100% - 75px);
  } 
}



/* ========================== */
/* Footer  */
footer {
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}

/* 3 Col Container */
.footer-content {
    background-color: #544B36;
    color: #e4e4e4;
    text-align: left;
	padding-top:2em;
}


.footer-content a {
  color:#a3b631;
}

.footer h2{
  font-family: Helvetica, arial, sans-serif;
  color:#a6a299;
  font-weight:bold;
  font-size:1.2em;
}

/* ftNav (SiteMap) */
footer .ftNav .NavigationListItem {display:block;}
footer .ftNav .NavigationLink {padding-left:0;}

/* About */
.ftAbout ul {
  list-style-type:none;
  padding:0;
}
.ftAbout p {
  line-height:1.5em;
}

footer .TextButton {
  background-color:transparent;
  border:1px solid #a3b631!important;
  color:#a3b631!important;
  margin-bottom:1em;
}
footer .TextButton:hover {
  background-color:transparent!important;
  border:1px solid #fff!important;
  color:#fff!important;
  margin-bottom:1em;
}


.footer-copyright {
    background-color: #544b39;
    color: #999999;
    text-align:center;
	font-size:.9em;
    padding:2em;
}





/* ============= */
/* Responsive */
/* ============= */

.navbar-toggle {
    background-color:#a3b631!important;
    border:1px solid #a3b631;
}

.navbar-toggle.collapsed  {
    background-color:#566c12!important;
}


@media(max-width:768px){
  footer .col-md-4 {
    margin:2em auto;
  }
}

/* Philip at ISG added 8/16/2021 - to fix buttons on OUP access page */

.hideIQAHeader .panel-body {
	padding:0;
}

.hideIQAHeader thead,
.hideIQAHeader .GridTitlePanel {
	display:none;
}

.hideIQAHeader .rgRow td {
  border:0px!important;
  padding:0px!important;
}

.hideIQAHeader .TextButton {
  width:100%;
}

/* Philip at ISG added on 1/26/2022 to change footer links to white, per Elizabeth Buhl's request */

.footer-copyright a,
.footer-content a,
.footer-content a:visited {
  color:#fff;
}

footer .TextButton {
  background-color:transparent;
  border:1px solid #fff!important;
  color:#fff!important;
  margin-bottom:1em;
}