@charset "UTF-8";

#linkGrid .grid-link i,
#menu-primary-navigation .sub-menu,
#mobileNavBtn,
#searchToggle,
#topBar .post-categories-container,
#topBar a.browse-categories span,
.search-container,
.transition {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.colorPrimary {
  color: #00a657;
}

.colorSecondary {
  color: #222;
}

.bgPrimary {
  background-color: #00a657;
}

.bgSecondary {
  background-color: #222;
}

html {
  font-size: 10px;
}

*,
body {
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: Montserrat,sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2em;
  color: #000;
}

@media (max-width:991px) {
  body {
    font-size: 18px;
    line-height: 1.4em;
  }
}

.container-large {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
  font-weight: 800;
  margin: 25px 0 15px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1,
h2 {
  font-family: clarendon-urw,sans-serif;
}

h3,
h4,
h5,
h6 {
  font-family: Montserrat,sans-serif;
}

h1 {
  font-size: 50px;
  text-transform: uppercase;
}

h2 {
  font-size: 40px;
  text-transform: none;
}

h3 {
  font-size: 30px;
}

@media (max-width:1199px) {
  h3 {
    font-size: -webkit-calc(18px + .85vw);
    font-size: calc(18px + .85vw);
  }
}

h4 {
  font-size: 25px;
}

@media (max-width:1199px) {
  h4 {
    font-size: -webkit-calc(16px + .85vw);
    font-size: calc(16px + .85vw);
  }
}

h5 {
  font-size: 22px;
  font-weight: 600;
}

@media (max-width:1199px) {
  h5 {
    font-size: 22px;
  }
}

@media (max-width:767px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-weight: 600;
  font-size: 20px;
}

@media (max-width:767px) {
  h6 {
    font-size: 18px;
  }
}

main {
  font-size: 1.6rem;
}

@media (max-width:991px) {
  main {
    font-size: 18px;
  }
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  line-height: 1.2em;
  margin: 2rem 0 1rem;
}

main h1:first-child,
main h2:first-child,
main h3:first-child,
main h4:first-child,
main h5:first-child,
main h6:first-child {
  margin-top: 0;
}

main .h1,
main h1 {
  font-size: 5rem;
}

main .h2,
main h2 {
  font-size: 3rem;
}

main .h3,
main h3 {
  font-size: 2.8rem;
}

@media (max-width:1199px) {
  main .h3,
  main h3 {
    font-size: -webkit-calc(1.8rem + .85vw);
    font-size: calc(1.8rem + .85vw);
  }
}

main .h4,
main h4 {
  font-size: 2.5rem;
}

@media (max-width:1199px) {
  main .h4,
  main h4 {
    font-size: -webkit-calc(1.6rem + .85vw);
    font-size: calc(1.6rem + .85vw);
  }
}

main .h5,
main h5 {
  font-size: 2.2rem;
}

@media (max-width:767px) {
  main .h5,
  main h5 {
    font-size: 18px;
  }
}

main .h6,
main h6 {
  font-size: 2rem;
}

@media (max-width:767px) {
  main .h6,
  main h6 {
    font-size: 18px;
  }
}

main p {
  margin-bottom: 2rem;
}

main blockquote {
  font-size: 2rem;
  line-height: 1.5em;
  font-style: italic;
}

main ol:not(.carousel-indicators),
main ul {
  margin: 3rem 0;
  padding-left: 25px;
}

main ol:not(.carousel-indicators):first-child,
main ul:first-child {
  margin-top: 0;
}

main ol:not(.carousel-indicators):last-child,
main ul:last-child {
  margin-bottom: 0;
}

main ol:not(.carousel-indicators) li,
main ul li {
  line-height: 1.3em;
  margin-bottom: 1.5rem;
}

main ol:not(.carousel-indicators) li li,
main ul li li {
  margin-top: 1.5rem;
}

main ol:not(.carousel-indicators) ol,
main ol:not(.carousel-indicators) ul,
main ul ol,
main ul ul {
  margin: 0;
}

main figcaption {
  font-style: italic;
  line-height: 1.2em;
  font-size: 85%;
}

main .headSeo {
  font-size: 1.8rem;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width:1199px) {
  main .headSeo {
    font-size: 1.6rem;
  }
}

@media (max-width:479px) {
  main .headSeo {
    font-size: 14px;
  }
}

main .headSeo+.headMain {
  margin-top: 0;
}

main .headMain {
  font-family: Montserrat,sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  text-transform: none;
}

@media (max-width:1199px) {
  main .headMain {
    font-size: -webkit-calc(2rem + 1.2vw);
    font-size: calc(2rem + 1.2vw);
  }
}

.main {
  padding: 0;
}

.container {
  width: 100%;
}

.content-container {
  max-width: 1600px;
}

.content-container-xsmall {
  max-width: 500px;
}

.content-container-small {
  max-width: 600px;
}

.content-container-medium {
  max-width: 900px;
}

.content-container-large {
  max-width: 1050px;
}

.content-container-xlarge {
  max-width: 1350px;
}

a {
  color: #00a657;
  text-decoration: underline;
}

a:active,
a:focus,
a:hover {
  color: #555;
  text-decoration: none;
}

a.active.wp-caption,
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover,
a.wp-caption:focus,
a.wp-caption:hover {
  border-color: #333;
}

@media (max-width:767px) {
  .no-scroll {
    overflow: hidden;
  }
}

.btn-content {
  color: #fff;
  background: #00a657;
  text-decoration: none;
  white-space: normal;
}

.btn-content:focus,
.btn-content:hover {
  background: #00733c;
}

.category-select:after,
.ginput_container_select:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  height: 7.5px;
  width: 15px;
  background-image: url(../images/downArrow.png);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  pointer-events: none;
}

.category-select select,
.ginput_container_select select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.category-select select::-ms-expand,
.ginput_container_select select::-ms-expand {
  display: none;
}

.gfield_checkbox>li:not(#foo) input[type=checkbox],
.gfield_checkbox>li:not(#foo) input[type=radio] {
  opacity: 0;
  float: left;
  width: 0;
  display: none;
}

.gfield_checkbox>li:not(#foo) input[type=checkbox]+label,
.gfield_checkbox>li:not(#foo) input[type=radio]+label {
  margin: 0;
  clear: none;
  padding: 5px 0 4px 40px;
  cursor: pointer;
  background: url(../images/off.png) 0 5px no-repeat;
  background-size: 25px 25px;
  line-height: 1;
}

.gfield_checkbox>li:not(#foo) input[type=radio]:checked+label {
  background-image: url(../images/radio.png);
}

.gfield_checkbox>li:not(#foo) input[type=checkbox]:checked+label {
  background-image: url(../images/check.png);
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

body.mobileOpen {
  overflow: hidden;
}

#mobileNavBtn {
  border: none;
}

#mobileNavBtn .text {
  display: block;
  font-weight: 400;
  font-size: 10px;
  line-height: 1em;
  margin-bottom: 5px;
  color: #222;
}

#mobileNavBtn .icon-bar {
  width: 100%;
  background: #222;
}

@media (max-width:479px) {
  #mobileNavBtn {
    margin-right: 0;
  }
}

.admin-bar #mobileNav,
.admin-bar #mobileNav.collapsing {
  top: 32px;
}

#mobileNav {
  display: none!important;
  margin: 0!important;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  overflow-x: hidden;
  overflow-y: auto;
}

#mobileNav,
#mobileNav.collapsing {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  min-height: 100%;
  max-height: none;
  left: 100%;
  width: 100%;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  z-index: 99999;
  font-weight: 700;
}

#mobileNav.collapsing {
  display: block!important;
  margin: 0!important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

#mobileNav li {
  margin: 0;
}

#mobileNav.in {
  left: 0;
}

#mobileNav .nav {
  overflow: hidden;
  padding: 0;
}

#mobileNav .nav>ul {
  margin: 0;
  padding: 0;
}

#mobileNav .dropdown-toggle {
  float: none;
}

#mobileNav .navbar-toggle {
  border: none;
  background: none;
  top: 0;
  margin: 0;
  padding: 15px 15px 0 0;
}

#mobileNav .navbar-toggle .text {
  color: #222;
  font-weight: 600;
  font-size: 12px;
  display: block;
}

#mobileNav .navbar-toggle .icon-bar {
  background: #222!important;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: 12px 0 0;
  height: 2px;
  width: 35px;
}

#mobileNav .navbar-toggle .icon-bar+.icon-bar {
  margin: -3px 0 5px;
  background: #222;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#mobileNav .navbar-nav {
  width: 100%;
  position: relative;
  float: left;
  margin: 0;
}

#mobileNav li {
  display: block;
  float: none;
  position: static;
}

#mobileNav li~li:before {
  display: none;
}

#mobileNav li a {
  color: #222;
  display: block;
  text-decoration: none;
  font-size: 24px;
  line-height: 1em;
  padding: 15px 30px;
  white-space: inherit;
}

#mobileNav li a .caret {
  display: none;
}

#mobileNav li.open>a,
#mobileNav li a:active,
#mobileNav li a:focus,
#mobileNav li a:hover {
  background: none;
}

#mobileNav li.menu-item-has-children a,
#mobileNav li.page_item_has_children a {
  height: auto;
}

#mobileNav li.menu-item-has-children.open .children,
#mobileNav li.menu-item-has-children.open .sub-menu,
#mobileNav li.page_item_has_children.open .children,
#mobileNav li.page_item_has_children.open .sub-menu {
  left: 0;
}

#mobileNav .children,
#mobileNav .sub-menu {
  position: absolute;
  display: block;
  top: 0;
  left: 100%;
  width: 100%;
  min-height: 100%;
  box-shadow: none;
  border-radius: 0;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  z-index: 1;
}

#mobileNav a.navBack {
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 20px 30px;
  color: #222;
  opacity: 0;
  pointer-events: none;
  text-decoration: none;
}

#mobileNav a.navBack .glyphicon-circle-arrow-left {
  display: inline-block;
  margin: 0 6px 0 0;
  position: relative;
  top: 2px;
}

#mobileNav.showBack a.navBack {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width:991px) {
  #mobileNav {
    display: block!important;
  }
}

.primary-white #mobileNavBtn .text {
  color: #fff;
}

.primary-white #mobileNavBtn .icon-bar {
  background: #fff;
}

.secondary-white #mobileNav .navbar-toggle .text,
.secondary-white #mobileNav a.navBack,
.secondary-white #mobileNav li a {
  color: #fff;
}

.secondary-white #mobileNav .navbar-toggle .icon-bar,
.secondary-white #mobileNav .navbar-toggle .icon-bar+.icon-bar {
  background: #fff!important;
}

@media (max-width:480px) {
  #mobileNav li a {
    padding: 10px 15px;
    font-size: 20px;
  }

  #mobileNav a.navBack {
    padding: 20px 15px 10px;
  }
}

#breadcrumbs {
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.breadcrumbs a {
  color: #30ace0;
  text-decoration: underline;
}

.breadcrumbs a:focus,
.breadcrumbs a:hover {
  text-decoration: none;
}

.data-card {
  margin-bottom: 20px;
  margin-left: 17px;
}

@media (min-width:992px) {
  .data-card {
    margin-bottom: 33px;
  }
}

.data-card .dc-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  height: 100%;
  min-width: 290px;
  max-width: 500px;
  min-height: 115px;
  padding: 14px;
  font-weight: 700;
  background-color: #fff;
  box-shadow: 1px 1px 4px 1px #d3d3d3;
  border-left-width: 5px;
  border-left-style: solid;
  border-color: #00a657;
  text-decoration: none;
}

@media (min-width:992px) {
  .data-card .dc-link {
    min-height: 145px;
  }
}

@media (min-width:768px) {
  .data-card .dc-link:focus,
  .data-card .dc-link:hover {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
}

.data-card .dc-link .content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: block;
  padding: 0;
}

.data-card .dc-link .dc-icon,
.data-card .dc-link .dc-image-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
}

.data-card .dc-link .dc-icon.small-icon,
.data-card .dc-link .dc-image-wrapper.small-icon {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.data-card .dc-header {
  display: block;
  line-height: 1;
  font-size: 16px;
}

.data-card .dc-category {
  color: #00a657;
  margin-right: 5px;
}

.data-card .dc-category,
.data-card .dc-time {
  font-size: 10px;
  text-transform: uppercase;
}

.data-card .dc-time {
  margin-left: 0;
  color: #333;
}

.data-card .dc-title {
  margin: 0;
  color: #000;
  font-size: 18px;
}

.data-card .dc-icon img,
.data-card .dc-icon svg {
  width: 80px;
}

.data-card .dc-icon.hidden {
  display: none;
}

.data-card .dc-icon.small-icon img,
.data-card .dc-icon.small-icon svg {
  width: 30px;
  height: 30px;
}

.data-card .dc-image-wrapper {
  width: 93px;
  height: 81px;
  position: relative;
  overflow: hidden;
}

@media (min-width:992px) {
  .data-card .dc-image-wrapper {
    width: 117px;
    height: 121px;
  }
}

.data-card .dc-video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0,0,0,.7);
}

.data-card .dc-video-overlay:before {
  content: "";
  display: block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
}

.data-card-secondary-content {
  font-size: 1.8rem;
}

.data-card-secondary-content p {
  margin-bottom: 0;
}

.data-card-secondary-content a {
  color: #00a657;
  text-decoration: underline;
}

.data-card-secondary-content a:active,
.data-card-secondary-content a:focus,
.data-card-secondary-content a:hover {
  color: #008747;
}

.data-card-verbose {
  border-bottom: 1px solid #bababa;
  padding: 36px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.data-card-verbose .data-card {
  margin-left: 0;
}

@media (min-width:768px) {
  .data-card-verbose {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .data-card-verbose .data-card,
  .data-card-verbose .data-card-secondary-content {
    width: 50%;
  }

  .data-card-verbose .data-card {
    margin: 0 26px 0 0;
  }

  .data-card-verbose .data-card-secondary-content {
    margin-left: 26px;
  }
}

.search-overlay-open {
  overflow: hidden;
}

.search-container {
  display: block;
  position: fixed;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  min-height: 100%;
  height: 100%;
  width: 100%;
  background-color: #f4f4f4;
  overflow: auto;
  z-index: 1000;
}

.search-container.in {
  left: 0;
}

.search-container .search-input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 110px;
  background-color: #000;
  overflow-x: hidden;
}

.search-container #searchform,
.search-container .form-group,
.search-container input[type=text] {
  height: 100%;
  width: 100%;
  border: none;
}

.search-container .form-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-container .form-group .search-overlay-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 60px;
  color: #fff;
}

.search-container #searchform {
  margin: 0;
  padding: 0;
}

.search-container input[type=text] {
  height: auto;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  margin: 0 25px 0 60px;
  padding: 0 0 0 25px;
  font-size: 20px;
  color: #fff;
  background-color: #000;
}

.search-container input[type=text]:focus {
  box-shadow: none;
}

.search-container input::-webkit-input-placeholder {
  color: #fff;
}

.search-container input::-moz-placeholder {
  color: #fff;
}

.search-container input:-ms-input-placeholder {
  color: #fff;
}

.search-container input::placeholder {
  color: #fff;
}

.search-container .close-button {
  border: none;
  top: 0;
}

@media (min-width:992px) {
  .search-container .close-button {
    padding: 0 25px;
  }
}

.search-container .close-button .text {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  display: block;
}

.search-container .close-button .icon-bar {
  display: block;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0;
}

.search-container .close-button .icon-bar+.icon-bar {
  margin: -3px 0 5px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-container .search-results-wrap {
  max-width: 1100px;
  padding: 100px 20px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width:480px) and (max-width:767px) {
  .search-container .search-results-wrap {
    max-width: 500px;
  }
}

.search-container .search-results-wrap .container>h2 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.selectability-offscreen {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.selectability-offscreen.focusable:active,
.selectability-offscreen.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.selectability {
  max-width: 100%;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.selectability div[aria-readonly=true] {
  position: relative;
  padding: 6px 40px 4px 15px;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  background-color: #eaeaea;
  border-radius: 16px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
}

.selectability div[aria-readonly=true]:after,
.selectability div[aria-readonly=true]:before {
  content: "";
  position: absolute;
}

.selectability div[aria-readonly=true]:after {
  top: 50%;
  height: 18px;
  width: 2px;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #333;
}

.selectability div[aria-readonly=true]:before {
  width: 10px;
  height: 10px;
  border: 2px solid #333;
  border-top: 0 none;
  border-left: 0 none;
  right: 16px;
  bottom: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.selectability div[aria-readonly=true]:focus {
  outline: 0;
}

.selectability [aria-disabled=true] {
  display: none;
}

.selectability [role=listbox] {
  z-index: 10;
}

.selectability [role=listbox] div {
  padding: 4px 10px;
  border-bottom: 1px solid #e1e1e1;
  outline: none;
}

.selectability [role=listbox] div:not([aria-selected=true]):focus,
.selectability [role=listbox] div:not([aria-selected=true]):hover {
  background-color: #f1f1f1;
  color: #333;
}

.selectability [aria-selected=true] {
  background-color: #f1f1f1;
  color: #333;
  font-style: italic;
}

[aria-expanded=true] {
  z-index: 100;
}

[aria-expanded=true] [role=listbox] {
  position: absolute;
  min-width: 100%;
  max-height: 30vh;
  margin-top: -1px;
  font-size: 16px;
  overflow-y: auto;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 0 6px 2px rgba(0,0,0,.1);
}

[aria-expanded=true] div[aria-readonly=true]:after {
  -webkit-transform: translateY(-50%) scaleY(-1);
  -ms-transform: translateY(-50%) scaleY(-1);
  transform: translateY(-50%) scaleY(-1);
}

[aria-expanded=true] [role=option]:not([aria-selected=true]) {
  color: #333;
}

[aria-expanded=true] [role=option] {
  line-height: 22px;
}

[aria-expanded=true] [role=option]:last-child {
  border-bottom: none;
}

.archive-filter .selectability {
  width: 348px;
}

.archive-filter .selectability div[aria-readonly=true] {
  background-color: rgba(0,0,0,.1);
  color: #fff;
}

.archive-filter .selectability div[aria-readonly=true]:after {
  background-color: #fff;
}

.archive-filter .selectability div[aria-readonly=true]:before {
  border: 2px solid #fff;
  border-top: 0 none;
  border-left: 0 none;
}

@media (max-width:767px) {
  .archive-filter .selectability {
    width: 210px;
  }
}

.communities-form .selectability {
  width: 100%;
}

.communities-form .selectability div[aria-readonly=true] {
  background-color: #fff;
}

.communities-form .selectability div[aria-readonly=true]:after {
  display: none;
}

.communities-form .selectability div[aria-readonly=true]:before {
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 4px solid #333;
  bottom: -webkit-calc(50% - 2px);
  bottom: calc(50% - 2px);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

@media (min-width:768px) {
  .communities-form .gfield:first-child .selectability div[aria-readonly=true] {
    width: 240px;
  }
}

@media (min-width:768px) {
  .communities-form .gfield:nth-child(2) .selectability div[aria-readonly=true] {
    width: 150px;
  }
}

#resize {
  position: static;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  background-color: transparent;
}

@media (min-width:992px) {
  #resize {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#resize .resize-text {
  color: #fff;
  text-transform: none;
  margin-right: 5px;
}

#resize a.resizer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #00a657;
  border-radius: 50%;
}

#resize a.resizer:focus,
#resize a.resizer:hover {
  background-color: #00d972;
}

#resize .indicator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
}

.subscribe-row {
  background: -webkit-gradient(linear,left top,right top,color-stop(1%,#000),color-stop(1%,#3d3d3d));
  background: -webkit-linear-gradient(left,#000 1%,#3d3d3d);
  background: linear-gradient(90deg,#000 1%,#3d3d3d);
}

.subscribe-row .content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 40px 15px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

@media (min-width:1200px) {
  .subscribe-row .content-wrapper {
    padding: 55px 105px;
  }
}

@media (min-width:1600px) {
  .subscribe-row .content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }
}

.subscribe-row .subscribe-block-content {
  max-width: 320px;
}

@media (min-width:1200px) {
  .subscribe-row .subscribe-block-content {
    max-width: 600px;
  }
}

.subscribe-row .gform_wrapper .top_label input.medium {
  width: 100%;
}

.subscribe-row .subscribe-form {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (min-width:1600px) {
  .subscribe-row .subscribe-form {
    padding-left: 200px;
  }
}

.subscribe-row .subscribe-form .gform_fields input {
  width: 100%;
  height: 31px;
  line-height: 31px;
  border-radius: 15px;
}

@media (min-width:768px) {
  .subscribe-row .subscribe-form .gform_fields input {
    min-width: 320px;
  }
}

@media (min-width:1200px) {
  .subscribe-row .subscribe-form .gform_fields input {
    min-width: 340px;
  }
}

.subscribe-row .subscribe-block-form {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (min-width:1200px) {
  .subscribe-row .subscribe-block-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.subscribe-row .subscribe-block-title {
  font-family: clarendon-urw,sans-serif;
  color: #00a657;
  font-size: 2.2rem;
}

.subscribe-row .gform_wrapper .gfield {
  margin: 0;
  width: 100%;
  text-align: center;
}

@media (min-width:1200px) {
  .subscribe-row .gform_wrapper .gfield {
    text-align: left;
  }
}

.subscribe-row .gform_wrapper .gfield_required {
  display: none;
}

.subscribe-row .gform_wrapper .gfield_label {
  font-size: 1.4rem;
}

.subscribe-row .gform_wrapper .gform_footer {
  padding-bottom: 0;
  text-align: center;
  width: auto;
}

@media (min-width:1200px) {
  .subscribe-row .gform_wrapper .gform_footer {
    text-align: left;
  }
}

.subscribe-row .gform_wrapper .gform_footer .gform_button.button {
  width: 155px;
  height: 31px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  background-color: #00a657;
}

.subscribe-row .gform_wrapper .gform_footer .gform_button.button:focus,
.subscribe-row .gform_wrapper .gform_footer .gform_button.button:hover {
  background-color: #00733c;
}

.subscribe-row form {
  position: relative;
}

.subscribe-row form .validation_error {
  position: absolute;
  bottom: -webkit-calc(100% - 25px);
  bottom: calc(100% - 25px);
}

.gform_body .ginput_container>input {
  height: 45px;
  padding: 0 10px!important;
  border-radius: 25px;
  font-size: 18px!important;
}

.gform_body .gform_fields .gfield label.gfield_label {
  font-size: 1.8rem;
}

.gform_wrapper .gform_footer .gform_button {
  text-transform: uppercase;
  background-color: #00a657;
}

.gform_wrapper .gform_footer .gform_button:focus,
.gform_wrapper .gform_footer .gform_button:hover {
  background-color: #00733c;
}

.gform_body .ginput_container>input+.form-control-feedback {
  height: 100%;
}

.gform_body .ginput_container>input+.form-control-feedback:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  line-height: 1;
}

.gform_wrapper .gform_body .hideLabel label,
.gform_wrapper .gform_body label:empty {
  display: none;
}

.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  line-height: 40px;
}

.gform_wrapper .gform_body .gform_wrapper ul li.gfield {
  clear: none;
}

.subscribe-form .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  line-height: 30px;
}

.gf_left_half,
.gf_right_half,
.gform_body .gf_list_2col .ginput_container ul li,
.ginput_left,
.ginput_right {
  width: 50%;
}

@media (max-width:767px) {
  .gf_left_half,
  .gf_right_half,
  .gform_body .gf_list_2col .ginput_container ul li,
  .ginput_left,
  .ginput_right {
    width: 100%;
    padding: 0;
  }
}

@media (max-width:991px) {
  .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
    margin-top: 16px;
  }
}

.gform_wrapper div.validation_error {
  width: -webkit-calc(100% - 16px)!important;
  width: calc(100% - 16px)!important;
}

#linkGrid .grid-link {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  width: 100%;
  min-height: 150px;
  padding: 20px 20px 40px;
  background-color: #00a657;
  position: relative;
  -webkit-perspective: 1000;
  text-decoration: none;
}

#linkGrid .grid-link:focus,
#linkGrid .grid-link:hover {
  background-color: #008747;
  text-decoration: none;
}

#linkGrid .grid-link:focus i,
#linkGrid .grid-link:hover i {
  -webkit-transform: scale3d(1.2,1.2,1);
  transform: scale3d(1.2,1.2,1);
}

#linkGrid .grid-link i {
  position: absolute;
  right: 10px;
  bottom: 10px;
  top: auto;
}

@media (min-width:768px) {
  #linkGrid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #linkGrid .grid-link {
    min-height: 200px;
    width: -webkit-calc(33% - 20px);
    width: calc(33% - 20px);
    margin: 10px;
  }
}

@media (min-width:992px) {
  #linkGrid .grid-link {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
  }
}

.category-archive {
  background-image: url(../images/cat-bkg.jpg);
  background-size: 100% auto;
  background-position: top;
  isolation: isolate;
  -webkit-filter: contrast(110%);
  filter: contrast(110%);
  background-repeat: repeat-y;
}

.category-archive .catOverlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .2;
  z-index: -1;
}

.category-archive .category-icon-mobile {
  display: block;
}

@media (min-width:992px) {
  .category-archive .category-icon-mobile {
    display: none;
  }
}

.category-archive .category-icon-mobile img,
.category-archive .category-icon-mobile svg {
  width: 50px;
}

.category-archive .category-icon-featured {
  margin-left: 75px;
}

@media (max-width:991px) {
  .category-archive .category-icon-featured {
    display: none;
  }
}

.category-archive .category-icon-featured svg {
  width: 165px;
}

.category-archive .archive-page-title {
  margin-bottom: 25px;
  font-family: clarendon-urw,sans-serif;
}

@media (min-width:992px) {
  .category-archive .archive-page-title {
    margin-bottom: 35px;
  }
}

.category-archive .archive-filter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  background-color: #30ace0;
  padding: 0 10px;
}

.category-archive .archive-filter:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 20px;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 0 15px 0 rgba(0,0,0,.4);
  border-radius: 50%;
  background-color: rgba(0,0,0,.2);
  z-index: -1;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s,-webkit-transform 1s;
}

.category-archive .archive-filter .filter-label {
  margin-right: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
  .category-archive {
    background-blend-mode: normal;
  }

  .category-archive:before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    opacity: .1;
    z-index: 0;
  }

  .category-archive>* {
    position: relative;
  }
}

#rb_widget_sl {
  width: 100vw;
  max-width: 1050px;
  position: relative;
}

@media (max-width:1599px) {
  #rb_widget_sl {
    max-width: 1010px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  #rb_widget_sl {
    width: -webkit-calc(100vw - 80px);
    width: calc(100vw - 80px);
  }
}

@media (min-width:768px) and (max-width:991px) {
  #rb_widget_sl {
    width: -webkit-calc(100vw - 60px);
    width: calc(100vw - 60px);
    max-width: 707px;
  }
}

@media (min-width:480px) and (max-width:767px) {
  #rb_widget_sl {
    width: -webkit-calc(100vw - 60px);
    width: calc(100vw - 60px);
  }
}

@media (max-width:479px) {
  #rb_widget_sl {
    width: -webkit-calc(100vw - 60px);
    width: calc(100vw - 60px);
  }
}

.archive-popular-resources {
  position: relative;
  padding: 60px 15px;
}

@media (min-width:992px) {
  .archive-popular-resources {
    padding-top: 130px 25px;
  }
}

.archive-popular-resources .archive-card-wrapper.hidden {
  display: none;
}

.archive-popular-resources .pr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.archive-popular-resources .pr-list li {
  width: 100%;
  max-width: 1040px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.archive-popular-resources .pr-list .data-card {
  width: 100%;
  margin-left: 0;
}

.archive-popular-resources .pr-list .data-card a {
  max-width: 1040px;
}

@media (min-width:992px) {
  .archive-popular-resources .pr-list li {
    margin-left: auto;
    margin-right: auto;
  }
}

.archive-popular-resources .pr-section-title {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  font-family: Montserrat,sans-serif;
  font-weight: 400;
}

.archive-more-resources {
  padding: 60px 15px;
}

@media (min-width:992px) {
  .archive-more-resources {
    padding-top: 130px 25px;
  }
}

.archive-more-resources .am-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.archive-more-resources .am-list .data-card {
  width: 100%;
}

@media (min-width:480px) {
  .archive-more-resources .am-list .data-card {
    width: 500px;
  }
}

.archive-more-resources .am-list.no-results:before {
  content: "No Results, try another filter";
  display: block;
}

.archive-more-resources .am-section-title {
  margin-bottom: 30px;
  text-align: center;
}

.page-template-template-communities .row {
  margin: 0;
}

.page-template-template-communities .wrap.container {
  margin: 0;
  padding: 0;
}

.page-template-template-communities .wrap.container .widget {
  max-width: 1500px;
  margin: 0 auto;
  padding: 25px;
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
  border-top: 5px solid #00a657;
}

@media (min-width:768px) {
  .page-template-template-communities .wrap.container .widget {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-top: none;
  }
}

@media (min-width:1200px) {
  .page-template-template-communities .wrap.container .widget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.page-template-template-communities .wrap.container .widget.active {
  display: block;
  opacity: 1;
}

@media (min-width:1200px) {
  .page-template-template-communities .wrap.container .widget.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.page-template-template-communities .wrap.container .widget .cm-sf-title {
  font-size: 22px;
  font-family: clarendon-urw,sans-serif;
  color: #00a657;
}

@media (max-width:767px) {
  .page-template-template-communities .wrap.container .widget .cm-sf-title {
    max-width: 300px;
    margin: 0 auto;
  }
}

.page-template-template-communities .wrap.container .widget .cm-sf-subtitle {
  font-size: 16px;
  color: #fff;
}

@media (max-width:767px) {
  .page-template-template-communities .wrap.container .widget .cm-sf-subtitle {
    max-width: 320px;
    margin: 0 auto;
  }
}

.page-template-template-communities .wrap.container .widget .cm-search-info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 50px;
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}

@media (max-width:767px) {
  .page-template-template-communities .wrap.container .widget .cm-search-info h3 {
    margin-bottom: 20px!important;
  }
}

@media (max-width:1199px) {
  .page-template-template-communities .wrap.container .widget .cm-search-info {
    margin-bottom: 15px;
    padding-right: 0;
    text-align: center;
  }
}

.page-template-template-communities .wrap.container .widget .cm-search-info small {
  color: #fff;
}

.page-template-template-communities .wrap.container .widget .cm-search-info small em {
  color: #00a657;
}

.page-template-template-communities .wrap.container .widget .gform_fields {
  list-style: none;
  padding-left: 0;
}

.page-template-template-communities .wrap.container .widget .gfield {
  float: none;
}

.page-template-template-communities .wrap.container .widget .gform_button {
  font-size: 14px;
  width: 150px;
  height: 35px;
  padding: 0;
  line-height: 1;
  text-transform: none;
  font-weight: 700;
  color: #fff;
  background-color: #00a657;
}

.page-template-template-communities .wrap.container .widget .gform_button:focus,
.page-template-template-communities .wrap.container .widget .gform_button:hover {
  background-color: #00733c;
}

.page-template-template-communities .form_body {
  max-width: 315px;
  margin: 0 auto;
}

@media (min-width:768px) {
  .page-template-template-communities .form_body {
    max-width: none;
    margin: 0;
  }
}

.page-template-template-communities .form_body .ginput_container {
  margin: 0!important;
  width: 100%!important;
}

.page-template-template-communities .form_body .ginput_container input {
  height: 35px;
  font-size: 16px;
  min-width: 65px;
}

.page-template-template-communities #communities[data-jsstate=initial] #searchCommunities,
.page-template-template-communities #searchCommunities {
  position: relative;
  -webkit-transition: all .35s;
  transition: all .35s;
}

@media (min-width:768px) {
  .page-template-template-communities #communities[data-jsstate=initial] #searchCommunities {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 500px;
    background: -webkit-gradient(linear,left top,right top,color-stop(1%,rgba(0,0,0,.9)),color-stop(1%,rgba(61,61,61,.7)));
    background: -webkit-linear-gradient(left,rgba(0,0,0,.9) 1%,rgba(61,61,61,.7));
    background: linear-gradient(90deg,rgba(0,0,0,.9) 1%,rgba(61,61,61,.7));
  }
}

.scroll-to-results {
  display: none;
  -webkit-transition: all .35s;
  transition: all .35s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}

@media (min-width:768px) {
  .scroll-to-results {
    display: block;
    position: absolute;
    top: 100%;
    right: 65px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: none;
    box-shadow: 1px -1px 10px 5px rgba(0,0,0,.2);
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    background-color: #00a657;
    font-weight: 700;
  }

  .scroll-to-results:focus,
  .scroll-to-results:hover {
    background-color: #00733c;
  }

  .scroll-to-results:focus .glyphicon,
  .scroll-to-results:hover .glyphicon {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
}

.scroll-to-results .glyphicon {
  font-size: 10px;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s,-webkit-transform .5s;
}

.cm-search-results-wrapper {
  position: relative;
  display: none;
  padding-bottom: 50px;
}

.cm-search-results-wrapper .content-wrapper {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.cm-search-results-wrapper .cm-result-count {
  color: #00a657;
}

.cm-search-results-wrapper ol.cmnty-results-list {
  padding-left: 0;
  list-style-type: none;
}

.cm-search-results-wrapper ol.cmnty-results-list>li {
  min-height: 50px;
  position: relative;
  margin-bottom: 20px;
}

.cm-search-results-wrapper ol.cmnty-results-list>li article {
  border-left: 7px solid #00a657;
  box-shadow: 1px 1px 10px 5px rgba(0,0,0,.1);
}

@media print {
  .cm-search-results-wrapper ol.cmnty-results-list>li article {
    border-left: 7px solid #afafaf;
  }
}

.cm-search-results-wrapper ol.cmnty-results-list>li article>* {
  padding: 35px;
}

@media (max-width:767px) {
  .cm-search-results-wrapper ol.cmnty-results-list>li article>* {
    padding: 25px;
  }
}

@media (max-width:479px) {
  .cm-search-results-wrapper ol.cmnty-results-list>li article>* {
    padding: 20px;
  }
}

article.cmnty-results-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 7px;
  margin: 15px 0;
  background-color: #fff;
}

article.cmnty-results-item>div {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

@media print {
  article.cmnty-results-item>div {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 30px!important;
  }

  article.cmnty-results-item>div:last-of-type {
    padding-top: 0!important;
  }
}

@media (max-width:479px) {
  article.cmnty-results-item>div {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

article.cmnty-results-item>:last-child {
  margin-bottom: 0;
}

article.cmnty-results-item a {
  color: #222;
  text-decoration: underline;
}

article.cmnty-results-item a[href^="tel:"] {
  color: #333;
  text-decoration: none;
}

article.cmnty-results-item figure {
  display: none;
}

article.cmnty-results-item .cmnty-results-item-heading {
  margin-bottom: 0;
  color: #00a657;
}

article.cmnty-results-item .cmnty-results-item-heading a {
  text-decoration: none;
  color: inherit;
}

article.cmnty-results-item .cmnty-results-item-heading,
article.cmnty-results-item .results-item-options {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 18px;
  color: #00a657;
  line-height: 1.2;
}

article.cmnty-results-item p.address {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

article.cmnty-results-item p.website {
  margin: 40px 0 0;
  font-size: 18px;
  color: #00a657;
}

article.cmnty-results-item p.website a {
  color: inherit;
}

article.cmnty-results-item .results-item-right {
  padding-left: 15px;
}

article.cmnty-results-item .results-item-right ul {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}

article.cmnty-results-item .results-item-right li {
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

#cmnty-map,
.map-wrapper {
  position: relative;
}

#cmnty-map {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: 500px;
}

#cmnty-map>div {
  position: absolute;
  top: 0;
  left: 0;
}

#cmnty-map article.cmnty-results-item {
  width: auto;
  min-width: 380px;
  max-width: 90%;
}

#cmnty-map article.cmnty-results-item .results-item-right li {
  line-height: 1;
  margin-bottom: 5px;
}

.cmnty-results-print {
  font-size: 20px;
  color: #fff;
  background-color: #00a657;
  border-radius: 0;
  text-decoration: none;
  padding: 20px 20px 20px 15px;
}

.cmnty-results-print .glyphicon {
  padding-right: 10px;
}

.cmnty-results-print .glyphicon:before {
  vertical-align: text-bottom;
  font-size: 22px;
}

.cmnty-results-heading {
  margin-top: 10px;
}

#communities[data-jsstate=initial] .js-initial {
  display: block;
}

#communities[data-jsstate=initial] .js-loading,
#communities[data-jsstate=initial] .js-more-results,
#communities[data-jsstate=initial] .js-no-results,
#communities[data-jsstate=initial] .js-results {
  display: none;
}

#communities[data-jsstate=loading] {
  position: relative;
}

@media (max-width:767px) {
  #communities[data-jsstate=loading] {
    margin-top: 40px;
  }
}

#communities[data-jsstate=loading] .js-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 4;
  display: inline-block;
  color: #00a657;
  font-size: 50px;
}

@media (max-width:767px) {
  #communities[data-jsstate=loading] .js-loading {
    font-size: 30px;
    top: auto;
    bottom: 25px;
  }
}

#communities[data-jsstate=loading] .js-initial,
#communities[data-jsstate=loading] .js-more-results,
#communities[data-jsstate=loading] .js-no-results,
#communities[data-jsstate=loading] .js-results {
  display: none;
}

@media (max-width:767px) {
  #communities[data-jsstate=loading] #mobileCommSearch .widget {
    padding-bottom: 120px;
  }
}

#communities[data-jsstate=loading-more] .js-loading,
#communities[data-jsstate=loading-more] .js-results {
  display: block;
}

#communities[data-jsstate=loading-more] .js-initial,
#communities[data-jsstate=loading-more] .js-more-results,
#communities[data-jsstate=loading-more] .js-no-results {
  display: none;
}

#communities[data-jsstate=results] .js-results {
  display: block;
}

#communities[data-jsstate=results] .scroll-to-results {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#communities[data-jsstate=results] .js-initial,
#communities[data-jsstate=results] .js-loading,
#communities[data-jsstate=results] .js-more-results,
#communities[data-jsstate=results] .js-no-results {
  display: none;
}

#communities[data-jsstate=no-results] .js-no-results {
  display: block;
}

#communities[data-jsstate=no-results] .js-initial,
#communities[data-jsstate=no-results] .js-loading,
#communities[data-jsstate=no-results] .js-more-results,
#communities[data-jsstate=no-results] .js-results {
  display: none!important;
}

#communities[data-jsstate=more-results] .js-more-results,
#communities[data-jsstate=more-results] .js-results {
  display: block;
}

#communities[data-jsstate=more-results] .js-initial,
#communities[data-jsstate=more-results] .js-loading,
#communities[data-jsstate=more-results] .js-no-results {
  display: none;
}

.page-template-template-communities #pageTop {
  padding: 0;
  background-position: 50%;
  background-size: cover;
  border-bottom: 7px solid #222;
}

.page-template-template-communities #pageTop .container {
  width: 100%;
  max-width: 1325px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.page-template-template-communities #pageTop .container>* {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width:767px) {
  .page-template-template-communities #pageTop .container>* {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    margin: auto;
  }
}

@media (max-width:767px) {
  .page-template-template-communities #pageTop .container {
    padding: 0 15px;
  }
}

.page-template-template-communities #pageTop .navbar-header.pull-left {
  float: none!important;
  margin: 40px 0;
  display: block;
}

@media (max-width:767px) {
  .page-template-template-communities #pageTop .navbar-header.pull-left {
    margin: 40px auto;
  }
}

.page-template-template-communities #pageTop .navbar-header.pull-left a img {
  opacity: 1;
}

.page-template-template-communities #pageTop .pull-right {
  float: none!important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page-template-template-communities #pageTop .pull-right h1 {
  display: block;
  width: 100%;
  position: relative;
  text-shadow: -4px 6px 15px #000;
  color: #fff;
  font-size: 45px;
}

@media (max-width:1199px) {
  .page-template-template-communities #pageTop .pull-right h1 {
    font-size: -webkit-calc(2.4rem + 1vw);
    font-size: calc(2.4rem + 1vw);
  }
}

@media (max-width:767px) {
  .page-template-template-communities #pageTop .pull-right h1 {
    text-align: center;
  }
}

.page-template-template-communities .wrap.container {
  width: 100%;
}

.page-template-template-communities main.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width:767px) {
  .page-template-template-communities main.main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media print {
  .page-template-template-communities main.main {
    display: block;
  }
}

@media (max-width:767px) {
  .page-template-template-communities #modules {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.page-template-template-communities .form_wrapper {
  margin-top: 0;
}

.page-template-template-communities .search-communities-block {
  color: #fff;
  background: -webkit-gradient(linear,left top,right top,color-stop(1%,#000),color-stop(1%,#3d3d3d));
  background: -webkit-linear-gradient(left,#000 1%,#3d3d3d);
  background: linear-gradient(90deg,#000 1%,#3d3d3d);
  z-index: 10;
}

@media (max-width:767px) {
  .page-template-template-communities .search-communities-block {
    display: none;
  }
}

.page-template-template-communities .search-communities-block .gform_fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-template-communities .search-communities-block .form_wrapper ul.gform_fields:not(.top_label) .gfield_label {
  width: 100%!important;
  margin-bottom: 5px;
}

.page-template-template-communities .search-communities-block .gfield.field_sublabel_below {
  margin-bottom: 0;
}

.page-template-template-communities .search-communities-block .gfield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  max-width: 150px;
  margin-right: 25px;
}

.page-template-template-communities .search-communities-block .wide-input {
  max-width: 250px;
}

.page-template-template-communities .search-communities-block .communities-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-template-template-communities .search-communities-block .form_wrapper .gform_footer:not(.top_label) {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
}

.page-template-template-communities #mobileCommSearch {
  background: -webkit-gradient(linear,left top,right top,color-stop(1%,#000),color-stop(1%,#3d3d3d));
  background: -webkit-linear-gradient(left,#000 1%,#3d3d3d);
  background: linear-gradient(90deg,#000 1%,#3d3d3d);
}

.page-template-template-communities #mobileCommSearch .widget {
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.page-template-template-communities #mobileCommSearch #searchInfo {
  padding: 25px 0;
  text-align: center;
}

@media (min-width:992px) {
  .page-template-template-communities #mobileCommSearch #searchInfo {
    padding: 25px 40px;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}

@media (max-width:1199px) {
  .page-template-template-communities #mobileCommSearch #searchInfo {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 0;
    text-align: center;
  }
}

@media (max-width:767px) {
  .page-template-template-communities #mobileCommSearch #searchInfo {
    padding: 0;
  }
}

.page-template-template-communities #mobileCommSearch #searchInfo h3 {
  position: relative;
  max-width: 275px;
  margin: 0 auto 15px;
  padding-bottom: 15px;
  font-size: 25px;
}

@media (max-width:767px) {
  .page-template-template-communities #mobileCommSearch #searchInfo h3 {
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
}

.page-template-template-communities #mobileCommSearch .communities-form-wrapper {
  color: #fff;
}

.page-template-template-communities #mobileCommSearch .communities-form-wrapper .form_body input {
  padding: 0 0 0 15px;
  border-radius: 5px;
}

@media (min-width:1200px) and (max-width:1599px) {
  .page-template-template-communities #mobileCommSearch .communities-form-wrapper .form_body label {
    font-size: 20px;
  }

  .page-template-template-communities #mobileCommSearch .communities-form-wrapper .form_body input {
    font-size: 20px;
    height: 50px;
  }

  .page-template-template-communities #mobileCommSearch .communities-form-wrapper .gform_button {
    font-size: 22px;
    height: 60px;
    line-height: 60px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .page-template-template-communities #mobileCommSearch .communities-form-wrapper .form_body label {
    font-size: 18px;
  }

  .page-template-template-communities #mobileCommSearch .communities-form-wrapper .form_body input {
    font-size: 18px;
    height: 45px;
  }
}

.page-template-template-communities #mobileCommSearch .communities-form-wrapper .gform_button {
  display: block;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 150px;
  height: 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
}

.page-template-template-communities #mobileCommSearch .communities-form-wrapper ::-webkit-input-placeholder {
  font-size: 16px!important;
}

.page-template-template-communities #mobileCommSearch .communities-form-wrapper ::-moz-placeholder {
  font-size: 16px!important;
}

.page-template-template-communities #mobileCommSearch .communities-form-wrapper :-ms-input-placeholder {
  font-size: 16px!important;
}

.page-template-template-communities #mobileCommSearch .communities-form-wrapper :-moz-placeholder {
  font-size: 16px!important;
}

.page-template-template-communities .content-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 25px 25px;
  z-index: 9;
}

@media (min-width:992px) {
  .page-template-template-communities .content-wrapper {
    padding: 100px 25px 50px;
  }
}

.page-template-template-communities #communities {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page-template-template-communities #communities #standardContent>p,
.page-template-template-communities #communities #standardContent h3 {
  margin-bottom: 55px;
}

.page-template-template-communities #communities header.js-results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width:479px) {
  .page-template-template-communities #communities header.js-results>* {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}

.page-template-template-communities #communities header.js-results .cmnty-results-heading {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
}

.page-template-template-communities #communities header.js-results .cmnty-results-heading .js-result-count {
  color: #222;
}

.page-template-template-communities .gm-bundled-control>div>div {
  background-color: #222!important;
}

#commOverlay {
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(236,139,53,.9)),color-stop(55%,rgba(236,139,53,.6)),color-stop(75%,rgba(236,139,53,0)));
  background-image: -webkit-linear-gradient(left,rgba(236,139,53,.9) 0,rgba(236,139,53,.6) 55%,rgba(236,139,53,0) 75%);
  background-image: linear-gradient(90deg,rgba(236,139,53,.9) 0,rgba(236,139,53,.6) 55%,rgba(236,139,53,0) 75%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

@media (max-width:479px) {
  #commOverlay {
    background-image: -webkit-gradient(linear,left top,left bottom,from(inherit),color-stop(60%,inherit))!important;
    background-image: -webkit-linear-gradient(inherit,inherit 60%)!important;
    background-image: linear-gradient(inherit,inherit 60%)!important;
  }
}

#siteHeader {
  background-color: #fff;
  border: none;
  box-shadow: none;
}

#siteHeader .main-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 108px;
}

@media (min-width:768px) {
  #siteHeader .main-nav {
    min-height: 150px;
  }
}

#siteHeader .nav-left-content,
#siteHeader .nav-right-content {
  min-height: 100%;
}

#siteHeader .nav-right-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#menu-primary-navigation .sub-menu,
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
}

#menu-primary-navigation {
  margin-right: 15px;
}

@media (max-width:1199px) {
  #menu-primary-navigation {
    margin-right: 5px;
  }
}

#menu-primary-navigation>.current-menu-item .sub-menu {
  margin-left: -1px;
}

#menu-primary-navigation>li>a {
  display: block;
  margin: 0 5px;
  color: #000;
  text-decoration: none;
}

@media (max-width:1199px) {
  #menu-primary-navigation>li>a {
    padding: 10px 7.5px;
  }
}

#menu-primary-navigation>li>a:focus,
#menu-primary-navigation>li>a:hover {
  background-color: #f1f1f1;
  border-radius: 5px;
  color: #00a657;
}

#menu-primary-navigation .sub-menu {
  display: block;
  margin-top: -2px;
  margin-left: 5px;
  padding: 15px;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  background-color: #f1f1f1;
  box-shadow: none;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

#menu-primary-navigation .sub-menu .current-menu-item {
  border-bottom: none;
}

#menu-primary-navigation .sub-menu a {
  text-decoration: none;
}

#menu-primary-navigation .sub-menu a:focus,
#menu-primary-navigation .sub-menu a:hover {
  color: #00a657;
}

#menu-primary-navigation .menu-item-has-children {
  position: relative;
}

#menu-primary-navigation .menu-item-has-children:active .sub-menu,
#menu-primary-navigation .menu-item-has-children:focus .sub-menu,
#menu-primary-navigation .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#menu-primary-navigation .menu-item-has-children:focus a,
#menu-primary-navigation .menu-item-has-children:hover a {
  background-color: #f1f1f1;
}

#menu-primary-navigation .current-page-ancestor,
#menu-primary-navigation .current_page_item {
  background-color: #f1f1f1;
  border-bottom: 5px solid #00a657;
  border-radius: 5px;
}

@media (max-width:991px) {
  #menu-primary-navigation {
    display: none;
  }
}

#topBar {
  position: relative;
  min-height: auto;
  background-color: #00a657;
  border: none;
  border-radius: 0;
}

#topBar .post-categories-container {
  -webkit-overflow-scrolling: touch;
}

@media (max-width:767px) {
  #topBar .post-categories-container {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    width: 100%;
    height: -webkit-calc(100vh - 160px);
    height: calc(100vh - 160px);
    overflow-y: scroll;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #333;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    padding-bottom: 60px;
  }

  #topBar .post-categories-container.active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@media (min-width:768px) {
  #topBar .post-categories-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px!important;
  }
}

@media (min-width:992px) {
  #topBar .post-categories-container {
    height: 42px!important;
  }
}

#topBar ul {
  display: inline-block;
  margin: 0;
  width: 100%;
}

@media (min-width:768px) {
  #topBar ul {
    padding-left: 15px;
    overflow: hidden;
    height: 47px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
  }
}

@media (min-width:992px) {
  #topBar ul {
    height: 54px;
  }
}

#topBar li {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
}

@media (min-width:768px) {
  #topBar li {
    display: inline-block;
    width: auto;
  }
}

#topBar li:not(:first-child):before {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .4;
}

@media (min-width:768px) {
  #topBar li:not(:first-child):before {
    display: block;
  }
}

#topBar li:last-child a {
  padding-right: 20px;
}

@media (min-width:768px) {
  #topBar li.current-menu-item {
    overflow: visible;
    position: relative;
  }

  #topBar li.current-menu-item:after {
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 6px solid #00a657;
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

#topBar .post-categories-label {
  position: relative;
  display: inline;
  padding: 5px 12px;
  color: #e7e146;
  text-transform: uppercase;
  background-color: #000;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

#topBar .post-categories-label span {
  position: relative;
  z-index: 1;
}

#topBar .post-categories-label:before {
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
  background: #000;
  z-index: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%,-50%) rotate(45deg);
  -ms-transform: translate(50%,-50%) rotate(45deg);
  transform: translate(50%,-50%) rotate(45deg);
}

@media (max-width:991px) {
  #topBar .post-categories-label:before {
    height: 24px;
    width: 24px;
  }
}

@media (max-width:767px) {
  #topBar .post-categories-label {
    display: none;
  }
}

#topBar a {
  display: inline-block;
  padding: 5px 12px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width:768px) {
  #topBar a {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
  }
}

#topBar a:active,
#topBar a:focus,
#topBar a:hover {
  color: hsla(0,0%,100%,.7);
}

@media (max-width:767px) {
  #topBar a:not(.browse-categories) {
    width: 100%;
    padding: 8px 30px;
    font-size: 20px;
  }

  #topBar a:not(.browse-categories):active,
  #topBar a:not(.browse-categories):focus,
  #topBar a:not(.browse-categories):hover {
    background-color: #4d4d4d;
  }
}

#topBar a.browse-categories {
  position: relative;
  width: 100%;
  padding-right: 35px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

#topBar a.browse-categories:active,
#topBar a.browse-categories:focus,
#topBar a.browse-categories:hover {
  background-color: #008747;
}

#topBar a.browse-categories span {
  position: absolute;
  top: 50%;
  margin-left: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#topBar a.browse-categories.active span {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

@media (min-width:768px) {
  #topBar a.browse-categories {
    display: none;
  }
}

#topBar a.all-categories {
  position: relative;
}

@media (min-width:768px) {
  #topBar a.all-categories {
    padding-left: 18px;
    padding-right: 34px;
    font-size: 14px;
    background-color: #0d7443;
  }
}

@media (min-width:768px) {
  #topBar a.all-categories:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    height: 8px;
    width: 10px;
    background-image: url(../images/arrow-small-right.png);
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

#mobileNavBtn,
#searchToggle {
  position: relative;
  height: 50px;
  width: 50px;
  padding: 0;
  margin: 0;
  font-size: .8em;
  color: #000;
  background-color: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  cursor: pointer;
}

@media (min-width:1200px) {
  #mobileNavBtn,
  #searchToggle {
    height: 80px;
    width: 80px;
    font-size: 1em;
  }
}

#mobileNavBtn:active,
#mobileNavBtn:focus,
#mobileNavBtn:hover,
#searchToggle:active,
#searchToggle:focus,
#searchToggle:hover {
  background-color: #e2e2e2;
}

#searchToggle {
  margin-top: -2px;
}

#mobileNavBtn {
  margin-left: 15px;
}

@media (max-width:991px) {
  #mobileNavBtn {
    display: block;
  }
}

.primary-white #mobileNavBtn .icon-bar {
  width: 18px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
}

.primary-white #mobileNavBtn .icon-bar+.icon-bar {
  margin-top: 5px;
}

#mobileNav {
  background-color: #333;
}

#mobileNav .navBack {
  display: none;
}

#mobileNav .mobile-nav-title-container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 110px;
}

#mobileNav .mobile-nav-title,
#mobileNav .mobile-nav-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mobileNav .mobile-nav-title {
  height: 100%;
  width: 100%;
  padding-left: 22px;
  font-size: 25px;
  background-color: #1d1d1d;
  text-align: center;
}

#mobileNav .nav {
  padding-top: 20px;
  padding-bottom: 20px;
}

#mobileNav .nav a {
  display: inline-block;
  width: 100%;
  padding: 8px 30px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

#mobileNav .nav a:active,
#mobileNav .nav a:focus,
#mobileNav .nav a:hover {
  background-color: #4d4d4d;
}

@media (max-width:991px) {
  #mobileNav .close-button {
    display: block;
  }
}

#mobileNav .close-button,
.close-button {
  padding: 0 10px;
  margin: 0;
  height: 100%;
  background-color: #00a657;
  border: none;
  border-radius: 0;
}

#mobileNav .close-button:active,
#mobileNav .close-button:focus,
#mobileNav .close-button:hover,
.close-button:active,
.close-button:focus,
.close-button:hover {
  background-color: #008747;
}

#mobileNav .close-button .icon-bar,
.close-button .icon-bar {
  height: 3px;
  width: 20px;
  margin: 0;
}

#pgHeader {
  position: relative;
}

#headLogo {
  max-height: 100%;
  padding: 15px;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width:1199px) {
  #headLogo {
    padding: 15px 5px 15px 0;
  }
}

@media (max-width:991px) {
  #headLogo {
    padding: 10px 10px 10px 0;
  }
}

#headLogo a {
  display: block;
  height: 130px;
}

#headLogo a img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 100%;
  max-width: 100%;
}

@media (min-width:992px) and (max-width:1199px) {
  #headLogo a {
    max-width: 300px;
  }
}

@media (max-width:479px) {
  #headLogo a {
    max-width: 225px;
  }
}

#headLogo .logo-text {
  max-width: 350px;
  margin: 15px 0 15px 30px;
  padding-left: 30px;
  border-left: 1px solid #9b9b9b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width:1199px) {
  #headLogo .logo-text {
    margin: 15px 0 15px 10px;
    padding-left: 10px;
    max-width: 300px;
  }
}

@media (max-width:991px) {
  #headLogo .logo-text {
    max-width: 350px;
    margin: 10px 0 10px 10px;
    padding-left: 10px;
  }
}

@media (max-width:767px) {
  #headLogo .logo-text {
    margin: 10px 0;
    padding-left: 10px;
    border: none;
  }
}

#headLogo .logo-text h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 900;
}

#headLogo .logo-text>span {
  line-height: 1.2;
  color: #9b9b9b;
  position: relative;
  font-size: 16px;
}

#headLogo .logo-text h3+span {
  margin-top: 10px;
  padding-top: 10px;
}

#headLogo .logo-text h3+span:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 10px;
  width: 75px;
  height: 1px;
  background: #000;
}

@media (min-width:768px) and (max-width:991px) {
  #headLogo {
    padding-left: 15px;
  }
}

.sidebar {
  display: none;
  max-width: 300px;
  margin-right: 90px;
}

@media (min-width:992px) {
  .sidebar {
    display: block;
  }
}

.menu-sidebar-nav-container>ul {
  list-style: none;
}

.menu-sidebar-nav-container>ul li a {
  color: #fff!important;
}

.menu-sidebar-nav-container a {
  display: block;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 15px;
  font-size: 20px;
  color: #fff;
  background-color: #000;
  text-decoration: none;
}

.menu-sidebar-nav-container a:focus,
.menu-sidebar-nav-container a:hover {
  text-decoration: underline;
}

.menu-sidebar-nav-container .current-menu-item a {
  background-color: #00a657;
}

.site-footer-wrapper {
  position: relative;
  padding-top: 45px;
  z-index: 11;
}

.site-footer-main {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 45px;
  padding: 0 30px;
  background-color: #000;
  z-index: 1;
}

@media (min-width:768px) {
  .site-footer-main {
    font-size: 16px;
    padding: 5px 30px;
  }
}

.site-footer-main.unfixed {
  position: absolute;
  top: 0;
  bottom: auto;
}

@media (min-width:992px) {
  .site-footer-main .container,
  .site-footer-main .row {
    height: 45px;
  }
}

.site-footer-main .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-footer-main .top-of-page-wrapper {
  display: none;
}

@media (min-width:992px) {
  .site-footer-main .top-of-page-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 25px;
    padding-right: 60px;
  }
}

.site-footer-main .top-of-page-wrapper .to-top-link {
  color: #fff;
}

.site-footer-main .top-of-page-wrapper .to-top-icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  width: 20px;
  font-size: 22px;
  height: 20px;
  color: #000;
  background-color: #00a657;
}

.site-footer-main .sticky-footer-nav,
.site-footer-main .top-of-page-wrapper .to-top-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer-main .sticky-footer-nav {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.site-footer-main .navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width:768px) {
  .site-footer-main .navbar-nav,
  .site-footer-main .navbar-nav a,
  .site-footer-main .navbar-nav a.btn {
    font-size: 16px;
  }
}

.site-footer-main .navbar-nav a.btn {
  margin: 0 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  background-color: transparent;
}

.site-footer-main .navbar-nav a.btn:focus,
.site-footer-main .navbar-nav a.btn:hover {
  text-decoration: underline;
}

.site-footer-main .navbar-nav a.btn.footer-subscribe-link {
  padding: 5px 10px;
  background-color: #00a657;
}

.site-footer-main .navbar-nav a.btn.footer-btn-purple {
  background-color: #953484;
  display: inline-block;
  padding-left: 10px;
}

.site-footer-main .navbar-nav a.btn.footer-btn-purple i {
  position: relative;
  margin-right: 5px;
}

.site-footer-sub {
  border-radius: 0;
  border: none;
  border-top: 1px solid #fff;
  margin-bottom: 0;
  padding: 25px;
  font-size: 1.6rem;
  background-color: #000;
}

@media (max-width:479px) {
  .site-footer-sub {
    padding-top: 35px;
  }
}

.site-footer-sub .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.site-footer-sub .navbar-text {
  color: #fff;
}

.site-footer-sub .navbar-nav li a {
  color: #00a657;
  text-decoration: underline;
}

.site-footer-sub .navbar-nav li a:focus,
.site-footer-sub .navbar-nav li a:hover {
  color: #fff;
  text-decoration: none;
}

.site-footer-sub img {
  max-height: 50px;
}

.site-footer .navbar-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  background-color: #00a657;
}

.site-footer .navbar-social img {
  max-height: 40px;
}

.site-footer .footer-nav-icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-footer .footer-nav-icon img,
.site-footer .footer-nav-icon svg {
  width: 15px;
  height: auto;
  fill: #00a657;
}

.error404 .main,
.page-template-default .main,
.search .main {
  max-width: 850px;
  min-height: -webkit-calc(100vh - 535px);
  min-height: calc(100vh - 535px);
}

.error404 .content,
.page-template-default .content,
.search .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1150px;
  padding: 60px 25px;
}

@media (min-width:992px) {
  .error404 .content,
  .page-template-default .content,
  .search .content {
    padding: 120px 25px;
  }
}

@media (max-width:991px) {
  .error404 .content,
  .page-template-default .content,
  .search .content {
    padding: 60px 0;
  }
}

.error404 .content a,
.page-template-default .content a,
.search .content a {
  color: #00a657;
}

.error404 .content a.btn-content,
.page-template-default .content a.btn-content,
.search .content a.btn-content {
  color: #fff;
}

.error404 .headMain,
.page-template-default .headMain,
.search .headMain {
  margin-bottom: 25px;
}

@media (min-width:992px) {
  .error404 .headMain,
  .page-template-default .headMain,
  .search .headMain {
    margin-bottom: 50px;
  }
}

.error404 .resource-content,
.page-template-default .resource-content,
.search .resource-content {
  max-width: 900px;
}

.error404 .main,
.page-template-default .main,
.search .main {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width:1199px) {
  .home .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.wrap.container {
  background-repeat: repeat-y;
  background-size: 100% auto;
}

body.home .wrap.container {
  background-image: none!important;
}

.error404 .main {
  margin: 0 auto;
}

.page-template-social-connection-study .breadcrumbs {
  max-width: 900px;
  display: block;
  margin: 120px auto 50px;
  padding: 0 15px;
}

.page-template-social-connection-study .breadcrumbs a {
  color: #00a657;
}

.page-template-social-connection-study #pgHeadlines {
  max-width: 900px;
  display: block;
  margin: 50px auto;
  padding: 0 15px;
}

.page-template-social-connection-study section {
  max-width: 900px;
  display: block;
  margin: 50px auto 0;
  padding: 0 15px;
}

.page-template-social-connection-study section .container {
  padding: 0!important;
}

.page-template-social-connection-study .hp-popular-resources {
  max-width: unset;
  width: 100%;
  padding: 100px;
}

.cat-video-wrapper {
  position: relative;
  border-radius: 10px;
  padding-top: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}

@media (min-width:992px) {
  .cat-video-wrapper {
    padding: 0;
  }
}

@media (max-width:991px) {
  .cat-video-wrapper {
    margin: 15px auto 40px;
    max-width: 600px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.cat-video-wrapper>* {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
}

.cat-video-wrapper .cat-iframe-wrapper {
  position: relative;
  border: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  padding: 28% 0;
}

.cat-video-wrapper iframe {
  border: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cat-video-wrapper .cat-video-overlay {
  display: block;
  margin: 0 auto;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  background-color: #333;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  font-weight: 700;
}

.cat-video-wrapper .pre-text {
  color: #00a657;
  text-transform: uppercase;
}

@media (max-width:1199px) {
  .homepage-row.intro-row {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (min-width:1600px) {
  .homepage-row.intro-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.homepage-row .into-content-wrapper {
  text-align: left;
  padding: 0 0 0 40px;
}

@media (max-width:991px) {
  .homepage-row .into-content-wrapper {
    padding: 0;
    margin: 0 auto 60px;
    max-width: 600px;
  }
}

.homepage-row .hp-intro-title {
  font-family: clarendon-urw,sans-serif;
  text-transform: none;
  margin: 0 0 40px;
  font-size: 40px;
}

@media (min-width:992px) and (max-width:1199px) {
  .homepage-row .hp-intro-title {
    margin: 0 0 20px;
  }
}

.homepage-row .intro-button-wrap {
  max-width: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.homepage-row .intro-button-wrap>* {
  -webkit-flex-basis: -webkit-calc(50% - 10px);
  -ms-flex-preferred-size: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  margin: 0 10px 10px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width:767px) {
  .homepage-row .intro-button-wrap>* {
    margin: 0 0 10px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.homepage-row .intro-video-wrapper {
  position: relative;
  border-radius: 10px;
  padding-top: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width:992px) {
  .homepage-row .intro-video-wrapper {
    padding: 0 60px 0 0;
  }
}

@media (max-width:991px) {
  .homepage-row .intro-video-wrapper {
    margin: 15px auto 40px;
    max-width: 600px;
  }
}

.homepage-row .intro-video-wrapper>* {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
}

.homepage-row .intro-video-wrapper .intro-iframe-wrapper {
  position: relative;
  border: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  padding: 28% 0;
  min-width: 300px;
}

.homepage-row .intro-video-wrapper iframe {
  border: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.homepage-row .intro-video-wrapper .intro-video-overlay {
  display: block;
  margin: 0 auto;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  background-color: #333;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  font-weight: 700;
}

.homepage-row .intro-video-wrapper .pre-text {
  color: #00a657;
  text-transform: uppercase;
}

.homepage-row .intro-block {
  width: 100%;
  padding: 35px 15px 10px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

@media (min-width:992px) {
  .homepage-row .intro-block {
    margin: 0;
    padding: 50px;
  }
}

@media (min-width:1200px) {
  .homepage-row .intro-block {
    padding: 100px;
  }
}

@media (min-width:1600px) {
  .homepage-row .intro-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.homepage-row .intro-block .content-wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width:991px) {
  .homepage-row .intro-block .content-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.homepage-row .intro-block .content-wrapper>* {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

@media (max-width:991px) {
  .homepage-row .intro-block .content-wrapper>* {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media (min-width:1600px) {
  .homepage-row .intro-block .content-wrapper {
    margin: 0;
    padding: 50px;
  }
}

.hp-newest-resources {
  padding: 65px 0;
}

@media (min-width:992px) {
  .hp-newest-resources {
    padding: 115px 0;
  }
}

.hp-newest-resources .nr-title {
  text-align: center;
}

.hp-newest-resources .nr-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}

.hp-newest-resources .nr-list .data-card {
  width: 450px;
  margin: 17px;
}

@media (max-width:991px) {
  .hp-newest-resources .nr-list .data-card {
    width: 345px;
  }
}

.hp-popular-resources {
  padding: 50px;
  position: relative;
}

@media (min-width:1600px) {
  .hp-popular-resources {
    min-width: 50%;
    padding: 100px;
  }
}

.hp-popular-resources .content-container {
  margin: 0 auto;
  position: relative;
}

.hp-popular-resources .pr-list {
  padding-left: 0;
  list-style: none;
}

.hp-popular-resources .pr-title {
  display: none;
}

@media (min-width:992px) {
  .hp-popular-resources .pr-title {
    display: block;
    text-align: center;
    color: #fff;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
  }
}

.hp-popular-resources .pr-mobile-title {
  text-align: center;
  font-family: Montserrat,sans-serif;
  font-weight: 400;
  color: #fff;
}

@media (min-width:992px) {
  .hp-popular-resources .pr-mobile-title {
    display: none;
  }
}

.hp-popular-resources .data-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hp-popular-resources .data-card .dc-link {
  width: 100%;
  max-width: 1040px;
}

.home-read-more {
  position: relative;
  padding: 50px 20px;
  background: -webkit-gradient(linear,left top,right top,from(#d3d3d3),color-stop(20%,#f2f2f2),color-stop(80%,#f2f2f2),color-stop(80%,#d3d3d3));
  background: -webkit-linear-gradient(left,#d3d3d3 0,#f2f2f2 20%,#f2f2f2 80%,#d3d3d3);
  background: linear-gradient(90deg,#d3d3d3 0,#f2f2f2 20%,#f2f2f2 80%,#d3d3d3);
  box-shadow: inset 0 9px 11px -9px rgba(0,0,0,.3);
}

@media (min-width:992px) {
  .home-read-more {
    padding: 125px 20px;
  }
}

@media (max-width:1199px) {
  .home-read-more {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.home-read-more .read-more-content {
  margin: 0 auto;
}

.keep-reading-title {
  display: block;
  margin-bottom: 45px;
  font-weight: 400;
}

.keep-reading-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  font-family: Montserrat,sans-serif;
  background-color: #00a657;
  border: none;
}

.keep-reading-close:focus,
.keep-reading-close:hover {
  background-color: #00733c;
}

@media (min-width:992px) {
  .keep-reading-close {
    width: 70px;
    height: 70px;
    top: 45px;
    right: 45px;
  }
}

.page-template-home .homepage-row.intro-row {
  background-image: url(../images/home-bkg.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
}

.page-template-home .container {
  padding-left: unset;
  padding-right: unset;
}

.promo-block {
  display: block;
  height: 275px;
  background-repeat: no-repeat;
  background-position: 100% 0;
}

@media (max-width:767px) {
  .promo-block {
    background-image: none!important;
  }
}

.promo-block .promo-content-wrapper {
  background: #eb8c3d;
  height: 275px;
  width: 46%;
  -webkit-clip-path: polygon(0 0,85% 0,100% 50%,85% 100%,0 100%);
  clip-path: polygon(0 0,85% 0,100% 50%,85% 100%,0 100%);
  box-shadow: 11px -1px 11px -3px rgba(0,0,0,.21);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 50px;
}

@media (max-width:991px) {
  .promo-block .promo-content-wrapper {
    width: 50%;
  }
}

@media (max-width:767px) {
  .promo-block .promo-content-wrapper {
    width: 100%;
    -webkit-clip-path: unset;
    clip-path: unset;
  }
}

.promo-block .promo-content {
  width: 75%;
}

.promo-block .promo-content span {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -.16;
  color: #fff;
}

@media (max-width:1199px) {
  .promo-block .promo-content span {
    font-size: 20px;
  }
}

.promo-block .promo-content .promo-button-wrap {
  margin-top: 25px;
}

.single-post .content-wrapper {
  margin: 0 auto;
  padding: 50px 25px;
}

@media (min-width:992px) {
  .single-post .content-wrapper {
    padding: 90px 25px;
  }
}

.single-post .entry-title {
  margin-bottom: 0;
  text-transform: none;
}

.single-post .entry-content {
  padding: 40px 0;
}

@media (min-width:992px) {
  .single-post .entry-content {
    padding: 0 0 40px;
  }
}

.single-post .entry-content li,
.single-post .entry-content p,
.single-post .entry-content ul {
  color: #000;
  line-height: inherit;
}

.single-post .entry-content h4 {
  padding: 25px 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: inherit;
}

@media (min-width:992px) {
  .single-post .entry-content h4 {
    padding: 75px 0 45px;
  }
}

.single-post .entry-content .citations {
  margin-top: 70px;
  font-size: 1.4rem;
  color: #999;
  font-style: italic;
}

.single-post .entry-content .wp-caption {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  overflow: hidden;
  margin: 50px auto;
  padding: 0;
  background-color: #222;
}

@media (min-width:992px) {
  .single-post .entry-content .wp-caption {
    min-width: 100%;
    margin: 70px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.single-post .entry-content .wp-caption img {
  width: 100%;
}

@media (min-width:992px) {
  .single-post .entry-content .wp-caption img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
    width: 50%;
  }
}

.single-post .entry-content .wp-caption-text {
  position: relative;
  padding: 60px 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: inherit;
}

.single-post .entry-content .wp-caption-text:before {
  content: "\“";
  position: absolute;
  display: block;
  font-size: 90px;
  line-height: 0;
  color: inherit;
}

@media (min-width:992px) {
  .single-post .entry-content .wp-caption-text {
    width: 50%;
    padding: 50px;
  }
}

.single-post .entry-content .wp-caption-text .text-wrapper {
  color: #fff;
  max-width: 275px;
  display: block;
}

.single-post .data-card {
  margin-right: 20px;
}

.single-post .dc-time {
  font-size: 1.2rem;
  font-weight: 700;
  color: #aaa;
}

.single-post .printfriendly {
  margin: 0;
  font-size: 12px;
  float: none;
}

.single-post .printfriendly img {
  padding-right: 5px;
}

.single-post .printfriendly a {
  display: block;
  border-radius: 15px;
  max-width: 140px;
  padding: 0 10px;
  color: #fff;
  background-color: #00a657;
  font-size: 12px;
}

.single-post .printfriendly a:focus,
.single-post .printfriendly a:hover {
  background-color: #00733c;
}

.single-post blockquote {
  margin: 20px 0;
  padding: 30px 25px;
  border-right: 5px solid;
  border-left: none;
  border-radius: 5px;
  float: right;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #f2f2f2;
}

@media (min-width:768px) {
  .single-post blockquote {
    margin: 20px 20px 20px 55px;
    max-width: 350px;
  }
}

.single-post blockquote p:after,
.single-post blockquote p:before {
  content: '"';
}

.single-post-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}

@media (min-width:768px) {
  .single-post-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
  }
}

.single-post-header .featured-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 0;
}

@media (min-width:768px) {
  .single-post-header .featured-wrapper {
    padding: 0;
  }
}

.single-post-header .featured-wrapper svg {
  width: 160px;
}

.single-post-header .featured-wrapper.cat-icon {
  display: none;
}

@media (min-width:992px) {
  .single-post-header .featured-wrapper.cat-icon {
    display: block;
  }
}

.single-post-header.hasVideo .featured-image {
  display: none;
}

.single-post-header.hasVideo~.entry-content {
  padding-top: 10px;
}

.single-post-header .featured-image {
  height: auto;
  margin: 20px 0;
  padding: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width:768px) {
  .single-post-header .featured-image {
    max-width: 200px;
    margin: 0 0 25px 25px;
  }
}

.single-post-header img.featuredImg {
  position: relative;
  top: auto;
  left: auto;
  max-height: 200px;
  object-fit: cover;
}

@media (min-width:480px) and (max-width:767px) {
  .single-post-header img.featuredImg {
    max-height: 100vw;
  }
}

.single-post-header .post-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #999;
}

.single-post-header .post-categories a {
  display: block;
  text-decoration: underline;
  font-size: 1.2rem;
  color: inherit;
}

.single-post-header .post-categories a:focus,
.single-post-header .post-categories a:hover {
  text-decoration: none;
  color: #00a657;
}

.featured-video {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.featured-video iframe {
  position: relative;
  min-width: 300px;
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 0;
}

@media (min-width:768px) {
  .featured-video iframe {
    width: 700px;
    height: 400px;
  }
}

@media (max-width:767px) {
  .featured-video iframe {
    min-height: 250px;
  }
}

@media (max-width:479px) {
  .featured-video iframe {
    min-height: 200px;
  }
}

.single-post-related-posts {
  margin: 0 auto;
  background-size: cover;
  background-position: 50%;
}

.single-post-related-posts .related-post-scroll-wrapper {
  z-index: 11;
  min-height: 115px;
  position: relative;
  padding: 10px 0;
  max-width: 100%;
  width: 100%;
  display: block;
  margin-top: 15px;
  overflow: scroll;
  overflow-y: hidden;
}

.single-post-related-posts .related-post-scroll-wrapper::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}

.single-post-related-posts .related-posts-list {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  width: auto;
  min-width: 100%;
  white-space: nowrap;
}

.single-post-related-posts .related-posts-list>* {
  white-space: nowrap;
  display: inline;
}

.single-post-related-posts .related-posts-list>* * {
  white-space: normal;
}

.single-post-related-posts .related-posts-title {
  position: relative;
  padding-left: 50px;
  min-height: 25px;
}

.single-post-related-posts .related-posts-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 40px;
}

.single-post-related-posts .related-posts-icon svg {
  width: 100%;
  height: auto;
}

.single-post-related-posts .data-card {
  margin-bottom: 0;
  margin-left: 25px;
  max-width: 290px;
  min-height: 115px;
  padding-right: 10px;
}

.single-post-related-posts .data-card:first-child {
  margin-left: 0;
}

.single-post-related-posts .dc-title {
  max-width: none;
}

.single-post-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0 15px;
}

.single-post-social .share-link {
  text-decoration: none;
}

.single-post-social .social-share-icon {
  margin-right: 5px;
  width: 25px;
  height: auto;
}

.single-post-social .social-share-icon svg {
  width: 25px;
  height: auto;
}

#modules .site-blog-intro {
  background-size: cover;
  background-position: 50%;
  margin: 0;
}

.site-blog-intro {
  padding: 50px 15px;
}

@media (min-width:992px) {
  .site-blog-intro {
    padding: 90px 25px;
  }
}

.site-blog-intro .blog-intro-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 auto;
}

@media (max-width:991px) {
  .site-blog-intro .blog-intro-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.site-blog-intro .blog-intro-wrapper .blog-intro-content {
  max-width: 600px;
}

.site-blog-intro .blog-intro-wrapper .blog-intro-content.video-present {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: none;
}

@media (min-width:992px) {
  .site-blog-intro .blog-intro-wrapper .blog-intro-content.video-present {
    -webkit-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    padding-right: 30px;
  }
}

.site-blog-intro .blog-intro-wrapper .attachment-post-thumbnail {
  display: none;
}

@media (min-width:992px) {
  .site-blog-intro .blog-intro-wrapper .attachment-post-thumbnail {
    display: block;
    margin-left: 75px;
  }
}

.site-blog-intro .blog-page-title {
  margin-bottom: 30px;
}

.site-blog-categories {
  position: relative;
  margin: 85px auto;
  padding: 0;
}

.site-blog-categories header {
  margin-bottom: 55px;
  padding: 0 25px;
}

@media (min-width:768px) {
  .site-blog-categories {
    padding: 0 25px;
  }

  .site-blog-categories header {
    padding: 0;
  }
}

@media (min-width:992px) {
  .site-blog-categories header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 55px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .site-blog-categories header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#modules .site-blog-categories {
  margin-top: 65px;
}

@media (min-width:768px) {
  .site-blog-categories {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width:1200px) {
  .site-blog-categories {
    margin: 130px auto;
    padding-bottom: 130px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .site-blog-categories {
    width: 746px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .site-blog-categories {
    width: 900px;
  }
}

@media (min-width:1200px) and (max-width:1599px) {
  .site-blog-categories {
    width: 1056px;
  }
}

@media (min-width:1600px) {
  .site-blog-categories {
    width: 1348px;
  }
}

.site-blog-categories .blog-category-list {
  padding: 10px 25px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media (max-width:767px) {
  .site-blog-categories .blog-category-list {
    overflow-x: scroll;
  }
}

@media (min-width:768px) {
  .site-blog-categories .blog-category-list {
    padding-left: 0;
    padding-right: 0;
  }
}

.site-blog-categories .blog-category-list .card-wrapper {
  margin-right: 15px;
  margin-bottom: 0;
}

@media (max-width:1599px) {
  .site-blog-categories .blog-category-list .card-wrapper:nth-child(4) {
    display: none;
  }
}

@media (max-width:767px) {
  .site-blog-categories .blog-category-list .card-wrapper:nth-child(4) {
    display: block;
  }
}

@media (max-width:1199px) {
  .site-blog-categories .blog-category-list .card-wrapper:nth-child(3) {
    display: none;
  }
}

@media (max-width:767px) {
  .site-blog-categories .blog-category-list .card-wrapper:nth-child(3) {
    display: block;
  }
}

.site-blog-categories .sb-section-title {
  text-align: center;
}

@media (min-width:992px) {
  .site-blog-categories .sb-section-title {
    text-align: left;
  }
}

.site-blog-categories .sb-filter,
.site-blog-categories .selectability {
  display: none;
  width: 380px;
  margin-left: 20px;
}

@media (min-width:992px) {
  .site-blog-categories .sb-filter,
  .site-blog-categories .selectability {
    display: block;
  }
}

.site-blog-categories .sb-category-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  color: #fff;
  background-color: #000;
  border-radius: 10px;
}

@media (max-width:767px) {
  .site-blog-categories .sb-category-link {
    margin-right: 25px;
  }
}

.site-blog-categories .data-card {
  margin-bottom: 0;
  margin-left: 15px;
  width: 290px;
}

@media (min-width:768px) and (max-width:991px) {
  .site-blog-categories .data-card {
    width: 300px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .site-blog-categories .data-card {
    width: 371px;
  }
}

@media (min-width:1200px) and (max-width:1599px) {
  .site-blog-categories .data-card {
    width: 295px;
  }
}

.site-blog-categories .data-card:first-child {
  margin-left: 0;
}

.site-blog-categories .data-card .dc-title {
  max-width: none;
}

.site-blog-categories .data-card .dc-link {
  min-width: 290px;
}

.site-blog-categories .sb-category-item {
  margin-bottom: 0;
}

.site-blog-categories .sb-category-item .category-arrow-wrapper {
  margin-top: 5px;
}

.site-blog-categories .sb-category-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
}

@media (min-width:768px) {
  .site-blog-categories .sb-category-title-wrapper {
    padding: 0;
  }
}

.site-blog-categories .sb-category-title-wrapper .category-arrow-wrapper {
  margin-left: 10px;
}

.site-blog-categories .sb-category-title {
  font-weight: 400;
  margin: 0 0 0 15px;
}

.site-blog-categories .sb-category-title a {
  text-decoration: none;
}

.site-blog-categories .sb-category-row {
  margin-top: 25px;
}

.site-blog-categories .sb-category-row.hidden {
  display: none;
}

.site-blog-categories .sb-category-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
}

.site-blog-categories .sb-category-icon svg {
  width: 30px;
  height: 30px;
}

@media (min-width:992px) {
  .site-blog-categories .sb-category-icon svg {
    width: 30px;
  }
}

.site-blog-categories .sb-category-icon img {
  height: 30px;
}

.mFaq .panel {
  box-shadow: 1px 1px 4px 1px #d3d3d3;
}

.mFaq .panel-heading {
  background-color: #00a657;
}

.mFaq .panel-body {
  border-left-width: 5px;
  border-left-style: solid;
  border-color: #00a657;
}

.panel-group {
  clear: both;
}

#siteHeader,
#topBar {
  margin-bottom: 0;
}

.pgMiddle {
  position: relative;
  overflow: hidden;
}

.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px;
}

.loader {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #aaa;
  font-style: italic;
  padding: 40px 20px;
}

.loader p {
  margin-top: 20px;
  margin-bottom: 0;
}

.loader .loading-icon {
  width: 54px;
}

.loading .loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.loading-icon {
  -webkit-animation: rotation 2s infinite linear;
  animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.printfriendly,
.printfriendly * {
  z-index: 0!important;
}