﻿@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic|Oswald:400,700);
/* FONTS */
@font-face {
  font-family: "elexicon";
  src: url("http://elexioamp.com/resources/elexicons/elexicon.eot");
  src: url("http://elexioamp.com/resources/elexicons/elexicon.eot?#iefix") format("embedded-opentype"), url("http://elexioamp.com/resources/elexicons/elexicon.woff") format("woff"), url("http://elexioamp.com/resources/elexicons/elexicon.ttf") format("truetype"), url("http://elexioamp.com/resources/elexicons/elexicon.svg#elexicon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "elexicon_social";
  src: url("http://elexioamp.com/resources/elexicons/elexicon-social.eot");
  src: url("http://elexioamp.com/resources/elexicons/elexicon-social.eot?#iefix") format("embedded-opentype"), url("http://elexioamp.com/resources/elexicons/elexicon-social.woff") format("woff"), url("http://elexioamp.com/resources/elexicons/elexicon-social.ttf") format("truetype"), url("http://elexioamp.com/resources/elexicons/elexicon-social.svg#elexicon_social") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gretnaglenicon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#gretnaglenicon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* VARIABLES */
/* MIXINS */
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.inline-block {
  display: inline-block;
  vertical-align: top;
}
.radio-button {
  background-color: rgba(55, 55, 55, 0.1);
  border: 1px solid rgba(55, 55, 55, 0.1);
  cursor: pointer;
  height: 13px;
  width: 13px;
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* CUSTOMIZATIONS */
.bgoverlay {
  height: 100%;
  min-height: 100%;
  opacity: .5;
  position: fixed;
  top: 0;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.bgpattern {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  z-index: -1;
}
.bgimage {
  background-position: center center;
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* CONTENT & TEXT STYLES */
.content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content ul,
.content ol {
  color: #413d38;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5em;
  margin: 10px 0;
  font-family: 'Lato', sans-serif;
}
.content ul a,
.content ol a {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.content h1,
.content h2,
.content h3 {
  color: #413d38;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 5px 0;
  padding: 0;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.content h1 {
  font-size: 36px;
  font-size: 2.25rem;
}
.content h2 {
  font-size: 30px;
  font-size: 1.875rem;
}
.content h3 {
  color: #c49b64;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: normal;
}
.content p,
.content address {
  color: #413d38;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 20px;
  font-family: 'Lato', sans-serif;
}
.content address {
  font-style: italic;
  margin: 0;
}
.content blockquote {
  border-left: 10px solid #c49b64;
  font-style: italic;
}
.content blockquote:before {
  color: #c49b64;
  margin-right: .15em;
}
.content a {
  color: #c49b64;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.content td {
  color: #413d38;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5em;
  font-family: 'Lato', sans-serif;
}
/* Specific Footer Content Styles */
.footer-content h3 {
  color: #413d38;
  font-size: 18px;
  font-size: 1.125rem;
}
.footer-content p {
  font-size: 16px;
  font-size: 1rem;
}
.footer-content a {
  color: #413d38;
  font-weight: 700;
}
.footer-content a:hover {
  color: #9f753d;
}
/* STYLES */
body {
  font-size: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page {
  height: 100%;
  position: relative;
  width: 100%;
}
.page form {
  height: 100%;
  width: 100%;
}
.page #icon-menu {
  background-color: #c49b64;
  height: auto;
  position: fixed;
  right: 0;
  top: 150px;
  width: 50px;
  z-index: 200;
  -webkit-border-radius: 1px 0 0 1px;
  -moz-border-radius: 1px 0 0 1px;
  border-radius: 1px 0 0 1px;
}
.page #icon-menu #ewsmenu_icons {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 5px 0;
  text-align: center;
  width: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page #icon-menu #ewsmenu_icons li {
  padding: 5px 0;
  display: inline-block;
  vertical-align: top;
}
.page #icon-menu #ewsmenu_icons li a {
  background: no-repeat;
  display: block;
  padding: 0;
  height: 32px;
  width: 32px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.page .slideshow .home-slideshow {
  min-width: 940px;
}
.page .slideshow .home-slideshow div[id$="controls_container"] div {
  top: 42%;
}
.page .slideshow .home-slideshow div[id$="controls_container"] div div span[id$="prev"],
.page .slideshow .home-slideshow div[id$="controls_container"] div div span[id$="next"] {
  height: 150px;
  width: 100px;
}
.page .slideshow .home-slideshow div[id$="controls_container"] div div span[id$="prev"]:after,
.page .slideshow .home-slideshow div[id$="controls_container"] div div span[id$="next"]:after {
  font-size: 96px;
  font-size: 6rem;
  line-height: 150px;
}
.page .slideshow .home-slideshow div[id$="titles_container"] div[id$="titles"] {
  font-size: 30px;
  font-size: 1.875rem;
  height: 100px;
  line-height: 100px;
}
.page header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
}
.page header .utilities {
  background-color: #413d38;
  height: 25px;
  text-align: right;
  width: 100%;
}
.page header .utilities .utilities-container {
  margin: 0 auto;
  max-width: 1340px;
  min-width: 940px;
  overflow: hidden;
  white-space: nowrap;
  width: 90%;
}
.page header .utilities .utilities-container .register,
.page header .utilities .utilities-container .utilities-menu {
  display: inline-block;
  vertical-align: top;
}
.page header .utilities .utilities-container .register {
  margin-right: -5px;
}
.page header .utilities .utilities-container .register a {
  background-color: #c49b64;
  color: #413d38;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 25px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.page header .utilities .utilities-container .utilities-menu {
  margin-left: 15px;
}
.page header .utilities .utilities-container .utilities-menu ul {
  overflow: hidden;
}
.page header .utilities .utilities-container .utilities-menu ul li {
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
}
.page header .utilities .utilities-container .utilities-menu ul li a {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 25px;
  padding: 0;
}
.page header .utilities .utilities-container .utilities-menu ul li:last-of-type {
  margin-right: 0;
}
.page header .logo-nav {
  background-color: rgba(171, 173, 162, 0.9);
  height: 100px;
  width: 100%;
}
.page header .logo-nav .logo-nav-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100px;
  margin: 0 auto;
  max-width: 1340px;
  min-width: 940px;
  width: 90%;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page header .logo-nav .logo-nav-container .logo,
.page header .logo-nav .logo-nav-container .nav {
  display: inline-block;
  vertical-align: top;
}
.page header .logo-nav .logo-nav-container .logo {
  height: 90px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 35%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page header .logo-nav .logo-nav-container .logo .ews_orglogo,
.page header .logo-nav .logo-nav-container .logo .logotext {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.page header .logo-nav .logo-nav-container .logo .ews_orglogo {
  height: 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page header .logo-nav .logo-nav-container .logo .ews_orglogo a img {
  max-width: 100%;
  height: auto;
}
.page header .logo-nav .logo-nav-container .logo .logotext {
  display: none;
  margin-top: 10px;
}
.page header .logo-nav .logo-nav-container .logo .logotext .ews_orgname,
.page header .logo-nav .logo-nav-container .logo .logotext .ews_orgtagline {
  text-align: left;
}
.page header .logo-nav .logo-nav-container .logo .logotext .ews_orgname {
  font-size: 32px;
  font-size: 2rem;
}
.page header .logo-nav .logo-nav-container .logo .logotext .ews_orgtagline {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: -10px;
}
.page header .logo-nav .logo-nav-container .nav {
  width: 65%;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav {
  float: right;
  height: 90px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav .sub {
  display: none;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav .sub ul {
  display: block;
  margin: 0;
  padding: 5px 0 0 0;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li {
  float: left;
  margin: 0 30px 0 0;
  padding: 0;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li:last-of-type {
  margin-right: 0;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li:nth-last-of-type(-n+2) .sub-container {
  left: inherit !important;
  right: 0 !important;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li div ul div li ul li ul {
  display: none !important;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li a {
  color: #413d38;
  display: block;
  font-size: 24px;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 0;
  outline: none;
  line-height: 90px;
  font-family: 'Oswald', sans-serif;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li a:hover {
  color: #9f753d;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li a.dc-mega {
  position: relative;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li:hover {
  color: #9f753d;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li.mega-hover a {
  color: #9f753d;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li.mega-hover a:hover {
  color: #9f753d;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li.selected > a {
  color: #9f753d;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li .sub-container {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li .sub-container.non-mega .sub {
  background-color: rgba(65, 61, 56, 0.95);
  padding: 8px 0;
  width: 180px;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li .sub-container.non-mega li {
  margin: 0;
  padding: 0;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li .sub-container.non-mega li a {
  color: #abada2;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.2em;
  padding: 8px 15px;
  text-align: left;
  font-family: 'Lato', sans-serif;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li .sub-container.non-mega li a:hover {
  color: #c49b64;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li .sub {
  background-color: rgba(171, 173, 162, 0.6);
  margin-top: 5px;
  padding: 20px 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li .sub .row {
  overflow: hidden;
  clear: both;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li .sub .row:last-of-type li.mega-hdr {
  margin-bottom: 0;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li .sub li {
  list-style: none;
  float: none;
  width: 180px;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li .sub li a {
  padding: 8px 15px;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li .sub li.mega-hdr {
  background-color: rgba(65, 61, 56, 0.95);
  float: left;
  margin: 0 10px 20px;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li .sub li.mega-hdr.last {
  margin-right: 0;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li .sub li.mega-hdr li a {
  color: #abada2;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.2em;
  padding: 8px 15px;
  font-family: 'Lato', sans-serif;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li .sub li.mega-hdr li a:hover {
  color: #c49b64;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li .sub li.mega-hdr a.mega-hdr-a {
  background-color: #c49b64;
  color: #413d38;
  font-size: 16px;
  font-size: 1rem;
  height: 35px !important;
  line-height: 1.2em;
  padding: 8px 15px;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li .sub li.mega-hdr a.mega-hdr-a:hover {
  background-color: #c49b64;
  color: #413d38;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li .sub a {
  background: none;
  display: block;
  float: none;
}
.page header .logo-nav .logo-nav-container .nav #ewsmenu_nav li .sub ul li {
  padding-right: 0;
}
.page .callouts {
  display: block;
  margin: 0 auto;
  min-width: 940px;
  padding: 40px;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page .callouts .callout {
  height: auto;
  margin-right: -5px;
  padding-right: 2%;
  width: 32%;
  display: inline-block;
  vertical-align: top;
}
.page .callouts .callout:last-of-type {
  padding-right: 0;
}
.page .callouts .callout .callout-text {
  background-color: #c49b64;
  height: 75px;
  text-align: center;
  width: 100%;
}
.page .callouts .callout .callout-text a {
  color: #413d38;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 75px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.page .callouts .callout .callout-slideshow > div[id^="slideshow"] div[id$="controls_container"] div {
  top: 35%;
}
.page .callouts .callout .callout-slideshow > div[id^="slideshow"] div[id$="controls_container"] div div span[id$="prev"],
.page .callouts .callout .callout-slideshow > div[id^="slideshow"] div[id$="controls_container"] div div span[id$="next"] {
  height: 100px;
  width: 50px;
}
.page .callouts .callout .callout-slideshow > div[id^="slideshow"] div[id$="controls_container"] div div span[id$="prev"]:after,
.page .callouts .callout .callout-slideshow > div[id^="slideshow"] div[id$="controls_container"] div div span[id$="next"]:after {
  font-size: 64px;
  font-size: 3.5rem;
  line-height: 100px;
}
.page .callouts .callout .callout-slideshow > div[id^="slideshow"] div[id$="titles_container"] {
  display: none;
}
.page main {
  display: block;
  min-width: 280px;
  padding: 40px 0 80px;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page main .main-container {
  margin: 0 auto;
  min-width: 940px;
  max-width: 1340px;
  overflow: hidden;
  width: 90%;
}
.page #page-main {
  padding: 205px 0 80px 0;
}
.page #page-main .main-container {
  min-height: 250px;
}
.page #page-main .main-container #contentarea .negative-margin {
  background: none;
  margin-bottom: -20px;
  padding: 0 !important;
}
.page #page-main .main-container #contentarea .negative-margin h1,
.page #page-main .main-container #contentarea .negative-margin h2,
.page #page-main .main-container #contentarea .negative-margin h3,
.page #page-main .main-container #contentarea .negative-margin p {
  margin-bottom: 0;
}
.page #page-main .main-container #contentarea .custom-heading {
  background-color: rgba(65, 61, 56, 0.9);
  color: #c49b64;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: .01em;
  font-weight: 700;
  padding: 40px 40px 0;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Oswald', sans-serif;
}
.page #page-main .main-container .page-content,
.page #page-main .main-container aside {
  display: inline-block;
  vertical-align: top;
}
.page #page-main .main-container .page-content {
  margin-right: -5px;
  width: 70%;
}
.page #page-main .main-container .page-content .ews_slides div[id$="controls_container"] div {
  top: 38%;
}
.page #page-main .main-container .page-content .ews_slides div[id$="controls_container"] div div span[id$="prev"],
.page #page-main .main-container .page-content .ews_slides div[id$="controls_container"] div div span[id$="next"] {
  height: 115px;
  width: 65px;
}
.page #page-main .main-container .page-content .ews_slides div[id$="controls_container"] div div span[id$="prev"]:after,
.page #page-main .main-container .page-content .ews_slides div[id$="controls_container"] div div span[id$="next"]:after {
  font-size: 64px;
  font-size: 4rem;
  line-height: 115px;
}
.page #page-main .main-container aside {
  margin-left: 4%;
  width: 26%;
}
.page #page-main .main-container aside #sticker-sticky-wrapper .side-bar .page-subnav {
  margin-bottom: 20px;
}
.page #page-main .main-container aside #sticker-sticky-wrapper .side-bar .page-subnav .subnav-heading,
.page #page-main .main-container aside #sticker-sticky-wrapper .side-bar .page-subnav .subnav {
  background-color: rgba(65, 61, 56, 0.9);
}
.page #page-main .main-container aside #sticker-sticky-wrapper .side-bar .page-subnav .subnav-heading {
  color: #c49b64;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding: 40px 40px 0;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.page #page-main .main-container aside #sticker-sticky-wrapper .side-bar .page-subnav .subnav ul {
  padding: 0 0 35px;
}
.page #page-main .main-container aside #sticker-sticky-wrapper .side-bar .page-subnav .subnav ul li a {
  padding: 5px 40px;
}
.page footer {
  display: block;
  position: relative;
  width: 100%;
}
.page footer .sitemap,
.page footer .credits {
  width: 100%;
}
.page footer .sitemap-container,
.page footer .credits-container {
  margin: 0 auto;
  max-width: 1320px;
  min-width: 940px;
  overflow: hidden;
  padding: 40px 0;
  width: 90%;
}
.page footer .sitemap {
  background-color: rgba(65, 61, 56, 0.9);
}
.page footer .sitemap .sitemap-container .sitemap-content-container {
  height: auto;
  margin-right: -5px;
  padding: 0 2%;
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.page footer .sitemap .sitemap-container .sitemap-content-container:first-of-type {
  padding-left: 0;
}
.page footer .sitemap .sitemap-container .sitemap-content-container:last-of-type {
  padding-right: 0;
}
.page footer .sitemap .sitemap-container .sitemap-content-container .sitemap-header {
  color: #c49b64;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.page footer .sitemap .sitemap-container .sitemap-content-container .sitemap-header a {
  color: #c49b64;
  text-decoration: none;
}
.page footer .sitemap .sitemap-container .sitemap-content-container .sitemap-menu ul li a {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  padding: 0 0 5px 0;
}
.page footer .credits {
  background-color: rgba(171, 173, 162, 0.9);
}
.page footer .credits .credits-container {
  text-align: center;
}
.page footer .credits .credits-container .footer-content .elexio {
  font-size: 14px;
  font-size: .875rem;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.page footer .credits .credits-container .footer-content .elexio a:hover {
  color: #413d38;
}
/* EDIT MODE ADJUSTMENTS */
html.editoron body.mean-container .mean-bar {
  display: none !important;
}
html.editoron body .page {
  margin-top: 38px;
}
html.editoron body .page header {
  position: absolute;
}
html.editoron body .page header .logo-nav .logo-nav-container .mean-push {
  display: none !important;
}
html.editoron body .page header .logo-nav .logo-nav-container .nav {
  display: inline-block !important;
}
html.editoron body .page #page-main .main-container aside #sticker-sticky-wrapper {
  height: auto !important;
}
html.editoron body .page #page-main .main-container aside #sticker-sticky-wrapper #sticker {
  position: relative !important;
  top: 0 !important;
  width: inherit !important;
}
html.editoron body .page footer .credits {
  padding-bottom: 38px;
}
html.editoron body .page #icon-menu {
  top: 188px;
}
/* BLOCK STYLES */
.content .ews_block + .ews_block {
  margin-top: 20px;
}
#contentarea .ews_content_area,
aside .ews_content_area,
#contentarea .logo-details,
aside .logo-details,
#contentarea .ews_cal_list,
aside .ews_cal_list,
#contentarea .ews_ue,
aside .ews_ue,
#contentarea .ews_blog,
aside .ews_blog,
#contentarea .directory-details,
aside .directory-details,
#contentarea .ews_dir,
aside .ews_dir,
#contentarea .ews_rss dl[class="ews_rss"],
aside .ews_rss dl[class="ews_rss"],
#contentarea .ews_fg,
aside .ews_fg,
#contentarea .ews_login_form,
aside .ews_login_form,
#contentarea .ews_frm div[id$="wContainer"],
aside .ews_frm div[id$="wContainer"],
#contentarea .ews_phg,
aside .ews_phg,
#contentarea .media-container,
aside .media-container {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#ewsmenu {
  background-color: rgba(65, 61, 56, 0.9);
  padding: 35px 0;
}
#ewsmenu li a {
  padding: 5px 40px !important;
}
.footer-content .ews_content_area {
  background: none !important;
  padding: 0 !important;
}
/*.slideshow {
    height: 360px;

    > div[id$="main"] {
        width: 100% !important;
        height: 100% !important;
        overflow: initial !important;

        // Slide Container
        div[id$="instance_main"] {
            width: 100% !important;
            height: 100% !important;

            // Slides
            div[class$="slideshow_bgdiv"] {
                width: 100% !important;
                height: 100% !important;
            }

            // Old Images
            img {
                width: 100% !important;
                height: auto !important;
            }
        }
    }
}*/
.ews_slides {
  position: relative;
  width: 100%;
}
.ews_slides > div[id^="slideshow"] {
  height: 0 !important;
  padding-bottom: 50%;
}
.ews_slides > div[id^="slideshow"] > div[id*="instance_frame"],
.ews_slides > div[id^="slideshow"] > div[id*="instance_homeslideshow"],
.ews_slides > div[id^="slideshow"] > div[id*="instance_calloutslideshow"] {
  height: 0px !important;
  padding-bottom: 50%;
  width: 100% !important;
}
.ews_slides > div[id^="slideshow"] > div[id*="instance_frame"] div[class$="slideshow_bgdiv"],
.ews_slides > div[id^="slideshow"] > div[id*="instance_homeslideshow"] div[class$="slideshow_bgdiv"],
.ews_slides > div[id^="slideshow"] > div[id*="instance_calloutslideshow"] div[class$="slideshow_bgdiv"] {
  height: auto !important;
  position: absolute;
  width: 100% !important;
}
.ews_slides > div[id^="slideshow"] > div[id*="instance_frame"] img,
.ews_slides > div[id^="slideshow"] > div[id*="instance_homeslideshow"] img,
.ews_slides > div[id^="slideshow"] > div[id*="instance_calloutslideshow"] img {
  height: auto !important;
  width: 100% !important;
}
.ews_slides > div[id^="slideshow"] > div[id$="controls_container"] div {
  background: none;
  height: 0 !important;
  overflow: visible !important;
  top: 40%;
  width: 100% !important;
  z-index: 62 !important;
}
.ews_slides > div[id^="slideshow"] > div[id$="controls_container"] div div span[id$="prev"],
.ews_slides > div[id^="slideshow"] > div[id$="controls_container"] div div span[id$="next"] {
  display: block;
  background-color: rgba(65, 61, 56, 0.8);
  cursor: pointer;
  height: 125px;
  position: absolute;
  width: 75px;
  -webkit-border-radius: 0 1px 1px 0;
  -moz-border-radius: 0 1px 1px 0;
  border-radius: 0 1px 1px 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ews_slides > div[id^="slideshow"] > div[id$="controls_container"] div div span[id$="prev"]:after,
.ews_slides > div[id^="slideshow"] > div[id$="controls_container"] div div span[id$="next"]:after {
  color: #abada2;
  content: "\e600";
  font-family: 'gretnaglenicon';
  font-size: 80px;
  font-size: 5rem;
  line-height: 125px;
  display: block;
}
.ews_slides > div[id^="slideshow"] > div[id$="controls_container"] div div span[id$="prev"]:hover,
.ews_slides > div[id^="slideshow"] > div[id$="controls_container"] div div span[id$="next"]:hover {
  background-color: #c49b64;
}
.ews_slides > div[id^="slideshow"] > div[id$="controls_container"] div div span[id$="prev"]:hover:after,
.ews_slides > div[id^="slideshow"] > div[id$="controls_container"] div div span[id$="next"]:hover:after {
  color: #413d38;
}
.ews_slides > div[id^="slideshow"] > div[id$="controls_container"] div div span[id$="prev"] {
  left: 0;
}
.ews_slides > div[id^="slideshow"] > div[id$="controls_container"] div div span[id$="next"] {
  right: 0;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.ews_slides > div[id^="slideshow"] > div[id$="controls_container"] div div span[id$="pager"] {
  background-color: rgba(65, 61, 56, 0.8);
  display: none;
  position: absolute;
  left: 48%;
  text-align: center;
}
.ews_slides > div[id^="slideshow"] > div[id$="controls_container"] div div span[id$="pager"] a {
  background: none;
  background-color: #778e4d;
  border-radius: 100%;
  float: none;
  height: 15px;
  width: 15px;
  margin: 10px 5px 10px 10px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ews_slides > div[id^="slideshow"] > div[id$="controls_container"] div div span[id$="pager"] a:last-of-type {
  margin-right: 10px;
}
.ews_slides > div[id^="slideshow"] > div[id$="controls_container"] div div span[id$="pager"] a:hover {
  background-color: #c49b64;
}
.ews_slides > div[id^="slideshow"] > div[id$="controls_container"] div div span[id$="pager"] .activeSlide {
  background-color: #c49b64;
}
.ews_slides > div[id^="slideshow"] div[id$="titles_container"] div[id$="slideshow_titles"],
.ews_slides > div[id^="slideshow"] div[id$="titles_container"] div[id$="titles"] {
  background: none;
  background-color: #c49b64;
  bottom: 0;
  color: #413d38;
  height: 75px;
  left: 0 !important;
  line-height: 75px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 20px;
  right: 0;
  text-transform: uppercase;
  top: auto;
  width: 100% !important;
  z-index: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Oswald', sans-serif;
}
.ews_slides > div[id^="slideshow"] div[id*="links_frame"],
.ews_slides > div[id^="slideshow"] div[id*="links_homeslideshow"],
.ews_slides > div[id^="slideshow"] div[id*="links_calloutslideshow"] {
  height: 100% !important;
  width: 100% !important;
  z-index: 61 !important;
}
.social-menu ul,
.utilities-menu ul,
.sitemap-menu ul,
.subnav ul,
.content .ews_menu ul {
  margin: 0;
  padding: 0;
}
.social-menu ul li,
.utilities-menu ul li,
.sitemap-menu ul li,
.subnav ul li,
.content .ews_menu ul li {
  list-style: none;
}
.social-menu ul li.selected > a,
.utilities-menu ul li.selected > a,
.sitemap-menu ul li.selected > a,
.subnav ul li.selected > a,
.content .ews_menu ul li.selected > a {
  color: #c49b64;
}
.social-menu ul li a,
.utilities-menu ul li a,
.sitemap-menu ul li a,
.subnav ul li a,
.content .ews_menu ul li a {
  color: #abada2;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  outline: none;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social-menu ul li a:hover,
.utilities-menu ul li a:hover,
.sitemap-menu ul li a:hover,
.subnav ul li a:hover,
.content .ews_menu ul li a:hover {
  color: #c49b64;
}
.social-menu ul li ul,
.utilities-menu ul li ul,
.sitemap-menu ul li ul,
.subnav ul li ul,
.content .ews_menu ul li ul {
  display: none;
}
.ews_logo {
  overflow: hidden;
}
.ews_logo .ews_orglogo,
.ews_logo .ews_orgname,
.ews_logo .ews_orgtagline {
  text-align: center;
}
.ews_logo .ews_orgname,
.ews_logo .ews_orgtagline {
  text-transform: uppercase;
}
.ews_logo .ews_orglogo {
  margin-bottom: 20px;
}
.ews_logo .ews_orglogo a [id$="wImage"] {
  border: none;
  max-width: 100%;
  outline: none;
  vertical-align: middle;
}
.ews_logo .ews_orglogo a .ews_orglogo_spacer {
  display: none;
}
.ews_logo .ews_orgname a {
  color: #413d38;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ews_logo .ews_orgname a:hover {
  color: #c49b64;
}
.ews_logo .ews_orgtagline {
  color: #413d38;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  font-family: 'Lato', sans-serif;
}
.ews_logo .ews_logotextbig a {
  font-size: 36px;
  font-size: 2.25rem;
}
.ews_logo .ews_logotextmedium a {
  font-size: 30px;
  font-size: 1.875rem;
}
.ews_logo .ews_logotextsmall a {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: normal;
}
.ews_logo .ews_logotaglinebig {
  font-size: 24px;
  font-size: 1.5rem;
}
.ews_logo .ews_logotaglinemedium {
  font-size: 20px;
  font-size: 1.25rem;
}
.ews_logo .ews_logotaglinesmall {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: normal;
}
.media-container {
  margin: 0 !important;
  width: 100% !important;
}
.media-container .recent-media h2,
.media-container .series h2,
.media-container .others-in-this-series h2,
.media-container .media-section h2 {
  font-size: 36px !important;
  font-size: 2.25rem !important;
  font-weight: 700 !important;
}
.media-container .recent-media .media-grid .media-entry p.media-description,
.media-container .series .media-grid .media-entry p.media-description,
.media-container .others-in-this-series .media-grid .media-entry p.media-description,
.media-container .media-section .media-grid .media-entry p.media-description {
  font-size: 16px !important;
  font-size: 1rem !important;
}
.media-container .media-detail .media-text {
  max-width: 1340px !important;
}
.media-container .media-detail .media-text .series-title {
  color: #c49b64;
  font-size: 24px;
  font-size: 1.5rem;
}
.media-container .media-detail .media-text .detail-title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.ews_vid {
  height: 100% !important;
  position: relative;
  padding-top: 56.25%;
}
.ews_vid .dark,
.ews_vid .list-dark,
.ews_vid .scroll-dark {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}
.ews_vid .dark a,
.ews_vid .list-dark a,
.ews_vid .scroll-dark a {
  height: 100% !important;
  width: 100% !important;
}
.responsive-video {
  height: 100% !important;
  position: relative;
  padding-top: 56.25%;
}
.responsive-video iframe,
.responsive-video object {
  height: 100% !important;
  width: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.responsive-video iframe embed,
.responsive-video object embed {
  height: 100% !important;
  width: 100% !important;
}
.ews_cal * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ews_cal_grid_left,
.ews_cal_grid_right {
  background: none !important;
  background-color: #c49b64 !important;
  padding: 15px 0 !important;
}
.ews_cal_grid_title {
  color: #413d38 !important;
  font-size: 24px !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  padding: 0 10px !important;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.ews_cal_grid_event,
.ews_cal_grid_event_nobr {
  color: #413d38;
  font-size: 14px;
  font-size: .875rem;
}
.ews_cal_grid_event:hover,
.ews_cal_grid_event_nobr:hover {
  color: #c49b64 !important;
}
.ews_cal_grid_event {
  padding: 0 10px !important;
}
.ews_cal_grid_box_header,
.ews_cal_grid_box_today_header {
  width: 100% !important;
}
.ews_cal_list .ews_cal_list_header {
  margin-bottom: 20px;
}
.ews_cal_list .ews_cal_list_header .ews_cal_list_header_left {
  background: none;
  float: none;
  height: 40px;
  width: auto;
  margin: 0;
  padding: 0;
  position: relative;
}
.ews_cal_list .ews_cal_list_header .ews_cal_list_header_left .ews_cal_grid_popup_create {
  background: none;
  color: #abada2;
  float: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  height: 30px;
  letter-spacing: -0.02em;
  line-height: 30px;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-indent: 0;
  font-family: 'Lato', sans-serif;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ews_cal_list .ews_cal_list_header .ews_cal_list_header_left .ews_cal_grid_popup_create:before {
  content: 'h';
  display: inline-block;
  font-family: elexicon;
  line-height: 32px;
  margin-right: 3px;
  vertical-align: top;
}
.ews_cal_list .ews_cal_list_header .ews_cal_list_header_left .ews_cal_grid_popup_create:hover {
  color: #c49b64;
}
.ews_cal_list .ews_cal_list_header .ews_cal_list_header_left .ews_cal_list_title {
  display: inline-block;
  float: none;
  margin-right: 10px;
  padding: 0;
  vertical-align: top;
}
.ews_cal_list .ews_cal_list_header .ews_cal_list_header_left .ews_cal_list_title h1 {
  color: #413d38;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 40px;
  font-family: 'Oswald', sans-serif;
}
.ews_cal_list .ews_cal_list_header .ews_cal_list_header_left .ews_cal_list_ical,
.ews_cal_list .ews_cal_list_header .ews_cal_list_header_left .ews_cal_list_printer,
.ews_cal_list .ews_cal_list_header .ews_cal_list_header_left .ews_cal_list_email {
  height: 40px;
  margin-right: 20px;
}
.ews_cal_list .ews_cal_list_header .ews_cal_list_header_left .ews_cal_list_ical > div[class$="img"],
.ews_cal_list .ews_cal_list_header .ews_cal_list_header_left .ews_cal_list_printer > div[class$="img"],
.ews_cal_list .ews_cal_list_header .ews_cal_list_header_left .ews_cal_list_email > div[class$="img"] {
  background: none;
  color: #abada2;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  height: 40px;
  width: auto;
  letter-spacing: -0.02em;
  line-height: 40px;
  font-family: 'Lato', sans-serif;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ews_cal_list .ews_cal_list_header .ews_cal_list_header_left .ews_cal_list_ical > div[class$="img"]:before,
.ews_cal_list .ews_cal_list_header .ews_cal_list_header_left .ews_cal_list_printer > div[class$="img"]:before,
.ews_cal_list .ews_cal_list_header .ews_cal_list_header_left .ews_cal_list_email > div[class$="img"]:before {
  display: inline-block;
  font-family: elexicon;
  font-size: 14px;
  font-size: .875rem;
  line-height: 41px;
  vertical-align: top;
}
.ews_cal_list .ews_cal_list_header .ews_cal_list_header_left .ews_cal_list_ical > div[class$="img"]:hover,
.ews_cal_list .ews_cal_list_header .ews_cal_list_header_left .ews_cal_list_printer > div[class$="img"]:hover,
.ews_cal_list .ews_cal_list_header .ews_cal_list_header_left .ews_cal_list_email > div[class$="img"]:hover {
  color: #c49b64;
}
.ews_cal_list .ews_cal_list_header .ews_cal_list_header_left .ews_cal_list_ical {
  margin-right: 0;
}
.ews_cal_list .ews_cal_list_header .ews_cal_list_header_left .ews_cal_list_ical > div[class$="img"]:before {
  content: 'H';
  margin-right: 0;
}
.ews_cal_list .ews_cal_list_header .ews_cal_list_header_left .ews_cal_list_ical > div[class$="img"]:after {
  content: 'Add To iCal';
}
.ews_cal_list .ews_cal_list_header .ews_cal_list_header_left .ews_cal_list_printer > div[class$="img"]:before {
  content: '@';
  font-size: 14px;
  font-size: .875rem;
}
.ews_cal_list .ews_cal_list_header .ews_cal_list_header_left .ews_cal_list_printer > div[class$="img"]:after {
  content: 'Print';
}
.ews_cal_list .ews_cal_list_header .ews_cal_list_header_left .ews_cal_list_email > div[class$="img"]:before {
  content: 'U';
  font-size: 14px;
  font-size: .875rem;
}
.ews_cal_list .ews_cal_list_header .ews_cal_list_header_left .ews_cal_list_email > div[class$="img"]:after {
  content: 'Email';
}
.ews_cal_list .ews_cal_list_header .ews_cal_list_header_right {
  display: none;
}
.ews_cal_list .ews_cal_list_left_wide {
  clear: none;
  float: none;
  width: auto;
}
.ews_cal_list .ews_cal_list_left_wide .ews_cal_list_month_header {
  background: #c49b64;
  border: none;
  color: #413d38;
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: normal;
  margin: 15px 0 0;
  padding: 10px 15px;
  text-transform: uppercase;
  width: 100%;
  font-family: 'Oswald', sans-serif;
}
.ews_cal_list .ews_cal_list_left_wide .ews_cal_list_month_header:first-of-type {
  margin-top: 0;
}
.ews_cal_list .ews_cal_list_left_wide .ews_cal_list_month_header .ews_cal_list_add_event {
  display: none;
}
.ews_cal_list .ews_cal_list_left_wide .ews_cal_list_day {
  background: rgba(196, 155, 100, 0.1);
  border-bottom: none;
  padding: 20px;
  min-height: 80px;
  width: 100%;
  position: relative;
}
.ews_cal_list .ews_cal_list_left_wide .ews_cal_list_day:nth-child(odd) {
  background: rgba(196, 155, 100, 0.15);
}
.ews_cal_list .ews_cal_list_left_wide .ews_cal_list_day .ews_cal_list_day_sub {
  background: #c49b64;
  color: #413d38;
  display: inline-block;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  float: none;
  height: 58px;
  width: 60px;
  line-height: 58px;
  padding: 0;
  text-align: center;
  vertical-align: top;
  font-family: 'Oswald', sans-serif;
}
.ews_cal_list .ews_cal_list_left_wide .ews_cal_list_day .ews_cal_list_event {
  display: inline-block;
  float: none;
  width: auto;
  margin-left: 5px;
  min-height: 80px;
  vertical-align: top;
}
.ews_cal_list .ews_cal_list_left_wide .ews_cal_list_day .ews_cal_list_event .ews_cal_list_event_summary {
  color: #c49b64;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 25px;
  padding: 0;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.ews_cal_list .ews_cal_list_left_wide .ews_cal_list_day .ews_cal_list_event .ews_cal_list_event_date {
  color: #413d38;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3em;
  margin-top: 5px;
  font-family: 'Lato', sans-serif;
}
.ews_cal_list .ews_cal_list_left_wide .ews_cal_list_day .ews_cal_list_event .ews_cal_list_event_date br {
  display: none;
}
.ews_cal_list .ews_cal_list_left_wide .ews_cal_list_day .ews_cal_list_event .ews_cal_list_event_date a {
  color: #abada2;
  display: block;
  letter-spacing: normal;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ews_cal_list .ews_cal_list_left_wide .ews_cal_list_day .ews_cal_list_event .ews_cal_list_event_date a:hover {
  color: #c49b64;
}
.ews_cal_list .ews_cal_list_left_wide .ews_cal_list_day div:nth-of-type(3) .ews_cal_list_edit {
  background: none;
  color: #abada2;
  cursor: pointer;
  float: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  height: 25px;
  width: auto;
  letter-spacing: -0.02em;
  line-height: 25px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 15px;
  text-indent: 0;
  font-family: 'Lato', sans-serif;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ews_cal_list .ews_cal_list_left_wide .ews_cal_list_day div:nth-of-type(3) .ews_cal_list_edit:before {
  content: 'P';
  display: inline-block;
  font-family: elexicon;
  line-height: 26px;
  margin-right: 3px;
  vertical-align: top;
}
.ews_cal_list .ews_cal_list_left_wide .ews_cal_list_day div:nth-of-type(3) .ews_cal_list_edit:hover {
  color: #c49b64;
}
.ews_cal_list .ews_cal_list_left_wide .ews_cal_list_day div:nth-of-type(3) .ews_cal_list_moreinfo {
  display: block;
  float: none;
  padding: 0;
  width: 60px;
  position: absolute;
  top: 75px;
}
.ews_cal_list .ews_cal_list_left_wide .ews_cal_list_day div:nth-of-type(3) .ews_cal_list_moreinfo .ews_cal_list_moreinfo_img,
.ews_cal_list .ews_cal_list_left_wide .ews_cal_list_day div:nth-of-type(3) .ews_cal_list_moreinfo .ews_cal_list_moreinfo_img_expanded {
  background: #413d38;
  color: #abada2;
  display: block;
  float: none;
  font-size: 0;
  font-weight: 700;
  height: 25px;
  width: 100%;
  letter-spacing: -0.02em;
  line-height: 25px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  text-indent: 0;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ews_cal_list .ews_cal_list_left_wide .ews_cal_list_day div:nth-of-type(3) .ews_cal_list_moreinfo .ews_cal_list_moreinfo_img:before,
.ews_cal_list .ews_cal_list_left_wide .ews_cal_list_day div:nth-of-type(3) .ews_cal_list_moreinfo .ews_cal_list_moreinfo_img_expanded:before {
  content: 'h';
  font-family: elexicon;
  font-size: 8rem;
  font-size: .5rem;
  margin-right: 3px;
  vertical-align: top;
}
.ews_cal_list .ews_cal_list_left_wide .ews_cal_list_day div:nth-of-type(3) .ews_cal_list_moreinfo .ews_cal_list_moreinfo_img:after,
.ews_cal_list .ews_cal_list_left_wide .ews_cal_list_day div:nth-of-type(3) .ews_cal_list_moreinfo .ews_cal_list_moreinfo_img_expanded:after {
  content: 'More';
  font-size: 14rem;
  font-size: .875rem;
}
.ews_cal_list .ews_cal_list_left_wide .ews_cal_list_day div:nth-of-type(3) .ews_cal_list_moreinfo .ews_cal_list_moreinfo_img:hover,
.ews_cal_list .ews_cal_list_left_wide .ews_cal_list_day div:nth-of-type(3) .ews_cal_list_moreinfo .ews_cal_list_moreinfo_img_expanded:hover {
  background-color: #c49b64;
  color: #413d38;
}
.ews_cal_list .ews_cal_list_left_wide .ews_cal_list_day div:nth-of-type(3) .ews_cal_list_moreinfo .ews_cal_list_moreinfo_img_expanded:before {
  content: 'i';
  font-family: elexicon;
  font-size: 8rem;
  font-size: .5rem;
  margin-right: 3px;
}
.ews_cal_list .ews_cal_list_left_wide .ews_cal_list_day div:nth-of-type(3) .ews_cal_list_moreinfo .ews_cal_list_moreinfo_img_expanded:after {
  content: 'Less';
  font-size: 14rem;
  font-size: .875rem;
}
.ews_cal_list .ews_cal_list_left_wide .ews_cal_list_day .ews_moreinfo_clear {
  clear: none;
  color: #413d38;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5em;
  margin: 10px 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
}
.ews_ue {
  margin: 0 !important;
}
.ews_ue .ews_ue_title:empty,
.ews_ue .ews_ue_moveevents:empty {
  display: none;
}
.ews_ue .ews_ue_title a,
.ews_ue .ews_ue_moveevents a {
  color: #413d38;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
.ews_ue .ews_ue_title {
  margin-bottom: 15px;
}
.ews_ue .ews_ue_title a {
  letter-spacing: -0.01em;
  font-family: 'Oswald', sans-serif;
}
.ews_ue .ews_ue_moveevents {
  text-align: right;
}
.ews_ue .ews_ue_moveevents a {
  background-color: #413d38;
  color: #abada2;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: normal;
  outline: none;
  padding: 15px;
  width: auto;
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ews_ue .ews_ue_moveevents a:hover {
  background-color: #c49b64;
  color: #413d38;
}
.ews_ue .ews_ue_event {
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 10px;
  position: relative;
  padding: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}
.ews_ue .ews_ue_event .ews_ue_event_image,
.ews_ue .ews_ue_event .event-details {
  display: inline-block;
  vertical-align: top;
}
.ews_ue .ews_ue_event .ews_ue_event_image {
  height: 75px;
  max-width: 75px;
  margin-right: -2px;
  width: 25%;
}
.ews_ue .ews_ue_event .ews_ue_event_image .ews_ue_iconzone {
  background-color: #c49b64;
  height: 100%;
  width: 100%;
}
.ews_ue .ews_ue_event .ews_ue_event_image .ews_ue_iconzone .ews_ue_iconzone_calicon {
  background: none;
  height: 100%;
  padding: 10px;
  width: 100%;
}
.ews_ue .ews_ue_event .ews_ue_event_image .ews_ue_iconzone .ews_ue_iconzone_calicon .ews_ue_iconzone_calicon_month,
.ews_ue .ews_ue_event .ews_ue_event_image .ews_ue_iconzone .ews_ue_iconzone_calicon .ews_ue_iconzone_calicon_day {
  color: #413d38;
  display: block;
  font-weight: 700;
  padding: 0;
  text-align: center;
  width: 100%;
  font-family: 'Oswald', sans-serif;
}
.ews_ue .ews_ue_event .ews_ue_event_image .ews_ue_iconzone .ews_ue_iconzone_calicon .ews_ue_iconzone_calicon_month {
  font-size: 18px;
  font-size: 1.125rem;
  height: 48%;
  line-height: 25px;
}
.ews_ue .ews_ue_event .ews_ue_event_image .ews_ue_iconzone .ews_ue_iconzone_calicon .ews_ue_iconzone_calicon_day {
  font-size: 30px;
  font-size: 1.875rem;
  height: 52%;
  letter-spacing: -0.01em;
  line-height: 30px;
}
.ews_ue .ews_ue_event .event-details {
  margin-left: 2%;
  width: 72%;
}
.ews_ue .ews_ue_event .ews_ue_event_date {
  color: #413d38;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.1em;
  font-family: 'Lato', sans-serif;
}
.ews_ue .ews_ue_event .ews_ue_event_date .ews_ue_event_monthday,
.ews_ue .ews_ue_event .ews_ue_event_date .ews_ue_event_daytime {
  color: #413d38;
  float: none;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'Lato', sans-serif;
}
.ews_ue .ews_ue_event .ews_ue_event_date .ews_ue_event_monthday {
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
}
.ews_ue .ews_ue_event .ews_ue_event_date .ews_ue_event_daytime {
  padding: 0;
}
.ews_ue .ews_ue_event .ews_ue_event_info a {
  color: #abada2;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1em;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ews_ue .ews_ue_event .ews_ue_event_info a:hover {
  color: #c49b64;
}
.ews_blog .ews_Blog_Post {
  margin: 0;
}
.ews_blog .ews_Blog_Post .ews_Blog_PostTitleBox h2 a {
  color: #413d38;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-family: 'Oswald', sans-serif;
}
.ews_blog .ews_Blog_Post .ews_Blog_SocialBox .ews_Blog_wrapper .ews_Blog_NetworkIcons a {
  outline: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.ews_blog .ews_Blog_Post [id$="wEmbedCode"] {
  height: 100% !important;
  position: relative;
  padding-top: 56.25%;
}
.ews_blog .ews_Blog_Post [id$="wEmbedCode"] iframe,
.ews_blog .ews_Blog_Post [id$="wEmbedCode"] object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}
.ews_blog .ews_Blog_Post [id$="wEmbedCode"] iframe embed,
.ews_blog .ews_Blog_Post [id$="wEmbedCode"] object embed {
  height: 100% !important;
  width: 100% !important;
}
.ews_blog .ews_Blog_Post .soundcloud {
  padding-top: initial !important;
}
.ews_blog .ews_Blog_Post .soundcloud iframe[src*='soundcloud'] {
  height: initial !important;
  position: initial;
}
.ews_blog .ews_Blog_Post .jwplayer div:nth-of-type(2) {
  bottom: 0 !important;
  left: 0 !important;
}
.ews_dir .ews_directory_showfilter {
  float: left;
  height: 25px;
}
.ews_dir .ews_directory_showfilter .ews_directory_filter_button,
.ews_dir .ews_directory_showfilter .ews_directory_filter_button_expanded {
  background: none;
  color: #abada2;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding: 0;
  line-height: 25px;
  font-family: 'Lato', sans-serif;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ews_dir .ews_directory_showfilter .ews_directory_filter_button:before,
.ews_dir .ews_directory_showfilter .ews_directory_filter_button_expanded:before {
  content: 'h';
  display: inline-block;
  font-family: elexicon;
  line-height: 26px;
  text-transform: none;
  vertical-align: top;
}
.ews_dir .ews_directory_showfilter .ews_directory_filter_button:hover,
.ews_dir .ews_directory_showfilter .ews_directory_filter_button_expanded:hover {
  color: #c49b64;
}
.ews_dir .ews_directory_showfilter .ews_directory_filter_button_expanded:before {
  content: 'i';
}
.ews_dir .ews_directory_left_wide *,
.ews_dir .ews_directory_left * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ews_dir .ews_directory_left_wide,
.ews_dir .ews_directory_left {
  border-right: none;
  padding: 0;
  width: 100%;
}
.ews_dir .ews_directory_left_wide .ews_directory_group_header,
.ews_dir .ews_directory_left .ews_directory_group_header {
  background: #c49b64;
  border: none;
  color: #413d38;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.ews_dir .ews_directory_left_wide .ews_directory_person,
.ews_dir .ews_directory_left .ews_directory_person {
  background: rgba(196, 155, 100, 0.15);
  border: none;
  margin: 0;
  padding: 20px;
}
.ews_dir .ews_directory_left_wide .ews_directory_person:nth-child(odd),
.ews_dir .ews_directory_left .ews_directory_person:nth-child(odd) {
  background: rgba(196, 155, 100, 0.1);
}
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_directory_person_contain .ews_directory_pic,
.ews_dir .ews_directory_left .ews_directory_person .ews_directory_person_contain .ews_directory_pic {
  display: inline-block;
  float: none;
  height: 120px;
  padding: 0;
  vertical-align: top;
}
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_directory_person_contain .ews_directory_pic img,
.ews_dir .ews_directory_left .ews_directory_person .ews_directory_person_contain .ews_directory_pic img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_directory_person_contain .ews_directory_general,
.ews_dir .ews_directory_left .ews_directory_person .ews_directory_person_contain .ews_directory_general {
  display: inline-block;
  color: #413d38;
  float: none;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5em;
  width: auto;
  font-family: 'Lato', sans-serif;
}
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_directory_person_contain .ews_directory_general .ews_directory_person_summary,
.ews_dir .ews_directory_left .ews_directory_person .ews_directory_person_contain .ews_directory_general .ews_directory_person_summary {
  color: #c49b64;
  display: inline-block;
  float: none;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 25px;
  padding: 0 5px 5px 20px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_directory_person_contain .ews_directory_general .ews_directory_person_summary .ews_directory_jobtitle,
.ews_dir .ews_directory_left .ews_directory_person .ews_directory_person_contain .ews_directory_general .ews_directory_person_summary .ews_directory_jobtitle {
  color: #413d38;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: normal;
  line-height: normal;
}
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_directory_person_contain .ews_directory_general .ews_directory_email,
.ews_dir .ews_directory_left .ews_directory_person .ews_directory_person_contain .ews_directory_general .ews_directory_email {
  color: #413d38;
  background: none;
  display: inline-block;
  float: none;
  font-size: 20px;
  font-size: 1.25rem;
  height: 25px;
  width: auto;
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 20px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_directory_person_contain .ews_directory_general .ews_directory_email:before,
.ews_dir .ews_directory_left .ews_directory_person .ews_directory_person_contain .ews_directory_general .ews_directory_email:before {
  content: 'U';
  display: inline-block;
  font-family: elexicon;
  text-transform: none;
  vertical-align: top;
}
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_directory_person_contain .ews_directory_general .ews_directory_email span,
.ews_dir .ews_directory_left .ews_directory_person .ews_directory_person_contain .ews_directory_general .ews_directory_email span {
  display: none;
}
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_directory_person_contain .ews_directory_general .ews_directory_email:hover,
.ews_dir .ews_directory_left .ews_directory_person .ews_directory_person_contain .ews_directory_general .ews_directory_email:hover {
  color: #c49b64;
}
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_directory_person_contain .ews_directory_general .ews_directory_item,
.ews_dir .ews_directory_left .ews_directory_person .ews_directory_person_contain .ews_directory_general .ews_directory_item {
  float: none;
  margin-left: 20px;
  width: auto;
}
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_directory_person_contain .ews_directory_general div[id$="wAlternateEmail"],
.ews_dir .ews_directory_left .ews_directory_person .ews_directory_person_contain .ews_directory_general div[id$="wAlternateEmail"] {
  word-break: break-all;
}
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_directory_moreinfo_container,
.ews_dir .ews_directory_left .ews_directory_person .ews_directory_moreinfo_container {
  width: auto;
  margin-top: 10px;
}
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_directory_moreinfo_container .ews_directory_moreinfo,
.ews_dir .ews_directory_left .ews_directory_person .ews_directory_moreinfo_container .ews_directory_moreinfo,
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_directory_moreinfo_container .ews_directory_moreinfo_expanded,
.ews_dir .ews_directory_left .ews_directory_person .ews_directory_moreinfo_container .ews_directory_moreinfo_expanded {
  background: none;
  color: #abada2;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding: 0;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_directory_moreinfo_container .ews_directory_moreinfo:before,
.ews_dir .ews_directory_left .ews_directory_person .ews_directory_moreinfo_container .ews_directory_moreinfo:before,
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_directory_moreinfo_container .ews_directory_moreinfo_expanded:before,
.ews_dir .ews_directory_left .ews_directory_person .ews_directory_moreinfo_container .ews_directory_moreinfo_expanded:before {
  content: 'h';
  display: inline-block;
  font-family: elexicon;
  text-transform: none;
  vertical-align: top;
}
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_directory_moreinfo_container .ews_directory_moreinfo:hover,
.ews_dir .ews_directory_left .ews_directory_person .ews_directory_moreinfo_container .ews_directory_moreinfo:hover,
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_directory_moreinfo_container .ews_directory_moreinfo_expanded:hover,
.ews_dir .ews_directory_left .ews_directory_person .ews_directory_moreinfo_container .ews_directory_moreinfo_expanded:hover {
  color: #c49b64;
}
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_directory_moreinfo_container .ews_directory_moreinfo_expanded:before,
.ews_dir .ews_directory_left .ews_directory_person .ews_directory_moreinfo_container .ews_directory_moreinfo_expanded:before {
  content: 'i';
}
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_directory_email_send,
.ews_dir .ews_directory_left .ews_directory_person .ews_directory_email_send {
  color: #c49b64;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  font-family: 'Oswald', sans-serif;
}
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_directory_email_send input,
.ews_dir .ews_directory_left .ews_directory_person .ews_directory_email_send input,
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_directory_email_send textarea,
.ews_dir .ews_directory_left .ews_directory_person .ews_directory_email_send textarea {
  background-color: #d3d0cd;
  border: 1px solid rgba(55, 55, 55, 0.1) !important;
  color: #413d38;
  display: block;
  line-height: 1.6em;
  margin-bottom: 0 !important;
  max-width: inherit !important;
  min-width: inherit !important;
  padding: 8px !important;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_directory_email_send input:focus,
.ews_dir .ews_directory_left .ews_directory_person .ews_directory_email_send input:focus,
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_directory_email_send textarea:focus,
.ews_dir .ews_directory_left .ews_directory_person .ews_directory_email_send textarea:focus {
  background-color: #f7f7f7;
  outline: none;
}
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_directory_email_send .ews_email_directory_from,
.ews_dir .ews_directory_left .ews_directory_person .ews_directory_email_send .ews_email_directory_from,
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_directory_email_send .ews_email_directory_subject,
.ews_dir .ews_directory_left .ews_directory_person .ews_directory_email_send .ews_email_directory_subject {
  width: 100%;
}
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_directory_email_send input[type="button"],
.ews_dir .ews_directory_left .ews_directory_person .ews_directory_email_send input[type="button"] {
  background-color: #413d38;
  color: #abada2;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 10px 0 20px;
  outline: none;
  padding: 15px !important;
  text-transform: uppercase;
  width: 100% !important;
  font-family: 'Oswald', sans-serif;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_directory_email_send input[type="button"]:hover,
.ews_dir .ews_directory_left .ews_directory_person .ews_directory_email_send input[type="button"]:hover {
  background-color: #c49b64;
  color: #413d38;
}
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_moreinfo_clear,
.ews_dir .ews_directory_left .ews_directory_person .ews_moreinfo_clear {
  clear: none;
  margin: 10px 0;
  padding: 0;
  width: 100%;
}
.ews_dir .ews_directory_left_wide .ews_directory_person .ews_moreinfo_clear .ews_directory_bio,
.ews_dir .ews_directory_left .ews_directory_person .ews_moreinfo_clear .ews_directory_bio {
  color: #413d38;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
}
.ews_dir .ews_directory_left_wide .ews_directory_person > div:last-of-type,
.ews_dir .ews_directory_left .ews_directory_person > div:last-of-type {
  display: none;
}
.ews_dir .ews_directory_filter_clear,
.ews_dir .ews_directory_filter {
  padding: 0;
  font-family: 'Lato', sans-serif;
}
.ews_dir .ews_directory_filter_clear .ews_directory_custom_title,
.ews_dir .ews_directory_filter .ews_directory_custom_title {
  color: #413d38;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  margin: 10px 0 5px;
  padding: 0;
  width: 100%;
}
.ews_dir .ews_directory_filter_clear .ews_directory_custom_title:first-of-type,
.ews_dir .ews_directory_filter .ews_directory_custom_title:first-of-type {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: normal;
  margin-top: 18px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.ews_dir .ews_directory_filter_clear .ews_directory_filter_container,
.ews_dir .ews_directory_filter .ews_directory_filter_container {
  padding: 0;
  width: 100%;
}
.ews_dir .ews_directory_filter_clear .ews_directory_filter_container .ews_directory_select_checkbox_clear,
.ews_dir .ews_directory_filter .ews_directory_filter_container .ews_directory_select_checkbox_clear,
.ews_dir .ews_directory_filter_clear .ews_directory_filter_container .ews_directory_select_checkbox,
.ews_dir .ews_directory_filter .ews_directory_filter_container .ews_directory_select_checkbox {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 0 0 25px;
  width: 90%;
}
.ews_dir .ews_directory_filter_clear .ews_directory_filter_container .ews_directory_custom input,
.ews_dir .ews_directory_filter .ews_directory_filter_container .ews_directory_custom input {
  border: 1px solid #cccccc;
  margin: 0;
  padding: 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}
.ews_phg {
  padding: 0 !important;
}
.ews_phg ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0 !important;
  text-align: left !important;
}
.ews_phg ul li {
  display: inline-block !important;
  padding: 0 !important;
  margin: 5px !important;
}
.ews_phg ul li a {
  display: block;
  text-decoration: none;
}
.ews_phg ul li a img {
  border: none;
  display: block;
}
.ews_phg ul li a:hover img {
  border: none;
}
.ews_rss {
  padding: 0 !important;
  font-family: 'Lato', sans-serif;
}
.ews_rss dt a {
  color: #c49b64;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.ews_rss dd {
  color: #413d38;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  line-height: 1.5em;
}
.ews_rss_big_titles dt a {
  color: #413d38;
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: -0.01em;
}
.ews_fg {
  overflow: hidden;
}
.ews_fg div table thead tr th {
  padding: 10px 15px !important;
}
.ews_fg div table thead tr th a {
  color: #c49b64;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.ews_fg div table tbody .odd,
.ews_fg div table tbody .even {
  background: none !important;
}
.ews_fg div table tbody .odd > td,
.ews_fg div table tbody .even > td {
  color: #413d38;
  padding: 10px 15px;
  font-family: 'Lato', sans-serif;
}
.ews_fg div table tbody .odd > td a,
.ews_fg div table tbody .even > td a {
  color: #939587;
}
.ews_fg div table tbody .odd {
  background-color: rgba(55, 55, 55, 0.08) !important;
}
.ews_fg div table tbody .even {
  background-color: rgba(55, 55, 55, 0.05) !important;
}
.ews_login .ews_login_loginlink,
.ews_login .ews_login_logoutlink {
  background-color: #413d38 !important;
  color: #abada2 !important;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: normal;
  outline: none;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Oswald', sans-serif;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ews_login .ews_login_loginlink:hover,
.ews_login .ews_login_logoutlink:hover {
  background-color: #c49b64 !important;
  color: #413d38 !important;
}
.ews_login .ews_login_form {
  color: #c49b64;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.ews_login .ews_login_form input {
  background-color: #d8d5d2;
  border: 1px solid rgba(55, 55, 55, 0.1) !important;
  color: #413d38;
  line-height: 1.6em;
  margin-bottom: 5px !important;
  max-width: inherit !important;
  min-width: inherit !important;
  padding: 8px !important;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ews_login .ews_login_form input:focus {
  background-color: #f7f7f7;
  outline: none;
}
.ews_login .ews_login_form input[type="checkbox"] {
  width: auto !important;
}
.ews_login .ews_login_form a[href*="Forgot_Click"] {
  font-size: 0;
}
.ews_login .ews_login_form a[href*="Forgot_Click"]:after {
  content: 'Forget Password?';
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
  font-family: 'Lato', sans-serif;
}
.ews_login .ews_login_form .ews_login_f_forgot {
  background: none;
  background-color: rgba(196, 155, 100, 0.1);
  border: none !important;
  color: #c49b64;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: normal;
  margin-bottom: 40px;
  padding: 0 15px 15px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  border-radius: 1px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Oswald', sans-serif;
}
.ews_login .ews_login_form .ews_login_f_forgot input {
  background-color: #d3d0cd;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}
.ews_login .ews_login_form .ews_login_f_forgot div {
  background: #413d38 !important;
  color: #abada2 !important;
  float: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .02em;
  margin: 10px 0 0;
  outline: none;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 49%;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ews_login .ews_login_form .ews_login_f_forgot div:hover {
  background-color: #c49b64 !important;
  border: 1px solid #c49b64 !important;
  color: #413d38 !important;
}
.ews_login .ews_login_form .ews_login_f_forgot div:first-of-type {
  margin-right: -5px;
}
.ews_login .ews_login_form .ews_login_f_forgot div:last-of-type {
  margin-left: 2%;
}
.ews_login .ews_login_form .ews_login_button {
  background-color: #413d38 !important;
  color: #abada2 !important;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: normal;
  outline: none;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 100% !important;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Oswald', sans-serif;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ews_login .ews_login_form .ews_login_button:hover {
  background-color: #c49b64 !important;
  border: 1px solid #c49b64 !important;
  color: #413d38 !important;
}
.ews_frm {
  font-family: 'Lato', sans-serif;
  /*.ews_form_dropdown {
        position: relative;

        &:before {
            content: "m";
            font-family: elexicon;
            display: block;
            cursor: pointer;
            position: absolute; right: 0; top: 32px;
            pointer-events: none;
            height: 42px; width: 40px;
            line-height: 42px;
            text-align: center;
        }
    }*/
}
.ews_frm input,
.ews_frm textarea {
  background-color: #d8d5d2;
  border: 1px solid rgba(55, 55, 55, 0.1) !important;
  color: #413d38;
  display: block;
  line-height: 1.6em;
  margin-bottom: 5px !important;
  max-width: inherit !important;
  min-width: inherit !important;
  padding: 8px !important;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ews_frm input:focus,
.ews_frm textarea:focus {
  background-color: #f7f7f7;
  outline: none;
}
.ews_frm textarea {
  height: inherit !important;
  min-height: 100px;
}
.ews_frm input[type="submit"] {
  background-color: #413d38;
  color: #abada2;
  border: none !important;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: normal;
  outline: none;
  overflow: hidden;
  padding: 15px !important;
  text-align: center;
  text-transform: uppercase;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-family: 'Oswald', sans-serif;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ews_frm input[type="submit"]:hover {
  background-color: #c49b64;
  color: #413d38;
}
.ews_frm input[type="radio"] {
  display: none;
  width: inherit !important;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ews_frm input[type="radio"] + label {
  position: relative;
}
.ews_frm input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  visibility: visible;
  left: 0;
  margin: 0 6px -1px 0;
  text-align: center;
  line-height: 15px;
  background-color: rgba(55, 55, 55, 0.1);
  border: 1px solid rgba(55, 55, 55, 0.1);
  cursor: pointer;
  height: 13px;
  width: 13px;
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ews_frm input[type="radio"]:checked + label:before {
  background-color: #413d38;
  border: 4px solid #cccccc;
  height: 15px;
  width: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ews_frm select {
  background-color: #413d38;
  color: #abada2;
  border: none;
  cursor: pointer;
  font-size: 1em;
  outline: none;
  overflow: hidden;
  padding: 10px;
  -ms-text-overflow: '';
  -o-text-overflow: '';
  text-overflow: '';
  text-indent: .01px;
  width: 100%;
  white-space: nowrap;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ews_frm select option {
  background-color: #413d38;
  color: #abada2;
}
.ews_frm select:hover {
  background-color: #c49b64;
  color: #413d38;
}
.ews_frm .ews_form_element {
  margin-bottom: 10px !important;
  padding: 0 !important;
  width: 100%;
}
.ews_frm .ews_form_element .ews_form_firstname span,
.ews_frm .ews_form_element .ews_form_lastname span,
.ews_frm .ews_form_element .ews_form_addressline span,
.ews_frm .ews_form_element .ews_form_cityzip span,
.ews_frm .ews_form_element .ews_form_countryline span {
  color: rgba(55, 55, 55, 0.8);
}
.ews_frm .ews_form_element span.ews_form_question {
  border-bottom: none !important;
  color: #c49b64;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: normal;
  margin-bottom: 5px;
  text-transform: uppercase;
  width: 100%;
  font-family: 'Oswald', sans-serif;
}
.ews_frm .ews_form_element span.ews_form_question span.ews_form_required {
  color: #c49b64;
}
.ews_frm .ews_form_element .ews_form_fullname {
  margin: 0;
  width: 100%;
}
.ews_frm .ews_form_element .ews_form_fullname .ews_form_firstname,
.ews_frm .ews_form_element .ews_form_fullname .ews_form_lastname {
  float: none;
  margin: 0 0 10px 0;
  width: 100%;
}
.ews_frm .ews_form_element .ews_form_fullname .ews_form_middlename {
  display: none;
}
.ews_frm .ews_form_element .ews_form_address .ews_form_cityzip .ews_form_city,
.ews_frm .ews_form_element .ews_form_address .ews_form_cityzip .ews_form_state,
.ews_frm .ews_form_element .ews_form_address .ews_form_cityzip .ews_form_zip {
  float: none;
  margin: 0 -5px 0 2%;
  width: 32%;
  display: inline-block;
  vertical-align: top;
}
.ews_frm .ews_form_element .ews_form_address .ews_form_cityzip .ews_form_city {
  margin-left: 0;
}
.ews_frm .ews_form_multichoice ul li [type="checkbox"] {
  display: inline-block;
  width: inherit !important;
}
.ews_frm .ews_form_paragraph {
  color: #413d38;
}
/*# sourceMappingURL=content.css.map */