/* defaults, globals, etc. stst
==============================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

:focus {
  outline: 0; }

body {
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  font-family: "proxima-nova", sans-serif;
  text-align: left; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal; }

a, a img {
  text-decoration: none; }

button {
  width: auto;
  overflow: visible; }

input, textarea {
  -webkit-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  border-radius: 0; }

.clearit {
  clear: both;
  height: 0;
  background: transparent;
  line-height: 0.0;
  font-size: 0; }

.none {
  display: none; }

img, embed, object, video {
  max-width: 100%; }

.graybox, .vid, article img, main section.six img, main.home section.six img, main section.six ul.alphalist li, .directory aside.two img, .staffperson img, main section.six .videosmall img, article .imagehead img, article p img, main p img {
  padding: 7px;
  background-color: #e8e7e7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

.neg {
  margin-top: -14px; }

.pos {
  margin-bottom: 35px; }

/* structure (960px base, 8col - 120px or 12.5% , 14px baseline grid, gutter 21px)
==============================================================================*/
.container, .nf-container {
  width: 90%;
  margin: 0 auto;
  max-width: 960px;
  -webkit-overflow-scrolling: touch; }

aside.two {
  width: 25%;
  float: right; }

aside.twoleft {
  width: 25%;
  float: left; }

aside.three {
  width: 37.5%;
  float: right; }

aside.threeleft {
  width: 37.5%;
  float: left; }

section.four {
  width: 50%;
  float: left; }

section.five {
  width: 62.5%;
  float: left; }

section.fiveright {
  width: 62.5%;
  float: right; }

section.six, article.six {
  width: 75%;
  float: left; }

section.eight {
  width: 100%; }

div.wrapperwline {
  width: 100%;
  margin-bottom: 49px;
  border-bottom: 1px solid #e8e7e7;
  clear: both; }

div.wrapperwlinetop {
  width: 100%;
  margin-bottom: 49px;
  margin-top: 14px;
  border-top: 1px solid #e8e7e7;
  clear: both; }

/* header
==============================================================================*/
header {
  width: 100%;
  background-color: white;
  padding: 35px 0;
  position: relative; }
  header h1 {
    color: #363636;
    font-weight: 700;
    font-size: 21px;
    line-height: 21px;
    width: 60%;
    float: left;
    position: relative;
    padding-left: 68px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    header h1
span {
      position: absolute;
      left: -20px;
      top: -44px;
      width: 92px; }
    header h1 em {
      text-transform: uppercase;
      font-weight: 300;
      font-size: 13px;
      display: block;
      letter-spacing: 2px; }
  header .search {
    position: relative;
    float: right;
    z-index: 3;
    width: 40%;
    height: 35px;
    margin: auto 0; }
    header .search input {
      position: absolute;
      padding: 0px 7px;
      font-family: "garvis-pro", serif;
      font-style: italic;
      font-weight: 100;
      height: 100%;
      right: 35px;
      width: 50%;
      -webkit-border-top-left-radius: 2px;
      -webkit-border-bottom-left-radius: 2px;
      -moz-border-radius-topleft: 2px;
      -moz-border-radius-bottomleft: 2px;
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px; }
    header .search button {
      position: absolute;
      right: 0;
      height: 37px;
      width: 35px;
      display: block;
      border: 1px solid gainsboro !important;
      border-left: none !important;
      border-bottom: 1px solid gainsboro !important;
      overflow: hidden;
      -webkit-border-top-right-radius: 2px;
      -webkit-border-bottom-right-radius: 2px;
      -moz-border-radius-topright: 2px;
      -moz-border-radius-bottomright: 2px;
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px; }

.search svg {
  width: 28px;
  height: 28px;
  padding: 3px; }

.search svg path {
  opacity: 0.7;
  transition: opacity 0.15s ease-out;
  fill: #363636; }

.search svg:hover path {
  opacity: 1.0; }

/*  
header h1
{background: transparent url('https://www.unyumc-new.org/images/svg/caflogo.svg') no-repeat left 4px;
background-size: 100px;}
*/
/* nav
==============================================================================*/
nav {
  clear: both;
  width: 100%;
  height: 35px;
  position: relative;
  z-index: 1000;
  background: #2a1505;
  background: -webkit-linear-gradient(180deg, #fa7212 0%, #2a1505 100%) rgba(31, 31, 31, 0.87);
  background: -moz-linear-gradient(180deg, #fa7212 0%, #2a1505 100%) rgba(31, 31, 31, 0.87);
  background: -o-linear-gradient(180deg, #fa7212 0%, #2a1505 100%) rgba(31, 31, 31, 0.87);
  background: -ms-linear-gradient(180deg, #fa7212 0%, #2a1505 100%) rgba(31, 31, 31, 0.87);
  background: linear-gradient(270deg, #fa7212 0%, #2a1505 100%) rgba(31, 31, 31, 0.87);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05); }
  nav li {
    width: 12.5%;
    line-height: 35px;
    height: 35px;
    list-style: none;
    text-align: center;
    display: inline-block;
    float: left;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative; }

nav li:nth-child(1) {
  background-color: rgba(0, 0, 0, 0.48); }

nav li:nth-child(2) {
  background-color: rgba(0, 0, 0, 0.4); }

nav li:nth-child(3) {
  background-color: rgba(0, 0, 0, 0.32); }

nav li:nth-child(4) {
  background-color: rgba(0, 0, 0, 0.24); }

nav li:nth-child(5) {
  background-color: rgba(0, 0, 0, 0.16); }

nav li:nth-child(6) {
  background-color: rgba(0, 0, 0, 0.08); }

nav li:nth-child(7) {
  background-color: rgba(0, 0, 0, 0.04); }

nav li a {
  display: block;
  height: 35px;
  transition: all 0.15s ease-in; }

nav li a:link, nav li a:visited {
  color: #e8e7e7;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.22); }

nav li a:hover, nav li a:active, nav li a.active {
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.25); }

/*Style for dropdown links*/
nav li:hover ul a {
  background-color: rgba(0, 0, 0, 0.82);
  transition: all 0.25s ease-in-out;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0px;
  text-align: left;
  height: inherit;
  line-height: 17px;
  overflow: hidden; }

/*Hover state for dropdown links*/
nav li:hover ul a:hover, nav li:hover ul a.active {
  background: #e86b29;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.22); }

/*Hide dropdown links until they are needed*/
nav li ul {
  display: none; }

/*Make dropdown links vertical*/
nav li ul li {
  width: auto;
  margin-left: -50%;
  min-width: 200%;
  height: auto;
  min-height: 1px;
  display: block;
  float: none; }

/*Prevent text wrapping*/
nav li ul li a {
  height: auto;
  padding: 7px 14px; }

/*Display the dropdown on hover*/
nav li a:hover + .hidden, .hidden:hover {
  display: block; }

nav li:hover ul a.active, nav li a.active {
  cursor: default; }

nav .icon {
  width: 10.9375%;
  height: 35px;
  float: right; }

nav .icon a {
  display: block;
  width: 28px;
  height: 35px;
  float: right; }

nav .icon a svg {
  width: 24px;
  height: 35px; }

nav .icon path {
  opacity: 0.85;
  transition: opacity 0.15s ease-out;
  fill: #6b3213; }

nav .icon a:focus path, nav .icon a:hover path, nav .icon a:active path {
  opacity: 1.0; }

nav a.m-pikabu-nav-toggle {
  display: none;
  line-height: 35px;
  height: 35px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-right: 21px;
  color: #e8e7e7;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
  background-color: rgba(0, 0, 0, 0.24);
  cursor: pointer; }

nav a.m-pikabu-nav-toggle em {
  height: 35px;
  width: 24px;
  margin-right: 21px;
  padding: 0px 14px;
  float: left;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4); }

nav a.m-pikabu-nav-toggle svg {
  max-width: 24px;
  max-height: 35px;
  margin-top: 5px; }

nav a.m-pikabu-nav-toggle svg path {
  fill: #e8e7e7; }

/* pikabu slide out nav
==============================================================================*/
.m-pikabu-viewport {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-box;
  display: box;
  height: 100%;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.m-pikabu-sidebar {
  position: absolute;
  padding-bottom: 28px;
  top: 0;
  overflow: auto;
  height: 100%;
  display: block; }

.m-pikabu-right {
  right: 0;
  width: 320px;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.m-pikabu-right-visible .m-pikabu-right {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.m-pikabu-left {
  width: 80%;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.m-pikabu-left-visible .m-pikabu-left {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.m-pikabu-container {
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.m-pikabu-left-visible .m-pikabu-container {
  -webkit-transform: translate3d(80%, 0, 0);
  -moz-transform: translate3d(80%, 0, 0);
  -ms-transform: translate3d(80%, 0, 0);
  -o-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

.m-pikabu-right-visible .m-pikabu-container {
  -webkit-transform: translate3d(-320px, 0, 0);
  -moz-transform: translate3d(-320px, 0, 0);
  -ms-transform: translate3d(-320px, 0, 0);
  -o-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0); }

.m-pikabu-container, .m-pikabu-sidebar {
  -webkit-transition: -webkit-transform 0.2s ease-in;
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  transition: transform 0.2s ease-in; }

.m-pikabu-overlay {
  display: none; }

.m-pikabu-left-visible .m-pikabu-overlay, .m-pikabu-right-visible .m-pikabu-overlay {
  position: absolute;
  top: 0;
  z-index: 30000;
  display: block;
  width: 100%;
  cursor: pointer; }

.m-pikabu-hidden {
  display: none; }

.m-pikabu-overflow-touch {
  -webkit-overflow-scrolling: touch; }

.m-pikabu-container {
  background: white;
  -moz-box-shadow: -1px 0px 330px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -1px 0px 330px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 0px 330px rgba(0, 0, 0, 0.2); }

.m-pikabu-left-visible .m-pikabu-left .icon {
  display: none; }

/* pikabu slide out nav style
==============================================================================*/
.m-pikabu-sidebar li {
  line-height: 14px;
  font-size: 14px;
  list-style: none;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase; }

.m-pikabu-sidebar li a {
  display: block;
  padding: 14px 8%;
  background: rgba(230, 230, 230, 0.2);
  border-bottom: 1px solid rgba(230, 230, 230, 0.5); }

.m-pikabu-sidebar li a:link, .m-pikabu-sidebar li a:visited {
  color: #363636; }

.m-pikabu-sidebar ul li {
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 500; }

.m-pikabu-sidebar ul li a {
  padding: 10px 10%;
  background: none; }

a.closenav {
  background: #2a1505;
  background: -webkit-linear-gradient(180deg, #fa7212 0%, #2a1505 100%) rgba(31, 31, 31, 0.87);
  background: -moz-linear-gradient(180deg, #fa7212 0%, #2a1505 100%) rgba(31, 31, 31, 0.87);
  background: -o-linear-gradient(180deg, #fa7212 0%, #2a1505 100%) rgba(31, 31, 31, 0.87);
  background: -ms-linear-gradient(180deg, #fa7212 0%, #2a1505 100%) rgba(31, 31, 31, 0.87);
  background: linear-gradient(270deg, #fa7212 0%, #2a1505 100%) rgba(31, 31, 31, 0.87);
  display: block;
  line-height: 35px;
  height: 35px;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  overflow: hidden; }

a.closenav:link, a.closenav:visited {
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08); }

a.closenav em {
  font-weight: 800;
  padding: 14px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.08);
  margin-left: 7px; }

/* pikabu google translate slideout
==============================================================================*/
#google_translate_element {
  width: 264px;
  margin: 49px 28px 28px;
  text-align: center; }

#google_translate_element h3 {
  font-size: 24px;
  line-height: 14px;
  margin-bottom: 28px;
  color: #363636; }

#google_translate_element h3 em {
  height: 45px;
  width: 45px;
  display: inline-block; }

#google_translate_element h3 em svg {
  fill: #363636; }

.m-pikabu-sidebar p.close_translate {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700; }

/* slidr
==============================================================================*/
#slidr-div {
  width: 100%;
  height: 560px;
  z-index: 1;
  overflow: hidden;
  position: relative; }

#slidr-div div.imageback {
  background-size: cover;
  position: absolute;
  background-position: center center;
  width: 100%;
  height: 560px;
  margin: 0 auto; }

#slidr-div a.fullscreenlink {
  display: block;
  position: absolute;
  top: -2500px;
  left: -2500px;
  height: 5000px;
  width: 5000px; }

#slidr-div div.info {
  position: absolute;
  bottom: 56px;
  width: 40%;
  max-width: 480px; }
  #slidr-div div.info h2 {
    font-size: 19px;
    font-weight: 700;
    line-height: 21px;
    color: white;
    max-width: 85%; }
  #slidr-div div.info p {
    background: rgba(0, 0, 0, 0.8);
    padding: 14px;
    color: #e8e7e7;
    line-height: 21px;
    -webkit-border-radius: 2px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 2px;
    -moz-border-radius-topleft: 0;
    border-radius: 2px;
    border-top-left-radius: 0; }

#slidr-div h2 a {
  padding: 14px;
  display: inline-block;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

#slidr-div h2 a:link, #slidr-div h2 a:visited {
  background: rgba(0, 0, 0, 0.72);
  color: #ee6e2a;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
  transition: all 0.25s ease-out; }

#slidr-div h2 a:hover, #slidr-div h2 a:active {
  background: rgba(0, 0, 0, 0.9);
  color: white; }

#slidr-div p a:link, #slidr-div p a:visited {
  color: #ee6e2a;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
  transition: color 0.15s ease-out;
  font-weight: 700; }

#slidr-div p a:hover, #slidr-div p a:active {
  color: white; }

aside[id*="-control"] .slidr-control:after {
  border-color: transparent !important; }

#slidr-div aside .slidr-breadcrumbs {
  margin-right: 41px !important; }

/* main
==============================================================================*/
main {
  margin: 56px 0;
  display: block; }

main a:link, main a:visited, input, button {
  color: #ee6e2a;
  /* color */
  transition: color 0.15s ease-out; }

main a:hover, main a:active, input:hover, button:hover {
  color: #363636; }

main p {
  font-size: 17px;
  line-height: 28px;
  padding-bottom: 28px;
  color: #363636;
  font-family: "garvis-pro", serif; }

main .six p strong {
  font-weight: bold; }

main h2 {
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  color: #363636;
  background: #e8e7e7;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 7px 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

a.linkbutton, .linkbutton a, .calcontact a {
  display: block;
  text-align: center;
  padding: 7px;
  margin-top: 28px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  border: 1px solid currentColor;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

aside.two h2, aside.two p, aside.two h3, aside.two ul, aside.two ol {
  margin-left: 49px; }

aside.two p {
  font-size: 16px;
  line-height: 21px;
  color: #363636;
  font-family: "proxima-nova", sans-serif; }

aside.two h2 {
  margin-bottom: 49px; }

aside.two h2.lm {
  margin-bottom: 21px; }

aside.two h2.pluslm {
  margin-bottom: 21px;
  margin-top: 28px; }

aside.two li.year {
  font-weight: 700;
  font-size: 13px;
  line-height: 14px;
  padding-bottom: 14px;
  letter-spacing: .2em;
  color: #363636;
  text-transform: uppercase; }

aside.two ul, aside.two ol {
  margin-bottom: 49px; }

aside.two ol {
  list-style: outside decimal; }

aside.two li {
  font-size: 16px;
  line-height: 21px;
  border-bottom: 1px solid #e8e7e7;
  padding: 14px 0 13px;
  font-weight: normal; }

aside.two li:nth-last-child(1) {
  border-bottom: none;
  padding: 14px 0 14px; }

aside.two li a {
  display: block; }

aside.two li a.active {
  color: #363636;
  cursor: default;
  font-style: italic; }

.vid {
  margin-bottom: 21px; }

.vid p {
  display: none; }

article p + .vid, article .vid + .vid, article h3 + .vid, section.six p + .vid, section.six .vid + .vid, section.six h3 + .vid {
  margin-right: 56px; }

p.rss {
  font-style: italic; }

p.rss a svg {
  height: 18px;
  width: 18px;
  vertical-align: text-top; }

main section.six {
  -moz-box-shadow: 1px 0px 0px #e8e7e7;
  -webkit-box-shadow: 1px 0px 0px #e8e7e7;
  box-shadow: 1px 0px 0px #e8e7e7; }

main section h1 {
  font-size: 30px;
  line-height: 35px;
  padding-bottom: 14px;
  color: #363636;
  margin-bottom: 49px; }

main section.six em {
  font-style: italic; }

main section.six h2 + h1, main section.six h1.toptitle {
  border-bottom: 1px solid #e8e7e7;
  margin: 35px 49px 49px 0; }

main section h4 {
  color: #363636;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 7px;
  font-weight: 700; }

p blockquote {
  margin-right: none; }

blockquote {
  background-color: #e8e7e7;
  padding: 28px 0 0 49px;
  margin-bottom: 28px;
  margin-right: 49px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  clear: both; }

blockquote p {
  font-style: italic; }

blockquote a {
  font-weight: bold; }

main section.six p, main section.six h1, main section.six h4 {
  margin-right: 49px; }

main hr {
  border: 0;
  height: 1px;
  background: #e8e7e7;
  margin-right: 49px;
  margin-top: 14px;
  margin-bottom: 14px;
  clear: both; }

article img, main section.six img {
  max-width: 40%;
  float: right;
  margin: 14px 0 14px 28px; }

main .imagewcaption {
  text-align: right;
  width: 40%;
  display: block;
  height: auto;
  clear: both;
  float: right;
  margin: 7px 0px 28px 35px;
  line-height: 14px;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px; }

main .imagewcaption img, main section.six .imagewcaption img {
  margin-bottom: 7px;
  margin-top: 7px;
  margin-left: 0px;
  margin-right: 0px;
  max-width: none;
  width: 100%; }

main p:nth-child(1) .imagewcaption, main p:nth-child(1) section.six .imagewcaption {
  margin: 0px 0px 28px 35px; }

main section.six ul, main section.six ol {
  padding-bottom: 28px;
  font-family: "garvis-pro", serif;
  color: #363636; }

main section.six ul li {
  list-style: disc;
  list-style-position: inside; }

main section.six ol li {
  list-style: decimal;
  list-style-position: inside; }

main section.six p ul, main section.six p ol {
  padding-bottom: none; }

main section.six ol li, main section.six ul li {
  line-height: 21px;
  font-size: 17px;
  font-style: italic;
  list-style: disc;
  margin-right: 49px; }

main section.six li {
  list-style: none;
  padding-left: 28px;
  line-height: 28px; }

main section.six .vid {
  margin-right: 49px; }

main section.six .box, main article.six .box {
  background-color: #e8e7e7;
  padding: 28px 0 28px 49px;
  margin-bottom: 28px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  clear: both;
  margin-right: 49px; }

main section.threecol {
  -webkit-columns: 3 200px;
  -moz-columns: 3 200px;
  columns: 3 200px;
  -webkit-column-gap: 49px;
  -moz-column-gap: 49px;
  column-gap: 49px;
  -webkit-column-rule: 1px solid #e8e7e7;
  -moz-column-rule: 1px solid #e8e7e7;
  column-rule: 1px solid #e8e7e7;
  margin-bottom: 35px; }

main section.six section.threecol {
  margin-right: 49px; }

section.threecol li {
  padding-left: 0px !important; }

section.threecol li a {
  display: block;
  padding: 7px 0; }

/* homepage
==============================================================================*/
main.home aside.two {
  -moz-box-shadow: -1px 0px 0px #e8e7e7;
  -webkit-box-shadow: -1px 0px 0px #e8e7e7;
  box-shadow: -1px 0px 0px #e8e7e7; }

main.home section.six {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

main.home section.six, main.home aside.two {
  margin-bottom: 49px; }

main.home .twofive {
  width: 50%;
  float: left; }

main.home aside.two h2, main.home aside.two p {
  margin-left: 49px; }

main.home .twofive h2, main.home .twofive h4, main.home .twofive h3, .twofive p.more, main.home section.six p, main.home .twofive p {
  margin-right: 49px; }

main.home h2, main.home .twofive h2 {
  margin-bottom: 28px; }

main.home h4 {
  font-size: 16px;
  line-height: 21px;
  font-family: "garvis-pro", serif;
  font-weight: normal;
  color: #363636;
  font-style: italic; }

main.home h3 {
  font-weight: 600;
  font-size: 19px;
  line-height: 21px;
  padding: 7px 0 14px;
  border-bottom: 1px solid #e8e7e7;
  color: #363636; }

main.home aside.two p {
  font-size: 16px;
  line-height: 21px;
  font-family: "proxima-nova", sans-serif;
  padding-bottom: 0px !important; }

main.home p.more {
  font-style: italic;
  font-size: 14px;
  line-height: 21px; }

main.home p.more em {
  width: 18px;
  height: 18px;
  padding-left: 7px;
  vertical-align: bottom;
  display: inline-block; }

main.home p.more em svg {
  fill: #e8e7e7; }

main.home h5 {
  line-height: 28px;
  font-weight: 700; }

main.home h5 em {
  font-family: "garvis-pro", serif;
  font-style: italic;
  display: block;
  color: #363636;
  font-weight: normal; }

main.home h5 svg {
  width: 200px;
  height: 60px;
  display: block;
  margin-bottom: -2px;
  fill: #e96d38;
  /* color */ }

main.home .twofive h3, main.home aside.three h3 {
  margin-bottom: 20px; }

main.home .twofive h3 a {
  display: block; }

main.home section.six img {
  float: left;
  width: inherit;
  margin: 0 21px 0 0; }

/* search results
==============================================================================*/
main.search h1 {
  font-size: 30px;
  line-height: 35px;
  padding-bottom: 14px;
  color: #363636;
  margin-bottom: 49px;
  position: relative;
  padding-right: 35px;
  margin-top: 82px;
  border-bottom: 1px solid #e8e7e7; }

main.search h1 strong {
  position: absolute;
  right: 0;
  display: inline-block;
  background-color: #e8e7e7;
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  height: 28px;
  width: 28px;
  top: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

main.search h1 em, main.search p em {
  font-style: italic;
  border-bottom: 1px dotted #e8e7e7; }

main.search h3 em {
  border-bottom: 1px dotted #e8e7e7; }

main.search .result {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 14px 0 49px;
  padding-bottom: 14px;
  color: #363636;
  border-bottom: 1px solid #e8e7e7; }

main.search .result h3 {
  font-size: 25px;
  line-height: 21px;
  padding-bottom: 7px; }

main.search .result h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  padding: 7px 0 14px 0;
  color: #bdbcbd;
  padding-left: 35px; }

main.search p.paginate svg {
  vertical-align: middle; }

.result p span.lined {
  font-family: "proxima-nova", sans-serif; }

.result p span.lined strong {
  font-weight: 700; }

.result h4.events, .result h4.district_events {
  background: transparent url("https://www.unyumc.org/images/svg/events.svg") no-repeat left 4px;
  background-size: 28px; }

.result h4.news, .result h4.district_news {
  background: transparent url("https://www.unyumc.org/images/svg/news.svg") no-repeat left 6px;
  background-size: 28px; }

.result h4.video {
  background: transparent url("https://www.unyumc.org/images/svg/video.svg") no-repeat left 5px;
  background-size: 28px; }

.result h4.dynamic {
  background: transparent url("https://www.unyumc.org/images/svg/star.svg") no-repeat left 4px;
  background-size: 28px; }

.result h4.forms {
  background: transparent url("https://www.unyumc.org/images/svg/form.svg") no-repeat left 5px;
  background-size: 28px; }

.result h4.church {
  background: transparent url("https://www.unyumc.org/images/svg/churches.svg") no-repeat -2px 6px;
  background-size: 35px; }

.result h4.conference_staff {
  background: transparent url("https://www.unyumc.org/images/svg/person.svg") no-repeat left 6px;
  background-size: 28px; }

.result h4.clergy {
  background: transparent url("https://www.unyumc.org/images/svg/clergy.svg") no-repeat -2px 5px;
  background-size: 38px; }

.result h4.about, .result h4.district_static, .result h4.ministries, .result h4.mission, .result h4.resources, .result h4.events_static, .result h4.news_static {
  background: transparent url("https://www.unyumc.org/images/svg/page.svg") no-repeat left 6px;
  background-size: 28px; }

/* church/clergy directory
==============================================================================*/
ul.alphalist, ul.alphalisting {
  list-style-type: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-right: 49px; }

main section.six ul.alphalist li {
  display: inline-block;
  list-style-type: none !important;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal !important;
  line-height: 14px;
  width: 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e8e7e7;
  padding: 4px !important;
  margin: 0 2px 7px 0;
  text-align: center; }

main section.six ul.alphalist li a {
  display: block; }

h6.alphaheading {
  font-weight: 200;
  font-size: 35px;
  margin-bottom: 28px;
  color: #363636;
  margin-right: 49px;
  line-height: 35px;
  padding: 28px 0 14px;
  border-bottom: 1px solid #e8e7e7; }

h6.alphaheading a {
  float: right;
  font-family: "garvis-pro", serif;
  font-size: 13px;
  font-style: italic; }

main section.six ul.alphalisting li {
  list-style-type: none !important;
  padding: 0 7px 0;
  font-size: 17px;
  line-height: 28px;
  margin: 0 0 0 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal !important; }

main section.six ul.alphalisting li:nth-child(even) {
  background: #fafafa; }

.directory h1 {
  margin-bottom: 0px !important; }

.directory h3 {
  color: #363636;
  line-height: 21px;
  font-size: 18px;
  padding-bottom: 14px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e8e7e7; }

.directory h3 strong {
  font-weight: 700; }

.directory h3 span.lined:nth-child(1n+2)::before, .result p span.lined:nth-child(1n+2)::before {
  content: " / "; }

.directory h4 span {
  display: block;
  font-weight: 400;
  padding-bottom: 28px; }

.directory h4 em {
  font-weight: 400;
  font-style: normal !important; }

main .directory section.six img {
  margin: 0px 49px 28px 49px !important; }

.directory aside.two p {
  font-weight: 700; }

.directory aside.two p span {
  font-family: "garvis-pro", serif;
  font-style: italic;
  display: block;
  font-weight: normal; }

.directory aside.two img {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px; }

.directory h5 {
  color: #363636;
  font-size: 23px;
  padding-bottom: 14px;
  line-height: 28px; }

main .directory hr {
  margin-bottom: 49px; }

/* advanced template
==============================================================================*/
#topimage {
  width: 100%;
  height: 343px;
  z-index: 1;
  overflow: hidden;
  position: relative; }

div.imageback2 {
  background-size: cover;
  position: absolute;
  background-position: center center;
  width: 100%;
  height: 343px;
  margin: 0 auto; }

#topimage h2 {
  position: absolute;
  bottom: 35px;
  font-size: 28px;
  font-weight: 100;
  background: rgba(0, 0, 0, 0.8);
  padding: 21px;
  color: #e8e7e7;
  line-height: 21px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

main.home aside.two ul {
  margin-bottom: 0; }

main.home aside.three .contact {
  border: 4px double #e8e7e7;
  padding: 49px;
  color: #363636;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 35px; }

.contact h5 {
  font-size: 28px;
  line-height: 28px;
  padding-bottom: 21px;
  font-weight: 200 !important; }

.contact h4 {
  border-top: 1px solid #e8e7e7;
  padding-top: 21px;
  line-height: 21px !important; }

main.home section.four {
  margin-top: 49px;
  -moz-box-shadow: 1px 0px 0px #e8e7e7;
  -webkit-box-shadow: 1px 0px 0px #e8e7e7;
  box-shadow: 1px 0px 0px #e8e7e7; }

main.home section.four p {
  margin-right: 49px;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px; }

main.home section.four:nth-child(2) {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

main.home section.four:nth-child(2) p {
  margin-right: none;
  margin-left: 49px; }

main.home section.four p:nth-last-child(1) {
  padding-bottom: 0px !important; }

main.home .twofive p {
  margin-right: 49px; }

/* conference staff
==============================================================================*/
section.eight h2 {
  margin-bottom: 35px; }

.staff h4 {
  border-bottom: 1px solid #e8e7e7;
  margin-bottom: 24px; }

section.staff {
  margin-bottom: 49px;
   }

section.staff h3 {
  color: #363636;
  font-size: 15px;
  width: 60%;
  font-weight: 700;
  line-height: 21px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 28px 0 7px; }

section.staff h3 strong {
  display: block;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase; }

section.staff h3 a {
  font-family: "garvis-pro", serif;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  -ms-word-break: break-all;
  /* Be VERY careful with this, breaks normal words wh_erever */
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.staffperson {
  width: 33.333333333%;
  height:inherit;
  display: table;
  margin-bottom: 28px;
  float: left; }

.staffperson:nth-child(3n) {
  clear: both; }

.staffperson img {
  width: 78%;
  margin-right: 0px;
  float: left; }

/* classifieds and blog comments
==============================================================================*/
.classified h4 {
  border-top: 1px solid #e8e7e7;
  font-size: 24px;
  margin-top: 13px;
  padding-top: 35px; }

.classified h3 {
  font-family: "garvis-pro", serif;
  font-style: italic;
  font-size: 18px;
  color: #363636;
  margin-bottom: 14px; }

h1 + div.classified h4 {
  border-top: none; }

form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: #363636;
  font-size: 16px;
  line-height: 14px; }

form label {
  box-sizing: inherit;
  padding-bottom: 7px;
  font-weight: 700; }

form div.r_form, #comments form {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

form div.r_form input, form div.r_form textarea, #comments form input, #comments form textarea {
  width: 100%;
  padding: 7px 14px;
  margin: 7px 0 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-family: "garvis-pro", serif; }

form div.r_form textarea, #comments form textarea {
  border: 1px solid gainsboro;
  padding: 14px;
  min-height: 144px;
  font-style: italic; }

form div.linkbutton_form, #comments form div.linkbutton_form {
  clear: both;
  width: 33%;
  font-family: "proxima-nova", sans-serif; }

form div.linkbutton_form input, #comments form div.linkbutton_form input {
  display: block;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  width: 100%;
  background: white;
  padding: 10px 7px;
  margin-top: 28px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  border: 1px solid currentColor;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

#comments {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 49px; }

#comments h4 {
  margin: 42px 0 24px 0;
  position: relative;
  border-bottom: 1px solid #e8e7e7; }

#comments h4 strong {
  position: absolute;
  right: 0;
  display: inline-block;
  background-color: #e8e7e7;
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  height: 28px;
  width: 28px;
  top: 6;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.comment, .comment2 {
  padding: 30px;
  background: #fafafa; }

#comments .comment2 {
  background: whitesmoke; }

.comment p, .comment2 p {
  font-style: italic; }

/* district map
==============================================================================*/
.district_map {
  margin-top: -49px; }

.district_map_container {
  width: 100%;
  height: 0;
  padding-top: 74%;
  position: relative; }

.svg_map {
  position: absolute;
  top: 0;
  left: 0; }

.district_map svg .district {
  transition: all 0.15s ease-in;
  fill: #56ace5; }

.district_map svg .district:hover {
  fill: #294e66; }

.district_map h1 {
  position: absolute;
  top: 112px;
  font-size: 35px;
  color: #363636;
  font-weight: 300; }

main section.threecol ol {
  list-style: outside decimal;
  padding-left: 21px;
  color: #363636;
  font-weight: bold; }

main section.threecol ol li a {
  font-weight: normal; }

/* district calendar
==============================================================================*/
h1.dcal {
  padding: 24px 24px;
  color: #363636;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  background: #e8e7e7;
  text-align: center;
  margin-bottom: -14px; }

h3.dcal {
  text-align: center;
  margin-top: 21px;
  font-weight: normal; }

/* featured video
==============================================================================*/
#mainvideo {
  width: 100%;
  background-color: #121212; }

#mainvideo .container {
  background-color: #363636; }

#mainvideo div.vid {
  padding: 0px;
  margin-bottom: 0px !important;
  background-color: #363636;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

#mainvideo section.five {
  background-color: #222222;
  padding: 28px 0px;
  min-height: 126px; }

#mainvideo h2 {
  font-size: 22px;
  line-height: 24px;
  padding: 0px 28px 7px 35px;
  color: #e8e7e7; }

#mainvideo p {
  font-size: 15px;
  padding: 0 35px;
  line-height: 24px;
  font-family: "garvis-pro", serif;
  color: gainsboro; }

#mainvideo a:link, #mainvideo a:visited {
  color: aqua; }

#mainvideo a:hover, #mainvideo a:active {
  color: #e8e7e7; }

#mainvideo aside.three a.arrows {
  width: 50%;
  display: block;
  margin-bottom: 21px;
  background-color: rgba(0, 0, 0, 0.28);
  height: 70px;
  float: left;
  position: relative;
  transition: all 0.15s ease-in; }

#mainvideo aside.three a.arrows:nth-child(2) {
  background-color: rgba(0, 0, 0, 0.16); }

#mainvideo aside.three a.arrows svg {
  width: 35px;
  height: 70px;
  position: absolute;
  left: 50%;
  margin-left: -17px; }

#mainvideo aside.three a.arrows span svg {
  fill: #363636; }

#mainvideo aside.three h5 {
  font-size: 14px;
  text-align: center;
  padding: 7px 28px 35px;
  clear: both;
  font-family: "garvis-pro", serif;
  line-height: 28px;
  font-style: italic;
  color: gainsboro; }

#mainvideo aside.three h4 {
  padding: 35px 28px 0px 28px;
  text-align: center;
  font-weight: 700;
  color: gainsboro;
  line-height: 28px; }

.videosmall {
  margin: 49px 0; }

.videosmall:nth-last-child(1) {
  margin: 49px 0 0; }

.videosmall p {
  border-bottom: 1px solid #e8e7e7; }

.videosmall:nth-last-child(1) p {
  border-bottom: none; }

main section.six .videosmall img {
  float: left !important;
  width: 30%;
  margin: 7px 28px 7px 0px; }

/* article
==============================================================================*/
article.six {
  -moz-box-shadow: 1px 0px 0px #e8e7e7;
  -webkit-box-shadow: 1px 0px 0px #e8e7e7;
  box-shadow: 1px 0px 0px #e8e7e7;
  margin-bottom: 49px; }

article em {
  font-style: italic; }

article .imagehead {
  margin-bottom: 28px;
  margin-left: 0px; }

article .imagehead img {
  max-width: none;
  width: 98.055555556%;
  margin-top: 0px !important; }

article p img, main p img {
  display: block;
  height: inherit; }

article .vid {
  margin-bottom: 28px; }

article p, article h1, article h3, article h4, article ul, article ol, article blockquote, article .imagehead, article .vid, main span.imagewcaption, article h5, article div.fullwidth {
  margin-right: 49px; }

main p span.imagewcaption {
  margin-right: 0px; }

article p {
  font-family: "garvis-pro", serif;
  color: #363636;
  line-height: 28px;
  font-size: 17px;
  padding-bottom: 28px; }

article section.six em {
  font-style: italic; }

article h1 {
  font-size: 36px;
  line-height: 42px;
  padding-bottom: 14px;
  color: #363636;
  font-weight: 400; }

article h2 {
  margin-bottom: 49px; }

article h3 {
  font-family: "garvis-pro", serif;
  color: #363636;
  font-size: 19px;
  line-height: 28px;
  padding-bottom: 28px; }

article h1 + h3 {
  font-style: italic;
  padding-bottom: 49px; }

article h1 + h5 {
  border: 1px solid #e8e7e7;
  border-left: none;
  border-right: none;
  margin-bottom: 49px;
  padding: 20px 0 20px; }

article h5 {
  font-weight: 500;
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 14px;
  color: #363636; }

article h1 + h3 em {
  font-size: 12px;
  vertical-align: top; }

article h1 + h5 em {
  font-size: 14px; }

article h1 + h5 strong {
  display: block;
  font-size: 14px;
  text-transform: uppercase; }

article h4 {
  color: #363636;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  padding: 14px 0; }

article ul, article ol, main section.six ul, main section.six ol {
  padding-bottom: 28px;
  font-family: "garvis-pro", serif;
  margin-left: 28px;
  color: #363636; }

article ul li, main section.six ul li {
  list-style: disc; }

article ol li, main section.six ol li {
  list-style: decimal; }

article p ul, article p ol, main section.six p ul, main section.six p ol {
  padding-bottom: none; }

article ol li, article ul li, main section.six ol li, main section.six ul li {
  line-height: 21px;
  font-size: 17px;
  font-style: italic;
  padding-bottom: 14px; }

article li, main section.six li {
  list-style: none;
  padding-left: 21px;
  line-height: 28px; }

article p.truncate {
  border-bottom: 1px solid #e8e7e7;
  margin-bottom: 49px; }

p.paginate svg {
  width: 21px;
  height: 21px;
  fill: gainsboro;
  vertical-align: text-top; }

p.paginate {
  font-family: "proxima-nova", sans-serif; }

p.paginate a {
  display: inline-block; }

p.paginate a.next {
  float: right; }

article p.tags {
  font-weight: 700;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 0.12em;
  margin-top: 28px;
  clear: both; }

article p.tags a {
  font-weight: 500;
  letter-spacing: normal; }

article div.fullwidth img {
  max-width: none !important;
  width: 100% !important;
  padding: 0px !important;
  margin-top: 28px !important;
  margin-bottom: 14px !important;
  height: inherit;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  border-radius: 0px !important; }

article div.fullwidth {
  line-height: 14px;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px; }

/* blog
==============================================================================*
div.dark-wrapper
{background-color:$fontcolor; }

main.blog
{margin: 0px 0px !important;
padding: 56px 0px;}

main.blog a:hover, main.blog a:active
{color: $gcolor;}


main.blog h1
{color: $offwhite;
font-weight: 700;}

main.blog h2
{background-color: $darklinebox;
color: rgb(168,168,168); }

main.blog h3
{font-family: $font-stack-main;
font-style: normal;
color: $gcolor;
font-size: 15px;
letter-spacing: 0.12em;
font-weight: 400;
text-transform: uppercase;}

main.blog article p + h3
{font-weight: 700;}

main.blog p
{color: $gcolor;}

main.blog article.six
{-moz-box-shadow: 1px 0px 0px $darklinebox;
-webkit-box-shadow: 1px 0px 0px $darklinebox;
box-shadow: 1px 0px 0px $darklinebox;}

main.blog aside.two li
{border-bottom: 1px solid $darklinebox;}

.darkgraybox
{padding: 7px;
background-color: rgb(40,40,40);
@include border-radius(2px);}

main.blog article p img, main.blog p img
{display: block;
@extend .darkgraybox;
height: inherit;}

main.blog article .imagehead img
{@extend .darkgraybox;}

main.blog .vid
{@extend .darkgraybox;}

main.blog aside.two li.year
{color: $darklinebox;}*/
/* blog 2
==============================================================================*/
main.blog h1 {
  font-weight: 100;
  font-size: 42px; }

main.blog h3 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-transform: uppercase; }

main.blog article p + h3 {
  font-weight: 700; }

/* calendar
==============================================================================*/
main table.calendar {
  width: 100%;
  border: 1px solid #e8e7e7;
  border-right: none;
  color: #363636; }

main table.calendar th {
  text-align: center;
  border-right: 1px solid #e8e7e7;
  padding: 14px 0px;
  width: 14.285714286%; }

main table.calendar td {
  border-top: 1px solid #e8e7e7;
  border-right: 1px solid #e8e7e7;
  height: 126px;
  padding: 14px;
  line-height: 14px;
  color: gainsboro; }

main table.calendar td.today {
  background-color: #fcfeec; }

main table.calendar td span.current {
  color: #363636; }

main table.calendar caption svg {
  width: 21px;
  height: 21px; }

caption a {
  padding: 0 49px; }

caption svg, .calendar_fix h1 svg {
  fill: #ef6e2b;
  /* color */ }

main table.calendar caption, .calendar_fix h1 {
  text-align: center;
  margin: 21px 0 49px;
  font-size: 32px;
  font-weight: 100; }

main table.calendar td a, main table.calendar h3 span.event_title {
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  padding: 7px 0;
  margin-bottom: 7px; }

main table.calendar h3 span.event_title {
  display: block;
  color: #363636;
  font-style: italic;
  font-weight: 500; }

.calendar_fix {
  display: none;
  color: #363636; }

.calendar_fix h1 {
  padding-bottom: 14px;
  font-size: 28px; }

.calendar_fix h1 svg {
  margin: 0 14px;
  width: 19px;
  height: 19px;
  vertical-align: middle; }

.calendar_fix h3 {
  font-weight: 600;
  font-size: 19px;
  line-height: 21px;
  padding: 7px 0 21px; }

.calendar_fix h4 {
  font-size: 16px;
  line-height: 21px;
  font-family: "garvis-pro", serif;
  font-weight: normal;
  color: #363636;
  font-style: italic;
  border-top: 1px solid #e8e7e7;
  padding-top: 27px; }

.calendar_fix p a {
  font-style: italic; }

.calcontact a {
  padding: 14px;
  margin-top: 35px; }

.calcontact p {
  color: #363636;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  font-style: italic;
  margin-top: 14px; }

/* who we are footer
==============================================================================*/
.whoweare {
  clear: both;
  width: 100%;
  background: #e8e7e7;
  position: relative; }

.whoweare section.fiveright p {
  font-family: "garvis-pro", serif;
  font-size: 17px;
  padding: 56px 0 56px 14px;
  line-height: 28px; }

.whoweare aside.threeleft {
  min-height: 180px;
  position: relative; }

.unymap {
  background: url("https://www.unyumc.org/images/svg/unymap.svg") no-repeat;
  background-size: cover;
  background-position: center center;
  width: 85%;
  margin: 35px 0 35px 7%;
  min-height: 180px; }

.whoweare aside.threeleft h2 em svg {
  fill: #ef6e2b; }

/* footer
==============================================================================*/
footer {
  clear: both;
  width: 100%;
  height: 42px;
  position: relative;
  overflow: hidden;
  background: #2a1505;
  background: -webkit-linear-gradient(180deg, #fa7212 0%, #2a1505 100%) rgba(31, 31, 31, 0.87);
  background: -moz-linear-gradient(180deg, #fa7212 0%, #2a1505 100%) rgba(31, 31, 31, 0.87);
  background: -o-linear-gradient(180deg, #fa7212 0%, #2a1505 100%) rgba(31, 31, 31, 0.87);
  background: -ms-linear-gradient(180deg, #fa7212 0%, #2a1505 100%) rgba(31, 31, 31, 0.87);
  background: linear-gradient(270deg, #fa7212 0%, #2a1505 100%) rgba(31, 31, 31, 0.87); }
  footer
h2 {
    font-family: "garvis-pro", serif;
    line-height: 42px;
    text-align: right;
    color: #e8e7e7;
    font-size: 13px;
    font-style: italic; }

footer a.umc svg {
  width: 42px;
  height: 42px;
  float: left;
  background-color: rgba(0, 0, 0, 0.4); }

footer a.umc {
  width: 360px;
  font-style: normal;
  display: block;
  float: left;
  font-family: "proxima-nova", sans-serif;
  height: 42px;
  line-height: 43px;
  text-align: center;
  transition: all 0.15s ease-out;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px; }

footer a.umc:link, footer a.umc:visited {
  color: #e8e7e7;
  background-color: rgba(0, 0, 0, 0.24); }

footer a.umc:hover, footer a.umc:active {
  color: white;
  background-color: rgba(0, 0, 0, 0.44); }

/* standardize forms
==============================================================================*/
input {
  border: 1px solid gainsboro; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 0px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  font-weight: inherit;
  /* 1 */
  margin: 0;
  /* 3 */
  padding: 0; }

/**
 * Remove the default button background color that browsers set
 */
button {
  background: transparent; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * Make sure selects don't get the default browser styles.
 */
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
  -webkit-appearance: none;
  border-radius: 0; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 * 3. Disable resizing by default.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
  resize: none;
  /* 3 */ }
