@import url("//fonts.googleapis.com/css?family=Noto+Serif:400,700|Raleway:400,500,700");
html {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  height: 100%;
  cursor: default; }

p {
  margin: 0 0 1.5em; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  padding: 0;
  line-height: 1;
  font-weight: 700; }

nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  nav ul a {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none; }

header,
.wrapper {
  box-sizing: border-box; }

#frm {
  width: 100%;
  overflow-x: hidden; }

body {
  font-family: "Noto Serif", "Georgia", serif;
  font-size: 18px;
  line-height: 1.6;
  color: #616e5b;
  font-weight: 500;
  text-align: center; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-family: "Raleway", sans-serif; }

.clear {
  display: block;
  clear: both; }

.element a {
  color: #e9b500; }
  .element a:hover {
    color: #97341c; }

.element img {
  max-width: 100% !important;
  height: auto !important; }

.element strong {
  color: #403227; }

.wrapper {
  max-width: 1200px;
  margin: 0 auto; }

a.cta, body #mc_embed_signup input#mc-embedded-subscribe, .home section.one .form_container input.submitButton,
a.button,
input.submitButton {
  font-weight: 400;
  color: #fff;
  padding: 15px 35px;
  background: #e9b500;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.048em;
  display: inline-block;
  font-size: 20px;
  text-shadow: 0 1px 1px #c09500;
  font-family: "Raleway", sans-serif;
  transition: all ease-in-out .15s;
  border: none;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none; }
  a.cta:hover, body #mc_embed_signup input#mc-embedded-subscribe:hover, .home section.one .form_container input.submitButton:hover,
  a.button:hover,
  input.submitButton:hover {
    background: #d5a500;
    color: #fff; }

/* MailChimp form */
body #mc_embed_signup {
  background: none !important; }
  body #mc_embed_signup .mc-field-group {
    display: inline-block;
    width: auto;
    padding-bottom: 0;
    vertical-align: top; }
    body #mc_embed_signup .mc-field-group label {
      display: none; }
  body #mc_embed_signup input {
    font-family: "Raleway", sans-serif; }
    body #mc_embed_signup input#mce-EMAIL {
      background: #fff;
      margin: 0;
      border: none;
      padding: 20px;
      font-size: 22px;
      color: #999;
      width: 400px;
      font-weight: 400;
      font-family: "Raleway", sans-serif;
      border-radius: 0;
      -webkit-appearance: none; }
      @media screen and (max-width: 768px) {
        body #mc_embed_signup input#mce-EMAIL {
          width: 240px; } }
      @media screen and (max-width: 768px) {
        body #mc_embed_signup input#mce-EMAIL {
          width: 200px;
          padding: 20px 15px; } }
    body #mc_embed_signup input#mc-embedded-subscribe {
      font-family: "Raleway", sans-serif;
      border: none;
      height: 67px;
      line-height: 67px;
      padding: 0 20px;
      margin: 0 0 0 5px;
      cursor: pointer;
      -webkit-appearance: none;
      border-radius: 0;
      -webkit-appearance: none; }
      @media screen and (max-width: 768px) {
        body #mc_embed_signup input#mc-embedded-subscribe {
          padding: 0 15px; } }
  body #mc_embed_signup .clear {
    clear: none;
    display: inline-block;
    vertical-align: top; }

.form_container {
  margin: 0; }
  .form_container .fieldItem {
    border: none; }
    .form_container .fieldItem.fieldSelected {
      border: none;
      background: none; }
    .form_container .fieldItem .fieldItemInner {
      padding: 0; }
      .form_container .fieldItem .fieldItemInner .fieldRow {
        padding: 0; }
        .form_container .fieldItem .fieldItemInner .fieldRow .fieldBlock {
          display: inline-block;
          float: none;
          padding: 0;
          margin-right: 10px;
          max-width: 100%; }
        .form_container .fieldItem .fieldItemInner .fieldRow .submitButtonContainer {
          display: inline-block;
          padding: 0; }
        .form_container .fieldItem .fieldItemInner .fieldRow input.textField,
        .form_container .fieldItem .fieldItemInner .fieldRow textarea.textField {
          padding: 10px;
          font-family: "Raleway", sans-serif;
          font-size: 18px;
          outline: none !important;
          -webkit-appearance: none; }
          @media screen and (max-width: 460px) {
            .form_container .fieldItem .fieldItemInner .fieldRow input.textField,
            .form_container .fieldItem .fieldItemInner .fieldRow textarea.textField {
              width: 100%; } }
        .form_container .fieldItem .fieldItemInner .fieldRow input:focus, .form_container .fieldItem .fieldItemInner .fieldRow input:active {
          outline: 0 !important; }
  .form_container .submitButtonContainer {
    display: inline-block;
    padding: 0 !important; }

header {
  background: #efefef;
  padding: 0;
  color: #fff;
  position: relative; }
  @media screen and (max-width: 768px) {
    header {
      height: auto; } }
  header .wrapper {
    position: absolute;
    width: 100%;
    max-width: 100%;
    z-index: 1000;
    padding: 0 20px;
    box-sizing: border-box;
    /*background-color: #0b2442;*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0b2442', EndColorStr='#0d2541'); }
    @media screen and (max-width: 768px) {
      header .wrapper {
        padding: 0;
        position: absolute; } }
    header .wrapper .container {
      max-width: 1100px;
      display: block;
      margin: 0 auto; }
    header .wrapper .logo {
      float: left;
      display: inline-block;
      padding: 30px 20px 20px;
      background: #231f20; }
      @media screen and (max-width: 460px) {
        header .wrapper .logo {
          padding: 20px 10px 10px; } }
      header .wrapper .logo a {
        background: url(/Websites/stjames/templates/stjames2017/img/logo.png) no-repeat center center;
        background-size: 100%;
        width: 210.434782609px;
        height: 176.956521739px;
        display: inline-block;
        text-indent: -5000px;
        overflow: hidden;
        border: none !important; }
        @media screen and (max-width: 1080px) {
          header .wrapper .logo a {
            width: 193.6px;
            height: 162.8px; } }
        @media screen and (max-width: 960px) {
          header .wrapper .logo a {
            width: 161.333333333px;
            height: 135.666666667px; } }
        @media screen and (max-width: 900px) {
          header .wrapper .logo a {
            width: 130.810810811px;
            height: 110px; } }
        @media screen and (max-width: 860px) {
          header .wrapper .logo a {
            width: 138.285714286px;
            height: 116.285714286px; } }
        @media screen and (max-width: 460px) {
          header .wrapper .logo a {
            width: 105.217391304px;
            height: 88.4782608696px; } }
    header .wrapper nav {
      font-family: "Raleway", sans-serif;
      position: relative;
      z-index: 1000;
      float: right;
      padding: 20px 0; }
      @media screen and (max-width: 768px) {
        header .wrapper nav {
          position: static; } }
      header .wrapper nav ul li {
        display: inline-block;
        padding: 0 12px;
        vertical-align: middle; }
        header .wrapper nav ul li:first-child {
          padding-left: 0; }
        header .wrapper nav ul li:last-child {
          padding-right: 0; }
        header .wrapper nav ul li a {
          color: #fff;
          letter-spacing: 0.064em;
          font-size: 18px;
          text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          border-bottom: 3px solid transparent; }
          header .wrapper nav ul li a.special {
            border-radius: 6px;
            border: 2px solid #fff;
            padding: 8px 12px;
            transition: background ease-in-out .2s, color ease-in-out .2s;
            line-height: normal; }
            header .wrapper nav ul li a.special:hover {
              background: #fff;
              color: #333;
              text-shadow: none; }
          header .wrapper nav ul li a:hover, header .wrapper nav ul li a.selectedPage, header .wrapper nav ul li a.selectedPageRoot {
            border-color: #fff; }
            @media screen and (max-width: 768px) {
              header .wrapper nav ul li a:hover, header .wrapper nav ul li a.selectedPage, header .wrapper nav ul li a.selectedPageRoot {
                border-color: transparent; } }
          @media screen and (max-width: 1080px) {
            header .wrapper nav ul li a {
              font-size: 16px; } }
          @media screen and (max-width: 860px) {
            header .wrapper nav ul li a {
              font-size: 14px; } }
        @media screen and (max-width: 1050px) {
          header .wrapper nav ul li {
            padding: 0 10px; } }
        @media screen and (max-width: 960px) {
          header .wrapper nav ul li {
            padding: 0 8px; } }
        @media screen and (max-width: 860px) {
          header .wrapper nav ul li {
            padding: 0 5px; } }
        @media screen and (max-width: 768px) {
          header .wrapper nav ul li {
            display: none; } }
      @media screen and (max-width: 768px) {
        header .wrapper nav .mobile {
          display: block !important; } }
      header .wrapper nav .mobile a.mobile-nav-btn {
        position: absolute;
        right: 30px;
        top: 30px;
        z-index: 2000;
        cursor: pointer; }
        header .wrapper nav .mobile a.mobile-nav-btn .bun, header .wrapper nav .mobile a.mobile-nav-btn .meat {
          width: 22px;
          height: 4px;
          margin-bottom: 3px;
          background: #fff;
          opacity: 1;
          transition: all ease-in-out .2s; }
        header .wrapper nav .mobile a.mobile-nav-btn div:last-child {
          margin: 0; }
      header .wrapper nav .mobile ul.mobile-nav {
        background: rgba(34, 38, 41, 0.98);
        position: absolute;
        right: 0;
        top: 0;
        width: 85%;
        padding: 70px 12% 12%;
        box-sizing: border-box;
        transition: all ease .25s;
        transform: translateX(100%);
        z-index: 1000; }
        header .wrapper nav .mobile ul.mobile-nav li {
          display: block;
          padding: 0; }
          header .wrapper nav .mobile ul.mobile-nav li a, header .wrapper nav .mobile ul.mobile-nav li a.special, header .wrapper nav .mobile ul.mobile-nav li a.special:hover {
            padding: 5px;
            text-align: left;
            font-size: 24px;
            background: none;
            border: none;
            color: #fff; }
      header .wrapper nav .mobile.boom .mobile-nav-btn {
        opacity: .45; }
        header .wrapper nav .mobile.boom .mobile-nav-btn .meat {
          opacity: 0; }
        header .wrapper nav .mobile.boom .mobile-nav-btn .bun {
          background: #fff;
          transform: translateY(7px) rotate(45deg);
          width: 27px; }
        header .wrapper nav .mobile.boom .mobile-nav-btn .meat + .bun {
          transform: translateY(-7px) rotate(-45deg); }
        header .wrapper nav .mobile.boom .mobile-nav-btn:hover {
          opacity: 1; }
      header .wrapper nav .mobile.boom ul.mobile-nav {
        transform: translateX(0);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
        header .wrapper nav .mobile.boom ul.mobile-nav li.selectedPage a {
          color: #e9b500; }
  header .heroBackground {
    overflow: hidden;
    width: 100%;
    z-index: 0;
    max-height: 900px; }
    header .heroBackground .imageElement {
      line-height: 0; }
    header .heroBackground .element img,
    header .heroBackground img.lcms-awr-img {
      width: 100%; }
      @media screen and (max-width: 1200px) {
        header .heroBackground .element img,
        header .heroBackground img.lcms-awr-img {
          min-height: auto;
          width: 100%; } }
      @media screen and (max-width: 460px) {
        header .heroBackground .element img,
        header .heroBackground img.lcms-awr-img {
          min-width: 100%; } }

body.lcms_AdminView .heroBackground {
  position: static;
  top: 0;
  left: 50%;
  overflow: hidden;
  width: auto;
  max-width: 900px;
  z-index: 0;
  height: auto;
  margin: 0 auto;
  max-height: 600px; }

section .wrapper {
  padding: 40px 20px; }
  @media screen and (max-width: 768px) {
    section .wrapper {
      padding: 5%; } }

section h3 {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 1.3em; }
  @media screen and (max-width: 768px) {
    section h3 {
      font-size: 18px; } }

@media screen and (max-width: 768px) {
  .home section .wrapper {
    padding: 0 5%; } }

.home section .wrapper .imageElement {
  max-width: 700px;
  margin: 0 auto 50px; }

.home section.one {
  background: url(/Websites/stjames/templates/stjames2017/img/form-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0 480px; }
  .home section.one h3 {
    font-size: 20px;
    font-weight: normal; }
    @media screen and (max-width: 460px) {
      .home section.one h3 {
        font-size: 18px; } }
  .home section.one .form_container {
    margin: 3em auto 0; }
    .home section.one .form_container .fieldTitle,
    .home section.one .form_container .fieldInstructions,
    .home section.one .form_container .formHeader {
      display: none; }
    .home section.one .form_container .fieldItem,
    .home section.one .form_container .submitButtonContainer {
      display: inline-block;
      vertical-align: top; }
    .home section.one .form_container input.email {
      background: #fff;
      margin: 0;
      border: 1px solid #ddd;
      padding: 20px;
      font-size: 22px;
      color: #999;
      width: 400px;
      font-weight: 400;
      font-family: "Raleway", sans-serif;
      border-radius: 0;
      line-height: 29px; }
      @media screen and (max-width: 768px) {
        .home section.one .form_container input.email {
          width: 200px;
          padding: 20px 15px; } }
      @media screen and (max-width: 460px) {
        .home section.one .form_container input.email {
          margin-bottom: 20px; } }
    .home section.one .form_container input.submitButton {
      font-family: "Raleway", sans-serif;
      border: none;
      height: 50px;
      line-height: 50px;
      padding: 0 20px;
      margin: 0 0 0 5px;
      cursor: pointer;
      -webkit-appearance: none;
      border-radius: 0; }
      @media screen and (max-width: 768px) {
        .home section.one .form_container input.submitButton {
          padding: 0 15px; } }

.home section.two {
  padding: 60px 0; }
  @media screen and (max-width: 460px) {
    .home section.two {
      padding: 12% 0; } }
  .home section.two .left,
  .home section.two .right {
    width: 40%;
    margin: 0 4.8%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 860px) {
      .home section.two .left,
      .home section.two .right {
        margin: 0 auto 20px;
        width: 70%; } }
    @media screen and (max-width: 600px) {
      .home section.two .left,
      .home section.two .right {
        width: 100%; } }
  .home section.two strong {
    display: block; }
  .home section.two img {
    float: left;
    width: 150px; }
    @media screen and (max-width: 950px) {
      .home section.two img {
        width: 120px; } }
    @media screen and (max-width: 600px) {
      .home section.two img {
        float: none; } }
  .home section.two p {
    margin-left: 190px; }
    @media screen and (max-width: 1000px) {
      .home section.two p {
        margin-left: 170px; } }
    @media screen and (max-width: 950px) {
      .home section.two p {
        margin-left: 140px; } }
    @media screen and (max-width: 600px) {
      .home section.two p {
        margin-left: 0;
        float: none; } }
    .home section.two p:first-child {
      margin: 0;
      float: left; }
      @media screen and (max-width: 600px) {
        .home section.two p:first-child {
          float: none; } }
  .home section.two .imageElement {
    margin-bottom: 60px; }
    .home section.two .imageElement img {
      float: none; }

body.inside h1, body.inside h2, body.inside h3, body.inside h4, body.inside h5, body.inside h6 {
  color: #403227; }

body.inside header {
  background: url(/Websites/stjames/templates/stjames2017/img/lodging-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 0px;
  color: #fff;
  height: 300px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    body.inside header {
      overflow: visible; } }
  @media screen and (max-width: 460px) {
    body.inside header {
      height: 300px !important; } }
  body.inside header .wrapper {
    width: 100% !important;
    max-width: 100% !important;
    /*background-color: #0b2442;*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 36, 66, 0.2)), to(rgba(13, 37, 65, 0)));
    background-image: -webkit-linear-gradient(top, rgba(11, 36, 66, 0.2), rgba(13, 37, 65, 0));
    background-image: -moz-linear-gradient(top, rgba(11, 36, 66, 0.2), rgba(13, 37, 65, 0));
    background-image: -o-linear-gradient(top, rgba(11, 36, 66, 0.2), rgba(13, 37, 65, 0));
    background-image: -ms-linear-gradient(top, rgba(11, 36, 66, 0.2), rgba(13, 37, 65, 0));
    background-image: linear-gradient(top, rgba(11, 36, 66, 0.2), rgba(13, 37, 65, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0b2442', EndColorStr='#0d2541'); }

body.inside h3 {
  font-size: 28px;
  line-height: normal;
  margin: 0 0 .5em; }

body.inside section .wrapper {
  display: block;
  overflow: hidden; }

body.inside section.sub-nav {
  font-family: "Raleway", sans-serif; }
  body.inside section.sub-nav ul.sub-nav {
    list-style: none;
    background: #f5f3ed;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0; }
    body.inside section.sub-nav ul.sub-nav li {
      padding: 0;
      display: inline-block; }
      body.inside section.sub-nav ul.sub-nav li:last-child {
        border: none; }
      body.inside section.sub-nav ul.sub-nav li a {
        display: block;
        color: #6a6350;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: .05em;
        padding: 18px 20px;
        font-weight: 500;
        text-decoration: none;
        transition: all ease-in-out .15s; }
        @media screen and (max-width: 460px) {
          body.inside section.sub-nav ul.sub-nav li a {
            letter-spacing: normal;
            padding: 16px 12px; } }
        body.inside section.sub-nav ul.sub-nav li a:hover, body.inside section.sub-nav ul.sub-nav li a.selectedPage {
          color: #97341c; }
        body.inside section.sub-nav ul.sub-nav li a.selectedPage {
          background: #ebe8df; }

body.inside section.one {
  padding-top: 50px; }

body.inside section.one, body.inside section.two {
  text-align: left; }
  body.inside section.one h2.page-title, body.inside section.two h2.page-title {
    text-align: center;
    color: #403226;
    font-size: 42px;
    padding-bottom: 20px; }
  body.inside section.one .full .element, body.inside section.two .full .element {
    margin-bottom: 60px; }
  body.inside section.one .left, body.inside section.two .left {
    width: 65%;
    float: left; }
    @media screen and (max-width: 768px) {
      body.inside section.one .left, body.inside section.two .left {
        display: block;
        float: none;
        width: 100%; } }
    body.inside section.one .left .element, body.inside section.two .left .element {
      margin-bottom: 80px; }
  body.inside section.one .right, body.inside section.two .right {
    width: 30%;
    float: right; }
    @media screen and (max-width: 768px) {
      body.inside section.one .right, body.inside section.two .right {
        display: block;
        float: none;
        width: 100%; } }
    body.inside section.one .right .element, body.inside section.two .right .element {
      margin-bottom: 30px; }
      @media screen and (max-width: 460px) {
        body.inside section.one .right .element, body.inside section.two .right .element {
          margin-bottom: 80px; } }

body.inside.right section.one .left, body.inside.right section.two .left {
  width: 30%; }
  @media screen and (max-width: 768px) {
    body.inside.right section.one .left, body.inside.right section.two .left {
      display: block;
      float: none;
      width: 100%; } }

body.inside.right section.one .right, body.inside.right section.two .right {
  width: 65%; }
  @media screen and (max-width: 768px) {
    body.inside.right section.one .right, body.inside.right section.two .right {
      display: block;
      float: none;
      width: 100%; } }

/* bookings */
.booking-info {
  font-family: "Raleway", sans-serif;
  box-sizing: border-box; }
  .booking-info .element {
    border: 2px solid #2b491e;
    padding: 15px; }
    .booking-info .element p {
      font-size: 13px;
      text-transform: uppercase;
      border-bottom: 1px solid #efefef;
      font-weight: 700;
      color: #56913c;
      margin-bottom: 10px;
      padding-bottom: 5px; }
      .booking-info .element p + p {
        font-size: 24px;
        color: #2b491e;
        text-transform: none;
        border: none;
        line-height: 1;
        margin-bottom: 0;
        padding-bottom: 0;
        font-weight: 500; }

@media screen and (max-width: 768px) {
  body.home header .heroBackground {
    height: auto;
    width: 100%;
    position: static; } }

body.inside header .heroBackground {
  height: 434px; }
  @media screen and (max-width: 768px) {
    body.inside header .heroBackground {
      height: auto;
      width: 100%;
      position: static; } }

@media screen and (max-width: 768px) {
  body.home header .heroBackground .element img,
  body.home header .heroBackground img.lcms-awr-img {
    min-height: auto;
    min-width: auto;
    transform: none;
    top: auto;
    left: auto; } }

body.inside header .heroBackground .element img,
body.inside header .heroBackground img.lcms-awr-img {
  min-width: 1200px;
  min-height: 436px; }
  @media screen and (max-width: 768px) {
    body.inside header .heroBackground .element img,
    body.inside header .heroBackground img.lcms-awr-img {
      min-height: auto;
      min-width: auto;
      transform: none;
      top: auto;
      left: auto; } }

/* blog */
.dynamic-blogdetail .postFeaturedImage + h2,
.dynamic-blogdetail .postBody {
  max-width: 720px;
  margin: 0 auto; }

.dynamic-blogdetail .postFeaturedImage {
  margin-bottom: 30px; }
  .dynamic-blogdetail .postFeaturedImage + h2 {
    text-transform: none;
    letter-spacing: normal; }

.blogList .postFeaturedImage {
  margin-bottom: 1em; }

.blogList h2.postTitle {
  text-transform: none;
  margin-bottom: .5em;
  letter-spacing: normal; }
  .blogList h2.postTitle a {
    text-decoration: none; }
    .blogList h2.postTitle a:hover {
      text-decoration: underline; }

.blogList .postInfo em {
  display: none; }

.blogList .readMore {
  display: block; }

.blogList .rss {
  display: none; }

.blogList .postInfo,
.postInfo em,
.postDate,
.postViewInfo,
.tagCount {
  font-family: "Raleway", sans-serif;
  font-style: normal !important;
  font-size: 14px;
  font-weight: 500;
  color: #aaa; }

.inside.blog .left .blogList > ul > li {
  margin-bottom: 100px; }

.inside.blog .right {
  font-family: "Raleway", sans-serif; }
  .inside.blog .right h2 {
    font-size: 18px; }
  .inside.blog .right .blogList.archive ul ul {
    margin-left: 5px;
    padding: 5px 0 5px 10px;
    border-left: 2px solid #ddd; }
  .inside.blog .right .blogList.archive ul h2.postTitle {
    margin-bottom: 0; }
  .inside.blog .right .blogList.tagList {
    list-style: none;
    padding: 0; }
    .inside.blog .right .blogList.tagList .tagNum {
      display: inline-block;
      padding: 0 1px; }
    .inside.blog .right .blogList.tagList a {
      text-decoration: none; }
      .inside.blog .right .blogList.tagList a:hover {
        text-decoration: underline; }

footer {
  text-align: left;
  padding: 400px 80px 80px;
  background: #eceae7 url(http://www.exstjames.com/Websites/stjames/templates/stjames2017/img/footer-bg.png) no-repeat center top 100px;
  background-size: 1000px auto;
  color: #5d5047;
  font-weight: 700;
  font-family: "Raleway", sans-serif; }
  @media screen and (max-width: 1160px) {
    footer {
      background-position: center top 40px;
      background-size: 90% auto;
      padding-top: 30%; } }
  @media screen and (max-width: 768px) {
    footer {
      padding: 35% 2% 10%; } }
  @media screen and (max-width: 460px) {
    footer {
      background-position: center top 25px; } }
  footer a {
    color: #5d5047;
    text-decoration: none; }
    footer a:hover {
      color: #333; }
  footer .box {
    display: inline-block;
    vertical-align: top;
    float: right; }
    @media screen and (max-width: 1070px) {
      footer .box {
        display: block;
        text-align: center;
        float: none; } }
    footer .box.menu {
      float: left; }
      @media screen and (max-width: 1070px) {
        footer .box.menu {
          display: block;
          text-align: center;
          float: none;
          margin-bottom: 30px; } }
      footer .box.menu nav {
        font-size: 16px; }
        footer .box.menu nav > ul > li {
          display: inline-block;
          padding-right: 30px;
          vertical-align: top; }
          @media screen and (max-width: 768px) {
            footer .box.menu nav > ul > li {
              width: 35%;
              padding: 0 0 10px 0; } }
          @media screen and (max-width: 460px) {
            footer .box.menu nav > ul > li {
              width: 100%;
              display: block; } }
          footer .box.menu nav > ul > li a {
            color: #616e5b;
            transition: opacity ease-in-out .2s; }
            footer .box.menu nav > ul > li a:hover {
              opacity: .8; }
          footer .box.menu nav > ul > li li {
            padding: 0; }
            footer .box.menu nav > ul > li li a {
              font-weight: normal;
              opacity: .8;
              font-size: 80%; }
              footer .box.menu nav > ul > li li a:hover {
                opacity: 1; }
    footer .box p {
      margin-bottom: 10px; }
      footer .box p.phone {
        font-size: 36px; }
      footer .box p:last-child {
        margin-bottom: 0; }
      footer .box p small a {
        opacity: .4;
        font-size: 85%; }
        footer .box p small a:hover {
          opacity: 1; }
    @media screen and (max-width: 768px) {
      footer .box {
        margin-right: 0;
        margin-bottom: 8%;
        display: block; } }
    footer .box:last-child {
      margin: 0; }

/* Accordion */
html body.expand .left .container {
  cursor: pointer;
  background: rgba(236, 234, 231, 0.7);
  border-radius: 3px;
  padding: 10px;
  position: relative; }
  html body.expand .left .container h2 {
    margin: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }
    @media screen and (max-width: 460px) {
      html body.expand .left .container h2 {
        font-size: 20px; } }
    html body.expand .left .container h2 em {
      font-size: 70%;
      opacity: .5;
      font-style: normal;
      text-transform: none;
      letter-spacing: 0;
      font-weight: 500; }
      @media screen and (max-width: 460px) {
        html body.expand .left .container h2 em {
          display: block;
          clear: both; } }
  html body.expand .left .container i {
    position: absolute;
    width: 18px;
    height: 11px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    background: url(/Websites/stjames/templates/stjames2017/img/toggle.png) no-repeat center center;
    background-size: 100%;
    transition: all ease-out .3s;
    opacity: .7; }
  html body.expand .left .container:hover {
    opacity: .8; }
  html body.expand .left .container + .element {
    margin-bottom: 20px; }
    html body.expand .left .container + .element .textElement {
      transition: opacity .2s ease-in-out 0s, height 0s linear .1s;
      line-height: 1.5;
      height: 0;
      padding: 0 20px;
      box-sizing: border-box;
      opacity: 0;
      overflow: hidden; }
      @media screen and (max-width: 460px) {
        html body.expand .left .container + .element .textElement {
          padding: 20px 5px 0 !important; } }
      html body.expand .left .container + .element .textElement p {
        width: 45%;
        margin: 0 5% 40px 0;
        display: inline-block;
        vertical-align: top; }
        @media screen and (max-width: 460px) {
          html body.expand .left .container + .element .textElement p {
            width: 100%;
            margin-right: 0;
            display: block; } }
      html body.expand .left .container + .element .textElement h3 {
        color: #97341c; }
        html body.expand .left .container + .element .textElement h3 + p.full {
          display: block;
          width: 100%;
          margin-right: 0; }
  html body.expand .left .container.active {
    background: rgba(236, 234, 231, 0.3); }
    html body.expand .left .container.active + .element .textElement {
      height: auto;
      opacity: 1;
      padding: 20px; }
    html body.expand .left .container.active i {
      transform: translateY(-50%) rotate(180deg);
      opacity: 1; }

/* <textEditor> */
.serif {
  font-family: "Noto Serif", "Georgia", serif; }

.button {
  font-family: "Raleway", sans-serif; }

.callout {
  font-size: 22px;
  color: #97341c; }

.blockquote {
  display: block;
  max-width: 70%;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  float: right;
  color: #56913c;
  margin: 1.5em 0 1.5em 1.5em;
  border-left: 2px solid rgba(86, 145, 60, 0.35);
  padding: .5em 0 .5em 1em;
  box-sizing: border-box;
  line-height: 1.3em; }
  @media screen and (max-width: 460px) {
    .blockquote {
      max-width: 100%;
      margin: 0 0 5%;
      padding: 3% 0 3% 5%; } }

/* </textEditor> */
html body.lcms_AdminView.home header {
  height: auto; }
  html body.lcms_AdminView.home header .wrapper {
    overflow: hidden;
    margin-bottom: 30px;
    position: static; }

html body.lcms_AdminView header .heroBackground .element img,
html body.lcms_AdminView header .heroBackground .element img.lcms-awr-img {
  left: auto;
  min-height: 0;
  min-width: 0;
  top: auto;
  transform: none;
  max-width: 100%; }

html body.lcms_AdminView.expand .left .container + .element .textElement {
  height: auto;
  opacity: 1; }