
/* GLOBAL DECLARATIONS */

#taxonDescription {
    width: 222px;
}
.rr {
    margin: 8px;
}

#aswContent a {
    color: #078071;
}

#aswContent h3 {
    margin-top: 24px;
}


a {
    color: #078071;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
p {
    margin-bottom: 20px;
}
input {
    margin: 2px 0;
}
body {
  font: 13px 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
  background-color: #fff !important;
  line-height: 19px;
}

.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.column {
    float: left;
    width: 380px;
}

/* NOT fixed columns */
.column.small {
    width: 272px;
    margin:0 0 0 40px;
    position: relative;
    z-index: 10;
}
.column {
padding-top: 16px;
}

.column.big {
    width: 610px;
    margin-left: 20px;
}
/* fixed columns 
.column.small {
    width: 272px;
    position: fixed;
    margin:0 0 0 40px;
}
.column.big {
    width: 620px;
    margin-left: 320px;
    padding-top:17px;
}

*/

h2 {
    color: inherit;
    font-size: 20px;
    padding: 0 5px;
    line-height: 25px;
    
}
.column.big h2 {
    margin-top:0px;
}

.column.small h2 {
    margin-bottom: 0px;
}
.column h2 {
    font-size: 22px;
    padding: 4px;
    border-radius: 4px;
}
.column h1 {
  font-size: 32px;
}
.column.small strong {
    font-size: 16px;
    font-family: "AMNH Sans";
    text-transform: uppercase;
    font-weight: bold;
}
/* END GLOBAL DECLARATIONS */

/* ACCESSIBILITY NAV */
#accessibilityNavigation {
    display: block;
    position: absolute;
    width: 100%;
}
#accessibilityNavigation ul {
    list-style-type: none;
    margin-bottom: 0;
}
#accessibilityNavigation li {
    left: 0;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 100%;
    z-index: 997;
}
#accessibilityNavigation li a {
    background: #fff none repeat scroll 0 0;
    clip: rect(1px, 1px, 1px, 1px);
    color: #134ea2;
    font-weight: 700;
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    width: 1px;
    z-index: 998;
}
#accessibilityNavigation li a:focus,
.accessibility-link:focus {
    clip: rect(auto, auto, auto, auto);
    outline: thin dotted;
    outline-offset: -3px;
    position: static;
    text-decoration: underline;
}
/* END ACCESSIBILITY NAV */

/* HEADER / FOOTER */
.page {
    margin: auto;
}
#header {
    background-color: #134ea2;
    box-shadow: 0 4px 19px #888888;
    color: #DDDDDD;
    margin-bottom: 10px;
    width: 100%;
    min-height: 80px;
    overflow: hidden; /* clear the floats */
}
#header .logo {
    float: left;
    height: 40px;
    padding: 15px;
    width: auto;
}

#header .logoLink {
    float: left;
}

#header .logoLink:hover,
#header .logoLink:focus {
    outline: #fff 1px solid;
}

#header h1 {
    float: right;
    font-size: 20px;
    margin: 0px;
}
#header ul {
    bottom: 0;
    margin: 0 10px 3px 0;
    position: absolute;
    right: 0;
}
#header li {
    display: block;
    float: left;
    font-size: 12px;
    list-style-type: none;
    text-transform: uppercase;
    margin-left: 30px;
}
#header a:link, #header a:visited {
    color: #DDDDDD;
    text-decoration: none;
}

#header a:hover,
#header a:focus {
    text-decoration: underline;
}

#footer p {
    clear: both;
    font-size: 11px;
    line-height: 1.4em;
    margin: 0;
    text-align: center;
}
#footer {
    color: #555555;
    margin-bottom: 20px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
}

/* END HEADER / FOOTER */

/* SEARCH BLOCK */

#basicSearch,
#advancedSearch,
#speciesCountSearch {
    border: 1px solid #333;
    padding: 15px;
    border-radius: 8px;
}

.search-field {
    margin-bottom: 3px;
}
.search-field label {
    width: 100%;
    float: left;
}
.search-field input[type=text] {
    width: calc(100% - 12px);
    margin: 4px 0;
    padding: 2px 4px;
}
.search-field select {
    width: 176px;
}
.search-field .checkbox {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 0 8px;
}

.search-field.action {
    margin-top: 16px;
}

.search-field .checkbox input[type=checkbox] {
    margin-right: 8px;
}

.bs-select {
    margin-bottom: 8px;
}
.no-results {
    padding: 3px 10px;
    background-color: #FDF1B5;
    font-style: italic;
}
#links > ul {
    padding-left: 16px;
}
#links > ul > li {
    list-style-image: url("../images/circle-level1.svg");
    margin-bottom: 8px;
}
#links ul ul > li {
    list-style-image: url("../images/circle-level2.svg");
}

/* END SEARCH BLOCK */

.species-count {
    margin-bottom: 16px;
    display: flex;
}
.species-count span {
    margin-right: 8px;
}

/* TAXONS */

/* fun for debugging
.Class       { background-color: #ff0000; }
.Order       { background-color: #dd0044; }
.Superfamily { background-color: #bb0044; }
.Family      { background-color: #990077; }
.Subfamily   { background-color: #770077; }
.Genus       { background-color: #5500aa; }
.Species     { background-color: #3300aa; }
*/

.taxon_indent_0 {margin-left: -10px;}
.taxon_indent_1 {margin-left: 0px;}
.taxon_indent_2 {margin-left: 30px;}
.taxon_indent_3 {margin-left: 60px;}
.taxon_indent_4 {margin-left: 90px; }
.taxon_indent_5 {margin-left: 120px; }
.taxon_indent_6 {margin-left: 150px;}
.taxon_indent_7 {margin-left: 180px;}
.taxon_indent_8 {margin-left: 210px;}

.highlight {
    font-size: 10px;
    margin-left: 20px;
    font-style: italic;
    /* this is very useful for debugging structure of seach results:
    display: none;
    */
}
#taxonomy_nav {
  border-bottom: 1px solid #222222;
  margin-bottom: 30px;
    font-style: normal;
    font-weight: 300;
    font-size: 1.9rem;
    line-height: 1.5;
    letter-spacing: 0.01rem;
}
.taxon 
{
    width: 580px
}
.taxon b {
    color: #111;
    font-weight: bold;
}
.taxon .highlight b {
    color: #000;
}
.taxon .synonymy p {
    margin: 0 0 24px 30px;
    text-indent: -30px;
}
.taxon.rank-Genus .synonymy b, .taxon.rank-Species .synonymy b {
    font-style: italic;
}
.taxa {
    margin-left: 30px;
}
.external-links li {
    list-style-type: none;
}
.copy-link {
    float: right;
    font-size: 12px;
}

/* species count */
.species-counter {
    margin: -22px 0 9px;
    text-align: right;
}
/* END TAXONS */

/* SPECIAL CSS RULES */

.bibliography i i {
    text-decoration: underline;
}

/* END SPECIAL CSS RULES */

/* Basic search styles */

ul.basic-search {
    padding: 0;
}

.basic-search li {
    margin-bottom: 10px;
    list-style: none;
}


.basic-search .title {
    font-weight: bold;
}

.basic-search .url {
    color: #008300 ;
}

.pagenavigator p {
    text-align: center;
}
.pagenavigator .previous {
    padding-right: 10px;
    float: left;
}
.pagenavigator .next {
    float: right;
    padding-left: 10px;
}

/* END Basic search styles */
/* Autocomplete */

.subtree-field.loading {
    background: white url('../images/loading.gif') right center no-repeat;
}
.subtree-field.changed {
    color: red;
}
div#content {
    width:960px;
    margin:20px auto;
    min-height: 700px;

}
body {
    padding:0;
    margin:0;
}
#innerheader {
    max-width:950px;
    margin:auto;
    padding: 4px 40px 0 0 ;
}
#subnav {
    text-align:right;
    margin-top:30px;
}
#subnav a {
    display: inline-block;
    margin:20px 0 0 0;
    padding: 0 0 0 32px;
}
table#search_help,
table#search_adv_help {
    display: block;
    background-color: #eee;
}
table#search_help tr td,
table#search_help tr th,
table#search_adv_help tr td,
table#search_adv_help tr th {
    width:30%;
    font-size: 10px;
    background-color: #fff;
    vertical-align: top;
    line-height: 13px;
}
.search_toggle {
    font-weight: 700;
    cursor: pointer;
    float:right;
    font-size: 14px;
    color:black;
}
th .search_toggle {
    color:black;
}

/*!
 *
 * AMNH external_header_footer Styling -- NO Bootstrap framework
 */
/*--------------------------------------------------------------
# Global Styles
--------------------------------------------------------------*/
body {
  line-height: 1.5;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

h1, h2, h3, h4, h5, h6, ul, span {
  margin: 0px;
}

button {
  outline: none;
  border: 0;
  background: none;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  border-radius: 0;
}

ol, ul {
  list-style: none;
}

button::-moz-focus-inner {
  border: 0;
}

img[data-sizes=auto] {
  display: block;
  width: 100%;
}

#debug {
  background-color: white;
}

.survey-embed > div {
	margin:auto;
	margin-top: 20px;
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media Queries / Breakpoints
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Z-index
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Flexbox
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Transition
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Square
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Clearfix
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Background Image
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Position Absolute
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Padding
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Site max-width
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# This module generates left and right padding responsively
# There are different sizes representing small to large gutters
# This allows us to update left/right margins/gutters sitewide easily
# And makes sure content across different modules and templates aligns
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Font Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Font Imports
--------------------------------------------------------------*/
@font-face {
  font-family: "AMNH Sans";
  src: local("AMNH Sans"),
  url("../fonts/amnhsans/AMNHSans-Light.otf") format("opentype"),
  url("../fonts/amnhsans/AMNHSans-Light.woff") format("woff"),
  url("../fonts/amnhsans/AMNHSans-Light.woff2") format("woff2"),
  url("../fonts/amnhsans/AMNHSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
    font-family: "AMNH Sans";
    src: local("AMNH Sans Italic"),
    url("../fonts/amnhsans/AMNHSans-LightItalic.otf") format("opentype"),
    url("../fonts/amnhsans/AMNHSans-LightItalic.woff") format("woff"),
    url("../fonts/amnhsans/AMNHSans-LightItalic.woff2") format("woff2"),
    url("../fonts/amnhsans/AMNHSans-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: "AMNH Sans";
    src: local("AMNH Sans Regular"),
    url("../fonts/amnhsans/AMNHSans-Regular.otf") format("opentype"),
    url("../fonts/amnhsans/AMNHSans-Regular.woff") format("woff"),
    url("../fonts/amnhsans/AMNHSans-Regular.woff2") format("woff2"),
    url("../fonts/amnhsans/AMNHSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "AMNH Sans";
    src: local("AMNH Sans Regular Italic"),
    url("../fonts/amnhsans/AMNHSans-RegularItalic.otf") format("opentype"),
    url("../fonts/amnhsans/AMNHSans-RegularItalic.woff") format("woff"),
    url("../fonts/amnhsans/AMNHSans-RegularItalic.woff2") format("woff2"),
    url("../fonts/amnhsans/AMNHSans-RegularItalic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "AMNH Sans";
    src: local("AMNH Sans Medium"),
    url("../fonts/amnhsans/AMNHSans-Medium.otf") format("opentype"),
    url("../fonts/amnhsans/AMNHSans-Medium.woff") format("woff"),
    url("../fonts/amnhsans/AMNHSans-Medium.woff2") format("woff2"),
    url("../fonts/amnhsans/AMNHSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "AMNH Sans";
    src: local("AMNH Sans Medium Italic"),
    url("../fonts/amnhsans/AMNHSans-MediumItalic.otf") format("opentype"),
    url("../fonts/amnhsans/AMNHSans-MediumItalic.woff") format("woff"),
    url("../fonts/amnhsans/AMNHSans-MediumItalic.woff2") format("woff2"),
    url("../fonts/amnhsans/AMNHSans-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: "AMNH Sans";
    src: local("AMNH Sans Bold"),
    url("../fonts/amnhsans/AMNHSans-Bold.otf") format("opentype"),
    url("../fonts/amnhsans/AMNHSans-Bold.woff") format("woff"),
    url("../fonts/amnhsans/AMNHSans-Bold.woff2") format("woff2"),
    url("../fonts/amnhsans/AMNHSans-Bold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "AMNH Sans";
    src: local("AMNH Sans Bold Italic"),
    url("../fonts/amnhsans/AMNHSans-BoldItalic.otf") format("opentype"),
    url("../fonts/amnhsans/AMNHSans-BoldItalic.woff") format("woff"),
    url("../fonts/amnhsans/AMNHSans-BoldItalic.woff2") format("woff2"),
    url("../fonts/amnhsans/AMNHSans-BoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
  font-family: "AMNH Serif";
  src: local("AMNH Serif"),
  url("../fonts/amnhserif/AMNHSerif-Light.otf") format("opentype"),
  url("../fonts/amnhserif/AMNHSerif-Light.woff") format("woff"),
  url("../fonts/amnhserif/AMNHSerif-Light.woff2") format("woff2"),
  url("../fonts/amnhserif/AMNHSerif-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "AMNH Serif";
  src: local("AMNH Serif Italic"),
  url("../fonts/amnhserif/AMNHSerif-LightItalic.otf") format("opentype"),
  url("../fonts/amnhserif/AMNHSerif-LightItalic.woff") format("woff"),
  url("../fonts/amnhserif/AMNHSerif-LightItalic.woff2") format("woff2"),
  url("../fonts/amnhserif/AMNHSerif-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "AMNH Serif";
  src: local("AMNH Serif Regular"),
  url("../fonts/amnhserif/AMNHSerif-Regular.otf") format("opentype"),
  url("../fonts/amnhserif/AMNHSerif-Regular.woff") format("woff"),
  url("../fonts/amnhserif/AMNHSerif-Regular.woff2") format("woff2"),
  url("../fonts/amnhserif/AMNHSerif-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "AMNH Serif";
  src: local("AMNH Serif Regular Italic"),
  url("../fonts/amnhserif/AMNHSerif-RegularItalic.otf") format("opentype"),
  url("../fonts/amnhserif/AMNHSerif-RegularItalic.woff") format("woff"),
  url("../fonts/amnhserif/AMNHSerif-RegularItalic.woff2") format("woff2"),
  url("../fonts/amnhserif/AMNHSerif-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "AMNH Serif";
  src: local("AMNH Serif Medium"),
  url("../fonts/amnhserif/AMNHSerif-Medium.otf") format("opentype"),
  url("../fonts/amnhserif/AMNHSerif-Medium.woff") format("woff"),
  url("../fonts/amnhserif/AMNHSerif-Medium.woff2") format("woff2"),
  url("../fonts/amnhserif/AMNHSerif-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "AMNH Serif";
  src: local("AMNH Serif Medium Italic"),
  url("../fonts/amnhserif/AMNHSerif-MediumItalic.otf") format("opentype"),
  url("../fonts/amnhserif/AMNHSerif-MediumItalic.woff") format("woff"),
  url("../fonts/amnhserif/AMNHSerif-MediumItalic.woff2") format("woff2"),
  url("../fonts/amnhserif/AMNHSerif-MediumItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "AMNH Sans", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  font-size: 2rem;
}

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}

/*-----------------------------`---------------------------------
# Headings (h1 through h6)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Each heading and paragraph style is shared by both the tag
# and a corresponding class. This allows us to use correct markup
# and override it when necessary to maintain the visual hierarchy
# established by the design team.
--------------------------------------------------------------*/

h1,
.h1,
.home-membership__title,
.home-hero-headline__title {
  font-family: "AMNH Serif", "Georgia", "Times", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 7rem;
  line-height: 1.3;
  letter-spacing: -0.2px;
}
@media all and (max-width: 1280px) {
  h1,
.h1,
.home-membership__title,
.home-hero-headline__title {
    font-size: 6.3rem;
  }
}
@media all and (max-width: 1024px) {
  h1,
.h1,
.home-membership__title,
.home-hero-headline__title {
    font-size: 5.4rem;
  }
}
@media all and (max-width: 834px) {
  h1,
.h1,
.home-membership__title,
.home-hero-headline__title {
    font-size: 4.5rem;
    line-height: 1.4;
  }
}
@media all and (max-width: 520px) {
  h1,
.h1,
.home-membership__title,
.home-hero-headline__title {
    font-size: 3.6rem;
  }
}

h2,
.h2,
.amnh-feature-box__title {
  font-family: "AMNH Serif", "Georgia", "Times", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 1.4;
  letter-spacing: -0.2px;
}
@media all and (max-width: 1280px) {
  h2,
.h2,
.amnh-feature-box__title {
    font-size: 4.7rem;
  }
}
@media all and (max-width: 1024px) {
  h2,
.h2,
.amnh-feature-box__title {
    font-size: 4.1rem;
  }
}
@media all and (max-width: 834px) {
  h2,
.h2,
.amnh-feature-box__title {
    font-size: 3.5rem;
  }
}
@media all and (max-width: 520px) {
  h2,
.h2,
.amnh-feature-box__title {
    font-size: 3rem;
    letter-spacing: -0.3px;
  }
}

h3,
.h3,
.amnh-featured-video__title,
.amnh-event-cta__title,
.amnh-inset-section__content h2,
.amnh-inset-section__content .body-intro,
.amnh-two-up-cta__title,
.amnh-banner__close,
.amnh-tile--large .amnh-tile__title,
.amnh-transcript__content h2,
.amnh-transcript__content .body-intro,
.amnh-content h2,
.amnh-content .body-intro {
  font-family: "AMNH Serif", "Georgia", "Times", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.8rem;
  line-height: 1.35;
  letter-spacing: -0.1px;
}
@media all and (max-width: 1280px) {
  h3,
.h3,
.amnh-featured-video__title,
.amnh-event-cta__title,
.amnh-inset-section__content h2,
.amnh-inset-section__content .body-intro,
.amnh-two-up-cta__title,
.amnh-banner__close,
.amnh-tile--large .amnh-tile__title,
.amnh-transcript__content h2,
.amnh-transcript__content .body-intro,
.amnh-content h2,
.amnh-content .body-intro {
    font-size: 2.6rem;
  }
}
@media all and (max-width: 1024px) {
  h3,
.h3,
.amnh-featured-video__title,
.amnh-event-cta__title,
.amnh-inset-section__content h2,
.amnh-inset-section__content .body-intro,
.amnh-two-up-cta__title,
.amnh-banner__close,
.amnh-tile--large .amnh-tile__title,
.amnh-transcript__content h2,
.amnh-transcript__content .body-intro,
.amnh-content h2,
.amnh-content .body-intro {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 834px) {
  h3,
.h3,
.amnh-featured-video__title,
.amnh-event-cta__title,
.amnh-inset-section__content h2,
.amnh-inset-section__content .body-intro,
.amnh-two-up-cta__title,
.amnh-banner__close,
.amnh-tile--large .amnh-tile__title,
.amnh-transcript__content h2,
.amnh-transcript__content .body-intro,
.amnh-content h2,
.amnh-content .body-intro {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 520px) {
  h3,
.h3,
.amnh-featured-video__title,
.amnh-event-cta__title,
.amnh-inset-section__content h2,
.amnh-inset-section__content .body-intro,
.amnh-two-up-cta__title,
.amnh-banner__close,
.amnh-tile--large .amnh-tile__title,
.amnh-transcript__content h2,
.amnh-transcript__content .body-intro,
.amnh-content h2,
.amnh-content .body-intro {
    font-size: 2rem;
    line-height: 1.5;
  }
}

h4, .amnh-footer__newsletter .newsletter-title, .submenu-featured-item__title,
.h4,
.amnh-video-modal__related-title,
.amnh-resource__title,
.amnh-video-cta__title,
.amnh-tile--square .amnh-tile__title {
  font-family: "AMNH Serif", "Georgia", "Times", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.45;
}
@media all and (max-width: 1280px) {
  h4, .amnh-footer__newsletter .newsletter-title, .submenu-featured-item__title,
.h4,
.amnh-video-modal__related-title,
.amnh-resource__title,
.amnh-video-cta__title,
.amnh-tile--square .amnh-tile__title {
    font-size: 2rem;
  }
}
@media all and (max-width: 1024px) {
  h4, .amnh-footer__newsletter .newsletter-title, .submenu-featured-item__title,
.h4,
.amnh-video-modal__related-title,
.amnh-resource__title,
.amnh-video-cta__title,
.amnh-tile--square .amnh-tile__title {
    font-size: 1.9rem;
  }
}
@media all and (max-width: 834px) {
  h4, .amnh-footer__newsletter .newsletter-title, .submenu-featured-item__title,
.h4,
.amnh-video-modal__related-title,
.amnh-resource__title,
.amnh-video-cta__title,
.amnh-tile--square .amnh-tile__title {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 520px) {
  h4, .amnh-footer__newsletter .newsletter-title, .submenu-featured-item__title,
.h4,
.amnh-video-modal__related-title,
.amnh-resource__title,
.amnh-video-cta__title,
.amnh-tile--square .amnh-tile__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

h5,
.h5,
.amnh-title-bar__title,
.amnh-pagination__number,
.amnh-toolbar__paragraph,
.amnh-dropdown .select-items div,
.amnh-dropdown .select-selected {
  font-family: "AMNH Serif", "Georgia", "Times", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.15;
}
@media all and (max-width: 1280px) {
  h5,
.h5,
.amnh-title-bar__title,
.amnh-pagination__number,
.amnh-toolbar__paragraph,
.amnh-dropdown .select-items div,
.amnh-dropdown .select-selected {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 1024px) {
  h5,
.h5,
.amnh-title-bar__title,
.amnh-pagination__number,
.amnh-toolbar__paragraph,
.amnh-dropdown .select-items div,
.amnh-dropdown .select-selected {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 834px) {
  h5,
.h5,
.amnh-title-bar__title,
.amnh-pagination__number,
.amnh-toolbar__paragraph,
.amnh-dropdown .select-items div,
.amnh-dropdown .select-selected {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 520px) {
  h5,
.h5,
.amnh-title-bar__title,
.amnh-pagination__number,
.amnh-toolbar__paragraph,
.amnh-dropdown .select-items div,
.amnh-dropdown .select-selected {
    line-height: 1.33;
  }
}

h6, .mobile-submenu__title, .submenu-featured-item__date, .submenu-item__title,
.h6,
.amnh-sidebar__info p,
.amnh-sidebar__info .amnh-input__content,
.amnh-sidebar__info .amnh-textarea__content,
.amnh-sidebar__info .amnh-checkbox label,
.amnh-checkbox .amnh-sidebar__info label,
.amnh-sidebar__info .amnh-radio label,
.amnh-radio .amnh-sidebar__info label,
.amnh-skip-list-item,
.amnh-inset-section__content h6,
.amnh-inset-section__content .submenu-item__title,
.amnh-inset-section__content .submenu-featured-item__date,
.amnh-inset-section__content .mobile-submenu__title,
.amnh-inset-section__content h5,
.amnh-feature-box__subtitle,
.amnh-tile__label,
.amnh-tile--thumbnail .amnh-tile__overlay .text,
.amnh-transcript__content h6,
.amnh-transcript__content .mobile-submenu__title,
.amnh-transcript__content .submenu-featured-item__date,
.amnh-transcript__content .submenu-item__title,
.amnh-transcript__content h5,
.amnh-dropdown__label,
.amnh-content h6,
.amnh-content .mobile-submenu__title,
.amnh-content .submenu-featured-item__date,
.amnh-content .submenu-item__title,
.amnh-content h5,
.amnh-tooltip__wrapper,
.amnh-label .title,
.amnh-input label,
.amnh-textarea label,
.amnh-inline-cta .title {
  font-family: "AMNH Sans", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media all and (max-width: 1024px) {
  h6, .mobile-submenu__title, .submenu-featured-item__date, .submenu-item__title,
.h6,
.amnh-sidebar__info p,
.amnh-sidebar__info .amnh-input__content,
.amnh-sidebar__info .amnh-textarea__content,
.amnh-sidebar__info .amnh-checkbox label,
.amnh-checkbox .amnh-sidebar__info label,
.amnh-sidebar__info .amnh-radio label,
.amnh-radio .amnh-sidebar__info label,
.amnh-skip-list-item,
.amnh-inset-section__content h6,
.amnh-inset-section__content .submenu-item__title,
.amnh-inset-section__content .submenu-featured-item__date,
.amnh-inset-section__content .mobile-submenu__title,
.amnh-inset-section__content h5,
.amnh-feature-box__subtitle,
.amnh-tile__label,
.amnh-tile--thumbnail .amnh-tile__overlay .text,
.amnh-transcript__content h6,
.amnh-transcript__content .mobile-submenu__title,
.amnh-transcript__content .submenu-featured-item__date,
.amnh-transcript__content .submenu-item__title,
.amnh-transcript__content h5,
.amnh-dropdown__label,
.amnh-content h6,
.amnh-content .mobile-submenu__title,
.amnh-content .submenu-featured-item__date,
.amnh-content .submenu-item__title,
.amnh-content h5,
.amnh-tooltip__wrapper,
.amnh-label .title,
.amnh-input label,
.amnh-textarea label,
.amnh-inline-cta .title {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 520px) {
  h6, .mobile-submenu__title, .submenu-featured-item__date, .submenu-item__title,
.h6,
.amnh-sidebar__info p,
.amnh-sidebar__info .amnh-input__content,
.amnh-sidebar__info .amnh-textarea__content,
.amnh-sidebar__info .amnh-checkbox label,
.amnh-checkbox .amnh-sidebar__info label,
.amnh-sidebar__info .amnh-radio label,
.amnh-radio .amnh-sidebar__info label,
.amnh-skip-list-item,
.amnh-inset-section__content h6,
.amnh-inset-section__content .submenu-item__title,
.amnh-inset-section__content .submenu-featured-item__date,
.amnh-inset-section__content .mobile-submenu__title,
.amnh-inset-section__content h5,
.amnh-feature-box__subtitle,
.amnh-tile__label,
.amnh-tile--thumbnail .amnh-tile__overlay .text,
.amnh-transcript__content h6,
.amnh-transcript__content .mobile-submenu__title,
.amnh-transcript__content .submenu-featured-item__date,
.amnh-transcript__content .submenu-item__title,
.amnh-transcript__content h5,
.amnh-dropdown__label,
.amnh-content h6,
.amnh-content .mobile-submenu__title,
.amnh-content .submenu-featured-item__date,
.amnh-content .submenu-item__title,
.amnh-content h5,
.amnh-tooltip__wrapper,
.amnh-label .title,
.amnh-input label,
.amnh-textarea label,
.amnh-inline-cta .title {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}


/*--------------------------------------------------------------
# Paragraph
--------------------------------------------------------------*/
p {
  font-family: "AMNH Sans", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 0.01rem;
}
@media all and (max-width: 1280px) {
  p {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1024px) {
  p {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 834px) {
  p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media all and (max-width: 520px) {
  p {
    font-size: 1.5rem;
  }
}
p strong,
p b {
  font-weight: 500;
}
p em,
p i {
  font-style: italic;
}

.small-paragraph, .amnh-footer__contact p, .amnh-header-hours__content {
  font-family: "AMNH Sans", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.01rem;
}
@media all and (max-width: 1024px) {
  .small-paragraph, .amnh-footer__contact p, .amnh-header-hours__content {
    font-size: 1.5rem;
    line-height: 1.65;
  }
}
@media all and (max-width: 834px) {
  .small-paragraph, .amnh-footer__contact p, .amnh-header-hours__content {
    font-size: 1.45rem;
    line-height: 1.6;
  }
}
@media all and (max-width: 520px) {
  .small-paragraph, .amnh-footer__contact p, .amnh-header-hours__content {
    font-size: 1.4rem;
    line-height: 1.55;
  }
}
.small-paragraph strong, .amnh-footer__contact p strong, .amnh-header-hours__content strong,
.small-paragraph b,
.amnh-footer__contact p b,
.amnh-header-hours__content b {
  font-weight: 500;
}

small, .amnh-footer__menu li,
.small {
  font-family: "AMNH Sans", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 300;
  display: block;
  font-size: 1.5rem;
}
@media all and (max-width: 1024px) {
  small, .amnh-footer__menu li,
.small {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
@media all and (max-width: 520px) {
  small, .amnh-footer__menu li,
.small {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
p a {
  transition: all 0.15s ease-in-out;
  transition-property: all;
  color: #078071;
  border-bottom: 1px solid transparent;
  font-weight: 500;
}
.amnh-dark p a {
  color: #ffffff;
  border-bottom-color: #ffffff;
  font-weight: inherit;
}
.amnh-dark p a:hover {
  color: #D7FA88;
  border-bottom-color: transparent;
}

p a {
  border-bottom-width: 1px;
}
p a.amnh-button:hover {
  border-bottom-color: transparent;
}

a.link-dark, .amnh-footer__contact a {
  border-bottom-color: transparent;
  font-weight: 600;
  color: #D7FA88;
}
a.link-dark:hover, .amnh-footer__contact a:hover {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

/*--------------------------------------------------------------
# Focus styles
--------------------------------------------------------------*/
a:focus,
button:focus,
[role=button]:focus,
.a11y-focus:focus {
  transition: none !important;
  outline: 1px dotted #B3B3B3 !important;
  outline-offset: 3px;
}

[role=button] {
  outline: none;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Hamburger
--------------------------------------------------------------*/
.amnh-hamburger {
  width: 2.3rem;
  height: 1.8rem;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
@media all and (min-width: 521px) {
  .amnh-hamburger:hover .line {
    background: #004BB4;
  }
  .amnh-dark .amnh-hamburger:hover .line {
    background: #D7FA88;
  }
}
.amnh-hamburger .top,
.amnh-hamburger .middle,
.amnh-hamburger .bottom {
  display: block;
  width: 100%;
  left: 0;
}
.amnh-hamburger .line {
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  transition: all 0.15s ease-in-out;
  transition-property: background;
}
.amnh-dark .amnh-hamburger .line {
  background: #ffffff;
}
.amnh-hamburger .top {
  position: absolute;
  top: 0;
  text-align: center;
}
.amnh-hamburger .top .line {
  transform-origin: top left;
}
.amnh-hamburger .middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.amnh-hamburger .bottom {
  position: absolute;
  bottom: 0;
}
.amnh-hamburger .bottom .line {
  transform-origin: bottom left;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Body / HTML
--------------------------------------------------------------*/
body,
html {
  width: 100%;
}

body {
  position: relative;
  z-index: 1;
  background: #ffffff;
  margin: 0;
}

*::selection {
  background: #D7FA88;
}

/*--------------------------------------------------------------
# Page wrapper, starts after header and ends before footer
--------------------------------------------------------------*/
.amnh-page-wrapper {
  background: #ffffff;
  overflow-x: hidden;
}

/*--------------------------------------------------------------
# Header padding mixin
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.amnh-header {
  position: relative;
  background-color: #ffffff;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .amnh-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    background: none !important;
    -webkit-backface-visbility: hidden;
    transform: translateZ(0);
  }
}
.amnh-header__wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10.5rem;
  padding-right: 10.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media all and (max-width: 1280px) {
  .amnh-header__wrapper {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
@media all and (max-width: 1160px) {
  .amnh-header__wrapper {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media all and (max-width: 1024px) {
  .amnh-header__wrapper {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}
@media all and (max-width: 834px) {
  .amnh-header__wrapper {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media all and (max-width: 520px) {
  .amnh-header__wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media all and (max-width: 360px) {
  .amnh-header__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (max-width: 1160px) {
  .amnh-header__wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media all and (max-width: 1024px) {
  .amnh-header__wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media all and (max-width: 520px) {
  .amnh-header__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (max-width: 1024px) {
  .amnh-header__wrapper {
    background-color: #ffffff;
    box-shadow: 0px 10px 50px -20px rgba(180, 180, 180, 0.3);
  }
  .amnh-dark .amnh-header__wrapper {
    box-shadow: none;
  }
  .amnh-header--dark .amnh-header__wrapper {
    background-color: #000000;
  }
}
@media all and (max-width: 1024px) {
  .amnh-header__wrapper {
    align-items: center;
  }
}
.amnh-header.amnh-dark {
  color: #ffffff;
  box-shadow: none;
}
.amnh-header--dark {
  background-color: #000000;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Header Logo
--------------------------------------------------------------*/
.amnh-header-logo {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-right: auto;
}
@media all and (max-width: 520px) {
  .amnh-header-logo {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.amnh-header-logo__logo {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
.amnh-header-logo__logo .logo-text {
  height: 58px;
  width: 270px;
  background-image: url(../images/logos/amnh-logo-black.svg?2023);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.amnh-dark .amnh-header-logo__logo .logo-text {
  background-image: url(../images/logos/amnh-logo-white.svg?2023);
}
@media all and (max-width: 1350px) {
  .amnh-header-logo__logo .logo-text {
    height: 40px;
    width: 170px;
  }
}
@media all and (max-width: 1280px) {
  .amnh-header-logo__logo .logo-text {
    height: 33px;
    width: 145px;
  }
}
@media all and (max-width: 1160px) {
  .amnh-header-logo__logo .logo-text {
    height: 30px;
    width: 125px;
  }
}
@media all and (max-width: 1024px) {
  .amnh-header-logo__logo .logo-text {
    height: 30px;
    width: 131px;
  }
}
@media all and (max-width: 520px) {
  .amnh-header-logo__logo .logo-text {
    height: 27px;
    width: 109px;
  }
}
.amnh-header-logo__title {
  font-size: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/*--------------------------------------------------------------
# Header Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.amnh-header-nav {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: 10px;
}
@media all and (max-width: 1024px) {
  .amnh-header-nav {
    display: none;
  }
}

.nav-item {
  margin: 0 1rem;
}
@media all and (max-width: 1440px) {
  .nav-item {
    margin: 0 0.6rem;
  }
}
@media all and (max-width: 1280px) {
  .nav-item {
    margin: 0 0.4rem;
  }
}
@media all and (max-width: 1160px) {
  .nav-item {
    margin: 0 0.2rem;
  }
}
.nav-item:first-child {
  margin-left: 0;
}
.nav-item:last-child {
  margin-right: 0;
}
.nav-item__link {
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.nav-item__link:hover .nav-item__title, .nav-item__link.hover .nav-item__title {
  color: #004BB4 !important;
  border-bottom-color: #004BB4 !important;
}
.nav-item__title {
  display: block;
  padding-top: 1rem;
  padding-bottom: 0.9rem;
  border-bottom: 4px solid transparent;
  font-size: 1.6rem;
  font-weight: 500;
}
@media all and (max-width: 1160px) {
  .nav-item__title {
    font-size: 1.5rem;
  }
}
.nav-item--active .nav-item__title {
  border-bottom-color: #000000;
}
.amnh-dark .nav-item--active .nav-item__title {
  border-bottom-color: #ffffff;
}

/*--------------------------------------------------------------
# Header Hours
--------------------------------------------------------------*/
.amnh-header-hours {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: inherit;
  display: none;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
@media all and (max-width: 1024px) {
  .amnh-header-hours {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.amnh-header-hours__content {
  color: #000000 !important;
}

/*--------------------------------------------------------------
# Header Hamburger
--------------------------------------------------------------*/
.amnh-header .amnh-hamburger {
  display: none;
}
@media all and (max-width: 1024px) {
  .amnh-header .amnh-hamburger {
    display: block;
    margin-left: 2rem;
    z-index: 17;
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.amnh-mobile-nav {
  position: fixed;
  background: #ffffff;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: 16;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  overflow: hidden;
}
.amnh-mobile-nav__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.amnh-mobile-nav__content {
  padding-top: 1rem;
  padding-bottom: 8rem;
  overflow: scroll;
}
.amnh-mobile-nav__cta {
  display: none;
}
@media all and (max-width: 680px) {
  .amnh-mobile-nav__cta {
    display: block;
  }
}

.mobile-nav-item {
  display: block;
  margin: 1.1rem 0;
  border-left: 4px solid transparent;
}
.mobile-nav-item--active {
  border-left-color: #004BB4;
}
.mobile-nav-item--active .mobile-nav-item__link {
  color: #004BB4;
}
.mobile-nav-item__link {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.6rem;
  padding-right: 2.6rem;
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.45;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.amnh-footer {
  background: #ffffff;
  position: relative;
  z-index: -1;
  margin-top: 8rem;	
}
.amnh-footer__wrapper {
  padding-top: 8rem;
  padding-bottom: 2.5rem;
  background: #004BB4;
  color: #ffffff;
  position: relative;
}
@media all and (max-width: 1024px) {
  .amnh-footer__wrapper {
    padding-top: 6.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (max-width: 834px) {
  .amnh-footer__wrapper {
    padding-top: 5.5rem;
    padding-bottom: 3.5rem;
  }
}
@media all and (max-width: 520px) {
  .amnh-footer__wrapper {
    padding-top: 4.5rem;
    padding-bottom: 2rem;
  }
}

/*--------------------------------------------------------------
# Connect Section (Newsletter form + Social/Download Icons)
--------------------------------------------------------------*/
.amnh-footer__connect {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 21rem;
  padding-right: 21rem;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 0rem;
}
@media all and (max-width: 1280px) {
  .amnh-footer__connect {
    padding-left: 18rem;
    padding-right: 18rem;
  }
}
@media all and (max-width: 1160px) {
  .amnh-footer__connect {
    padding-left: 14rem;
    padding-right: 14rem;
  }
}
@media all and (max-width: 1024px) {
  .amnh-footer__connect {
    padding-left: 11rem;
    padding-right: 11rem;
  }
}
@media all and (max-width: 834px) {
  .amnh-footer__connect {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media all and (max-width: 520px) {
  .amnh-footer__connect {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media all and (max-width: 360px) {
  .amnh-footer__connect {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (max-width: 1024px) {
  .amnh-footer__connect {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 5rem;
  }
}
@media all and (max-width: 520px) {
  .amnh-footer__connect {
    display: block;
    margin-bottom: 3rem;
  }
}

/*--------------------------------------------------------------
# Content Section (Logo + Contact info + Menus)
--------------------------------------------------------------*/
.amnh-footer__content {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 21rem;
  padding-right: 21rem;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 8rem;
}
@media all and (max-width: 1280px) {
  .amnh-footer__content {
    padding-left: 18rem;
    padding-right: 18rem;
  }
}
@media all and (max-width: 1160px) {
  .amnh-footer__content {
    padding-left: 14rem;
    padding-right: 14rem;
  }
}
@media all and (max-width: 1024px) {
  .amnh-footer__content {
    padding-left: 11rem;
    padding-right: 11rem;
  }
}
@media all and (max-width: 834px) {
  .amnh-footer__content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media all and (max-width: 520px) {
  .amnh-footer__content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media all and (max-width: 360px) {
  .amnh-footer__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (max-width: 1280px) {
  .amnh-footer__content {
    margin-bottom: 7.5rem;
  }
}
@media all and (max-width: 1160px) {
  .amnh-footer__content {
    margin-bottom: 6.5rem;
  }
}
@media all and (max-width: 1024px) {
  .amnh-footer__content {
    margin-bottom: 5.5rem;
  }
}
@media all and (max-width: 834px) {
  .amnh-footer__content {
    margin-bottom: 4rem;
  }
}
@media all and (max-width: 620px) {
  .amnh-footer__content {
    margin-bottom: 3.5rem;
    display: block;
  }
}

/*--------------------------------------------------------------
# Info: Contains logo + contact info
--------------------------------------------------------------*/
.amnh-footer__info {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex: 1;
}
@media all and (max-width: 1160px) {
  .amnh-footer__info {
    display: block;
  }
}
@media all and (max-width: 1024px) {
  .amnh-footer__info {
    flex: 1;
  }
}
@media all and (max-width: 620px) {
  .amnh-footer__info {
    margin-bottom: 3.5rem;
  }
}

/*--------------------------------------------------------------
# Logo
--------------------------------------------------------------*/
.amnh-footer__logo {
  flex: 1;
  padding-right: 5rem;
}
@media all and (max-width: 834px) {
  .amnh-footer__logo {
    padding-right: 3rem;
  }
}
@media all and (max-width: 520px) {
  .amnh-footer__logo {
    padding-right: 0;
  }
}
.amnh-footer__connect .amnh-footer__logo {
  display: none;
}
@media all and (max-width: 1024px) {
  .amnh-footer__connect .amnh-footer__logo {
    display: block;
  }
}
@media all and (max-width: 834px) {
  .amnh-footer__connect .amnh-footer__logo {
    display: block;
    flex: 1;
    flex-basis: auto;
    flex-grow: 1;
    width: 30%;
  }
}
@media all and (max-width: 520px) {
  .amnh-footer__connect .amnh-footer__logo {
    width: auto;
  }
}
@media all and (max-width: 1160px) {
  .amnh-footer__content .amnh-footer__logo {
    margin-bottom: 3rem;
  }
}
@media all and (max-width: 1024px) {
  .amnh-footer__content .amnh-footer__logo {
    display: none;
  }
}
.amnh-footer__logo img {
  width: 220px;
  max-width: 100%;
}
@media all and (max-width: 834px) {
  .amnh-footer__logo img {
    width: 190px;
  }
}
@media all and (max-width: 520px) {
  .amnh-footer__logo img {
    width: 140px;
  }
}

/*--------------------------------------------------------------
# Contact info
--------------------------------------------------------------*/
.amnh-footer__contact {
  flex: 0 1 50%;
}
@media all and (max-width: 1280px) {
  .amnh-footer__contact {
    flex: 0 1 45%;
  }
}
.amnh-footer__contact p {
  font-weight: 400;
  margin-bottom: 2rem;
  max-width: 18em;
}
.amnh-footer__contact p:last-child {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Menus
--------------------------------------------------------------*/
.amnh-footer__menus {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media all and (max-width: 1160px) {
  .amnh-footer__menus {
    flex: none;
  }
}

.amnh-footer__menu {
  margin-left: 4rem;
  width: 16rem;
}
@media all and (max-width: 1024px) {
  .amnh-footer__menu {
    width: 14rem;
  }
}
@media all and (max-width: 834px) {
  .amnh-footer__menu {
    width: auto;
    max-width: 12rem;
  }
}
@media all and (max-width: 620px) {
  .amnh-footer__menu {
    margin-left: 0;
    flex: 0 1 50%;
    max-width: 100%;
  }
}
.amnh-footer__menu li {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.amnh-footer__menu li:last-child {
  margin-bottom: 0;
}
.amnh-footer__menu a {
  border-bottom: 1px solid transparent;
  transition: all 0.15s ease-in-out;
  transition-property: all;
}
.amnh-footer__menu a:hover {
  border-bottom-color: #ffffff;
}

/*--------------------------------------------------------------
# Copyright section
--------------------------------------------------------------*/
.amnh-footer__copyright {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
@media all and (max-width: 520px) {
  .amnh-footer__copyright {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.amnh-footer__copyright li {
  display: inline-block;
  margin-right: 1.5rem;
}
.amnh-footer__copyright li a {
  border-bottom: 1px solid transparent;
  display: inline-block;
  transition: all 0.15s ease-in-out;
  transition-property: all;
}
.amnh-footer__copyright li a:hover {
  border-bottom-color: #ffffff;
}

#aswContent {
font-size: 1.5rem;
}

/*--------------------------------------------------------------
# jquery UI Styles Override
--------------------------------------------------------------*/
.ui-widget.ui-widget-content {
    font-size: 11px;
}

/*# sourceMappingURL=external_header_footer.css.map */

