body {
  margin: 0;
  padding: 0;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

figure img {
  width: 100%;
}

figure {
  margin: 1em 0;
}
figure.left {
  float: left;
  width: 45%;
  margin: 1em 2em 1em 0;
}
figure.right {
  float: right;
  width: 45%;
  margin: 1em 0 1em 2em;
}
figure.size-small {
  width: 30%;
}
figure.size-native {
  width: auto;
  max-width: 100%;
  height: auto;
}

figcaption {
  text-align: center;
  font-style: italic;
}

body {
  background-color: #40496A;
}

.pagecontainer {
  margin: 0 auto;
  width: 960px;
  background-color: #fff;
}

main {
  padding: 50px 75px;
}
main > :first-child {
  margin-top: 0;
}

.sidebarlayout {
  padding: 0;
}

.sidebarlayout__main {
  padding: 16px 3em 30px 75px;
  float: left;
  width: 520px;
}

.sidebarlayout__sidebar {
  width: 284px;
  float: right;
  margin-right: 16px;
}

@font-face {
  font-family: "ChelseaWeb";
  src: url("/assets/fonts/chelsea/chelsea-webfont.woff2") format("woff2"), url("/assets/fonts/chelsea/chelsea-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  color: #40496a;
  line-height: 1.5em;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.sitetitle {
  font-family: "ChelseaWeb", Georgia, "Times New Roman", Times, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  font-size: 31px;
  display: block;
  color: #fff;
  background-color: #41496A;
  width: 80%;
  line-height: 1;
  padding: 0.25em;
  text-align: center;
}

h1, h2, h3, h4, .title__subtitle {
  color: #40496a;
  font-weight: 500;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.3;
}

.title__subtitle {
  font-size: 1.5em;
  margin-bottom: 2em;
  line-height: 1.2em;
}

h1 + .title__subtitle {
  margin-top: -15px;
}

h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
  color: #40496a;
}

p {
  margin: 1em 0;
}

blockquote {
  font-style: italic;
  font-size: 1.4em;
  width: 75%;
  margin: 1em;
}

a {
  color: #40496a;
  border-bottom: none;
}
a:hover {
  color: hsl(203, 100%, 35%);
}

.header {
  background-image: url(/assets/images/yeloleavewhitmtns.jpg);
  padding-top: 168px;
  width: 100%;
  line-height: 0;
}

.nav, .submenu {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  font-size: 12px;
  color: hsl(226, 25%, 34%);
  display: flex;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.nav__item, .submenu__item {
  flex-grow: 1;
  flex-basis: 100%;
  display: flex;
  align-items: center;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  border-left: 4px solid hsl(99, 100%, 100%);
}
.nav__item:nth-child(1), .submenu__item:nth-child(1), .nav__item:nth-child(1) .submenu__item, .submenu__item:nth-child(1) .submenu__item {
  border-left-width: 0;
  background-color: hsl(43, 97%, 85%);
}
.nav__item:nth-child(2), .submenu__item:nth-child(2), .nav__item:nth-child(2) .submenu__item, .submenu__item:nth-child(2) .submenu__item {
  background-color: hsl(44, 100%, 78%);
}
.nav__item:nth-child(3), .submenu__item:nth-child(3), .nav__item:nth-child(3) .submenu__item, .submenu__item:nth-child(3) .submenu__item {
  background-color: hsl(50, 100%, 62%);
}
.nav__item:nth-child(4), .submenu__item:nth-child(4), .nav__item:nth-child(4) .submenu__item, .submenu__item:nth-child(4) .submenu__item {
  background-color: hsl(52, 100%, 50%);
}
.nav__item:nth-child(5), .submenu__item:nth-child(5), .nav__item:nth-child(5) .submenu__item, .submenu__item:nth-child(5) .submenu__item {
  background-color: hsl(48, 100%, 50%);
}
.nav__item:nth-child(6), .submenu__item:nth-child(6), .nav__item:nth-child(6) .submenu__item, .submenu__item:nth-child(6) .submenu__item {
  background-color: hsl(45, 78%, 52%);
}
.nav__item:nth-child(7), .submenu__item:nth-child(7), .nav__item:nth-child(7) .submenu__item, .submenu__item:nth-child(7) .submenu__item {
  background-color: hsl(44, 70%, 48%);
}

.nav__item__text--link, .submenu__text,
.nav__item__text--nolink {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  align-items: center;
  color: hsl(226, 25%, 34%);
  text-decoration: none;
  min-height: 40px;
  padding: 0 0.5em;
}

.nav__item__text--link:hover, .submenu__text:hover,
.nav__item__text--nolink:hover {
  background: hsl(226, 25%, 34%);
  color: hsl(48, 100%, 50%);
}

.nav__item__text--nolink {
  cursor: default;
}

.submenu {
  visibility: hidden;
  flex-direction: column;
  position: absolute;
  width: 156.6px;
  z-index: 999;
  align-self: flex-start;
  margin-top: 40px;
}

.nav__item:hover .submenu, .submenu__item:hover .submenu {
  visibility: visible;
}

.submenu__item {
  border-left: 0;
  border-top: 1px solid #fff;
}

footer {
  line-height: 0;
}

#copy a {
  color: #00f;
}

#footer {
  width: 960px;
  clear: both;
}

#footerleft {
  width: 450px;
  margin-top: 10px;
  float: left;
  color: #ccc;
  padding-bottom: 25px;
}

#footerright {
  width: 400px;
  margin-top: 10px;
  margin-left: 100px;
  float: right;
  padding-bottom: 25px;
  text-align: right;
}

#footerleft p, #footerright p {
  font-size: 9px;
  margin-left: 2px;
  color: #ccc;
}

#footerleft p a, #footerright p a {
  font-size: 9px;
  margin-left: 2px;
  color: #ffecbc;
}

.thumblist__item {
  display: flex;
  align-items: stretch;
  margin: 2.5em 0;
}

.thumblist__thumb {
  width: 200px;
  flex-shrink: 0;
  margin-right: 2em;
  margin-top: 0.5em;
}

.thumblist__meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.thumblist__title {
  margin: 0;
}

.thumblist--link__link {
  margin-bottom: -1rem;
  z-index: 10;
}

.uniform__potty {
  position: absolute;
  left: -9999px;
}

.contactform div {
  display: flex;
  padding: 0.5em 0;
  align-items: center;
}
.contactform label {
  width: 5em;
  flex-shrink: 0;
  text-align: right;
  margin-right: 1em;
}
.contactform input {
  width: 16em;
}
.contactform textarea {
  width: 100%;
}
.contactform input, .contactform textarea {
  font-size: 1rem;
  border-radius: 0.2em;
  border: 1px solid hsla(0, 0%, 0%, 0.4);
  padding: 0.4em 0.5em;
}
.contactform input[type=submit] {
  background-color: hsl(227, 25%, 34%);
  color: #fff;
  padding: 0.6em 4em;
  width: auto;
}
.contactform input[type=submit]:hover {
  cursor: pointer;
  background-color: hsl(227, 30%, 45%);
}
.contactform input[type=submit]:active {
  background-color: hsl(52, 100%, 50%);
}
.contactform .contactform__buttonwrapper {
  display: flex;
  margin-left: 6em;
}
.contactform input.error, .contactform textarea.error {
  border-color: red;
}

.glide__slides {
  max-height: 400px;
  overflow: hidden;
}

.glide__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.glide__slide img {
  width: 100%;
  height: initial;
}

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