/*! LRR's main.scss */
/*! normalize.css v2.0.1 | 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;
}

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

[hidden] {
  display: none;
}

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

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button, input {
  line-height: normal;
}

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

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

hr {
  border-top: 1px solid #000;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  display: block;
}

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

textarea {
  resize: vertical;
}

*, :before, :after {
  box-sizing: border-box;
}

body {
  background-color: beige;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Times New Roman, Times, serif;
  font-size: 20px;
  line-height: 1.4;
}

blockquote {
  color: #930;
  margin-left: .7em;
  margin-right: .7em;
  font-style: italic;
  font-weight: bold;
}

h1 {
  text-align: left;
  margin-top: .5em;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: bold;
}

h2 {
  text-align: left;
  margin-top: 1.1em;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.1em;
}

h3 {
  text-align: left;
  margin-top: 1.2em;
  margin-bottom: 0;
  padding: 0;
  font-size: 1em;
}

hr {
  clear: both;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

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

p {
  text-align: left;
}

ul {
  text-align: left;
  padding: .6em;
}

li {
  padding-bottom: 1em;
}

#bodywrapper {
  background-image: url("LRR_PaperBackTile.19b58689.jpg");
  width: 100%;
  min-width: 320px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

#bottomMenuUL {
  width: 96%;
  margin: 0 auto 1.5em;
  padding: 0;
  overflow: auto;
}

#bottomMenuUL li {
  margin: 0;
  padding: .3em .6em .4em;
  font-size: 1.2em;
  list-style: none;
}

#bottomMenuUL li:last-of-type {
  padding-bottom: 0;
}

#bottomMenuUL li a {
  text-align: center;
  display: block;
}

.BrochureBoxShadow {
  box-shadow: 2px 2px 10px #000;
}

.PhotoCaption {
  text-align: center;
  padding-bottom: 30px;
}

.TextRed {
  color: red;
}

.TextGreen {
  color: green;
}

.TextMaroon {
  color: maroon;
}

.carousel-roping {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.panes-roping {
  width: 200%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 .6em;
  list-style: none;
  animation: 10s infinite carousel-roping;
  position: relative;
  overflow: hidden;
}

.panes-roping > li {
  float: left;
  width: 50%;
  padding-bottom: 0;
  position: relative;
}

.carousel-roping img {
  width: 100%;
  max-width: 100%;
  display: block;
}

@keyframes carousel-roping {
  0% {
    left: 0;
  }

  25% {
    left: 0;
  }

  50% {
    left: -100%;
  }

  75% {
    left: -100%;
  }

  100% {
    left: 0;
  }
}

#sideNavContainer {
  display: none;
}

a {
  text-decoration: underline;
}

a:link {
  color: #5f4646;
}

a:visited {
  color: #878787;
}

a:hover {
  color: #000;
}

div.addressText p {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1em;
}

@media only screen and (width >= 700px) {
  .addressText {
    float: left;
    width: 33%;
  }
}

.video-js {
  margin-left: auto;
  margin-right: auto;
}

.vjs-poster {
  background-position: inherit !important;
}

.js .newDVD-dimensions, .js .oldDVD-dimensions {
  padding-top: 56.25% !important;
}

.no-js .video-js {
  max-width: 100%;
}

.no-js .video-js.vjs-16-9 {
  height: inherit;
  padding-top: 0;
}

.socialColumnLeftTripAdvisor {
  text-align: center;
}

.socialColumnLeftTripAdvisor div {
  display: inline-block;
}

.socialColumnLeftTripAdvisor img {
  border-radius: 20px;
  width: 100%;
  max-width: 250px;
}

.socialColumnLeftTripAdvisor p {
  text-align: center;
  margin-top: .5em;
  margin-bottom: 2em;
}

.socialColumnRight div {
  max-width: 12.5em;
  margin-left: auto;
  margin-right: auto;
}

.socialIcon {
  width: 40px;
  margin-right: .5em;
}

.linksTripAdvisorImage {
  width: 60% !important;
}

@media only screen and (width >= 766px) {
  .socialColumnLeftTripAdvisor {
    float: left;
    width: 50%;
    margin-top: 2%;
  }

  .socialColumnLeftTripAdvisor a {
    width: 100%;
    max-width: 250px;
    margin-left: 20%;
  }

  .socialColumnLeftTripAdvisor p {
    margin-bottom: 0;
    margin-left: 20%;
  }

  .socialColumnLeftTripAdvisor img {
    max-width: 280px;
  }

  .socialColumnRight {
    float: left;
    width: 50%;
    margin-top: 1em;
  }

  .linksTripAdvisorImage {
    margin-right: 2em;
  }
}

.affiliationsSection {
  clear: both;
  padding-top: 1em;
}

.affiliationsColumnLeft div {
  text-align: center;
}

.affiliationsColumnLeft div a {
  padding-right: 10px;
}

.affiliationsColumnRight div {
  text-align: center;
}

@media only screen and (width >= 800px) {
  .affiliationsColumnLeft {
    float: left;
    width: 50%;
  }

  .affiliationsColumnLeft div {
    text-align: right;
  }

  .affiliationsColumnRight {
    float: left;
    padding-left: 1em;
  }

  .affiliationsColumnRight div {
    text-align: left;
  }
}

.photoCreditLine {
  clear: both;
  text-align: center;
  padding: 1em;
  margin: 0 !important;
}

.myMasthead {
  font: 0/0 a;
  text-shadow: none;
  color: #0000;
  background-color: #0000;
  background-image: url("header.2027ee4a.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  padding-bottom: 65px;
}

@media only screen and (width >= 350px) {
  .myMasthead {
    padding-bottom: 80px;
  }
}

@media only screen and (width >= 800px) {
  .myMasthead {
    padding-bottom: 120px;
  }
}

.section-fixed-height-250, .section-fixed-height-275, .section-fixed-height-300, .section-fixed-height-325, .section-fixed-height-350, .section-fixed-height-400, .section-fixed-height-450, .section-fixed-height-475 {
  clear: both;
  height: 100%;
}

.oneColumn {
  clear: both;
  text-align: center;
}

p, blockquote, .right-image-box, .left-image-box {
  margin-top: 1em;
}

section p:last-of-type, section blockquote:last-of-type {
  margin-bottom: 0;
}

section:last-of-type p:last-of-type, section:last-of-type blockquote:last-of-type {
  margin-bottom: 1em;
}

.oneColumn p {
  margin-left: 2%;
}

.oneColumn img {
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.twoColumn-left-valign-container, .twoColumn-right-valign-container {
  float: none;
  text-align: center;
  width: 100%;
  height: 100%;
}

.left-text-box, .right-text-box {
  text-align: left;
  vertical-align: middle;
  width: 98%;
  display: inline-block;
}

.left-text-box-with-header {
  text-align: left;
  vertical-align: top;
  width: 98%;
  display: inline-block;
}

.left-text-box-with-header p {
  margin-top: 1em;
}

.left-image-box, .right-image-box {
  vertical-align: middle;
  width: 98%;
  display: inline-block;
}

.left-image-box img, .right-image-box img {
  border-radius: 20px;
}

@media only screen and (width >= 766px) {
  .left-image-box, .left-image-box img, .left-text-box p, .left-text-box-with-header p, .left-text-box blockquote {
    padding-left: 0;
    padding-right: .4em;
  }

  .right-image-box, .right-image-box img, .right-text-box p, .right-text-box blockquote {
    padding-left: .25em;
    padding-right: 0;
  }

  .right-image-box p, .right-image-box blockquote, .left-image-box p, .left-image-box blockquote {
    margin-top: 0;
  }

  .oneColumn p, .oneColumn blockquote {
    margin-top: 1em;
    margin-left: 0;
  }
}

@viewport {
  width: device-width;
}

@media only screen and (width >= 460px) {
  #bottomNav hr {
    margin-top: 2em;
  }

  #bottomMenuUL {
    padding-left: 1em;
  }

  #bottomMenuUL li {
    float: left;
  }

  #mybottomMenuUL:after {
    clear: both;
  }
}

@media only screen and (width >= 550px) {
  #mainContainer {
    padding-left: 1.8em;
    padding-right: 1.8em;
  }

  .myMasthead {
    padding-bottom: 100px;
  }

  h1 {
    font-size: 1.4em;
  }

  h2 {
    font-size: 1.25em;
  }

  h3 {
    font-size: 1.1em;
  }
}

@media only screen and (width >= 766px) {
  #mainConatiner {
    padding-left: 1.7em;
    padding-right: 1.7em;
  }

  .section-fixed-height-250 {
    height: 250px;
  }

  .section-fixed-height-275 {
    height: 275px;
  }

  .section-fixed-height-300 {
    height: 300px;
  }

  .section-fixed-height-325 {
    height: 325px;
  }

  .section-fixed-height-350 {
    height: 350px;
  }

  .section-fixed-height-400 {
    height: 400px;
  }

  .section-fixed-height-450, .section-fixed-height-475 {
    height: 450px;
  }

  .twoColumn-left-valign-container {
    float: left;
    width: 50%;
  }

  .twoColumn-right-valign-container {
    float: right;
    width: 50%;
  }

  .twoColumn-left-valign-container:after, .twoColumn-right-valign-container:before {
    content: "";
    vertical-align: middle;
    width: .05em;
    height: 100%;
    margin-right: -.05em;
    display: inline-block;
  }

  .right-image-box {
    text-align: center;
  }
}

@media only screen and (width >= 950px) {
  .max420 {
    width: 100%;
    max-width: 420px;
  }
}

#hamburger {
  display: none;
}

#mainContainer {
  padding-left: 2%;
  padding-right: 2%;
}

.js header {
  padding-top: 20px;
  position: relative;
}

.js #hamburgerMobile {
  width: 32px;
  height: 30px;
  margin: 10px;
  display: block;
  position: absolute;
  top: 0;
  right: .5em;
}

.js #hamburgerMobile div {
  background: #000;
  width: 100%;
  height: 5px;
  margin: 4px auto;
}

.js .hamburgerTwo {
  font-size: .6em;
  font-weight: bold;
  background: inherit !important;
  height: 1em !important;
  margin-top: -.5em !important;
}

.js .hamburgerTwo:after {
  content: "Menu";
}

.js .hamburgerOne {
  margin-bottom: 6px !important;
}

@media only screen and (width >= 700px) {
  header {
    position: static;
    padding-top: 0 !important;
  }

  #hamburgerMobile {
    display: none !important;
  }

  .js #hamburger {
    width: 32px;
    height: 30px;
    margin: 10px;
    display: block;
    position: relative;
    top: -3em;
  }

  .js #hamburger div {
    background: #000;
    width: 100%;
    height: 5px;
    margin: 4px auto;
  }

  .js #sideNavContainer {
    width: 13.1em;
    display: block;
    position: absolute;
    top: 100px;
    left: 1.5%;
  }

  .js #sideNav {
    margin-top: -2.6em;
  }

  .js #sideMenuList {
    background-color: #e8d29e;
    border: 2px solid #000;
    border-radius: 10px;
    width: 100%;
  }

  .js #sideMenuList li {
    float: none;
    padding: 0 0 .25em .6em;
    list-style: none;
  }

  .js #sideMenuList li:first-of-type {
    padding-top: .3em;
  }

  .js #sideMenuList li:last-of-type {
    padding-bottom: .3em;
  }

  .js #sideMenuList li a {
    text-align: left;
  }

  .js #sideMenuList a:hover {
    font-weight: bold;
  }

  .jsNavActive .hamburgerOne {
    transform-origin: 0 0;
    transform: rotate(45deg);
  }

  .jsNavActive .hamburgerTwo {
    opacity: 0;
  }

  .jsNavActive .hamburgerThree {
    transform-origin: 0 100%;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s;
    transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s;
    transform: rotate(-45deg);
  }
}

@media only screen and (width >= 800px) {
  .js #sideNavContainer {
    top: 100px;
  }
}

@media print {
  body {
    font-size: 18px;
  }

  #bodywrapper {
    width: 95%;
  }

  .myMasthead {
    font-size: 26px;
  }

  nav {
    visibility: hidden;
    display: none;
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

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

  thead {
    display: table-header-group;
  }

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

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

  @page {
    margin: .5cm;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h1, h2, h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=lrr-web.12aec5b4.css.map */
