* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* COLORS */
/* Font Vars */
/* Breakpoints */
/* Mixin Include */
/* Mixins */
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-search:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-files-o:before {
  content: ""; }

.fa-bars:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

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

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

h2 {
  font-size: 1.5em;
  margin: .83em 0; }

h3, .filter-heading, #letter-pagination {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .67em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #3c3c3c; }

input:focus,
select:focus,
textarea:focus {
  outline-color: #acc0bf; }

button:focus {
  outline: none; }

html, body {
  position: relative; }

body {
  font-size: 100%;
  line-height: 1.4;
  min-width: 18.75em; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 3px;
  border: 0;
  border-top: 3px solid #3c3c3c;
  margin: 1em 0;
  padding: 0;
  width: 3.75em; }

img {
  max-width: 100%;
  vertical-align: middle;
  display: block; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            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,
  .filter-heading,
  #letter-pagination {
    orphans: 3;
    widows: 3; }

  h2,
  h3,
  .filter-heading,
  #letter-pagination {
    page-break-after: avoid; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
.wrapper, a.icon-btn, ul.nav, nav ul, header .main-navigation, footer .upper-footer {
  *zoom: 1; }
  .wrapper:before, a.icon-btn:before, ul.nav:before, nav ul:before, header .main-navigation:before, footer .upper-footer:before, .wrapper:after, a.icon-btn:after, ul.nav:after, nav ul:after, header .main-navigation:after, footer .upper-footer:after {
    content: " ";
    display: table; }
  .wrapper:after, a.icon-btn:after, ul.nav:after, nav ul:after, header .main-navigation:after, footer .upper-footer:after {
    clear: both; }

@media only screen and (min-width: 48em) {
  .mobile-menu {
    display: none; } }

.dropdown {
  color: #ffffff;
  overflow: hidden;
  background: #4c4c4c;
  position: relative;
  margin-bottom: 1.25em;
  z-index: 0; }
  .dropdown .fa-sort-asc {
    position: absolute;
    right: 10px;
    top: 20%;
    z-index: -100; }
  @media only screen and (min-width: 48em) {
    .dropdown {
      margin-bottom: 0;
      width: 29.68%; }
      .dropdown.right {
        float: right; }
      .dropdown.left {
        margin-right: 2.6%;
        float: left; } }

select {
  cursor: pointer;
  background: transparent;
  border: 0 !important;
  width: 110%;
  color: #ffffff;
  padding: 0.625em 2.6875em 0.625em 0.625em;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  -o-text-overflow: "";
     text-overflow: "";
  /*Removes default arrow from firefox*/ }
  select::-ms-expand {
    display: none; }
  select option {
    background-color: #4c4c4c; }

.filter {
  padding: 0.9375em; }

.filter-heading {
  display: block; }
  @media only screen and (min-width: 48em) {
    .filter-heading {
      display: inline; } }

@media only screen and (min-width: 48em) {
  .container {
    min-width: 18.75em;
    max-width: 1200px;
    margin: 0px auto; } }

section {
  position: relative;
  overflow: hidden;
  background-color: #ffffff; }

@media only screen and (min-width: 48em) {
  #header h1 {
    text-shadow: -2px 2px 0px #c9d6d5;
    font-size: 37px; }
  #header .headline h1 {
    text-shadow: -2px 2px 0px #000; } }

/* Background Img Full */
.bg-img {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.bg-img.full, .img-container {
  position: relative;
  min-height: 12.5em; }
  @media only screen and (min-width: 48em) {
    .bg-img.full, .img-container {
      min-height: 25em; } }

.bg-img.half {
  min-height: 18.75em; }
  @media only screen and (min-width: 48em) {
    .bg-img.half {
      width: 50%;
      min-height: 31.25em; }
      .bg-img.half.left {
        float: left; }
      .bg-img.half.right {
        float: right; }
      .bg-img.half + div {
        width: 50%;
        float: left; } }

.headline {
  color: #ffffff;
  background-color: #759694;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }
  @media only screen and (min-width: 48em) {
    .headline {
      background-color: transparent;
      position: absolute;
      width: 100%;
      top: 50%;
      margin: 0 auto;
      margin-top: -5em; } }
.caption, .caption-2{
  text-shadow:0px 2px 3px #000;
}
.caption {
  font-size: 0.75em;
  color: #ffffff;
  position: absolute;
  bottom: 2.5em;
  right: 1.25em; }

.caption-2 {
  font-size: 0.75em;
  color: #ffffff;
  position: absolute;
  bottom: 1.25em;
  right: 1.25em; }

.reverse {
  background-color: #3c3c3c;
  color: #ffffff; }
  .reverse a {
    color: #ffffff; }

.alt, section:nth-of-type(n+3):nth-of-type(even) {
  background-image: url("../img/light_toast.png");
  background-color: #e2e2e2; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (-o-min-device-pixel-ratio: 125/96), only screen and (min-resolution: 125dpi), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 1.3dppx) {
    .alt, section:nth-of-type(n+3):nth-of-type(even) {
      background-image: url("../img/light_toast_2x.png");
      background-size: 200px 200px; } }

.centered-title {
  text-align: center; }
  .centered-title + hr {
    margin: 0 auto 1em; }
  .centered-title + hr + p {
    text-align: center; }

.wrapper {
  padding: 1.25em; }
  @media only screen and (min-width: 30em) {
    .wrapper.content-box {
      padding: 1.25em 2.8125em; }
      .wrapper.content-box.hp {
        padding: 2.8125em; } }
  @media only screen and (min-width: 60.0625em) {
    .wrapper.content-box {
      padding: 1.25em 4.0625em; }
      .wrapper.content-box.hp {
        padding: 4.0625em; } }
  @media only screen and (min-width: 75em) {
    .wrapper.content-box {
      padding: 1.25em 5.3125em; }
      .wrapper.content-box.hp {
        padding: 5.3125em; } }

/*** Sections After Header Section ***/
#letter-pagination {
  margin-bottom: 0; }
  #letter-pagination a {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #759694;
    text-decoration: none;
    margin-right: 0.35714em; }
    #letter-pagination a:last-child {
      margin-right: 0; }
    #letter-pagination a:hover {
      color: #acc0bf; }
    #letter-pagination a.active {
      color: #3C3C3C; }
    @media only screen and (min-width: 48em) {
      #letter-pagination a {
        margin-right: 0.14286em; } }

.text-wrap {
  margin: 0 auto;
  max-width: 38.75em; }

.thumbs, .icon-buttons {
  font-family: "Droid Sans", sans-serif;
  font-weight: 600; }

.icon-buttons > a {
  margin: 0 auto 3.75em; }
@media only screen and (min-width: 48em) {
  .icon-buttons > a {
    float: left;
    width: 31.6%;
    margin-right: 2.6%; }
    .icon-buttons > a:nth-of-type(3n+3) {
      margin-right: 0; } }

.thumbs > div {
  overflow: hidden;
  position: relative;
  margin: 0 auto 3.75em; }
.thumbs a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  position: relative;
  max-height: 16.875em; }
  .thumbs a .title {
    position: absolute;
    bottom: 0;
    background-color: #759694;
    min-height: 4.0625em;
    padding: 0.625em 1.25em;
    width: 100%; }
  .thumbs a img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1; }
  .thumbs a:hover img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0.75; }
@media only screen and (min-width: 48em) {
  .thumbs > div {
    float: left;
    width: 31.6%;
    margin-right: 2.6%; }
    .thumbs > div:nth-of-type(3n+3) {
      margin-right: 0; } }
@media only screen and (min-width: 60.0625em) {
  .thumbs > div {
    width: 23.75%;
    margin-right: 1.66%; }
    .thumbs > div:nth-of-type(3n+3) {
      margin-right: 1.66%; }
    .thumbs > div:nth-of-type(4n+4) {
      margin-right: 0; } }

.video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1.28125em;
  margin-top: -2.5625em;
  z-index: 1; }

@media only screen and (min-width: 48em) {
  h1 {
    font-size: 50px; } }

@media only screen and (min-width: 48em) {
  h2, h3, .filter-heading, #letter-pagination {
    font-size: 28px; } }

.italic, h4 {
  font-family: "Crete Round", serif;
  font-style: italic;
  font-weight: lighter; }

h2 {
  text-shadow: -2px 2px 0px #c9d6d5; }

h1,
h2,
h3,
.filter-heading,
#letter-pagination,
h4,
p,
a {
  margin-top: 0;
  text-rendering: optimizeLegibility; }

h1, h2, h3, .filter-heading, #letter-pagination {
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  margin-bottom: 0.5em; }

#logo {
  text-decoration: none; }
  #logo .title {
    font-family: "Cabin", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.25em; }
  #logo .italic {
    font-size: 1.25em; }
  #logo .sub-title {
    font-family: "Cabin", sans-serif;
    font-weight: 600;
    font-size: 0.75em;
    text-transform: uppercase; }
  @media only screen and (min-width: 30em) {
    #logo .title {
      font-size: 1.875em; }
    #logo .sub-title {
      font-size: 0.875em; } }

p, body {
  font-family: "Droid Sans", sans-serif;
  line-height: 1.8; }
  p a {
    text-decoration: underline; }

a {
  color: #00B4A5; }

a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  a.btn, a .btn {
    text-decoration: none;
    display: block;
    width: 12.1875em;
    padding: 0.625em 0.3125em;
    margin: 0 auto;
    border: 0.1875em solid #ffffff;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase; }
  a.btn:hover {
    background-color: #ffffff;
    color: #3c3c3c; }
  a.icon-btn {
    text-decoration: none;
    display: block;
    position: relative;
    color: #ffffff;
    background-color: #759694;
    padding: 0.625em;
    max-width: 24.16625em; }
    a.icon-btn .fa-stack {
      float: left;
      margin-right: 3.33%; }
    a.icon-btn:hover {
      background-color: #91aba9; }
      a.icon-btn:hover .btn {
        background-color: #ffffff;
        color: #3c3c3c; }
  a:hover .fa-circle {
    color: #759694; }
  a:hover .btn {
    background-color: #ffffff;
    color: #3c3c3c; }
  a.icon-cir {
    text-decoration: none; }

span.btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.fa-stack {
  color: #ffffff; }
  .fa-stack .fa-circle {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #acc0bf; }
  .fa-stack .fa-stack-1x {
    margin-top: 0.0625em; }

ul.nav {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.nav li {
    float: left; }
    ul.nav li a {
      display: block; }

nav {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 0;
  width: 100%;
  overflow: hidden;
  font-weight: bold;
  margin-top: 5.6875em; }
  nav ul {
    margin: 0;
    padding: 0; }
    nav ul li {
      border-bottom: 1px solid #ffffff; }
      nav ul li a {
        background-color: #759694;
        display: block;
        padding: 0.625em 1.25em;
        color: #3c3c3c;
        text-decoration: none; }
        nav ul li a:hover {
          background-color: #acc0bf; }
  @media only screen and (min-width: 48em) {
    nav {
      overflow: visible;
      width: auto;
      float: right; }
      nav ul li {
        border-bottom: none;
        margin-left: 0.3125em;
        float: left; }
        nav ul li a {
          background-color: inherit;
          padding: 0em 0.625em; }
          nav ul li a:hover {
            background-color: inherit;
            color: #acc0bf; }
        nav ul li:first-child {
          margin-left: 0; } }
  @media only screen and (min-width: 60.0625em) {
    nav ul li {
      margin-left: 1.25em; } }

.mobile-menu {
  width: 18.03279%;
  height: 5.625em;
  float: right;
  color: #fff; }

button {
  background: transparent;
  border: none; }

.menu-open nav {
  height: 8.0625em; }

header {
  position: relative; }
  header .input {
    background-color: #ffffff;
    border: 1px solid #e2e2e2; }
    header .input.fixed {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 100; }
      header .input.fixed input {
        padding: 0.3125em 0.625em 0.3125em 2.5em; }
  header input {
    width: 100%;
    background-image: url("../img/search-icon.png");
    background-position: 0.625em center;
    background-repeat: no-repeat;
    border: none;
    padding: 1.25em 0.625em 1.25em 2.5em; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (-o-min-device-pixel-ratio: 125/96), only screen and (min-resolution: 125dpi), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 1.3dppx) {
      header input {
        background-image: url("../img/search-icon_2x.png");
        background-size: 16px 16px; } }

#logo {
  float: left;
  display: block;
  padding: 1.25em;
  width: 81.96721%;
  line-height: 1.2;
  border-right: 1px solid #e2e2e2; }
  @media only screen and (min-width: 48em) {
    #logo {
      width: 28.75em;
      border: none; } }
  @media only screen and (min-width: 60.0625em) {
    #logo {
      width: auto; } }

footer {
  font-size: 0.875em;
  font-family: "Droid Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px; }
  footer .upper-footer > div {
    margin-bottom: 2.5em; }
    footer .upper-footer > div:first-child {
      margin-left: 0; }
    @media only screen and (min-width: 48em) {
      footer .upper-footer > div {
        float: left;
        width: 31.2%;
        margin-left: 2.83%; } }
  footer li {
    margin-bottom: 1.25em; }
    footer li a {
      display: block; }
  footer a {
    text-decoration: none; }
    footer a:hover {
      color: #acc0bf; }
  footer span {
    display: block;
    color: #777;
    margin-bottom: 0.83333em;
    font-size: 12px;
    font-style: italic; }
    footer span a.copyright {
      color: #777;
      text-decoration: underline; }
    @media only screen and (min-width: 48em) {
      footer span {
        display: inline-block; }}
  @media only screen and (min-width: 48em) {
    footer .lower-footer {
      text-align: center; } }
  @media only screen and (min-width: 60.0625em) {
    footer {
      font-size: 1em; } }

/* Sticky footer */
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.site-content {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* Single Post */
.single-post .header h1 {
  margin-bottom: 0;
}

.single-post .post-meta {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 24px;
}

/* Comments */
.comment-author.vcard img {
  display: inline;
}

/* Entry iframe */
.single-entries iframe {
  width: 100%;
  max-height: 300px;
}

/* ACF Map */
.single-entries .acf-map {
  margin: 0;
  border: none;
}

.page-template-page-entries .bg-img {
  background-position: right;
}