/* Style sheet copied from sefire.css - update appropriately for Literature Gateway --- */

body {
    background: #fff;
   font-family: 'Merriweather', serif;
    -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

/* --- Colors --- */
:root {

  --darkblue: #266074;
  --lightblue: #3484a3;
  --green: #b1c260;
  --topgreen: #88b66a;
  --heading: #266074;
  --yellow: #F9D909;

}

.bg-darkblue { background: var(--darkblue); }
.bg-lightblue { background: var(--lightblue); }
.bg-green { background: var(--green); }
.bg-top-green { background: var(--topgreen); }
.heading-color { background: var(--heading); }
.bg-yellow { background: var(--yellow); }


/* --- end colors --- */

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 60px !important;  /* Overide google */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  color: #fff;
}

.material-icons-black {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 68px !important;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    color: #9d9d9d !important;
}

#content .documentDescription, #content #description {
   font-family: 'Merriweather', serif;
}

.lp-footer { display: none; }

body.kssActive .inlineEditable:hover, body.kssActive .formlibInlineEditable:hover {
    padding: 0;
    border: 1px solid #fff !important;
    border-color: #fff;
    cursor: text;
    background: White url(blank.png) repeat-x;
}

#content a:link, dl.portlet a:link {
    border-bottom: none!important;
}

/* Hide these items */
#jumpmenu,.rss,.rss-feeds,.footer-mid,.footer-rt {
    display: none;
}


#portaltab-home-link ul.submenu {
    display: none;
}

/* Hide title and byline on pages */
.template-document_view .documentByLine, .template-document_view .documentFirstHeading {
    display: none !important;
} 

.hide-heading { display: none; } /* ---  turn off heading in grid_layout --- */

.section-the-literature-gateway-1 #visual-portal-wrapper {
    max-width: 100%;
}

.row { float: none!important; } /* --- this keeps the content from positioning to the left --- */

#portal-column-one {
    position: relative;
    top: 4em;
}
#portal-column-two {
    position: relative;
    top: 2em;
}

#portal-columns {
    position: relative;
    top: 0;
    width: 1170px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #portal-columns {
    width: 96%;
}
}


.section-gateway-tool #portal-columns {
    width: 100%;
    top: 0;
    position: relative;
    z-index: 5;
}

.fullwidth-section { margin-bottom: 3em; }

/* Portlets */

.portletNavigationTree .portletHeader {
    background: #205C90 none repeat scroll 0 0;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
    padding: 15px;
}


dl.portlet {
    font-size: 90%;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 1.5em;
}

dl.portlet dt, div.portletAssignments div.portletHeader {
    padding: 1em 1em 0.25em;
    background: transparent;
    line-height: normal;
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
}

/* Table listing */

#content table.listing {
    width: 100%;
}


.addthis_toolbox.addthis_default_style {
    right: 0;
    top: 27px;
    position: relative;
    z-index: 0;
}
.content-se-firemap-collection .addthis_toolbox.addthis_default_style {
    top: -315px;
    
}

#portal-breadcrumbs {
    font-size: 85%;
    margin: 0.5em auto 2em;
   padding: 10px 0px;
}


/* --- Banner Images --- */

#bird-banner { 
  display: block;
  background: #efefef;
  height: 80px;
}


.section-the-literature-gateway #portal-banner, .content-lit-gateway-landing #portal-banner,.template-request_login_pre #portal-banner,.content-the-literature-gateway-1 #portal-banner, .content-the-literature-gateway-1 #edit-bar, .content-the-literature-gateway-1 .addthis_toolbox,.section-about .addthis_toolbox {
    display: none !important;
}

.template-logged_out #portal-banner {
    height: 0px;
}

.content-gateway-home #portal-banner,.section-resources #portal-banner {
    height: 35px;
    background: #fff;
}

.template-folder_contents #portal-banner {
    display: none !important;
}

.section-about #portal-banner {  
   background-image: url(literature-images/about-banner.jpg);
   background-position: center;
display: none; }

.section-contact #portal-banner { background-image: url(literature-images/contact-banner.jpg); }

.section-the-literature-gateway-1 #portal-banner {
    background-image: url(literature-images/forest-1.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

/* --- return link --- */

.wlfw-nav-bar {
  display: block;
}

.nest-navigation-bar {
    display: none;
} 

.wlfw-nav-bar {
    background: #88b66a;
    display: block;
    padding: 10px 30px;
    font-family: 'montserrat';
    font-weight: 600;
    font-size: 13px;
    z-index: 20;
}

.wlfw-nav-bar a {
    color: #fff!important;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}
.wlfw-nav-bar a:hover {
    color: #fced20!important;
}

/* ------- turn this off
.nest-navigation-bar {
    background: #88b66a;
    display: block;
    padding: 5px 40px;
} 


.nest-navigation-bar img {
    width: 320px;
}

.nest-nav-inner {
    margin: 0 auto;
    width: 100%;
    padding: 1px 30px;
}

@media only screen and (max-width: 768px) {
.nest-navigation-bar {
    padding: 5px 0px;
}
.nest-nav-inner {
    padding: 1px 5px;
}
}
--- */

#visual-portal-wrapper {
    background-color: #fff;
    margin: 0 auto;
    max-width: 100%;
    min-height: calc(100vh - 220px);
} 

#portal-top {
    height: 215px;
    background-image: url(literature-images/bird-banner.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 52%;
}

@media only screen and (max-width: 768px) {
  #portal-top {
    height: 130px;
    background-repeat: no-repeat;
    background-size: 100%;
}
}

#portal-header{
    background: transparent;
    border-color: transparent;
    border-style: none;
   position: relative;
   width: 100%;
   height: 130px;
}

#portal-logo {
    margin: 0;
}

#portal-logo img {
    width: 780px;
    position: relative;
    left: 10%;
    top: 75px;
    z-index: 2;
}

@media only screen and (max-width: 768px) {
 #portal-logo img {
    top: 10px;
   width: 95%;
}

#portal-logo img {
    position: relative;
    left: 5px;
}
}


#portal-searchbox {
    top: -30px;
    right: 30px;
}

#partnerSiteSelection {
    position: absolute;
    right: 15px;
    top: 145px;
}

#jumpmenu {
    clear: right;
    float: right;
    margin-top: -60px;
    position: relative;
    width: 225px;
}


/* --- main navigation tabs --- */

@media only screen and (max-width: 768px) {

  .menu-toggle{
   font-family: 'Montserrat', sans-serif;
    font-weight: 600;
font-size: 13px;
  }
}

#globalnav-wrapper {
    background-color: #266074;
    border-bottom: 2px solid #266074;
    top: 175px;
}

#portal-globalnav {
    display: flex;
    justify-content: flex-end;
    margin-right: 4em;
}

#portal-globalnav {
    background-color: #266074;
}
   
#portal-globalnav li a {
    background-color: #276074;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 30px;
}


/* --- Home Icon --- */

#portaltab-home > a {
    background: url(none)!important;
    text-indent: 0;
}

#portaltab-home > a:hover {
    background: #3890ae url(none)!important;
    text-indent: 0;
}


#portal-globalnav .selected a {
    background: #bac966;
    color: #222!important;
}

#portal-globalnav a:hover, #portal-globalnav .selected a:hover {
    background: #3890ae;
    color: #fff;
}

#portal-globalnav ul.submenu a {
    text-transform: none;
    font-size: 15px;
}

#portal-personaltools-wrapper {
    right: 30px;
    top: -40px;
}
#portal-personaltools a { color: #fff; }
#portal-personaltools a:visited { color: #a9e1f3 !important; }


li#portaltab-home ul.submenu {
    display:none;
}
#portal-globalnav ul.submenu a:hover {
    background-color: #efefef !important;
    color: #E86128 !important;
}
@media only screen and (max-width: 767px) { /* --- turn off on mobile --*/
#portal-globalnav{
    display: none;
  }

  #portal-globalnav.opened{
    display: block;
  }
  #portal-globalnav li{
    width: 100%;
  }
}

/* Typography */


#content h1.documentFirstHeading {
    color: #276f88;
    font-size: 34px;
    margin-bottom: 0.5em;
    margin-top: 0;
    text-transform: capitalize;
  
}

#content h1 {
    color: var(--heading);
    font-size: 32px;
    margin-bottom: 0.5em;
    margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat',Verdana,sans-serif;
    color: var(--heading);
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: -0.0115em;
    margin-bottom: 10px;
}
h2 { font-size: 26px; }
h3 { font-size: 24px; }

h4 {
    font-size: 20px;
    font-weight: 600;
}

p {
    color: #666;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 1.6em;
}

.intro {
    font-size: 18px;
    line-height: 1.7em;
    color: #676767;
    margin: 1em 0em;
}

.image-right {
    float: right;
    margin-left: 2em;
    margin-bottom: 1em;
}

.float-right {
    float: right;
}

.white,.white a:link,.white a:visited {
    color: #fff!important;
}

/* Custom footer */

.footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
@media only screen and (max-width: 768px) {
   .footer-container { 
    flex-direction: column-reverse;
   align-items: center; }

.flex-item img {
    width: 100%;
}
}
.block-1 {
    margin-top: 1.5em;
}
.block-2 {
    width: 15%;
}
.block-25 {
    width: 25%;
}
.block-50 { width: 53%; }
@media only screen and (max-width: 768px) {
  .block-50 { width: 90%; }
}

#portal-footer-wrapper {
    background: #266074;
}
#portal-footer-lit-gateway {
    display: block;
    position: relative;
    padding: 2em;
    margin: 2em auto;
    width: 80%;
}
@media only screen and (max-width: 768px) {
   #portal-footer-lit-gateway {
    padding: 1.5em;
    margin: 1em auto;
    width: 100%;
}
}

.footer-container h4 {
    color: #d0f7ff!important;
    margin-top: 15px;
}

#portal-footer {
    background: #266074 none repeat scroll 0 0;
    display: block;
    margin-top: 0;
}
.ft-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.ft-menu li { 
    font-family: 'montserrat';
    font-weight: 500;
    font-size: 15px;
    padding: 2px 0; 
}

.ft-menu a { color: #fff !important; }
.ft-menu a:hover { color: #ff9900 !important; }
.footer-left { display: none; }

.bottom-nav {
    text-align: left;
    margin: 20px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 20px;
}
@media only screen and (max-width: 768px) {
   .bottom-nav {
    text-align: center;
    margin: 20px 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    grid-gap: 10px;
}
}

/*.sitecredit {
    background: url(fergusonlynch.png) no-repeat scroll 0 7px transparent;
    font-family: 'Montserrat';
    font-size: 11px;
    letter-spacing: 0;
    line-height: 40px;
    padding-left: 33px;
    text-transform: uppercase;
    margin: 20px auto 0 20px;    
}*/

  .sitecredit {
    background: url("fergusonlynch-icon.png") no-repeat scroll 0 0 transparent;
    font-family: 'Montserrat';
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.1rem;
    margin: 30px auto 0 12px;
    padding-left: 50px;
    text-transform: uppercase;
    width: 185px;
}
@media only screen and (max-width: 768px) {
.sitecredit {
    margin: 25px auto 0 10px;    
}
}
.sitecredit a,.sitecredit-csdv a { color: #b3dde7!important; }
.sitecredit a:hover, .sitecredit-csdv a:hover { color: #f90!important; }

.sitecredit-csdv {
    background: url(literature-images/csdv-abbrev.svg) no-repeat scroll 0 10px transparent;
    font-family: 'Montserrat';
    font-size: 11px;
    letter-spacing: 0;
    line-height: 40px;
    padding-left: 55px;
    text-transform: uppercase;
    margin: 15px auto 0 0px;
   float: left;
}

.LSBox {
    top: 70px;
    position: relative;
    background: #fff;
    padding: 11px;
    border-radius: 6px;
    border: 1px solid #fff;
    right: 0;
    box-shadow: 0px 1px 5px 0 rgb(75 75 75 / 25%);
}



/* Mobile settings */


@media only screen and (max-width: 768px) {

.LSBox {
    top: 113px;
    position: absolute;
    background: transparent;
    padding: 11px;
    border-radius: 6px;
    border: none;
    left: 57px;
    width: 150px;
box-shadow: none;
}

#globalnav-wrapper {
    top: -40px;
}
}

#edit-bar {
    font-size: 90%;
    background: #88b66a;
    height: 34px;
   border: 0.25em solid #88b66a;
}

#contentActionMenus {
    background: #88b66a;
    }

#contentActionMenus dl.actionMenu a, #contentActionMenus dl.actionMenu.activated dd {
    background-color: #88b66a;
}

#content-views {
    background-color: #88b66a;
}

.button {
    color: #54585b;
    font-size: 1.125rem;
    padding: .75rem 1rem;
    margin-bottom: 0.1875rem;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #888;
    border-radius: 0.25rem;
    text-align: center;
    font-weight: 700;
    transition: background .2s linear, color .2s linear, border-color .2s linear;
    font-family: "Open Sans", Arial, sans-serif;
    box-shadow: 2px 3px 5px -1px rgba(0, 0, 0, 0.35);
}

.button:hover {
    border-color: transparent;
    background: #e64c00;
    color: #ffffff;
}

.btn-solid-orange {
    color: #ffffff!important;
    background: #F59E20;
    border-color: transparent;
}

#content a.btn-solid-orange:hover {
    background: #e64c00;
    color: #ffffff!important;
    border-color: transparent;
}

a.btn-solid-orange:visited {
    color: #fff!important;
}

a.btn-orange {
    color: #fff!important;
    letter-spacing: 1px;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    background: #ef8f39;
    display: inline-block;
    margin-top: 10px;
}

#content a.btn.large-white {
    border: 1px solid #fff !important;
    border-bottom: 1px solid #fff;
    padding: 15px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.25);
    color: #fff !important;
    letter-spacing: 0.075em;
    border-radius: 4px;
    transition: all 0.3s ease-in-out 0s;
   font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;

}

.caption {
    padding: 10px 0;
    color: #777;
    font-size: 13px;
}

.add-fire-resources {
    padding: 20px 10px 15px 80px;
    margin: 2em 0;
    background: #EBEBC2 url(fire-images/add-resource-fire.png) no-repeat;
    background-size: 60px;
    border: 1px solid #ccc;
    background-position: 15px;
    border-radius: 8px;
   transition: all 0.2s ease-in-out;
}

.add-fire-resources:hover {
    padding: 20px 10px 15px 80px;
    margin: 2em 0;
    background: #F2F2B0 url(fire-images/add-resource-fire.png) no-repeat;
    background-size: 63px;
    border: 1px solid #ccc;
    background-position: 15px;
    border-radius: 8px;
}

.add-fire-resources h3 {
    font-size: 18px;
    font-weight: 600!important;
    line-height: 20px;
    margin-top: 6px;
    color: #EA8206;
}

.add-fire-resources p {
    font-size: 13px;
    margin: 0;
    padding: 0;
    font-style: italic;
    line-height: 1.2em;
}

.planning-support-btn {
    padding: 20px 10px 15px 80px;
    margin: 2em 0;
    background: #EBEBC2 url(fire-images/checklist.png) no-repeat;
    background-size: 50px;
    border: 1px solid #ccc;
    background-position: 15px;
    border-radius: 8px;
   transition: all 0.2s ease-in-out;
}

.planning-support-btn:hover {
    padding: 20px 10px 15px 80px;
    margin: 2em 0;
    background: #F2F2B0 url(fire-images/checklist.png) no-repeat;
    background-size: 52px;
    border: 1px solid #ccc;
    background-position: 15px;
    border-radius: 8px;
}

.planning-support-btn h3 {
    font-size: 18px;
    font-weight: 600!important;
    line-height: 20px;
    margin-top: 6px;
    color: #EA8206;
}

.planning-support-btn p {
    font-size: 13px;
    margin: 0;
    padding: 0;
    font-style: italic;
    line-height: 1.2em;
}

a.readmore {
    /*background: #f7931e;
    padding: 4px 10px;
    color: #fff!important;
    border-radius: 5px; */
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: none!important;
   font-family: 'Open Sans', sans-serif;
}

#content a.readmore:hover {
    color: #f7931e !important;
    /* background: tomato; */
}

.section-se-firemap-workspace .tileFooter {
    display: none;
}

.tileItem {
    clear: both;
}

.tileHeadline {
    font-size: 1.5em;
    font-weight: 600;
}

.tileImage img {
    width: 220px;
    height: auto;
}

/* ---------------------------
 Calendar Sprite for sidebar
------------------------------ */
ul.cal-sprite {
  left: 1em;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
.cal-sprite li {
  display: block;
  line-height: 45px;
  overflow: hidden;
  text-indent: 3.5em;
}
.cal-sprite li a {
  background: url("calendar-sprite.png") no-repeat;
  width: 200px;
  height: 45px;
  display: block;
}
/* Calendar grid */
.cal-sprite li#grid {
  width: 200px;
  height: 45px;
}
.cal-sprite li#grid a {
  background-position: 0px 0px;
}
.cal-sprite li#grid a:hover {
  background-position: -200px 0px;
}
/* Add Event */
.cal-sprite li#add-event {
  width: 200px;
  height: 45px;
}
.cal-sprite li#add-event a {
  background-position: 0px -42px;
}
.cal-sprite li#add-event a:hover {
  background-position: -200px -42px;
}
/* List View */
.cal-sprite li#list-view {
  width: 200px;
  height: 45px;
}
.cal-sprite li#list-view a {
  background-position: 0px -84px;
}
.cal-sprite li#list-view a:hover {
  background-position: -200px -84px;
}
/* Upcoming */
.cal-sprite li#upcoming {
  width: 200px;
  height: 45px;
}
.cal-sprite li#upcoming a {
  background-position: 0px -126px;
}
.cal-sprite li#upcoming a:hover {
  background-position: -200px -126px;
}
/* Past */
.cal-sprite li#past {
  width: 200px;
  height: 45px;
}
.cal-sprite li#past a {
  background-position: 0px -168px;
}
.cal-sprite li#past a:hover {
  background-position: -200px -168px;
}

.slide-overlay {
    position: absolute;
    z-index: 5;
    top: 55%;
    background: rgba(0, 0, 0, 0.6);
    padding: 30px 30px 40px;
    width: 70%;
    left: 15%;
    color: #fff;
    border-radius: 6px;
    text-align: center;
}
@media only screen and (max-width: 768px) {
.slide-overlay {
    top: 35%;
    background: rgba(0, 0, 0, 0.45);
    padding: 30px 30px 40px;
    width: 100%;
    left: 0;
    color: #fff;
    border-radius: 0;
    text-align: center;
}
}

.listingBar {
    padding-bottom: 50px;
}

/* STYLEGUIDE */

/* colors */
.orange { background: #f7931f; }
.brown { background: #a26623; }
.dark-blue { background: #205c90; }
.light-grey { background: #f5f5f5; }
.dark-grey { background: #676767; }

.company-logo img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transform: scale(0.95);
    opacity: 0.35;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin: 12px;
    width: 150px;
}
.portlet#portlet-firemap {
    border: none;
    background: #eae493;
}

.gold-box {
    background: #F7DF79 url(fire-images/flame.png) no-repeat;
    border-radius: 5px;
    background-position: 95% bottom;
    padding: 5px 20px;
}
.yellow-box {
    background: #F7DF79;
    border-radius: 5px;
    padding: 5px 20px;
}
.small-heading {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3em;
}
/* --- Hide tabs, breadcrumb and editbar on Map Viewer Viewer --- */

.section-gateway-tool #portal-globalnav,.section-gateway-tool #portal-breadcrumbs,.section-about #portal-breadcrumbs,.section-about #edit-bar,.content-the-literature-gateway-1 #portal-breadcrumbs,.section-gateway-tool #edit-bar,.section-gateway-tool #portal-header {
   display: none;
}


.section-gateway-tool .addthis_toolbox.addthis_default_style {
    display: none;
}
.section-gateway-tool #portal-top {
    height: 0;
    background-image: none;
}

.section-gateway-tool .gateway-nav-bar {
    background: #444;
    display: block;
    padding: 10px 30px;
    font-family: 'montserrat';
    font-weight: 600;
    font-size: 13px;
    z-index: 20;
}

.section-gateway-tool .gateway-nav-bar a {
    color: #fff!important;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}
.section-gateway-tool .gateway-nav-bar a:hover {
    color: #e86129!important;
}

.section-gateway-tool .nest-navigation-bar { display: none; } 
.section-gateway-tool #portal-banner { display: none; } 


.space40 {
 height: 40px;
 display: block;
}

.grid-container-three-quarter {
    display: grid;
    grid-template-columns: 68% 1fr;
    grid-column-gap: 30px;
    margin: 0;
}
@media only screen and (max-width: 768px) {
  .grid-container-three-quarter {
    grid-template-columns: 100%;
  }
}

.grid_layout .tileItem {
    text-align: center;
    background: #efefef;
}

.gridImage img {
    background: #fff;
    width: auto;
    height: auto;
    object-fit: contain;
    box-shadow: 0px 1px 5px 0 rgb(75 75 75 / 25%);
    margin: 2em 2em 1em;
    align-content: center;
}

.flex-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
}


@media only screen and (max-width: 768px) {
  .flex-container {
    flex-direction: column;
  }
}

.space-between {
    justify-content: space-between;
}
.space-around {
    justify-content: space-around;
}

@media only screen and (max-width: 768px) {
.flex-container.space-between {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
    grid-gap: 10px;
    justify-content: space-around;
    align-items: center;
    justify-items: center;
}
}

/* --- full-width bands --- */

.mapviewer-block {
    position: relative;
    top: -35px;
    background: url(literature-images/Indigo-bunting.jpg) no-repeat center top;
    background-size: cover;
    min-height: 200px;
}
.gateway-block {
    position: relative;
    top: -35px;
    background: url(literature-images/smoky-mtn-fall.jpg) no-repeat center center;
    background-size: cover;
    min-height: 400px;  
}
#content a:hover {
    color: #e86129 !important;
}
.block-400 {min-height: 400px;}
.block-200 {min-height: 200px;}

.blue-block {
    background: rgba(20 83 120 / 80%);
    padding: 40px 30px;
    position: relative;
}
.blue-block .subhead {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 4px;
    font-weight: 600;
    color: #D0F7FF;
    margin-bottom: 0!important;
    font-size: 14px;
    text-transform: uppercase;
}
.blue-block h4 {
    color: #f1d215;
    font-size: 22px;
}
.blue-block a:link,.blue-block a:visited {
    color: #f9d90f!important;
}
.blue-block a:hover {
    color: #fd7916 !important;
}

.subhead {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    display: block;
    color: #7f7f87;
    line-height: 1em;
}

.heading-white {
    color: #fff!important;
    font-weight: 600;
    letter-spacing: -0.025em;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.7em;
    text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
.heading-white {
    font-size: 2.4em;
}
}

.bird-overlay {
    position: relative;
    top: 111px!important;
    left: 40px;
    top: 0px;
}

.bird-overlay img {
    width: 280px;
}

@media only screen and (max-width: 767px) {
  .bird-overlay { display: none; }
  .bird-overlay img { display: none; }
}

.orange-block p, .blue-block p {
    color: #fff;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 10px;
}
#content .blue-block a.btn.large-white:hover {
    background: rgb(8 48 70);
    color: #fff;
}

.center-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-block-overlay {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 12px;
}
.center-block-overlay h4 {
    margin-top: 1em;
    margin-left: 10px;
}

.portlet-overlay {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 10px;
}

.gateway-tool-overlay {
    background: url(literature-images/chestnut-sided-warbler.jpg);
    padding: 90px 15px 20px;
    border-radius: 10px;
    background-position: left center;
    background-size: cover;
    margin-bottom: 1em;
}

.bg {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 10px 10px 5px;
}

.feature-block {
    border: 6px solid #efefef;
    padding: 30px;
   background: #fff;
}
@media only screen and (max-width: 767px) {
.feature-block {
    padding: 15px;
    text-align: center;
}
}

.feature-block h3 {
    margin-top: 10px;
    font-size: 28px;
    color: #e86129;
}
.bg-grey { background: #efefef; }

.featured-img {
    width: 150px;
    padding: 4px;
    box-shadow: 0px 1px 5px 0 rgb(75 75 75 / 25%);
    margin-right: 1.5em;
}
