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

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

.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: 20px;
  padding-right: 20px;
}

.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 screen and (min-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 screen and (min-width: 992px) {
  .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 screen and (min-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%;
  }
}
.flex-xs {
  display: -webkit-flex;
  display: flex;
}

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

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

.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-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 screen and (min-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 screen and (min-width: 992px) {
  .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 screen and (min-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 screen and (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

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

  .hidden-lg {
    display: none !important;
  }
}
/*------------------------------------*\
    $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;
}

/*------------------------------------*\
    General
\*------------------------------------*/
body {
  font-size: 16px;
  line-height: 22px;
  font-family: Georgia, serif;
  color: black;
  overflow-x: hidden;
}

.title {
  font-size: 20px;
  line-height: 26px;
}

.read-more,
div.category,
.subcategory,
date {
  font-weight: 600;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.read-more {
  margin-top: 20px;
}
.read-more a {
  color: #a2aeb6;
}
.read-more a:hover {
  color: #0082c1;
}

div.category {
  margin-bottom: 40px;
}

.subcategory {
  margin-bottom: 20px;
}

date {
  display: block;
  color: #6d7e88;
}

.blurb {
  font-style: italic;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .blurb {
    font-size: 28px;
    line-height: 41px;
    max-width: 66.66666667%;
    margin: 0 auto;
  }
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: #0082c1;
}

.green {
  color: #009cab;
}
.green a {
  color: inherit;
}

.white {
  color: white;
}
.white a {
  color: white;
}

.gray {
  color: #a2aeb6;
}
.gray a {
  color: #a2aeb6;
}

.btn-link {
  display: block;
  border: 1px solid #6d7e88;
  color: #6d7e88;
  font: 600 12px/50px "Open Sans", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
}
.btn-link:hover {
  background-color: #6d7e88;
  color: white;
}

.ta-c {
  text-align: center;
}

.hide {
  display: none;
}

/*------------------------------------*\
    $ELEMENT HEADER
\*------------------------------------*/
.btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.btn svg {
  fill: white;
}
.btn-search svg {
  width: 12px;
}
.btn-facebook svg {
  width: 7px;
}
.btn-twitter svg {
  width: 13px;
}
.btn-search,
.btn.scroll, .btn-menu, .btn-close {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid transparent;
}
.btn.scroll svg, .btn-menu svg, .btn-close svg {
  width: 9px;
}
.btn-menu, .btn-close {
  margin-left: 8px;
}
.show-search .btn-close {
    border-color:transparent;
}
.btn.scroll,
.btn-menu,
.show-menu .btn-close {
    border-color:#0082c1;
}
.btn-down {
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  bottom: 40px;
}
.hideArrow .btn-down {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
}
.btn-up {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 3;
  right: 20px;
  bottom: 20px;
  background-color: #0082c1;
}
.btn-close-overlay {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #0082c1;
  background-color: white;
  position: absolute;
  top: 20px;
  right: 20px;
}
.btn-close-overlay svg {
  width: 9px;
  fill: black;
}

.hide {
  display: none;
}

.logo {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-flex: 1;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}
.logo svg {
  /*width: 229px;*/
  height: 75px;
}
.page-header .logo .st0{fill:white;}
.page-header .logo .st1{fill:white;}
.page-header .logo .st2{fill:white;}

.shrinkHeader .page-header .logo .st0{fill:#009CAB;}
.shrinkHeader .page-header .logo .st1{fill:#0082C1;}
.shrinkHeader .page-header .logo .st2{fill:#676767;}

.show-menu .page-header .logo .st0{fill:#009CAB;}
.show-menu .page-header .logo .st1{fill:#0082C1;}
.show-menu .page-header .logo .st2{fill:#676767;}

.page-header {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.shrinkHeader .page-header,
.show-menu .page-header {
  position: fixed;
}
.shrinkHeader .logo svg,
.show-menu .logo svg {
  fill:inherit;
}

.shrinkHeader .btn,
.show-menu .btn {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.shrinkHeader .btn:hover,
.show-menu .btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.shrinkHeader .btn-search svg,
.shrinkHeader .btn-menu svg,
.shrinkHeader .btn-close svg,
.show-menu .btn-search svg,
.show-menu .btn-menu svg,
.show-menu .btn-close svg {
  fill: black;
}
.shrinkHeader .btn-facebook svg,
.show-menu .btn-facebook svg {
  fill: #3b5998;
}
.shrinkHeader .btn-twitter svg,
.show-menu .btn-twitter svg {
  fill: #1da1f2;
}
.shrinkHeader .btn-up,
.show-menu .btn-up {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  visibility: visible;
}
.shrinkHeader .btn-up:hover,
.show-menu .btn-up:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.shrinkHeader .page-header {
  background-color: rgba(255, 255, 255, 0.9);
}

.show-menu .page-header {
  background-color: white;
}

.shrinkHeader .logo {
  padding-top: 5px;
  padding-bottom: 5px;
}
.shrinkHeader .logo svg {
  height: 60px;
}

.page-nav {
  position: fixed;
  z-index: 10;
  top: 115px;
  left: 0;
  right: 0;
  background-color: white;
  height: calc(100vh - 115px);
  overflow-y: scroll;
  display: none;
}
.page-nav a {
  display: block;
}
.shrinkHeader .page-nav {
  top: 70px;
}
.page-nav ul.sub-menu {
  display: none;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  font: 14px/20px "Open Sans", sans-serif;
}
.page-nav ul.sub-menu::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #0082c1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-nav ul.sub-menu li {
  padding: 5px 0;
}
.show-menu .page-nav {
  display: block;
}
.page-nav > ul {
    padding-left:20px;
    padding-right:20px;
    width:100%;
}
.page-nav > ul > li > a {
    font-weight: 600;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #009cab;
    margin-bottom:20px;
}
.page-nav .post-edit-link {
    position:absolute;
    top:0;
    right:0;
}
#menu-social{
    display:flex;
}
.social .post-edit-link {
    position:absolute;
    top:0;
    right:0;
}
@media screen and (max-width: 767px) {
  .page-nav {
    text-align: center;
  }
  .page-nav > ul > li > a,
  .page-nav .subcategory {
    font-size: 20px;
  }
  .page-nav ul {
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 40%;
  }
}
@media screen and (min-width: 768px) {
  .shrinkHeader .page-nav {
    padding-top: 40px;
  }
  .page-nav ul.sub-menu {
    display: block;
  }
  .page-nav > ul {
    display:flex;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
    padding-left:40px;
    padding-right:40px;
  }
  .page-nav > ul > li {
    flex-grow:1;
  }
}
form input,
form textarea {
    background-color:#f0f4f6;
    border-radius:4px;
    padding:12px;
    width:100%;
    font:14px "Open Sans", sans-serif;
}
form input[type="submit"] {
    background-color:#0082c1;
    color:white;
    letter-spacing:1.5px;
    font-weight:bold;
    text-transform:uppercase;
    cursor:pointer;
    width:90px;
    text-align:center;
}
form input[type="submit"]:hover{
    background-color:#009cab;
}
form input[type="image"] {
  width:auto;
}
form label {
    letter-spacing:1.5px;
    font:bold 10px "Open Sans", sans-serif;
    text-transform:uppercase;
    color:#0082c1;
}
#searchform {
    position:relative;
    padding-right:90px;
}
#searchform input[type="submit"] {
    position:absolute;
    top:0;
    right:0;
}
.header-search {
    position:absolute;
    z-index:10;
    top:70px;
    left:0;
    right:0;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity:0;
    visibility:hidden;
}
.shrinkHeader .header-search {
    position:fixed;
    top:100px;
    background-color:rgba(255, 255, 255, 0.9);
    padding-top:15px;
    padding-bottom:15px;
}
.show-search .header-search {
    opacity:1;
    visibility:visible;
}
/*------------------------------------*\
    Hero
\*------------------------------------*/
html,
body {
  height: 100%;
  position: relative;
}

.slick-arrow {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #009cab;
  width: 60px;
  height: 60px;
  z-index: 1;
  background: url("../images/prev.svg") center/18px no-repeat;
}
.slick-arrow:hover {
  background-color: #009cab;
}
.slick-arrow::before {
  content: none;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
  background-image: url("../images/next.svg");
}

.slick-dots {
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: inherit;
  left: 50%;
  bottom: 0;
}
.slick-dots li {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  width: 7px;
  height: 7px;
  border: 1px solid black;
  margin: 0 4px;
}
.slick-dots li button {
  width: inherit;
  height: inherit;
  margin: 0;
  padding: 0;
}
.slick-dots li button::before {
  content: none;
}
.slick-dots li.slick-active {
  background-color: black;
}

.slider {
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .slider {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-slide img {
  width: 100%;
}

/*------------------------------------*\
    Sections
\*------------------------------------*/
section {
  background-color: white;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
section .info {
  border-top: 10px solid #0082c1;
  border-bottom: 5px solid black;
  padding-top: 20px;
  padding-bottom: 40px;
}
section .info .title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
section .image {
  background-color: #f0f4f6;
  text-align: center;
}
section .image img {
  width:100%;
}
section .programs ul {
  border-bottom: 5px solid black;
}
section .programs li {
  border-top: 2px solid #d8dde0;
  padding-top: 20px;
  padding-bottom: 20px;
}
section .programs li .title {
  font-size: 20px;
  line-height: 26px;
}
section .programs p {
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  section .programs .subcategory {
    margin-top: 20px;
  }
  section .programs article {
    border-top: 2px solid #d8dde0;
  }
}
section .news .category {
  margin-top: 40px;
}
section .news li:first-child article {
  border-top: 2px solid #d8dde0;
}
section .news li article {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  section .news li article {
    border-top: 2px solid #d8dde0;
  }
}

.hero {
  padding: 0;
  height: 100vh;
  position: relative;
  background-color: black;
  color: white;
  text-align: center;
}
.hero-caption {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index:1;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.hero a {
  color: white;
}
.hero a:hover {
  color: #0082c1;
}
.hero .slider {
  padding: 0;
}
.hero .slick-list {
  /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;*/
}
.hero .slick-slider,
.hero .slick-list,
.hero .slick-track,
.hero .slick-slide {
  height: 100%;
}
.hero .slider-image > div {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .hero .slider-image > div {
    background-attachment: fixed;
  }
}
.hero .slick-arrow {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.hero .slick-arrow:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: transparent;
}
.hero .slick-arrow.slick-prev {
  left: 20px;
}
.hero .slick-arrow.slick-next {
  right: 20px;
}

#start {
  position: relative;
  top: -70px;
}

.welcome {
  background: url("../images/bg-welcome.jpg") center/cover no-repeat #f0f4f6;
}
.welcome .btn-links {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .welcome {
    background-attachment: fixed;
  }
}

.testimonies {
  background: url("../images/bg-testimonies.jpg") center/cover no-repeat #f2efed;
}
@media screen and (min-width: 768px) {
  .testimonies {
    background-attachment: fixed;
  }
}
section.scroll {
  background-attachment:scroll;
}
.testimonies .slick-arrow.slick-prev,
.gallery .slick-arrow.slick-prev {
  background-image: url("../images/prev-green.svg?1");
}
.testimonies .slick-arrow.slick-next,
.gallery .slick-arrow.slick-next {
  background-image: url("../images/next-green.svg?1");
}
.testimonies .slick-arrow.slick-prev:hover,
.gallery .slick-arrow.slick-prev:hover {
  background-image: url("../images/prev.svg");
}
.testimonies .slick-arrow.slick-next:hover,
.gallery .slick-arrow.slick-next:hover {
  background-image: url("../images/next.svg");
}

@media screen and (min-width: 992px) {
  .gallery .slider {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.prayer {
  background-color: #333;
  color: white;
}
.prayer a {
  color: white;
}
.prayer .btn-link {
  border-color: #009cab;
}
.prayer .btn-link:hover {
  background-color: #009cab;
}
.prayer .slick-dots li {
  border-color: white;
}
.prayer .slick-dots li.slick-active {
  background-color: white;
}
.prayer .summary {
  font: 14px/24px "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .prayer .btn-links {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .prayer .btn-links li:first-child .btn-link {
    margin-top: 0;
  }
}

.overlay {
  position: fixed;
  background-color: white;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.overlay iframe {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

/*------------------------------------*\
    $ELEMENT FOOTER
\*------------------------------------*/
.page-footer {
  background-color: #f0f4f6;
  font: 11px/17px "Open Sans", sans-serif;
  text-transform: uppercase;
  padding: 30px 0;
  text-align: center;
}
.page-footer img {
  margin-left: 20px;
  vertical-align: middle;
}
.page-footer svg {
    margin-left:20px;
    vertical-align: middle;
}
.logo-woa svg {
    fill:#0e406a;
    height:25px;
}
.page-footer .col-r {
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .page-footer .col-r {
    -webkit-flex: 1;
    flex: 1;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 0;
  }
  .page-footer .col-r img {
    margin-bottom: 0;
  }
}
.alm-btn-wrap {
  text-align: center;
  padding-bottom: 40px;
}
.alm-btn-wrap button {
  display: inline-block;
  background-color: #009cab;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
}
.alm-btn-wrap button.loading {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: url("../images/spinner.gif") center/contain no-repeat;
  font-size: 0;
}
.alm-btn-wrap button.done {
  display: none;
}