/*------------------------------------*\
    $GRID
\*------------------------------------*/
.container-fluid,
.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-left: 22px;
  padding-right: 22px;
}
@media only screen and (min-width: 768px) {
  .container-fluid {
    padding-left: 44px;
    padding-right: 44px;
  }
  @-ms-viewport {
    .container-fluid {
      width: 768px;
    }
  }
}

.row {
  margin-left: -22px;
  margin-right: -22px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 22px;
  padding-right: 22px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media only screen and (min-width: 768px) {
  @-ms-viewport {
    width: 768px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 1024px) {
  @-ms-viewport {
    width: 1024px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 1200px) {
  @-ms-viewport {
    width: 1200px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  @-ms-viewport {
    width: 768px;
  }
  .col-sm-6:nth-of-type(2n+1),
  .col-sm-6:nth-child(2n+1) {
    clear: left;
  }

  .col-sm-3:nth-of-type(4n+1),
  .col-sm-3:nth-child(4n+1) {
    clear: left;
  }

  .col-sm-4:nth-of-type(3n+1),
  .col-sm-4:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1024px) {
  @-ms-viewport {
    width: 1024px;
  }
  .col-md-6:nth-of-type(2n+1),
  .col-md-6:nth-child(2n+1) {
    clear: left;
  }

  .col-md-3:nth-of-type(4n+1),
  .col-md-3:nth-child(4n+1) {
    clear: left;
  }

  .col-md-4:nth-of-type(3n+1),
  .col-md-4:nth-child(3n+1) {
    clear: left;
  }
}
.flex-1 {
  -webkit-flex: 1;
  flex: 1;
}

.flex-xs {
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fd-r {
  -webkit-flex-direction: row;
  flex-direction: row;
}

.fd-c {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.order-1 {
  -webkit-order: 1;
  order: 1;
}

.order-2 {
  -webkit-order: 2;
  order: 2;
}

.ai-fe {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.ai-c {
  -webkit-align-items: center;
  align-items: center;
}
.ai-s {
  -webkit-align-items: stretch;
  align-items: stretch;
}

.as-fe {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.as-c {
  -webkit-align-self: center;
  align-self: center;
}

.jc-c {
  -webkit-justify-content: center;
  justify-content: center;
}
.jc-sb {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.jc-sa {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.jc-fe {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-1 {
  -webkit-flex: 1;
  flex: 1;
}

.flex-sm-1, .flex-md-1, .flex-lg-1, .flex-sm-2, .flex-md-2, .flex-lg-2, .flex-sm-3, .flex-md-3, .flex-lg-3, .flex-sm-4, .flex-md-4, .flex-lg-4, .flex-sm-5, .flex-md-5, .flex-lg-5, .flex-sm-6, .flex-md-6, .flex-lg-6, .flex-sm-7, .flex-md-7, .flex-lg-7, .flex-sm-8, .flex-md-8, .flex-lg-8, .flex-sm-9, .flex-md-9, .flex-lg-9, .flex-sm-10, .flex-md-10, .flex-lg-10, .flex-sm-11, .flex-md-11, .flex-lg-11, .flex-xs-12, .flex-sm-12, .flex-md-12, .flex-lg-12 {
  width: 100%;
}

.flex-xs-11 {
  width: 91.66666667%;
}

.flex-xs-10 {
  width: 83.33333333%;
}

.flex-xs-9 {
  width: 75%;
}

.flex-xs-8 {
  width: 66.66666667%;
}

.flex-xs-7 {
  width: 58.33333333%;
}

.flex-xs-6 {
  width: 50%;
}

.flex-xs-5 {
  width: 41.66666667%;
}

.flex-xs-4 {
  width: 33.33333333%;
}

.flex-xs-3 {
  width: 25%;
}

.flex-xs-2 {
  width: 16.66666667%;
}

.flex-xs-1 {
  width: 8.33333333%;
}

@media only screen and (min-width: 768px) {
  @-ms-viewport {
    width: 768px;
  }
  .flex-sm {
    display: -webkit-flex;
    display: flex;
  }

  .flex-sm-12 {
    width: 100%;
  }

  .flex-sm-11 {
    width: 91.66666667%;
  }

  .flex-sm-10 {
    width: 83.33333333%;
  }

  .flex-sm-9 {
    width: 75%;
  }

  .flex-sm-8 {
    width: 66.66666667%;
  }

  .flex-sm-7 {
    width: 58.33333333%;
  }

  .flex-sm-6 {
    width: 50%;
  }

  .flex-sm-5 {
    width: 41.66666667%;
  }

  .flex-sm-4 {
    width: 33.33333333%;
  }

  .flex-sm-3 {
    width: 25%;
  }

  .flex-sm-2 {
    width: 16.66666667%;
  }

  .flex-sm-1 {
    width: 8.33333333%;
  }
}
@media only screen and (min-width: 1024px) {
  @-ms-viewport {
    width: 1024px;
  }
  .flex-md {
    display: -webkit-flex;
    display: flex;
  }

  .flex-md-12 {
    width: 100%;
  }

  .flex-md-11 {
    width: 91.66666667%;
  }

  .flex-md-10 {
    width: 83.33333333%;
  }

  .flex-md-9 {
    width: 75%;
  }

  .flex-md-8 {
    width: 66.66666667%;
  }

  .flex-md-7 {
    width: 58.33333333%;
  }

  .flex-md-6 {
    width: 50%;
  }

  .flex-md-5 {
    width: 41.66666667%;
  }

  .flex-md-4 {
    width: 33.33333333%;
  }

  .flex-md-3 {
    width: 25%;
  }

  .flex-md-2 {
    width: 16.66666667%;
  }

  .flex-md-1 {
    width: 8.33333333%;
  }
}
@media only screen and (min-width: 1200px) {
  @-ms-viewport {
    width: 1200px;
  }
  .flex-lg {
    display: -webkit-flex;
    display: flex;
  }

  .flex-lg-12 {
    width: 100%;
  }

  .flex-lg-11 {
    width: 91.66666667%;
  }

  .flex-lg-10 {
    width: 83.33333333%;
  }

  .flex-lg-9 {
    width: 75%;
  }

  .flex-lg-8 {
    width: 66.66666667%;
  }

  .flex-lg-7 {
    width: 58.33333333%;
  }

  .flex-lg-6 {
    width: 50%;
  }

  .flex-lg-5 {
    width: 41.66666667%;
  }

  .flex-lg-4 {
    width: 33.33333333%;
  }

  .flex-lg-3 {
    width: 25%;
  }

  .flex-lg-2 {
    width: 16.66666667%;
  }

  .flex-lg-1 {
    width: 8.33333333%;
  }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  @-ms-viewport {
    width: 320px;
  }
  .visible-xs {
    display: block !important;
  }

  .hidden-xs {
    display: none !important;
  }

  .col-xs-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  @-ms-viewport {
    width: 768px;
  }
  .visible-sm {
    display: block !important;
  }

  .hidden-sm {
    display: none !important;
  }

  .col-sm-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  @-ms-viewport {
    width: 1024px;
  }
  .visible-md {
    display: block !important;
  }

  .hidden-md {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  @-ms-viewport {
    width: 1200px;
  }
  .visible-lg {
    display: block !important;
  }

  .hidden-lg {
    display: none !important;
  }
}
@font-face {
  font-family: 'Genericons';
  src: url("../fonts/Genericons.eot");
  src: url("../fonts/Genericons.eot?#iefix") format("embedded-opentype"), url("../fonts/Genericons.woff") format("woff"), url("../fonts/Genericons.ttf") format("truetype"), url("../fonts/Genericons.svg#Genericons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.genericon {
  vertical-align: middle;
  text-align: center;
  -moz-transition: color .1s ease-in 0;
  -webkit-transition: color .1s ease-in 0;
  display: inline-block;
  font-family: "Genericons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
  cursor: pointer;
}
.genericon a {
  font-size: 0;
}
.genericon a::before {
  font-size: 26px;
  line-height: 26px;
}

.genericon-facebook a::before {
  content: "\f203";
}

.genericon-facebook-alt a::before {
  content: "\f204";
}

.genericon-googleplus a::before {
  content: "\f206";
}

.genericon-googleplus-alt a::before {
  content: "\f218";
}

.genericon-instagram a::before {
  content: "\f215";
}

.genericon-linkedin a::before {
  content: "\f207";
}

.genericon-linkedin-alt a::before {
  content: "\f208";
}

.genericon-mail a::before {
  content: "\f410";
}

.genericon-pinterest a::before {
  content: "\f209";
}

.genericon-pinterest-alt a::before {
  content: "\f210";
}

.genericon-reddit a::before {
  content: "\f222";
}

.genericon-stumbleupon a::before {
  content: "\f223";
}

.genericon-tumblr a::before {
  content: "\f214";
}

.genericon-twitter a::before {
  content: "\f202";
}

.genericon-vimeo a::before {
  content: "\f212";
}

.genericon-website a::before {
  content: "\f475";
}

.genericon-wordpress a::before {
  content: "\f205";
}

.genericon-youtube a::before {
  content: "\f213";
}

.genericon-search::before {
  content: "\f400";
}

.genericon-menu::before {
  content: "\f419";
}

.genericon-close::before {
  content: "\f405";
}

.genericon-close-alt::before {
  content: "\f406";
}

/*------------------------------------*\
    $BASE
\*------------------------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 none;
  list-style: none outside none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0;
}

.image a,
header, footer, nav, section, article, hgroup, figure {
  display: block;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

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

body {
  position: relative;
  font-family: "Open Sans", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.image img {
  width: 100%;
}
/*------------------------------------*\
    $ELEMENT HEADER
\*------------------------------------*/
.genericon-menu {
  position: absolute;
  z-index: 11;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  line-height: 65px;
  color: white;
}

@media only screen and (min-width: 1024px) {
  .genericon-menu {
    display: none;
  }
  @-ms-viewport {
    .genericon-menu {
      width: 1024px;
    }
  }
}

.page-header {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 10px 65px 10px 0;
}

@media only screen and (min-width: 1024px) {
  .page-header {
    display: block;
    padding-bottom: 15px;
    padding-right:0;
  }
  @-ms-viewport {
    .page-header {
      width: 1024px;
    }
  }
}

.page-nav {
  display: none;
  -webkit-flex: 1;
  flex: 1;
  font-size: 15px;
  line-height: 18px;
  color: #737779;
  text-align: center;
}
.page-nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.page-nav ul li {
  padding: 10px 0;
}
.page-nav ul li a {
  position: relative;
}
.page-nav ul li a::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .page-nav ul {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex: 1;
    flex: 1;
  }
  @-ms-viewport {
    .page-nav ul {
      width: 1024px;
    }
  }
  .page-nav ul li {
    padding: 0 0 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-nav {
    display: flex;
  }
  @-ms-viewport {
    .page-nav {
      width: 1024px;
    }
  }
  .page-nav > div {
    -webkit-flex: 1;
    flex: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .page-nav {
    font-size: 18px;
  }
  @-ms-viewport {
    .page-nav {
      width: 1200px;
    }
  }
}

.header-social {
  display: none;
}
.genericon a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0;
}
.header-social .genericon a::before {
  font-size: 21px;
  line-height: 40px;
}
@media only screen and (min-width: 1024px) {
  .header-social {
    display: block;
  }
  @-ms-viewport {
    .header-social {
      width: 1024px;
    }
  }
  .header-social ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}

.shrinkHeader {
  padding-top: 65px;
}
.shrinkHeader .genericon-menu {
  position: fixed;
}
.shrinkHeader .page-header {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 10px;
  padding-bottom: 10px;
}
.shrinkHeader .page-nav {
  color: #2f2f38;
}
.shrinkHeader .header-social {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .shrinkHeader {
    padding-top: 110px;
  }
  @-ms-viewport {
    .shrinkHeader {
      width: 1024px;
    }
  }
}

@media only screen and (max-width: 1023px) {  
  .page-nav > div,
  .page-nav > div ul {height:100%}
  .show-menu .genericon-menu {
    position: fixed;
  }
  .show-menu .page-header {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .show-menu .page-nav {
    display: block;
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    background-color: white;
    height: calc(100vh - 65px);
    color: #2f2f38;
    font-size: 22px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width:1023px) {
  @-ms-viewport {
    .show-menu {
      width: 768px;
    }
  }
  .show-menu .header-social {
    display: block;
    position: fixed;
    top: 12.5px;
    right: 77.5px;
  }
}

.header-logo img {
  height: 45px;
  width: auto;
}
@media only screen and (min-width: 1024px) {
  .header-logo {
    height: inherit;
    -webkit-flex: none;
    flex: none;
  }
  @-ms-viewport {
    .header-logo {
      width: 1024px;
    }
  }
}

/*------------------------------------*\
    General
\*------------------------------------*/
.ta-c {
  text-align: center;
}

.hide {
  display: none;
}

h1 {
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -1.5px;
}

h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 30px;
}

h4 {
  font-size: 28px;
  line-height: 34px;
  color: #58595b;
  margin-bottom: 20px;
}

h5 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h6 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 14px;
}
@media (min-width:768px) {
  h1 {
    font-size: 80px;
    line-height: 96px;
    letter-spacing: -1.5px;
  }
  
  h2 {
    font-size: 50px;
    line-height: 60px;
  }
  
  h3 {
    font-size: 40px;
    line-height: 48px;
  }
  
  h4 {
    font-size: 35px;
    line-height: 30px;
  }
  
  h5 {
    font-size: 28px;
    line-height: 33.6px;
  }
  
  h6 {
    font-size: 25px;
    line-height: 30px;
  }
}
figure {
  text-align: center;
}

/*------------------------------------*\
    Hero
\*------------------------------------*/
.slider-image {
  position: relative;
  text-align:center;
}
.slider-image img {
  width:100%;
}
.slider-image .caption {
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  left: 80px;
  right: 80px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.slider-image .caption p {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: white;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .slider-image .caption p {
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 65px;
  }
  @-ms-viewport {
    .slider-image .caption p {
      width: 768px;
    }
  }
}
.page .btn-link,
.btn-link2 {
  display: inline-block;
  border-width:1px;
  border-style:solid;
  font-size: 15px;
  line-height: 15px;
  margin-right:22px;
  padding:15px 30px;
  text-decoration:none;
}
.page .btn-link:hover,
.btn-link2:hover {
  color:white;
}
.caption > a,
.home .btn-link {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  display: inline-block;
  padding:20px 60px;
  font-size: 20px;
  line-height: 20px;
  background-color: #2f2f38;
  color: white;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .caption > a,
  .home .btn-link {
    min-width: 270px;
    padding-top:30px;
    padding-bottom:30px;
  }
  @-ms-viewport {
    .caption > a,
    .home .btn-link {
      width: 1024px;
    }
  }
}
.caption > a.brand,
.home .btn-link.brand {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  margin: 30px 0;
}
.caption > a.brand:hover,
.home .btn-link.brand:hover {
  color: white;
  border-color: transparent;
}

.slick-arrow {
  z-index: 1;
  width: 80px;
  height: 100%;
  cursor: pointer;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-arrow::before {
  display: block;
  width: 80px;
  height: 80px;
  font: 60px/80px "Genericons";
}

.slick-prev::before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "\f431";
}

.slick-next::before {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  content: "\f431";
}

.box {
  margin-left: -2px;
  margin-right: -2px;
  text-align: center;
  padding-bottom: 50px;
}
.box li {
  position:relative;
  color: #2f2f38;
  border: 2px solid white;
  padding: 45px;
}
.box li::before {
  filter: alpha(opacity=50);
  opacity: .5;
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}
.box svg {
  height: 40px;
  fill: #2f2f38;
}
.box .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  text-transform: uppercase;
  padding-bottom: 26px;
  letter-spacing: -1.5px;
}
.box .info {
  color: #737779;
  border-top: 1px solid #737779;
  font-size: 15px;
  line-height: 18px;
  padding-top: 6px;
}
.box span,
.box div {
  position:relative;
}
section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.home section {
  padding-top: 40px;
  padding-bottom: 40px;
}
section .image {
  margin-bottom: 30px;
}
section h6 {
  color: #6d6f71;
}
section h6 a:hover {
  color: #2f2f38;
}
section p {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #85878a;
  margin-bottom: 30px;
}
section .get-involved p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 15px;
  color:#58595b;
}
section.bg-w {
  background-color: white;
}
section.bg-w p {
  color:black;
}
section.bg-g {
  background-color: #e6e7e8;
}
section.bg-g p {
  font-weight: 400;
}
section .read-more {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  font-size: 15px;
  line-height: 35px;
  text-align: center;
  color: white;
  padding: 0 15px;
}
section .read-more:hover {
  background-color: #2f2f38;
  color: white;
}
@media only screen and (min-width: 768px) {
  @-ms-viewport {
    section {
      width: 768px;
    }
  }
  section .image {
    margin-bottom: 0;
  }
}
section#events .read-more {
  background-color: #2f2f38;
  color: white;
}
section#events .read-more:hover {
  background-color: #e6e7e8;
  color: #2f2f38;
}

.events li {
  background-color: #e6e7e8;
  padding: 15px;
  margin-top: 3px;
}
.events li:first-child {
  margin-top: 0;
}
.events date {
  -webkit-flex: 1;
  flex: 1;
  font-weight: bold;
  font-size: 50px;
  line-height: 27px;
  text-align: center;
  margin-right: 45px;
}
.events date span {
  display: block;
  font-size: 27px;
  text-transform: lowercase;
}
.events .info {
  -webkit-flex: 3;
  flex: 3;
}
.events .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22.5px;
  color: #6d7072;
  margin-bottom: 6px;
}
.events .title a:hover {
  color: #2f2f38;
}
.events .info span {
  font-size: 13.5px;
  color: #939496;
}

article {
  color: #58595b;
}
article div {
  font-size: 15px;
  line-height: 30px;
  margin-bottom:30px;
}
article p {
  font-size: 15px;
  line-height: 30px;
}
article.blurb {
  border-bottom: 1px solid #58595b;
  margin-bottom: 40px;
  padding-top: 50px;
  padding-bottom: 30px;
}
article.blurb p {
  font-weight: 400;
  font-size: 23px;
  line-height: 35px;
}

.give article date, .contact-us article date, .single article date {
  display: block;
  margin-bottom: 30px;
}
.give article h3, .contact-us article h3, .single article h3 {
  font-weight: bold;
}

.alignleft {
  float: left;
  margin-right: 30px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin-left: 30px;
}
@media only screen and (min-width: 768px) {
  .subfeatured .image {
    float:left;
    margin-right:30px;
    max-width:150px;
  }
}
@media only screen and (max-width: 767px) {
  .subfeatured .col-sm-6:first-of-type {
    border:1px solid #e6e7e8;
    margin-bottom:30px;
  }
}
.hero {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
.hero.banner {
  position: relative;
  height: 400px;
}
.hero.banner h1 {
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .hero.banner {
    height: 540px;
  }
  @-ms-viewport {
    .hero.banner {
      width: 1024px;
    }
  }
}
#events.hero .container-fluid,
#events.hero {
  position:relative;
}
#events.hero::before {
  filter: alpha(opacity=50);
  opacity: .5;
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  mix-blend-mode:hue;
}
.sub-nav {
  font-size: 16px;
  line-height: 16px;
  color: #939496;
  padding: 17px 0;
}
.sub-nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.sub-nav ul li {
  padding: 10px 15px;
}
.sub-nav ul li a {
  position: relative;
}
.sub-nav ul li a::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}
.ministries-list li {
  padding: 35px 0;
}
.ministries-list .image {
  -webkit-flex: none;
  flex: none;
}
.ministries-list .info {
  border-left-width: 4px;
  border-left-style: solid;
  padding-left: 50px;
}
@media only screen and (min-width: 768px) {
  .ministries-list .info {
    margin-left: 50px;
  }
  .ministries-list .image {
    width:40%;
    max-width:439px;
  }
  @-ms-viewport {
    .ministries-list .info {
      width: 768px;
    }
  }
}
.get-involved {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.get-involved .blurb p {
  max-width:600px;
  margin-left:auto;
  margin-right:auto;
}
.getinvolved-list {
  color: #58595b;
}
.getinvolved-list .icon {
  display: block;
  width: 60px;
  height: 50px;
  margin: 15px auto 20px;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
}
.getinvolved-list h5 {
  text-align: center;
}
.getinvolved-list li {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 22px;
  font-size: 12px;
  line-height: 16px;
  background-color: rgba(230, 231, 232, 0.7);
  border: 1px solid #b7b9b9;
  padding: 20px;
}
.getinvolved-list li:hover {
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 2.835px 11.339px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 2.835px 11.339px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2.835px 11.339px;
  background-color: #e6e7e8;
}
.getinvolved-list a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .getinvolved-list {
    margin-left: -20px;
    margin-right: -20px;
  }
  @-ms-viewport {
    .getinvolved-list {
      width: 768px;
    }
  }
  .getinvolved-list li {
    width: 44%;
    margin: 30px 20px;
  }
}
@media only screen and (min-width: 1024px) {
  @-ms-viewport {
    .getinvolved-list {
      width: 1024px;
    }
  }
  .getinvolved-list li {
    width: 29%;
  }
}
.news-list article.ta-c {
  max-width:700px;
  margin-left:auto;
  margin-right:auto
}
.news-list p {
  line-height: 25px;
}
.news-list .row {
  padding-top: 20px;
  padding-bottom: 100px;
}
.news-list .ta-c {
  border-top: 1px solid #2f2f38;
  padding-top: 75px;
  padding-bottom: 35px;
}
.news-list .ta-c h6 {
  font-weight: 400;
  max-width: 500px;
  margin: 15px auto 20px;
}

#events h2 {
  color: white;
}

.events-list {
  margin-left: -40px;
  margin-right: -40px;
}
.events-list li {
  padding: 30px 40px 20px;
}
.events-list date {
  color: #2f2f38;
  font-weight: bold;
  font-size: 50px;
  line-height: 27px;
  text-align: center;
  margin-right: 45px;
  text-transform: lowercase;
}
.events-list date span {
  display: block;
  font-size: 27px;
}
.events-list .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
}
.events-list .title a:hover {
  color: #2f2f38;
}
.events-list .description {
  font-size: 15px;
  line-height: 22px;
}
.events-list .info span {
  color: #2f2f38;
  font-weight: bold;
  font-size: 15px;
  line-height: 30px;
}

form .required {
  color: red;
}
form label {
  display: block;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  color: #58595b;
}
.wpcf7-form-control-wrap {
  display:block;
  margin-top: 15px;
}
form input, form textarea {
  margin-bottom: 30px;
  font-size: 15px;
}
form input[type="email"],
form input[type="text"] {
  width: 100%;
  border: 1px solid #c1c2c4;
  height: 60px;
  text-indent: 15px;
}
form input[type="submit"] {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  font-size: 15px;
  line-height: 35px;
  text-align: center;
  color: white;
  padding: 10px 60px;
  cursor: pointer;
}
form input[type="submit"]:hover {
  background-color: #2f2f38;
  color: white;
}
form textarea {
  width: 100%;
  border: 1px solid #c1c2c4;
  padding: 15px;
}

.edit-btn {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  line-height: 35px;
  text-align: center;
  background-color: #FFEC00;
  color: black !important;
  padding: 0 15px;
}
.edit-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  color: black !important;
  text-decoration: none !important;
}

section form.searchform {
  position: relative;
  padding-right: 169px;
}

section form.searchform input {
  height: 52px;
}

section form.searchform input[type="submit"] {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 0px 6px 6px 0px;
  -moz-border-radius: 0px 6px 6px 0px;
  border-radius: 0px 6px 6px 0px;
}
.nav-links {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  border-top: 1px solid #2f2f38;
  padding-top:30px;
  max-width:700px;
  margin:0 auto;
  color:#85878a;
}
.nav-links .page-numbers {
  padding: 0 10px;
}
.nav-links a:hover {
  color:black;
}
.single article {
  max-width:700px;
  margin-left:auto;
  margin-right:auto;
}
.single article figure {
  margin-bottom: 30px;
}
.article-content {
  font-size: 15px;
  line-height: 30px;
}
.article-content a {
  text-decoration:underline;
}
.article-content a:hover {
  text-decoration:none;
}
/*------------------------------------*\
    $ELEMENT FOOTER
\*------------------------------------*/
.page-footer {
  background-color: #2f2f38;
  color: #e6e7e8;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-footer p {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  margin-top: 30px;
}
.page-footer p strong {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.page-footer table {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
}
.footer-social {
  padding-top: 35px;
}
.footer-social ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap:wrap;
}
.footer-social li {
  padding-left: 13px;
}
.footer-social li:first-child {
  padding-left: 0;
}
.footer-social .genericon a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.footer-social .genericon a::before {
  font-size: 21px;
  line-height: 40px;
}
.footer-social .genericon a {
  background-color: #e6e7e8;
  color: #2f2f38;
}
.page-footer .copyright {
  text-align: center;
  padding-top: 50px;
  font-weight: 300;
}
@media only screen and (min-width: 1024px) {
  @-ms-viewport {
    .page-footer {
      width: 1024px;
    }
  }
  .page-footer .flex-md-8 {
    padding-left: 44px;
  }
  .page-footer p:first-of-type {
    margin-top: 0;
  }
  .page-footer .footer-logo {
    margin-bottom: 35px;
  }
}
.genericon a:hover {
  color:white;
}
.genericon-facebook a:hover,
.genericon-facebook-alt a:hover {
  background-color: #3b5998;
}
.genericon-googleplus a:hover,
.genericon-googleplus-alt a:hover {
  background-color: #dd4b39;
}
.genericon-instagram a:hover {
  background-color: #405de6;
}
.genericon-linkedin a:hover,
.genericon-linkedin-alt a:hover {
  background-color: #0077b5;
}
.genericon-pinterest a:hover,
.genericon-pinterest-alt a:hover {
  background-color: #bd081c;
}
.genericon-reddit a:hover {
  background-color: #ff4500;
}
.genericon-stumbleupon a:hover {
  background-color: #eb4924;
}
.genericon-tumblr a:hover {
  background-color: #35465c;
}
.genericon-twitter a:hover {
  background-color: #1da1f2;
}
.genericon-vimeo a:hover {
  background-color: #1ab7ea;
}
.genericon-wordpress a:hover {
  background-color: #21759b;
}
.genericon-youtube a:hover {
  background-color: #cd201f;
}