/*
Theme Name: Constellation
Author: Mike Brenner
Author URI: http://linkedin.com/in/mibrenner
*/

/* RMK devleopment stylesheet import
	@import url("https://blogs.constellation.com/wp-content/themes/constellation/dev/style.pre.css");
*/

.blue { color: #2372B9; }
.orange { color: #F47B27; }
.green { color: #6BA543; }

h6 {color:#F47B27;font-size: 18px;}
h6 a {color:#F47B27 !important;}

.single p.ceg-cta a:visited{
    color: #ffffff !important;
}
.single p.ceg-cta a{
    color: #ffffff !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  *::-webkit-input-placeholder {
    color: #666;
    opacity: 1; }
  *:-moz-placeholder {
    color: #666;
    opacity: 1; }
  *::-moz-placeholder {
    color: #666;
    opacity: 1; }
  *:-ms-input-placeholder {
    color: #666;
    opacity: 1; }

html, body {
  height: 100%; }
  
a, button, img{
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

a:hover {
  text-decoration: none; }

a:active, a:focus {
  text-decoration: none;
  outline: none; }

body {
  font-family: "Benton-Sans", sans-serif;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  opacity: 1;
  padding-top: 70px; }

input:active, input:focus {
  outline: none; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.category .banner:before,
.banner.small:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  background: -moz-linear-gradient(left, rgba(35,114,185,1) 0%, rgba(35,114,185,0.5) 53%, rgba(35,114,185,0) 100%);
  background: -webkit-linear-gradient(left, rgba(35,114,185,1) 0%,rgba(35,114,185,0.5) 53%,rgba(35,114,185,0) 100%);
  background: linear-gradient(to right, rgba(35,114,185,1) 0%,rgba(35,114,185,0.5) 53%,rgba(35,114,185,0) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2372b9', endColorstr='#002372b9',GradientType=1 );
 }

.breadcrumbs { 
  padding: 25px 0 0;
  background-color: #efeeee; }
.navigation {
  padding-bottom: 20px; }
  .navigation,
  .navigation a {
    font-size: 13px;
    font-family: "Benton-Sans", sans-serif; }
  .navigation i {
    font-size: 12px;
    color: #A2A2A2;
    margin: 0 5px; }
  .navigation__prev,
  .navigation span a {
    color: #A2A2A2;
    text-decoration: underline; }
  .navigation span a.current-item {
    text-decoration: underline;
    color: #2372B9; }



.header-container{
	 padding: 10px 0;
}

@media screen and (max-width: 768px){
	.header-container{
		padding: 10px 15px;
	}
}

@media screen and (min-width: 768px){
	.alert-container{
		padding: 0px;
	}
}

.header {
  background-color: #ffffff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  border-bottom: 1px solid #cccccc; }
  .header__head {
    display: table;
    width: 100%; }
    
    @media (min-width:768px) and (max-width:1199px) {
      .header__head { text-align: center;}
    }
  .header__brand {
    display: inline-block; }
    .header__brand a {
      display: block; }
    .header__brand img {
      max-width: 180px;
    }
  .header__burger {
    float: right;
    margin: 8px 0 0; }
    .header__burger button {
      padding: 0;
      margin: 0;
      border: none;
      background-color: transparent; }
      .header__burger button:active, .header__burger button:focus {
        outline: none; }
      .header__burger button span {
        width: 34px;
        height: 3px;
        background-color: #807f83;
        display: block; }
        .header__burger button span + span {
          margin-top: 4px; }
    .header__burger span {
      color: #807f83;
      display: block;
      font-size: 12px;
      font-weight: bold; }
  .header__nav .nav-spacer {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .header__nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: table;
    position: relative;
    z-index: 10;
    width: 100%; }
    .header__nav ul li {
      float: left; }
      .header__nav ul li.header__form {
        float: right; }
      .header__nav ul li a {
        color: #666666;
        font-size: 16px;
        padding: 6px;
        margin: 8px 6px;
        display: block;
        font-family: "Benton-Sans", sans-serif; }
        .header__nav ul li a:hover,
        .header__nav ul li.current-menu-item a,
        .header__nav ul li.current-post-parent a {
          color: #2372B9;
          text-decoration: none; }
  .header__form {
    padding: 8px 0;
    position: relative; }
    .search__content .header__form {
      display: inline-block;
      min-width: 300px;
    }
    .search__content .header__form input {
      width: 100%;
      max-width: 100%;
    }
    .header__form input:focus,
    .footer__form input:focus {
      border-color: #bbb;
    }
    .header__form button {
      position: absolute;
      top: 50%;
      right: 5px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      border: none;
      background-color: transparent; }
      .header__form button:active, .header__form button:focus {
        outline: none; }
      .header__form button i {
        color: #ccc; }
    .header__form input {
      max-width: 100% !important;
      border: 2px solid #ccc;
      padding: 4px 30px 4px 10px;
      max-width: 160px;
      -webkit-border-radius: 12px;
              border-radius: 12px; }
      .header__form input:active, .header__form input:focus {
        outline: none; }
  .header__mobile {
    text-align: right; }
  .header__mobile-close {
    margin: 10px;
    border: none;
    background-color: transparent; }
    .header__mobile-close i {
      color: #ffffff;
      font-size: 25px; }

@media only screen and (max-width: 1200px) {
  .header__nav ul li a {
    margin: 8px 6px; }
  .header__form input {
    max-width: 120px; } 
    
  .header__nav ul li.header__form {
    max-width: 300px;
  }    
}

@media only screen and (max-width: 992px) {
  .header__nav ul li a {
    margin: 8px 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  .header__nav ul li.header__form {
    float: none;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
  }
  .header__nav ul li.header__form input {
    width: 100%;
    max-width: 100%;
  }
  .header__nav ul li.header__form button {  
    top: auto;
    bottom: 0;
  }

}

@media only screen and (max-width: 767px) {
  .header__nav {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 15;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .header__nav.open {
      right: 0%; }
    .header__nav ul {
      background-color: #2372B9;
      width: 100%;
      max-width: 300px;
      float: right;
      height: 100%; }
      .header__nav ul li {
        float: none;
        display: block; }
        .header__nav ul li.header__form {
          float: none;
          display: inline-block;
          margin-left: 30px; }
        .header__nav ul li a {
          display: inline-block;
          color: #ffffff;
          padding: 6px 15px 6px 30px;
          margin: 5px 0; }
          .header__nav ul li a:hover,
          .header__nav ul li.current-menu-item a,
          .header__nav ul li.current-post-parent a {
            background-color: #79a9d2;
            color: #ffffff; }
  .header__form input {
    border-color: #ffffff;
    background: transparent;
    color: #ffffff; }
  .header__form button i {
    color: #ffffff; }
}

.banner {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: bottom center;
  position: relative;
  min-height: 600px;
  display: table;
  width: 100%;
  background-color: #2372B9;
  padding: 100px 0; }
  .home .banner:after {
    content: '';
    background: url('img/hero-motif.png');
    position: absolute;
    bottom: -84px;
    left: 0;
    height: 170px;
    width: 100%;
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    z-index: 0;
  }
  @media only screen and (max-width: 768px) {
    .home .banner:after { 
      display: none; }
  }
  .banner.small {
      min-height: 300px; }
  .banner.medium {
    min-height: 400px; }
  .banner__row {
    display: table-row; }
  .banner__cell {
    display: table-cell;
    vertical-align: middle; }
  .banner__fill-btn {
    display: inline-block;
    color: #ffffff;
    background-color: #6ba543;
    margin: 20px 20px 20px 0;
    padding: 10px 20px;
    text-transform: uppercase; }
    .banner__fill-btn:hover {
      background-color: #8bb257;
      text-decoration: none;
      color: #ffffff; }
  .banner__empty-btn {
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    background-color: rgba(35,114,185,.48);
    margin: 20px 20px 20px 0;
    padding: 8px 20px;
    border: 2px solid #ffffff; }
    .banner__empty-btn:hover {
      text-decoration: none;
      background-color: rgba(35,114,185,1);
      color: #ffffff; }
  .banner__title {
    margin-bottom: 20px; }
    .banner__title h1 {
      color: #ffffff;
      font-size: 80px;
      margin: 20px 0;
      line-height: 80px;
      font-family: "Benton-Sans",sans-serif;
      font-weight: 800; }
    .banner__title h2 {
      color: #ffffff;
      font-size: 20px;
      text-transform: uppercase;
      display: inline-block;
      border-bottom: 2px solid #ffffff;
      margin: 0;
      font-family: "Benton-Sans",sans-serif;
      font-weight: 700; }
  .banner__box {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 20px 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 5px;
            border-radius: 5px; }
    .banner__box h3,
    .banner__box .gform_wrapper h2.gsection_title {
      margin: 0 0 10px !important;
      color: #2372B9;
      font-size: 30px !important;
      font-family: "Adelle", sans-serif;
      font-weight: inherit !important;
      text-align: center; }
    .banner__box p,
    .banner__box .gsection_description {
      color: #666666 !important;
      margin-bottom: 20px !important;
      padding: 0 !important;
      width: 100%;
      font-size: inherit !important;
      text-align: center; }
    .banner__box .gsection {
      border: none !important;
      padding: 0 !important;
      margin: 0 !important;
    }
    .banner__box .gform_wrapper ul.gform_fields {
      padding-left: 0 !important;
    }
    .banner__box .gform_wrapper ul.gform_fields li.gfield {
      padding-right: 0 !important;
      list-style: none !important;
    }
    .banner__box .gfield_label {
      display: none !important;
    }
    .banner__box .gform_wrapper {
      margin: 0;
    }
    .banner__box .gform_wrapper .gform_footer {
      padding: 0 !important;
      margin: 0 !important;
    }
    .banner__box input:not([type=submit]){
      display: block;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      background-color: #EFEFEF;
      border: 1px solid #a0a0a0;
      width: 100% !important;
      padding: 8px 10px !important; }
    .banner__box a.button,
    .banner__box .gform_button {
      display: inline-block;
      color: #ffffff;
      background-color: #6ba543;
      margin-top: 20px !important;
      padding: 10px 20px !important;}
      .banner__box a:hover,
      .banner__box .gform_button:hover {
        text-decoration: none;
        background-color: #8bb257; }
        
    .banner__box .gform_wrapper div.validation_error  {
      font-size: 12px;
      color: #F47B27;
      border-color: #F47B27;
    }
    .banner__box .gform_wrapper .validation_message {
      color: #F47B27;
    }
    .banner__box .gform_wrapper li.gfield.gfield_error {
      background-color: rgba(244, 123, 39, .05);
      border-color: #F47B27;
    }
    .banner__box .gform_validation_error input {
      border-color: #F47B27 !important;
    }

@media only screen and (max-width: 1200px) {
  .banner__title h1 {
    font-size: 60px;
    line-height: 60px; } }

@media only screen and (max-width: 992px) {
  .banner__title {
    text-align: center; }
  .banner__buttons {
    text-align: center; } }

@media only screen and (max-width: 767px) {
  .banner {
    padding: 20px 0;
    min-height: auto; }
    .banner__title {
      text-align: left; }
      .banner__title h1 {
        font-size: 50px;
        line-height: 50px; }
    .banner__buttons {
      text-align: left; }
    .banner__fill-btn {
      min-width: 230px;
      text-align: center;
      margin: 10px 10px 10px 0; }
    .banner__empty-btn {
      min-width: 230px;
      text-align: center;
      margin: 10px 0; }
}

.articles {
  padding: 100px 0;
  background-color: #ffffff; }
  .articles__item {
    min-height: 400px;
    margin: 30px 0; }
  .articles__header {
    position: relative;
    min-height: 180px;
    background-color: #2372B9;
    background-position: center;
    background-size: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;}
  .articles__header:hover {
    opacity: .7;
  }  
  .articles__data {
    position: absolute;
    bottom: 0;
    display: inline-block;
    padding: 5px 10px;
    background-color: rgba(255,255,255,.85);
    color: #666666;
    text-transform: uppercase;
    font-family: "Benton-Sans", sans-serif; }
  .articles__content {
    -webkit-border-radius: 5px;
            border-radius: 5px;
    overflow: hidden; }
  .articles__body {
    padding: 30px;
    background-color: #efeeee; }
    .articles__body h3 {
      margin: 0;
      font-size: 28px;
      font-family: "Benton-Sans",sans-serif;
      font-weight: 800;
      text-transform: uppercase;
      color: #666666;
      padding-left: 20px;
      border-left: 3px solid #2372B9;
      transition: .3s all; }
      .articles__body h3 a {
        color: #666666;
        display: inline-block
      }
      .articles__body h3:hover {
        border-left-width:6px;
        padding-left: 17px;
      }
      .articles__body h3:hover a {
        color: #337ab7; }
    .articles__body p {
      margin: 20px 0 0;
      color: #666666;
      font-family: "Benton-Sans", sans-serif; }
      .articles__body p a {
        text-decoration: underline; }
  .articles__links {
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .articles__links {
        padding: 0; }
    }
    .articles__links h4 {
      font-family: "Benton-Sans", sans-serif;
      color: #2372B9;
      font-size: 20px;
      padding: 5px 0;
      text-transform: uppercase;
      border-bottom: 3px solid #2372B9;
      margin-bottom: 20px; }
    .articles__links ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .articles__links ul li {
        display: block;
        margin: 20px 0; }
        .articles__links ul li a {
          color: #666666;
          font-size: 16px;
          text-transform: uppercase;
          font-family: "Benton-Sans", sans-serif;
          font-weight: 600;
          display: block; }
  .articles__colored-box {
    background-color: #2270b8;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 35px 30px; }
    .articles__colored-box h3 {
      color: #ffffff;
      text-align: center;
      font-family: "Benton-Sans", sans-serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 24px; }
  .articles__colored-box-head {
    text-align: center; }
    .articles__colored-box-head img {
      margin: 0 auto;
      max-width: 110px; }
  .articles__colored-box-data {
    color: #ffffff; }
    .articles__colored-box-data ul {
      padding: 10px;
      margin: 0;
      list-style-type: none; }
      .articles__colored-box-data ul li {
        margin: 10px 0; }
      .articles__colored-box-data .event_time {
        text-transform: uppercase; }
  .articles__sign-up {
    text-align: center; }
    .articles__sign-up a {
      display: inline-block;
      color: #fff;
      background-color: #6ba543;
      margin-top: 20px;
      padding: 10px 20px; }
      .articles__sign-up a:hover {
        background-color: #8bb257;
      }

@media only screen and (max-width: 992px) {
  .articles__colored-box {
    text-align: center; } }

@media only screen and (max-width: 768px) {
  .articles__content {
    border: 1px solid #cccccc;
    overflow: hidden; }
  .articles__item {
    min-height: auto; }
  .articles__body h3 {
    font-size: 22px; } }

.res-art {
  padding: 40px 0;
  background-color: #efeeee; }
  .res-art__title {
    text-align: center; }
    .res-art__title h3 {
      padding: 5px 0;
      display: inline-block;
      border-bottom: 2px solid #7f7f81;
      color: #7f7f81;
      text-transform: uppercase;
      margin-bottom: 30px;
      font-family: "Benton-Sans", sans-serif; }
  .res-art__item {
    margin: 20px 0; }
  .res-art__header {
	max-height: 102px;
	overflow: hidden;
    position: relative; }

  .res-art__header img{
	min-height: 102px;
  }
  
  .res-art__header img:hover {
    opacity: .7;
  }
  .res-art__data {
    position: absolute;
    bottom: 0;
    display: inline-block;
    padding: 5px 10px;
    background: rgba(255,255,255,.85);
    color: #666666;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Benton-Sans",sans-serif;
    font-weight: 700; }
    .res-art__data.blue,
    .res-art__data.blue a {
      color: #2372B9; }
    .res-art__data.orange,
    .res-art__data.orange a {
      color: #F47B27; }
    .res-art__data.green,
    .res-art__data.green a {
      color: #6BA543; }
    .res-art__data.grey,
    .res-art__data.grey a {
      color: #7E8083; }
    .res-art__data a:hover {
      opacity: .7;
    }
  .res-art__body {
    background-color: #ffffff;
    padding: 20px 20px 0 20px;
    color: #666666;
    min-height: 190px;
    text-align: left;
    font-family: "Benton-Sans", sans-serif; }
  .res-art__body a {
    color: #666666;
    font-size: 19px;
  }
  .res-art__body a:hover {
    color: #2372B9;
  }
  .res-art__read-more {
    text-align: center;
    padding-bottom: 20px;
    background-color: #ffffff; }
  .res-art__read-more a {
    display: inline-block;
    color: #fff;
    background-color: #2372B9;
    margin-top: 20px;
    padding: 10px 20px; }
    .res-art__read-more a:hover {
      background-color: #368dd9; }

.case-study {
  padding: 40px 0;
  background-image: -webkit-linear-gradient(155deg, #B9C53A, #008D47 50%);
  background-image: -o-linear-gradient(155deg, #B9C53A, #008D47 50%);
  background-image: linear-gradient(-65deg, #B9C53A, #008D47 50%);
  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover; }
  .case-study__item {
    min-height: 410px;
    margin: 30px 0; }
  .case-study__header {
    position: relative;
    min-height: 180px;
    background-color: #2372B9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
   }
  .case-study__data {
    position: absolute;
    bottom: 0;
    display: inline-block;
    padding: 5px 10px;
    background-color: #ffffff;
    color: #666666;
    font-family: "Benton-Sans", sans-serif; }
  .case-study__content {
    -webkit-border-radius: 5px;
            border-radius: 5px;
    overflow: hidden; }
  .case-study__body {
    padding: 30px;
    background-color: #ffffff;
  min-height: 230px; }
    .case-study__body h3 {
      margin: 0;
      font-size: 28px;
      font-family: "Benton-Sans",sans-serif;
      font-weight: 800;
      text-transform: uppercase;
      color: #666666;
      padding-left: 20px;
      border-left: 3px solid #2372B9;
      transition: .3s all; }
      .case-study__body h3 a {
        color: #666666;
        display: inline-block
      }
      .case-study__body h3:hover {
        border-left-width:6px;
        padding-left: 17px;
      }
      .case-study__body h3:hover a {
        color: #337ab7; }
      
    .case-study__body p {
      margin: 20px 0 0;
      color: #666666;
      font-family: "Benton-Sans", sans-serif; }
      .case-study__body p a { }
        .case-study__body p a:hover {
          text-decoration: underline; }
  .case-study__links {
    padding: 0 30px; }
    .case-study__links h4 {
      font-family: "Benton-Sans", sans-serif;
      color: #ffffff;
      font-size: 20px;
      padding: 5px 0;
      text-transform: uppercase;
      border-bottom: 3px solid #ffffff;
      margin-bottom: 20px; }
    .case-study__links ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .case-study__links ul li {
        display: block;
        margin: 20px 0; }
        .case-study__links ul li a {
          color: #ffffff;
          font-size: 16px;
          text-transform: uppercase;
          font-family: "Benton-Sans", sans-serif;
          font-weight: 600;
          display: block; }
          .case-study__links ul li a:after,
          .articles__links ul li a:after {
            content: '\00a0\f18e';
            font-family: "FontAwesome";
            display: inline-block;
            font-weight: 100 !important;
            transition: .25s all ease-out;
            margin-left: 5px;
            width: 15px;
            height: 16px;
            margin-right: -45px;
          }
          .case-study__links ul li a:hover:after,
          .articles__links ul li a:hover:after {
            transform: translateX(10px);
            transform-origin: center;
          }
  .case-study__colored-box {
    background-color: #ffffff;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 50px 30px; }
    .case-study__colored-box h3 {
      color: #6BA543;
      text-align: center;
      font-family: "Benton-Sans", sans-serif;
      font-weight: 600;
      font-size: 24px;
      line-height: 24px;
      margin: 20px 0; }
      .case-study__colored-box h3 a {
        color: #6BA543; }
      .case-study__colored-box h3 a:hover {
        color: #8bb257; }
    .case-study__colored-box p {
      color: #666666;
      font-family: "Benton-Sans", sans-serif;
      text-align: center;
      font-size: 20px; }
  .case-study__colored-box-head {
    text-align: center; }
    .case-study__colored-box-head i {
      color: #6BA543;
      font-size: 70px;
      margin-bottom: 17px;
    }
  .case-study__colored-box-data {
    color: #ffffff; }
    .case-study__colored-box-data ul {
      padding: 10px;
      margin: 0;
      list-style-type: none; }
      .case-study__colored-box-data ul li {
        margin: 10px 0; }
  .case-study__sign-up {
    text-align: center; }
    .case-study__sign-up a {
      display: inline-block;
      color: #fff;
      background-color: #2372B9;
      margin-top: 24px;
      padding: 10px 20px; }
      .case-study__sign-up a:hover {
        background-color: #368dd9;
      }
      
      
      .case-study__item.dark .case-study__colored-box {
        background: #6BA543; }        
      .case-study__item.dark .case-study__colored-box-head i,
      .case-study__item.dark .case-study__colored-box h3,
      .case-study__item.dark .case-study__colored-box p {
        color: #ffffff; }
      

@media only screen and (max-width: 1200px) {
  .case-study__item {
    min-height: auto; } }

@media only screen and (max-width: 768px) {
  .articles, 
  .res-art {
    padding: 20px 0;
  }
  .case-study__content {
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    overflow: hidden; }
  .case-study__item {
    min-height: auto; }
  .case-study__body h3 {
    font-size: 22px; } }

.news {
  padding: 20px;
  background-color: #efeeee; }
  .news__wrapper {
    padding: 30px 0;
    background-color: #ffffff; }
  .news__title {
    text-align: center; }
    .news__title h3 {
      padding: 5px 0;
      color: #666666;
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 30px;
      font-family: "Adelle",sans-serif; }
  .news__item {
    margin: 20px 0;
    text-align: center; }
    .news__item img {
      display: inline-block;
      height: 50px;
      max-height: 50px; }
    .news__item a {
      margin-top: 20px;
      display: block;
      text-transform: uppercase;
      text-align: center;
      font-size: 16px;
      line-height: 18px;
      font-family: "Benton-Sans", sans-serif;
      font-weight: 600;
      transition: .15s all; }
      .news__item a:hover {
        text-decoration: none;
      }
      .news__item span.txt {
        padding: 20px 0 10px;
        display: block;
        transition: .15s all;
        min-height: 80px;
      } 
      .news__item a:hover span.txt {
        padding-bottom: 7px;
        border-bottom: 3px solid;
      }
      .news__item span.blue {
        color: #2372B9;
        border-color: #2372B9; }
      .news__item span.grey {
        color: #7E8083;
        border-color: #7E8083;}
      .news__item span.green {
        color: #6BA543;
        border-color: #6BA543 }
      .news__item span.orange {
        color: #F47B27;
        border-color: #F47B27; }

@media only screen and (max-width: 992px) {
  .news {
    padding: 0; } }

@media only screen and (max-width: 768px) {
  .news__title h3 {
    font-size: 20px; }
  .news__item {
    min-height: 126px; }
    .news__item a {
      font-size: 12px; } 
}

.update {
  background-color: #0074be;
  padding: 20px 0; }
  .update__title h3 {
    margin: 0;
    color: #ffffff;
    font-family: "Benton-Sans", sans-serif;
    font-weight: 300;
    font-size: 30px; }
  .update__form {
    text-align: left; }
    .update__form input {
      -webkit-border-radius: 5px;
              border-radius: 5px;
      border: 1px solid #92a4d3;
      padding: 6px 12px;
      margin: 15px 12px; }
    .update__form button {
      display: inline-block;
      color: #fff;
      background-color: #6ba543;
      margin: 12px 12px;
      padding: 10px 20px;
      border: none; }
      .update__form button:hover {
        background-color: #8bb257;
      }
      
      .update .gform_wrapper {
        margin: 20px 0 0 0;
      }
      .update .gform_wrapper .gfield_label {
        display: none;
      }
      .update .gform_body {
        width: auto !important;
        display: inline-block;
      }
      .update .gform_body .gform_fields li {
        padding: 0 !important;
        margin: 0;
      }
      .update .gform_body .gform_fields label {
        display: none;
      }
      
      .update .gform_body .gform_fields .ginput_container {
        margin: 0;;
      }
      
      .update .gform_body .gform_fields .ginput_container input {
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #92a4d3;;
        padding: 6px 12px !important;
        width: auto;
      }
      
      ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #ccc;
      }
      ::-moz-placeholder { /* Firefox 19+ */
        color: #ccc;
      }
      :-ms-input-placeholder { /* IE 10+ */
        color: #ccc;
      }
      :-moz-placeholder { /* Firefox 18- */
        color: #ccc;
      }
      
      .update .gform_footer {
        display: inline;
        margin-left: 20px !important;
      }
      
      .update .gform_footer .gform_button {
        display: inline-block;
        color: #fff;
        background-color: #6ba543;
        margin: 12px 12px;
        padding: 10px 20px !important;
        border: none;
        -webkit-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        width: auto !important;
        border-radius: 0;
      }
      .update .gform_footer .gform_button:hover {
        background-color: #8bb257;
      }
      .update .gform_confirmation_message {
        color: #fff;
        padding-top: 20px;
        font-size: 15px;
        font-weight: 600;
      }      
      .update .gform_confirmation_message:before {
        content: '\f05d';
        font-family: "FontAwesome";
        color: #6BA543;
        margin-right: 10px;
        font-size: 30px;
        font-weight: 100;
        display: inline-block;
        float: left;
        position: relative;
        top: -10px;
      }
      
      .update .gform_wrapper div.validation_error {
        font-size: 12px;
        color: #ffffe0;
        border-color: #ffffe0;
      }
      
      .update .gform_wrapper .validation_message {
        padding-right: 0;
        color: #ffffe0;
      }
      
      .update .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
        max-width: 100% !important;
      }      
      .upate .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea,
      .gform_wrapper li.gfield.gfield_error {
        border-color: #ffffe0;
      }
      
      .gform_wrapper .gform_ajax_spinner {
        height: 30px;
      }      

@media only screen and (max-width: 1200px) {
  .update__title h3 {
    font-size: 24px; } }

@media only screen and (max-width: 992px) {
  .update__title h3 {
    text-align: center; }
  .update__form {
    text-align: center; } }

@media only screen and (max-width: 768px) {
  .update__title h3 {
    font-size: 24px;
    text-align: left; }
  .update__form {
    padding-top: 10px;
    text-align: left; }
    .update__form input {
      width: 100%;
      max-width: 140px;
      margin: 20px 0px; }
    .update__form button {
      margin: 17px 0px 17px 10px; } }

.category .featured_bg {
  background-size: cover;
}
.category .banner__title h1 {
  color: #ffffff;
  font-family: "Benton-Sans",sans-serif;
  font-weight: 700;
  font-size: 50px;
  margin: 20px 0; 
  line-height: initial; }

.category .banner__title h2 {
  color: #ffffff;
  font-family: "Benton-Sans", sans-serif;
  text-transform: none;
  font-size: initial;
  font-weight: normal;
  margin: 0 0 10px 0;
  border: none; }

@media only screen and (max-width: 768px) {
  .category .banner__title h1 {
    font-size: 35px; } 
}

.grid {
  padding: 0 0 25px;
  background-color: #efeeee; }
  .grid__item {
    -webkit-border-radius: 5px;
            border-radius: 5px;
    overflow: hidden;
    margin: 20px 0;
    background-color: #ffffff;
    min-height: 420px;
    position: relative; }
  .grid__small-item-body {
    padding: 20px; }
    .grid__small-item-body h3 {
      margin: 0 0 10px;
      font-size: 22px;
      font-family: "Benton-Sans", sans-serif;
      font-weight: bold;
      color: #666666; }
    .grid__small-item-body p {
      font-family: "Benton-Sans", sans-serif;
      color: #666666;
      font-size: 14px;
      margin-bottom: 0; }
  .grid__small-item-img {
    background-color: #2270B8;
    min-height: 130px;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  .grid__small-item-img:hover {
    opacity: .7;
  }
  .grid__colored .grid__small-item-img {
    min-height: 0; }
  .grid__small-item-footer {
    display: table;
    width: 100%;
    padding: 15px 0 15px;
    text-align: center; }
    .grid__small-item-footer.author {
      border-top: 1px solid #d5d5d2;
      text-align: left;
      background-color: #ffffff; }
      .grid__small-item-footer.author a.button {
        float: right; }
    .grid__small-item-footer a.button {
      display: inline-block;
      color: #fff;
      background-color: #2372B9;
      padding: 10px 20px; }
      .grid__small-item-footer a.button:hover {
        background-color: #368dd9;
      }
  .grid__footer-wrap {
    padding: 0 20px; }
  .grid__author {
    float: left; 
    display: inline-block;
  }
    .grid__author img { }
    .grid__author a {
      font-family: "Benton-Sans", sans-serif;
      display: inline-block;
      margin-left: 10px;
      color: #666;
      font-size: 14px; 
      position: relative;
      top: 7px; }
      .grid__author a:hover {
        color: #888;
      }
    .grid__author a.author_thumbnail {
      width: 42px;
      height: 42px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background: #fff;
      float: left;
      overflow: hidden;
      position: relative;
      top: 0px; }
    .grid__author span {
      display: inline-block;
      font-size: 11px;
      line-height: 40px;
      margin-left: 5px;
      color: #666666;
    }
  .grid__colored {
    background-color: #2372B9;
    padding: 50px 20px 0; }
    .grid__colored .grid__small-item-img {
      max-width: 60px;
      margin: 0 auto; }
    .grid__colored .grid__small-item-body {
      text-align: center; }
      .grid__colored .grid__small-item-body h3 {
        color: #ffffff;
        margin: 20px 0; }
      .grid__colored .grid__small-item-body h4 {
        margin: 0 0 10px;
        font-size: 22px;
        font-family: "Benton-Sans", sans-serif;
        color: #ffffff;
        line-height: 31px;}
    .grid__colored .grid__small-item-footer a {
      background-color: #6ba543; }
  .grid__big-item-content {
    padding: 0 15px; }
  .grid__big-item {
    padding: 0 15px; 
    background-image: none; }    
    .grid__big-item .no-padding {
      padding: 0; }
    .grid__big-item h2 {
      margin: 0 0 20px;
      font-size: 24px;
      font-family: "Benton-Sans",sans-serif;
      font-weight: 800;
      text-transform: uppercase;
      color: #666666;
      padding-left: 20px;
      border-left: 3px solid #2372B9;
      transition: .3s all; }
      .grid__big-item h2:hover {
        border-left-width: 6px;
        padding-left: 17px; }
    .grid__big-item h2 a {
      color: #666666; }
      .grid__big-item h2:hover a {
        color: #337ab7; }

    .grid__big-item .light-bg {
      background-color: #fff;
    }
    .grid__big-item h3 {
      margin: 20px 0;
      color: #666666;
      font-family: "Benton-Sans", sans-serif;
      padding-bottom: 5px;
      border-bottom: 1px solid #d5d5d2;
      text-transform: uppercase; }
    .grid__big-item p {
      color: #666666;
      margin-bottom: 15px;
      font-family: "Benton-Sans", sans-serif;
      font-size: 14px; }
  .grid__big-item-img {
    -webkit-background-size: cover;
            background-size: cover;
    background-position: 50% 50%;
    background-color: #2270B8;
    height: 100%;
    width: 100%;
    min-height: 420px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
    .grid__big-item-img:hover {
      opacity: .7;
    }
  .grid__big-item > .row{
      display: flex;
      min-height: 420px;
    }
    .grid__footer-wrap {
      position: absolute;
      width: 100%;
      box-sizing: border-box;
      left: 0;
      padding: 0 20px;
      bottom: 0;
    }
    .grid__item:not(.grid__colored) .grid__footer-wrap {
      background-color: #ffffff;
    }
    
    
  .grid__load-more {
    text-align: center;
    padding: 20px 0; }
    .grid__load-more a {
      display: inline-block;
      color: #fff;
      background-color: #F47B27;
      padding: 10px 20px; }
    .grid__load-more a:hover {
      background-color: #f29655;
    }

@media only screen and (max-width: 1200px) {
  .grid .grid__small-item-body h4 {
    font-size: 17px; }
}

@media only screen and (max-width: 991px) {    
    .grid__big-item > .row {
      padding: 25px; }
    .grid__big-item { }
    .light-bg,
    .grid__big-item .grid__footer-wrap{
      background: rgba(255,255,255,0.8); }
}    

@media only screen and (max-width: 768px) {
  .grid__item,
  .grid__big-item > .row {
    min-height: 340px; }
  
  .grid__big-item-content {
    padding: 0; }
  .grid__big-item h2 {
    font-size: 22px; } 
}

.footer {
  padding: 25px 0;
  background: #fff; }
  .footer__brand {
    padding: 20px 0 80px; }
  .footer__links {
    padding: 10px 50px; }
    .footer__links h3 {
      color: #0074be;
      margin: 0;
      padding: 5px 0;
      border-bottom: 2px solid #b5b6b6;
      font-family: "Benton-Sans", sans-serif;
      font-size: 24px; }
    .footer__links ul {
      padding: 10px 0;
      margin: 0;
      list-style-type: none; }
      .footer__links ul li {
        display: block;
        margin: 10px 0; }
        .footer__links ul li a {
          text-decoration: underline;
          color: #6d6c6d;
          font-family: "Benton-Sans", sans-serif;
          font-weight: 300; }
          .footer__links ul li a:hover,
          .footer__links ul li.current-menu-item a,
          .footer__links ul li.current_page_item a {
            color: #ff801c; }
  .footer__form {
    padding: 15px 0 0;
    margin: 5px 0 0; }
    .footer__form h4 {
      font-size: 16px;
      font-family: "Benton-Sans", sans-serif;
      font-weight: 300;
      color: #6d6c6d;
      margin: 0; }
    .footer__form input {
      border: 2px solid #ccc;
      padding: 4px 30px 4px 10px;
      max-width: 160px;
      -webkit-border-radius: 12px;
              border-radius: 12px;
      margin: 20px 0; }
    .footer__form button {
      position: absolute;
      top: 50%;
      right: 5px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      border: none;
      background-color: transparent; }
      .footer__form button i {
        color: #ccc;
      }
  .footer__input-wrap {
    position: relative;
    display: inline-block; }
  .footer__social h4 {
    font-size: 16px;
    font-family: "Benton-Sans", sans-serif;
    font-weight: 300;
    color: #6d6c6d;
    margin: 0; }
  .footer__social ul {
    padding: 0;
    left: 0;
    list-style-type: none; }
    .footer__social ul li {
      display: inline-block; }
      .footer__social ul li a {
        display: block;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        color: #ffffff;
        margin: 15px 5px; }
        
        .footer__social ul li a:hover {
          opacity: .65;
        }
        
        .footer__social ul li.facebook a {
          background-color: #475a95; }
        .footer__social ul li.twitter a {
          background-color: #79a7da; }
        .footer__social ul li.linkedin a {
          background-color: #457ab2; }
        .footer__social ul li.youtube a {
          background-color: #cc2528; }

  .footer__footer {
    border-top: 5px solid #8e8d8d;
    padding-top: 20px; }
    .footer__footer p {
      margin: 0;
      font-size: 9px;
      line-height: 10px;
      color: #838281;
      font-family: "Benton-Sans", sans-serif; }
    .footer__footer ul {
      padding: 0;
      margin: 0;
      list-style-type: none;
      text-align: center; }
      .footer__footer ul li {
        display: inline-block; }
        .footer__footer ul li a {
          display: block;
          text-decoration: underline;
          color: #666666;
          margin: 5px 10px;
          font-size: 14px; }

@media only screen and (max-width: 1200px) {
  .footer__social ul li a {
    margin: 15px 2px; } }

@media only screen and (max-width: 767px) {
  .footer {
    text-align: center; }
  .footer__brand {
    padding: 20px 50px; }
  .footer__social ul {
    margin: 0; }
    .footer__social ul li a {
      margin: 15px 5px; }
  .footer__footer {
    padding-top: 10px;
    border-top: none; }
    .footer__footer p {
      margin-top: 15px;
      padding-top: 15px;
      border-top: 5px solid #8e8d8d; }
    .footer__footer ul li a {
      font-size: 12px;
      margin: 15px 5px; } }

.empty-page {
  padding: 30px 0;
  background-color: rgba(255, 255, 255, 0.9); }
  .empty-page__content {
    text-align: center;
    margin-bottom: 30px; }
    .empty-page__content h3 {
      color: #666666;
      margin: 20px 0;
      font-family: "Benton-Sans", sans-serif;
      font-weight: bold;
      font-size: 28px; }
    .empty-page__content p {
      margin: 0;
      color: #666666;
      font-family: "Benton-Sans", sans-serif;
      font-size: 20px; }
  .empty-page__links {
    display: table;
    width: 100%;
    padding: 0 20px; }
    .empty-page__links h4 {
      color: #666666;
      font-family: "Benton-Sans", sans-serif;
      font-size: 18px;
      padding-left: 5px; }
    .empty-page__links.button {
      text-align: right; }
    .empty-page__links.form form {
      display: inline-block;
      position: relative; }
      .empty-page__links.form form input {
        border: 2px solid #a6a5a3;
        padding: 4px 30px 4px 10px;
        max-width: 160px;
        background-color: transparent;
        -webkit-border-radius: 12px;
        border-radius: 12px; }
      .empty-page__links.form form button {
        position: absolute;
        top: 50%;
        right: 5px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border: none;
        background-color: transparent; }
        .empty-page__links.form form button i {
          color: #a6a5a3; }
    .empty-page__links a {
      display: inline-block;
      color: #fff;
      background-color: #6ba543;
      margin: 20px 0;
      padding: 10px 20px; }
  .empty-page__border {
    border-right: 1px solid #bbbbba; }

@media only screen and (max-width: 768px) {
  .empty-page {
    margin: 20px;
    padding: 20px 0 40px; }
    .empty-page__border {
      border: none; }
    .empty-page__links {
      text-align: center; }
      .empty-page__links.button {
        text-align: center; } }

section.author {
  background-color: #efeeee; }
  .author__wrapper {
    margin-top: -130px;
    margin-bottom: 30px; }
    .author__wrapper h2 {
      color: #ffffff;
      font-family: "Adelle", sans-serif;
      font-size: 30px;
      margin: 20px 0; }
  .author__content {
    background-color: #ffffff;
    padding: 20px; }
  .author__item {
    display: block;
    margin: 20px 0;
    padding: 20px 15px; }
    .author__item.active {
      background-color: #e7eaf2; }
  .author__img {
    text-align: center; }
    .author__img img {
      width: 180px;
      display: inline-block; }
      
    .page-authors .author__img img {
      width: 180px;
    }
  .author__descr h2 {
    color: #0074be;
    margin: 20px 0;
    font-family: "Adelle", sans-serif;
    display: table;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #a6a5a3; }
    .author__descr h2 span {
      color: #666666;
      text-transform: uppercase;
      font-size: 10px;
      font-family: "Benton-Sans", sans-serif;
      font-weight: bold;
      display: block;
      margin-top: 5px; }
  .author__descr p {
    color: #666666;
    font-family: "Benton-Sans", sans-serif; }

@media only screen and (max-width: 992px) {
  .author__item {
    padding: 20px 15px; }
  .author__item:first-child {
    margin-top: 0; }
  .author__descr h2 {
    border-bottom: 0;
    padding-bottom: 0; }
    .author__descr h2 span {
      border-top: 1px solid #a6a5a3;
      display: block;
      float: none;
      padding-top: 10px;
      margin-top: 10px; } }

.landing {
  background-color: #efeeee;
  padding-bottom: 30px; }
  .landing__title h2 {
    font-size: 30px;
    margin: 20px 0;
    font-family: "Adelle", sans-serif;
    color: #2372B9;
    line-height: 35px; }
    .landing__title h2 span {
      display: block;
      padding-left: 20px; }
  .landing__wrapper {
    background-color: #ffffff;
    padding: 30px; }
  .landing__content {
    padding: 0 30px; }
    .landing__content h3 {
      color: #2372B9;
      margin: 20px 0;
      font-family: "Benton-Sans",sans-serif;
      font-weight: 700; }
    .landing__content p {
      font-family: "Benton-Sans", sans-serif;
      color: #666666;
      font-size: 16px;
      margin: 10px 0; }
  .landing__form {
    margin-top: -170px;
    margin-right: -60px;
    padding: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
            box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35); }
    .landing__form h3 {
      font-size: 30px;
      text-align: center;
      margin: 0 0 20px;
      font-family: "Adelle", sans-serif;
      color: #2372B9; }
    .landing__form label {
      display: block;
      color: #7f7f81;
      font-family: "Benton-Sans", sans-serif;
      padding: 2px 0; }
    .landing__form input {
      border: none;
      background-color: #efeeee;
      display: block;
      width: 100%;
      padding: 8px 10px;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      margin-bottom: 5px; }
  .landing__submit {
    text-align: center; }
    .landing__submit a {
      display: inline-block;
      color: #fff;
      background-color: #6ba543;
      margin-top: 20px;
      padding: 10px 20px; }

@media only screen and (max-width: 992px) {
  .landing__form {
    margin-right: 0;
    margin-bottom: 20px;
    margin-top: -120px; } }

@media only screen and (max-width: 768px) {
  .landing__wrapper {
    padding: 30px 0; }
  .landing__form {
    padding: 30px 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 20px solid #efeeee; } }

.search {
  background-color: #efeeee; }
  .search__wrapper {
    margin-top: -130px;
    margin-bottom: 30px; }
    .search__wrapper h2 {
      color: #ffffff;
	  font-family: "Benton-Sans", sans-serif;
	  font-weight: 700;
	  font-size: 30px;
      margin: 20px 0; }
  .search__content {
    background-color: #ffffff;
    padding: 20px; }
  .search__header {
    display: table;
    width: 100%;
    border-bottom: 1px solid #efeeee; }
  .search__sort {
    float: left; }
    .search__sort ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .search__sort ul li {
        display: inline-block; }
        .search__sort ul li span,
        .search__sort ul li a {
          font-size: 14px;
          color: #a19f9e;
          display: inline-block;
          padding: 5px 10px;
          font-family: "Benton-Sans", sans-serif;
          position: relative;
          bottom: -1px; }
          .search__sort ul li span.sort {
            bottom: 0px;
            font-weight: 300;
          }
          .search__sort ul li span.active,
          .search__sort ul li .active {
            border-bottom: 2px solid #6ba543;
            margin: 0 15px;
            color: #6ba543;
            padding: 10px 10px 10px 5px;
            display: block;
            cursor: pointer;
            font-weight: 600; }
            
          .search__sort ul li .active.down:after,
          .search__sort ul li .active.up:after {
            content: '\f107';
            font-family: "FontAwesome";
            display: inline-block;
            font-weight: 100 !important;
            transition: .25s all ease-out;
            margin-left: 10px;
          }
          .search__sort ul li .active.up:after {
            content: '\f106';
          }
            
        .search__sort ul li select {
          position: relative;
          bottom: -2px;
          color: #679e4f;
          border: none;
          width: 80px;
          padding: 10px 5px;
          border-bottom: 1px solid #679e4f; }
          .search__sort ul li select:focus, .search__sort ul li select:active {
            outline: none; }
  .search__date {
    float: right;
    text-align: right;
    width: 100%;
    border-left: 1px solid #efeeee; }
    .search__date ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .search__date ul li {
        display: inline-block; }
        .search__date ul li span {
          font-size: 14px;
          color: #a19f9e;
          display: inline-block;
          margin: 0 5px;
          padding: 10px 0;
          font-family: "Benton-Sans", sans-serif;
          position: relative; }
        .search__date ul li label {
          color: #808188;
          font-family: "Benton-Sans", sans-serif;
          font-size: 12px;
          margin-right: 5px; }
          .search__date ul li label.both-margin {
            margin: 0 5px; }
        .search__date ul li.date_frame {
          position: relative;
          width: 250px; }
          .search__date ul li.date_frame input {
            width: 100%;
            background-color: #efeeee;
            border: none;
            -webkit-border-radius: 7px;
                    border-radius: 7px;
            font-size: 13px;
            padding: 5px 10px; }
          .search__date ul li.date_frame button {
            position: absolute;
            top: 0;
            right: 0;
            background-color: #2372B9;
            border: none;
            padding: 3px 8px;
            -webkit-border-top-right-radius: 7px;
                    border-top-right-radius: 7px;
            -webkit-border-bottom-right-radius: 7px;
                    border-bottom-right-radius: 7px; }
            .search__date ul li.date_frame button:focus, .search__date ul li.date_frame button:active {
              outline: none; }
            .search__date ul li.date_frame button i {
              color: #ffffff; }
  .search__content {
    margin: 0; }
    .search__content h3 {
      color: #666666;
      font-family: "Benton-Sans", sans-serif;
      font-size: 24px;
      margin: 20px 0; }
    .search__content p {
      color: #666666;
      font-family: "Benton-Sans", sans-serif;
      font-size: 16px;
      margin: 10px 0; }
  .search__category {
    text-align: right;
    border-bottom: 1px solid #efeeee;
    padding-bottom: 5px; }
    .search__category span {
      color: #666666;
      text-transform: uppercase;
      font-size: 10px;
      font-family: Benton-Sans,sans-serif;
      font-weight: 700;
      margin-top: 10px; }
  .search__footer {
    display: table;
    padding-top: 10px;
    width: 100%; }
  .search__time {
    float: left;
    color: #666666;
    text-transform: uppercase;
    font-size: 10px;
    font-family: Benton-Sans,sans-serif;
    font-weight: 700; }
    .search__time i {
      margin: 0 10px 0 0;
      font-size: 14px; }
  .search__slugs ul {
    padding: 0;
    margin: 0;
    position: relative;
    top: -7px;
    list-style-type: none; }
    .search__slugs ul li {
      display: inline-block;
      color: #666666;
      text-transform: uppercase;
      font-size: 10px;
      margin: 0 10px 0 0; }
    .search__slugs ul li:last-child {
      margin-right: 0;
    }
  .search__load-more {
    text-align: center; }
    .search__load-more a {
      display: inline-block;
      color: #fff;
      background-color: #6ba543;
      margin: 12px 12px;
      padding: 10px 20px;
      border: none; }
      
      .btn-success,
      .btn-default {
        box-shadow: none !important;
        padding: 5px 10px;
        background: #6ba543 !important;
        border: none;
        border-radius: 0;
      }
      .btn-default {
        background: #e0e0e0 !important;
      }

@media only screen and (max-width: 1200px) {
  .search__date ul li span {
    margin: 0 5px; }
  .search__date ul li label {
    margin-right: 5px; }
    .search__date ul li label.both-margin {
      margin: 0 5px; } }

@media only screen and (max-width: 992px) {
  .search__date {
    border-left: none; } }

@media only screen and (max-width: 768px) {
  .search__content {
    padding: 20px 15px; }
  .search__header {
    border: none; }
  .search__date {
    margin-top: 15px; }
    .search__date ul li {
      display: inline-block; }
      .search__date ul li label {
        margin-right: 0; }
        .search__date ul li label.both-margin {
          margin: 0; }
      .search__date ul li.date_frame {
        width: 100px; }
        .search__date ul li.date_frame input {
          font-size: 14px;
          padding: 4px 10px; }
  .search__sort-by {
    display: block;
    width: 100%; } }

.article {
  background-color: #efeeee; }
  .article__wrapper {
    margin-top: -120px;
    margin-bottom: 30px; }
    .article__wrapper > h3 {
      color: #ffffff;
      display: inline-block;
      background-color: #2372B9;
      font-family: "Benton-Sans", sans-serif;
      font-weight: 600;
      font-size: 12px;
      padding: 7px 10px;
      -webkit-border-radius: 15px;
              border-radius: 15px;
      margin: 20px 0;
      text-transform: uppercase; }
  .article__content {
    background-color: #ffffff;
    padding: 20px 20px 50px 20px; }
  .article__img {
    text-align: center;
    padding: 60px 0; }
    .article__img img {
      max-width: 100px;
      display: inline-block; }
    .article__img p {
      text-align: center;
      color: #666666;
      font-size: 14px;
      margin: 20px 0 0px;
      font-family: "Benton-Sans", sans-serif; }
    .article__img h4 {
      margin: 0;
      font-size: 16px;
      text-align: center;
      font-family: "Benton-Sans", sans-serif;
      color: #2372B9;
      padding: 2px 5px;
      display: inline-block;
      border-bottom: 1px solid #D2D2D2;
      text-transform: uppercase; }
  .article__text h1 {
    color: #2372B9;
    font-size: 32px;
    margin-bottom: 24px; }
  .article__text h3, h4{
    color: #2372B9;
    font-size: 20px; }
    
  .article-author-mobile {
    display: none;
    overflow: hidden;
    background: #eef4fa;
    padding: 12px 20px;
    position: relative;
    left: -20px;
    width: calc(100vw - 30px);
    margin-bottom: 20px;
  }
  
  @media screen and (min-width: 480px){
    .article-author-mobile {
		width: calc(100vw - 45px);	  
	}
  }
 
  
    .article-author-mobile a {
      font-size: 20px;
      line-height: 1.2;
      position: relative;
    }
    .article-author-mobile img {
      display: inline;
      margin-right: 15px;
      max-width: 50px !important;
    }
    
    
  .article__text blockquote {
    padding: 0 20px;
    position: relative;
    color: #2372B9;
    font-size: 24px;
    line-height: 30px;
    border-left: 3px solid #2372B9;
    margin: 20px 0; }
  .article__text p,
  .article__text ol,
  .article__text ul {
    color: #666666;
    margin: 10px 0;
    font-family: "Benton-Sans", sans-serif; }
  .article__text img {
    max-width: 100%;
    height: auto;
  }

  .article__text blockquote p {
    color: #2372B9;
  }


  .article__text img.alignright {
    max-width: 190px;
    float: right;
    margin: 5px 0 5px 20px;
  }

  .article__text img.aligncenter {
	display: block;
    margin: 5px auto;
  }

  .article__text img.alignleft {
    max-width: 190px;
    float: left;
    margin: 5px 20px 5px 0;
  }
  .article__quot {
    padding: 0 20px; }
  .article__footer {
    margin: 20px 0;
    font-size: 12px; }
    .article__footer p {
      padding: 10px 0;
      border-bottom: 1px solid #D2D2D2; }
    .article__footer ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .article__footer ul li {
        display: inline-block;
        margin: 0 3px;
        font-size: 14px;
        color: #666666; }
        .article__footer ul li:first-child {
          margin-left: 0;
        }
        .article__footer ul li a {
          font-size: 14px;
          color: #2372B9;
          text-decoration: underline; }
          .article__footer ul li a:hover {
            text-decoration: none;
          }
        .article__footer ul li i {
          color: #6BA543; }
        .article__footer ul li.tag:after {
          content: ', ';
        }
        .article__footer ul li.tag:last-child:after {
          content: '';
        }
  .article__share {
    border: 1px solid #d0cfcd;
    margin: 30px 0;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    padding: 10px 20px; }
    .article__share h4 {
      padding-left: 5px;
      font-family: "Benton-Sans", sans-serif;
      font-weight: 600;
      color: #2372B9; }
      .article__share h4 i {
        color: #F47B27;
      }
    .article__share ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .article__share ul li {
        display: block;
        background-color: #efeeee;
        margin: 10px 0;
        -webkit-border-radius: 20px;
                border-radius: 20px;
        padding: 5px 5px;
        transition: all .5s;
        -webkit-transition: all .5s;}
        .article__share ul li a {
          display: block; }
        .article__share ul li a.fb {
          color: #314684; }
        .article__share ul li a.tw {
          color: #49a2dd; }
        .article__share ul li a.li {
          color: #2575a3; }
        .article__share ul li:hover {
          background: #e4e2e2;
        }
        .article__share ul li span {
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          text-align: center;
          height: 30px;
          width: 30px;
          display: inline-block;
          line-height: 30px;
          margin-right: 10px; }
          .article__share ul li span.fb {
            background-color: #314684; }
          .article__share ul li span.tw {
            background-color: #49a2dd; }
          .article__share ul li span.li {
            background-color: #2575a3; }
          .article__share ul li span i {
            color: #ffffff; }
  .article__form {
    position: relative;
	  display:none !important;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: 50% 50%;
    -webkit-border-radius: 5px;
            border-radius: 5px; }
    .article__form .banner__box {
      background-color: rgba(35,114,185,.85); }
      .article__form .banner__box h3,
      .article__form .banner__box h2.gsection_title {
        color: #ffffff; }
      .article__form .banner__box p,
      .article__form .banner__box .gsection_description {
        color: #ffffff !important; }
      .article__form .banner__box a.button,
      .article__form .banner__box input.button {
        background-color: transparent;
        color: #ffffff;
        border: 2px solid #ffffff; }
        .article__form .banner__box a.button:hover,
        .article__form .banner__box input.button:hover,
        .article__form .banner__box .button:focus {
          background-color: #fff;
          color: #337ab7;
        }
      .article__form .banner__box input {
        color: #666666;
        border-color: #ffffff;
        transition: .5s all;
        -webkit-transition: .5s all;}
        .article__form .banner__box input::-webkit-input-placeholder {
          color: #666;
          opacity: .8; }
        .article__form .banner__box input:-moz-placeholder {
          color: #666;
          opacity: .8; }
        .article__form .banner__box input::-moz-placeholder {
          color: #666;
          opacity: .8; }
        .article__form .banner__box input:-ms-input-placeholder {
          color: #666;
          opacity: .8; }
        .article__form .banner__box input:focus {
          background: #fff;
        }
        .article__form .banner__box .gform_wrapper .validation_error,
        .article__form .banner__box .gform_wrapper .validation_message,
        .article__form .banner__box .gform_wrapper .confirmation_message {
          color: #fff;
        }
  .article__resources {
    margin: 30px 0; }
    .article__resources h3 {
      color: #6BA543;
      font-family: "Adelle";
      font-size: 25px;
      border-bottom: 1px solid #d5d5d2;
      padding: 5px 0; }
    .article__resources ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .article__resources ul li {
        display: table;
        padding: 10px;
        width: 100%;
        border-bottom: 1px solid #d5d5d2;
        font-size: 14px;
        color: #666666; }
        
        .article__resources ul li:last-child { border-bottom: none; }
        .article__resources ul li a {
          color: #666666;
        }
        .article__resources ul li a:hover {
          color: #888;          
        }
        .article__resources ul li i {
          float: left;
          width: 40px;
          margin-right: 10px;
          display: inline-block;
          color: #6BA543;
          font-size: 40px; }

.r-art {
  background-color: #efeeee; }
  .r-art__header h3 {
    color: #666666;
    font-family: "Benton-Sans", sans-serif;
    font-size: 24px; }
  .r-art__item {
    margin: 20px 0;
    background-color: #ffffff; }
  .r-art__img-block {
    text-align: left;
    -webkit-background-size: cover;
            background-size: cover;
    min-height: 270px;
    background-position: 50% 50%;
    background-image: url('img/grid-4.png'); }
    .r-art__img-block h4 {
      color: #ffffff;
      display: inline-block;
      background-color: #2372B9;
      font-family: "Benton-Sans", sans-serif;
      font-weight: 600;
      font-size: 12px;
      padding: 10px 10px 7px 10px;
      -webkit-border-radius: 15px;
      border-radius: 15px;
      margin: 10px;
      text-transform: uppercase;
      transition: all .5s;
      -webkit-transition: all .5s; }
      .r-art__img-block h4 a {
        color: #fff; }
      .r-art__img-block h4:hover {
        background: #ffffff;
        color: #2372B9; }
      .r-art__img-block h4:hover a {
        color: #2372B9; }
        
  .r-art__item-content {
    min-height: 270px;
    padding-right: 20px;
    overflow: hidden;
    position: relative;
  }
      
  .r-art__item-content h3 {
    color: #2372B9;
    font-family: "Benton-Sans", sans-serif;
    font-size: 24px;
    padding: 20px 0;
    margin: 0; }
  .r-art__item-content p {
    color: #666666;
    font-size: 16px;
    font-family: "Benton-Sans", sans-serif; }
    
  .r-art__footer {
    position: relative;
  }
  .r-art__footer .grid__footer-wrap {
    padding-left: 0;
   }

@media only screen and (max-width: 1200px) {
  .r-art__item-content {
    padding: 0 15px; }
  .r-art__footer .grid__footer-wrap {
    padding: 0 20px; }
  .r-art__img-block {
    min-height: 150px; } }


@media (max-width: 768px) {
  .gform_wrapper .gform_footer {
    margin-left: 0;
  }
  .article-author-mobile{
	 display: block;	   
   }
   
  .article-author-mobile a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
  }
}

.single-post .container #sidebar {
  padding: 0 !important;
}
#gform_3{ 
  white-space: nowrap;
}
@media (min-width: 768px){
  .email-capture .subscribe-text, .email-capture .subscribe-form{ float: left; }
}
.banner__title h1{
	margin-bottom: 10px !important;
}
.category .banner__title h2{
 	line-height: 1.4;
}

.submitted-message p {
	color: #ffffff !important;

}

.form-holder{
	min-height: 645px !important;
	padding: 0px !important;
	width: 100%;
}

@media screen and (max-width: 480px){
	.form-holder{
		margin-right: -15px;
		margin-left: -15px;
		width: auto;
	}	
}

.form-holder iframe{
	width: 100%;
	max-width: 100%;
}

.article__text iframe{
	max-width: 100%;
}

h4.guest-author-name{
	line-height: 1.3;
}
.wp-caption-text{
	display:block;text-align:center;width:100%;margin:0 auto;text-align:left;font-size:12px;
}


/*-----------------------Rob's Custom Styles for Landing Pages-----------------------*/
.page-template-template-regional-LP .banner.small:before, .page-template-template-event-LP .banner.small:before {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 51%, transparent 96%); }

.page-template-template-regional-LP .banner__title, .page-template-template-event-LP .banner__title {
  max-width: 610px; }
  .page-template-template-regional-LP .banner__title h1, .page-template-template-event-LP .banner__title h1 {
    color: #ffffff;
    font-family: "Benton-Sans",sans-serif;
    font-weight: 700;
    font-size: 45px;
    margin: 20px 0;
    line-height: initial; }
  .page-template-template-regional-LP .banner__title h2, .page-template-template-event-LP .banner__title h2 {
    color: #ffffff;
    font-family: "Benton-Sans", sans-serif;
    text-transform: none;
    font-size: initial;
    font-weight: normal;
    margin: 0 0 10px 0;
    border: none; }

.regional-LP .grid__item, .event-LP .grid__item {
  background-color: #efefef !important;
  min-height: 355px !important; }

.regional-LP .tile, .event-LP .tile {
  max-height: 395px !important; }

@media screen and (max-width: 1200px) and (min-width: 590px) {
  .regional-LP #sidebar, .event-LP #sidebar {
    display: block;
    -ms-flex-flow: row-wrap;
        flex-flow: row-wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 600px; } }

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .regional-LP .article__form, .regional-LP .article__share, .event-LP .article__form, .event-LP .article__share {
    margin: 20px auto 20px; } }

.regional-LP .grid__small-item-body h3, .event-LP .grid__small-item-body h3 {
  font-size: 21px !important;
  line-height: 1.1; }

.regional-LP .grid__small-item-body p, .event-LP .grid__small-item-body p {
  font-size: 14px !important; }

.regional-LP .search__wrapper, .event-LP .search__wrapper {
  margin-top: -130px !important; }

.regional-LP .grid__small-item-body, .regional-LP .grid__item:not(.grid__colored) .grid__footer-wrap, .regional-LP .grid__small-item-footer.author, .event-LP .grid__small-item-body, .event-LP .grid__item:not(.grid__colored) .grid__footer-wrap, .event-LP .grid__small-item-footer.author {
  background-color: #efefef !important; }

.regional-LP p.form-header, .event-LP p.form-header {
  font-size: 13px;
  color: #ffffff; }

.regional-LP .flex-parent, .event-LP .flex-parent {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
  @media screen and (max-width: 768px) {
    .regional-LP .flex-parent, .event-LP .flex-parent {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; } }

.regional-LP .effect, .event-LP .effect {
  width: 25%; }
  @media screen and (max-width: 768px) {
    .regional-LP .effect, .event-LP .effect {
      width: 50%;
      margin-bottom: 40px; } }
  @media (max-width: 460px) {
    .regional-LP .effect, .event-LP .effect {
      width: 100%;
      margin-bottom: 30px; } }
  .regional-LP .effect span, .event-LP .effect span {
    padding-top: 10px;
    display: block;
    width: 100%; }
  @media (max-width: 460px) {
    .regional-LP .effect img, .event-LP .effect img {
      height: 90px;
      width: auto; } }

.regional-LP a.download, .event-LP a.download {
  display: inline-block;
  padding: 14px 15px;
  background: #6ba543;
  border: 1px solid #6ba543;
  color: #fff;
  transition: all .7s;
  margin: 0 0 20px;
  text-decoration: none; }

.regional-LP .page-box, .event-LP .page-box {
  font: 16px/1.4 "benton-sans";
  color: #666;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.regional-LP .page-box > *:not(:last-child), .event-LP .page-box > *:not(:last-child) {
  margin-bottom: 25px; }

@media (max-width: 460px) {
  .regional-LP .page-box h3, .event-LP .page-box h3 {
    font-size: 22px; } }

.regional-LP .page-box .form-text, .event-LP .page-box .form-text {
  -ms-flex-order: -1;
  order: -1; }

.regional-LP .page-box .form-holder, .event-LP .page-box .form-holder {
  background: #2372b9;
  padding: 26px;
  font-size: 14px; }

.regional-LP .page-box .form-holder form, .event-LP .page-box .form-holder form, .regional-LP .page-box .form-holder iframe {
  overflow: hidden; }

.regional-LP .page-box .form-holder form > *:not(:last-child), .event-LP .page-box .form-holder form > *:not(:last-child) {
  margin-bottom: 23px; }

.regional-LP .page-box .form-holder h2, .event-LP .page-box .form-holder h2 {
  font-size: 24px !important;
  margin-top: 5px;
  font-family: "adelle";
  color: #fff;
  text-align: center;
  font-weight: 400; }

.regional-LP .page-box .form-holder input, .regional-LP select, .event-LP .page-box .form-holder input, .event-LP select {
  border: none;
  border-radius: 4px;
  margin-top: 0; }

.regional-LP .page-box .form-holder input[type="text"],
.regional-LP .page-box .form-holder input[type="email"],
.regional-LP select, .event-LP .page-box .form-holder input[type="text"],
.event-LP .page-box .form-holder input[type="email"],
.event-LP select {
  height: 30px;
  width: 100%;
  padding: 6px 20px; }

.regional-LP .page-box .form-holder .field, .event-LP .page-box .form-holder .field {
  position: relative; }

.regional-LP .page-box .form-holder label, .event-LP .page-box .form-holder label {
  color: #fff;
  font-weight: 400;
  margin: 0; }

.regional-LP .page-box .form-holder ul, .event-LP .page-box .form-holder ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.regional-LP .page-box .form-holder .inputs-list, .event-LP .page-box .form-holder .inputs-list {
  font-size: 12px;
  margin-bottom: 25px; }

.regional-LP .page-box .form-holder .inputs-list li, .event-LP .page-box .form-holder .inputs-list li {
  margin-bottom: 5px; }

.regional-LP .page-box .form-holder .inputs-list input[type="checkbox"], .event-LP .page-box .form-holder .inputs-list input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 5px;
  outline: none; }

.regional-LP .page-box .form-holder .inputs-list input[type="checkbox"] + span, .event-LP .page-box .form-holder .inputs-list input[type="checkbox"] + span {
  vertical-align: middle; }

.regional-LP .page-box .form-holder .hs-error-msgs, .event-LP .page-box .form-holder .hs-error-msgs {
  padding-top: 3px;
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0; }

.regional-LP .page-box .form-holder .hs-error-msgs li, .event-LP .page-box .form-holder .hs-error-msgs li {
  font-size: 10px;
  line-height: 1;
  margin-bottom: 0; }

.regional-LP .page-box .form-holder input[type="submit"], .event-LP .page-box .form-holder input[type="submit"] {
  background-color: #6ba543;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  min-width: 150px;
  margin: 0 auto;
  display: block;
  border-radius: 0; }

@media (min-width: 480px) {
  .regional-LP .page-box .form-holder .hs_firstname, .event-LP .page-box .form-holder .hs_firstname {
    width: 50%;
    display: inline-block;
    margin-right: -.3em;
    padding-right: 12px; }
  .regional-LP .page-box .form-holder .hs_lastname, .event-LP .page-box .form-holder .hs_lastname {
    display: inline-block;
    width: 50%;
    margin-right: -.3em;
    padding-left: 12px; }
  .regional-LP .page-box .form-holder .hs_lastname .hs-error-msgs, .event-LP .page-box .form-holder .hs_lastname .hs-error-msgs {
    left: 12px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .regional-LP .header__head, .event-LP .header__head {
    text-align: center; } }

@media (min-width: 992px) {
  .regional-LP .page-box, .event-LP .page-box {
    display: block; }
  .regional-LP .page-box > *:not(:last-child), .event-LP .page-box > *:not(:last-child) {
    margin-bottom: 0; } }

@media (min-width: 1200px) {
  .regional-LP .page-box, .event-LP .page-box {
    padding: 30px 40px; }
  .regional-LP .page-box .form-holder form > *:not(:last-child), .event-LP .page-box .form-holder form > *:not(:last-child) {
    margin-bottom: 18px; } }

.regional-LP .page-box .form-holder input[type="submit"]:hover, .event-LP .page-box .form-holder input[type="submit"]:hover {
  background-color: #8bb257; }

.regional-LP .fullWrap:before,
.regional-LP .fullWrap:after, .regional-LP .innerWrap:before, .regional-LP .innerWrap:after, .event-LP .fullWrap:before,
.event-LP .fullWrap:after, .event-LP .innerWrap:before, .event-LP .innerWrap:after {
  content: "";
  display: table; }

.regional-LP .fullWrap:after, .regional-LP .innerWrap:after, .event-LP .fullWrap:after, .event-LP .innerWrap:after {
  clear: both; }

.regional-LP .row-fluid [class*="span"], .event-LP .row-fluid [class*="span"] {
  min-height: 1px !important; }

.regional-LP .fullWrap > .innerWrap, .event-LP .fullWrap > .innerWrap {
  max-width: 1140px;
  padding: 0;
  margin: 0 auto; }

@media screen and (max-width: 1140px) {
  .regional-LP .fullWrap > .innerWrap, .event-LP .fullWrap > .innerWrap {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

.regional-LP .container-fluid, .event-LP .container-fluid {
  margin: inherit;
  margin: 0;
  max-width: none; }

.regional-LP body, .event-LP body {
  background: #fff; }

.regional-LP .body-container, .event-LP .body-container {
  border: none; }

.regional-LP .body-container-wrapper > .body-container > .row-fluid-wrapper, .event-LP .body-container-wrapper > .body-container > .row-fluid-wrapper {
  margin: 0;
  width: auto; }

@media screen and (max-width: 1140px) {
  .regional-LP .header-container-wrapper > .header-container > .row-fluid-wrapper, .regional-LP .body-container-wrapper > .body-container > .row-fluid-wrapper, .regional-LP .footer-container-wrapper > .footer-container > .row-fluid-wrapper, .event-LP .header-container-wrapper > .header-container > .row-fluid-wrapper, .event-LP .body-container-wrapper > .body-container > .row-fluid-wrapper, .event-LP .footer-container-wrapper > .footer-container > .row-fluid-wrapper {
    width: auto;
    margin: 0; } }

.regional-LP .newsletterHeader, .event-LP .newsletterHeader {
  background: url("http://cdn2.hubspot.net/hubfs/298813/2015/webinar-lps/pipeline-hero.jpg") no-repeat center center/cover transparent;
  position: relative; }

.regional-LP .newsletterHeader > .innerWrap, .event-LP .newsletterHeader > .innerWrap {
  padding: 35px 0 85px;
  text-align: center; }

.regional-LP .newsletterHeader .motif, .event-LP .newsletterHeader .motif {
  position: absolute;
  bottom: -58px;
  right: 0;
  width: 1342px;
  max-width: none; }

.regional-LP .newsletterHeader h1, .event-LP .newsletterHeader h1 {
  font-size: 30px;
  color: #fff;
  font-family: 'adelle', sans-serif;
  margin: 50px 0 8px;
  line-height: 1.1em; }

.regional-LP .newsletterHeader .newsletterDate, .event-LP .newsletterHeader .newsletterDate {
  font-size: 18px;
  color: #fff; }

.regional-LP .newsletterLpBody > .innerWrap, .event-LP .newsletterLpBody > .innerWrap {
  padding: 100px 0 50px; }

.regional-LP .grayBox, .event-LP .grayBox {
  border: 1px solid #ededed; }

.regional-LP .grayBox .pad, .event-LP .grayBox .pad {
  margin: 5px;
  background: #ededed; }

.regional-LP .marketTrends, .event-LP .marketTrends {
  text-align: center;
  font-size: 24px;
  font-family: 'adelle', sans-serif;
  color: #7e8184; }

.regional-LP .marketTrends h2, .event-LP .marketTrends h2 {
  font-size: 42px;
  color: #2372b9;
  line-height: 1.1em;
  margin: 45px 0;
  font-family: 'adelle', sans-serif;
  font-weight: 400; }

.regional-LP .marketTrends h3, .event-LP .marketTrends h3 {
  font-size: 30px;
  color: #2372b9;
  line-height: 1.1em;
  margin: 40px 0 25px;
  font-family: 'adelle', sans-serif;
  font-weight: 400; }

.regional-LP .marketTrends .widget-type-linked_image, .event-LP .marketTrends .widget-type-linked_image {
  margin: 0 0 10px; }

.regional-LP .marketTrends .regionLink a, .event-LP .marketTrends .regionLink a {
  display: inline-block;
  width: 100%;
  padding: 14px 0;
  background: #f47b27;
  border: 1px solid #f47b27;
  color: #fff;
  transition: all .7s;
  margin: 0 0 20px;
  text-decoration: none; }

.regional-LP .marketTrends .regionLink a:hover, .event-LP .marketTrends .regionLink a:hover {
  background: #fff;
  color: #f47b27; }

.regional-LP .recentPosts, .event-LP .recentPosts {
  margin: 50px 0 0; }

.regional-LP .recentPosts h3, .event-LP .recentPosts h3 {
  font-size: 24px;
  color: #2372b9;
  line-height: 1.1em;
  margin: 25px 0 10px;
  font-family: 'adelle', sans-serif;
  font-weight: 400; }

.regional-LP .recentPosts p, .event-LP .recentPosts p {
  font-size: 14px;
  line-height: 1.5em; }

.regional-LP .recentPosts a, .event-LP .recentPosts a {
  font-size: 18px;
  color: #2372b9;
  line-height: 1.1em;
  text-decoration: none;
  font-family: 'adelle', sans-serif;
  font-weight: 400; }

.regional-LP .webinarForm, .event-LP .webinarForm {
  margin: 50px 0 0;
  text-align: center; }

.regional-LP .webinarForm h3, .event-LP .webinarForm h3 {
  font-size: 30px;
  color: #2372b9;
  line-height: 1.1em;
  margin: 40px 0 10px;
  font-family: 'adelle', sans-serif;
  font-weight: 400; }

.regional-LP .webinarForm p, .event-LP .webinarForm p {
  font-size: 14px;
  line-height: 1.5em;
  margin: 0 0 25px; }

.regional-LP .webinarForm .hs-form fieldset, .event-LP .webinarForm .hs-form fieldset {
  max-width: none; }

.regional-LP .webinarForm h3.form-title, .event-LP .webinarForm h3.form-title {
  margin: 0; }

.regional-LP .webinarForm form label, .event-LP .webinarForm form label {
  display: none; }

.regional-LP .webinarForm input, .regional-LP .webinarForm select, .regional-LP .webinarForm textarea, .event-LP .webinarForm input, .event-LP .webinarForm select, .event-LP .webinarForm textarea {
  font-size: 16px;
  margin: 0 0 40px;
  height: 32px;
  border: none;
  color: #7e8184; }

.regional-LP .webinarForm select, .event-LP .webinarForm select {
  -webkit-appearance: none; }

.regional-LP .webinarForm textarea, .event-LP .webinarForm textarea {
  height: 100px; }

.regional-LP .webinarForm .hs-form fieldset.form-columns-1 .hs-input, .event-LP .webinarForm .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%; }

.regional-LP .webinarForm input.hs-button, .event-LP .webinarForm input.hs-button {
  -webkit-appearance: none;
  height: auto;
  border-radius: 0;
  display: inline-block;
  width: 175px;
  padding: 3px 0;
  background: #f47b27;
  border: 1px solid #f47b27;
  color: #fff;
  transition: all .7s;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  font-family: 'adelle', sans-serif; }

.regional-LP .webinarForm input.hs-button:hover, .event-LP .webinarForm input.hs-button:hover {
  background: #fff;
  color: #f47b27; }

.regional-LP .bottomSocial, .event-LP .bottomSocial {
  text-align: center;
  background: #2372b9;
  border-bottom: 5px solid #f47b27; }

.regional-LP .bottomSocial > .innerWrap, .event-LP .bottomSocial > .innerWrap {
  text-align: center;
  padding: 50px 0; }

.regional-LP .bottomSocial h3, .event-LP .bottomSocial h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  font-family: 'adelle', serif;
  margin: 0;
  line-height: 1.1em; }

.regional-LP .bottomSocial p, .event-LP .bottomSocial p {
  text-align: center;
  margin: 15px 0 0; }

.regional-LP .bottomSocial p img, .event-LP .bottomSocial p img {
  margin: 0 9px; }

.regional-LP .footerWrap > .innerWrap, .event-LP .footerWrap > .innerWrap {
  padding: 15px 0; }

.regional-LP .footerWrap .copyright p, .event-LP .footerWrap .copyright p {
  font-size: 9px;
  color: #7e8184;
  margin: 0;
  font-weight: 300; }

.regional-LP .footerWrap .backMain, .event-LP .footerWrap .backMain {
  text-align: right; }

.regional-LP .footerWrap .backMain a, .event-LP .footerWrap .backMain a {
  font-size: 14px;
  color: #7e8184;
  margin: 0;
  font-weight: 300;
  background: url("http://cdn2.hubspot.net/hub/32387/file-2581347793-png/base-template-projects/constellation/blog-intro/back-arrow.png") no-repeat left top transparent;
  padding-left: 30px; }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .regional-LP .marketTrends .regionLink a, .event-LP .marketTrends .regionLink a {
    font-size: 16px; }
  .regional-LP .newsletterHeader > .innerWrap, .event-LP .newsletterHeader > .innerWrap {
    padding: 35px 0 160px; } }

@media screen and (max-width: 767px) {
  .regional-LP .grayBox .pad, .event-LP .grayBox .pad {
    padding: 0 15px; }
  .regional-LP .trendGroup, .event-LP .trendGroup {
    margin: 0 0 40px; }
  .regional-LP .newsletterHeader > .innerWrap, .event-LP .newsletterHeader > .innerWrap {
    padding: 35px 0 160px; } }

.regional-LP .hs-error-msgs label, .event-LP .hs-error-msgs label {
  display: inline-block !important;
  color: red; }

.regional-LP .hs-error-msgs, .event-LP .hs-error-msgs {
  margin: -20px 0 20px; }

.regional-LP .hs-error-msgs li, .event-LP .hs-error-msgs li {
  color: red;
  text-align: left; }

@media (min-width: 768px) {
  .event-LP .form-text {
    padding-right: 30px; } }

.event-LP .form-text p {
  line-height: 1.2; }

.event-LP .form-text h3 {
  color: #2372b9;
  margin-bottom: 9px; }

.event-LP .form-text h4 {
  margin-top: 30px;
  margin-bottom: 10px; }

.event-LP .form-text ul {
  padding-left: 15px; }

.event-LP .form-text li {
  margin-top: 15px; }

.page-template-template-event-LP .banner__title {
  max-width: 100%; }
  .page-template-template-event-LP .banner__title h1 {
    font-size: 32px;
    line-height: 1.2; }

/*-----------------------End Rob's Custom Styles for Landing Pages-----------------------*/

.article-author-mobile a img.img-responsive{
	display: block;
	float: left;
	padding-top: 3px;
}

p.confirmation{
	padding:  20px;
	font-size: 15px;
	color: #6ba543;
	font-weight: 700;
	background-color: #F2F6EE;
	border-radius: 10px;
	margin: 0px auto 20px;
	margin-bottom: 35px !important;
	width: 100%;
	max-width: 720px;
	transition: all ease .6s;
}
.confirmation.bump{
	transform: scale(1.1);
}
/* START Subscription Center Updates (MbP)*/

.form-box .form-holder h2.whitebenton {
font-family: "Benton-Sans", sans-serif !important;
    color: #fff !important;
    text-align: center !important;
    font-weight: 300 !important;
	font-size:28px !important;}

div.subscribe-text {}

.row.email-capture .subscribe-form {
    width: 30% !important;
}

@media screen and (max-width: 767px) {
.row.email-capture .subscribe-form {
    padding-top: 0;
    width: 100% !important;
}}
/* END Subscription Center Updates (MbP) */


/* START Tooltip Update (WS) */
span.tooltips {color:#337ab7;text-decoration-style: dashed;text-decoration-line: underline;}
/* END Tooltip Update (WS) */


.article__text li {word-break: break-word;}

.unclickable{
  pointer-events: none;
  cursor: default;
}

/*———— -START "Reading time" plugin customizations (WS)- ————*/
.rt-icon{
    color: #666666;
    padding-right: 6px;
}

.rt-reading-time{
    color: #666666;
    font-style: italic;
    display: inline-block !important;
}

.rt-icon, .rt-reading-time{
    margin-bottom: 7px;
}

.rt-featured-post .rt-icon, .rt-featured-post .rt-reading-time{
    display: none !important;
}

/*———— -END "Reading time" plugin customizations (WS)- ————*/


/*———— -Start COVID Alert Bar- ————*/
.header-shim{
	display: none;
}
.header-shim.has-alert-bar{
	display: block;
	height: 40px;
	width: 100%;
	pointer-events: none;

}

#globalAlertMessage {
  background: #2372b9;
}
#globalAlertMessage p {
  display: block;
  position: relative;
  color: #ffffff;
  overflow: hidden;
  padding: 10px 0;
  font-size: 1.4rem;
  margin: 0;
}
#globalAlertMessage p a {
  color: #ffffff;
  text-decoration: underline;
 }
 
 #globalAlertMessage p a:hover {
  text-decoration: none;
 }
/*———— -END COVID Alert Bar- ————*/


.newsletter-list li, .newsletter-list p{
	font-size: 14px;
}

.newsletter-list li{ 
	margin-top: 15px;
}

.newsletter-list li:last-of-type{ 
	margin-bottom: 15px;
}

.form-heading{ 
	font-family: 'Arial', sans-serif !important;
	font-size: 22px !important;
	font-weight: bold !important;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
	margin-top: 20px !important;
    color: #fff;
}

.post-subtitle{
    margin: 2.5rem 0;
    color: #f47b27;
}


.wp-video{
    margin-top: 20px;
}

.ceg-video-caption{
    background-color: #E9F1F8;
    padding: 15px 20px 14px;
    color: #2372B9; 
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
}