::selection {
  background: rgba(122, 184, 14, 0.8); }

::-moz-selection {
  background: rgba(122, 184, 14, 0.8); }

::-webkit-input-placeholder {
  color: #474239; }

::-moz-placeholder {
  color: #474239; }

:-ms-input-placeholder {
  color: #474239; }

.cms-output input[type="text"], .comment-form input, textarea {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  .cms-output input[type="text"]:focus, .comment-form input:focus, textarea:focus {
    box-shadow: 0px 0px 4px #635c50; }

a:focus {
  outline-color: #474239; }

body {
  background: #dad7cc; }

#page {
  -webkit-box-shadow: 0 0 40px rgba(61, 53, 41, 0.29);
  -moz-box-shadow: 0 0 40px rgba(61, 53, 41, 0.29);
  -ms-box-shadow: 0 0 40px rgba(61, 53, 41, 0.29);
  -o-box-shadow: 0 0 40px rgba(61, 53, 41, 0.29);
  box-shadow: 0 0 40px rgba(61, 53, 41, 0.29); }

header {
  background: #fff; }
  header #social a {
    color: rgba(193, 188, 173, 0.76);
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    border-radius: 27px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
    -ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
    -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22); }
    header #social a:hover {
      color: rgba(171, 164, 144, 0.76); }
    header #social a.map {
      -webkit-transition: background 0.1s linear;
      -moz-transition: background 0.1s linear;
      -ms-transition: background 0.1s linear;
      -o-transition: background 0.1s linear;
      transition: background 0.1s linear;
      color: #fff;
      background: rgba(193, 188, 173, 0.76);
      margin-right: 9px; }
      header #social a.map:before {
        position: relative;
        font-size: 22px;
        top: 2px;
        left: 3px; }
      header #social a.map:hover {
        background: rgba(171, 164, 144, 0.76); }
  header .search-box {
    background-color: rgba(193, 188, 173, 0.76);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
    -ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
    -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22); }
    header .search-box:before {
      content: "";
      width: 0;
      height: 0;
      border-left: 11px solid transparent;
      border-right: 11px solid transparent;
      border-bottom: 9px solid rgba(193, 188, 173, 0.76);
      position: absolute;
      display: block;
      content: "";
      top: -9px;
      right: 3px; }
    header .search-box .search-input {
      color: #474239; }
    header .search-box .search-submit {
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.39);
      -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.39);
      -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.39);
      -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.39);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.39);
      background: white;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #fff));
      background: -webkit-linear-gradient(top, white 0%, #fff 100%);
      background: -moz-linear-gradient(top, white 0%, #fff 100%);
      background: -ms-linear-gradient(top, white 0%, #fff 100%);
      background: -o-linear-gradient(top, white 0%, #fff 100%);
      background: linear-gradient(to bottom, white 0%, #fff 100%);
      -webkit-text-shadow: 0 1px rgba(193, 188, 173, 0.76);
      -moz-text-shadow: 0 1px rgba(193, 188, 173, 0.76);
      -ms-text-shadow: 0 1px rgba(193, 188, 173, 0.76);
      -o-text-shadow: 0 1px rgba(193, 188, 173, 0.76);
      text-shadow: 0 1px rgba(193, 188, 173, 0.76);
      border: 1px solid rgba(171, 164, 144, 0.76);
      color: #474239; }
      header .search-box .search-submit:hover {
        background: white;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, white));
        background: -webkit-linear-gradient(top, white 0%, white 100%);
        background: -moz-linear-gradient(top, white 0%, white 100%);
        background: -ms-linear-gradient(top, white 0%, white 100%);
        background: -o-linear-gradient(top, white 0%, white 100%);
        background: linear-gradient(to bottom, white 0%, white 100%); }
  header .service-times {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    color: #9b9685; }

header #nav a {
  color: #463f31;
  -webkit-text-shadow: 0 1px 0 none;
  -moz-text-shadow: 0 1px 0 none;
  -ms-text-shadow: 0 1px 0 none;
  -o-text-shadow: 0 1px 0 none;
  text-shadow: 0 1px 0 none; }
  header #nav a:hover {
    color: #7ab80e;
    -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.24);
    -moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.24);
    -ms-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.24);
    -o-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.24);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.24); }

header #nav .current a {
  color: #7ab80e;
  -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.24);
  -moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.24);
  -ms-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.24);
  -o-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.24);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.24); }

@media (min-width: 769px) {
  header #nav li ul li {
    background-color: #fff; }
    header #nav li ul li a {
      color: #463f31 !important;
      border-bottom: 0 !important; }
    header #nav li ul li:hover {
      background-color: #d0ccc1; } }

.mobile-menu-button {
  border-top: 1px solid #d0cec8; }
  .mobile-menu-button i, .mobile-menu-button i:before, .mobile-menu-button i:after {
    -webkit-box-shadow: 0 1px 0 none;
    -moz-box-shadow: 0 1px 0 none;
    -ms-box-shadow: 0 1px 0 none;
    -o-box-shadow: 0 1px 0 none;
    box-shadow: 0 1px 0 none;
    background: #463f31; }
  .mobile-menu-button span {
    -webkit-text-shadow: 0 1px 0 none;
    -moz-text-shadow: 0 1px 0 none;
    -ms-text-shadow: 0 1px 0 none;
    -o-text-shadow: 0 1px 0 none;
    text-shadow: 0 1px 0 none;
    color: #463f31; }

#mobile-nav {
  background: #fff; }
  #mobile-nav .mobile-search .search-input {
    color: #474239;
    background: #fff; }
  #mobile-nav .mobile-search i.search:after {
    color: #fff; }
  #mobile-nav #nav {
    border-top: 1px solid #d0cec8; }
    #mobile-nav #nav li {
      border-bottom: 1px solid #d0cec8; }
      #mobile-nav #nav li a {
        color: #5f5644; }
      #mobile-nav #nav li li {
        border-bottom: none; }
        #mobile-nav #nav li li a {
          color: #8b8270; }
      #mobile-nav #nav li.current > a {
        color: #7ab80e; }

#rotator .slider button:hover {
  background: rgba(122, 184, 14, 0.6); }

#quicklinks {
  background: url("../img/quicklinks-bg-c.jpg") repeat 0 0; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    #quicklinks {
      background: url("../img/quicklinks-bg-c@2x.jpg") repeat 0 0;
      background-size: 500px 500px; } }
  #quicklinks .greeting p:first-child, #quicklinks .greeting p:first-child a {
    color: #fff; }
  #quicklinks .greeting, #quicklinks .greeting a {
    color: #d5cfc1; }
  #quicklinks .greeting {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.09);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.09);
    -ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.09);
    -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.09);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.09);
    border-bottom: 1px solid #1d1b18; }
  #quicklinks .ql-title, #quicklinks .ql-title a {
    color: #fff; }
  #quicklinks .ql-caption {
    color: #9b9486; }
  #quicklinks .ql:before {
    background: #7fba18; }
  #quicklinks .ql:hover:before {
    opacity: 0.77; }
  #quicklinks .ql:hover:after {
    opacity: 1; }
  #quicklinks .ql:hover .ql-title a {
    color: #7fbf10; }

#widgets {
  background: #f1f0ea;
  border-bottom: 1px solid #dbdad5; }
  #widgets .widget {
    -webkit-box-shadow: 0 1px 5px rgba(207, 204, 201, 0.68);
    -moz-box-shadow: 0 1px 5px rgba(207, 204, 201, 0.68);
    -ms-box-shadow: 0 1px 5px rgba(207, 204, 201, 0.68);
    -o-box-shadow: 0 1px 5px rgba(207, 204, 201, 0.68);
    box-shadow: 0 1px 5px rgba(207, 204, 201, 0.68);
    background: #fff;
    border: 1px solid #ceccc5; }
    #widgets .widget .widget-top {
      background: #f9f9f6;
      border-bottom: 1px solid #dcdbd9;
      -webkit-box-shadow: 0 1px 0 #f4f4f3;
      -moz-box-shadow: 0 1px 0 #f4f4f3;
      -ms-box-shadow: 0 1px 0 #f4f4f3;
      -o-box-shadow: 0 1px 0 #f4f4f3;
      box-shadow: 0 1px 0 #f4f4f3; }
      #widgets .widget .widget-top h3 {
        color: #474239; }
      #widgets .widget .widget-top .view-all-button {
        background: #b4aa96;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b4aa96), color-stop(100%, #9a8f78));
        background: -webkit-linear-gradient(top, #b4aa96 0%, #9a8f78 100%);
        background: -moz-linear-gradient(top, #b4aa96 0%, #9a8f78 100%);
        background: -ms-linear-gradient(top, #b4aa96 0%, #9a8f78 100%);
        background: -o-linear-gradient(top, #b4aa96 0%, #9a8f78 100%);
        background: linear-gradient(to bottom, #b4aa96 0%, #9a8f78 100%);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.21), inset 0 1px 0 rgba(255, 255, 255, 0.39);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.21), inset 0 1px 0 rgba(255, 255, 255, 0.39);
        -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.21), inset 0 1px 0 rgba(255, 255, 255, 0.39);
        -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.21), inset 0 1px 0 rgba(255, 255, 255, 0.39);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.21), inset 0 1px 0 rgba(255, 255, 255, 0.39);
        border: 1px solid #7e7663;
        text-shadow: 0.1px 1px 0 rgba(102, 102, 102, 0.75);
        color: #fff; }
        #widgets .widget .widget-top .view-all-button:hover {
          background: #9fd42b;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9fd42b), color-stop(100%, #87c619));
          background: -webkit-linear-gradient(top, #9fd42b 0%, #87c619 100%);
          background: -moz-linear-gradient(top, #9fd42b 0%, #87c619 100%);
          background: -ms-linear-gradient(top, #9fd42b 0%, #87c619 100%);
          background: -o-linear-gradient(top, #9fd42b 0%, #87c619 100%);
          background: linear-gradient(to bottom, #9fd42b 0%, #87c619 100%); }
    #widgets .widget .widget-wrap .event-date {
      color: #474239; }
    #widgets .widget .widget-wrap h4 a {
      color: #7ab80e; }
      #widgets .widget .widget-wrap h4 a:hover {
        color: #91ce28; }
    #widgets .widget .widget-wrap p {
      color: #6a655d; }
    #widgets .widget .widget-wrap .widget-play {
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
      -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
      -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
      border: 1px solid #ceccc7;
      background: #fff;
      color: #6a655d; }
      #widgets .widget .widget-wrap .widget-play:before {
        content: "";
        width: 0;
        height: 0;
        border-top: 6.5px solid transparent;
        border-bottom: 6.5px solid transparent;
        border-left: 9px solid #6a655d;
        content: '';
        position: absolute;
        top: 15px;
        left: 13px; }
        @media (max-width: 1260px) {
          #widgets .widget .widget-wrap .widget-play:before {
            top: 14px; } }
        @media (max-width: 768px) {
          #widgets .widget .widget-wrap .widget-play:before {
            top: 12px; } }
      #widgets .widget .widget-wrap .widget-play:hover {
        background: #fff;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f4f3f0));
        background: -webkit-linear-gradient(top, #fff 0%, #f4f3f0 100%);
        background: -moz-linear-gradient(top, #fff 0%, #f4f3f0 100%);
        background: -ms-linear-gradient(top, #fff 0%, #f4f3f0 100%);
        background: -o-linear-gradient(top, #fff 0%, #f4f3f0 100%);
        background: linear-gradient(to bottom, #fff 0%, #f4f3f0 100%);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
        -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
        -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33); }
    #widgets .widget .widget-wrap:not(:last-child) {
      border-bottom: 1px solid #dcdbd9; }
  #widgets .tweets h3 {
    color: #474239; }
  #widgets .tweets .tweet {
    color: #6a655d; }
    #widgets .tweets .tweet a {
      color: #86c519; }
      #widgets .tweets .tweet a:hover {
        color: #91ce28; }
  #widgets .tweets .follow-button {
    background: url("../img/follow-button-c.png") no-repeat 0 0; }
    @media (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      #widgets .tweets .follow-button {
        background: url("../img/follow-button-c@2x.png") 50% no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position-y: 0px; } }
    #widgets .tweets .follow-button:hover {
      background-position: 0 -63px; }

.tweet-wrap {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  -ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  border-top: 1px solid #d7d3d1;
  border-bottom: 1px solid #d7d3d1; }

footer {
  background: #fff; }
  footer .footer-info p {
    color: #59544c; }
    footer .footer-info p a {
      color: #59544c;
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      -ms-transition: color 0.1s linear;
      -o-transition: color 0.1s linear;
      transition: color 0.1s linear; }
      footer .footer-info p a:hover {
        color: #91ce28; }
  footer #nav a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #474239; }
    footer #nav a:hover {
      color: #86c519; }
  footer #nav .current a {
    color: #86c519; }
  footer #social a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: rgba(193, 188, 173, 0.76); }
    footer #social a:hover {
      color: #91ce28; }

#content {
  background: #f1f0ea;
  border-bottom: 1px solid #dbdad5; }

#content .left-col #side_nav {
  -webkit-box-shadow: 0 1px 5px rgba(207, 204, 201, 0.68);
  -moz-box-shadow: 0 1px 5px rgba(207, 204, 201, 0.68);
  -ms-box-shadow: 0 1px 5px rgba(207, 204, 201, 0.68);
  -o-box-shadow: 0 1px 5px rgba(207, 204, 201, 0.68);
  box-shadow: 0 1px 5px rgba(207, 204, 201, 0.68);
  background: #fff;
  border: 1px solid #d0cec8; }
  #content .left-col #side_nav #side_nav_toplevel {
    color: #474239;
    border-bottom: 1px solid #dfdddb;
    -webkit-box-shadow: 0 1px 0 #f4f4f3;
    -moz-box-shadow: 0 1px 0 #f4f4f3;
    -ms-box-shadow: 0 1px 0 #f4f4f3;
    -o-box-shadow: 0 1px 0 #f4f4f3;
    box-shadow: 0 1px 0 #f4f4f3; }
  #content .left-col #side_nav .side_nav_level1 a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #5f5644; }
    #content .left-col #side_nav .side_nav_level1 a:hover {
      color: #7ab80e; }
  #content .left-col #side_nav .side_nav_level1 li:not(:last-child) a {
    -webkit-box-shadow: 0 1px 0 #f4f4f3;
    -moz-box-shadow: 0 1px 0 #f4f4f3;
    -ms-box-shadow: 0 1px 0 #f4f4f3;
    -o-box-shadow: 0 1px 0 #f4f4f3;
    box-shadow: 0 1px 0 #f4f4f3;
    border-bottom: 1px solid #dfdddb; }
  #content .left-col #side_nav .side_nav_level1 li.current a, #content .left-col #side_nav .side_nav_level1 li.current .current a {
    color: #7ab80e; }
  #content .left-col #side_nav .side_nav_level1 li.current.children a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-bottom: none; }
  #content .left-col #side_nav .side_nav_level1 li.current ul.side_nav_level2 {
    display: block; }
  #content .left-col #side_nav .side_nav_level1 ul.side_nav_level2 {
    -webkit-box-shadow: 0 1px 0 #f4f4f3;
    -moz-box-shadow: 0 1px 0 #f4f4f3;
    -ms-box-shadow: 0 1px 0 #f4f4f3;
    -o-box-shadow: 0 1px 0 #f4f4f3;
    box-shadow: 0 1px 0 #f4f4f3;
    border-bottom: 1px solid #dfdddb;
    display: none; }
    #content .left-col #side_nav .side_nav_level1 ul.side_nav_level2 a {
      border-bottom: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none;
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      -ms-transition: color 0.1s linear;
      -o-transition: color 0.1s linear;
      transition: color 0.1s linear;
      color: #8b8270; }
      #content .left-col #side_nav .side_nav_level1 ul.side_nav_level2 a:hover {
        color: #7ab80e; }

#content .left-col .tweet-widget h3 {
  color: #8b8270; }

#content .left-col .tweet-widget .tweet {
  color: #6a655d; }
  #content .left-col .tweet-widget .tweet a {
    color: #86c519; }

#content .left-col .follow-button {
  background: url("../img/follow-small-c.png") no-repeat 0 0; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    #content .left-col .follow-button {
      background: url("../img/follow-small-c@2x.png") 50% no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -ms-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position-y: 0px; } }
  #content .left-col .follow-button:hover {
    background-position: 0 -36px; }

#content .right-col .page-title {
  color: #463f31; }

#content .right-col .cms-output {
  color: #554d3e; }
  #content .right-col .cms-output button {
    color: #554d3e; }
  #content .right-col .cms-output a {
    color: #7ab80e; }
  #content .right-col .cms-output blockquote {
    color: #79705e; }

#subpage.full-width.search-results h4 a {
  color: #7ab80e; }

.cms-output input[type="text"], .cms-output input[type="password"] {
  border: 1px solid #d0cec8;
  background: #fff; }

.cms-output input[type="submit"] {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.39);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.39);
  -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.39);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.39);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.39);
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, white 0%, #fff 100%);
  background: -moz-linear-gradient(top, white 0%, #fff 100%);
  background: -ms-linear-gradient(top, white 0%, #fff 100%);
  background: -o-linear-gradient(top, white 0%, #fff 100%);
  background: linear-gradient(to bottom, white 0%, #fff 100%);
  -webkit-text-shadow: 0 1px rgba(193, 188, 173, 0.76);
  -moz-text-shadow: 0 1px rgba(193, 188, 173, 0.76);
  -ms-text-shadow: 0 1px rgba(193, 188, 173, 0.76);
  -o-text-shadow: 0 1px rgba(193, 188, 173, 0.76);
  text-shadow: 0 1px rgba(193, 188, 173, 0.76);
  border: 1px solid rgba(171, 164, 144, 0.76);
  color: #474239; }
  .cms-output input[type="submit"]:hover {
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, white));
    background: -webkit-linear-gradient(top, white 0%, white 100%);
    background: -moz-linear-gradient(top, white 0%, white 100%);
    background: -ms-linear-gradient(top, white 0%, white 100%);
    background: -o-linear-gradient(top, white 0%, white 100%);
    background: linear-gradient(to bottom, white 0%, white 100%); }

body#subpage .cms-output .cpm_password_protection input#cpm-page-password {
  border: 1px solid #59544c; }

.media {
  background-color: #f1f0ea; }

.media-top .media-title {
  color: #463f31; }

@media (max-width: 1260px) {
  .media-top {
    border-bottom: 1px solid #d7d3d1; } }

.media .tabset {
  border: 2px solid #86c519; }
  .media .tabset span {
    color: #86c519;
    background-color: #f1f0ea;
    border-right: 2px solid #86c519; }
    .media .tabset span:hover {
      background-color: #e7e5db; }
    .media .tabset span.current {
      color: #fff;
      background-color: #86c519; }
  .media .tabset li:last-child span {
    border-right: 0; }

.pagination a {
  color: #736851;
  background-color: #d2cfbc;
  border-bottom: 1px solid #ccc9b3; }
  .pagination a:hover {
    color: #645a46;
    background-color: #c8c4ad; }
  .pagination a.current {
    color: #fff;
    background-color: #9a8f78; }
  .pagination a.next {
    color: #fff;
    border-left: 1px solid #f1f0ea; }
    .pagination a.next:after {
      content: "";
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 7px solid #fff;
      position: absolute;
      top: 14px;
      right: 12px; }
  .pagination a.previous {
    color: #fff;
    border-right: 1px solid #f1f0ea; }
    .pagination a.previous:after {
      content: "";
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-right: 7px solid #fff;
      position: absolute;
      top: 14px;
      left: 12px; }

.comment-bubble {
  color: #9a8f78;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  .comment-bubble:hover {
    color: #7a705b; }
  .comment-bubble:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #fff;
    border-right: 10px solid transparent; }
  .comment-bubble:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 9px solid #e0e0e0;
    border-right: 11px solid transparent; }

.featured-posts .card {
  background-color: #fff;
  border-left: 1px solid #f7f7f7;
  border-bottom: 1px solid whitesmoke; }
  .featured-posts .card .card-info h4 a {
    color: #463f31;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear; }
    .featured-posts .card .card-info h4 a:hover {
      color: #221f18; }
  .featured-posts .card .card-info .card-author-line, .featured-posts .card .card-info .card-excerpt {
    color: #463f31; }
  .featured-posts .card .card-info .card-read-more-btn {
    color: #86c519;
    border: 2px solid #86c519;
    background: #fff; }
    .featured-posts .card .card-info .card-read-more-btn:hover {
      color: #fff;
      background: #86c519; }
  .featured-posts .card .card-info .card-excerpt a {
    color: #86c519;
    text-decoration: underline; }

.all-posts .post {
  border-bottom: 1px solid #d7d3d1; }
  .all-posts .post:last-child {
    border-bottom: 0; }
  .all-posts .post h4 a {
    color: #463f31;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear; }
    .all-posts .post h4 a:hover {
      color: #221f18; }
  .all-posts .post .post-author-line {
    color: #7c7057; }
    .all-posts .post .post-author-line a {
      color: #9a8f78;
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      -ms-transition: color 0.1s linear;
      -o-transition: color 0.1s linear;
      transition: color 0.1s linear; }
      .all-posts .post .post-author-line a:hover {
        color: #80755f; }
  .all-posts .post .post-date, .all-posts .post .post-excerpt p {
    color: #463f31; }
  .all-posts .post .post-excerpt a {
    color: #86c519;
    border: 2px solid #86c519;
    background: #f1f0ea; }
    .all-posts .post .post-excerpt a:hover {
      color: #fff;
      background: #86c519; }

.blog-index .blog-right {
  color: #463f31;
  background-color: #dddacb; }
  .blog-index .blog-right .podcast-btn {
    color: #86c519;
    border-bottom: 1px solid #f1f0ea; }
    .blog-index .blog-right .podcast-btn:hover {
      background-color: #d2cfbc; }
  .blog-index .blog-right .sidebar-wrap {
    border-bottom: 1px solid #f1f0ea; }
    .blog-index .blog-right .sidebar-wrap:last-child {
      border-bottom: 1px solid #d2cfbc; }
  .blog-index .blog-right h5.hover:hover {
    background-color: #d2cfbc; }
  .blog-index .blog-right .post-archives li span {
    color: #463f31; }
  .blog-index .blog-right li a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #86c519; }
    .blog-index .blog-right li a:hover {
      color: #486a0e; }
  .blog-index .blog-right li span, .blog-index .blog-right .post-months li span {
    color: #b4ae8e; }

.blog-post .blog-left .post-top {
  border-bottom: 1px solid #d7d3d1; }

.blog-post .blog-left .post-title {
  color: #463f31; }

.blog-post .blog-left .post-info {
  color: #463f31; }
  .blog-post .blog-left .post-info a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #9a8f78; }
    .blog-post .blog-left .post-info a:hover {
      color: #7a705b; }

.blog-post .blog-left .cms-output p:first-of-type {
  color: #463f31; }

.comment-count, .comment-leave {
  color: #f1f0ea;
  background: #463f31; }

.comment {
  color: #463f31;
  border-bottom: 1px solid #d7d3d1; }
  .comment a {
    color: #463f31;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear; }
    .comment a:hover {
      color: #191712; }
  .comment .comment-date {
    color: #aea885; }

.comment-form {
  color: #463f31; }
  .comment-form input, .comment-form textarea {
    color: #463f31;
    background-color: #fff;
    border: 1px solid #cbc6c3; }
  .comment-form #comment-submit {
    color: #fff;
    background-color: #86c519; }
    .comment-form #comment-submit:hover {
      background-color: #679813; }
  .comment-form #comment-status {
    color: #9a8f78; }
  .comment-form #error {
    color: #c0392b; }

.blog-post .blog-right {
  background-color: #dddacb; }
  .blog-post .blog-right .post-share {
    border-bottom: 1px solid #f1f0ea; }
    .blog-post .blog-right .post-share .share-text {
      color: #847e58; }
  .blog-post .blog-right .more-posts {
    color: #463f31; }
    .blog-post .blog-right .more-posts a {
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      -ms-transition: color 0.1s linear;
      -o-transition: color 0.1s linear;
      transition: color 0.1s linear;
      color: #86c519; }
      .blog-post .blog-right .more-posts a:hover {
        color: #618f12; }

.blogcast.tablet-only {
  color: #463f31;
  background-color: #f1f0ea;
  border: 1px solid #b4ae8e; }
  .blogcast.tablet-only:hover {
    color: #f1f0ea;
    background-color: #b4ae8e; }

.blog-filter {
  color: #fff;
  border: 1px solid #c8c4ad;
  background-color: #c8c4ad; }
  .blog-filter:hover {
    background-color: #b4ae8e; }

.style-wrap-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  top: 22px;
  right: 34px; }

.featured-event {
  border-bottom: 1px solid #dddacb; }
  .featured-event .featured-hero .circle {
    color: #463f31;
    background: #fff; }
  .featured-event .featured-info .featured-event-title {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #463f31; }
    .featured-event .featured-info .featured-event-title:hover {
      color: #191712; }
  .featured-event .featured-info .featured-event-time {
    color: #463f31; }
  .featured-event .featured-info .featured-categories {
    color: #aea885; }
    .featured-event .featured-info .featured-categories .category {
      color: #463f31; }
      .featured-event .featured-info .featured-categories .category:after {
        content: ", ";
        color: #aea885; }
      .featured-event .featured-info .featured-categories .category:last-child:after {
        content: ""; }
  .featured-event .featured-info .featured-event-summary {
    color: #463f31; }
    .featured-event .featured-info .featured-event-summary a {
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      -ms-transition: color 0.1s linear;
      -o-transition: color 0.1s linear;
      transition: color 0.1s linear;
      color: #9a8f78; }
      .featured-event .featured-info .featured-event-summary a:hover {
        color: #80755f; }
  .featured-event .featured-info .mobile-title-line {
    color: #463f31; }

.events-list .month-label {
  color: #fff;
  background: #86c519; }
  @media (max-width: 768px) {
    .events-list .month-label:before, .events-list .month-label:after {
      background: #86c519; } }

.events-list .list-info-block {
  border-bottom: 1px solid #dddacb;
  color: #463f31; }
  .events-list .list-info-block .list-title a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #463f31; }
    .events-list .list-info-block .list-title a:hover {
      color: #191712; }
    @media (max-width: 768px) {
      .events-list .list-info-block .list-title a {
        -webkit-transition: color 0.1s linear;
        -moz-transition: color 0.1s linear;
        -ms-transition: color 0.1s linear;
        -o-transition: color 0.1s linear;
        transition: color 0.1s linear;
        color: #86c519; }
        .events-list .list-info-block .list-title a:hover {
          color: #618f12; } }

.event-detail .event-detail-title {
  color: #463f31; }

.event-detail-info {
  color: #463f31; }
  .event-detail-info .event-detail-coordinator a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #9a8f78; }
    .event-detail-info .event-detail-coordinator a:hover {
      color: #7a705b; }

.event-detail .event-right .more-events {
  color: #463f31;
  background-color: #dddacb; }
  .event-detail .event-right .more-events a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #86c519; }
    .event-detail .event-right .more-events a:hover {
      color: #618f12; }

.mobile-event-map-button, .event-map-button {
  color: #39540b;
  font-weight: 400 !important;
  color: #fff;
  background-color: #86c519; }
  .mobile-event-map-button:hover, .event-map-button:hover {
    background: #95dc1c; }

.events-calendar .calendar caption {
  color: #fff;
  background-color: #86c519; }
  .events-calendar .calendar caption .prevMonth a, .events-calendar .calendar caption .nextMonth a {
    border-right: 1px solid #618f12; }
    .events-calendar .calendar caption .prevMonth a:hover, .events-calendar .calendar caption .nextMonth a:hover {
      background-color: #95dc1c; }

.events-calendar .calendar thead, .events-calendar .calendar td {
  background-color: #f1f0ea;
  background-color: white; }

.events-calendar .calendar thead {
  color: #847e58;
  border: 1px solid #c8c4ad; }

.events-calendar .calendar td {
  color: #9f9970;
  border: 1px solid #c8c4ad; }

.events-calendar .calendar li > a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #463f31; }
  .events-calendar .calendar li > a:hover {
    color: #736851; }

.events-list .category-button, .events-calendar .category-button {
  color: #fff;
  background: #77ae16;
  border: 1px solid #618f12; }
  .events-list .category-button:hover, .events-calendar .category-button:hover {
    background: #8fd31b; }
  .events-list .category-button:after, .events-calendar .category-button:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5.5px solid transparent;
    border-right: 5.5px solid transparent;
    border-top: 6px solid #fff; }

.events-list .category-box, .events-calendar .category-box {
  background: #fff;
  -webkit-box-shadow: 0 2px 9px rgba(207, 204, 201, 0.68);
  -moz-box-shadow: 0 2px 9px rgba(207, 204, 201, 0.68);
  -ms-box-shadow: 0 2px 9px rgba(207, 204, 201, 0.68);
  -o-box-shadow: 0 2px 9px rgba(207, 204, 201, 0.68);
  box-shadow: 0 2px 9px rgba(207, 204, 201, 0.68); }
  .events-list .category-box:before, .events-calendar .category-box:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 6px solid #fff; }

.events-list .category-box, .events-calendar .category-box {
  color: #463f31; }

.events-list .event-mobile-filter, .events-calendar .event-mobile-filter {
  color: #fff;
  border: 1px solid #c8c4ad;
  background-color: #c8c4ad; }
  .events-list .event-mobile-filter:hover, .events-calendar .event-mobile-filter:hover {
    background-color: #b4ae8e; }

.event-hover-outer {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(207, 204, 201, 0.68);
  -moz-box-shadow: 0 1px 5px rgba(207, 204, 201, 0.68);
  -ms-box-shadow: 0 1px 5px rgba(207, 204, 201, 0.68);
  -o-box-shadow: 0 1px 5px rgba(207, 204, 201, 0.68);
  box-shadow: 0 1px 5px rgba(207, 204, 201, 0.68); }
  .event-hover-outer .event-hover-title {
    color: #463f31; }
    .event-hover-outer .event-hover-title a {
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      -ms-transition: color 0.1s linear;
      -o-transition: color 0.1s linear;
      transition: color 0.1s linear;
      color: #86c519; }
      .event-hover-outer .event-hover-title a:hover {
        color: #a5e536; }
  .event-hover-outer .event-hover-desc {
    color: #736851; }
    .event-hover-outer .event-hover-desc a {
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      -ms-transition: color 0.1s linear;
      -o-transition: color 0.1s linear;
      transition: color 0.1s linear;
      color: #9a8f78; }
      .event-hover-outer .event-hover-desc a:hover {
        color: #80755f; }

.sermon-index .media-top .sermon-podcast-button {
  color: #463f31;
  background-color: #f1f0ea;
  border: 1px solid #b4ae8e; }
  .sermon-index .media-top .sermon-podcast-button:hover {
    color: #f1f0ea;
    background-color: #b4ae8e; }

.sermon-index .media-top .style-wrap-arrow:after {
  right: 20px; }

.sermon-index .media-top .sermon-mobile-filter {
  color: #fff;
  border: 1px solid #c8c4ad;
  border-bottom: 1px solid #c0bca1;
  background-color: #c8c4ad; }
  .sermon-index .media-top .sermon-mobile-filter:hover {
    background-color: #b4ae8e; }

.media .tabset.sort-tabs {
  border: 0; }
  .media .tabset.sort-tabs span {
    border: 0;
    color: #fff;
    background-color: #ccc9b3;
    border-bottom: 1px solid #c0bca1; }
    .media .tabset.sort-tabs span:hover {
      background-color: #c0bca1; }
    .media .tabset.sort-tabs span.current {
      background-color: #86c519;
      border-bottom: 1px solid #74aa16; }
  .media .tabset.sort-tabs li:last-child span {
    border-right: 0; }

.filter-by-info {
  color: #c0bca1; }

.series-hidden .series-hidden-title {
  color: #463f31; }

.series-hidden .series-hidden-button {
  color: #fff;
  background-color: #ccc9b3;
  border-bottom: 1px solid #c0bca1; }
  .series-hidden .series-hidden-button:hover {
    background-color: #c0bca1; }

.current-series.sermon-index-view .series-banner {
  background: #86c519; }
  .current-series.sermon-index-view .series-banner .current-series-info {
    color: #fff; }
    .current-series.sermon-index-view .series-banner .current-series-info h4 {
      color: #1f2e06; }
    .current-series.sermon-index-view .series-banner .current-series-info a {
      color: #c8c4ad; }
  .current-series.sermon-index-view .series-banner .left-banner, .current-series.sermon-index-view .series-banner .right-banner {
    background: #86c519; }
  .current-series.sermon-index-view .series-banner:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 29px solid transparent;
    border-right: 29px solid transparent;
    border-top: 14px solid #86c519; }

.all-sermons.sermon-index-view {
  border-top: 1px solid #d2cfbc; }

.sermon-listing {
  border-bottom: 1px solid #d2cfbc; }
  .sermon-listing .sermon-listing-info {
    color: #463f31; }
    .sermon-listing .sermon-listing-info .sermon-listing-title {
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      -ms-transition: color 0.1s linear;
      -o-transition: color 0.1s linear;
      transition: color 0.1s linear;
      color: #463f31; }
      .sermon-listing .sermon-listing-info .sermon-listing-title:hover {
        color: #191712; }
    .sermon-listing .sermon-listing-info .sermon-listing-details a {
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      -ms-transition: color 0.1s linear;
      -o-transition: color 0.1s linear;
      transition: color 0.1s linear;
      color: #9a8f78; }
      .sermon-listing .sermon-listing-info .sermon-listing-details a:hover {
        color: #80755f; }

.sermon-listing-tabs {
  -webkit-box-shadow: 0 1px 6px #e7e5db;
  -moz-box-shadow: 0 1px 6px #e7e5db;
  -ms-box-shadow: 0 1px 6px #e7e5db;
  -o-box-shadow: 0 1px 6px #e7e5db;
  box-shadow: 0 1px 6px #e7e5db; }
  @media (max-width: 768px) {
    .sermon-listing-tabs {
      box-shadow: none; } }
  .sermon-listing-tabs .sermon-media-tab {
    color: #463f31;
    background-color: #fff;
    margin-right: 1px; }
    .sermon-listing-tabs .sermon-media-tab:hover {
      background-color: #dddacb; }
    @media (max-width: 768px) {
      .sermon-listing-tabs .sermon-media-tab {
        margin-right: 0; } }
  .sermon-listing-tabs li:last-child .sermon-media-tab {
    margin-right: 0; }
  .sermon-listing-tabs .downloads-tab:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #463f31; }
  .sermon-listing-tabs .sermon-downloads {
    -webkit-box-shadow: 0 1px 6px #e7e5db;
    -moz-box-shadow: 0 1px 6px #e7e5db;
    -ms-box-shadow: 0 1px 6px #e7e5db;
    -o-box-shadow: 0 1px 6px #e7e5db;
    box-shadow: 0 1px 6px #e7e5db; }
    .sermon-listing-tabs .sermon-downloads a, .sermon-listing-tabs .sermon-downloads i {
      color: #463f31; }
    .sermon-listing-tabs .sermon-downloads li {
      background-color: #fff;
      margin-bottom: 1px; }
      .sermon-listing-tabs .sermon-downloads li:hover {
        background-color: #dddacb; }
      .sermon-listing-tabs .sermon-downloads li:last-child {
        margin-bottom: 0; }

.filter-series .series-group:hover .series-title {
  color: #221f18; }

.filter-series .series-title {
  color: #463f31; }

.filter-date h4 {
  color: #f1f0ea;
  background: #463f31; }

.filter-date li {
  color: #beb99e; }
  .filter-date li a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #86c519; }
    .filter-date li a:hover {
      color: #486a0e; }

.filter-date .sermon-year-button {
  -webkit-box-shadow: 0 1px 3px #e7e5db;
  -moz-box-shadow: 0 1px 3px #e7e5db;
  -ms-box-shadow: 0 1px 3px #e7e5db;
  -o-box-shadow: 0 1px 3px #e7e5db;
  box-shadow: 0 1px 3px #e7e5db;
  color: #463f31;
  background: #fff; }
  .filter-date .sermon-year-button:hover {
    color: #fff;
    background: #86c519; }

.filter-scripture h4 {
  color: #f1f0ea;
  background: #463f31; }

.filter-scripture li {
  color: #beb99e; }
  .filter-scripture li a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #86c519; }
    .filter-scripture li a:hover {
      color: #486a0e; }
  .filter-scripture li span {
    color: #fff;
    background-color: #cecbb6; }

.filter-speaker {
  color: #463f31; }
  .filter-speaker h4 {
    color: #f1f0ea;
    background: #463f31; }
  .filter-speaker .speaker-block {
    border-bottom: 1px solid #d2cfbc; }
    .filter-speaker .speaker-block:last-child {
      border-bottom: 0; }
    .filter-speaker .speaker-block .speaker-info a {
      color: #86c519;
      border-bottom: 1px solid #86c519; }
      .filter-speaker .speaker-block .speaker-info a:hover {
        color: #486a0e;
        border-bottom: 1px solid #486a0e; }
    .filter-speaker .speaker-block .speaker-page-button {
      -webkit-box-shadow: 0 1px 4px #e7e5db;
      -moz-box-shadow: 0 1px 4px #e7e5db;
      -ms-box-shadow: 0 1px 4px #e7e5db;
      -o-box-shadow: 0 1px 4px #e7e5db;
      box-shadow: 0 1px 4px #e7e5db;
      color: #463f31;
      background: #fff; }
      .filter-speaker .speaker-block .speaker-page-button:hover {
        color: #fff;
        background: #86c519; }

.filter-topic h4 {
  color: #f1f0ea;
  background: #463f31; }

.filter-topic li {
  color: #beb99e; }
  .filter-topic li a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #86c519; }
    .filter-topic li a:hover {
      color: #486a0e; }
  .filter-topic li span {
    color: #fff;
    background-color: #cecbb6; }

.sermon-detail .sermon-detail-top {
  color: #463f31; }
  .sermon-detail .sermon-detail-top p span a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #9a8f78; }
    .sermon-detail .sermon-detail-top p span a:hover {
      color: #80755f; }
  .sermon-detail .sermon-detail-top .sermon-listing-tabs {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 0; }
    .sermon-detail .sermon-detail-top .sermon-listing-tabs .sermon-media-tab {
      -webkit-box-shadow: 0 1px 4px #e7e5db;
      -moz-box-shadow: 0 1px 4px #e7e5db;
      -ms-box-shadow: 0 1px 4px #e7e5db;
      -o-box-shadow: 0 1px 4px #e7e5db;
      box-shadow: 0 1px 4px #e7e5db; }

.sermon-detail .cms-output {
  border-top: 1px solid #d2cfbc;
  padding-top: 20px; }

.sermon-detail .sermon-detail-right .more-sermons {
  color: #463f31;
  background-color: #dddacb; }
  .sermon-detail .sermon-detail-right .more-sermons a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #86c519; }
    .sermon-detail .sermon-detail-right .more-sermons a:hover {
      color: #618f12; }

.sermon-detail .sermon-detail-right .speaker-detail-button {
  color: #39540b;
  font-weight: 400 !important;
  color: #fff;
  background-color: #86c519; }
  .sermon-detail .sermon-detail-right .speaker-detail-button:hover {
    background: #95dc1c; }

#subpage #churches .cf-tabs {
  border: 2px solid #86c519;
  border-radius: 4px; }
  #subpage #churches .cf-tabs li {
    color: #86c519;
    background: #fff; }
    #subpage #churches .cf-tabs li:hover {
      background-color: #86c519;
      color: #fff; }
  #subpage #churches .cf-tabs li.current {
    background: #86c519;
    color: #fff; }

#subpage #churches .cf-map .cf-infobox-content {
  background: #fff; }

#subpage #churches .cf-list-tab-holder.cf-tab ul li {
  background-color: #ccc9b3;
  color: #fff;
  border-bottom: 1px solid #c0bca1; }

#subpage #churches .cf-list-tab-holder.cf-tab ul li.current {
  background-color: #86c519;
  border-bottom: 1px solid #74aa16; }

#subpage #churches .cf-list-tab-holder.cf-tab ul li:hover {
  background-color: #c0bca1;
  border-bottom: 1px solid #c0bca1; }

#subpage #churches .cf-header-bar {
  background: #86c519;
  border: 1px solid #86c519; }
  #subpage #churches .cf-header-bar label {
    color: #fff; }
    #subpage #churches .cf-header-bar label .select {
      text-shadow: 0 0 1px #86c519; }
  #subpage #churches .cf-header-bar a {
    background: #fff;
    color: #86c519; }
    #subpage #churches .cf-header-bar a:hover {
      background-color: #e7e5db; }

#subpage #churches div.cf-church-by-continent div.cf-continent div.cf-continent-church {
  border-bottom: 1px solid #d2cfbc; }
  #subpage #churches div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info h4 a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #463f31; }
    #subpage #churches div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info h4 a:hover {
      color: #191712; }
  #subpage #churches div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-details a {
    background-color: #fff;
    color: #463f31;
    border: 1px solid #d2cfbc;
    -webkit-box-shadow: 0 1px 6px #e7e5db;
    -moz-box-shadow: 0 1px 6px #e7e5db;
    -ms-box-shadow: 0 1px 6px #e7e5db;
    -o-box-shadow: 0 1px 6px #e7e5db;
    box-shadow: 0 1px 6px #e7e5db;
    color: #463f31;
    background-color: #fff;
    border: 1px solid #dddacb; }
    @media (max-width: 768px) {
      #subpage #churches div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-details a {
        -webkit-box-shadow: 0 1px 6px #e7e5db;
        -moz-box-shadow: 0 1px 6px #e7e5db;
        -ms-box-shadow: 0 1px 6px #e7e5db;
        -o-box-shadow: 0 1px 6px #e7e5db;
        box-shadow: 0 1px 6px #e7e5db; } }
    #subpage #churches div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-details a:hover {
      background-color: #dddacb;
      color: #463f31; }

div#church #event-content ul#event-meta li {
  color: #463f31; }

#gmap p.full a {
  color: #39540b;
  font-weight: 400 !important;
  color: #fff;
  background-color: #86c519; }
  #gmap p.full a:hover {
    background: #95dc1c; }

.small-groups #content .media .groups-header.media-top ::-webkit-input-placeholder {
  color: #645a46 !important; }

.small-groups #content .media .groups-header.media-top ::-moz-placeholder {
  /* Firefox 19+ */
  color: #645a46 !important; }

.small-groups #content .media .groups-header.media-top :-ms-input-placeholder {
  color: #645a46 !important; }

.small-groups #content .media .groups-header.media-top .search-box {
  background: #fff; }

.small-groups #content .media .groups-header.media-top .group-search-icon {
  color: #9a8f78; }

.small-groups #content .media .groups-tagging {
  color: #463f31; }
  .small-groups #content .media .groups-tagging .group-tags li {
    border: 1px solid #c7bfaf; }
    @media (max-width: 768px) {
      .small-groups #content .media .groups-tagging .group-tags li {
        border: none; } }
    .small-groups #content .media .groups-tagging .group-tags li:last-child {
      border: 0; }
    .small-groups #content .media .groups-tagging .group-tags li span {
      color: #b2a791; }
      .small-groups #content .media .groups-tagging .group-tags li span:hover {
        color: #9a8f78; }
  .small-groups #content .media .groups-tagging .clear-all-button {
    color: #9a8f78; }
    .small-groups #content .media .groups-tagging .clear-all-button:hover {
      color: #b0a795; }

.small-groups #content .media .groups-data thead tr {
  background: #86c519; }
  .small-groups #content .media .groups-data thead tr td {
    color: #fff; }
  .small-groups #content .media .groups-data thead tr select {
    color: #fff;
    background: #77ae16;
    border: 1px solid #588110; }
    .small-groups #content .media .groups-data thead tr select:hover {
      background: #8cce1a; }
  .small-groups #content .media .groups-data thead tr .select-wrap {
    position: relative; }
    .small-groups #content .media .groups-data thead tr .select-wrap:after {
      content: "";
      width: 0;
      height: 0;
      border-left: 5.5px solid transparent;
      border-right: 5.5px solid transparent;
      border-top: 6px solid #fff;
      position: absolute;
      top: 16px;
      right: 27px; }
      @media (max-width: 1260px) {
        .small-groups #content .media .groups-data thead tr .select-wrap:after {
          right: 12px; } }

.small-groups #content .media .groups-data tbody {
  color: #554d3c; }
  .small-groups #content .media .groups-data tbody tr.visible:nth-last-child(3) td, .small-groups #content .media .groups-data tbody tr.visible:nth-last-child(2) td {
    border-bottom: 1px solid #bfb9b6; }
  .small-groups #content .media .groups-data tbody tr.visible:nth-last-child(3).shown td {
    border-bottom: 0; }
  .small-groups #content .media .groups-data tbody tr.visible td {
    border-top: 1px solid #bfb9b6;
    background-color: transparent; }
    .small-groups #content .media .groups-data tbody tr.visible td:first-child {
      border-left: 1px solid #f1f0ea; }
    .small-groups #content .media .groups-data tbody tr.visible td:last-child {
      border-right: 1px solid #f1f0ea; }
  .small-groups #content .media .groups-data tbody tr.visible:first-child td {
    border-top: 0; }
  .small-groups #content .media .groups-data tbody tr.visible:first-child.shown td {
    border-top: 1px solid #bfb9b6; }
  .small-groups #content .media .groups-data tbody tr.visible .show-button {
    color: #c7bfaf; }
    .small-groups #content .media .groups-data tbody tr.visible .show-button.shown {
      color: #463f31; }
  .small-groups #content .media .groups-data tbody tr.visible.shown td:first-child {
    border-left: 1px solid #bfb9b6; }
  .small-groups #content .media .groups-data tbody tr.visible.shown td:last-child {
    border-right: 1px solid #bfb9b6; }
  @media (max-width: 1260px) {
    .small-groups #content .media .groups-data tbody tr.visible.shown td:nth-child(4) {
      border-right: 1px solid #bfb9b6; } }
  .small-groups #content .media .groups-data tbody tr.hidden td {
    border-right: 1px solid #bfb9b6;
    border-left: 1px solid #bfb9b6; }
  .small-groups #content .media .groups-data tbody tr.hidden:nth-last-child(2) td {
    border-bottom: 1px solid #bfb9b6; }
  .small-groups #content .media .groups-data tbody tr.hidden .hidden-content h3 {
    color: #86c519; }
  .small-groups #content .media .groups-data tbody tr.hidden .hidden-content strong {
    color: #463f31; }
  .small-groups #content .media .groups-data tbody tr.shown {
    background: #fff; }
    .small-groups #content .media .groups-data tbody tr.shown .email-leader-button {
      color: #fff;
      background: #9a8f78; }
      .small-groups #content .media .groups-data tbody tr.shown .email-leader-button:hover {
        background: #aba28f; }

.small-groups #content .media .groups-pagination li a {
  color: #463f31;
  border-top: 1px solid #bfb9b6;
  border-bottom: 1px solid #bfb9b6; }
  .small-groups #content .media .groups-pagination li a:hover {
    background: #d7d3d1; }

.small-groups #content .media .groups-pagination li:first-child a {
  color: #9a8f78;
  border-left: 1px solid #bfb9b6;
  border-right: 1px solid #bfb9b6; }
  @media (max-width: 768px) {
    .small-groups #content .media .groups-pagination li:first-child a {
      border-right: 0; } }

.small-groups #content .media .groups-pagination li:last-child a {
  color: #9a8f78;
  border-left: 1px solid #bfb9b6;
  border-right: 1px solid #bfb9b6; }

.small-groups #content .media .groups-pagination li:first-child:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 6px solid #9a8f78;
  position: absolute;
  left: 12px;
  top: 4px; }
  @media (max-width: 768px) {
    .small-groups #content .media .groups-pagination li:first-child:before {
      top: 15px; } }

.small-groups #content .media .groups-pagination li:last-child:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #9a8f78;
  position: absolute;
  right: 12px;
  top: 4px; }
  @media (max-width: 768px) {
    .small-groups #content .media .groups-pagination li:last-child:before {
      top: 15px; } }

.small-groups #content .media .groups-pagination li.active a {
  color: #fff;
  background: #9a8f78; }

.small-groups #content .media .groups-pagination .disabled a {
  color: #c7bfaf !important; }

.small-groups #content .media .groups-pagination .disabled:first-child:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 6px solid #c7bfaf; }

.small-groups #content .media .groups-pagination .disabled:last-child:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #c7bfaf; }

.groups-modal-wrap.wrap-background, .footer-overlay.wrap-background {
  background-color: rgba(130, 130, 130, 0.4); }

.groups-modal {
  color: #463f31;
  background: #fff;
  -webkit-box-shadow: 0 5px 29px rgba(4, 4, 4, 0.22);
  -moz-box-shadow: 0 5px 29px rgba(4, 4, 4, 0.22);
  -ms-box-shadow: 0 5px 29px rgba(4, 4, 4, 0.22);
  -o-box-shadow: 0 5px 29px rgba(4, 4, 4, 0.22);
  box-shadow: 0 5px 29px rgba(4, 4, 4, 0.22); }
  .groups-modal .groups-modal-close {
    color: #463f31; }
    .groups-modal .groups-modal-close:hover {
      color: #887a5f; }
  .groups-modal input, .groups-modal textarea {
    border: 1px solid rgba(4, 4, 4, 0.15);
    -webkit-box-shadow: inset 2.5px 4.3px 5px rgba(4, 4, 4, 0.02);
    -moz-box-shadow: inset 2.5px 4.3px 5px rgba(4, 4, 4, 0.02);
    -ms-box-shadow: inset 2.5px 4.3px 5px rgba(4, 4, 4, 0.02);
    -o-box-shadow: inset 2.5px 4.3px 5px rgba(4, 4, 4, 0.02);
    box-shadow: inset 2.5px 4.3px 5px rgba(4, 4, 4, 0.02); }
  .groups-modal .email-submit-button {
    border: 0;
    color: #fff;
    background: #9a8f78; }
    .groups-modal .email-submit-button:hover {
      background: #aba28f; }
  .groups-modal .status.success li {
    color: #9a8f78; }

.campus-selector {
  color: #463f31; }
  .campus-selector h5 {
    color: #4f4737; }
  .campus-selector span {
    background: #fff; }
    .campus-selector span:after {
      content: "";
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 6px solid #463f31;
      position: absolute;
      content: "";
      top: 12px;
      right: 10px; }
  .campus-selector .campus-list {
    background: #fff; }
    .campus-selector .campus-list a {
      color: #463f31;
      background: #fff; }
      .campus-selector .campus-list a:hover {
        color: #fff;
        background: #9a8f78; }

.campus-selector-v2 {
  background: #86c519; }
  .campus-selector-v2 .campus-selector-tabs h5 {
    color: #fff; }
  .campus-selector-v2 .campus-selector-tabs a {
    background: #95dc1c;
    color: #2a3d08; }
    .campus-selector-v2 .campus-selector-tabs a:hover {
      background: #b5ea5a; }
  .campus-selector-v2 .campus-selector-tabs li.current a {
    background: #b5ea5a; }
  .campus-selector-v2 .campus-selector-dropdown h5 {
    color: #fff;
    background: #95dc1c; }
    .campus-selector-v2 .campus-selector-dropdown h5:hover {
      background: #a1e42d; }
    .campus-selector-v2 .campus-selector-dropdown h5.open {
      background: #95dc1c !important; }
  .campus-selector-v2 .campus-selector-dropdown a {
    color: #2a3d08;
    background: #95dc1c; }
    .campus-selector-v2 .campus-selector-dropdown a:hover {
      color: #fff;
      background: #2a3d08; }

body#subpage .cms-output .cpm_password_protection span#lock {
  background-image: url("https://cpmlightsail2.com/modules/lock.png"); }

body#subpage .cms-output .cpm_password_protection input#cpm-page-password {
  border: 1px solid #463f31; }

body#subpage .cms-output .cpm_password_protection input#cpm-password-btn {
  border: 1px solid #86c519;
  background: #86c519;
  color: #fff; }

body#online-service {
  background-color: #f1f0ea; }
  body#online-service a.rtBibleRef {
    border: 2px solid #86c519; }
  body#online-service #mobile-menu-layout {
    background: #86c519; }
    body#online-service #mobile-menu-layout ul li a {
      color: #fff; }
  body#online-service #sunday-archive {
    background: #fff; }
    body#online-service #sunday-archive h4 {
      color: #463f31; }
    body#online-service #sunday-archive ul li a {
      color: #463f31; }
  body#online-service header {
    background-color: #463f31; }
    body#online-service header section.top-wrapper span ul li {
      color: #fff; }
      body#online-service header section.top-wrapper span ul li:hover a#list-archive:after {
        content: '';
        width: 0px;
        height: 0px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 14px solid #fff;
        display: block;
        position: absolute;
        margin-top: 16px;
        padding: 0;
        transform: translateX(50%);
        right: 50%; }
      body#online-service header section.top-wrapper span ul li:hover ul {
        background: #fff; }
        body#online-service header section.top-wrapper span ul li:hover ul li a {
          color: #463f31; }
      body#online-service header section.top-wrapper span ul li a {
        color: #fff; }
    body#online-service header section.top-wrapper span button {
      color: #fff;
      background: #86c519; }
    body#online-service header .media-container h3 {
      color: #86c519; }
    body#online-service header .media-container span {
      color: #86c519; }
    body#online-service header section.header-buttons button {
      color: #fff;
      border: 1PX SOLID #e0e0e0; }
  body#online-service section#service-resources {
    background-color: #fff; }
    body#online-service section#service-resources .resource-bar {
      border-BOTTOM: 1px solid #463f31;
      box-shadow: 0 4px 24px -4px rgba(207, 204, 201, 0.68); }
      body#online-service section#service-resources .resource-bar h3 {
        color: #463f31; }
      body#online-service section#service-resources .resource-bar span#down-arrow g {
        FILL: #463f31; }
      @media (max-width: 768px) {
        body#online-service section#service-resources .resource-bar #resource-list {
          background: #fff; } }
      body#online-service section#service-resources .resource-bar #resource-list a {
        color: #86c519; }
        body#online-service section#service-resources .resource-bar #resource-list a span.arrow .arrow::before, body#online-service section#service-resources .resource-bar #resource-list a span.arrow .arrow .arrow::before {
          background-color: #86c519; }
    body#online-service section#service-resources div#service-order h3 {
      color: #463f31; }
    body#online-service section#service-resources div#service-order p {
      color: #463f31; }
    body#online-service section#service-resources div#service-order a {
      color: #86c519; }
    body#online-service section#service-resources div#service-order ul li {
      color: #463f31; }
      body#online-service section#service-resources div#service-order ul li a {
        color: #86c519; }
    body#online-service section#service-resources div#info-block {
      border: 1px solid #e7e5db; }
      body#online-service section#service-resources div#info-block h3 {
        color: #463f31; }
      body#online-service section#service-resources div#info-block p {
        color: #463f31; }
      body#online-service section#service-resources div#info-block a {
        color: #86c519; }
  body#online-service section#announcments-block {
    background-color: #e7e5db; }
    body#online-service section#announcments-block #announcements-wrapper h3 {
      color: #463f31; }
    body#online-service section#announcments-block #announcements-wrapper .announcement .announcement-metadata h4 a {
      color: #463f31; }
    body#online-service section#announcments-block #announcements-wrapper .announcement .announcement-metadata p {
      color: #463f31; }
    body#online-service section#announcments-block #announcements-wrapper .announcement .announcement-metadata a {
      color: #86c519; }
  body#online-service footer .footer-wrapper .footer-copy p.copyright {
    color: #463f31; }
  body#online-service footer .footer-wrapper .footer-copy p.cpm {
    color: #86c519; }
    body#online-service footer .footer-wrapper .footer-copy p.cpm a {
      color: #86c519; }
  body#online-service footer .footer-wrapper button.back-links {
    color: #fff;
    background: #86c519; }

.arrow {
  margin: 25px;
  display: inline-block;
  height: 6px;
  position: absolute;
  width: 6px;
  display: inline-block;
  position: relative;
  right: 0;
  top: 0;
  margin-bottom: 0px;
  margin-left: 16px; }
  .arrow::after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: '';
    display: inline-block;
    height: 6px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 6px; }
  .arrow.is-check::after {
    width: 3px; }
  .arrow.arrow-bar::before {
    bottom: 1px;
    content: '';
    height: 13px;
    position: absolute;
    right: -1px;
    transform-origin: bottom;
    width: 2px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .arrow.is-bottom {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .arrow::after,
  .arrow .arrow::after {
    border-color: #86c519; }
  .arrow.is-triangle::after,
  .arrow .arrow.is-triangle::after {
    border-color: transparent;
    border-bottom-color: #86c519; }
  .arrow::before,
  .arrow .arrow::before {
    background-color: #86c519; }

header #social a:hover {
  color: #7ab80e; }

#widgets .widget .widget-top .view-all-button:hover {
  border: 1px solid #6f9f1b; }

#content .left-col #side_nav #side_nav_toplevel {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f9f9f6));
  background: -webkit-linear-gradient(top, #fff 0%, #f9f9f6 100%);
  background: -moz-linear-gradient(top, #fff 0%, #f9f9f6 100%);
  background: -ms-linear-gradient(top, #fff 0%, #f9f9f6 100%);
  background: -o-linear-gradient(top, #fff 0%, #f9f9f6 100%);
  background: linear-gradient(to bottom, #fff 0%, #f9f9f6 100%); }

#content .right-col .cms-output a {
  text-decoration: underline; }
  #content .right-col .cms-output a:hover {
    color: #91ce28; }

#mobile-nav .mobile-search .search-input {
  background: #d0cec8; }

.current-series.sermon-index-view .series-banner {
  background: #423b30; }

.current-series.sermon-index-view .series-banner .left-banner, .current-series.sermon-index-view .series-banner .right-banner {
  background: #423b30; }

.current-series.sermon-index-view .series-banner:after {
  border-top: 14px solid #423b30; }

.current-series.sermon-index-view .series-banner .current-series-info h4 {
  color: #a19e94; }

.media .tabset.sort-tabs span {
  border: 0;
  color: #fff;
  background-color: #cccac1;
  border-bottom: 1px solid #cccac1; }

.media .tabset.sort-tabs span:hover {
  background-color: #bbb9af;
  border-bottom: 1px solid #bbb9af; }

.sermon-listing-tabs .sermon-media-tab:hover {
  background-color: #e0dfd8; }

.sermon-listing-tabs .sermon-downloads li:hover {
  background-color: #88c32e;
  color: #fff; }

@media (min-width: 769px) {
  header .service-times p {
    line-height: 22px;
    text-align: right; } }

header .service-times p a {
  color: #7ab80e; }
  header .service-times p a:hover {
    text-decoration: underline; }

header #social .map:hover {
  color: #fff !important;
  background: #7ab80e !important; }

#nav li ul li.children-arrow > a:after {
  content: "";
  content: "";
  width: 0;
  height: 0;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 5px solid #463f31;
  position: absolute;
  right: 15px;
  top: 22px; }
