/*==========================================================================
Do NOT add code to main.css the SCSS files will no longer work.
Please include your revisions to custom-styling.css

If you need to make revisions to the SCSS files, use a local compiler such as
Prepros or Scout.  Those applications will compile main.css file for you
==========================================================================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*==========================================================================
Baseline html, resets, etc
Common CSS for sites
==========================================================================*/
body {
  color: #292929;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em;
}

h1, h2, h3, h3, h5, h6 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.75em;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  color: #008b8b;
}

h2 {
  font-size: 1.625em;
  text-transform: uppercase;
  color: #292929;
}
@media screen and (max-width: 990px) {
  h2 {
    font-size: 1.25em;
  }
}

h3, .h3 {
  font-size: 1.25em;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 700;
  color: #008b8b;
  color: #008b8b;
}
@media screen and (max-width: 990px) {
  h3, .h3 {
    font-size: 1em;
  }
}

h3 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #008b8b;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
a:hover {
  color: #807d67;
}
a:active, a:focus {
  color: #807d67;
  outline: none;
}

hr {
  border-bottom: 1px solid #bebab1;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img {
  margin: 0;
  max-width: 100%;
}

abbr, acronym {
  border-bottom: 1px dotted #bebab1;
  cursor: help;
}

address {
  display: block;
  margin: 0 0 0.75em;
}

hgroup {
  margin-bottom: 0.75em;
}

del {
  color: #8f7258;
}

blockquote {
  border-left: 2px solid #bebab1;
  color: #8f7258;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

cite {
  color: #a88b72;
  font-style: italic;
}
cite:before {
  content: '\2014 \00A0';
}

fieldset {
  background: #f7f6f2;
  border: 1px solid #bebab1;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
}

label {
  font-weight: bold;
  margin-bottom: 0.375em;
}
label.required:after {
  content: "*";
}
label abbr {
  display: none;
}

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  -ms-transition: border-color;
  -o-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #bebab1;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}
textarea:hover,
input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
select[multiple=multiple]:hover {
  border-color: #a7a195;
}
textarea:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
select[multiple=multiple]:focus {
  border-color: #007ac3;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 106, 170, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="file"] {
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  width: 100%;
}

input[type="submit"] {
  background: #007ac3;
  padding: .5em 1em;
  border-radius: 5px;
  text-transform: uppercase;
  border: none;
  font-size: auto;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: white;
}
input[type="submit"]:hover {
  background: #005a90;
}

select {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.5em;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #9b9587;
  font-weight: bold;
  padding: 0.75em 0.75;
  text-align: left;
}

td {
  border-bottom: 1px solid #bebab1;
  padding: 0.75em 0.75em;
}

tr, td, th {
  vertical-align: top;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
dl {
  line-height: 1.5em;
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

.error {
  background: #fbe3e4;
  color: #96151b;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em;
}
.error a {
  color: #6a0f13;
}
.error a:hover {
  color: #110203;
}
.error .close {
  border: 1px solid #96151b;
}

.notice {
  background: #fff6bf;
  color: #8c7800;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em;
}
.notice a {
  color: #594c00;
}
.notice a:hover {
  color: black;
}
.notice .close {
  border: 1px solid #8c7800;
}

.success {
  background: #e6efc2;
  color: #56651a;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em;
}
.success a {
  color: #333c10;
}
.success a:hover {
  color: black;
}
.success .close {
  border: 1px solid #56651a;
}

.closeable-message {
  position: relative;
  padding-right: 30px;
}
.closeable-message .close {
  position: absolute;
  right: 4px;
  top: 4px;
  height: 17px;
  width: 16px;
  line-height: 14px;
  font-size: 14px;
  text-align: left;
  padding: 0 0 0 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.closeable-message .close:hover {
  cursor: pointer;
}
.closeable-message.closed {
  display: none;
}

/*==========================================================================
Custom HTML starts Here
==========================================================================*/
body {
  background: #dadfe1;
  margin: 0;
  padding: 0;
}

body, td, th, input, select, textarea {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #292929;
}

/*==========================================================================
Main Content Layout
==========================================================================*/
/*--------------------------------
Wrap - used to wrap the different framework elements
Ex: masthead, footer, etc
Allows for consistent widths, padding, etc
--------------------------------*/
.wrap {
  margin: 0 auto;
  padding: 0;
  position: relative;
  *zoom: 1;
  max-width: 82.5em;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 82.5em;
}
.wrap:before, .wrap:after {
  content: " ";
  display: table;
}
.wrap:after {
  clear: both;
}
@media screen and (max-width: 1320px) {
  .wrap {
    width: 990px;
  }
}
@media screen and (max-width: 990px) {
  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 740px) {
  .wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

header#masthead {
  background: #f7f6f2;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
header#masthead .wrap {
  /*padding because of absolutely positioned logo*/
  padding-left: 157px;
}
header#masthead #main-logo {
  /*Logo area*/
  padding-left: 0;
  height: 1px;
  overflow: visible;
  z-index: 20;
}
header#masthead #main-logo .logo {
  position: absolute;
  top: 12px;
  left: 0px;
  width: 143px;
}
header#masthead #main-logo .logo img {
  width: 100%;
  height: auto;
}
header#masthead .row-1 {
  /*row 1: U.S. Fish & Wildlife Service and top nav starts here*/
  background: #200f07;
  z-index: 12;
}
header#masthead .row-1 .logo {
  float: left;
  padding: 31px 0 12px 0;
}
header#masthead .row-1 .logo img {
  display: block;
}
header#masthead .row-1 nav {
  /*Top Nav*/
  float: right;
  padding: 16px 0 0 0;
}
header#masthead .row-1 nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header#masthead .row-1 nav ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
header#masthead .row-1 nav ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
}
header#masthead .row-1 nav ul li a {
  display: block;
}
header#masthead .row-1 nav ul li ul {
  position: absolute;
  left: -999em;
}
header#masthead .row-1 nav ul li ul li {
  float: none;
}
header#masthead .row-1 nav ul li:hover > ul {
  left: auto;
}
header#masthead .row-1 nav ul li {
  padding: 6px 0 0 0;
}
header#masthead .row-1 nav ul li a {
  padding: 0 1em;
  color: white;
  font-size: 0.75em;
  border-left: 1px solid white;
}
header#masthead .row-1 nav ul li a:hover {
  text-decoration: underline;
}
header#masthead .row-1 nav ul li a i {
  display: none;
}
header#masthead .row-1 nav ul li:first-of-type a {
  border-left: none;
}
header#masthead .row-1 nav ul li.email {
  display: none;
}
header#masthead .row-1 nav ul li.menu {
  display: none;
}
header#masthead .row-1 nav ul li.button {
  padding: 0 0 0 3px;
}
header#masthead .row-1 nav ul li.button a {
  background: #766c64;
  border-radius: 5px;
  font-size: 15px;
  padding: 3px 6px 6px 6px;
  margin: 0;
  border-left: none;
  width: 25px;
  height: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header#masthead .row-1 nav ul li.button a:hover {
  background: #007ac3;
  text-decoration: none;
}
header#masthead .row-1 nav ul li.button a i {
  display: inline;
}
header#masthead .row-1 nav ul li.button a span {
  display: none;
}
header#masthead .row-1 nav ul li.button.menu a {
  /*different buttons: Mobile menu*/
  background: #fee429;
  color: #887763;
}
header#masthead .row-1 nav ul li.button.menu a:hover {
  background: #007ac3;
  color: white;
}
header#masthead .row-1 nav ul li.button.faqs a {
  font-size: 18px;
  padding-left: 7px;
}
header#masthead .row-1 nav ul li.button.library a {
  font-size: 16px;
  padding-left: 4px;
}
header#masthead .row-1 nav ul li.search {
  /*Search form: initial button*/
  position: relative;
}
header#masthead .row-1 nav ul li.search-open a {
  height: 30px;
  background-color: #007ac3;
  border-radius: 5px 5px 0px 0px;
}
header#masthead .row-1 form#search_form {
  /*Search form: overlay w/ actual form*/
  display: none;
  position: absolute;
  background: #007ac3;
  right: 0px;
  top: 30px;
  z-index: 20;
  padding: 10px;
  width: 260px;
}
header#masthead .row-1 form#search_form label {
  color: white;
  font-size: 0.75em;
}
header#masthead .row-1 form#search_form input {
  font-size: 0.75em;
  border: none;
}
header#masthead .row-1 form#search_form input[type="text"] {
  color: #005dad;
}
header#masthead .row-1 form#search_form input[type="submit"] {
  background: white;
  color: #007ac3;
  display: block;
  margin-left: auto;
}
header#masthead .row-1 form#search_form input[type="submit"]:hover {
  background: #c3e9ff;
}
header#masthead .row-2 {
  /*Row 2: Migratory Bird text*/
  background-color: #482b14;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #482b14), color-stop(100%, #412611));
  background-image: -webkit-linear-gradient(top, #482b14, #412611);
  background-image: -moz-linear-gradient(top, #482b14, #412611);
  background-image: -ms-linear-gradient(top, #482b14, #412611);
  background-image: -o-linear-gradient(top, #482b14, #412611);
  background-image: linear-gradient(top, #482b14, #412611);
  border-top: 1px solid #574a41;
  z-index: 11;
  position: relative;
}
header#masthead .row-2 .logo {
  padding: 10px 0;
}
header#masthead .row-2 .logo img {
  display: block;
}
@media screen and (max-width: 990px) {
  header#masthead {
    /*Responsive: Tablet*/
  }
  header#masthead .wrap {
    padding-left: 125px;
  }
  header#masthead #main-logo .logo {
    position: absolute;
    left: 20px;
    width: 95px;
  }
  header#masthead #main-logo .logo img {
    display: block;
  }
  header#masthead .row-1 nav ul li.email {
    display: block;
  }
  header#masthead .row-1 nav ul li.menu {
    display: block;
  }
  header#masthead .row-1 nav ul li.fws {
    display: none;
  }
  header#masthead .row-1 nav ul li.button {
    padding-left: 6px;
  }
}
@media screen and (max-width: 740px) {
  header#masthead {
    /*Responsive: Mobile*/
  }
  header#masthead .wrap {
    padding-left: 0px;
  }
  header#masthead #main-logo .logo {
    position: absolute;
    left: 15px;
    width: 75px;
  }
  header#masthead .row-1 .logo {
    display: none;
  }
  header#masthead .row-1 nav {
    padding: 10px 0;
  }
  header#masthead .row-1 nav ul li.button {
    padding-left: 10px;
  }
  header#masthead .row-1 nav ul li.button a {
    font-size: 20px;
    width: 38px;
    height: 38px;
    padding: 6px 0 0 10px;
  }
  header#masthead .row-1 nav ul li.home {
    display: none;
  }
  header#masthead .row-1 nav ul li.about {
    display: none;
  }
  header#masthead .row-1 nav ul li.button.faqs a {
    font-size: 24px;
    padding-left: 11px;
    padding-top: 5px;
  }
  header#masthead .row-1 nav ul li.button.library a {
    font-size: 21px;
    padding-left: 9px;
    padding-top: 7px;
  }
  header#masthead .row-1 nav ul li.button.menu a {
    padding-top: 8px;
    padding: 6px 0 0 10px;
  }
  header#masthead .row-2 {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  header#masthead {
    /*in between mobile landscape and portrait (hiding buttons)*/
  }
  header#masthead .row-1 nav ul li.email {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  header#masthead {
    /*Responsive: Mobile (smallest size)*/
  }
}

/*==========================================================================
Main Nav - (see _navigation.scss for more styling)
==========================================================================*/
#main-nav {
  background: white;
  border-bottom: 1px solid #edebe8;
  box-shadow: 0px 0px 10px #dfdbd4;
  z-index: 9;
}

/*Clearfixes*/
.animenu > ul:after {
  content: "";
  display: table;
  clear: both;
}

body {
  -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }

  to {
    padding: 0;
  }
}
/*Common formatting for nav*/
.animenu * {
  -webmain-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.animenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.animenu li {
  position: relative;
  z-index: 10;
}
.animenu li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.animenu li a {
  position: relative;
}
.animenu label {
  display: none;
  cursor: pointer;
  user-select: none;
}

/*First level -> main menu items*/
.animenu > ul {
  padding: 15px 0 7px 0;
  z-index: 10;
}
.animenu > ul > li {
  float: left;
  margin: 8px 24px;
  padding: 0 0 8px 0;
}
.animenu > ul > li:first-of-type {
  margin-left: 0 !important;
}
.animenu > ul > li:last-of-type {
  margin-right: 0 !important;
}
.animenu > ul > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 1em;
  color: #007ac3;
  font-weight: bold;
}
.animenu > ul > li:hover > a {
  color: #006aaa;
}
@media screen and (max-width: 1320px) {
  .animenu > ul > li {
    margin: 8px 8px;
  }
  .animenu > ul > li > a {
    font-size: 0.8em;
  }
}

/*Second level*/
.animenu > ul ul {
  position: absolute;
  top: 100%;
  left: auto;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  background: #007ac3;
  width: 200px;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.animenu > ul ul li {
  display: block;
}
.animenu > ul ul li a {
  display: block;
  font-size: 0.875em;
  padding: 8px 16px;
  color: white;
  color: white;
}
.animenu > ul ul li:hover {
  background: #006aaa;
}

/*Third level*/
.animenu > ul ul ul {
  position: absolute;
  top: 0;
  left: 200px;
  width: 200px;
  background: #006aaa;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.animenu > ul ul ul li:hover {
  background: #005a90;
}
@media screen and (max-width: 1320px) {
  .animenu > ul ul ul {
    display: none;
  }
}

/*Fourth level*/
.animenu > ul ul ul ul {
  background: #005a90;
}
.animenu > ul ul ul ul li:hover {
  background: #004a76;
}

/*Position subnavs to the left (when .submenus-left applied to top level li)*/
.animenu ul li.submenus-left ul ul {
  left: auto;
  right: 200px;
}
.animenu ul li.submenus-left ul ul ul {
  left: auto;
  right: 200px;
}

/*Hiding Menu at tablet*/
@media screen and (max-width: 990px) {
  .animenu {
    display: none;
  }
}
#update p {
  padding: 20px 20px 15px 20px;
  margin: 0;
  font-size: 1.125em;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  color: #292929;
  text-align: right;
}
@media screen and (max-width: 990px) {
  #update {
    /*Responsive: Tablet*/
  }
  #update p {
    padding: 10px 10px 5px 10px;
    font-size: 0.875em;
  }
}
@media screen and (max-width: 740px) {
  #update {
    /*Responsive: Mobile*/
  }
  #update p {
    padding: 10px 0 5px 0;
    text-align: center;
  }
}

/*==========================================================================
Footer
==========================================================================*/
#framework-footer .wrap {
  padding: 0 20px;
  display: block;
}
@media screen and (max-width: 740px) {
  #framework-footer .wrap {
    padding: 0 10px;
  }
}

#smartfooter {
  background: #007ac3;
}
#smartfooter .wrap {
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 8px;
}
#smartfooter nav {
  /*Smart nav*/
  width: 1160px;
  float: left;
  color: white;
}
#smartfooter nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#smartfooter nav ul li {
  float: left;
  margin: 0;
  padding: 10px 0;
  width: 160px;
}
#smartfooter nav ul li.last {
  width: 170px;
}
#smartfooter nav ul li a {
  padding: 0;
  border-left: 1px solid white;
  font-size: 1em;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  color: white;
}
#smartfooter nav ul li a:first-of-type {
  border-left: none;
  padding-left: 0;
}
#smartfooter nav ul li a:hover {
  text-decoration: underline;
}
#smartfooter nav ul li:first-of-type a {
  padding-left: 0;
}
#smartfooter nav ul li ul {
  display: none;
  width: 160px;
  padding-right: 25px;
  font-size: 0.8125em;
  line-height: 1.3;
  margin: 1em 0 0 0;
}
#smartfooter nav ul li ul li {
  float: none;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  width: auto;
}
#smartfooter nav ul li ul li a {
  display: inline;
  font-size: 1em;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: white;
  padding: 0;
}
#smartfooter nav ul li ul li ul {
  display: none;
}
#smartfooter nav ul li.last ul {
  padding-right: 0;
  width: 170px;
}
#smartfooter #expand-button {
  /*expand button*/
  width: 110px;
  float: right;
}
#smartfooter #expand-button a {
  font-size: 1em;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 5px;
  white-space: no-wrap;
  display: block;
}
#smartfooter #expand-button a:hover {
  background: #005dad;
}
#smartfooter #expand-button a .expand {
  display: inline;
}
#smartfooter #expand-button a .minimize {
  display: none;
}
#smartfooter.expand {
  /*Expand area - class is dynamically added to footer nav via javascript (js/main.js)*/
}
#smartfooter.expand nav ul li ul {
  height: auto;
}
#smartfooter.expand #expand-button a {
  /*Expand button - changing the text*/
}
#smartfooter.expand #expand-button a .expand {
  display: none;
}
#smartfooter.expand #expand-button a .minimize {
  display: inline;
}
@media screen and (max-width: 1320px) {
  #smartfooter {
    /*Responsive: Desktop*/
    /*Smart nav - 1st level links only*/
  }
  #smartfooter nav {
    width: 100%;
    float: none;
  }
  #smartfooter nav ul li {
    margin-right: 29px;
    width: 1px;
    width: auto;
  }
  #smartfooter nav ul li ul {
    display: none;
  }
  #smartfooter #expand-button {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  #smartfooter {
    /*Responsive: Tablet*/
    padding: 0 10px;
  }
  #smartfooter nav ul li {
    margin-right: 8px;
  }
  #smartfooter nav ul li a {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 740px) {
  #smartfooter {
    /*Responsive: Mobile*/
    display: none;
  }
}

#subfooter {
  background: #005dad;
}
#subfooter nav {
  padding: 25px 0 50px 0;
  line-height: 1.2;
  font-size: 0.75em;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: white;
}
#subfooter nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#subfooter nav ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#subfooter nav ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
}
#subfooter nav ul li a {
  display: block;
}
#subfooter nav ul li ul {
  position: absolute;
  left: -999em;
}
#subfooter nav ul li ul li {
  float: none;
}
#subfooter nav ul li:hover > ul {
  left: auto;
}
#subfooter nav ul li {
  margin-bottom: .25em;
}
#subfooter nav ul li a {
  padding: 0 9px;
  border-right: 1px solid white;
  color: white;
  text-transform: uppercase;
}
#subfooter nav ul li a:hover {
  text-decoration: underline;
}
#subfooter nav ul li:last-of-type a {
  padding-right: 0;
  border-right: none;
}
@media screen and (max-width: 740px) {
  #subfooter {
    /*Responsive: Mobile*/
  }
  #subfooter nav {
    padding: 15px 0 25px 0;
    font-size: 0.5625em;
  }
  #subfooter nav ul li a {
    padding: 0 4px;
  }
}

/*==========================================================================
Framework: Center all text at mobile
==========================================================================*/
@media screen and (max-width: 740px) {
  body .wrap,
  #home-hero .hero-content {
    text-align: center;
  }

  #subfooter nav ul li {
    display: inline-block;
    float: none;
  }
  #subfooter nav ul li a {
    display: inline;
  }

  header#masthead .wrap {
    text-align: left;
  }
}
/*==========================================================================
Mobile Nav: these are overrides, see css/mobile-menu/jquery.mmenu.css
==========================================================================*/
#mobile-menu {
  background-color: #007ac3;
}

.mm-menu .mm-list > li > a.mm-subclose {
  background: #005dad;
  font-size: 1.25em;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 700;
  color: white;
}

/*==========================================================================
Content Page Framework Starts Here
==========================================================================*/
/*--------------------------------
Hero Image
--------------------------------*/
#content-hero {
  padding: 2em 0 0 0;
}
#content-hero p {
  padding: 0;
  margin: 0;
}
#content-hero img {
  display: block;
}
@media screen and (max-width: 740px) {
  #content-hero {
    padding: 50px 0 0 0;
  }
  #content-hero .wrap {
    padding: 0;
    margin: 0;
  }
}

/*--------------------------------
Breadcrumb
--------------------------------*/
#breadcrumb p {
  font-size: 0.75em;
  text-transform: uppercase;
  padding: 2em 0;
  margin: 0;
  font-weight: bold;
}
#breadcrumb a {
  color: #007ac3;
}
#breadcrumb a:hover {
  color: #005a90;
}
#breadcrumb .link-color {
  color: #007ac3;
}
#breadcrumb i.fa {
  display: inline-block;
  padding: 0 .5em;
}
@media screen and (max-width: 740px) {
  #breadcrumb {
    display: none;
  }
}

#content-wrapper .wrap {
  *zoom: 1;
  display: block;
}
#content-wrapper .wrap:before, #content-wrapper .wrap:after {
  content: " ";
  display: table;
}
#content-wrapper .wrap:after {
  clear: both;
}
#content-wrapper .wrap #side-col {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 23.23176%;
}
#content-wrapper .wrap #side-col:last-child {
  margin-right: 0;
}
#content-wrapper .wrap #content {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 74.41059%;
}
#content-wrapper .wrap #content:last-child {
  margin-right: 0;
}
#content-wrapper .wrap #content #content-area {
  padding: 0 115px 40px 0;
}
#content-wrapper .wrap #content-3-cols {
  /*3 col content*/
}
#content-wrapper .wrap #content-3-cols #content-area {
  display: block;
  float: left;
  margin-right: 3.16844%;
  width: 65.61052%;
  padding: 0;
  background: none;
}
#content-wrapper .wrap #content-3-cols #content-area:last-child {
  margin-right: 0;
}
#content-wrapper .wrap #content-3-cols #far-right-col {
  display: block;
  float: left;
  margin-right: 3.16844%;
  width: 31.22104%;
}
#content-wrapper .wrap #content-3-cols #far-right-col:last-child {
  margin-right: 0;
}
@media screen and (max-width: 990px) {
  #content-wrapper {
    /*Responsive: Tablet*/
  }
  #content-wrapper .wrap #side-col {
    display: block;
    float: left;
    margin-right: 3.57866%;
    width: 35.26334%;
  }
  #content-wrapper .wrap #side-col:last-child {
    margin-right: 0;
  }
  #content-wrapper .wrap #content {
    display: block;
    float: left;
    margin-right: 3.57866%;
    width: 61.158%;
  }
  #content-wrapper .wrap #content:last-child {
    margin-right: 0;
  }
  #content-wrapper .wrap #content-3-cols {
    /*Responsive: Tablet: 3 col content*/
  }
  #content-wrapper .wrap #content-3-cols #content-area {
    display: block;
    float: left;
    margin-right: 5.85151%;
    width: 100%;
  }
  #content-wrapper .wrap #content-3-cols #content-area:last-child {
    margin-right: 0;
  }
  #content-wrapper .wrap #content-3-cols #far-right-col {
    display: none;
  }
}
@media screen and (max-width: 1320px) {
  #content-wrapper {
    /*Responsive: desktop*/
  }
  #content-wrapper .wrap #content #content-area {
    padding: 0 0 40px 0;
  }
}
@media screen and (max-width: 740px) {
  #content-wrapper {
    /*Responsive: mobile*/
  }
  #content-wrapper .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  #content-wrapper .wrap #side-col {
    display: none;
  }
  #content-wrapper .wrap #content {
    display: block;
    float: left;
    margin-right: 7.42297%;
    width: 100%;
  }
  #content-wrapper .wrap #content:last-child {
    margin-right: 0;
  }
  #content-wrapper .wrap #content-3-cols {
    /*Responsive: mobile: 3 col content*/
  }
  #content-wrapper .wrap #content-3-cols #content-area {
    display: block;
    float: left;
    margin-right: 7.42297%;
    width: 100%;
  }
  #content-wrapper .wrap #content-3-cols #content-area:last-child {
    margin-right: 0;
  }
}

/*--------------------------------
Side Col Nav
--------------------------------*/
#side-col nav li {
  position: relative;
}
#side-col nav li a {
  padding: .75em 40px .75em 1em;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  background: #007ac3;
  border-top: 1px solid #bdd4e4;
  display: block;
}
#side-col nav li a:hover {
  background: #006aaa;
}
#side-col nav li a i {
  display: block;
  position: absolute;
  right: 10px;
  top: 12px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 4px 5px;
  color: #007ac3;
}
#side-col nav li li a {
  color: #007ac3;
  background: white;
}
#side-col nav li li a:hover {
  background: #CFDFE9;
  color: #04416F;
}
#side-col nav li li li a {
  background: #E2EAEE;
  padding-left: 2.5em;
}
#side-col nav li li li a:hover {
  background: #CFDFE9;
}
#side-col nav li li li li a {
  text-transform: none;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 990px) {
  #side-col nav li {
    /*Responsive: Tablet*/
  }
  #side-col nav li a {
    font-size: 0.875em;
  }
}

/*--------------------------------
Dynamic side nav: hidden by default,
displayed via javascript/jquery
--------------------------------*/
#side-col nav .dynamic-side-nav li {
  display: none;
}

/*--------------------------------
Side Col News
please note there is different formatting for home.
Home classes are declared before these
--------------------------------*/
.news {
  /*news is smaller on content pages*/
  font-size: .8em;
  margin: 40px 0;
}
.news h2 {
  padding: 0 0 0 20px;
}
.news .p {
	padding: 0 0 0 20px;
}
	
.news .row {
  /*News rows and articles*/
}
.news .row a {
  display: block;
  padding: 20px;
}
.news .row a:hover {
  background: #f7f6f2;
}
.news .row a .date {
  text-transform: uppercase;
  color: #292929;
  font-size: 1.125em;
  display: block;
  padding-bottom: .5em;
}
.news .row a .title {
  margin: 0;
  padding: 0;
  display: block;
}

/*--------------------------------
Side Col banners
--------------------------------*/
#side-col .banner {
  margin: 40px 0;
}
#side-col .banner a {
  display: block;
  color: white;
  position: relative;
}
#side-col .banner a img {
  display: block;
  border: none;
}
#side-col .banner a span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 60px 20px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
#side-col .banner a span strong {
  font-size: 1.5em;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 700;
  color: white;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
}
#side-col .banner a span em {
  display: inline-block;
  border: 2px solid white;
  padding: .75em 1.5em;
  margin: 1.5em 0 0 0;
  font-size: 0.875em;
  background-color: rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  font-style: normal;
  border-radius: 8px;
  font-weight: 700;
  line-height: 1;
}
#side-col .banner a:hover span em {
  background-color: #007ac3;
}
@media screen and (max-width: 1320px) {
  #side-col .banner {
    /*Responsive: Desktop*/
    font-size: .8em;
  }
  #side-col .banner a span {
    padding-top: 40px;
  }
}
@media screen and (max-width: 990px) {
  #side-col .banner {
    /*Responsive: Tablet*/
  }
  #side-col .banner a span {
    padding-top: 20px;
  }
}

#content {
  /*--------------------------------
  Headings
  --------------------------------*/
}
#content #page-headings {
  background: url(/birdhabitat/img/home-divide-lineblu.gif) no-repeat center bottom transparent;
  background-size: 100%;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
}
#content #page-headings h1 {
  margin: 0 0 .5em 0;
  padding: 0;
}
#content #page-headings h2 {
  margin: 0 0 1em 0;
  padding: 0;
}
@media screen and (max-width: 740px) {
  #content {
    /*Responsive: Mobile*/
  }
  #content hgroup h1 {
    padding: .35em 0 0 0;
    margin: 0 0 .35em 0;
  }
}

/*--------------------------------
Common formatting for content area
p, a, ul, ol, etc...
--------------------------------*/
#content-area {
  font-size: 1em;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  color: #292929;
}
#content-area p {
  padding-bottom: 1em;
}
#content-area a {
  text-decoration: underline;
}
#content-area ul, #content-area ol {
  margin: 1em 0;
  padding-bottom: 1em;
}
#content-area ul li, #content-area ol li {
  margin: 0 0 .5em 2em;
  padding: 0;
}
#content-area ul li ul, #content-area ul li ol, #content-area ol li ul, #content-area ol li ol {
  margin: .5em 0;
  padding-bottom: 0;
}
#content-area ul {
  list-style-type: square;
}
#content-area ul ul {
  list-style-type: disc;
}
#content-area ul ul ul {
  list-style-type: circle;
}
#content-area ol {
  list-style-type: decimal;
}
#content-area ol ol {
  list-style-type: lower-alpha;
}
#content-area ol ol ol {
  list-style: lower-roman;
}
#content-area h3 {
  text-transform: uppercase;
  font-size: 1.125em;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #292929;
}
@media screen and (max-width: 1320px) {
  #content-area {
    /*Responsive: Desktop*/
    padding-right: 0px;
  }
}
@media screen and (max-width: 740px) {
  #content-area {
    /*Responsive: Mobile*/
    padding: 40px 0px 0px 0px;
  }
}

/*--------------------------------
Modifications to persona nav
Many of the classes are set up in home.scss
Those will be located above this code in the css file
--------------------------------*/
#content-wrapper #far-right-col .wrap {
  display: block;
}
#content-wrapper #far-right-col .wrap:before {
  display: none;
}
#content-wrapper #far-right-col .wrap:after {
  display: none;
}

#far-right-col .what-matters {
  font-size: 0.8em;
  padding: 0 0 40px 20px;
  border-bottom: 1px solid #bebab1;
}
#far-right-col .what-matters h2 {
  margin: 0;
  font-size: 1.625em;
}
#far-right-col .what-matters .jump-nav {
  font-size: 2em;
}
#far-right-col .what-matters .jump-nav .form-wrap {
  *zoom: 1;
}
#far-right-col .what-matters .jump-nav .form-wrap:before, #far-right-col .what-matters .jump-nav .form-wrap:after {
  content: " ";
  display: table;
}
#far-right-col .what-matters .jump-nav .form-wrap:after {
  clear: both;
}
#far-right-col .what-matters .jump-nav .label-top {
  padding: 0;
  line-height: 1.6;
}
#far-right-col .what-matters .jump-nav .label {
  padding: 0;
  line-height: 1.9;
  float: none;
}
#far-right-col .what-matters .jump-nav .label span {
  display: none;
}
#far-right-col .what-matters .jump-nav .i-am {
  float: left;
  display: block;
  padding-top: .5em;
}
#far-right-col .what-matters .jump-nav .menu ul li {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAKCAYAAABfYsXlAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMDAzRjc3QkY1OUUxMUUzQjk1N0E5QzU2OTY1QkYwMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyMDAzRjc3Q0Y1OUUxMUUzQjk1N0E5QzU2OTY1QkYwMCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjIwMDNGNzc5RjU5RTExRTNCOTU3QTlDNTY5NjVCRjAwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjIwMDNGNzdBRjU5RTExRTNCOTU3QTlDNTY5NjVCRjAwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ODmh7QAAAKtJREFUeNpiZKjcN4WBgSGbgTww53+bYyouSSYgLgDifWQYfIKQo0CG/wHicCC+Q4LBL4A4BIh/ETIcBN4AcSAQfyTCYJCBoUD8lJBCJiT2FSCOBeK/BPQUAvERYrzHhMbfDMQ1eNTPA+JpxIYdExaxTiBehkX8FBBnkRLj2Az/D8SpUMNg4BUQBwPxT0oNB4FvUMOeIkXgE1LTKgseuSdQCwyB+BA5OQwgwAA5XyNTXqgXHQAAAABJRU5ErkJggg==);
}
#far-right-col .what-matters .jump-nav .menu ul li a {
  width: 200px;
}
#far-right-col .what-matters .jump-nav .menu ul li ul li {
  background-image: none;
}
@media screen and (max-width: 1320px) {
  #far-right-col .what-matters h2 {
    text-align: left;
  }
  #far-right-col .what-matters .jump-nav {
    font-size: 1.4em;
    padding-left: 0;
  }
  #far-right-col .what-matters .jump-nav .i-am {
    padding-top: .3em;
  }
  #far-right-col .what-matters .jump-nav .menu ul li a {
    width: 155px;
    padding: .3em;
  }
}

/*==========================================================================
Content Page Framework Ends Here
==========================================================================*/
/*==========================================================================
Home Content starts here
==========================================================================*/
#home-hero {
  margin: 0 auto;
  margin-top: -22px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#home-hero .hero-wrap {
  margin: 0 auto;
  position: relative;
  width: 1800px;
}
#home-hero .hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 850px;
  padding: 170px 0 0 202px;
  color: white;
  text-shadow: 0 2px 0 rgba(143, 117, 86, 0.67);
}
#home-hero .hero-content h1 {
  font-size: 4em;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  color: white;
  text-transform: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}
#home-hero .hero-content h1 strong {
  font-size: 2em;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  line-height: .8;
  display: block;
}
#home-hero .hero-content h1 em {
  font-style: normal;
  display: block;
  padding-left: 20px;
}
#home-hero .hero-content p {
  font-size: 1em;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: white;
  margin: 1.5em 0 0 0;
  padding: 0 0 0 20px;
}
#home-hero .hero-content .blue-button {
  font-size: 1.5em;
  padding: .75em 1em;
}
@media screen and (max-width: 1320px) {
  #home-hero {
    /*Responsive: Desktop starts here*/
    width: 990px;
    overflow: visible;
  }
  #home-hero .hero-wrap {
    width: 100%;
  }
  #home-hero .hero-content {
    width: 600px;
    padding: 100px 0 0 30px;
  }
  #home-hero .hero-content h1 {
    font-size: 2.6em;
  }
  #home-hero .hero-content h1 strong {
    font-size: 1em;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: 400;
    color: white;
    text-transform: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: inline;
  }
  #home-hero .hero-content h1 em {
    display: inline;
    padding: 0;
  }
  #home-hero .hero-content p {
    padding-right: 60px;
    padding-left: 0;
  }
  #home-hero .hero-content .blue-button {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 990px) {
  #home-hero {
    /*Responsive: Tablet starts here*/
    width: 100%;
    padding: 10px 0 0 0;
    margin-top: 0px;
  }
  #home-hero .hero-content {
    width: 600px;
    padding: 80px 0 0 30px;
  }
  #home-hero .hero-content h1 {
    font-size: 2.6em;
  }
  #home-hero .hero-content p {
    padding-right: 30px;
    font-size: 0.875em;
    margin: 1em 0 0 0;
  }
  #home-hero .hero-content .blue-button {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 740px) {
  #home-hero {
    /*Responsive: Mobile starts here*/
    width: 100%;
    padding: 16px 0 35px 0;
  }
  #home-hero .hero-content {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding: 0 20px;
    text-shadow: none;
  }
  #home-hero .hero-content h1 {
    font-size: 1.3em;
    text-shadow: 0 2px 0 rgba(143, 117, 86, 0.67);
    position: relative;
    margin-top: -100px;
  }
  #home-hero .hero-content h1 strong {
    font-size: 2em;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: white;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    line-height: .8;
    display: block;
    width: 220px;
  }
  #home-hero .hero-content h1 em {
    display: block;
    padding-left: 7px;
    width: 220px;
  }
  #home-hero .hero-content p {
    padding-right: 0px;
    padding-top: 60px;
    color: #008b8b;
  }
  #home-hero .hero-content p.button {
    text-align: center;
    padding-top: 0;
  }
}

.what-matters .wrap {
  background: url(/birdhabitat/img/home-divide-lineblu.gif) no-repeat center bottom transparent;
  background-size: 100%;
  padding-top: 50px;
  padding-bottom: 60px;
}
.what-matters h2 {
  margin: 0;
}
.what-matters .jump-nav {
  font-size: 2.75em;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  color: #008b8b;
  padding: .25em 0 0 0;
}
.what-matters .jump-nav:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.what-matters .jump-nav .label {
  float: left;
  padding: .5em 0;
}
.what-matters .jump-nav .i-am {
  display: none;
}
.what-matters .jump-nav .menu {
  float: left;
  margin-left: .5em;
}
.what-matters .jump-nav .menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.what-matters .jump-nav .menu ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.what-matters .jump-nav .menu ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
}
.what-matters .jump-nav .menu ul li a {
  display: block;
}
.what-matters .jump-nav .menu ul li ul {
  position: absolute;
  left: -999em;
}
.what-matters .jump-nav .menu ul li ul li {
  float: none;
}
.what-matters .jump-nav .menu ul li:hover > ul {
  left: auto;
}
.what-matters .jump-nav .menu ul {
  z-index: 20;
}
.what-matters .jump-nav .menu ul li {
  /*Whenever you see a background url with a lot of characters, it is an image that is embedded into the css*/
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAKCAYAAABfYsXlAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMDAzRjc3QkY1OUUxMUUzQjk1N0E5QzU2OTY1QkYwMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyMDAzRjc3Q0Y1OUUxMUUzQjk1N0E5QzU2OTY1QkYwMCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjIwMDNGNzc5RjU5RTExRTNCOTU3QTlDNTY5NjVCRjAwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjIwMDNGNzdBRjU5RTExRTNCOTU3QTlDNTY5NjVCRjAwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ODmh7QAAAKtJREFUeNpiZKjcN4WBgSGbgTww53+bYyouSSYgLgDifWQYfIKQo0CG/wHicCC+Q4LBL4A4BIh/ETIcBN4AcSAQfyTCYJCBoUD8lJBCJiT2FSCOBeK/BPQUAvERYrzHhMbfDMQ1eNTPA+JpxIYdExaxTiBehkX8FBBnkRLj2Az/D8SpUMNg4BUQBwPxT0oNB4FvUMOeIkXgE1LTKgseuSdQCwyB+BA5OQwgwAA5XyNTXqgXHQAAAABJRU5ErkJggg==) no-repeat right center white;
  border-radius: 5px;
}
.what-matters .jump-nav .menu ul li a {
  color: #008b8b;
  padding: .5em .5em .5em .3em;
  width: 350px;
}
.what-matters .jump-nav .menu ul li ul {
  border: 1px solid #bebab1;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.what-matters .jump-nav .menu ul li ul li {
  background-image: none;
  border-radius: 0px;
}
.what-matters .jump-nav .menu ul li ul li:hover {
  background: #f7f6f2;
}
@media screen and (max-width: 1320px) {
  .what-matters {
    /*Responsive: Desktop*/
  }
  .what-matters h2 {
    text-align: center;
  }
  .what-matters .jump-nav {
    font-size: 1.5em;
    padding-left: 75px;
  }
}
@media screen and (max-width: 990px) {
  .what-matters {
    /*Responsive: Tablet*/
    padding: 0 20px;
  }
  .what-matters .wrap {
    padding-top: 16px;
    padding-bottom: 40px;
  }
  .what-matters .jump-nav {
    padding-left: 0;
  }
  .what-matters .jump-nav .menu ul li a {
    width: 200px;
  }
}
@media screen and (max-width: 740px) {
  .what-matters {
    /*Responsive: Mobile*/
    display: none;
  }
}

.cta .wrap {
  *zoom: 1;
  display: block;
}
.cta .wrap:before, .cta .wrap:after {
  content: " ";
  display: table;
}
.cta .wrap:after {
  clear: both;
}
.cta article {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 31.76157%;
  background: white;
}
.cta article:last-child {
  margin-right: 0;
}
.cta article figure img {
  width: 100%;
  height: auto;
  display: block;
}
.cta article h3 {
  padding: 20px;
}
.cta article p {
  padding: 0 20px 20px 20px;
  margin: 0;
  font-size: 1em;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  color: #292929;
}
.cta article .button {
  text-align: center;
  padding: 0 20px 20px 20px;
}
@media screen and (max-width: 990px) {
  .cta {
    /*Responsive: Tablet*/
  }
  .cta article h3 {
    padding: 10px;
  }
  .cta article p {
    font-size: 0.75em;
    line-height: 1.4;
    padding: 0 10px 10px 10px;
  }
  .cta article .button {
    font-size: 0.75em;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 740px) {
  .cta {
    /*Responsive: Mobile*/
  }
  .cta article {
    display: block;
    float: left;
    margin-right: 7.42297%;
    width: 100%;
    margin-bottom: 20px;
  }
  .cta article:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 320px) {
  .cta {
    /*Responsive: Mobile - smallest portrait*/
  }
  .cta article p {
    display: none;
  }
}

#home-news {
  /*Unique for Home page*/
  font-size: 1em;
  padding: 20px 0;
  margin: 0;
}
#home-news .wrap {
  background: white;
  padding: 0 0 20px 0;
}
#home-news header {
  overflow: hidden;
}
#home-news header h2 {
  margin: 0;
  padding: 20px 20px 0 20px;
  float: left;
}
#home-news header .more-news {
  overflow: hidden;
  float: right;
  padding: 16px 18px 0 0;
}
#home-news header .more-news ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  float: left;
}
#home-news header .more-news ul > li {
  display: block;
  float: left;
}
#home-news header .more-news ul > li:last-child {
  margin-right: 0px;
}
#home-news header .more-news a:hover {
  text-decoration: underline;
}
#home-news header ul li.all-news {
  margin-right: 10px;
  padding-top: 4px;
}
#home-news header ul li.all-news a {
  font-weight: bold;
  text-transform: uppercase;
  color: #007ac3;
}
#home-news header ul li.all-news a:hover {
  color: #005a90;
}
#home-news header ul li.facebook, #home-news header ul li.twitter {
  display: block;
  background: #bebab1;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  overflow: hidden;
  margin-right: 4px;
}
#home-news header ul li.facebook:hover, #home-news header ul li.twitter:hover {
  background: #a7a195;
}
#home-news header ul li.facebook a, #home-news header ul li.twitter a {
  display: block;
  color: white;
}
#home-news header ul li.facebook a {
  font-size: 18px;
  padding: 6px 0 0 4px;
}
#home-news header ul li.twitter a {
  font-size: 16px;
  padding: 2px 0 0 2px;
}
#home-news .row {
  *zoom: 1;
  display: block;
  padding: 20px 0 0 0;
}
#home-news .row:before, #home-news .row:after {
  content: " ";
  display: table;
}
#home-news .row:after {
  clear: both;
}
#home-news .row .item {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 31.76157%;
}
#home-news .row .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 990px) {
  #home-news {
    /*Responsive: Tablet*/
    padding: 20px;
  }
  #home-news .wrap {
    padding: 0 0 10px 0;
  }
  #home-news header h2 {
    padding: 10px 10px 0 10px;
  }
  #home-news header .more-news {
    padding: 6px 8px 0 0;
  }
  #home-news .row {
    padding: 10px 0 0 0;
  }
  #home-news .row a {
    padding: 10px;
  }
}
@media screen and (max-width: 740px) {
  #home-news {
    /*Responsive: Mobile*/
    padding: 10px;
  }
  #home-news .wrap {
    position: relative;
    padding: 10px 10px 80px 10px;
  }
  #home-news header h2 {
    float: none;
  }
  #home-news header .more-news {
    position: absolute;
    bottom: 0;
    float: none;
    width: 170px;
    padding: 0 0 20px 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  #home-news header ul li.all-news {
    padding-top: 9px;
  }
  #home-news header ul li.facebook, #home-news header ul li.twitter {
    width: 35px;
    height: 35px;
  }
  #home-news header ul li.facebook a {
    font-size: 24px;
    padding: 12px 0 0 5px;
  }
  #home-news header ul li.twitter a {
    font-size: 22px;
    padding: 6px 0 0 3px;
  }
  #home-news .row {
    display: none;
  }
  #home-news .row .item {
    display: block;
    float: left;
    margin-right: 7.42297%;
    width: 100%;
    display: none;
  }
  #home-news .row .item:last-child {
    margin-right: 0;
  }
  #home-news .row .item a:hover {
    background: transparent;
  }
  #home-news .row.first,
  #home-news .row.first .item.first {
    display: block;
  }
}

/*==========================================================================
Home Content ends here
==========================================================================*/
/*==========================================================================
Persona Content starts here
==========================================================================*/
/*--------------------------------
Top content / heading and paragraph
--------------------------------*/
#persona-content {
  text-align: center;
}
#persona-content .wrap {
  background: url(/birdhabitat/img/home-divide-lineblu.gif) no-repeat center bottom transparent;
  background-size: 100%;
  padding-bottom: 60px;
  margin-bottom: 1em;
}
#persona-content h1 {
  margin-bottom: .5em;
}
#persona-content p {
  font-size: 1.5em;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  color: #292929;
  line-height: 1.5;
  padding: 0 2em;
}
@media screen and (max-width: 740px) {
  #persona-content {
    /*Responsive: Mobile*/
  }
  #persona-content h1 {
    padding-top: .5em;
  }
  #persona-content p {
    font-size: 1em;
    padding: 0;
  }
}

/*--------------------------------
Hero Image: different spacing at top for persona
--------------------------------*/
.persona-page #content-hero {
  padding-top: 3em;
}

/*--------------------------------
Breadcrumb: different padding for persona pages
--------------------------------*/
.persona-page #breadcrumb p {
  padding: 1em 0;
}

/*--------------------------------
Persona CTA's
--------------------------------*/
#persona-cta .wrap {
  *zoom: 1;
  display: block;
}
#persona-cta .wrap:before, #persona-cta .wrap:after {
  content: " ";
  display: table;
}
#persona-cta .wrap:after {
  clear: both;
}
#persona-cta .wrap .item {
  /*Container for individual CTA*/
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 31.76157%;
  max-width: 437px;
}
#persona-cta .wrap .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 740px) {
  #persona-cta .wrap .item {
    /*responsive mobile*/
    display: block;
    float: left;
    margin-right: 7.42297%;
    width: 100%;
    margin-left: auto;
    margin-right: auto !important;
    float: none;
  }
  #persona-cta .wrap .item:last-child {
    margin-right: 0;
  }
}
#persona-cta .img {
  /*image area w/ label*/
  position: relative;
}
#persona-cta .img h3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  font-size: 1.5em;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
}
#persona-cta .links {
  /*List of links under image*/
  padding: 0 0 50px 0;
  text-align: left;
}
#persona-cta .links ul {
  margin: .75em 0 0 20px;
}
#persona-cta .links ul li {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAALCAYAAABCm8wlAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQUE4QTA5OEU1RDExMUUzODREQkQxMjMzRThFNjI1OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQUE4QTA5OUU1RDExMUUzODREQkQxMjMzRThFNjI1OCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkJBQThBMDk2RTVEMTExRTM4NERCRDEyMzNFOEU2MjU4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkJBQThBMDk3RTVEMTExRTM4NERCRDEyMzNFOEU2MjU4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+mWBZuwAAAJ9JREFUeNpi7Gso8WdgYDBkgIDvQDwLiN9D+QxMQLwViJ9B+ZxAHA7ErMgK/gDxSiD+ChWTAGIfZAUg8BGI1wLxPyhfh3jNkRWAwD0g3ovEdwNiOWQFIHAMiN9B2cxA7ImuwBKIhaDsv0C8HVmBEhC7IPF3AfEjmAJ+IA5GctNFID4JcyQL1O/cUMkXQLwF2ZteQCyFFJKgMPkNUwAQYAAh3huX+glsAgAAAABJRU5ErkJggg==) no-repeat 0px 6px transparent;
  padding: 0 0 0 18px;
  margin: 0 0 .75em 0;
}
#persona-cta .links ul li a {
  font-size: 1em;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 700;
  color: #008b8b;
}
#persona-cta .links ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 740px) {
  #persona-cta {
    /*Responsive: Mobile*/
  }
  #persona-cta .links ul li a {
    font-size: 0.875em;
  }
}

/*==========================================================================
Persona Content ends here
==========================================================================*/
/*==========================================================================
Reuseable classes start here
==========================================================================*/
/*--------------------------------
Blue pill shaped buttons
--------------------------------*/
.blue-button,
.blue-button:link,
.blue-button:visited {
  background: #007ac3;
  display: inline-block;
  padding: .5em 1em;
  border-radius: 5px;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  font-size: auto;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: white;
}
.blue-button:hover, .blue-button:active,
.blue-button:link:hover,
.blue-button:link:active,
.blue-button:visited:hover,
.blue-button:visited:active {
  color: white;
  text-decoration: none;
  background: #005a90;
}
@media screen and (max-width: 740px) {
  .blue-button,
  .blue-button:link,
  .blue-button:visited {
    padding: .75em 1em;
  }
}

/*--------------------------------
Fonts
--------------------------------*/
.serif {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

.sans-serif {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*--------------------------------
Classes to show/hide at various screen sizes
See bitters/_grid-settings for various breakpoints
See content-page for styling that usually only happens on a content page
--------------------------------*/
.show-at-widescreen,
.show-at-desktop,
.show-at-tablet,
.show-at-mobile {
  display: none;
}
.show-at-widescreen.inline,
.show-at-desktop.inline,
.show-at-tablet.inline,
.show-at-mobile.inline {
  display: none;
}

.inline {
  display: inline;
}

@media screen and (min-width: 1321px) {
  .show-at-widescreen {
    display: block;
  }

  .show-at-widescreen.inline {
    display: inline;
  }

  .hide-at-widescreen {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .show-at-desktop {
    display: block;
  }

  .show-at-desktop.inline {
    display: inline;
  }

  .hide-at-desktop {
    display: none;
  }
}
@media screen and (min-width: 741px) {
  .show-at-tablet {
    display: block;
  }

  .show-at-tablet.inline {
    display: inline;
  }

  .hide-at-tablet {
    display: none;
  }
}
@media screen and (min-width: 321px) {
  .show-at-mobile {
    display: block;
  }

  .show-at-mobile.inline {
    display: inline;
  }

  .hide-at-mobile {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .hide-at-mobile-portrait {
    display: none;
  }
}
/*--------------------------------
Image Floats and clears
--------------------------------*/
.img-left {
  float: left;
  width: 30%;
  margin-right: 2em;
}

.img-right {
  float: right;
  width: 30%;
  margin-left: 2em;
}

.overflow-hidden {
  overflow: hidden;
}

.clear {
  clear: both;
}

/*--------------------------------
File Icons
--------------------------------*/
.file-icons {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  margin: 0 0 0 .0em;
  line-height: 1.5em;
}
.file-icons .icon {
  display: block;
  height: 24px;
  width: 20px;
  background: url(/birdhabitat/img/framework/file-sprites.png) no-repeat 0px 0px transparent;
  position: absolute;
  left: 0;
  top: 0px;
  text-indent: -999em;
  overflow: hidden;
}

.external-link .icon {
  background-position: 0px 5px;
}

.pdf {
  color: #b50901;
}
.pdf:hover {
  color: #f23e35;
}
.pdf .icon {
  background-position: 0px -20px;
}

.external-pdf {
  color: #b50901;
}
.external-pdf:hover {
  color: #f23e35;
}
.external-pdf .icon {
  background-position: 0px -46px;
}

.word {
  color: #005dae;
}
.word:hover {
  color: #4ea4ea;
}
.word .icon {
  background-position: 0px -71px;
}

.excel {
  color: #297f21;
}
.excel:hover {
  color: #64c652;
}
.excel .icon {
  background-position: 0px -96px;
}

.ppt {
  color: #bb3e0c;
}
.ppt:hover {
  color: #ee8527;
}
.ppt .icon {
  background-position: 0px -120px;
}

.zip {
  color: #000000;
}
.zip:hover {
  color: #5f5f5f;
}
.zip .icon {
  background-position: 0px -145px;
}

/*==========================================================================
Reuseable classes end here
==========================================================================*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
