/********************
** Breakpoints
********************/
/********************
** Media Queries
********************/
/********************
** Colors
********************/
/********************
** Fonts
********************/
/* Responsive utilities */
/* Bootstrap v4.0.0-alpha.6 */
.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }
.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
/********************
** Partials
********************/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px; }

body {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-style: normal;
  overflow-x: hidden;
  line-height: 1.375; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal; }

a {
  color: #000;
  text-decoration: underline;
  outline: none; }
  a:hover {
    color: #000;
    text-decoration: none; }

.font-secondary {
  font-family: "Lato", Helvetica, Arial, sans-serif; }

a.link-whole-area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: -9999px;
  z-index: 1; }

.ow-button-base a,
a.button {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  background: #a9adb0 !important;
  font-weight: 300 !important;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  border: none !important;
  font-weight: normal;
  text-decoration: none;
  padding: 15px 30px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  border-radius: 8px !important; }

a.button {
  display: inline-block; }

.page-container {
  position: relative;
  z-index: 10;
  overflow: hidden; }

#main .post, #main .page {
  border: 0;
  margin-bottom: 0;
  overflow-x: inherit;
  padding: 0; }

.alignleft {
  float: left;
  margin: 0 25px 25px 0; }

.alignright {
  float: right;
  margin: 0 0 25px 25px; }

.wpcf7 .form-item,
.wpcf7 .form-actions {
  width: 100%;
  overflow: hidden;
  margin: 20px 0 0; }
.wpcf7 .form-actions {
  text-align: center;
  margin: 40px 0 0; }
.wpcf7 .wpcf7-form-control {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: normal;
  border: solid 1px #e2e1e1;
  background: #fff;
  padding: 12px 10px;
  width: 100%;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  border-radius: 8px !important;
  outline: none; }
.wpcf7 .wpcf7-submit {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #fff !important;
  background: #a9adb0 !important;
  width: auto !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 40px;
  display: inline-block;
  border: none !important;
  cursor: pointer; }
.wpcf7 .ajax-loader {
  position: absolute;
  top: 20px; }

.max-wrapper {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto; }

.page-header {
  position: relative;
  margin: 0;
  width: 100%;
  /* overflow: hidden;*/ }

.site-branding {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .site-branding {
      padding-top: 30px;
      padding-bottom: 25px; } }

.site-logo {
  margin: 0; }
  .site-logo .site-title-heading {
    margin: 0; }
  .site-logo a {
    display: block;
    width: 290px;
    height: 57px;
    background: url(../images/logo.png) no-repeat 0 0;
    background-size: 290px 57px;
    text-indent: -9999px; }

.main-navigation-wrapper {
  background-color: #d60000;
  max-height: 50px; }
  @media only screen and (min-width: 992px) {
    .main-navigation-wrapper {
      overflow: hidden; } }

.main-navigation {
  position: relative; }
  .main-navigation::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 100vw;
    background-color: #58707b; }
  .main-navigation .navbar {
    padding: 0 15px;
    min-height: auto;
    height: 50px;
    background-color: #58707b; }
    .main-navigation .navbar::before {
      content: "";
      height: 0;
      position: absolute;
      top: 0;
      right: 100%;
      border-top: 50px solid #58707b;
      border-left: 20px solid transparent;
      border-right: 25px solid #58707b; }
  .main-navigation .navbar-collapse {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 100%;
    padding: 0 15px;
    background-color: rgba(88, 112, 123, 0.7);
    -webkit-box-shadow: 0px 0px 2px #181f22;
    box-shadow: 0px 0px 2px #181f22; }
    @media only screen and (min-width: 992px) {
      .main-navigation .navbar-collapse {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        height: 100%;
        top: auto;
        position: relative; } }
    .main-navigation .navbar-collapse .navbar-nav {
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      /* margin-top: 15px;*/
      /* padding: 15px;*/ }
      @media only screen and (min-width: 992px) {
        .main-navigation .navbar-collapse .navbar-nav {
          height: 100%; } }
      @media only screen and (min-width: 992px) {
        .main-navigation .navbar-collapse .navbar-nav {
          margin-top: 0;
          padding: 0; } }
      .main-navigation .navbar-collapse .navbar-nav .menu-item {
        padding: 0; }
        @media only screen and (min-width: 992px) {
          .main-navigation .navbar-collapse .navbar-nav .menu-item {
            height: 100%;
            margin: 0 15px; } }
        .main-navigation .navbar-collapse .navbar-nav .menu-item:first-child {
          margin-top: 10px; }
          @media only screen and (min-width: 992px) {
            .main-navigation .navbar-collapse .navbar-nav .menu-item:first-child {
              margin-top: 0; } }
        .main-navigation .navbar-collapse .navbar-nav .menu-item:last-child {
          margin-bottom: 10px; }
          @media only screen and (min-width: 992px) {
            .main-navigation .navbar-collapse .navbar-nav .menu-item:last-child {
              margin-bottom: 0;
              margin-right: 0; } }
        .main-navigation .navbar-collapse .navbar-nav .menu-item > .nav-link {
          height: 100%;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          color: #fff;
          font-family: "Lato", Helvetica, Arial, sans-serif;
          padding: 0;
          margin: 0;
          text-decoration: none;
          position: relative;
          font-size: 18px;
          font-size: 1.125rem; }
          @media only screen and (min-width: 992px) {
            .main-navigation .navbar-collapse .navbar-nav .menu-item > .nav-link {
              /* float: right;*/ } }
        .main-navigation .navbar-collapse .navbar-nav .menu-item.active .nav-link, .main-navigation .navbar-collapse .navbar-nav .menu-item:hover .nav-link {
          color: #a9adb0; }
  .main-navigation .navbar-toggler {
    border: none;
    background: none;
    margin-right: 0;
    padding: 0 3px;
    outline: none; }
    .main-navigation .navbar-toggler:hover {
      background: none; }
    .main-navigation .navbar-toggler .icon-bar {
      background: #fff;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      width: 22px;
      height: 2px;
      display: block; }
      .main-navigation .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 4px; }
    .main-navigation .navbar-toggler .top-bar {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transform-origin: 10% 10%;
      transform-origin: 10% 10%; }
    .main-navigation .navbar-toggler .middle-bar {
      opacity: 0; }
    .main-navigation .navbar-toggler .bottom-bar {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform-origin: 10% 90%;
      transform-origin: 10% 90%; }
    .main-navigation .navbar-toggler.collapsed .top-bar {
      -webkit-transform: rotate(0);
      transform: rotate(0); }
    .main-navigation .navbar-toggler.collapsed .middle-bar {
      opacity: 1; }
    .main-navigation .navbar-toggler.collapsed .bottom-bar {
      -webkit-transform: rotate(0);
      transform: rotate(0); }

#content .page-title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.025em;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    #content .page-title {
      margin-bottom: 50px; } }
#content .site-main .page-title {
  font-size: 28px;
  text-align: left; }
  @media only screen and (min-width: 768px) {
    #content .site-main .page-title {
      margin-bottom: 25px; } }
#content .entry-content h1 {
  font-size: 24px;
  font-size: 1.5rem; }
#content .entry-content h2 {
  font-size: 22px;
  font-size: 1.375rem; }
#content .entry-content h3 {
  font-size: 20px;
  font-size: 1.25rem; }
#content .entry-content h4 {
  font-size: 19px;
  font-size: 1.1875rem; }
#content .entry-content h5 {
  font-size: 18px;
  font-size: 1.125rem; }
#content .entry-content h6 {
  font-size: 17px;
  font-size: 1.0625rem; }
#content .entry-content dl, #content .entry-content ol, #content .entry-content ul {
  padding-left: 1rem; }
  #content .entry-content dl dl, #content .entry-content dl ol, #content .entry-content dl ul, #content .entry-content ol dl, #content .entry-content ol ol, #content .entry-content ol ul, #content .entry-content ul dl, #content .entry-content ul ol, #content .entry-content ul ul {
    padding-left: 2rem; }
#content .entry-content p a, #content .entry-content dl a, #content .entry-content ol a, #content .entry-content ul a {
  color: #339a9d;
  text-decoration: none; }
  #content .entry-content p a:hover, #content .entry-content dl a:hover, #content .entry-content ol a:hover, #content .entry-content ul a:hover {
    text-decoration: underline; }
#content .entry-content h2, #content .entry-content h3, #content .entry-content h4 {
  margin-bottom: 1rem; }
#content .panel-grid {
  position: relative; }
  #content .panel-grid:last-child .siteorigin-panels-stretch {
    margin-bottom: 0; }
#content .home-banner {
  overflow: hidden;
  -webkit-box-align: stretch !important;
  -moz-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  /* @media only screen and (max-width: 1329px) {*/
  /*   padding-left: 0 !important;*/
  /*   padding-right: 0 !important;*/
  /* }*/
  /* @media only screen and (min-width: 1330px) {*/
  /*   > .panel-grid-cell {*/
  /*     flex-basis: 70%;*/
  /*     &:first-child {*/
  /*       margin-left: -95px;*/
  /*     }*/
  /*     &:last-child {*/
  /*       margin-right: -95px;*/
  /*     }*/
  /*   }*/
  /* }*/ }
  @media only screen and (min-width: 768px) {
    #content .home-banner {
      max-height: 400px; } }
  #content .home-banner .panel-grid-cell {
    margin: 0; }
  #content .home-banner .panel-grid-cell:first-child {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #content .home-banner .panel-grid-cell:first-child::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 100%;
      width: 150px;
      background: -webkit-gradient(linear, left bottom, right top, from(#2f4247), color-stop(50%, #2f4247), color-stop(50%, transparent), to(transparent));
      background: linear-gradient(to top right, #2f4247 0%, #2f4247 50%, transparent 50%, transparent 100%); }
  #content .home-banner .panel-grid-cell:last-child * {
    height: 100%; }
  #content .home-banner .panel-grid-cell:last-child img {
    -o-object-fit: cover;
    object-fit: cover; }
  #content .home-banner .textwidget h2 {
    font-size: 32px;
    font-weight: normal; }
    @media only screen and (min-width: 576px) {
      #content .home-banner .textwidget h2 {
        font-size: 42px; } }
#content .home-map .home-map-caption h2 {
  font-size: 30px;
  line-height: 1.3333333333;
  color: #fff;
  font-weight: normal; }
#content .home-map .widget_sow-headline .sow-headline {
  font-size: 40px;
  color: #ffca00;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 20px; }
#content .home-map .widget_sow-headline .decoration {
  display: none; }
#content .home-map .widget_sow-headline .sow-sub-headline {
  color: #fff;
  font-size: 20px;
  line-height: 1.2; }
#content .post-loop {
  padding: 50px 0; }
  #content .post-loop .widget_sow-editor h2, #content .post-loop .widget_sow-editor h3, #content .post-loop .widget_sow-editor h4 {
    font-size: 45px;
    color: #000;
    font-weight: normal;
    margin-bottom: 20px; }
  #content .post-loop .widget_sow-button {
    overflow: hidden;
    margin-top: 60px; }
    #content .post-loop .widget_sow-button a {
      color: #000 !important;
      border: 1px solid #a9adb0 !important;
      border-radius: 23px !important;
      background-color: transparent !important;
      position: relative;
      font-size: 15px;
      letter-spacing: 0.025em;
      width: 225px;
      padding: 11px 0 !important; }
      #content .post-loop .widget_sow-button a::before, #content .post-loop .widget_sow-button a::after {
        content: "";
        position: absolute;
        top: 50%;
        height: 1px;
        background-color: #a9adb0;
        width: 100%;
        margin: 0 25px; }
      #content .post-loop .widget_sow-button a::before {
        right: 100%; }
      #content .post-loop .widget_sow-button a::after {
        left: 100%; }
#content .teaser {
  margin-bottom: 50px; }
  #content .teaser .entry-title {
    margin-bottom: 10px; }
  #content .teaser .entry-meta {
    margin-bottom: 15px; }
  #content .teaser .image {
    margin-bottom: 10px; }
    #content .teaser .image a {
      display: block; }
    #content .teaser .image img {
      width: 100%; }

/*#content*/
.site-content {
  padding-top: 20px; }
  .site-content .site-main {
    padding-bottom: 25px; }
    @media only screen and (min-width: 768px) {
      .site-content .site-main {
        padding-bottom: 50px; } }
  @media only screen and (min-width: 768px) {
    .site-content {
      padding-top: 40px; } }
  .site-content .entry-title, .site-content .entry-title a {
    font-size: 24px;
    font-weight: normal;
    color: #000;
    margin-bottom: 15px;
    letter-spacing: 0.025em; }
  .site-content .entry-title a {
    text-decoration: none; }
    .site-content .entry-title a:hover {
      text-decoration: underline; }
  .site-content .entry-meta {
    font-size: 14px;
    margin-bottom: 25px;
    color: #000; }
    .site-content .entry-meta a {
      text-decoration: none; }
      .site-content .entry-meta a:hover {
        text-decoration: underline; }
    .site-content .entry-meta .separator {
      padding: 0 3px; }
  .site-content .post-featured {
    margin-bottom: 30px; }

.home .site-content {
  padding-top: 0;
  padding-bottom: 0; }
  .home .site-content .site-main {
    padding-bottom: 0; }

.so-widget-sow-editor-base .widget-title {
  font-size: 20px; }
.so-widget-sow-editor-base .siteorigin-widget-tinymce p:last-child {
  margin-bottom: 0; }
.so-widget-sow-editor-base .siteorigin-widget-tinymce ul {
  list-style: none;
  margin: 10px 0 0;
  padding: 0 0 15px; }
  .so-widget-sow-editor-base .siteorigin-widget-tinymce ul li {
    list-style: none;
    padding-left: 50px;
    position: relative; }
    .so-widget-sow-editor-base .siteorigin-widget-tinymce ul li:before {
      content: "";
      width: 3px;
      height: 3px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      background: #000;
      position: absolute;
      top: 13px;
      left: 24px; }

.teaser-loop .entry {
  position: relative; }
.teaser-loop .image a {
  display: block; }
.teaser-loop .image img {
  max-width: 100%;
  height: auto; }
.teaser-loop .entry-title, .teaser-loop .entry-title a {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  text-decoration: none; }
  @media only screen and (min-width: 576px) {
    .teaser-loop .entry-title, .teaser-loop .entry-title a {
      font-size: 16px; } }
.teaser-loop .text.red {
  background-color: rgba(227, 40, 28, 0.95); }
  .teaser-loop .text.red:hover {
    background-color: rgba(227, 40, 28, 0.7); }
  .teaser-loop .text.red a, .teaser-loop .text.red .entry-title, .teaser-loop .text.red .entry-meta-category-tag {
    color: #fff; }
.teaser-loop .text.yellow {
  background-color: rgba(255, 206, 50, 0.95); }
  .teaser-loop .text.yellow:hover {
    background-color: rgba(255, 206, 50, 0.7); }
  .teaser-loop .text.yellow a, .teaser-loop .text.yellow .entry-title, .teaser-loop .text.yellow .entry-meta-category-tag {
    color: #000; }
.teaser-loop .text.gray {
  background-color: rgba(215, 215, 205, 0.95); }
  .teaser-loop .text.gray:hover {
    background-color: rgba(215, 215, 205, 0.7); }
  .teaser-loop .text.gray a, .teaser-loop .text.gray .entry-title, .teaser-loop .text.gray .entry-meta-category-tag {
    color: #000; }
.teaser-loop .text.blue {
  background-color: rgba(98, 142, 160, 0.95); }
  .teaser-loop .text.blue:hover {
    background-color: rgba(98, 142, 160, 0.7); }
  .teaser-loop .text.blue a, .teaser-loop .text.blue .entry-title, .teaser-loop .text.blue .entry-meta-category-tag {
    color: #fff; }
.teaser-loop.type-news, .teaser-loop.type-post {
  margin-bottom: 30px !important; }
  @media only screen and (min-width: 768px) {
    .teaser-loop.type-news, .teaser-loop.type-post {
      margin-bottom: 0 !important; } }
  .teaser-loop.type-news .image, .teaser-loop.type-post .image {
    margin-bottom: 15px; }
    @media only screen and (min-width: 992px) {
      .teaser-loop.type-news .image, .teaser-loop.type-post .image {
        margin-bottom: 40px; } }
  .teaser-loop.type-news .entry-meta, .teaser-loop.type-post .entry-meta {
    font-size: 10px;
    margin-bottom: 1em; }
    @media only screen and (min-width: 576px) {
      .teaser-loop.type-news .entry-meta, .teaser-loop.type-post .entry-meta {
        font-size: 14px; } }
    .teaser-loop.type-news .entry-meta .post-type, .teaser-loop.type-post .entry-meta .post-type {
      text-transform: capitalize; }
.teaser-loop.type-resource {
  /*.text*/ }
  .teaser-loop.type-resource .image img {
    width: 100%; }
  .teaser-loop.type-resource .no-image {
    width: 100%;
    height: 0;
    padding-bottom: 100%; }
  .teaser-loop.type-resource .text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    padding: 20% 10% 20% 17%; }
    @media only screen and (min-width: 768px) {
      .teaser-loop.type-resource .text {
        padding: 20px; } }
    @media only screen and (min-width: 1200px) {
      .teaser-loop.type-resource .text {
        padding: 20% 10% 20% 17%; } }
    .teaser-loop.type-resource .text > *:not(.link-whole-area) {
      position: relative;
      z-index: 2; }
    .teaser-loop.type-resource .text .entry-meta-category-tag {
      position: absolute;
      bottom: 20%;
      left: 17%;
      right: 10%; }
      @media only screen and (min-width: 768px) {
        .teaser-loop.type-resource .text .entry-meta-category-tag {
          bottom: 20px;
          left: 20px;
          right: 20px; } }
      @media only screen and (min-width: 1200px) {
        .teaser-loop.type-resource .text .entry-meta-category-tag {
          bottom: 20%;
          left: 17%;
          right: 10%; } }
      .teaser-loop.type-resource .text .entry-meta-category-tag, .teaser-loop.type-resource .text .entry-meta-category-tag a {
        font-size: 16px;
        font-weight: normal; }
      .teaser-loop.type-resource .text .entry-meta-category-tag a {
        text-decoration: none; }
        .teaser-loop.type-resource .text .entry-meta-category-tag a:hover {
          text-decoration: underline; }
    .teaser-loop.type-resource .text .entry-title {
      font-weight: normal;
      letter-spacing: 0.01em;
      max-height: 72px;
      overflow: hidden;
      line-height: 1.3333333333;
      font-size: 18px; }
      .teaser-loop.type-resource .text .entry-title a {
        font-size: 18px;
        text-decoration: none; }
        .teaser-loop.type-resource .text .entry-title a:hover {
          text-decoration: underline; }

/*.teaser-loop*/
@media only screen and (min-width: 1200px) {
  body.home #content .teaser-loop.type-resource .entry-title {
    font-size: 24px;
    max-height: none; }
    body.home #content .teaser-loop.type-resource .entry-title a {
      font-size: 24px; }
  body.home #content .teaser-loop.type-resource .entry-meta-category-tag, body.home #content .teaser-loop.type-resource .entry-meta-category-tag a {
    font-size: 20px; } }

.archive.tax-resorce_author .site-main, .archive.tax-resource_type .site-main, .archive.tax-resorce_audience .site-main {
  padding-bottom: 0; }
.archive.tax-resorce_author .pagination-nav-container, .archive.tax-resource_type .pagination-nav-container, .archive.tax-resorce_audience .pagination-nav-container {
  padding-top: 20px;
  padding-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    .archive.tax-resorce_author .pagination-nav-container, .archive.tax-resource_type .pagination-nav-container, .archive.tax-resorce_audience .pagination-nav-container {
      padding-bottom: 50px; } }
.archive.tax-resorce_author .type-resource, .archive.tax-resource_type .type-resource, .archive.tax-resorce_audience .type-resource {
  padding: 45px 0; }
  @media only screen and (min-width: 992px) {
    .archive.tax-resorce_author .type-resource, .archive.tax-resource_type .type-resource, .archive.tax-resorce_audience .type-resource {
      padding: 85px 0; } }
.archive.tax-resorce_author .resorces-row:nth-child(even), .archive.tax-resource_type .resorces-row:nth-child(even), .archive.tax-resorce_audience .resorces-row:nth-child(even) {
  position: relative; }
  .archive.tax-resorce_author .resorces-row:nth-child(even)::before, .archive.tax-resource_type .resorces-row:nth-child(even)::before, .archive.tax-resorce_audience .resorces-row:nth-child(even)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    background-color: #f9f9f9;
    width: 200%;
    width: 200vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

#main .post .entry-header .entry-meta {
  font-size: 14px;
  margin-bottom: 25px;
  color: #000; }

#sidebar-left .widget, #sidebar-right .widget {
  border: 1px solid #f9f9f9;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 15px 25px;
  background-color: #f9f9f9; }
  #sidebar-left .widget .widget-title, #sidebar-right .widget .widget-title {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px; }

#sidebar-left .widget ul, #sidebar-right .widget ul {
  padding-left: 0px; }

.col-md-12.site-main .pagination .page-item:first-child::before, .col-md-12.site-main .pagination .page-item:last-child::before {
  max-width: 300px; }

#footer {
  color: #fff;
  position: relative;
  z-index: 10;
  background-image: url("../images/footer-bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  background-color: #29313a;
  padding: 40px 0 20px; }
  #footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(41, 50, 59, 0.95); }
  @media only screen and (min-width: 768px) {
    #footer {
      padding: 80px 0 50px; }
      #footer .footer-row {
        margin-bottom: 80px; } }
  #footer .site-footer {
    background: none;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    border-top: 0;
    padding: 0; }
    #footer .site-footer a {
      color: #fff; }
    #footer .site-footer .widget-title {
      font-size: 20px;
      margin-bottom: 25px;
      font-weight: normal;
      line-height: 1; }
    #footer .site-footer .textwidget {
      font-size: 14px;
      line-height: 1.4285714286; }
    #footer .site-footer .social-icons-lists {
      padding: 0; }
    #footer .site-footer .copyright {
      border-top: 1px solid #fff;
      padding: 20px 4px 0;
      color: #fff;
      font-size: 13px;
      opacity: 0.6; }
  #footer .widget {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1rem; }
  #footer .social-icons-lists {
    margin-bottom: 20px; }
    #footer .social-icons-lists a span {
      background-color: transparent !important;
      border: 2px solid #fff;
      padding: 7px !important; }
  #footer .footer-third {
    opacity: 0.6; }
  #footer .footer-second {
    opacity: 0.6; }

.search-form {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: normal; }
  .search-form .form-control {
    border-color: #a9adb0;
    border: 2px solid rgba(0, 0, 0, 0.51);
    font-size: 13px;
    color: #000;
    padding: 4px 20px;
    height: 32px;
    display: inline-block;
    width: auto;
    margin: 2px 12px 2px 0; }
  .search-form .form-submit {
    height: 32px;
    font-size: 14px;
    padding: 4px 25px;
    background-color: #e3281c;
    border-color: #e3281c;
    border-width: 2px;
    text-transform: uppercase;
    color: #fff;
    margin: 2px 0; }

#content-bottom {
  position: relative;
  z-index: 10; }
  #content-bottom .widget_siteorigin-panels-builder .newsletter-sign-up {
    text-align: center;
    color: #fff; }
    #content-bottom .widget_siteorigin-panels-builder .newsletter-sign-up h2 {
      font-size: 40px;
      font-weight: normal;
      margin-bottom: 20px;
      line-height: 1; }
    #content-bottom .widget_siteorigin-panels-builder .newsletter-sign-up p {
      font-size: 18px; }
  #content-bottom .widget_siteorigin-panels-builder .contact-form .form-group {
    min-width: 130px;
    max-width: 145px;
    margin-left: 5px;
    margin-right: 5px; }
  #content-bottom .widget_siteorigin-panels-builder .contact-form .wpcf7-form-control {
    text-align: center;
    padding: 5px;
    height: 32px;
    color: #2c353e !important;
    border-radius: .25rem !important; }
    #content-bottom .widget_siteorigin-panels-builder .contact-form .wpcf7-form-control::-webkit-input-placeholder {
      color: #2c353e; }
    #content-bottom .widget_siteorigin-panels-builder .contact-form .wpcf7-form-control:-moz-placeholder {
      color: #2c353e; }
    #content-bottom .widget_siteorigin-panels-builder .contact-form .wpcf7-form-control::-moz-placeholder {
      color: #2c353e; }
    #content-bottom .widget_siteorigin-panels-builder .contact-form .wpcf7-form-control:-ms-input-placeholder {
      color: #2c353e; }
  #content-bottom .widget_siteorigin-panels-builder .contact-form .wpcf7-text {
    font-size: 14px;
    border: 2px solid #b4c6cd;
    transition: 0.15s ease-in-out; }
    #content-bottom .widget_siteorigin-panels-builder .contact-form .wpcf7-text:focus {
      box-shadow: inset 0px -1px 1px 0px #1198ce; }
  #content-bottom .widget_siteorigin-panels-builder .contact-form .wpcf7-submit {
    padding: 0 25px;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #ffce32 !important;
    transition: 0.15s ease-in-out; }
    #content-bottom .widget_siteorigin-panels-builder .contact-form .wpcf7-submit:hover {
      background-color: #cb9a00 !important; }

.page-template-template-resources .site-content .site-main {
  padding-bottom: 0; }
.page-template-template-resources .site-content .pagination-nav-container {
  padding-top: 20px;
  padding-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    .page-template-template-resources .site-content .pagination-nav-container {
      padding-bottom: 50px; } }
@media only screen and (min-width: 992px) {
  .page-template-template-resources .site-content .filter-area {
    margin-bottom: 50px; } }
.page-template-template-resources .site-content .filter-area .resources-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 768px) {
    .page-template-template-resources .site-content .filter-area .resources-filter {
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .page-template-template-resources .site-content .filter-area .resources-filter .postform {
    margin: 5px 10px;
    border-radius: 0.25rem;
    border: 2px solid #a9adb0;
    padding: 2px 18px;
    color: rgba(0, 0, 0, 0.62);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("../images/arrow-down.png") no-repeat right 10px center; }
    .page-template-template-resources .site-content .filter-area .resources-filter .postform::-ms-expand {
      display: none; }
  .page-template-template-resources .site-content .filter-area .resources-filter .filter {
    margin: 5px 10px;
    font-size: 14px;
    color: #fff;
    padding: 5px;
    min-width: 145px;
    background-color: #e3281c;
    border: none;
    outline: none;
    border-radius: 0.25rem;
    text-transform: uppercase;
    cursor: pointer; }
@media only screen and (min-width: 992px) {
  .page-template-template-resources .site-content .resorces-grid::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    background-color: #f9f9f9;
    width: 200%;
    width: 200vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
.page-template-template-resources .site-content .resorces-grid .resource-wrapper {
  z-index: 1; }
.page-template-template-resources .site-content .resorces-grid .resorces-row {
  background-color: #fff; }
  .page-template-template-resources .site-content .resorces-grid .resorces-row .teaser-loop {
    padding: 45px 0; }
    @media only screen and (min-width: 992px) {
      .page-template-template-resources .site-content .resorces-grid .resorces-row .teaser-loop {
        padding: 85px 0; } }
  .page-template-template-resources .site-content .resorces-grid .resorces-row:nth-child(odd) {
    position: relative;
    display: none;
    max-height: 100%; }
    @media only screen and (min-width: 992px) {
      .page-template-template-resources .site-content .resorces-grid .resorces-row:nth-child(odd) {
        display: block; } }
    .page-template-template-resources .site-content .resorces-grid .resorces-row:nth-child(odd)::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      height: 100%;
      background-color: #fff;
      width: 200%;
      width: 200vw;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .page-template-template-resources .site-content .resorces-grid .resorces-row:nth-child(odd) > div {
      visibility: hidden; }
  .page-template-template-resources .site-content .resorces-grid .resorces-row:nth-child(4n+1) {
    z-index: -1; }

.breadcrumbs-wrapper {
  background-color: #f9f9f9; }

.breadcrumbs {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  color: #000;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  padding: 15px 0;
  font-size: 14px;
  font-size: 0.875rem; }
  .breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
  .breadcrumbs a,
  .breadcrumbs span,
  .breadcrumbs strong {
    font-size: 14px;
    letter-spacing: 0.05em; }
  .breadcrumbs .bread-link {
    color: #339a9d;
    text-decoration: none; }
    .breadcrumbs .bread-link:hover {
      text-decoration: underline; }

.pagination {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 700;
  overflow: hidden; }
  .pagination .page-item {
    margin: 5px;
    position: relative; }
    .pagination .page-item .page-link {
      background: none;
      border-color: #dee2e6;
      color: #272727;
      border-radius: .25rem;
      text-decoration: none; }
      .pagination .page-item .page-link:hover {
        text-decoration: underline; }
    .pagination .page-item.active .page-link {
      color: #d7d7cd;
      background-color: #f9f9f9;
      border-color: #dee2e6;
      cursor: not-allowed; }
      .pagination .page-item.active .page-link:hover {
        text-decoration: none; }
    .pagination .page-item.active .prev.current, .pagination .page-item.active .next.current {
      cursor: not-allowed; }
    .pagination .page-item:first-child::before, .pagination .page-item:last-child::before {
      content: "";
      height: 1px;
      width: 1000px;
      width: 50vw;
      position: absolute;
      top: 50%;
      background-color: #dee2e6; }
    .pagination .page-item:first-child::before {
      right: 100%;
      margin-right: 15px; }
    .pagination .page-item:last-child::before {
      left: 100%;
      margin-left: 15px; }

.single-resource .site-content .entry-featured {
  margin-right: 30px;
  margin-bottom: 40px;
  text-align: center; }
  .single-resource .site-content .entry-featured .image {
    position: relative; }
    .single-resource .site-content .entry-featured .image figcaption {
      position: absolute;
      top: 20px;
      left: 20px;
      right: 20px;
      z-index: 1;
      font-size: 18px;
      line-height: 1.3333333333;
      letter-spacing: 0.01em;
      text-align: left; }
    .single-resource .site-content .entry-featured .image img {
      width: 100%;
      height: auto; }
    .single-resource .site-content .entry-featured .image::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      -webkit-transition: 0.3s ease-out;
      transition: 0.3s ease-out; }
    .single-resource .site-content .entry-featured .image.red {
      color: #fff; }
      .single-resource .site-content .entry-featured .image.red::after {
        background-color: rgba(227, 40, 28, 0.7); }
      .single-resource .site-content .entry-featured .image.red:hover::after {
        background-color: rgba(227, 40, 28, 0.2); }
    .single-resource .site-content .entry-featured .image.yellow {
      color: #000; }
      .single-resource .site-content .entry-featured .image.yellow::after {
        background-color: rgba(255, 206, 50, 0.7); }
      .single-resource .site-content .entry-featured .image.yellow:hover::after {
        background-color: rgba(255, 206, 50, 0.2); }
    .single-resource .site-content .entry-featured .image.gray {
      color: #000; }
      .single-resource .site-content .entry-featured .image.gray::after {
        background-color: rgba(215, 215, 205, 0.7); }
      .single-resource .site-content .entry-featured .image.gray:hover::after {
        background-color: rgba(215, 215, 205, 0.2); }
    .single-resource .site-content .entry-featured .image.blue {
      color: #fff; }
      .single-resource .site-content .entry-featured .image.blue::after {
        background-color: rgba(98, 142, 160, 0.7); }
      .single-resource .site-content .entry-featured .image.blue:hover::after {
        background-color: rgba(98, 142, 160, 0.2); }
  .single-resource .site-content .entry-featured .file {
    padding-top: 28px; }
    .single-resource .site-content .entry-featured .file .btn {
      background-color: #ffce32;
      color: #000;
      padding: 3px 37px;
      font-size: 16px;
      text-transform: uppercase;
      text-decoration: none; }
      .single-resource .site-content .entry-featured .file .btn:hover {
        background-color: rgba(255, 206, 50, 0.7); }

.widget_tp_widget_recent_tweets .tp_recent_tweets ul {
  margin: 0; }
  .widget_tp_widget_recent_tweets .tp_recent_tweets ul li {
    background: none;
    padding-left: 0; }
    .widget_tp_widget_recent_tweets .tp_recent_tweets ul li:last-child {
      padding-bottom: 0; }
  .widget_tp_widget_recent_tweets .tp_recent_tweets ul span, .widget_tp_widget_recent_tweets .tp_recent_tweets ul span a {
    color: #339a9d;
    text-decoration: none; }
  .widget_tp_widget_recent_tweets .tp_recent_tweets ul span {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    word-wrap: break-word; }
.widget_tp_widget_recent_tweets .tp_recent_tweets .twitter_time {
  font-style: normal;
  display: block;
  color: #000;
  font-size: 16px;
  text-decoration: none; }

.widget_categories {
  padding-bottom: 0 !important; }
  .widget_categories ul {
    margin: 0 -25px; }
  .widget_categories .cat-item {
    border-top: 1px solid #e2e1e1; }
    .widget_categories .cat-item a {
      display: block;
      padding: 10px 25px;
      color: #339a9d;
      text-decoration: none; }

.page-template-template-team .site-content .site-main,
.page-template-template-board .site-content .site-main {
  padding-bottom: 0; }
.page-template-template-team .site-content .pagination-nav-container,
.page-template-template-board .site-content .pagination-nav-container {
  padding-top: 20px;
  padding-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    .page-template-template-team .site-content .pagination-nav-container,
    .page-template-template-board .site-content .pagination-nav-container {
      padding-bottom: 50px; } }
.page-template-template-team .post-loop,
.page-template-template-board .post-loop {
  padding: 10px 0 0 !important; }
  .page-template-template-team .post-loop > .row:nth-child(even),
  .page-template-template-board .post-loop > .row:nth-child(even) {
    position: relative; }
    .page-template-template-team .post-loop > .row:nth-child(even)::before,
    .page-template-template-board .post-loop > .row:nth-child(even)::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      height: 100%;
      background-color: #f9f9f9;
      width: 200%;
      width: 200vw;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
.page-template-template-team .teaser.type-team,
.page-template-template-board .teaser.type-team {
  padding: 20px 0;
  margin-bottom: 0 !important; }
  @media only screen and (min-width: 768px) {
    .page-template-template-team .teaser.type-team,
    .page-template-template-board .teaser.type-team {
      padding: 50px 0; } }
  .page-template-template-team .teaser.type-team .image,
  .page-template-template-board .teaser.type-team .image {
    margin-bottom: 30px; }
    .page-template-template-team .teaser.type-team .image a,
    .page-template-template-board .teaser.type-team .image a {
      display: block; }
  .page-template-template-team .teaser.type-team .entry-title a,
  .page-template-template-board .teaser.type-team .entry-title a {
    color: #339a9d;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: normal; }
  .page-template-template-team .teaser.type-team .position,
  .page-template-template-board .teaser.type-team .position {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.025em; }

.single-team .entry-title {
  font-size: 20px; }
.single-team .entry-featured {
  margin-bottom: 35px; }
  @media only screen and (min-width: 768px) {
    .single-team .entry-featured {
      margin-right: 66px; } }
.single-team .entry-meta {
  font-size: 16px; }
  .single-team .entry-meta a {
    color: #339a9d;
    margin-right: 20px; }

.related-resources .widget-title {
  font-weight: normal;
  font-size: 25px;
  color: #000;
  margin-bottom: 20px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .related-resources .widget-title {
      margin-bottom: 50px; } }
@media only screen and (min-width: 1200px) {
  .related-resources .type-resource .text {
    padding: 20px; } }
@media only screen and (min-width: 1200px) {
  .related-resources .type-resource .text .entry-meta-category-tag {
    bottom: 20px;
    left: 20px;
    right: 20px; } }

.widget.advanced-sidebar-menu > .parent-sidebar-menu > .page_item {
  margin-bottom: -15px; }
  .widget.advanced-sidebar-menu > .parent-sidebar-menu > .page_item > a {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    text-decoration: none;
    display: block; }
.widget.advanced-sidebar-menu .child-sidebar-menu {
  margin: 0 -25px; }
  .widget.advanced-sidebar-menu .child-sidebar-menu .page_item {
    border-top: 1px solid #e2e1e1; }
    .widget.advanced-sidebar-menu .child-sidebar-menu .page_item a {
      display: block;
      padding: 10px 25px;
      color: #339a9d;
      text-decoration: none; }
    .widget.advanced-sidebar-menu .child-sidebar-menu .page_item:last-child {
      border-bottom: none; }
  .widget.advanced-sidebar-menu .child-sidebar-menu ul.children li a::before {
    content: "- "; }
.widget.advanced-sidebar-menu ul {
  list-style: none;
  margin: 0; }

/*# sourceMappingURL=all.css.map */
