@charset "UTF-8";
.responsive-image {
  display: block;
  width: 100%;
  height: auto;
}

.after, .div-row:after, .div-row .div-col:after, .list-2:after,
.list-3:after,
.list-4:after,
.list-5:after,
.list-6:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

.div-row {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .div-row {
    margin-bottom: 3em;
  }
}
.div-row .div-col {
  float: none;
  width: 100%;
  margin: 0 0 2em 0;
  padding: 0;
}
@media (min-width: 768px) {
  .div-row .div-col {
    float: left;
    margin: 0 0 0 4%;
  }
}
@media (min-width: 768px) {
  .div-row .div-col:first-child {
    margin-left: 0 !important;
  }
}
.div-row .div-col p:last-child {
  margin: 0;
}
.div-row .div-col p img,
.div-row .div-col div img,
.div-row .div-col p iframe,
.div-row .div-col div iframe,
.div-row .div-col p object,
.div-row .div-col div object,
.div-row .div-col p video,
.div-row .div-col div video {
  margin-bottom: 1em;
}

.div-row.one-half .div-col {
  width: 48%;
}

@media (min-width: 768px) {
  .div-row.one-third .div-col {
    width: 30.66666666666667%;
  }
}

@media (min-width: 768px) {
  .div-row.one-fourth .div-col {
    width: 22%;
  }
}

@media (min-width: 768px) {
  .div-row.two-third .div-col {
    width: 66%;
  }
}
@media (min-width: 768px) {
  .div-row.two-third .div-col:first-child {
    width: 30%;
  }
}

@media (min-width: 768px) {
  .div-row.two-third.right .div-col {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .div-row.two-third.right .div-col:first-child {
    width: 66%;
  }
}

.div-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.div-embed img {
  display: block;
  width: 100%;
  height: auto;
}
.div-embed iframe, .div-embed object, .div-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list-2 article {
  margin-bottom: 2em;
}
@media (min-width: 1028px) {
  .list-2 article {
    float: left;
    width: 48%;
    margin-left: 4%;
  }
}
.list-2 article:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}
.list-2.full article {
  margin: 0;
}
@media (min-width: 1028px) {
  .list-2.full article {
    width: 50%;
    margin-left: 0;
  }
}

@media (min-width: 1028px) {
  .flexbox .list-2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1028px) {
  .flexbox .list-2 article {
    float: none;
  }
}
.flexbox .list-2 article:nth-child(2n+1) {
  clear: none;
}

.list-3 article {
  margin-bottom: 2em;
}
@media (min-width: 1028px) {
  .list-3 article {
    float: left;
    width: 30.66666666666667%;
    margin-left: 4%;
  }
}
.list-3 article:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
.list-3.full article {
  margin: 0;
}
@media (min-width: 1028px) {
  .list-3.full article {
    width: 33.33333333333333%;
    margin-left: 0;
  }
}

@media (min-width: 1028px) {
  .flexbox .list-3 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1028px) {
  .flexbox .list-3 article {
    float: none;
  }
}
.flexbox .list-3 article:nth-child(3n+1) {
  clear: none;
}

.list-4 article {
  margin-bottom: 2em;
}
@media (min-width: 1028px) {
  .list-4 article {
    float: left;
    width: 23.5%;
    margin-left: 2%;
  }
}
.list-4 article:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}
.list-4.full article {
  margin: 0;
}
@media (min-width: 1028px) {
  .list-4.full article {
    width: 25%;
    margin-left: 0;
  }
}

@media (min-width: 1028px) {
  .flexbox .list-4 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1028px) {
  .flexbox .list-4 article {
    float: none;
  }
}
.flexbox .list-4 article:nth-child(4n+1) {
  clear: none;
}

.list-5 article {
  margin-bottom: 2em;
}
@media (min-width: 1028px) {
  .list-5 article {
    float: left;
    width: 18.4%;
    margin-left: 2%;
  }
}
.list-5 article:nth-child(5n+1) {
  clear: left;
  margin-left: 0;
}
.list-5.full article {
  margin: 0;
}
@media (min-width: 1028px) {
  .list-5.full article {
    width: 20%;
    margin-left: 0;
  }
}

@media (min-width: 1028px) {
  .flexbox .list-5 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1028px) {
  .flexbox .list-5 article {
    float: none;
  }
}
.flexbox .list-5 article:nth-child(5n+1) {
  clear: none;
}

.list-6 article {
  margin-bottom: 2em;
}
@media (min-width: 1028px) {
  .list-6 article {
    float: left;
    width: 15%;
    margin-left: 2%;
  }
}
.list-6 article:nth-child(5n+1) {
  clear: left;
  margin-left: 0;
}
.list-6.full article {
  margin: 0;
}
@media (min-width: 1028px) {
  .list-6.full article {
    width: 16.66666666666667%;
    margin-left: 0;
  }
}

@media (min-width: 1028px) {
  .flexbox .list-6 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1028px) {
  .flexbox .list-6 article {
    float: none;
  }
}
.flexbox .list-6 article:nth-child(5n+1) {
  clear: none;
}

@media (min-width: 1028px) {
  .flexbox .list-2.centered,
  .flexbox .list-3.centered,
  .flexbox .list-4.centered,
  .flexbox .list-5.centered,
  .flexbox .list-6.centered {
    justify-content: center;
  }
}

body {
  background-color: #ffffff;
  padding: 0;
  margin: 0;
}

#skip {
  display: none;
}

.hidden {
  display: none;
}

.UIStandardFrame_Container {
  margin: 0 auto;
  width: 1003px;
}

.UIStandardFrame_Container:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.uiColumnLeft, .uiColumn {
  float: left;
}

.uiWrap {
  overflow: hidden;
  display: block;
}

.uiFloatLeft {
  float: left;
}

.uiFloatRight {
  float: right;
}

.uiRoundS {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.uiRoundM {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.leftdotborder {
  /*border-left: 2px dotted $lightgrey;*/
  padding-left: 10px;
  margin-left: 10px;
  background: url(/_img/light_dotted_line.gif) repeat-y top left;
}

.rightdotborder {
  /*border-right: 2px dotted $lightgrey;*/
  padding-right: 13px;
  margin-right: 10px;
  background: url(/_img/light_dotted_line.gif) repeat-y top right;
}

.bottomdotborder {
  /*border-bottom:  2px dotted $lightgrey;*/
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px dotted #38bdb9;
}

aside .bottomdotborder {
  border-bottom: 2px dotted #38bdb9;
  background: none !important;
}

aside .rightdotborder {
  border-right: 2px dotted #38bdb9;
  background: none !important;
}

aside .leftdotborder {
  border-left: 2px dotted #38bdb9;
  background: none !important;
}

.phs {
  padding-left: 5px;
  padding-right: 5px;
}

.phm {
  padding-left: 10px;
  padding-right: 10px;
}

.phl {
  padding-left: 20px;
  padding-right: 20px;
}

.pvs {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pvm {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pvl {
  padding-top: 20px;
  padding-bottom: 20px;
}

.fs-8 {
  font-size: 56%;
}

.fs-8 {
  font-size: 63%;
}

.fs-9 {
  font-size: 70%;
}

.fs-10 {
  font-size: 77%;
}

.fs-11 {
  font-size: 85%;
}

.fs-12 {
  font-size: 93%;
}

.fs-13 {
  font-size: 100%;
}

.fs-14 {
  font-size: 108%;
}

.fs-15 {
  font-size: 116%;
}

.fs-16 {
  font-size: 123.1%;
}

.fs-17 {
  font-size: 131%;
}

.fs-18 {
  font-size: 138.5%;
}

.fs-19 {
  font-size: 146.5%;
}

.fs-20 {
  font-size: 153.9%;
}

.fs-21 {
  font-size: 161.6%;
}

.fs-22 {
  font-size: 167%;
}

.fs-23 {
  font-size: 174%;
}

.fs-24 {
  font-size: 182%;
}

.fs-25 {
  font-size: 189%;
}

.fs-26 {
  font-size: 197%;
}

.fwn {
  font-weight: normal;
}

.fwb {
  font-weight: bold;
}

.uiBgColorLightBlue {
  background-color: #97B0D0;
}

.uiBgColorBlue {
  background-color: #04508E;
}

.uiBgColorYellow {
  background-color: #c7b04c;
}

#content.colSpan2 {
  width: 705px;
}

#content.colSpan1 {
  width: 1000px;
}

aside.colSpan2 {
  width: 240px;
}

#content-inner h1,
.submenu h1,
#splash h1 {
  font-size: 4.83333333333333em;
  font-family: "proxima-nova",sans-serif;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.2em;
}

#content-inner h2,
.submenu h2,
#splash h2 {
  font-size: 2.83333333333333em;
  font-family: "proxima-nova",sans-serif;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.2em;
}

#content-inner h3,
.submenu h3,
#splash h3 {
  font-size: 2.33333333333333em;
  font-family: "proxima-nova",sans-serif;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.2em;
}

#content-inner h4,
.submenu h4,
#splash h4 {
  font-size: 2em;
  font-family: "proxima-nova",sans-serif;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.2em;
  color: #38bdb9;
}

.submenu h4 {
  font-size: 153.9%;
  color: #38bdb9;
}

#content-inner h5,
.submenu h5,
#splash h5 {
  font-size: 1.23076923076923em;
  font-family: "proxima-nova",sans-serif;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2em;
}

#content-inner h6,
.submenu h6,
#splash h6 {
  font-size: 1.16666666666667em;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "proxima-nova",sans-serif;
  line-height: 1.2em;
  color: #38bdb9;
}

#content-inner p,
.submenu p,
#splash p {
  font-size: 1.23076923076923em;
  margin-bottom: 1.75em;
  font-weight: 300;
  line-height: 1.6em;
}

#content-inner ul,
#splash ul {
  margin: 0 0 1.75em 3em;
}

#content-inner ul li,
#splash ul li {
  font-size: 1.23076923076923em;
  list-style: disc;
  line-height: 1.2em;
  margin-bottom: 1em;
  font-weight: 300;
}

#content-inner ul li ul,
#splash ul li ul {
  margin: .5em 0 .5em 1em;
  border: 0;
  padding: 0;
}

#content-inner ul li li,
#splash ul li li {
  font-size: inherit;
  margin-bottom: 0.5em;
}

#content-inner ul ol,
#splash ul ol {
  margin: 1em 0 1em 3em;
}

#content-inner ul ol li,
#splash ul ol li {
  list-style: decimal;
  margin-bottom: .5em;
}

#content-inner ol,
#splash ol {
  margin: 0 0 1.75em 3em;
  font-weight: 400;
}

#content-inner ol li,
#splash ol li {
  font-size: 1.23076923076923em;
  list-style: decimal;
  line-height: 1.2em;
  margin-bottom: 1em;
  font-weight: 300;
}

#content-inner ol li ol,
#splash ol li ol {
  margin: .5em 0 .5em 1em;
  border: 0;
  padding: 0;
}

#content-inner ol li ol li,
#splash ol li ol li {
  list-style: lower-alpha;
  margin-bottom: .5em;
}

#content-inner ol li li,
#splash ol li li {
  font-size: inherit;
}

#content-inner ol ul,
#splash ol ul {
  margin: 1em 0 1em 3em;
}

#content-inner ol ul li,
#splash ol ul li {
  list-style: disc;
  margin-bottom: .5em;
}

#content-inner .rsvp a,
#content-inner a.button-small,
#content-inner p.button-small a,
.submenu a.button-small,
.submenu p.button-small a,
#splash a.button-small,
#splash p.button-small a,
#content-inner .continue-link,
#content-inner .return a,
#content-inner #g_submit {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 10px 20px;
  margin: .5em 0 0 1em;
  line-height: 1.125em;
  text-transform: none;
  color: #38bdb9;
  background-color: #e3eded;
  text-decoration: none !important;
  outline: none;
  border: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#content-inner .rsvp a:first-child,
#content-inner a.button-small:first-child,
#content-inner p.button-small a:first-child,
.submenu a.button-small:first-child,
.submenu p.button-small a:first-child,
#splash a.button-small:first-child,
#splash p.button-small a:first-child,
#content-inner .continue-link:first-child,
#content-inner .return a:first-child,
#content-inner #g_submit:first-child {
  margin-left: 0;
}
#content-inner .rsvp a:hover,
#content-inner a.button-small:hover,
#content-inner p.button-small a:hover,
.submenu a.button-small:hover,
.submenu p.button-small a:hover,
#splash a.button-small:hover,
#splash p.button-small a:hover,
#content-inner .continue-link:hover,
#content-inner .return a:hover,
#content-inner #g_submit:hover {
  color: #38bdb9;
  background-color: #f2f2f2;
}

#content-inner #g_submit {
  float: right;
  margin: 0;
  clear: both;
}

#content-inner a.button-medium,
#content-inner p.button-medium a,
.submenu a.button-medium,
.submenu p.button-medium a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 16px 20px;
  margin: .5em 0 0 1em;
  line-height: 1.125em;
  text-transform: uppercase;
  color: #38bdb9;
  background-color: #e3eded;
  text-decoration: none !important;
  outline: none;
  border: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#content-inner a.button-medium:first-child,
#content-inner p.button-medium a:first-child,
.submenu a.button-medium:first-child,
.submenu p.button-medium a:first-child {
  margin-left: 0;
}
#content-inner a.button-medium:hover,
#content-inner p.button-medium a:hover,
.submenu a.button-medium:hover,
.submenu p.button-medium a:hover {
  color: #38bdb9;
  background-color: #f2f2f2;
}

#content-inner a.button-large,
#content-inner p.button-large a,
.submenu a.button-large,
.submenu p.button-large a,
#splash a.button-large,
#splash p.button-large a,
#content-inner span.button-large {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 24px 28px;
  margin: .5em 0 0 1em;
  line-height: 1.125em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #38bdb9;
  text-decoration: none !important;
  outline: none;
  border: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#content-inner a.button-large:first-child,
#content-inner p.button-large a:first-child,
.submenu a.button-large:first-child,
.submenu p.button-large a:first-child,
#splash a.button-large:first-child,
#splash p.button-large a:first-child {
  margin-left: 0;
}
#content-inner a.button-large:hover,
#content-inner p.button-large a:hover,
.submenu a.button-large:hover,
.submenu p.button-large a:hover,
#splash a.button-large:hover,
#splash p.button-large a:hover,
#content-inner span.button-large:hover {
  color: #ffffff;
  background-color: #272727;
}

#content-inner blockquote,
#splash blockquote {
  position: relative;
  margin: 1.5em;
  padding: .75em 0;
  text-align: center;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 300;
  font-style: normal;
  color: #272727;
  border-top: 4px solid #f2f2f2;
  border-bottom: 4px solid #f2f2f2;
  quotes: "“" "”" "‘" "’";
}
#content-inner blockquote:before,
#splash blockquote:before {
  content: open-quote;
}
#content-inner blockquote:after,
#splash blockquote:after {
  content: close-quote;
}
#content-inner blockquote p,
#splash blockquote p {
  display: inline;
  padding: 0;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}

#content-inner .div-callout,
#splash .div-callout {
  background-color: #e3eded;
  padding: 40px;
  margin: 1.75em 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#content-inner .div-callout p:last-child,
#splash .div-callout p:last-child {
  margin: 0;
}

.share {
  clear: both;
  margin-top: 40px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 4px solid #f2f2f2;
  overflow: hidden;
}
.share h4 {
  font-size: 2em;
  font-family: "proxima-nova",sans-serif;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.share h4 span {
  position: relative;
  display: inline-block;
}
.share h4 span:before {
  content: "";
  position: absolute;
  left: -510%;
  top: 50%;
  width: 500%;
  height: 4px;
  background-color: #f2f2f2;
}
.share h4 span:after {
  content: "";
  position: absolute;
  right: -510%;
  top: 50%;
  width: 500%;
  height: 4px;
  background-color: #f2f2f2;
}
.share a {
  display: inline-block;
  margin: 0 10px;
  font-size: 28px;
  width: 70px;
  height: 70px;
  line-height: 78px;
  background-color: #e3eded;
  color: #272727;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.share a:hover {
  color: #ffffff;
  background-color: #38bdb9;
}

#content-inner .share h4 {
  margin-bottom: 40px;
}

#social {
  margin: 20px 0;
  padding: 20px 0;
  text-align: center;
  border-bottom: 2px solid #38bdb9;
  border-top: 2px solid #38bdb9;
  overflow: hidden;
}
#social a {
  display: inline-block;
  margin: 0 10px;
  font-size: 28px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #e3eded;
  color: #272727;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#social a:hover {
  color: #ffffff;
  background-color: #38bdb9;
}

#utility {
  margin: 20px 0 50px 0;
  padding: 12px 0;
  background-color: #e3eded;
}

#utility-inner {
  position: relative;
}

#utility .logo {
  float: left;
  width: 383px;
  height: 28px;
  margin-top: 7px;
  background: url(/_img/logo.png) no-repeat;
}

#utility #search {
  float: right;
}

#utility #text-size .m {
  font-size: 100%;
}

#utility #text-size .lg {
  font-size: 138.5%;
}

#utility #text-size .current {
  font-weight: bold;
}

#utility ul {
  margin: 12px 0 0 0;
  float: right;
  overflow: hidden;
}

#utility ul li {
  float: left;
  list-style: none;
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #8b9191;
  font-size: 116%;
}

#utility ul li:last-child {
  border: none;
  margin-right: 0;
}

#utility ul #text-size {
  margin: 0;
  padding: 0px;
  border: none;
}

#utility ul li a {
  color: #38bdb9;
  font-weight: 300;
  text-decoration: none;
}

#utility ul li a:hover {
  color: #272727;
}

#utility #___gcse_0 {
  float: right;
  margin-left: 12px;
}

#utility #search fieldset,
#utility .gsc-control-cse {
  width: 250px;
  overflow: hidden;
}

#utility .gsc-control-cse {
  background: transparent;
  border: 0;
  padding: 0;
}

#utility table.gsc-search-box td.gsc-input {
  padding: 0;
  overflow: hidden;
  /*border-radius: 6px;*/
}

#utility table.gsc-search-box .gsc-input-box {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 6px;
}

#utility input.gsc-search-button-v2 {
  margin: 0;
  padding: 9px 12px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

#header {
  position: relative;
  z-index: 1000;
  margin-bottom: 20px;
}

#header-img {
  overflow: hidden;
  border-radius: 10px;
}

#header-img img {
  display: block;
}

#header-img h4, #header-img h3 {
  display: none;
}

nav.main {
  width: 100%;
}

#nav {
  position: relative;
  background-color: #272727;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  margin-right: 110px;
}

#nav:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#nav > li {
  float: left;
  font-size: 116%;
}

#nav > li > a {
  text-decoration: none;
  color: #fff;
  padding: 25px 7px 20px 7px;
  display: block;
  position: relative;
}
#nav > li > a:before {
  content: "|";
  display: inline-block;
  margin-right: 12px;
  color: #ffffff;
}
#nav > li > a:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #38bdb9;
  z-index: 999;
}

#nav > li:first-child > a {
  padding-left: 20px;
}
#nav > li:first-child > a:before {
  display: none !important;
}

#nav > li:hover > a {
  color: #38bdb9;
}

#nav > li.dropdown:hover > a:after {
  display: block;
}

#nav > li:hover .submenu {
  visibility: visible;
  opacity: 1;
}

nav.main li[id*="nav_contact"] {
  width: 120px;
  position: absolute;
  right: 0;
  margin-right: -110px;
}
nav.main li[id*="nav_contact"] a {
  background-color: #FF0000 !important;
  color: #ffffff !important;
  text-align: center;
  -moz-border-radius-topleft: 30px;
  -webkit-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
nav.main li[id*="nav_contact"] a:before, nav.main li[id*="nav_contact"] a:after {
  display: none !important;
}
nav.main li[id*="nav_contact"] a:hover {
  color: #272727 !important;
}

#header nav .submenu {
  width: 1003px;
  position: absolute;
  left: 0;
  margin-top: -10px;
  background-color: #ffffff;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  padding: 40px 0;
  z-index: 899;
}

#header nav .submenu .menuwrap {
  line-height: 1.2em;
  display: block;
  overflow: hidden;
  padding: 0 20px;
  background: url(/_img/bg_nav.png) repeat-y 48.5% top;
}
#header nav .submenu .menuwrap.one-half {
  background-position: 50% top;
}

.submenu .menuwrap .menu > ul {
  position: relative;
  list-style: none;
}
.submenu .menuwrap .menu > ul:after {
  content: "";
  display: block;
  clear: both;
}
.submenu .menuwrap .menu > ul > li {
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.submenu .menuwrap .menu > ul > li > a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 20px;
}

.submenu .menuwrap .menu > ul > li ul {
  padding-top: 16px;
  padding-right: 20px;
}
.submenu .menuwrap .menu > ul > li ul ul {
  padding: 0;
}
.submenu .menuwrap .menu > ul > li ul li {
  text-transform: none;
  margin-bottom: 0;
}
.submenu .menuwrap .menu > ul > li ul li a {
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 6px;
}
.submenu .menuwrap .menu > ul > li ul li li {
  padding-left: 20px;
}
.submenu .menuwrap .menu > ul > li ul li li a {
  font-size: 14px;
  margin-bottom: 4px;
}

#nav #nav_mobile {
  display: none;
}

#sub #content-wrap {
  padding: 0;
  overflow: hidden;
  margin-bottom: 0;
}

#sub #content-inner {
  overflow: hidden;
  padding: 60px 0;
  min-height: 500px;
}

#sub .title-wrap {
  width: 100%;
  display: table;
  margin-bottom: 20px;
}

#sub .fontsize {
  display: table-cell;
  width: 30%;
  vertical-align: bottom;
  padding-bottom: 10px;
}

#sub .title {
  display: table-cell;
  width: 65%;
  margin-right: 5%;
  vertical-align: bottom;
}

#home .clearfix,
#sub .clearfix {
  clear: both;
  overflow: hidden;
}

#sub .title h2 {
  margin-right: 25px;
  position: relative;
  font-size: 4.83333333333333em;
  font-family: "proxima-nova",sans-serif;
  margin-bottom: 0;
  font-weight: 300;
}

#sub .title strong {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 2px;
  font-weight: normal;
  font-family: "proxima-nova",sans-serif;
  font-size: 93%;
}

#sub #content-inner .title a {
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #E1E9E9;
  margin-left: 5px;
  margin-right: 6px;
  font-size: 93%;
}

#sub .pageDescription {
  background-color: #f2f2f2;
  padding: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 40px;
}
#sub .pageDescription p {
  font-size: 100%;
  margin: 0;
  font-weight: 700;
}

#content-inner article time {
  font-weight: bold;
}

#content-inner article .meta {
  margin-bottom: 5px;
}

#sub aside {
  min-height: inherit;
}

aside .tweets h3 {
  background: #f2f2f2;
  border-radius: 5px;
  margin-bottom: 15px;
  overflow: hidden;
  padding-top: 10px;
  color: #38bdb9;
  font-weight: normal;
  position: relative;
}

aside .tweet span {
  font-style: italic;
}

.tweets-icn {
  display: block;
  float: left;
  position: relative;
  top: -10px;
  background: url(/_img/tweets_bubble.png) no-repeat;
  width: 72px;
  height: 36px;
  text-indent: -9999em;
  margin-right: 5px;
}

aside article {
  margin-bottom: 15px;
}

aside nav {
  margin-bottom: 40px;
}

#content-inner aside nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content-inner aside nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content-inner aside nav ul li li {
  font-size: inherit;
}
#content-inner aside nav ul li a {
  display: block;
}

#content-inner aside nav > ul > li > a {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #272727;
}

#content-inner aside nav > ul > li > ul > li > a {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#content-inner aside nav > ul > li > ul > li > ul {
  display: none;
  margin-bottom: 12px;
}
#content-inner aside nav > ul > li > ul > li li a {
  font-weight: 300;
  margin-bottom: 8px;
}
#content-inner aside nav > ul > li > ul > li li ul {
  padding-bottom: 12px;
}
#content-inner aside nav > ul > li > ul > li li li {
  padding-left: 20px;
  font-size: 87.5%;
}
#content-inner aside nav > ul > li > ul > li li li a {
  margin-bottom: 4px;
}
#content-inner aside nav > ul > li > ul > li.current > ul {
  display: block;
}

#content-inner aside section p,
#content-inner aside section li {
  font-size: 100%;
}

#content-inner aside section p {
  margin-bottom: .5em;
}

#content-inner aside .mcms_filter_list {
  margin: 0;
  margin-bottom: 15px;
}

#content-inner aside .mcms_filter_list li {
  list-style: none;
  margin-bottom: 6px;
}

#content-inner aside select {
  max-width: 220px;
  padding: 3px;
}

/* @group Forms */
#content-inner .monkForm {
  margin: 1.5em 0;
  padding: 0 0 2em 0;
  overflow: inherit;
  font-size: .875em;
  background-color: #f6f5f4;
}
@media (min-width: 1028px) {
  #content-inner .monkForm {
    margin: 2em 0;
  }
}
#content-inner .monkForm p {
  margin: 0;
}
#content-inner .monkForm p.error {
  font-size: 87.5%;
  color: #38bdb9;
}
#content-inner .monkForm fieldset > legend {
  display: block;
  position: relative;
  width: 90%;
  padding: .5em 5%;
  background-color: #e3eded;
  color: #272727;
  text-align: left;
  font-size: 4.83333333333333em;
  font-family: "proxima-nova",sans-serif;
  margin-bottom: 0;
  font-weight: 300;
}
#content-inner .monkForm fieldset fieldset > legend {
  display: block;
  width: 100%;
  text-align: left;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-bottom: .125em;
  color: #272727;
  font-size: 2.83333333333333em;
  font-family: "proxima-nova",sans-serif;
  margin-bottom: 10px;
  font-weight: 700;
}
#content-inner .monkForm fieldset fieldset > legend:not(.heading) {
  font-size: 2.33333333333333em;
  font-family: "proxima-nova",sans-serif;
  margin-bottom: 10px;
  font-weight: 300;
  text-align: left;
  margin: 0 5% 10px 5%;
}
#content-inner .monkForm .section {
  margin: 0 5% 2em 5% !important;
  padding: 1em 0;
  border-bottom: 4px solid #eae9e7;
}
#content-inner .monkForm .section p {
  font-size: 1.23076923076923em;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.6em;
}
#content-inner .monkForm .heading {
  display: block;
  line-height: 1.125em;
  margin-bottom: .5em;
  font-size: 1em;
  font-family: "proxima-nova",sans-serif;
  margin-bottom: 10px;
  font-weight: 700;
}
#content-inner .monkForm p.description {
  font-size: 1.23076923076923em;
  margin-bottom: 1em;
  font-weight: 300;
  line-height: 1.6em;
}
#content-inner .monkForm div.divider {
  position: relative;
  margin: 0 5% 2em 5%;
  padding: 1em 0;
  border-bottom: 4px solid #eae9e7;
}
#content-inner .monkForm div.divider .heading {
  line-height: 1.125em;
  margin-bottom: .5em;
  font-size: 2em;
  font-family: "proxima-nova",sans-serif;
  margin-bottom: 10px;
  font-weight: 700;
}
#content-inner .monkForm div.divider div.description {
  padding: 0;
}
#content-inner .monkForm div.divider div.description p {
  font-size: 1.23076923076923em;
  margin: 0;
  font-weight: 300;
  line-height: 1.6em;
}
#content-inner .monkForm .asterisk {
  color: #38bdb9;
}
#content-inner .monkForm .section,
#content-inner .monkForm .text,
#content-inner .monkForm .textarea,
#content-inner .monkForm .email,
#content-inner .monkForm .name,
#content-inner .monkForm .phone,
#content-inner .monkForm .address,
#content-inner .monkForm .date,
#content-inner .monkForm .radio,
#content-inner .monkForm .checkbox,
#content-inner .monkForm .select,
#content-inner .monkForm .file {
  margin-bottom: 1.25em;
}
#content-inner .monkForm div {
  padding: 0 5%;
}
#content-inner .monkForm div input,
#content-inner .monkForm div textarea,
#content-inner .monkForm div select {
  display: inline-block;
  font-family: "proxima-nova",sans-serif;
  color: #272727;
  font-size: 1.23076923076923em;
  font-weight: 300;
  padding: .65em;
  margin-bottom: .5em;
  outline: none;
  border: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 70%;
}
@media (min-width: 1028px) {
  #content-inner .monkForm div input,
  #content-inner .monkForm div textarea,
  #content-inner .monkForm div select {
    width: auto;
  }
}
#content-inner .monkForm div input,
#content-inner .monkForm div textarea {
  background-color: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#content-inner .monkForm .text input, #content-inner .monkForm .text textarea,
#content-inner .monkForm .email input,
#content-inner .monkForm .email textarea,
#content-inner .monkForm .textarea input,
#content-inner .monkForm .textarea textarea {
  display: block;
  width: 85%;
}
#content-inner .monkForm .phone input {
  width: auto;
}
#content-inner .monkForm .address .ui-selectmenu-button {
  top: 1.125em;
}
#content-inner .monkForm .address input {
  margin-bottom: 1em;
}
#content-inner .monkForm .checkbox p,
#content-inner .monkForm .radio p {
  margin-bottom: .25em;
  line-height: 1;
}
#content-inner .monkForm .checkbox label,
#content-inner .monkForm .radio label {
  cursor: pointer;
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
#content-inner .monkForm .checkbox input[type="checkbox"],
#content-inner .monkForm .checkbox input[type="radio"],
#content-inner .monkForm .radio input[type="checkbox"],
#content-inner .monkForm .radio input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  margin-top: 8px;
}
#content-inner .monkForm .file label {
  display: none;
}
#content-inner .monkForm .file input {
  background-color: transparent !important;
  font-weight: 400;
  border: 2px solid #eae9e7;
}
#content-inner .monkForm .ui-selectmenu-button {
  display: inline-block;
  margin: 0;
}
#content-inner .monkForm input[type=submit] {
  clear: both;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 16px 20px;
  margin: .5em 0 0 5% !important;
  line-height: 1.125em;
  text-transform: uppercase;
  color: #38bdb9;
  background-color: #e3eded;
  text-decoration: none !important;
  outline: none;
  border: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#content-inner .monkForm input[type=submit]:first-child {
  margin-left: 0;
}
#content-inner .monkForm input[type=submit]:hover {
  color: #38bdb9;
  background-color: #f2f2f2;
}
#word-count {
  font-weight: bold;
  margin-top: -10px;
  display: block;
  margin-bottom: 10px;
  font-style: italic;
}

/* @group Events */
/* @group Calendar */
#content-inner table {
  outline: 0px;
  border: none;
}

#content-inner table td {
  border: none;
}

#content-inner #calwrap {
  width: 100%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

#content-inner #calwrap table.calendar {
  margin-bottom: 25px;
  border-collapse: collapse;
  width: 100%;
}

#content-inner #calwrap table.calendar caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 138.5%;
  background-color: #609191;
}

#content-inner #calwrap table.calendar caption span {
  color: #fff;
  font-size: 123.1%;
  padding: 5px;
}

#content-inner #calwrap table.calendar caption span.calendar-prev {
  padding-left: 10px;
}

#content-inner #calwrap table.calendar caption span.calendar-next {
  padding-right: 10px;
}

#content-inner #calwrap table.calendar th {
  padding: 10px 0;
  color: #FFF;
  background-color: #38bdb9;
  font-size: 123.1%;
  font-weight: normal;
  text-align: center;
}

#content-inner #calwrap table.calendar th:last-child {
  border-right: 1px solid #c2c2c2;
}

#content-inner #calwrap table.calendar td {
  width: 14.28571428571429%;
  height: 80px;
  padding: 5px;
  border: 1px solid #fff;
  background: #e8e8e8;
  color: #272727;
  font-size: 100%;
  vertical-align: top;
}

#content-inner #calwrap table.calendar td.empty {
  background: #f2f2f2;
}

#content-inner #calwrap table.calendar td a {
  text-decoration: none;
}

#content-inner #calwrap table.calendar td ul {
  margin: .5em 0 0 5px;
  font-size: 100%;
  list-style: none;
  padding: 0;
}

#content-inner #calwrap table.calendar td li {
  padding-left: 0px;
  margin-left: 0;
  margin-bottom: .75em;
  font-size: 1em;
  line-height: 1.2em;
  list-style: none;
}

#content-inner #calwrap table.calendar td li a {
  text-decoration: none;
  color: #4e4e4e;
  font-size: .9em;
}

#content-inner #calwrap table.calendar td li a:hover {
  text-decoration: underline;
}

#content-inner .filters {
  margin-left: auto;
  margin-right: auto;
}

#content-inner .filters td {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
  color: #272727;
}

#content-inner #event-display {
  border: 1px solid #5d5d5d;
  background: #f2f2f2;
  display: inline-block;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: right;
}

#content-inner #event-display li {
  margin: 0;
  float: left;
  list-style: none;
}

#content-inner #event-display {
  padding-right: 0;
  margin-bottom: 20px;
}

#content-inner #event-display a {
  color: #38bdb9;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  padding: 15px 15px 12px 15px;
}

#content-inner #event-display #calendar-view {
  border-right: 1px solid #5d5d5d;
}

#content-inner #event-display #calendar-view a {
  background: url(../_img/icn_cal.gif) no-repeat 15px 13px;
  padding-left: 40px;
}

#content-inner #event-display #list-view a {
  background: url(../_img/bg_cal-list.gif) no-repeat 15px 13px;
  padding-left: 40px;
  padding-right: 15px;
  text-align: center;
  width: 60px;
}

#content-inner #event-display a:hover {
  color: #000;
}

#content-inner table#events {
  clear: right;
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 590px;
}

#content-inner table#events tr.alt {
  background-color: #e3e3e3;
}

#content-inner table#events td {
  padding: 10px;
}

#content-inner table#events td.title {
  width: 250px;
  padding-left: 20px;
}

#content-inner table#events td.category {
  width: 200px;
  color: #8c8b89;
  text-transform: uppercase;
}

#content-inner table#events td.time {
  width: 130px;
  color: #8c8b89;
  text-transform: uppercase;
}

#content-inner table#events td a {
  font-size: 100%;
  text-decoration: none;
}

#content-inner table#events td a:hover {
  text-decoration: underline;
}

#content-inner #eventfilter {
  margin-bottom: 15px;
  float: left;
}

#content-inner #eventfilter label {
  display: block;
  color: #7b7b7b;
  margin-bottom: 5px;
}

#content-inner #eventfilter #select-category {
  width: 140px;
}

#content-inner aside #eventfilter {
  margin-bottom: 15px;
  float: left;
}

#content-inner aside #eventfilter label {
  display: block;
  margin-bottom: 5px;
}

#content-inner aside #eventfilter select {
  width: 150px;
  padding: 3px;
}

#content-inner aside .filters td {
  padding-bottom: 5px;
}

/* @end */
#content-inner #eventlist {
  width: 100%;
  margin: 0;
}

#content-inner #eventlist th {
  background-color: #38bdb9;
  text-align: left;
  padding: 12px;
  color: #ffffff;
}

#content-inner #eventlist td {
  padding: 15px 8px 15px 8px;
}

#content-inner #eventlist tr.even {
  background-color: #f2f2f2;
}

#content-inner #eventlist td.category, #content-inner #eventlist td.time {
  color: #38bdb9;
  text-transform: uppercase;
  font-size: 93%;
}

#content-inner #eventlist td a {
  text-transform: none;
  text-decoration: none;
}

#content-inner .grouping h4 {
  text-align: right;
  margin: 0;
}

#sub aside #calendar-view, #sub aside #list-view {
  display: none;
}

#content-inner aside section {
  margin-top: 15px;
}

aside section article {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
  /* text-transform: uppercase; */
  /*font-family: "proxima-nova",sans-serif;*/
}

aside section article a {
  font-weight: bold;
  margin-bottom: 6px;
  display: block;
  text-transform: none;
}

aside #event-search #search_term, aside #searchbox #search_term, .comm #search_term {
  background: url(/_img/bg_sidebar-search-input.gif) no-repeat;
  border: none;
  width: 121px;
  height: 31px;
  float: left;
  padding-left: 25px;
  line-height: 100%;
  color: #666666;
}

aside #event-search {
  overflow: hidden;
  margin-left: 30px;
}

aside #searchbox {
  margin-left: 20px;
}

/* @end */
/* @group Sermons */
aside .backmedialist {
  margin-bottom: 15px;
  display: block;
  margin-top: 10px;
}

#content-inner .sermon-tabs {
  margin: 0;
  overflow: hidden;
  position: relative;
}

#content-inner .sermon-tabs li {
  list-style: none;
  float: left;
  position: relative;
  margin: 0;
  margin-left: -8px;
  margin-right: -8px;
  z-index: 1;
}

#content-inner .sermon-tabs li:nth-child(2) {
  z-index: 2;
}

#content-inner .sermon-tabs li:nth-child(3) {
  z-index: 3;
}

#content-inner .sermon-tabs li:nth-child(4) {
  z-index: 4;
}

#content-inner .sermon-tabs li:nth-child(5) {
  z-index: 5;
}

#content-inner .sermon-tabs li.current {
  z-index: 10;
}

#content-inner .sermon-tabs li a {
  display: block;
  background-color: #5d5d5d;
  color: #ffffff;
  padding: 12px 35px 10px 35px;
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
}

#content-inner .sermon-tabs li#ionatab {
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
}

#content-inner .sermon-tabs li#ionatab a,
#content-inner .sermon-tabs li#videotab a {
  background-color: #38bdb9;
}

#content-inner .sermon-tabs li:first-child {
  left: 0;
}

#content-inner .sermon-tabs li:first-child a {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

#content-inner #list1, #content-inner #list3 {
  padding: 10px;
  background: #5d5d5d;
  min-height: 400px;
}

#content-inner #list2, #content-inner #list4 {
  padding: 10px;
  background: #38bdb9;
  min-height: 400px;
}

#content-inner .listwrap {
  background-color: #fff;
  min-height: 400px;
  padding: 10px;
}

.sermons #content-inner article, .articles #content-inner article {
  overflow: hidden;
  margin-bottom: 15px;
  padding: 10px;
  border-bottom: 1px solid #f2f2f2;
}

.sermons #content-inner article.first {
  background-color: #f2f2f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
}

.sermons #content-inner article .imagewrap {
  overflow: hidden;
  width: 125px;
  height: 70px;
  float: left;
  margin-right: 10px;
}

.sermons #content-inner article .imagewrap img {
  width: 125px;
}

.sermons #content-inner article .latest {
  font-size: 100%;
  color: #38bdb9;
  font-weight: 700;
  margin-bottom: 5px;
}

.sermons #content-inner article header {
  width: 320px;
  float: left;
}

.sermons #content-inner article .article-left,
.articles #content-inner article .article-left {
  display: block;
  float: left;
  width: 130px;
  margin: 0 15px 15px 0;
  border: 1px solid #f2f2f2;
  height: 100%;
}

.sermons #content-inner article .article-left img,
.articles #content-inner article .article-left img {
  display: block;
  max-width: 130px;
  height: auto;
  padding: 0;
  margin: 0;
}

.sermons #content-inner article .article-right,
.articles #content-inner article .article-right {
  display: block;
  float: left;
  width: 500px;
}

#content-inner article .meta {
  color: #5d5d5d;
  font-size: 100%;
  line-height: 1.3em;
  margin: 0;
}

#content-inner article h5 {
  margin-bottom: 5px;
}

#content-inner article .media {
  float: right;
  margin: 0px;
  position: relative;
  overflow: hidden;
  margin-top: 25px;
}

#content-inner .howitworks {
  padding: 20px;
  background-color: #f2f2f2;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#content-inner .howitworks ul {
  margin: 0;
  list-style: none;
}
#content-inner .howitworks ul li {
  font-size: 100%;
  list-style: none;
}
#content-inner .howitworks ul li b {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
  margin-right: 5px;
}
#content-inner .howitworks ul li span {
  background: url(/_img/media_icons.png) no-repeat;
  display: inline-block;
  text-indent: -9999em;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
#content-inner .howitworks ul li.video span {
  background-position: left top;
}
#content-inner .howitworks ul li.download span {
  background-position: -49px top;
}
#content-inner .howitworks ul li.audio span {
  background-position: -100px top;
}

#content-inner article .media li {
  float: left;
  list-style: none;
  margin-right: 10px;
}

#content-inner article .media li.last {
  margin: 0px;
}

#content-inner article .media li a {
  background: url(/_img/media_icons.png) no-repeat;
  display: block;
  text-indent: -9999em;
  height: 25px;
}

#content-inner article .media li.video a {
  width: 37px;
  background-position: left top;
}

#content-inner #list2 article .media li.video a {
  width: 37px;
  background-position: left bottom;
}

#content-inner article .media li.audio a {
  width: 37px;
  background-position: -100px top;
}

#content-inner #list2 article .media li.audio a {
  width: 37px;
  background-position: -100px bottom;
}

#content-inner article .media li.download a {
  width: 37px;
  background-position: -49px top;
}

#content-inner #list2 article .media li.download a {
  width: 37px;
  background-position: -49px bottom;
}

#content-inner article.detail {
  border: none;
  clear: both;
}

#content-inner article.detail header {
  padding: 10px 2.5% 5px 2.5%;
  width: 95%;
  background-color: #f2f2f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #727272;
  margin-bottom: 15px;
  overflow: hidden;
}

#content-inner article.detail .imagewrap {
  width: 208px;
  height: 143px;
  border: 5px solid #727272;
  margin-right: 20px;
  overflow: hidden;
}

#content-inner article.detail .imagewrap img {
  width: 208px;
}

#content-inner article.detail .meta {
  font-size: 108%;
  margin: 0;
}

#content-inner article.detail footer {
  /*float: left;
  width: 410px;*/
}

.article #content-inner article.detail footer {
  float: none;
  width: 635px;
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

#content-inner article.detail footer h4 {
  font-size: 160%;
  margin-bottom: 5px;
  color: #38bdb9;
}

#content-inner article.detail header .media {
  margin-top: 12px;
}

#content-inner article.detail header .meta {
  margin-top: 10px;
  font-family: "proxima-nova",sans-serif;
  padding-left: 10px;
}

.sermons #content-inner .filter {
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
}

.sermons #content-inner .filter td {
  padding: 5px;
}

.sermons #content-inner .filter td select {
  width: 150px;
  padding: 3px;
}

/* @end */
/* @group footer */
#footer-wrap {
  position: relative;
  padding: 25px;
  background-color: #38bdb9;
  margin-top: 25px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}

#footer {
  color: #fff;
  overflow: hidden;
}

#footer .meta {
  font-weight: 300;
  margin-bottom: 10px;
  text-align: center;
  font-size: 100% !important;
}
#footer .meta a {
  color: #fff;
}
#footer .meta a:hover {
  text-decoration: underline;
}

#footer .footer-index {
  overflow: hidden;
  margin-bottom: 25px;
}

#footer .footer-index > div {
  width: 210px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 2px dotted #fff;
  min-height: 360px;
}

#footer .footer-index > div.last {
  margin: 0;
  border: none;
}

#footer .footer-index h4 {
  color: #fff;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 108%;
  margin-top: 10px;
}
#footer .footer-index h4 a {
  font-weight: 600;
}

#footer .footer-index a {
  text-decoration: none;
  color: #ffffff;
  margin-bottom: 5px;
  display: block;
  font-size: 108%;
  font-weight: 300;
  overflow: hidden;
}

#footer .footer-index a:hover {
  color: #68d7d7;
}

#footer .footer-index h4:first-child, #footer .footer-index h4.first {
  margin-top: 0px;
}

.icon-ekk-logo {
  display: block;
  position: absolute;
  right: 40px;
  bottom: 20px;
  font-size: 24px;
  color: #cacaca !important;
}
.icon-ekk-logo:hover {
  color: #1293aa !important;
}

/* @end */
#content-inner .contentInfo {
  margin-bottom: 20px;
}

#content-inner .contentInfo .meta {
  margin-bottom: 0;
}

.pagewrap td {
  width: 670px;
  overflow: hidden;
}

.pagewrap span {
  float: right;
  display: none;
}

#pagination,
.pagination {
  padding: 10px;
  float: right;
  display: inline;
}

#pagination span,
.pagination span {
  float: none;
  display: inline;
}

#pagination a,
.pagination a {
  text-decoration: none;
  color: #666666;
  margin-right: 8px;
  border-bottom: 1px solid #727272;
  font-size: 104%;
}

#pagination a:hover,
.pagination a:hover {
  border: none;
}

#pagination a#current,
.pagination a#current {
  color: #609191;
  border: none;
}

#pagination a#off,
.pagination a#off {
  display: none;
}

#pagination a#off:hover,
.pagination a#off:hover {
  background-color: transparent;
  color: #727272;
}

#pagination a#next,
.pagination a#next {
  display: inline-block;
  background: url(/_img/pagination_prev_next.png) no-repeat right 4px;
  border: none;
  width: 14px;
  height: 20px;
  text-indent: -9999em;
}

#pagination a#previous,
.pagination a#previous {
  display: inline-block;
  background: url(/_img/pagination_prev_next.png) no-repeat left 4px;
  border: none;
  width: 14px;
  height: 20px;
  text-indent: -9999em;
}

/* @end */
#groupfinder {
  width: 225px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 15px;
}

#groupfinder label {
  display: block;
  margin-bottom: 2px;
  font-size: 96%;
  font-weight: bold;
}

#groupfinder input[type=text] {
  width: 215px;
  height: 25px;
  color: #777;
  margin-bottom: 12px;
}

#groupfinder select {
  width: 220px;
  margin-bottom: 10px;
}

#groupfinder input[type=image] {
  display: block;
  float: right;
  clear: both;
  margin-top: 10px;
}

#groupfinder label.cbox {
  display: inline-block;
  width: 110px;
}

#groupfinder input#g_spanish {
  margin-bottom: 3px;
}

.gfinder #content-inner article.branch {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #e3eded;
  overflow: hidden;
}

.gfinder #content-inner .branch .branchtitle {
  width: 400px;
  float: left;
}

.gfinder #content-inner .branch .branchinfo {
  float: right;
  margin: 0px;
  overflow: hidden;
  width: 230px;
}

.gfinder #content-inner .branch .branchinfo li {
  list-style: none;
  margin-bottom: 5px;
  background: url(/_img/star_icon.png) no-repeat left 1px;
  padding-left: 20px;
  font-size: 108%;
}

.gfinder #content-inner .branch .text {
  clear: both;
  margin-top: 10px;
  display: block;
}
.gfinder #content-inner .branch .text p {
  margin-bottom: .5em;
}

.gfinder #content-inner .branch h4 {
  margin-bottom: 3px;
}

/* @end */
.churchsearchbtn {
  display: block;
  height: 33px;
  width: 225px;
  background: url(/_img/search_group_btns.png) left -46px no-repeat;
  margin-bottom: 10px;
  text-indent: -99999em;
  margin: 0 auto;
}

.ministrysearchbtn {
  display: block;
  height: 33px;
  width: 225px;
  background: url(/_img/search_group_btns.png) left top no-repeat;
  margin-bottom: 10px;
  text-indent: -99999em;
  margin: 0 auto;
}

.schoolsearchbtn {
  display: block;
  height: 33px;
  width: 225px;
  background: url(/_img/search_group_btns.png) left -93px no-repeat;
  margin-bottom: 10px;
  text-indent: -99999em;
  margin: 0 auto;
}

a.mapit {
  display: inline-block;
  height: 16px;
  width: 15px;
  margin-left: 10px;
  background-image: url(../_img/pin_map.png);
  text-indent: -9999em;
}

a.mapit:hover {
  opacity: .8;
}

#sub.comm #content-wrap {
  background-color: #d5d3d0;
  padding: 11px;
  overflow: hidden;
  margin-bottom: 25px;
}

#sub.comm #content-inner {
  overflow: hidden;
  padding: 15px;
  min-height: 500px;
  height: auto !important;
  height: 500px;
  background-color: #222;
}

#sub.comm #content-inner hr {
  border: none;
  border-bottom: 2px dotted #999;
}

#sub #content-inner hr.comm-sep {
  border: none !important;
  border-bottom: 2px dotted #999 !important;
}

#sub.comm #content-inner p {
  margin-bottom: 5px;
}

#sub.comm aside h3 {
  margin-bottom: 5px;
  margin-top: 10px;
}

#sub.comm aside .bottomborder {
  border-bottom: 2px dotted #727272;
  padding-bottom: 15px;
}

.comm #content-inner .headerimg {
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #727272;
  margin-bottom: 15px;
  overflow: hidden;
}

.comm #content-inner .headerimg img {
  width: 929px;
  display: block;
  float: none;
}

/* = rotator
---------------------------------------------------------------------
*/
#rotator {
  width: 100%;
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#home #rotator {
  width: 1003px;
  height: 330px;
  overflow: hidden;
  margin-bottom: 10px;
}
#home #rotator .cycle-slideshow img {
  display: block;
  width: 1003px;
  height: 330px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.cycle-slideshow {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#sub .cycle-slideshow {
  margin-bottom: 25px;
}

.cycle-slideshow img {
  display: block;
  width: 100%;
  height: auto;
}

#rotator ul, #rotator li {
  display: block;
  list-style: none;
}

#rotator .slide {
  overflow: hidden;
}

#btns {
  margin: 0 auto;
}

#btns a {
  display: block;
  float: left;
  background: url(/_img/billboard_btns.png) no-repeat;
  width: 12px;
  height: 12px;
  text-indent: -9999em;
  margin-right: 5px;
  cursor: pointer;
}

#btns a:last-child {
  margin-right: 0;
}

#btns a.cycle-pager-active,
#btns a.activeSlide {
  background-position: right top;
}

.fontsize {
  font-size: 14px;
  padding-right: 0;
  line-height: 20px;
  text-align: right;
  font-weight: 300;
}

.fontsize .font_handle {
  margin: 0 2px;
  display: inline-block;
  font-weight: 700;
}

.fontsize #jfontsize-plus {
  font-size: 20px;
}

.fontsize #jfontsize-default {
  font-size: 16px;
}

.fontsize #jfontsize-minus {
  font-size: 12px;
}

#cycle-1,
#cycle-2,
#thumb-pager {
  height: 330px;
}

#rotator-wrap {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}

#rotator-wrap .slide,
#thumb-pager .slide {
  overflow: hidden;
}

#thumb-pager .slide {
  height: 143px;
}

#thumb-pager {
  position: relative;
  display: block;
  float: left;
  width: 25.25%;
  margin-left: .75%;
  text-align: left;
  padding-bottom: 0;
}

#thumb-pager #carousel-next {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -19px;
  width: 39px;
  height: 39px;
  cursor: pointer;
  background-color: transparent;
  background-image: url("/_img/rotator-down-arrow.png");
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#thumb-pager:hover #carousel-next {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#thumb-pager a {
  cursor: pointer;
}

/*---------------[FOOTER - CONNECT]---------------*/
#connect {
  height: 339px;
  margin-top: 50px;
}

#connect section {
  width: 1004px;
  margin: 0 auto;
  padding: 30px 0;
}

#connect h4 {
  border: 0;
  padding: 0;
  display: block;
  color: #888b8c;
  font-size: 20px;
  font-family: "Futura W01 Light", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

#connect .follow {
  text-align: right;
  padding-top: 10px;
}

#connect .twitter {
  float: left;
  width: 300px;
}

#connect .twitter .follow a.button {
  color: white;
  background-image: url(/_img/icon_twitter_connect.png);
  background-repeat: no-repeat;
  background-position: 20px 50%;
  padding-left: 4em !important;
}

#connect .twitter #tweets .tweet {
  margin-bottom: 25px;
}

#connect .twitter #tweets .tweet p {
  margin: 0;
  color: #f8fcfe;
}

#connect .twitter #tweets .tweet p.time {
  font-size: 12px;
  color: #888b8c;
  font-family: 'DroidSerifRegular';
}

#connect .instagram {
  float: right;
  width: 660px;
}

#connect .instagram .follow {
  clear: both;
}

#connect .instagram .follow a.button {
  color: white;
  background-image: url(/_img/icon_instagram_connect.png);
  background-repeat: no-repeat;
  background-position: 20px 50%;
  padding-left: 4em !important;
}

#connect .instagram .first {
  float: left;
  width: 170px;
  height: 170px;
}

#connect .instagram .first img {
  display: block;
  width: 100%;
  height: 100%;
}

#connect .instagram .photos {
  float: left;
  width: 475px;
}

#connect .instagram .photos .photo {
  float: left;
  width: 80px;
  height: 80px;
  margin: 0 0 10px 15px;
}

#connect .instagram .photos .photo img {
  display: block;
  width: 100%;
  height: 100%;
}

#connect .tweet {
  color: #e1e1e1;
}

#connect .button {
  display: inline-block;
  text-decoration: none !important;
  padding: 1.2em 2em !important;
  font-size: 12px !important;
  text-transform: uppercase;
  line-height: 12px !important;
  color: white;
  text-align: center;
  text-shadow: 0 0 1px #3d5859;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: #609191;
  border: 3px solid #eeffff;
}

#connect .button:hover {
  background: #7bbcbc;
  text-shadow: none;
}

img.image-frame {
  padding: 4px;
  border: 1px solid #ccc;
}

#google_translate_element {
  float: right;
  margin-right: 10px;
  z-index: 1001;
  position: relative;
}

#content-inner .featured-stats {
  padding: 20px 0;
  margin: 20px 0;
  background-color: #272727;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#content-inner .featured-stats article {
  text-align: center;
  color: #ffffff;
  margin-bottom: 0 !important;
}
#content-inner .featured-stats h2 {
  font-size: 4.83333333333333em;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.2em;
}
#content-inner .featured-stats h5 {
  margin: 0;
}
#content-inner .featured-stats a {
  color: #ffffff;
}
#content-inner .featured-stats a:hover {
  color: #38bdb9;
}

#content-inner .featured-articles-wrap {
  padding: 20px;
  margin: 20px 0;
  background-color: #272727;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
#content-inner .featured-articles {
  background-color: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 0;
}
#content-inner .featured-articles article {
  float: left;
  width: 318px;
  border-left: 2px dotted #38bdb9;
}
#content-inner .featured-articles article:nth-child(3n+1) {
  clear: left;
  border-left: 0;
}
#content-inner .featured-articles .info {
  padding: 0 20px;
}
#content-inner .featured-articles h5 {
  margin-bottom: 10px;
  display: block;
  font-size: 123.076923076923%;
  text-align: center;
  padding: 18px 5px;
  color: #38bdb9;
  background-color: #e3eded;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#content-inner .featured-articles a {
  display: block;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#content-inner .featured-articles a:hover .article-more {
  display: block;
}
#content-inner .featured-articles .article-more {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(117, 166, 166, 0.8);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#content-inner .featured-articles .article-more i {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 36px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#content-inner .featured-articles img {
  display: block;
  margin-bottom: 15px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#content-inner .featured-articles p {
  margin: 0;
  font-size: 116%;
}

#content-inner .accordion-menu-content .table { width: 100%;}
#content-inner .accordion-menu-content .table .row { overflow: hidden;}
#content-inner .accordion-menu-content .table .image { float: left; width: 172px; margin-right: 10px;}
#content-inner .accordion-menu-content .table .text {}
#content-inner .accordion-content ul {list-style: none; margin: 0 !important;}
#content-inner .accordion-content li{list-style: none;margin: 0 0 8px 0 !important;}
#content-inner .accordion-content li h2.ui-state-default{background:#ededed url(/_img/accordion-more.jpg) center right no-repeat;}
#content-inner .accordion-content li h2.ui-state-active{background:#ededed url(/_img/accordion-more-on.jpg) center right no-repeat;}
#content-inner .accordion-content li h2{font-size:17px;margin:0;padding:12px;line-height:28px;}
#content-inner .accordion-content li h2 a{color:#4c7c7c;}
#content-inner .accordion-content li h2 a span{font-size:14px;color:#5b5a58;font-weight:normal;}
#content-inner .accordion-content li span#email{margin:0 10px;display:inline-block;z-index:99;}
#content-inner .accordion-content li ul{background-color:#f6f6f6;padding:8px 20px;}
#content-inner .accordion-content li ul li{margin:0;}
#content-inner .accordion-content li ul p{padding-bottom:10px;font-size:15px;color:#5b5a58;line-height:22px;}
#content-inner .accordion-content li ul a{color:#4c7c7c;}
#content-inner .accordion-content li ul span{color:#4c7c7c;}

.contents table {
	color: #fff;
}
.contents table ul {
	margin: 0 0 20px 30px !important;
	list-style: none !important;
}
.contents table ul li {
	margin: 1px 0 6px 0 !important;
	font-size: 13px !important;
	list-style: none !important;
}
.contents table td.innerCell {
	padding-top:15px;
	padding-bottom:20px;
}
.contents table#missionFunding {
	padding-bottom:20px;
}
.contents table, .contents table td{
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	overflow: hidden;
	height: auto !important;
	min-height: 0 !important;
}
.contents table td.innerCell h4 {
	color: #609191;
	font-size: 18px !important;
}

.contents table td.innerCell p {
	font-size: 13px !important;
	margin-bottom: 0 !important;
}

/* .bg { */
/*     background-color: rgb(39, 39, 39); */
/*     position: absolute; */
/*     left: 778px; */
/*     top: 552px; */
/*     width: 84px; */
/*     height: 43px; */
/*     z-index: 27; */
/* } */

.mailer-container {
    height: 150px;
    border-top: 3px solid rgb(99, 149, 149);
    border-bottom: 3px solid rgb(99, 149, 149);
    margin-bottom: 15px;
    display:flex;
    justify-content:space-around;
}

.mailer-title{
    width: 33%;
    height: 100%;
    padding-top:63px;
    display:flex;
}

.mailer-title p{
    font-size: 25px;
    line-height: 50px;
    margin-left:7px;
}

.mailer-english{
    width: 33%;
    height: 100%;
}

.mailer-spanish{
    width: 33%;
    height: 100%;
}

.mailer-english label {
    position: relative;
    top: 43px;
    left:12px;
    font-size: 17px;
}
.mailer-spanish label {
    position: relative;
    top: 43px;
    left:12px;
    font-size: 17px;
}
input#english{
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    margin-top: 50px;
    height: 38px;
    width: 200px;
    border: none;
    background: rgba(0,0,0,0.1);
    text-indent:10px;
    color:#272727;
}
input#spanish{
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    margin-top: 50px;
    height: 38px;
    width: 200px;
    border: none;
    background: rgba(0,0,0,0.1);
    text-indent:10px;
    color:#272727;
}

.mailer-english button.button-large {
    height: 41px;
    width: 95px;
    background:#272727;
    position: relative;
    top: 25px;
    right: 4px;
    border-radius: 0,0,5px, 5px;
    border-top-right-radius: 1em;
    border-BOTTOM-right-radius: 1em;
    border: none;
    color: white;
    text-transform:uppercase;
    font-weight:800;
}



.mailer-spanish button.button-large {
    height: 41px;
    width: 120px;
    background:#272727;
    position: relative;
    top: 25px;
    right: 4px;
    border-radius: 0,0,5px, 5px;
    border-top-right-radius: 1em;
    border-BOTTOM-right-radius: 1em;
    border: none;
    color: white;
    text-transform:uppercase;
    font-weight:800;
}

textarea:focus, input:focus{
    outline: none;
}
*:focus {
    outline: none;
}

::placeholder{
    color:#272727;
    padding-left:7%;
}

.spanish-button{
    text-transform:uppercase;
}

input#spanish::placeholder, input#english::placeholder{
    position:relative;
    left:-14px;
}
