@charset "UTF-8";
/*
Theme Name: IER 2017
*/
/**
 * @file
 * sass/base.scss
 *
 * CSS rules that style HTML elements ("base" styles).
 */
/*
Theme Name: IER 2017
*/
/**
 * @file
 * sass/_partials/_mixins.scss
 *
 * CSS rules that style HTML elements ("mixins" styles). */
/*
Theme Name: IER 2017
*/
/**
 * @file
 * sass/_partials/_variables.scss
 *
 * CSS rules that style HTML elements ("variables" styles). */
/*
Theme Name: IER 2017
*/
/**
 * @file
 * sass/_partials/_reset.scss
 *
 * CSS rules that style HTML elements ("reset" styles).
 */
html,
body,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

ul {
  list-style: none;
}

* {
  box-sizing: border-box;
}

button {
  border: 0;
  background: none;
  outline: 0;
  padding: 0;
}

img {
  max-width: 100%;
  border: 0;
}

.printfriendly {
  display: none;
}

.weight-normal, .section.content[id^=anchor-].-feed .filter-heading, .subscibe-now-section .subscibe-now-inner-wrap .mc4wp-form .mc4wp-form-fields .subscribe-input-text-fields input[type=text], .subscibe-now-section .subscibe-now-inner-wrap .mc4wp-form .mc4wp-form-fields .subscribe-input-text-fields input[type=email], .featured-analysis-section .featured-analysis-cols .featured-analysis-col-left .featured-post-title, .post-content ul li, .pf-content :not(ol) li, .weight-normal a, p, html,
body,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
}

.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-box-link .ctf-tweet-date, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-box-link .ctf-author-screenname, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-box-link .ctf-author-name, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-box-link, .content-row.-featured_links.plain h3 {
  font-weight: 500;
}

.section.content[id^=anchor-].-text_by_list .section.text ul, .section.content[id^=anchor-].-text_by_list > .container h3, .screen-reader-text:focus, .search-results .pagination .nav-links > *.current, .search-results div.asp_w.asp_sb.searchsettings fieldset legend, .search-results div.asp_w.asp_sb.searchsettings fieldset .asp_option .asp_option_label, .search-results .label, .search-results #primary article > a[rel=bookmark], .content-row.-featured_links.plain h2, .button:not(.gform_button), .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button), .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button), .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button), .label, .heavy {
  font-weight: 600;
}

@font-face {
  font-family: "FreigSanProBold";
  src: url("../font/FreigSanProBold.woff2") format("woff2"), url("../font/FreigSanProBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
Theme Name: IER 2017
*/
/**
 * @file
 * sass/_partials/_mixins.scss
 *
 * CSS rules that style HTML elements ("mixins" styles). */
/*
Theme Name: IER 2017
*/
/**
 * @file
 * sass/_partials/_variables.scss
 *
 * CSS rules that style HTML elements ("variables" styles). */
.site-header {
  background: #ffffff;
  height: 70px;
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #ddd;
}
.site-header .header-wrapper {
  display: flex;
  float: left;
  width: 100%;
  padding-right: 15px;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
}
.site-header .header-wrapper .header-left {
  text-align: left;
  display: flex;
}
.site-header .header-wrapper .header-left .navbar {
  box-shadow: -100vw calc(-90vh - 100vw) 0px 100vw #007ff2;
  float: left;
  position: fixed;
  min-height: 100vh;
  background: #007ff2;
  left: 0;
  z-index: 88;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  clip: rect(0 100vw 500vw 0);
}
.site-header .header-wrapper .header-left .navbar .navbar-box {
  color: #ffffff;
  width: 50px;
  height: 70px;
  position: relative;
  display: flex;
  align-items: center;
}
.site-header .header-wrapper .header-left .navbar .navbar-box .menu-icon {
  width: 25px;
  display: inline-block;
  height: 18px;
  margin-left: 15px;
}
.site-header .header-wrapper .header-left .navbar .navbar-box .menu-icon span:before {
  content: "";
  border-top: 3px solid #ffffff;
  margin-bottom: 4px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: block;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.site-header .header-wrapper .header-left .navbar .navbar-box .search-box-hidden {
  display: none;
}
.site-header .header-wrapper .header-left .navbar .left-side-nav {
  margin-bottom: auto;
  display: inline-block;
}
.site-header .header-wrapper .header-left .navbar .left-side-nav .navigation {
  display: flex;
  position: relative;
}
.site-header .header-wrapper .header-left .navbar .left-side-nav .navigation ul .menu-item {
  display: flex;
  height: 57px;
  position: relative;
  margin-bottom: 7px;
  width: 100%;
  float: left;
  width: 100%;
}
.site-header .header-wrapper .header-left .navbar .left-side-nav .navigation ul .menu-item:last-child {
  height: 107px;
}
.site-header .header-wrapper .header-left .navbar .left-side-nav .navigation ul .menu-item .wrap {
  display: flex;
  background: #147ff2;
  clip: rect(0 50px 100vh 0vh);
  position: absolute;
  transition: clip 0.4s;
  height: 100%;
  justify-content: space-between;
}
.site-header .header-wrapper .header-left .navbar .left-side-nav .navigation ul .menu-item .wrap a .nav-img {
  width: 26px;
  height: 26px;
  float: left;
  background-size: contain;
  background-position: center;
}
.site-header .header-wrapper .header-left .navbar .left-side-nav .navigation ul .menu-item .wrap .more {
  width: 50px;
  height: 100%;
  background: #007ff2;
  position: relative;
  cursor: pointer;
}
.site-header .header-wrapper .header-left .navbar .left-side-nav .navigation ul .menu-item .wrap .more:after, .site-header .header-wrapper .header-left .navbar .left-side-nav .navigation ul .menu-item .wrap .more:before {
  content: "";
  background-color: #fff;
  display: block;
  position: absolute;
  width: 16px;
  height: 3px;
  left: 50%;
  top: 50%;
  transform-origin: center;
  transition: transform 0.4s;
}
.site-header .header-wrapper .header-left .navbar .left-side-nav .navigation ul .menu-item .wrap .more:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.site-header .header-wrapper .header-left .navbar .left-side-nav .navigation ul .menu-item .wrap .more:after {
  transform: translate(-50%, -50%);
}
.site-header .header-wrapper .header-left .navbar .left-side-nav .navigation ul .menu-item .wrap .more.active:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.site-header .header-wrapper .header-left .navbar .left-side-nav .navigation ul .menu-item .wrap .more.active:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.site-header .header-wrapper .header-left .navbar .left-side-nav .navigation ul .menu-item .wrap:hover {
  clip: rect(0vw 600px 100vh 0vw);
}
.site-header .header-wrapper .header-left .navbar .left-side-nav .navigation ul .menu-item a {
  text-decoration: none;
  color: #ffffff;
  padding: 20px 12px;
  display: flex;
  height: 57px;
  transition: all 0.4s;
}
.site-header .header-wrapper .header-left .navbar .left-side-nav .navigation ul .menu-item a .nav-title {
  padding: 0;
  margin-left: 1em;
  float: left;
  line-height: 25px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.site-header .header-wrapper .header-left .navbar .left-side-nav .navigation ul .menu-item a .nav-title.disclaimer-text {
  white-space: unset;
  font-size: 85%;
  line-height: 1.5;
  width: 270px;
}
.site-header .header-wrapper .header-left .navbar .left-side-nav .navigation ul .menu-item a.no-link {
  cursor: default;
}
.site-header .header-wrapper .header-left .navbar .left-side-nav .navigation .main-menu {
  display: flex;
  z-index: 1;
  width: 100%;
  flex-direction: column;
  background: #097ff3;
  box-shadow: 0 200px 0px 0px #097ff3, 0 400px 0px 0px #097ff3, 0 600px 0px 0px #097ff3, 0 800px 0px 0px #097ff3, 0 1000px 0px 0px #097ff3, 0 1200px 0px 0px #097ff3, 0 1400px 0px 0px #097ff3, 0 1600px 0px 0px #097ff3, 0 1800px 0px 0px #097ff3, 0 2000px 0px 0px #097ff3, 0 2200px 0px 0px #097ff3, 0 2400px 0px 0px #097ff3, 0 2600px 0px 0px #097ff3, 0 2800px 0px 0px #097ff3, 0 3000px 0px 0px #097ff3;
}
.site-header .header-wrapper .header-left .navbar .left-side-nav .navigation .sub-menu {
  display: none;
  background: #0774df;
  height: 100vh;
  top: 0;
  left: calc(100% - 1px);
  flex-direction: column;
  transition: clip 0.4s;
  position: absolute;
  clip: rect(0vh 0vw 100vh 0vw);
}
.site-header .header-wrapper .header-left .navbar .left-side-nav .navigation .sub-menu .menu-item a .nav-title {
  max-width: none;
}
.site-header .header-wrapper .header-left .navbar .left-side-nav .navigation .sub-menu.active {
  clip: rect(0vh 100vw 100vh 0vw);
}
.site-header .header-wrapper .header-left .navbar .left-side-nav .social-icons {
  display: none;
}
.site-header .header-wrapper .header-left .navbar .back_top_box {
  margin-top: auto;
  position: relative;
  padding-bottom: 140px;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s, visibility 0.5s ease 0.4s;
  visibility: hidden;
  z-index: 1;
}
.site-header .header-wrapper .header-left .navbar .back_top_box a {
  display: inline-block;
  text-decoration: none;
}
.site-header .header-wrapper .header-left .navbar .back_top_box.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease 0.5s, visibility 0.1s ease 0.4s;
}
.site-header .header-wrapper .header-left .navbar.navbar-open {
  clip: rect(0 100vw 500vw 0);
  -webkit-transition: clip 0.5s;
  -moz-transition: clip 0.5s;
  -ms-transition: clip 0.5s;
  -o-transition: clip 0.5s;
  transition: clip 0.5s;
}
.site-header .header-wrapper .header-left .navbar.navbar-open .menu-icon span:nth-of-type(1) {
  display: none;
}
.site-header .header-wrapper .header-left .navbar.navbar-open .menu-icon span:nth-of-type(2):before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 7px;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.site-header .header-wrapper .header-left .navbar.navbar-open .menu-icon span:nth-of-type(3):before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.site-header .header-wrapper .header-left .navbar.navbar-open .navbar-box {
  width: 100%;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.site-header .header-wrapper .header-left .navbar.navbar-open .navbar-box .search-box-hidden {
  display: flex;
  margin-left: 20px;
  margin-right: 15px;
}
.site-header .header-wrapper .header-left .navbar.navbar-open .navbar-box .search-box-hidden .header-search-input {
  width: 220px;
  padding-right: 30px;
  border-color: #ffffff;
  border-width: 2px;
  color: #ffffff;
  background: none;
  margin-bottom: 0;
}
.site-header .header-wrapper .header-left .navbar.navbar-open .navbar-box .search-box-hidden .header-search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.site-header .header-wrapper .header-left .navbar.navbar-open .navbar-box .search-box-hidden .header-search-input::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.site-header .header-wrapper .header-left .navbar.navbar-open .navbar-box .search-box-hidden .header-search-input:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.site-header .header-wrapper .header-left .navbar.navbar-open .navbar-box .search-box-hidden .header-search-input:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.site-header .header-wrapper .header-left .navbar.navbar-open .navbar-box .search-box-hidden .header-search-input::placeholder {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.site-header .header-wrapper .header-left .navbar.navbar-open .navbar-box .search-box-hidden button {
  margin-left: 10px;
  z-index: 9;
}
.site-header .header-wrapper .header-left .navbar.navbar-open .navbar-box .search-box-hidden button .fa {
  font-size: 18px;
}
.site-header .header-wrapper .header-left .navbar.navbar-open .left-side-nav {
  width: 100%;
}
.site-header .header-wrapper .header-left .navbar.navbar-open .left-side-nav .social-icons {
  margin: 50px 0 0;
  float: left;
  width: 100%;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
  font-size: 1.2em;
}
.site-header .header-wrapper .header-left .navbar.navbar-open .left-side-nav .social-icons a {
  display: inline-block;
  margin: 0 10px;
}
.site-header .header-wrapper .header-left .navbar.navbar-open .left-side-nav .navigation ul .menu-item .wrap {
  width: 100%;
  clip: rect(0vw 600px 100vh 0vw);
  position: relative;
}
.site-header .header-wrapper .header-left .navbar.navbar-open .left-side-nav .navigation ul .menu-item .wrap a .nav-title {
  max-width: none;
}
.site-header .header-wrapper .header-left .navbar.navbar-open .left-side-nav .navigation ul.sub-menu {
  display: flex;
}
.site-header .header-wrapper .header-left .social-search-block {
  display: flex;
  padding: 25px 0 25px 70px;
  line-height: normal;
}
.site-header .header-wrapper .header-left .social-search-block .search-box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 15px;
  font-size: 1.2em;
}
.site-header .header-wrapper .header-left .social-search-block .search-box .header-search-icon {
  float: left;
  cursor: pointer;
}
.site-header .header-wrapper .header-left .social-search-block .search-box .header-search-icon img {
  vertical-align: middle;
}
.site-header .header-wrapper .header-left .social-search-block .social-icons {
  font-size: 1.2em;
  display: flex;
  vertical-align: middle;
}
.site-header .header-wrapper .header-left .social-search-block .social-icons a {
  float: left;
  margin: 0 8.7px;
}
.site-header .header-wrapper .logo {
  text-align: center;
  vertical-align: middle;
}
.site-header .header-wrapper .logo a {
  display: inline-block;
  transform: translateY(50%);
}
.site-header .header-wrapper .logo a img {
  float: left;
}
.site-header .header-wrapper .logo a img.logo-txt {
  width: 238px;
  transform: translateY(-50%);
}
.site-header .header-wrapper .logo a img.logo-img {
  margin-right: 10px;
  width: 350px;
  transform: translateY(-50%);
}
.site-header .header-wrapper .header-right {
  margin-left: 20px;
}
.site-header .header-wrapper .header-right .button, .site-header .header-wrapper .header-right .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .site-header .header-wrapper .header-right .alm-load-more-btn, .site-header .header-wrapper .header-right .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .site-header .header-wrapper .header-right #ctf-more, .site-header .header-wrapper .header-right .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .site-header .header-wrapper .header-right .alm-load-more-btn {
  min-width: 200px;
}

.decoration.-dot {
  background-color: currentColor;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  margin: 0 8px;
  display: flex;
  align-self: center;
}
.decoration.-shadow {
  box-shadow: 0 10px 29px 0 rgba(0, 0, 0, 0.11);
}
.decoration.-border {
  box-shadow: 8px 8px 0px 0px #ffffff, 8px 8px 0 2px #007ff2;
}
.decoration.-card {
  border-radius: 5px;
  padding: 50px;
}
.decoration.-card h2 {
  font-size: 40px;
}
.decoration.-card h3 {
  font-size: 26px;
}
.decoration.-card h2, .decoration.-card h3, .decoration.-card h4, .decoration.-card h5 {
  font-weight: 200;
  margin-bottom: 1em;
}
.decoration.-multicolor-bgs .item {
  background: #6871b4;
  color: #6871b4;
}
.decoration.-multicolor-bgs .item.ier {
  background: #007ff2;
  color: #007ff2;
}
.decoration.-multicolor-bgs .item {
  /*
  &:nth-of-type(4n+1){
      background: $slate-blue-color;
      color: $slate-blue-color;
  }
  &:nth-of-type(4n+2){
      background: $blue-color;
      color: $blue-color;
  }
  &:nth-of-type(4n+3){
      background: $sky-blue-color;
      color: $sky-blue-color;
  }
  &:nth-of-type(4n+4){
      background: $spring-green-color;
      color: $spring-green-color;
  }
  */
}
.decoration.-cube {
  display: flex;
  align-items: center;
  justify-content: center;
}
.decoration.-cube:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: #007ff2;
  margin-right: 20px;
}
.decoration.-divot {
  position: relative;
}
.decoration.-divot:before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: calc(50% - 15px);
  width: 0;
  height: 0;
  border: solid transparent 15px;
  transform: rotate(45deg);
  border-right-color: white;
  border-bottom-color: white;
}
.decoration.-line {
  position: relative;
}
.decoration.-line:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  height: 3px;
  transition: 0.4s;
  opacity: 0;
  background-color: currentColor;
}
.decoration.-line:hover:before {
  opacity: 1;
}

.bg-white a {
  color: #007ff2;
}

.bg-brand a {
  color: #ffffff;
}

.bg-brand-contrast a {
  color: #5ad583;
}

.bg-brand-alt a {
  color: #ffffff;
}

.bg-brand-bright a {
  color: #00bff3;
}

.bg-black a {
  color: #000000;
}

.bg-dim-gray-color a {
  color: #4a5560;
}

.bg-label a {
  color: #a4b1b9;
}

.bg-border a {
  color: #d1dbe0;
}

.bg-text a {
  color: #4a5560;
}

.bg-light-bg a {
  color: #f2f5f6;
}

[class*=bg-] a {
  text-decoration: underline;
}

.color.-white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.links-white a {
  color: #ffffff;
}

.border-white.-left {
  border-left: solid 12px #ffffff;
}

.border-white.-right {
  border-right: solid 12px #ffffff;
}

.border-white.-bottom {
  border-bottom: solid 12px #ffffff;
}

.border-white.-top {
  border-top: solid 12px #ffffff;
}

.color.-brand {
  color: #007ff2;
}

.bg-brand {
  background-color: #007ff2;
}

.links-brand a {
  color: #007ff2;
}

.border-brand.-left {
  border-left: solid 12px #007ff2;
}

.border-brand.-right {
  border-right: solid 12px #007ff2;
}

.border-brand.-bottom {
  border-bottom: solid 12px #007ff2;
}

.border-brand.-top {
  border-top: solid 12px #007ff2;
}

.color.-brand-contrast {
  color: #5ad583;
}

.bg-brand-contrast {
  background-color: #5ad583;
}

.links-brand-contrast a {
  color: #5ad583;
}

.border-brand-contrast.-left {
  border-left: solid 12px #5ad583;
}

.border-brand-contrast.-right {
  border-right: solid 12px #5ad583;
}

.border-brand-contrast.-bottom {
  border-bottom: solid 12px #5ad583;
}

.border-brand-contrast.-top {
  border-top: solid 12px #5ad583;
}

.color.-brand-alt {
  color: #6871b4;
}

.bg-brand-alt {
  background-color: #6871b4;
}

.links-brand-alt a {
  color: #6871b4;
}

.border-brand-alt.-left {
  border-left: solid 12px #6871b4;
}

.border-brand-alt.-right {
  border-right: solid 12px #6871b4;
}

.border-brand-alt.-bottom {
  border-bottom: solid 12px #6871b4;
}

.border-brand-alt.-top {
  border-top: solid 12px #6871b4;
}

.color.-brand-bright {
  color: #00bff3;
}

.bg-brand-bright {
  background-color: #00bff3;
}

.links-brand-bright a {
  color: #00bff3;
}

.border-brand-bright.-left {
  border-left: solid 12px #00bff3;
}

.border-brand-bright.-right {
  border-right: solid 12px #00bff3;
}

.border-brand-bright.-bottom {
  border-bottom: solid 12px #00bff3;
}

.border-brand-bright.-top {
  border-top: solid 12px #00bff3;
}

.color.-black {
  color: #000000;
}

.bg-black {
  background-color: #000000;
}

.links-black a {
  color: #000000;
}

.border-black.-left {
  border-left: solid 12px #000000;
}

.border-black.-right {
  border-right: solid 12px #000000;
}

.border-black.-bottom {
  border-bottom: solid 12px #000000;
}

.border-black.-top {
  border-top: solid 12px #000000;
}

.color.-dim-gray-color {
  color: #4a5560;
}

.bg-dim-gray-color {
  background-color: #4a5560;
}

.links-dim-gray-color a {
  color: #4a5560;
}

.border-dim-gray-color.-left {
  border-left: solid 12px #4a5560;
}

.border-dim-gray-color.-right {
  border-right: solid 12px #4a5560;
}

.border-dim-gray-color.-bottom {
  border-bottom: solid 12px #4a5560;
}

.border-dim-gray-color.-top {
  border-top: solid 12px #4a5560;
}

.color.-label {
  color: #a4b1b9;
}

.bg-label {
  background-color: #a4b1b9;
}

.links-label a {
  color: #a4b1b9;
}

.border-label.-left {
  border-left: solid 12px #a4b1b9;
}

.border-label.-right {
  border-right: solid 12px #a4b1b9;
}

.border-label.-bottom {
  border-bottom: solid 12px #a4b1b9;
}

.border-label.-top {
  border-top: solid 12px #a4b1b9;
}

.color.-border {
  color: #d1dbe0;
}

.bg-border {
  background-color: #d1dbe0;
}

.links-border a {
  color: #d1dbe0;
}

.border-border.-left {
  border-left: solid 12px #d1dbe0;
}

.border-border.-right {
  border-right: solid 12px #d1dbe0;
}

.border-border.-bottom {
  border-bottom: solid 12px #d1dbe0;
}

.border-border.-top {
  border-top: solid 12px #d1dbe0;
}

.color.-text {
  color: #4a5560;
}

.bg-text {
  background-color: #4a5560;
}

.links-text a {
  color: #4a5560;
}

.border-text.-left {
  border-left: solid 12px #4a5560;
}

.border-text.-right {
  border-right: solid 12px #4a5560;
}

.border-text.-bottom {
  border-bottom: solid 12px #4a5560;
}

.border-text.-top {
  border-top: solid 12px #4a5560;
}

.color.-light-bg {
  color: #f2f5f6;
}

.bg-light-bg {
  background-color: #f2f5f6;
}

.links-light-bg a {
  color: #f2f5f6;
}

.border-light-bg.-left {
  border-left: solid 12px #f2f5f6;
}

.border-light-bg.-right {
  border-right: solid 12px #f2f5f6;
}

.border-light-bg.-bottom {
  border-bottom: solid 12px #f2f5f6;
}

.border-light-bg.-top {
  border-top: solid 12px #f2f5f6;
}

.social-icons i {
  cursor: pointer;
}

.separator {
  margin: 0 10px;
}

.label {
  color: #a4b1b9;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 0.857em;
}

.align {
  width: 100%;
}
.align.-left {
  text-align: left;
}
.align.-right {
  text-align: right;
}
.align.-center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.justify {
  display: flex;
}
.justify.-space-between {
  justify-content: space-between;
}
.justify.-center {
  justify-content: center;
}
.justify.-space-around {
  justify-content: space-around;
}
.justify.-flex-start {
  justify-content: flex-start;
}
.justify.-flex-end {
  justify-content: flex-end;
}
.justify.-row {
  flex-direction: row;
}
.justify.-row.-reverse {
  flex-direction: row-reverse;
}
.justify.-column {
  flex-direction: column;
}
.justify.-column.-reverse {
  flex-direction: column-reverse;
}
.justify.-align-items-center {
  align-items: center;
}
.justify.-align-items-stretch {
  align-items: stretch;
}
.justify.-align-items-flex-end {
  align-items: flex-end;
}
.justify.-align-items-baseline {
  align-items: baseline;
}
.justify.-wrap {
  flex-wrap: wrap;
}
.justify .-grow {
  flex-grow: 1;
}
.justify .btn {
  display: inline-flex;
}

.authpost--date {
  margin: 0 0 20px 0;
  font-weight: 200;
}

.alm-reveal .authpost--date {
  font-weight: 200;
}
.alm-reveal .justify.-align-items-center {
  margin: 0 0 50px 0;
}

.img-wrapper {
  position: relative;
}
.img-wrapper img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
Theme Name: IER 2017
*/
/**
 * @file
 * sass/_partials/_forms.scss
 *
 * CSS rules that style HTML elements ("forms" styles). */
input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), textarea, select {
  background-color: #ffffff;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: canada-type-gibson, sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input:not([type]):focus, textarea:focus, select:focus {
  border-color: #a4b1b9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type=color]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=email]:disabled, input[type=month]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=text]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=week]:disabled, input:not([type]):disabled, textarea:disabled, select:disabled {
  background-color: #a4b1b9;
  cursor: not-allowed;
}

select[multiple=multiple] {
  height: auto;
}

textarea {
  resize: none;
  height: 100px;
}

input[type=search] {
  appearance: none;
}

/*
Theme Name: IER 2017
*/
/**
 * @file
 * sass/_partials/_buttons.scss
 *
 * CSS rules that style HTML elements ("buttons" styles). */
#mc_embed_shell .clear {
  margin-top: 40px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#mc_embed_shell .clear:hover input.button, #mc_embed_shell .clear:hover .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more input.alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more #mc_embed_shell .clear:hover input.alm-load-more-btn, #mc_embed_shell .clear:hover .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf input#ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #mc_embed_shell .clear:hover input#ctf-more, #mc_embed_shell .clear:hover .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap input.alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap #mc_embed_shell .clear:hover input.alm-load-more-btn {
  color: #ffffff !important;
}
#mc_embed_shell .clear::before, #mc_embed_shell .clear::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#mc_embed_shell .clear::before {
  background-color: #007ff2;
  z-index: -2;
}
#mc_embed_shell .clear::after {
  left: 50%;
  top: 50%;
  width: 150%;
  height: 0;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.75s ease;
}
#mc_embed_shell .clear:hover::before {
  height: 100%;
  top: auto;
  bottom: 0;
  z-index: 10;
}
#mc_embed_shell .clear:hover::after {
  height: 450%;
}
#mc_embed_shell input.button[type=submit], #mc_embed_shell .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more input[type=submit].alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more #mc_embed_shell input[type=submit].alm-load-more-btn, #mc_embed_shell .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf input[type=submit]#ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #mc_embed_shell input[type=submit]#ctf-more, #mc_embed_shell .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap input[type=submit].alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap #mc_embed_shell input[type=submit].alm-load-more-btn {
  position: relative;
  z-index: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #007ff2;
  background-color: transparent;
  color: #007ff2;
  font-family: canada-type-gibson, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 13px 24px;
  min-width: 175px;
  min-height: 46px;
  cursor: pointer;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#mc_embed_shell input.button[type=submit]:hover, #mc_embed_shell .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more input[type=submit].alm-load-more-btn:hover, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more #mc_embed_shell input[type=submit].alm-load-more-btn:hover, #mc_embed_shell .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf input[type=submit]#ctf-more:hover, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #mc_embed_shell input[type=submit]#ctf-more:hover, #mc_embed_shell .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap input[type=submit].alm-load-more-btn:hover, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap #mc_embed_shell input[type=submit].alm-load-more-btn:hover {
  color: white !important;
  z-index: 500 !important;
  background-color: transparent;
}
#mc_embed_shell input.button[type=submit]:disabled, #mc_embed_shell .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more input[type=submit].alm-load-more-btn:disabled, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more #mc_embed_shell input[type=submit].alm-load-more-btn:disabled, #mc_embed_shell .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf input[type=submit]#ctf-more:disabled, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #mc_embed_shell input[type=submit]#ctf-more:disabled, #mc_embed_shell .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap input[type=submit].alm-load-more-btn:disabled, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap #mc_embed_shell input[type=submit].alm-load-more-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.button:not(.gform_button), .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button), .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button), .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button) {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  font-family: canada-type-gibson, sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 13px 24px;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 12px;
  border: 2px solid transparent;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  min-width: 175px;
  min-height: 46px;
  position: relative;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  align-items: center;
}
.button:not(.gform_button):before, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button):before, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button):before, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button):before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: "";
  color: white !important;
  background: transparent;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.button:not(.gform_button):after, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button):after, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button):after, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button):after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}
.button:not(.gform_button).alm-load-more-btn.loading:before, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more :not(.gform_button).alm-load-more-btn.loading:before, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button).alm-load-more-btn.loading:before, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap :not(.gform_button).alm-load-more-btn.loading:before {
  margin: 0 !important;
}
.button:not(.gform_button):hover, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button):hover, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button):hover, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button):hover {
  color: white !important;
  background-color: transparent;
  text-shadow: none;
}
.button:not(.gform_button):hover, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button):hover, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button):hover, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button):hover {
  background-color: transparent;
  text-shadow: none;
}
.button:not(.gform_button):hover:before, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button):hover:before, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button):hover:before, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button):hover:before {
  bottom: 0%;
  top: auto;
  height: 100%;
}
.button:not(.gform_button):hover:after, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button):hover:after, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button):hover:after, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button):hover:after {
  height: 450%;
}
.button:not(.gform_button):hover i, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button):hover i, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button):hover i, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button):hover i {
  transform: scale(1.25);
  transform-origin: 50% 50%;
}
.button:not(.gform_button):disabled, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button):disabled, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button):disabled, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button):disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button:not(.gform_button):disabled:hover, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button):disabled:hover, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button):disabled:hover, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button):disabled:hover {
  background-color: #007ff2;
}
.button:not(.gform_button).button-mini, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button).button-mini, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button).button-mini, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button).button-mini {
  padding: 8px 24px;
}
.button:not(.gform_button).button-blue, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button).button-blue, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button).button-blue, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button).button-blue, .button:not(.gform_button).button-brand, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button).button-brand, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button).button-brand, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button).button-brand {
  border-color: #007ff2;
  color: #007ff2;
}
.button:not(.gform_button).button-blue:before, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button).button-blue:before, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button).button-blue:before, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button).button-blue:before, .button:not(.gform_button).button-brand:before, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button).button-brand:before, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button).button-brand:before, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button).button-brand:before {
  background-color: #007ff2;
}
.button:not(.gform_button).button-sky-blue, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button).button-sky-blue, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button).button-sky-blue, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button).button-sky-blue, .button:not(.gform_button).button-brand-bright, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button).button-brand-bright, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button).button-brand-bright, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button).button-brand-bright {
  border-color: #00bff3;
  color: #00bff3;
}
.button:not(.gform_button).button-sky-blue:before, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button).button-sky-blue:before, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button).button-sky-blue:before, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button).button-sky-blue:before, .button:not(.gform_button).button-brand-bright:before, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button).button-brand-bright:before, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button).button-brand-bright:before, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button).button-brand-bright:before {
  background-color: #00bff3;
}
.button:not(.gform_button).button-slate-blue, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button).button-slate-blue, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button).button-slate-blue, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button).button-slate-blue, .button:not(.gform_button).button-brand-alt, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button).button-brand-alt, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button).button-brand-alt, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button).button-brand-alt {
  border-color: #6871b4;
  color: #6871b4;
}
.button:not(.gform_button).button-slate-blue:before, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button).button-slate-blue:before, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button).button-slate-blue:before, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button).button-slate-blue:before, .button:not(.gform_button).button-brand-alt:before, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button).button-brand-alt:before, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button).button-brand-alt:before, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button).button-brand-alt:before {
  background-color: #6871b4;
}
.button:not(.gform_button).button-white, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button).button-white, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button).button-white, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button).button-white {
  border-color: #ffffff;
  color: #ffffff;
}
.button:not(.gform_button).button-white:hover, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button).button-white:hover, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button).button-white:hover, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button).button-white:hover {
  color: inherit !important;
}
.button:not(.gform_button).button-white:before, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button).button-white:before, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button).button-white:before, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button).button-white:before {
  background-color: #ffffff;
}
.button:not(.gform_button).button-dark-gray, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button), .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button), .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button) {
  border-color: #a4b1b9;
  color: #a4b1b9;
}
.button:not(.gform_button).button-dark-gray:before, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button):before, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button):before, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button):before {
  background-color: #a4b1b9;
}
.button:not(.gform_button)[download], .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button)[download], .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button)[download], .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button)[download] {
  display: inline-block;
}
.button:not(.gform_button)[download]:after, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button)[download]:after, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button)[download]:after, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button)[download]:after {
  content: "";
  width: 10px;
  height: 10px;
  left: auto;
  background-image: url("../assets/images/dl-icon.png");
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  transform: translateY(calc(50% - 4px));
  margin-left: 6px;
  transition: filter 0.4s;
}
.button:not(.gform_button)[download]:hover:after, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button)[download]:hover:after, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button)[download]:hover:after, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button)[download]:hover:after {
  filter: brightness(10) grayscale(1);
}
.button:not(.gform_button) a, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button) a, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button) a, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button) a {
  color: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow {
  width: 10px;
  height: 10px;
  border: 2px solid transparent;
  transform: rotate(-45deg);
  border-left-color: #4a5560;
  display: inline-block;
  border-top-color: #4a5560;
  cursor: pointer;
}
.arrow.-right {
  transform: rotate(135deg);
}

.nav-menu.-horizontal .item {
  padding: 20px;
  cursor: pointer;
}
.nav-menu.-horizontal .item.active {
  background-color: #007ff2;
}
.nav-menu.-horizontal .item.active, .nav-menu.-horizontal .item:hover {
  color: white;
}
.nav-menu.-horizontal .item:hover {
  background-color: #5ad583;
}

.teasers.item footer {
  margin-top: auto;
}

@media only screen and (min-width: 0) and (max-width: 639px) {
  .heading-block .label:nth-child(2) a {
    position: absolute;
    bottom: 65px;
    left: 50px;
  }
}
@media only screen and (min-width: 0) and (max-width: 639px) {
  .-featured_links .inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.-featured_links .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: 20px auto !important;
}
.-featured_links .inner div {
  height: 100%;
}
.-featured_links .inner div h2 {
  font-size: 2.15em;
}
.-featured_links .inner div h5 {
  margin-bottom: 20px;
}
.-featured_links .inner .teasers-1 {
  background: #6871b4;
}
.-featured_links .inner .teasers-2 {
  background: #007ff2;
}
.-featured_links .inner .teasers-3 {
  background: #00bff3;
}
.-featured_links .inner .teasers-4 {
  background: #5ad583;
}

.issue--cards {
  margin: 0 !important;
}
.issue--modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
}
.issue--modal__hide {
  display: none;
}
.issue--modal__close {
  background: #007ff2;
  color: white;
  position: absolute;
  left: 85%;
  top: 2%;
  font-size: 20px;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.issue--modal__video {
  width: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.issue--video {
  position: relative;
  padding-bottom: 56.25%;
  margin: 0 0 25px 0;
}
.issue--video__container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.issue--video__src {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.issue--video__preview {
  cursor: pointer;
}
.issue--video__gallery {
  margin: 20px auto !important;
}
.issue--video__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.issue--video__small {
  width: 15rem;
  margin: 0 0 5rem 0;
  position: relative;
  cursor: pointer;
}
.issue--video__small::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  z-index: 1;
}
.issue--video__heading {
  padding: 0 0 10px 0;
}
.issue--button__spacing {
  margin: 2rem 0;
}

.single-issue .issue--hide {
  display: none;
}
.single-issue .heading-block .social-icons {
  width: 40px;
}

.page-template-page-video .entry-title {
  text-align: center;
}

.weight-normal, .section.content[id^=anchor-].-feed .filter-heading, .subscibe-now-section .subscibe-now-inner-wrap .mc4wp-form .mc4wp-form-fields .subscribe-input-text-fields input[type=text], .subscibe-now-section .subscibe-now-inner-wrap .mc4wp-form .mc4wp-form-fields .subscribe-input-text-fields input[type=email], .featured-analysis-section .featured-analysis-cols .featured-analysis-col-left .featured-post-title, .post-content ul li, .pf-content :not(ol) li, .weight-normal a, p, html,
body,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
}

.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-box-link .ctf-tweet-date, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-box-link .ctf-author-screenname, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-box-link .ctf-author-name, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-box-link, .content-row.-featured_links.plain h3 {
  font-weight: 500;
}

.section.content[id^=anchor-].-text_by_list .section.text ul, .section.content[id^=anchor-].-text_by_list > .container h3, .screen-reader-text:focus, .search-results .pagination .nav-links > *.current, .search-results div.asp_w.asp_sb.searchsettings fieldset legend, .search-results div.asp_w.asp_sb.searchsettings fieldset .asp_option .asp_option_label, .search-results .label, .search-results #primary article > a[rel=bookmark], .content-row.-featured_links.plain h2, .heavy, .label, .button:not(.gform_button), .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:not(.gform_button), .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:not(.gform_button), .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:not(.gform_button) {
  font-weight: 600;
}

@font-face {
  font-family: "FreigSanProBold";
  src: url("../font/FreigSanProBold.woff2") format("woff2"), url("../font/FreigSanProBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.content-row > .container > .inner {
  margin: 0 auto;
}
.content-row.-featured_links.plain {
  margin-top: 40px;
}
.content-row.-featured_links.plain h2 {
  padding: 40px 0px;
  letter-spacing: 2px;
  font-size: 18px;
}
.content-row.-featured_links.plain h3 {
  letter-spacing: 0px;
  line-height: 1.6em;
  font-size: 18px;
}
.content-row.-featured_links.plain .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
  max-width: 90%;
}
.content-row.-featured_links.plain .inner > div {
  width: calc(33.3333333333% - 20px);
  display: flex;
  flex: 1;
  margin: 10px;
  border-radius: 5px;
  min-width: 300px;
}
.content-row.-featured_links.plain .inner > div .feature {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px;
  transition: color 0.4s;
}
.content-row.-featured_links.plain .inner > div .feature .content {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-width: 1px;
}
.content-row.-featured_links.plain .inner > div .feature .content p {
  line-height: 1.4em;
}
.content-row.-featured_links.plain .inner > div .feature footer {
  height: 35px;
}
.content-row.-featured_links.plain .inner > div .feature footer > div {
  height: 100%;
}
.content-row.-featured_links.plain .inner > div .feature:hover {
  color: #007ff2;
}
.content-row.-featured_links.plain .inner > div .feature:hover footer .-brand-alt {
  color: inherit;
}
.content-row.-featured_links.plain .inner > div .feature:hover footer .-brand-alt:before {
  opacity: 1;
}
.content-row.-featured_links.by_image .item {
  margin: 60px 0px;
}
.content-row.-featured_links.by_image .item .left {
  flex: 0.8;
  min-width: 300px;
}
.content-row.-featured_links.by_image .item .img-wrapper {
  min-width: 300px;
  margin: 0 0 0 40px;
  flex-grow: 1;
  height: auto;
  position: relative;
  display: flex;
  align-self: stretch;
  justify-self: stretch;
}
.content-row.-featured_links.by_image .item .img-wrapper:not([class*=img-fit-]) img {
  object-fit: cover;
}
.content-row.-featured_links.by_image .item .img-wrapper.img-fit-contain img {
  box-shadow: none;
}
.content-row.-featured_links.by_image .item .img-wrapper img {
  position: absolute;
  height: calc(100% + 160px);
  transform: translateY(-50%);
  width: 100%;
  top: 50%;
  box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.5);
  object-position: left center;
}
.content-row.-featured_links.by_image .item:nth-child(even) {
  flex-direction: row-reverse;
}
.content-row.-featured_links.by_image .item:nth-child(even) .img-wrapper {
  margin: 0 40px 0 0;
}
.content-row.-featured_links.quote blockquote {
  box-shadow: none;
}
.content-row.-featured_links.quote blockquote .source {
  margin-bottom: 5px;
}
.content-row.-featured_links.quote blockquote .text {
  margin-bottom: 20px;
}
.content-row.-featured_links.quote blockquote .date {
  margin-top: 10px;
}
.content-row.-biographies .inner {
  margin-top: 40px;
}
.content-row.-biographies .item {
  padding: 40px 0px;
  border-width: 2px;
  position: relative;
}
.content-row.-biographies .item header {
  min-height: 60px;
  width: 100%;
  margin-bottom: 40px;
}
.content-row.-biographies .item header .name {
  margin-right: 30px;
}
.content-row.-biographies .item header .button, .content-row.-biographies .item header .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .content-row.-biographies .item header .alm-load-more-btn, .content-row.-biographies .item header .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .content-row.-biographies .item header #ctf-more, .content-row.-biographies .item header .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .content-row.-biographies .item header .alm-load-more-btn {
  margin-left: auto;
}
.content-row.-biographies .item .info {
  flex: 1;
  margin-right: 40px;
}
.content-row.-biographies .item .info .img-wrapper {
  width: 200px;
  height: 300px;
  position: relative;
  margin-bottom: 50px;
  margin-right: 10px;
}
.content-row.-biographies .item .info .img-wrapper img {
  object-position: center top;
}
.content-row.-biographies .item .info .address-block p {
  margin: 0;
}
.content-row.-biographies .item .info .address-block p:first-of-type {
  margin-top: 1em;
}
.content-row.-biographies .item .text {
  flex: 2;
}
.content-row.-biographies .item:not(.active-expander) header {
  padding-left: 100px;
  margin-bottom: 0;
}
.content-row.-biographies .item:not(.active-expander) .img-wrapper {
  box-shadow: none;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  top: 40px;
  overflow: hidden;
}
.content-row.-biographies .item:not(.active-expander) .text, .content-row.-biographies .item:not(.active-expander) .address-block, .content-row.-biographies .item:not(.active-expander) .expertise {
  display: none;
}
.content-row.-custom_cards .inner {
  margin-top: 40px;
  width: calc(100% + 20px);
  transform: translateX(-10px);
}
.content-row.-custom_cards .item {
  margin: 10px;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  max-width: 400px;
}
.content-row.-custom_cards .item .icon {
  width: 30px;
  height: 30px;
}
.content-row.-custom_cards .item .-image {
  flex: 1;
  min-height: 200px;
}
.content-row.-custom_cards .item .-image .img-wrapper {
  position: relative;
  height: 100%;
}
.content-row.-custom_cards .item .-image .img-wrapper img {
  height: 100%;
  position: absolute;
  width: 100%;
  object-fit: cover;
}
.content-row.-custom_cards .item .-button {
  align-self: flex-end;
  margin-top: 20px;
  width: 100%;
  margin-left: auto;
}
.content-row.-custom_cards .item .-icon_line i {
  margin-right: 10px;
}
.content-row.-custom_cards .item.-grow {
  flex: 1;
  max-width: none;
}
.content-rows.horizontal .content-row:not(.active) {
  display: none;
}
.content-rows.horizontal .content-row h2 {
  font-weight: 100;
}

@media only screen and (max-width: 1024px) {
  .content-row.-featured_links.by_image .item .img-wrapper {
    height: 200px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    min-width: 0;
  }
  .content-row.-featured_links.by_image .item .img-wrapper img {
    height: 100%;
  }
  .content-row.-featured_links.by_image .item:nth-child(even), .content-row.-featured_links.by_image .item:nth-child(odd) {
    flex-direction: column;
  }
  .content-row.-featured_links.by_image .item:nth-child(even) .img-wrapper, .content-row.-featured_links.by_image .item:nth-child(odd) .img-wrapper {
    margin: 40px 0 0;
  }
  .content-row.-featured_links.by_image .item .left {
    min-width: 0;
  }
  .content-row.-biographies .item {
    padding-top: 390px;
    padding-bottom: 140px;
  }
  .content-row.-biographies .item header {
    flex-direction: column;
    text-align: left;
    margin-bottom: 20px;
  }
  .content-row.-biographies .item header .name {
    margin: 0 0 0.3em;
    width: 100%;
    font-size: 40px;
  }
  .content-row.-biographies .item header .title {
    margin: 0;
    width: 100%;
  }
  .content-row.-biographies .item header .button, .content-row.-biographies .item header .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .content-row.-biographies .item header .alm-load-more-btn, .content-row.-biographies .item header .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .content-row.-biographies .item header #ctf-more, .content-row.-biographies .item header .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .content-row.-biographies .item header .alm-load-more-btn {
    margin-left: 0;
    position: absolute;
    bottom: 40px;
  }
  .content-row.-biographies .item .info .img-wrapper {
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
  .content-row.-biographies .item .bio-content {
    display: flex;
    flex-direction: column-reverse;
  }
  .content-row.-biographies .item:not(.active-expander) {
    padding: 150px 0 40px;
    position: relative;
  }
  .content-row.-biographies .item:not(.active-expander) header {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-left: 0;
  }
  .content-row.-biographies .item:not(.active-expander) header .button, .content-row.-biographies .item:not(.active-expander) header .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .content-row.-biographies .item:not(.active-expander) header .alm-load-more-btn, .content-row.-biographies .item:not(.active-expander) header .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .content-row.-biographies .item:not(.active-expander) header #ctf-more, .content-row.-biographies .item:not(.active-expander) header .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .content-row.-biographies .item:not(.active-expander) header .alm-load-more-btn {
    position: relative;
    bottom: 0;
    margin-top: 40px;
  }
  .content-row.-biographies .item:not(.active-expander) .info .img-wrapper {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .content-rows.horizontal .nav-menu {
    width: calc(100% - 10px);
    margin: 0 auto;
    height: 56px;
    overflow: hidden;
    padding-top: 56px;
    position: relative;
  }
  .content-rows.horizontal .nav-menu:after {
    content: "";
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-top-color: currentColor;
    border-bottom-width: 0;
    position: absolute;
    top: 24px;
    right: 20px;
    z-index: 2;
  }
  .content-rows.horizontal .nav-menu .item {
    width: 100%;
  }
  .content-rows.horizontal .nav-menu .item.active {
    position: absolute;
    top: 0;
    background-color: #a4b1b9;
    color: inherit;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 1;
  }
  .content-rows.horizontal .nav-menu:focus, .content-rows.horizontal .nav-menu:active, .content-rows.horizontal .nav-menu:hover {
    height: auto;
  }
}

section.blockquote--news .heading-block {
  display: none;
}

.banner {
  background: #007ff2;
  color: #ffffff;
  margin: 1rem auto;
  width: 100%;
  max-width: 85%;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .banner {
    max-width: 75%;
    padding: 0 20px;
  }
}
@media (min-width: 1025px) {
  .banner {
    max-width: 1000px;
  }
}
.banner p {
  line-height: 1.3em;
  font-size: 16px;
  text-align: center;
}

/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  #masthead,
  #colophon,
  .newsletter-footer,
  nav {
    display: none;
  }
}
.spacing {
  max-width: 1000px;
  width: 90vw;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .data--mobile {
    display: none;
  }
}
.data--banner {
  background: #007ff2;
}
@media only screen and (min-width: 768px) {
  .data--banner {
    background: #f2f5f6;
  }
}
.data--banner__text {
  background: #007ff2;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
  padding: 10px;
}
.data--desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .data--desktop {
    display: block;
  }
}
.data--btn {
  margin: 0 auto;
  display: block;
  width: 80%;
}
@media only screen and (min-width: 768px) {
  .data--btn {
    width: auto;
    margin: 0;
  }
}
.data--logo {
  max-width: 50%;
}
.data--box {
  background: #f2f5f6;
}
.data--box__container {
  width: 90vw;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
}
.data--object {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .data--object {
    flex-direction: row;
  }
}
.data--object__container {
  width: 50%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .data--object__img {
    display: block;
    max-width: 350px;
    margin: 0 auto;
  }
}
.data--object__information {
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  .data--object__information {
    width: 50%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
}
.data--line {
  height: 3px;
  width: 85%;
  background: #f2f5f6;
  margin: 0 0 20px 15%;
}
@media only screen and (min-width: 768px) {
  .data--line {
    margin: 0 0 20px 0;
    width: 100%;
  }
}
.data--heading {
  color: #007ff2;
}
.data--heading__secondary {
  text-transform: uppercase;
  color: #4a5560;
  font-size: 18px;
  margin: 0 0 10px 15%;
  font-weight: 500;
  letter-spacing: 3px;
}
@media only screen and (min-width: 768px) {
  .data--heading__secondary {
    margin: 0 0 10px 0;
  }
}
.data--text {
  max-width: 370px;
  margin: 20px auto;
}
.data--figure {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
}
.data--figure__alt {
  margin: 5px 0 30px 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
}
.data--figure__one {
  color: #728194;
}
.data--figure__two {
  color: #4756a0;
}
.data--figure__three {
  color: #5ad583;
}
.data--figure__four {
  color: orange;
}
.data--figure__container {
  margin: 0 0 10px 15%;
}
@media only screen and (min-width: 768px) {
  .data--figure__container {
    margin: 0 0 20px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 768px) {
  .single-data .mapsvg-wrap-all {
    max-width: 40%;
    margin: 0 auto;
  }
}

.grant {
  background: #f2f5f6;
  padding: 50px 0;
}
.grant--heading {
  font-size: 25px;
  padding: 0 0 10px 0;
}
.grant--line {
  height: 3px;
  background: #007ff2;
  position: relative;
}
.grant--line:before {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #007ff2;
  position: absolute;
  left: 100%;
}
.grant--makers {
  padding: 20px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .grant--makers {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .grant--makers__container {
    width: 45%;
  }
}
.grant--makers__title {
  color: #728194;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  margin: 0 0 15px 0;
  position: relative;
  font-weight: 500;
  letter-spacing: 3px;
}
.grant--makers__title:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 3px;
  background: transparent;
  left: -15px;
  top: 0;
}
.grant--makers__title:hover {
  color: #007ff2;
}
.grant--makers__title:hover:before {
  background: #007ff2;
}
@media only screen and (min-width: 768px) {
  .grant--makers__title {
    margin: 0 0 20px 0;
  }
}

.method-container {
  padding-bottom: 50px;
}
.method-container .method--heading {
  font-weight: 100;
  font-size: 40px;
  margin-bottom: 30px;
}
.method-container .method--text {
  line-height: unset;
}
.method-container .method--text__alt {
  font-weight: 500 !important;
  font-size: 16px !important;
  text-transform: capitalize;
}
.method-container .method--text__closing {
  padding: 20px 0 30px 0;
}

.intro--box {
  width: 90vw;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
}

.map {
  text-align: center;
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  .map {
    padding: 90px 0;
  }
}
.map--heading {
  margin: 0 0 15px 0;
}
.map--select {
  width: 200px;
  position: relative;
  margin: 0 auto;
}
.map--select__btn {
  color: #8895a4;
  font-weight: 100;
  font-size: 14px;
  padding: 10px 16px;
  cursor: pointer;
  border: 1px solid #d1dbe0;
  text-align: left;
  border-radius: 5px;
  position: relative;
  transition: all 0.5s ease;
}
.map--select__btn:before {
  content: "";
  border-top: 8px solid #d1dbe0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 40%;
  left: 80%;
}
.map--select__btnrotate:before {
  top: 20%;
  transform: rotate(180deg);
  border-top: 8px solid #007ff2;
}
.map--select__dropdown {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
  text-align: left;
  height: 210px;
  border-radius: 5px;
  overflow-y: scroll;
}
.map--select__input {
  padding: 2px 12px !important;
  font-size: 14px !important;
  font-weight: 100;
  background-color: #f6f6f6 !important;
}
.map--select__link {
  color: #000000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.map--select__link:hover {
  color: #007ff2;
}
.map--select__show {
  display: block;
}
.map--map {
  position: relative;
}
.map--map svg {
  position: relative;
  top: 30px;
  width: 100%;
  height: 130%;
  left: -5%;
}
@media only screen and (min-width: 1024px) {
  .map--map svg {
    left: -10%;
  }
}
.map--legend {
  margin: 60px auto 0 auto;
  width: 180px;
}
@media only screen and (min-width: 1024px) {
  .map--legend {
    margin: 0;
    position: absolute;
    left: 90%;
    top: 60%;
  }
}
.map--legend__heading {
  margin: 0 0 10px 0;
  font-size: 18px;
  text-align: left;
  font-weight: 400;
  color: #728194;
}
.map--legend__container {
  display: flex;
  margin: 0 0 5px 0;
}
.map--legend__item {
  font-size: 16px;
  width: 150px;
  text-align: left;
}
.map--data__states {
  cursor: pointer;
}
.map--data__item {
  width: 30px;
  height: auto;
}
.map--data__one {
  fill: #007ff2 !important;
  background: #007ff2;
}
.map--data__two {
  fill: rgba(0, 127, 242, 0.8) !important;
  background: rgba(0, 127, 242, 0.8);
}
.map--data__three {
  fill: rgba(0, 127, 242, 0.6) !important;
  background: rgba(0, 127, 242, 0.6);
}
.map--data__four {
  fill: rgba(0, 127, 242, 0.4) !important;
  background: rgba(0, 127, 242, 0.4);
}
.map--data__five {
  fill: rgba(0, 127, 242, 0.2) !important;
  background: rgba(0, 127, 242, 0.2);
}

.page-template-page-biggreen #bg-table-header, .single.single-data #bg-table-header {
  padding: 25px 0;
  width: 100%;
  background-color: #d1dbe1;
}
.page-template-page-biggreen #bg-table-header .bg-inner, .single.single-data #bg-table-header .bg-inner {
  margin: 0 auto;
  max-width: 1000px;
}
@media only screen and (max-width: 1139px) and (min-width: 1025px) {
  .page-template-page-biggreen #bg-table-header .bg-inner, .single.single-data #bg-table-header .bg-inner {
    max-width: 840px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-template-page-biggreen #bg-table-header .bg-inner, .single.single-data #bg-table-header .bg-inner {
    max-width: 75%;
  }
}
.page-template-page-biggreen #bg-table-header .bg-inner, .single.single-data #bg-table-header .bg-inner {
  text-transform: uppercase;
  font-weight: 600;
  color: #728194;
  font-size: 14px;
  letter-spacing: 2px;
}
.page-template-page-biggreen #bg-table-data, .single.single-data #bg-table-data {
  font-family: canada-type-gibson, sans-serif;
  padding: 50px 0;
  margin: 0 auto;
  max-width: 1000px;
}
@media only screen and (max-width: 1139px) and (min-width: 1025px) {
  .page-template-page-biggreen #bg-table-data, .single.single-data #bg-table-data {
    max-width: 840px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-template-page-biggreen #bg-table-data, .single.single-data #bg-table-data {
    max-width: 75%;
  }
}
@media only screen and (max-width: 600px) {
  .page-template-page-biggreen #bg-table-data, .single.single-data #bg-table-data {
    max-width: 90%;
  }
}
.page-template-page-biggreen #bg-table-data .bg-container, .single.single-data #bg-table-data .bg-container {
  margin: 0;
}
.page-template-page-biggreen #bg-table-data .bg-container.selects .bg-inner, .single.single-data #bg-table-data .bg-container.selects .bg-inner {
  width: 45%;
  float: left;
}
.page-template-page-biggreen #bg-table-data .bg-container.selects .bg-inner:first-of-type, .single.single-data #bg-table-data .bg-container.selects .bg-inner:first-of-type {
  margin-right: 10%;
}
@media only screen and (max-width: 1024px) {
  .page-template-page-biggreen #bg-table-data .bg-container.selects .bg-inner, .single.single-data #bg-table-data .bg-container.selects .bg-inner {
    width: 100%;
    float: none;
  }
  .page-template-page-biggreen #bg-table-data .bg-container.selects .bg-inner:first-of-type, .single.single-data #bg-table-data .bg-container.selects .bg-inner:first-of-type {
    margin-right: 0;
  }
}
.page-template-page-biggreen #bg-table-data .bg-container.buttons .bg-inner, .single.single-data #bg-table-data .bg-container.buttons .bg-inner {
  text-align: right;
  padding-bottom: 50px;
}
.page-template-page-biggreen #bg-table-data .bg-container.buttons .bg-inner button:first-of-type, .single.single-data #bg-table-data .bg-container.buttons .bg-inner button:first-of-type {
  margin-right: 10px;
}
.page-template-page-biggreen #bg-table-data .bg-container.buttons .bg-inner button, .single.single-data #bg-table-data .bg-container.buttons .bg-inner button {
  /*
  &#bg-btn-apply {
  	background-color: $blue-color;
  	color: $white;
  }
  */
}
.page-template-page-biggreen #bg-table-data .bg-container.buttons .bg-inner button#bg-btn-reset, .single.single-data #bg-table-data .bg-container.buttons .bg-inner button#bg-btn-reset {
  border-color: #8895a4;
  color: #8895a4;
}
.page-template-page-biggreen #bg-table-data .bg-container.buttons .bg-inner button#bg-btn-reset:before, .single.single-data #bg-table-data .bg-container.buttons .bg-inner button#bg-btn-reset:before {
  background-color: #8895a4;
}
@media only screen and (max-width: 767px) {
  .page-template-page-biggreen #bg-table-data .bg-container.buttons .bg-inner button, .single.single-data #bg-table-data .bg-container.buttons .bg-inner button {
    display: block;
    margin: 0 auto;
  }
  .page-template-page-biggreen #bg-table-data .bg-container.buttons .bg-inner button:first-of-type, .single.single-data #bg-table-data .bg-container.buttons .bg-inner button:first-of-type {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 25px;
  }
}
.page-template-page-biggreen #bg-table-data .bg-container.table .pre-table, .single.single-data #bg-table-data .bg-container.table .pre-table {
  background-color: #f2f5f6;
  padding: 20px 10px 0 10px;
}
.page-template-page-biggreen #bg-table-data .bg-container.table .pre-table h3, .single.single-data #bg-table-data .bg-container.table .pre-table h3 {
  font-size: 25px;
  font-weight: 300;
  margin-left: 10px;
}
.page-template-page-biggreen #bg-table-data .bg-container.table #currently-sorting, .single.single-data #bg-table-data .bg-container.table #currently-sorting {
  width: 25px;
  display: none;
  opacity: 0;
  margin: 0;
}
.page-template-page-biggreen #bg-table-data .bg-container.table #currently-sorting.now, .single.single-data #bg-table-data .bg-container.table #currently-sorting.now {
  display: block;
  padding-top: 50px;
  margin: 0 auto -50px auto;
  opacity: 0.99;
  text-align: center;
}
.page-template-page-biggreen #bg-table-data .bg-container.table #download-the-data, .single.single-data #bg-table-data .bg-container.table #download-the-data {
  display: block;
  padding-top: 75px;
  text-align: center;
}
.page-template-page-biggreen #bg-table-data .bg-container.table .tablesorter-default, .single.single-data #bg-table-data .bg-container.table .tablesorter-default {
  margin-top: 0;
}
.page-template-page-biggreen #bg-table-data .bg-container.table .tablesorter-default .tablesorter-header, .single.single-data #bg-table-data .bg-container.table .tablesorter-default .tablesorter-header {
  background-image: unset;
}
.page-template-page-biggreen #bg-table-data .bg-container.table .tablesorter-default .tablesorter-header:hover, .single.single-data #bg-table-data .bg-container.table .tablesorter-default .tablesorter-header:hover {
  background-image: url("../assets/images/s2-down-arrow-2.png");
  background-position: 85% 35%;
}
.page-template-page-biggreen #bg-table-data .bg-container.table .tablesorter-default .tablesorter-header:hover.tablesorter-headerAsc, .single.single-data #bg-table-data .bg-container.table .tablesorter-default .tablesorter-header:hover.tablesorter-headerAsc {
  background-image: url("../assets/images/s2-down-arrow-2-rotate.png");
}
.page-template-page-biggreen #bg-table-data .bg-container.table .tablesorter-default .tablesorter-header:focus, .single.single-data #bg-table-data .bg-container.table .tablesorter-default .tablesorter-header:focus {
  outline: 0;
}
.page-template-page-biggreen #bg-table-data .bg-container.table .tablesorter-default tbody > tr.even:hover > td, .page-template-page-biggreen #bg-table-data .bg-container.table .tablesorter-default tbody > tr.hover > td, .page-template-page-biggreen #bg-table-data .bg-container.table .tablesorter-default tbody > tr.odd:hover > td, .page-template-page-biggreen #bg-table-data .bg-container.table .tablesorter-default tbody > tr:hover > td, .single.single-data #bg-table-data .bg-container.table .tablesorter-default tbody > tr.even:hover > td, .single.single-data #bg-table-data .bg-container.table .tablesorter-default tbody > tr.hover > td, .single.single-data #bg-table-data .bg-container.table .tablesorter-default tbody > tr.odd:hover > td, .single.single-data #bg-table-data .bg-container.table .tablesorter-default tbody > tr:hover > td {
  color: #4b545f;
}
.page-template-page-biggreen #bg-table-data .bg-container.table .bg-table-wrap, .single.single-data #bg-table-data .bg-container.table .bg-table-wrap {
  background-color: #f2f5f6;
  padding: 10px 0 0 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .page-template-page-biggreen #bg-table-data .bg-container.table .bg-table-wrap, .single.single-data #bg-table-data .bg-container.table .bg-table-wrap {
    overflow: auto;
  }
}
.page-template-page-biggreen #bg-table-data .bg-container.table .bg-table-wrap #big-green-table, .single.single-data #bg-table-data .bg-container.table .bg-table-wrap #big-green-table {
  font-family: canada-type-gibson, sans-serif;
  font-size: 14px;
  width: 100%;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .page-template-page-biggreen #bg-table-data .bg-container.table .bg-table-wrap #big-green-table, .single.single-data #bg-table-data .bg-container.table .bg-table-wrap #big-green-table {
    table-layout: unset;
  }
}
.page-template-page-biggreen #bg-table-data .bg-container.table .bg-table-wrap #big-green-table thead, .single.single-data #bg-table-data .bg-container.table .bg-table-wrap #big-green-table thead {
  display: table;
  width: 100%;
  height: 30px;
  overflow: auto;
  font-weight: 600;
  color: #8895a4;
  background-color: #f2f5f6;
}
.page-template-page-biggreen #bg-table-data .bg-container.table .bg-table-wrap #big-green-table thead tr, .single.single-data #bg-table-data .bg-container.table .bg-table-wrap #big-green-table thead tr {
  width: 100%;
}
.page-template-page-biggreen #bg-table-data .bg-container.table .bg-table-wrap #big-green-table thead tr th, .single.single-data #bg-table-data .bg-container.table .bg-table-wrap #big-green-table thead tr th {
  background-color: #f2f5f6;
  border-bottom: none;
}
.page-template-page-biggreen #bg-table-data .bg-container.table .bg-table-wrap #big-green-table thead tr th .tablesorter-header-inner, .single.single-data #bg-table-data .bg-container.table .bg-table-wrap #big-green-table thead tr th .tablesorter-header-inner {
  color: #8895a4;
}
.page-template-page-biggreen #bg-table-data .bg-container.table .bg-table-wrap #big-green-table tbody, .single.single-data #bg-table-data .bg-container.table .bg-table-wrap #big-green-table tbody {
  font-weight: 300;
  color: #8895a4;
  display: block;
  width: 100%;
  height: 400px;
  overflow: auto;
  background-color: #ffffff;
}
.page-template-page-biggreen #bg-table-data .bg-container.table .bg-table-wrap #big-green-table tbody::-webkit-scrollbar, .single.single-data #bg-table-data .bg-container.table .bg-table-wrap #big-green-table tbody::-webkit-scrollbar {
  width: 10px;
}
.page-template-page-biggreen #bg-table-data .bg-container.table .bg-table-wrap #big-green-table tbody::-webkit-scrollbar-track, .single.single-data #bg-table-data .bg-container.table .bg-table-wrap #big-green-table tbody::-webkit-scrollbar-track {
  background: #f2f5f6;
}
.page-template-page-biggreen #bg-table-data .bg-container.table .bg-table-wrap #big-green-table tbody::-webkit-scrollbar-thumb, .single.single-data #bg-table-data .bg-container.table .bg-table-wrap #big-green-table tbody::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  border-radius: 5px;
}
.page-template-page-biggreen #bg-table-data .bg-container.table .bg-table-wrap #big-green-table tbody::-webkit-scrollbar-thumb:hover, .single.single-data #bg-table-data .bg-container.table .bg-table-wrap #big-green-table tbody::-webkit-scrollbar-thumb:hover {
  background: #8895a4;
}
.page-template-page-biggreen #bg-table-data .bg-container.table .bg-table-wrap #big-green-table tbody tr, .single.single-data #bg-table-data .bg-container.table .bg-table-wrap #big-green-table tbody tr {
  display: table;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.page-template-page-biggreen #bg-table-data .bg-container.table .bg-table-wrap #big-green-table .col, .single.single-data #bg-table-data .bg-container.table .bg-table-wrap #big-green-table .col {
  text-align: left;
  padding-bottom: 1rem;
  border-color: #f2f5f6;
}
.page-template-page-biggreen #bg-table-data .bg-container.table .bg-table-wrap #big-green-table .col.foundations .tablesorter-header-inner, .single.single-data #bg-table-data .bg-container.table .bg-table-wrap #big-green-table .col.foundations .tablesorter-header-inner {
  color: #6972af;
}
.page-template-page-biggreen #bg-table-data .bg-container.table .bg-table-wrap #big-green-table .col.issues .tablesorter-header-inner, .single.single-data #bg-table-data .bg-container.table .bg-table-wrap #big-green-table .col.issues .tablesorter-header-inner {
  color: #62b560;
}
.page-template-page-biggreen #bg-table-data .bg-container.table .bg-table-wrap #big-green-table .col.recipients .tablesorter-header-inner, .single.single-data #bg-table-data .bg-container.table .bg-table-wrap #big-green-table .col.recipients .tablesorter-header-inner {
  color: #FD9B53;
}
.page-template-page-biggreen #bg-table-data .bg-container.table .bg-table-wrap #big-green-table .col.states .tablesorter-header-inner, .single.single-data #bg-table-data .bg-container.table .bg-table-wrap #big-green-table .col.states .tablesorter-header-inner {
  color: #007ff2;
}
.page-template-page-biggreen #bg-table-data .bg-container.table .bg-table-wrap #big-green-table .col.col1, .single.single-data #bg-table-data .bg-container.table .bg-table-wrap #big-green-table .col.col1 {
  width: 25%;
  padding-left: 20px;
}
.page-template-page-biggreen #bg-table-data .bg-container.table .bg-table-wrap #big-green-table .col.col2, .single.single-data #bg-table-data .bg-container.table .bg-table-wrap #big-green-table .col.col2 {
  width: 25%;
}
.page-template-page-biggreen #bg-table-data .bg-container.table .bg-table-wrap #big-green-table .col.col3, .single.single-data #bg-table-data .bg-container.table .bg-table-wrap #big-green-table .col.col3 {
  width: 15%;
}
.page-template-page-biggreen #bg-table-data .bg-container.table .bg-table-wrap #big-green-table .col.col4, .single.single-data #bg-table-data .bg-container.table .bg-table-wrap #big-green-table .col.col4 {
  width: 15%;
}
.page-template-page-biggreen #bg-table-data .bg-container.table .bg-table-wrap #big-green-table .col.col5, .single.single-data #bg-table-data .bg-container.table .bg-table-wrap #big-green-table .col.col5 {
  width: 10%;
}
.page-template-page-biggreen #bg-table-data .bg-container.table .bg-table-wrap #big-green-table .col.col6, .single.single-data #bg-table-data .bg-container.table .bg-table-wrap #big-green-table .col.col6 {
  width: 10%;
}
.page-template-page-biggreen #bg-table-data .bg-container.table .bg-table-wrap #big-green-table, .single.single-data #bg-table-data .bg-container.table .bg-table-wrap #big-green-table {
  /*...col*/
}
.page-template-page-biggreen #bg-table-data, .single.single-data #bg-table-data {
  /*...bg-container*/
}
.page-template-page-biggreen, .single.single-data {
  /*..#bg-table-data*/
}
.page-template-page-biggreen .select2-container, .single.single-data .select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.page-template-page-biggreen .select2-container .select2-selection--single, .single.single-data .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.page-template-page-biggreen .select2-container .select2-selection--single .select2-selection__rendered, .single.single-data .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-template-page-biggreen .select2-container .select2-selection--single .select2-selection__clear, .single.single-data .select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.page-template-page-biggreen .select2-container, .single.single-data .select2-container {
  /*...select2-selection--single*/
}
.page-template-page-biggreen .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered, .single.single-data .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.page-template-page-biggreen .select2-container .select2-selection--multiple, .single.single-data .select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.page-template-page-biggreen .select2-container .select2-selection--multiple .select2-selection__rendered, .single.single-data .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.page-template-page-biggreen .select2-container .select2-selection--multiple .select2-selection__clear, .single.single-data .select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.page-template-page-biggreen .select2-container .select2-selection--multiple[aria-expanded=false] .select2-selection__rendered, .single.single-data .select2-container .select2-selection--multiple[aria-expanded=false] .select2-selection__rendered {
  width: 100%;
}
.page-template-page-biggreen .select2-container .select2-selection--multiple[aria-expanded=false] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field, .single.single-data .select2-container .select2-selection--multiple[aria-expanded=false] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
  background-color: transparent !important;
  border: 2px solid transparent !important;
  border-radius: 30px !important;
  color: #4b545f !important;
  padding: 0 10px !important;
  width: 88% !important;
}
@media only screen and (max-width: 1024px) {
  .page-template-page-biggreen .select2-container .select2-selection--multiple[aria-expanded=false] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field, .single.single-data .select2-container .select2-selection--multiple[aria-expanded=false] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
    padding: 0 10px 0 5px !important;
  }
}
@media only screen and (max-width: 600px) {
  .page-template-page-biggreen .select2-container .select2-selection--multiple[aria-expanded=false] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field, .single.single-data .select2-container .select2-selection--multiple[aria-expanded=false] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
    padding: 0 10px 0 0 !important;
    width: 86% !important;
  }
}
@media only screen and (max-width: 500px) {
  .page-template-page-biggreen .select2-container .select2-selection--multiple[aria-expanded=false] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field, .single.single-data .select2-container .select2-selection--multiple[aria-expanded=false] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
    width: 83% !important;
  }
}
@media only screen and (max-width: 425px) {
  .page-template-page-biggreen .select2-container .select2-selection--multiple[aria-expanded=false] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field, .single.single-data .select2-container .select2-selection--multiple[aria-expanded=false] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
    width: 80% !important;
  }
}
@media only screen and (max-width: 374px) {
  .page-template-page-biggreen .select2-container .select2-selection--multiple[aria-expanded=false] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field, .single.single-data .select2-container .select2-selection--multiple[aria-expanded=false] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
    width: 75% !important;
  }
}
@media only screen and (max-width: 324px) {
  .page-template-page-biggreen .select2-container .select2-selection--multiple[aria-expanded=false] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field, .single.single-data .select2-container .select2-selection--multiple[aria-expanded=false] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
    width: 65% !important;
  }
}
.page-template-page-biggreen .select2-container .select2-selection--multiple[aria-expanded=true] .select2-selection__rendered, .single.single-data .select2-container .select2-selection--multiple[aria-expanded=true] .select2-selection__rendered {
  width: 100%;
}
.page-template-page-biggreen .select2-container .select2-selection--multiple[aria-expanded=true] .select2-selection__rendered .select2-search.select2-search--inline:after, .single.single-data .select2-container .select2-selection--multiple[aria-expanded=true] .select2-selection__rendered .select2-search.select2-search--inline:after {
  content: url("../assets/images/s2-search-icon.png");
  position: relative;
  right: 30px;
  top: 2px;
  width: 18px;
  height: 17px;
}
.page-template-page-biggreen .select2-container .select2-selection--multiple[aria-expanded=true] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field, .single.single-data .select2-container .select2-selection--multiple[aria-expanded=true] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
  background-color: #f2f5f6 !important;
  border: 2px solid #d3dbdf !important;
  border-radius: 30px !important;
  color: #4b545f !important;
  padding: 0 10px 0 15px !important;
  width: 88% !important;
}
@media only screen and (max-width: 1024px) {
  .page-template-page-biggreen .select2-container .select2-selection--multiple[aria-expanded=true] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field, .single.single-data .select2-container .select2-selection--multiple[aria-expanded=true] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
    padding: 0 10px !important;
  }
}
@media only screen and (max-width: 600px) {
  .page-template-page-biggreen .select2-container .select2-selection--multiple[aria-expanded=true] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field, .single.single-data .select2-container .select2-selection--multiple[aria-expanded=true] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
    width: 86% !important;
  }
}
@media only screen and (max-width: 500px) {
  .page-template-page-biggreen .select2-container .select2-selection--multiple[aria-expanded=true] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field, .single.single-data .select2-container .select2-selection--multiple[aria-expanded=true] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
    width: 83% !important;
  }
}
@media only screen and (max-width: 425px) {
  .page-template-page-biggreen .select2-container .select2-selection--multiple[aria-expanded=true] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field, .single.single-data .select2-container .select2-selection--multiple[aria-expanded=true] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
    width: 80% !important;
  }
}
@media only screen and (max-width: 374px) {
  .page-template-page-biggreen .select2-container .select2-selection--multiple[aria-expanded=true] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field, .single.single-data .select2-container .select2-selection--multiple[aria-expanded=true] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
    width: 75% !important;
  }
}
@media only screen and (max-width: 324px) {
  .page-template-page-biggreen .select2-container .select2-selection--multiple[aria-expanded=true] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field, .single.single-data .select2-container .select2-selection--multiple[aria-expanded=true] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
    width: 65% !important;
  }
}
.page-template-page-biggreen .select2-container .select2-selection--multiple[aria-expanded=true] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field::-webkit-input-placeholder, .single.single-data .select2-container .select2-selection--multiple[aria-expanded=true] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: #4b545f;
  font-size: 14px;
}
.page-template-page-biggreen .select2-container .select2-selection--multiple[aria-expanded=true] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field:-ms-input-placeholder, .single.single-data .select2-container .select2-selection--multiple[aria-expanded=true] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field:-ms-input-placeholder {
  color: #4b545f;
  font-size: 14px;
}
.page-template-page-biggreen .select2-container .select2-selection--multiple[aria-expanded=true] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field::placeholder, .single.single-data .select2-container .select2-selection--multiple[aria-expanded=true] .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field::placeholder {
  color: #4b545f;
  font-size: 14px;
}
.page-template-page-biggreen .select2-container, .single.single-data .select2-container {
  /*...select2-selection--multiple*/
}
.page-template-page-biggreen .select2-container .select2-search--inline .select2-search__field, .single.single-data .select2-container .select2-search--inline .select2-search__field {
  color: #8895a4;
  font-weight: 300;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  height: 34px !important;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 15px !important;
  width: auto !important;
  min-width: 280px;
  padding: 0;
}
.page-template-page-biggreen .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button, .single.single-data .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.page-template-page-biggreen, .single.single-data {
  /*...select2-container*/
}
.page-template-page-biggreen .select2-dropdown, .single.single-data .select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.page-template-page-biggreen .select2-dropdown .select2-results, .single.single-data .select2-dropdown .select2-results {
  display: block;
  background-color: #f2f5f6;
  color: #8895a4;
}
.page-template-page-biggreen .select2-dropdown .select2-results .select2-results__options, .single.single-data .select2-dropdown .select2-results .select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-template-page-biggreen .select2-dropdown .select2-results .select2-results__options .select2-results__option, .single.single-data .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.page-template-page-biggreen .select2-dropdown .select2-results .select2-results__options .select2-results__option:hover, .single.single-data .select2-dropdown .select2-results .select2-results__options .select2-results__option:hover {
  background-color: #eceded;
}
.page-template-page-biggreen, .single.single-data {
  /*...select2-dropdown*/
}
.page-template-page-biggreen .select2-results__option--selectable, .single.single-data .select2-results__option--selectable {
  cursor: pointer;
}
.page-template-page-biggreen .select2-container--open .select2-dropdown, .single.single-data .select2-container--open .select2-dropdown {
  left: 0;
}
.page-template-page-biggreen .select2-container--open .select2-dropdown--above, .single.single-data .select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.page-template-page-biggreen .select2-container--open .select2-dropdown--below, .single.single-data .select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.page-template-page-biggreen .select2-search--dropdown, .single.single-data .select2-search--dropdown {
  display: block;
  padding: 4px;
}
.page-template-page-biggreen .select2-search--dropdown .select2-search__field, .single.single-data .select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  color: #8895a4;
  font-weight: 300;
}
.page-template-page-biggreen .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button, .single.single-data .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.page-template-page-biggreen .select2-search--dropdown .select2-search--hide, .single.single-data .select2-search--dropdown .select2-search--hide {
  display: none;
}
.page-template-page-biggreen, .single.single-data {
  /*...select2-search--dropdown*/
}
.page-template-page-biggreen .select2-close-mask, .single.single-data .select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.page-template-page-biggreen .select2-hidden-accessible, .single.single-data .select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.page-template-page-biggreen .select2-container--default .select2-selection--multiple, .single.single-data .select2-container--default .select2-selection--multiple {
  background-color: white;
  /*border: 1px solid $bg_grey;*/
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
}
.page-template-page-biggreen .select2-container--default .select2-selection--multiple .select2-selection__clear, .single.single-data .select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px;
}
.page-template-page-biggreen .select2-container--default .select2-selection--multiple .select2-selection__choice, .single.single-data .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #d3dbdf;
  color: #fff;
  border: none;
  border-radius: 20px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 10px 10px 0;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  opacity: 1;
}
.page-template-page-biggreen .select2-container--default .select2-selection--multiple .select2-selection__choice:hover, .single.single-data .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  opacity: 0.7;
}
.page-template-page-biggreen .select2-container--default .select2-selection--multiple .select2-selection__choice__display, .single.single-data .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  padding-bottom: 4px;
  padding-left: 2px;
  padding-right: 5px;
  cursor: pointer;
}
.page-template-page-biggreen .select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .single.single-data .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  font-size: 12px;
  border: none;
  border-right: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 7px;
}
.page-template-page-biggreen .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .page-template-page-biggreen .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus, .single.single-data .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .single.single-data .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: transparent;
  color: #fff;
  outline: none;
}
.page-template-page-biggreen .select2-container--default .select2-selection--multiple .select2-selection__choice, .single.single-data .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.page-template-page-biggreen .select2-container--default .select2-selection--multiple .select2-selection__choice__display, .single.single-data .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.page-template-page-biggreen .select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .single.single-data .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-left: none;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.page-template-page-biggreen .select2-container--default, .single.single-data .select2-container--default {
  /*...select2-selection--multiple*/
}
.page-template-page-biggreen .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear, .single.single-data .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.page-template-page-biggreen .select2-container--default.select2-container--focus .select2-selection--multiple, .single.single-data .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.page-template-page-biggreen .select2-container--default.select2-container--disabled .select2-selection--multiple, .single.single-data .select2-container--default.select2-container--disabled .select2-selection--multiple {
  cursor: default;
  background-color: #eee;
}
.page-template-page-biggreen .select2-container--default.select2-container--disabled .select2-selection--multiple.select2-selection--custom, .single.single-data .select2-container--default.select2-container--disabled .select2-selection--multiple.select2-selection--custom {
  background-color: transparent;
}
.page-template-page-biggreen .select2-container--default.select2-container--disabled .select2-selection__choice__remove, .single.single-data .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: initial;
  visibility: hidden;
  width: 1px;
  font-size: 0;
  padding: 0 5px;
}
.page-template-page-biggreen .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .single.single-data .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.page-template-page-biggreen .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .single.single-data .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-top: 0;
}
.page-template-page-biggreen .select2-container--default .select2-search--dropdown .select2-search__field, .single.single-data .select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
}
.page-template-page-biggreen .select2-container--default .select2-search--inline .select2-search__field, .single.single-data .select2-container--default .select2-search--inline .select2-search__field {
  background: transparent !important;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.page-template-page-biggreen .select2-container--default .select2-results > .select2-results__options, .single.single-data .select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.page-template-page-biggreen .select2-container--default .select2-results__option .select2-results__option, .single.single-data .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.page-template-page-biggreen .select2-container--default .select2-results__option .select2-results__option .select2-results__group, .single.single-data .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.page-template-page-biggreen .select2-container--default .select2-results__option .select2-results__option .select2-results__option, .single.single-data .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.page-template-page-biggreen .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option, .single.single-data .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.page-template-page-biggreen .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option, .single.single-data .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.page-template-page-biggreen .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option, .single.single-data .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.page-template-page-biggreen .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option, .single.single-data .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.page-template-page-biggreen .select2-container--default .select2-results__option--group, .single.single-data .select2-container--default .select2-results__option--group {
  padding: 0;
}
.page-template-page-biggreen .select2-container--default .select2-results__option--group:before, .single.single-data .select2-container--default .select2-results__option--group:before {
  display: none;
}
.page-template-page-biggreen .select2-container--default .select2-results__option--group:hover:before, .single.single-data .select2-container--default .select2-results__option--group:hover:before {
  display: none;
}
.page-template-page-biggreen .select2-container--default .select2-results__option--disabled, .single.single-data .select2-container--default .select2-results__option--disabled {
  color: #999;
}
.page-template-page-biggreen .select2-container--default .select2-results__option--selected, .single.single-data .select2-container--default .select2-results__option--selected {
  background-color: #eceded;
}
.page-template-page-biggreen .select2-container--default .select2-results__option--highlighted[aria-selected], .single.single-data .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eceded;
  color: #4b545f;
}
.page-template-page-biggreen .select2-container--default .select2-results__option--highlighted .select2-results__option--selectable.select2-results__option--selected:hover, .single.single-data .select2-container--default .select2-results__option--highlighted .select2-results__option--selectable.select2-results__option--selected:hover {
  background-color: #eceded;
}
.page-template-page-biggreen .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .single.single-data .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #fff;
  color: #677B8C;
}
.page-template-page-biggreen .select2-container--default .select2-results__group, .single.single-data .select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.page-template-page-biggreen, .single.single-data {
  /*...select2-container--default*/
}
.page-template-page-biggreen .select2-container--classic .select2-selection--multiple, .single.single-data .select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.page-template-page-biggreen .select2-container--classic .select2-selection--multiple:focus, .single.single-data .select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #B2CDB5;
}
.page-template-page-biggreen .select2-container--classic .select2-selection--multiple .select2-selection__clear, .single.single-data .select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.page-template-page-biggreen .select2-container--classic .select2-selection--multiple .select2-selection__choice, .single.single-data .select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.page-template-page-biggreen .select2-container--classic .select2-selection--multiple .select2-selection__choice__display, .single.single-data .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.page-template-page-biggreen .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove, .single.single-data .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.page-template-page-biggreen .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover, .single.single-data .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.page-template-page-biggreen .select2-container--classic .select2-selection--multiple .select2-selection__choice, .single.single-data .select2-container--classic .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.page-template-page-biggreen .select2-container--classic .select2-selection--multiple .select2-selection__choice__display, .single.single-data .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.page-template-page-biggreen .select2-container--classic, .single.single-data .select2-container--classic {
  /*...select2-selection--multiple*/
}
.page-template-page-biggreen .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove, .single.single-data .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.page-template-page-biggreen .select2-container--classic.select2-container--open .select2-selection--multiple, .single.single-data .select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #B2CDB5;
}
.page-template-page-biggreen .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple, .single.single-data .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.page-template-page-biggreen .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple, .single.single-data .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.page-template-page-biggreen .select2-container--classic .select2-search--dropdown .select2-search__field, .single.single-data .select2-container--classic .select2-search--dropdown .select2-search__field {
  border: none;
  outline: 0;
}
.page-template-page-biggreen .select2-container--classic .select2-search--inline .select2-search__field, .single.single-data .select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.page-template-page-biggreen .select2-container--classic .select2-dropdown, .single.single-data .select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.page-template-page-biggreen .select2-container--classic .select2-dropdown--above, .single.single-data .select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.page-template-page-biggreen .select2-container--classic .select2-dropdown--below, .single.single-data .select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.page-template-page-biggreen .select2-container--classic .select2-results > .select2-results__options, .single.single-data .select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.page-template-page-biggreen .select2-container--classic .select2-results__option--group, .single.single-data .select2-container--classic .select2-results__option--group {
  padding: 0;
}
.page-template-page-biggreen .select2-container--classic .select2-results__option--disabled, .single.single-data .select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.page-template-page-biggreen .select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable, .single.single-data .select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #eceded;
}
.page-template-page-biggreen .select2-container--classic .select2-results__group, .single.single-data .select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.page-template-page-biggreen .select2-container--classic .select2-container--open .select2-dropdown, .single.single-data .select2-container--classic .select2-container--open .select2-dropdown {
  border-color: #B2CDB5;
}
.page-template-page-biggreen, .single.single-data {
  /*...select2-container--classic*/
  /*****
  CUSTOM STYLES
  *****/
}
.page-template-page-biggreen .select2-results__option, .single.single-data .select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}
.page-template-page-biggreen .select2-container--default .select2-results__option:before, .single.single-data .select2-container--default .select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 10px;
  width: 10px;
  border: 1px solid #707070;
  border-radius: 10px;
  background-color: #f2f5f6;
  margin-right: 15px;
  vertical-align: middle;
  margin-top: -5px;
}
.page-template-page-biggreen .select2-container--default .select2-results__option.select2-results__option--group:hover, .single.single-data .select2-container--default .select2-results__option.select2-results__option--group:hover {
  background: initial;
}
.page-template-page-biggreen .select2-container--default .select2-results__option:hover:before, .single.single-data .select2-container--default .select2-results__option:hover:before {
  background-color: #cc0000;
}
.page-template-page-biggreen .select2-container--default .select2-results__option.select2-results__option--group:hover:before, .single.single-data .select2-container--default .select2-results__option.select2-results__option--group:hover:before {
  content: "";
  display: none;
}
.page-template-page-biggreen .select2-results__option.select2-results__option--selectable.select2-results__option--selected:before, .single.single-data .select2-results__option.select2-results__option--selectable.select2-results__option--selected:before {
  content: url("../images/svgs/selected-circle.svg");
  color: #fff;
  background-color: #d3dbdf;
  border: 0;
  display: inline-block;
  padding-left: 0;
}
.page-template-page-biggreen .select2-search.select2-search--inline, .single.single-data .select2-search.select2-search--inline {
  width: auto;
  overflow: visible;
  display: contents;
}
.page-template-page-biggreen .select2-search.select2-search--inline .select2-search__field, .single.single-data .select2-search.select2-search--inline .select2-search__field {
  width: auto;
}
.page-template-page-biggreen .select2-container--default .select2-selection--multiple, .single.single-data .select2-container--default .select2-selection--multiple {
  display: inline-flex;
  width: 100%;
  margin-bottom: 10px;
}
.page-template-page-biggreen .select2-container ul, .single.single-data .select2-container ul {
  margin: 0;
}
.page-template-page-biggreen .select2-selection__choice button, .single.single-data .select2-selection__choice button {
  min-width: unset;
}
.page-template-page-biggreen #search-results-hidden-count, .single.single-data #search-results-hidden-count {
  display: none;
  visibility: hidden;
  z-index: -1;
}
.page-template-page-biggreen .select2.select2-container .select2-selection:first-of-type:after, .single.single-data .select2.select2-container .select2-selection:first-of-type:after {
  content: "";
  background-image: url("../assets/images/s2-down-arrow.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 10px;
  position: absolute;
  top: 40%;
  right: 3%;
}
.page-template-page-biggreen .select2-container.select2-container--custom-selection .select2-selection, .single.single-data .select2-container.select2-container--custom-selection .select2-selection {
  border: none;
}
.page-template-page-biggreen .select2-container.select2-container--open .select2-selection:first-of-type:after, .single.single-data .select2-container.select2-container--open .select2-selection:first-of-type:after {
  background-image: url("../assets/images/s2-down-arrow-rotate.png");
  transform: rotate(180deg);
}
.page-template-page-biggreen .select2-container .select2-selection__clear, .single.single-data .select2-container .select2-selection__clear {
  display: none;
}
.page-template-page-biggreen .select2-container--default.select2-container--focus .select2-selection--multiple, .single.single-data .select2-container--default.select2-container--focus .select2-selection--multiple {
  background: #f2f5f6;
  border-color: #d3dbdf;
  display: inline-flex;
  width: 100%;
}
.page-template-page-biggreen .select2-container--default.select2-container--focus .select2-selection--multiple, .single.single-data .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #d3dbdf;
}
.page-template-page-biggreen .select2-container--open .select2-dropdown, .single.single-data .select2-container--open .select2-dropdown {
  border-color: #d3dbdf;
  margin-top: -10px;
}
.page-template-page-biggreen .select2-container--open .select2-dropdown.select2-dropdown--above, .single.single-data .select2-container--open .select2-dropdown.select2-dropdown--above {
  margin-top: 0;
}
.page-template-page-biggreen .select2-search__field::-webkit-input-placeholder, .single.single-data .select2-search__field::-webkit-input-placeholder { /* Edge */
  font-family: canada-type-gibson, sans-serif;
  color: #8895a4;
  font-weight: 100;
  font-size: 110%;
}
.page-template-page-biggreen .select2-search__field:-ms-input-placeholder, .single.single-data .select2-search__field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: canada-type-gibson, sans-serif;
  color: #8895a4;
  font-weight: 100;
  font-size: 110%;
}
.page-template-page-biggreen .select2-search__field::placeholder, .single.single-data .select2-search__field::placeholder {
  font-family: canada-type-gibson, sans-serif;
  color: #8895a4;
  font-weight: 100;
  font-size: 110%;
}
.page-template-page-biggreen, .single.single-data {
  /********
  category colors
  ********/
}
.page-template-page-biggreen .bgsel-foundations .select2-container--default .select2-selection--multiple .select2-selection__choice, .single.single-data .bgsel-foundations .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #6972af;
}
.page-template-page-biggreen #select2-bgsel__foundations-results .select2-results__option[aria-selected=true], .single.single-data #select2-bgsel__foundations-results .select2-results__option[aria-selected=true] {
  color: #6972af;
  font-weight: 600;
}
.page-template-page-biggreen #select2-bgsel__foundations-results .select2-results__option[aria-selected=true]:before, .single.single-data #select2-bgsel__foundations-results .select2-results__option[aria-selected=true]:before {
  background-color: #6972af;
}
.page-template-page-biggreen #select2-bgsel__foundations-results .select2-results__option:hover:before, .single.single-data #select2-bgsel__foundations-results .select2-results__option:hover:before {
  background-color: #6972af;
}
.page-template-page-biggreen #select2-bgsel__foundations-results .select2-results__option:hover, .single.single-data #select2-bgsel__foundations-results .select2-results__option:hover {
  color: #6972af;
}
.page-template-page-biggreen .bgsel-issues .select2-container--default .select2-selection--multiple .select2-selection__choice, .single.single-data .bgsel-issues .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #62b560;
}
.page-template-page-biggreen #select2-bgsel__issues-results .select2-results__option[aria-selected=true], .single.single-data #select2-bgsel__issues-results .select2-results__option[aria-selected=true] {
  color: #62b560;
  font-weight: 600;
}
.page-template-page-biggreen #select2-bgsel__issues-results .select2-results__option[aria-selected=true]:before, .single.single-data #select2-bgsel__issues-results .select2-results__option[aria-selected=true]:before {
  background-color: #62b560;
}
.page-template-page-biggreen #select2-bgsel__issues-results .select2-results__option:hover:before, .single.single-data #select2-bgsel__issues-results .select2-results__option:hover:before {
  background-color: #62b560;
}
.page-template-page-biggreen #select2-bgsel__issues-results .select2-results__option:hover, .single.single-data #select2-bgsel__issues-results .select2-results__option:hover {
  color: #62b560;
}
.page-template-page-biggreen .bgsel-recipients .select2-container--default .select2-selection--multiple .select2-selection__choice, .single.single-data .bgsel-recipients .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #FD9B53;
}
.page-template-page-biggreen #select2-bgsel__recipients-results .select2-results__option[aria-selected=true], .single.single-data #select2-bgsel__recipients-results .select2-results__option[aria-selected=true] {
  color: #FD9B53;
  font-weight: 600;
}
.page-template-page-biggreen #select2-bgsel__recipients-results .select2-results__option[aria-selected=true]:before, .single.single-data #select2-bgsel__recipients-results .select2-results__option[aria-selected=true]:before {
  background-color: #FD9B53;
}
.page-template-page-biggreen #select2-bgsel__recipients-results .select2-results__option:hover:before, .single.single-data #select2-bgsel__recipients-results .select2-results__option:hover:before {
  background-color: #FD9B53;
}
.page-template-page-biggreen #select2-bgsel__recipients-results .select2-results__option:hover, .single.single-data #select2-bgsel__recipients-results .select2-results__option:hover {
  color: #FD9B53;
}
.page-template-page-biggreen .bgsel-states .select2-container--default .select2-selection--multiple .select2-selection__choice, .single.single-data .bgsel-states .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #007ff2;
}
.page-template-page-biggreen #select2-bgsel__states-results .select2-results__option[aria-selected=true], .single.single-data #select2-bgsel__states-results .select2-results__option[aria-selected=true] {
  color: #007ff2;
  font-weight: 600;
}
.page-template-page-biggreen #select2-bgsel__states-results .select2-results__option[aria-selected=true]:before, .single.single-data #select2-bgsel__states-results .select2-results__option[aria-selected=true]:before {
  background-color: #007ff2;
}
.page-template-page-biggreen #select2-bgsel__states-results .select2-results__option:hover:before, .single.single-data #select2-bgsel__states-results .select2-results__option:hover:before {
  background-color: #007ff2;
}
.page-template-page-biggreen #select2-bgsel__states-results .select2-results__option:hover, .single.single-data #select2-bgsel__states-results .select2-results__option:hover {
  color: #007ff2;
}
.page-template-page-biggreen .bg--tooltip, .single.single-data .bg--tooltip {
  background: #d1dbe1;
  padding: 20px 0;
  position: relative;
}
.page-template-page-biggreen .bg--tooltip__heading, .single.single-data .bg--tooltip__heading {
  text-transform: uppercase;
  color: #4b545f;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.75;
  display: inline;
}
.page-template-page-biggreen .bg--tooltip__icon, .single.single-data .bg--tooltip__icon {
  background: #097ff3;
  padding: 3px 9.5px;
  border-radius: 50%;
  color: #ffffff;
  margin: 0 0 0 10px;
  cursor: pointer;
  text-transform: lowercase;
}
.page-template-page-biggreen .bg--tooltip__helper, .single.single-data .bg--tooltip__helper {
  display: none;
  position: absolute;
  background: #097ff3;
  width: 90vw;
  padding: 10px 20px;
  z-index: 20;
  border-radius: 15px;
  top: 90%;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .page-template-page-biggreen .bg--tooltip__helper, .single.single-data .bg--tooltip__helper {
    top: 50%;
    left: 50%;
    width: 45%;
  }
}
.page-template-page-biggreen .bg--tooltip__helper p, .single.single-data .bg--tooltip__helper p {
  line-height: 1;
}
.page-template-page-biggreen .bg--tooltip__biggest, .single.single-data .bg--tooltip__biggest {
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
}
.page-template-page-biggreen .bg--tooltip__big, .single.single-data .bg--tooltip__big {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
}
.page-template-page-biggreen .bg--tooltip__small, .single.single-data .bg--tooltip__small {
  font-weight: 100;
  font-size: 15px;
}
.page-template-page-biggreen .bg--tooltip__icon:hover + .bg--tooltip__helper, .single.single-data .bg--tooltip__icon:hover + .bg--tooltip__helper {
  display: block;
}

/*...page-template-page-biggreen*/
.tax-post_types.term-ferc #dropbox-embed-ferc {
  display: block;
  width: 100%;
  height: 80vh;
  max-width: 1000px;
  margin: auto;
}
.tax-post_types.term-ferc #dropbox-embed-ferc button.file-tile__action-button[aria-label="Open on Dropbox"] {
  display: none !important;
}

.page-template-page-ferc-documents section.intro .intro--box, .page-template-page-ferc-documents-archive section.intro .intro--box {
  text-align: left;
  width: inherit;
  max-width: 75%;
}
@media only screen and (min-width: 1025px) and (max-width: 1139px) {
  .page-template-page-ferc-documents section.intro .intro--box, .page-template-page-ferc-documents-archive section.intro .intro--box {
    max-width: 840px;
  }
}
@media all and (min-width: 1140px) {
  .page-template-page-ferc-documents section.intro .intro--box, .page-template-page-ferc-documents-archive section.intro .intro--box {
    max-width: 1000px;
  }
}
.page-template-page-ferc-documents section.intro .intro--box h1.breadcrumb-title, .page-template-page-ferc-documents-archive section.intro .intro--box h1.breadcrumb-title {
  max-width: 75%;
}
@media only screen and (min-width: 1025px) and (max-width: 1139px) {
  .page-template-page-ferc-documents section.intro .intro--box h1.breadcrumb-title, .page-template-page-ferc-documents-archive section.intro .intro--box h1.breadcrumb-title {
    max-width: 840px;
  }
}
@media all and (min-width: 1140px) {
  .page-template-page-ferc-documents section.intro .intro--box h1.breadcrumb-title, .page-template-page-ferc-documents-archive section.intro .intro--box h1.breadcrumb-title {
    max-width: 1000px;
  }
}
.page-template-page-ferc-documents section.intro .intro--box h1.breadcrumb-title, .page-template-page-ferc-documents-archive section.intro .intro--box h1.breadcrumb-title {
  margin: 30px auto 0;
  font-size: 1.375rem;
  font-weight: 500;
  color: #728194;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
.page-template-page-ferc-documents div.justify.-column.item.teasers.decoration.-card, .page-template-page-ferc-documents-archive div.justify.-column.item.teasers.decoration.-card {
  background-color: transparent;
  border: 2px solid #007ff2;
}
.page-template-page-ferc-documents div.justify.-column.item.teasers.decoration.-card .text h5, .page-template-page-ferc-documents div.justify.-column.item.teasers.decoration.-card .text h2, .page-template-page-ferc-documents-archive div.justify.-column.item.teasers.decoration.-card .text h5, .page-template-page-ferc-documents-archive div.justify.-column.item.teasers.decoration.-card .text h2 {
  color: #007ff2 !important;
}
.page-template-page-ferc-documents div.justify.-column.item.teasers.decoration.-card.ier, .page-template-page-ferc-documents-archive div.justify.-column.item.teasers.decoration.-card.ier {
  background-color: transparent;
  border: 2px solid #007ff2;
}
.page-template-page-ferc-documents div.justify.-column.item.teasers.decoration.-card.ier.text h5, .page-template-page-ferc-documents div.justify.-column.item.teasers.decoration.-card.ier.text h2, .page-template-page-ferc-documents-archive div.justify.-column.item.teasers.decoration.-card.ier.text h5, .page-template-page-ferc-documents-archive div.justify.-column.item.teasers.decoration.-card.ier.text h2 {
  color: #007ff2 !important;
}
.page-template-page-ferc-documents div.ferc-item-wrapper, .page-template-page-ferc-documents-archive div.ferc-item-wrapper {
  margin: 0 0 50px 0px;
  display: initial;
}
@media only screen and (max-width: 700px) {
  .page-template-page-ferc-documents div.ferc-item-wrapper, .page-template-page-ferc-documents-archive div.ferc-item-wrapper {
    display: block;
  }
}
.page-template-page-ferc-documents div.ferc-item-wrapper span.icon, .page-template-page-ferc-documents-archive div.ferc-item-wrapper span.icon {
  width: 25px;
  position: absolute;
  top: 14px;
  left: -40px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
}
.page-template-page-ferc-documents div.ferc-item-wrapper ul, .page-template-page-ferc-documents-archive div.ferc-item-wrapper ul {
  flex: 0 0 47%;
}
@media only screen and (max-width: 700px) {
  .page-template-page-ferc-documents div.ferc-item-wrapper ul, .page-template-page-ferc-documents-archive div.ferc-item-wrapper ul {
    max-width: 96%;
    width: 100%;
  }
}
.page-template-page-ferc-documents div.ferc-item-wrapper li, .page-template-page-ferc-documents-archive div.ferc-item-wrapper li {
  margin-left: 40px;
  padding: 15px 0;
  position: relative;
}
.page-template-page-ferc-documents div.ferc-item-wrapper li a, .page-template-page-ferc-documents-archive div.ferc-item-wrapper li a {
  font-size: 20px;
  text-decoration: none;
  color: #007ff2;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
.page-template-page-ferc-documents div.ferc-item-wrapper span.sub-header, .page-template-page-ferc-documents-archive div.ferc-item-wrapper span.sub-header {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  color: #728194;
  letter-spacing: 3px;
  margin-top: 22px;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: left;
}
.page-template-page-ferc-documents div.ferc-item-wrapper span.sub-header:nth-of-type(1), .page-template-page-ferc-documents-archive div.ferc-item-wrapper span.sub-header:nth-of-type(1) {
  border-top: none;
}
.page-template-page-ferc-documents div.ferc-item-wrapper span.sub-header--two, .page-template-page-ferc-documents-archive div.ferc-item-wrapper span.sub-header--two {
  display: inline-block;
  font-weight: inherit;
  margin-left: 40px;
}
.page-template-page-ferc-documents div.ferc-item-wrapper span.sub-category + li, .page-template-page-ferc-documents-archive div.ferc-item-wrapper span.sub-category + li {
  border: none;
}
.page-template-page-ferc-documents div.ferc-item-wrapper div.ferc-navigation-buttons-right, .page-template-page-ferc-documents-archive div.ferc-item-wrapper div.ferc-navigation-buttons-right {
  float: right;
  position: relative;
  z-index: 500;
}
.page-template-page-ferc-documents div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources, .page-template-page-ferc-documents-archive div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources {
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 25px 40px;
}
.page-template-page-ferc-documents div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources h3, .page-template-page-ferc-documents-archive div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #728194;
  letter-spacing: 3px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: left;
}
.page-template-page-ferc-documents div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources ul li, .page-template-page-ferc-documents-archive div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources ul li {
  border-top: 1px solid #d2dce0;
}
.page-template-page-ferc-documents div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources ul li:nth-of-type(1), .page-template-page-ferc-documents-archive div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources ul li:nth-of-type(1) {
  border-top: none;
}
.page-template-page-ferc-documents div.ferc-item-wrapper div.ferc-navigation-buttons-right.half-width, .page-template-page-ferc-documents-archive div.ferc-item-wrapper div.ferc-navigation-buttons-right.half-width {
  width: 47%;
  margin-left: 6%;
}
@media only screen and (max-width: 700px) {
  .page-template-page-ferc-documents div.ferc-item-wrapper div.ferc-navigation-buttons-right.half-width, .page-template-page-ferc-documents-archive div.ferc-item-wrapper div.ferc-navigation-buttons-right.half-width {
    margin-top: 20px;
    margin-top: 20px;
    width: 100%;
    margin-left: initial;
  }
}
.page-template-page-ferc-documents div.ferc-navigation-buttons, .page-template-page-ferc-documents-archive div.ferc-navigation-buttons {
  display: none;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.page-template-page-ferc-documents div.ferc-navigation-buttons .button, .page-template-page-ferc-documents div.ferc-navigation-buttons .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .page-template-page-ferc-documents div.ferc-navigation-buttons .alm-load-more-btn, .page-template-page-ferc-documents div.ferc-navigation-buttons .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .page-template-page-ferc-documents div.ferc-navigation-buttons #ctf-more, .page-template-page-ferc-documents div.ferc-navigation-buttons .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .page-template-page-ferc-documents div.ferc-navigation-buttons .alm-load-more-btn, .page-template-page-ferc-documents-archive div.ferc-navigation-buttons .button, .page-template-page-ferc-documents-archive div.ferc-navigation-buttons .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .page-template-page-ferc-documents-archive div.ferc-navigation-buttons .alm-load-more-btn, .page-template-page-ferc-documents-archive div.ferc-navigation-buttons .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .page-template-page-ferc-documents-archive div.ferc-navigation-buttons #ctf-more, .page-template-page-ferc-documents-archive div.ferc-navigation-buttons .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .page-template-page-ferc-documents-archive div.ferc-navigation-buttons .alm-load-more-btn {
  margin: 20px;
}
.page-template-page-ferc-documents div.ferc-navigation-buttons .button a, .page-template-page-ferc-documents div.ferc-navigation-buttons .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn a, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .page-template-page-ferc-documents div.ferc-navigation-buttons .alm-load-more-btn a, .page-template-page-ferc-documents div.ferc-navigation-buttons .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more a, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .page-template-page-ferc-documents div.ferc-navigation-buttons #ctf-more a, .page-template-page-ferc-documents div.ferc-navigation-buttons .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn a, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .page-template-page-ferc-documents div.ferc-navigation-buttons .alm-load-more-btn a, .page-template-page-ferc-documents-archive div.ferc-navigation-buttons .button a, .page-template-page-ferc-documents-archive div.ferc-navigation-buttons .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn a, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .page-template-page-ferc-documents-archive div.ferc-navigation-buttons .alm-load-more-btn a, .page-template-page-ferc-documents-archive div.ferc-navigation-buttons .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more a, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .page-template-page-ferc-documents-archive div.ferc-navigation-buttons #ctf-more a, .page-template-page-ferc-documents-archive div.ferc-navigation-buttons .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn a, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .page-template-page-ferc-documents-archive div.ferc-navigation-buttons .alm-load-more-btn a {
  position: initial;
}

.term-ferc section.intro div.intro--box, .term-ferc-calendars section.intro div.intro--box, .term-ferc-lawsuits section.intro div.intro--box, .term-ferc-phone-records section.intro div.intro--box, .term-ferc-consultation-correspondence section.intro div.intro--box {
  text-align: left;
  width: inherit;
  max-width: 75%;
}
@media only screen and (min-width: 1025px) and (max-width: 1139px) {
  .term-ferc section.intro div.intro--box, .term-ferc-calendars section.intro div.intro--box, .term-ferc-lawsuits section.intro div.intro--box, .term-ferc-phone-records section.intro div.intro--box, .term-ferc-consultation-correspondence section.intro div.intro--box {
    max-width: 840px;
  }
}
@media all and (min-width: 1140px) {
  .term-ferc section.intro div.intro--box, .term-ferc-calendars section.intro div.intro--box, .term-ferc-lawsuits section.intro div.intro--box, .term-ferc-phone-records section.intro div.intro--box, .term-ferc-consultation-correspondence section.intro div.intro--box {
    max-width: 1000px;
  }
}
.term-ferc h1.breadcrumb-title, .term-ferc-calendars h1.breadcrumb-title, .term-ferc-lawsuits h1.breadcrumb-title, .term-ferc-phone-records h1.breadcrumb-title, .term-ferc-consultation-correspondence h1.breadcrumb-title {
  max-width: 75%;
}
@media only screen and (min-width: 1025px) and (max-width: 1139px) {
  .term-ferc h1.breadcrumb-title, .term-ferc-calendars h1.breadcrumb-title, .term-ferc-lawsuits h1.breadcrumb-title, .term-ferc-phone-records h1.breadcrumb-title, .term-ferc-consultation-correspondence h1.breadcrumb-title {
    max-width: 840px;
  }
}
@media all and (min-width: 1140px) {
  .term-ferc h1.breadcrumb-title, .term-ferc-calendars h1.breadcrumb-title, .term-ferc-lawsuits h1.breadcrumb-title, .term-ferc-phone-records h1.breadcrumb-title, .term-ferc-consultation-correspondence h1.breadcrumb-title {
    max-width: 1000px;
  }
}
.term-ferc h1.breadcrumb-title, .term-ferc-calendars h1.breadcrumb-title, .term-ferc-lawsuits h1.breadcrumb-title, .term-ferc-phone-records h1.breadcrumb-title, .term-ferc-consultation-correspondence h1.breadcrumb-title {
  margin: 30px auto 0;
  font-size: 1.375rem;
  font-weight: 500;
  color: #728194;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
.term-ferc div.justify.-column.item.teasers.decoration.-card.ferc-cat, .term-ferc-calendars div.justify.-column.item.teasers.decoration.-card.ferc-cat, .term-ferc-lawsuits div.justify.-column.item.teasers.decoration.-card.ferc-cat, .term-ferc-phone-records div.justify.-column.item.teasers.decoration.-card.ferc-cat, .term-ferc-consultation-correspondence div.justify.-column.item.teasers.decoration.-card.ferc-cat {
  background-color: transparent;
  border: 2px solid #007ff2;
}
.term-ferc div.justify.-column.item.teasers.decoration.-card.ferc-cat .text h5, .term-ferc div.justify.-column.item.teasers.decoration.-card.ferc-cat .text h2, .term-ferc-calendars div.justify.-column.item.teasers.decoration.-card.ferc-cat .text h5, .term-ferc-calendars div.justify.-column.item.teasers.decoration.-card.ferc-cat .text h2, .term-ferc-lawsuits div.justify.-column.item.teasers.decoration.-card.ferc-cat .text h5, .term-ferc-lawsuits div.justify.-column.item.teasers.decoration.-card.ferc-cat .text h2, .term-ferc-phone-records div.justify.-column.item.teasers.decoration.-card.ferc-cat .text h5, .term-ferc-phone-records div.justify.-column.item.teasers.decoration.-card.ferc-cat .text h2, .term-ferc-consultation-correspondence div.justify.-column.item.teasers.decoration.-card.ferc-cat .text h5, .term-ferc-consultation-correspondence div.justify.-column.item.teasers.decoration.-card.ferc-cat .text h2 {
  color: #007ff2 !important;
}
.term-ferc div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier, .term-ferc-calendars div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier, .term-ferc-lawsuits div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier, .term-ferc-phone-records div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier, .term-ferc-consultation-correspondence div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier {
  background-color: transparent;
  border: 2px solid #007ff2;
}
.term-ferc div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier.text h5, .term-ferc div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier.text h2, .term-ferc-calendars div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier.text h5, .term-ferc-calendars div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier.text h2, .term-ferc-lawsuits div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier.text h5, .term-ferc-lawsuits div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier.text h2, .term-ferc-phone-records div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier.text h5, .term-ferc-phone-records div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier.text h2, .term-ferc-consultation-correspondence div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier.text h5, .term-ferc-consultation-correspondence div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier.text h2 {
  color: #007ff2 !important;
}
.term-ferc div.ferc-item-wrapper, .term-ferc-calendars div.ferc-item-wrapper, .term-ferc-lawsuits div.ferc-item-wrapper, .term-ferc-phone-records div.ferc-item-wrapper, .term-ferc-consultation-correspondence div.ferc-item-wrapper {
  margin: 0 0 50px 0px;
  display: initial;
}
@media only screen and (max-width: 700px) {
  .term-ferc div.ferc-item-wrapper, .term-ferc-calendars div.ferc-item-wrapper, .term-ferc-lawsuits div.ferc-item-wrapper, .term-ferc-phone-records div.ferc-item-wrapper, .term-ferc-consultation-correspondence div.ferc-item-wrapper {
    display: block;
  }
}
.term-ferc div.ferc-item-wrapper span.icon, .term-ferc-calendars div.ferc-item-wrapper span.icon, .term-ferc-lawsuits div.ferc-item-wrapper span.icon, .term-ferc-phone-records div.ferc-item-wrapper span.icon, .term-ferc-consultation-correspondence div.ferc-item-wrapper span.icon {
  width: 25px;
  position: absolute;
  top: 14px;
  left: -40px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
}
.term-ferc div.ferc-item-wrapper ul, .term-ferc-calendars div.ferc-item-wrapper ul, .term-ferc-lawsuits div.ferc-item-wrapper ul, .term-ferc-phone-records div.ferc-item-wrapper ul, .term-ferc-consultation-correspondence div.ferc-item-wrapper ul {
  flex: 0 0 47%;
}
@media only screen and (max-width: 700px) {
  .term-ferc div.ferc-item-wrapper ul, .term-ferc-calendars div.ferc-item-wrapper ul, .term-ferc-lawsuits div.ferc-item-wrapper ul, .term-ferc-phone-records div.ferc-item-wrapper ul, .term-ferc-consultation-correspondence div.ferc-item-wrapper ul {
    max-width: 96%;
    width: 100%;
  }
}
.term-ferc div.ferc-item-wrapper li, .term-ferc-calendars div.ferc-item-wrapper li, .term-ferc-lawsuits div.ferc-item-wrapper li, .term-ferc-phone-records div.ferc-item-wrapper li, .term-ferc-consultation-correspondence div.ferc-item-wrapper li {
  margin-left: 40px;
  padding: 15px 0;
  position: relative;
}
.term-ferc div.ferc-item-wrapper li a, .term-ferc-calendars div.ferc-item-wrapper li a, .term-ferc-lawsuits div.ferc-item-wrapper li a, .term-ferc-phone-records div.ferc-item-wrapper li a, .term-ferc-consultation-correspondence div.ferc-item-wrapper li a {
  font-size: 20px;
  text-decoration: none;
  color: #007ff2;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
.term-ferc div.ferc-item-wrapper span.sub-header, .term-ferc-calendars div.ferc-item-wrapper span.sub-header, .term-ferc-lawsuits div.ferc-item-wrapper span.sub-header, .term-ferc-phone-records div.ferc-item-wrapper span.sub-header, .term-ferc-consultation-correspondence div.ferc-item-wrapper span.sub-header {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  color: #728194;
  letter-spacing: 3px;
  margin-top: 22px;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: left;
}
.term-ferc div.ferc-item-wrapper span.sub-header:nth-of-type(1), .term-ferc-calendars div.ferc-item-wrapper span.sub-header:nth-of-type(1), .term-ferc-lawsuits div.ferc-item-wrapper span.sub-header:nth-of-type(1), .term-ferc-phone-records div.ferc-item-wrapper span.sub-header:nth-of-type(1), .term-ferc-consultation-correspondence div.ferc-item-wrapper span.sub-header:nth-of-type(1) {
  border-top: none;
}
.term-ferc div.ferc-item-wrapper span.sub-header--two, .term-ferc-calendars div.ferc-item-wrapper span.sub-header--two, .term-ferc-lawsuits div.ferc-item-wrapper span.sub-header--two, .term-ferc-phone-records div.ferc-item-wrapper span.sub-header--two, .term-ferc-consultation-correspondence div.ferc-item-wrapper span.sub-header--two {
  display: inline-block;
  font-weight: inherit;
  margin-left: 40px;
}
.term-ferc div.ferc-item-wrapper span.sub-category + li, .term-ferc-calendars div.ferc-item-wrapper span.sub-category + li, .term-ferc-lawsuits div.ferc-item-wrapper span.sub-category + li, .term-ferc-phone-records div.ferc-item-wrapper span.sub-category + li, .term-ferc-consultation-correspondence div.ferc-item-wrapper span.sub-category + li {
  border: none;
}
.term-ferc div.ferc-item-wrapper div.ferc-navigation-buttons-right, .term-ferc-calendars div.ferc-item-wrapper div.ferc-navigation-buttons-right, .term-ferc-lawsuits div.ferc-item-wrapper div.ferc-navigation-buttons-right, .term-ferc-phone-records div.ferc-item-wrapper div.ferc-navigation-buttons-right, .term-ferc-consultation-correspondence div.ferc-item-wrapper div.ferc-navigation-buttons-right {
  float: right;
  position: relative;
  z-index: 500;
}
.term-ferc div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources, .term-ferc-calendars div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources, .term-ferc-lawsuits div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources, .term-ferc-phone-records div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources, .term-ferc-consultation-correspondence div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources {
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 25px 40px;
}
.term-ferc div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources h3, .term-ferc-calendars div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources h3, .term-ferc-lawsuits div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources h3, .term-ferc-phone-records div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources h3, .term-ferc-consultation-correspondence div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #728194;
  letter-spacing: 3px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: left;
}
.term-ferc div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources ul li, .term-ferc-calendars div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources ul li, .term-ferc-lawsuits div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources ul li, .term-ferc-phone-records div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources ul li, .term-ferc-consultation-correspondence div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources ul li {
  border-top: 1px solid #d2dce0;
}
.term-ferc div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources ul li:nth-of-type(1), .term-ferc-calendars div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources ul li:nth-of-type(1), .term-ferc-lawsuits div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources ul li:nth-of-type(1), .term-ferc-phone-records div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources ul li:nth-of-type(1), .term-ferc-consultation-correspondence div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources ul li:nth-of-type(1) {
  border-top: none;
}
.term-ferc div.ferc-item-wrapper div.ferc-navigation-buttons-right.half-width, .term-ferc-calendars div.ferc-item-wrapper div.ferc-navigation-buttons-right.half-width, .term-ferc-lawsuits div.ferc-item-wrapper div.ferc-navigation-buttons-right.half-width, .term-ferc-phone-records div.ferc-item-wrapper div.ferc-navigation-buttons-right.half-width, .term-ferc-consultation-correspondence div.ferc-item-wrapper div.ferc-navigation-buttons-right.half-width {
  width: 47%;
  margin-left: 6%;
}
@media only screen and (max-width: 700px) {
  .term-ferc div.ferc-item-wrapper div.ferc-navigation-buttons-right.half-width, .term-ferc-calendars div.ferc-item-wrapper div.ferc-navigation-buttons-right.half-width, .term-ferc-lawsuits div.ferc-item-wrapper div.ferc-navigation-buttons-right.half-width, .term-ferc-phone-records div.ferc-item-wrapper div.ferc-navigation-buttons-right.half-width, .term-ferc-consultation-correspondence div.ferc-item-wrapper div.ferc-navigation-buttons-right.half-width {
    margin-top: 20px;
    margin-top: 20px;
    width: 100%;
    margin-left: initial;
  }
}
.term-ferc div.ferc-navigation-buttons, .term-ferc-calendars div.ferc-navigation-buttons, .term-ferc-lawsuits div.ferc-navigation-buttons, .term-ferc-phone-records div.ferc-navigation-buttons, .term-ferc-consultation-correspondence div.ferc-navigation-buttons {
  display: none;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.term-ferc div.ferc-navigation-buttons .button, .term-ferc div.ferc-navigation-buttons .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .term-ferc div.ferc-navigation-buttons .alm-load-more-btn, .term-ferc div.ferc-navigation-buttons .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .term-ferc div.ferc-navigation-buttons #ctf-more, .term-ferc div.ferc-navigation-buttons .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .term-ferc div.ferc-navigation-buttons .alm-load-more-btn, .term-ferc-calendars div.ferc-navigation-buttons .button, .term-ferc-calendars div.ferc-navigation-buttons .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .term-ferc-calendars div.ferc-navigation-buttons .alm-load-more-btn, .term-ferc-calendars div.ferc-navigation-buttons .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .term-ferc-calendars div.ferc-navigation-buttons #ctf-more, .term-ferc-calendars div.ferc-navigation-buttons .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .term-ferc-calendars div.ferc-navigation-buttons .alm-load-more-btn, .term-ferc-lawsuits div.ferc-navigation-buttons .button, .term-ferc-lawsuits div.ferc-navigation-buttons .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .term-ferc-lawsuits div.ferc-navigation-buttons .alm-load-more-btn, .term-ferc-lawsuits div.ferc-navigation-buttons .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .term-ferc-lawsuits div.ferc-navigation-buttons #ctf-more, .term-ferc-lawsuits div.ferc-navigation-buttons .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .term-ferc-lawsuits div.ferc-navigation-buttons .alm-load-more-btn, .term-ferc-phone-records div.ferc-navigation-buttons .button, .term-ferc-phone-records div.ferc-navigation-buttons .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .term-ferc-phone-records div.ferc-navigation-buttons .alm-load-more-btn, .term-ferc-phone-records div.ferc-navigation-buttons .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .term-ferc-phone-records div.ferc-navigation-buttons #ctf-more, .term-ferc-phone-records div.ferc-navigation-buttons .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .term-ferc-phone-records div.ferc-navigation-buttons .alm-load-more-btn, .term-ferc-consultation-correspondence div.ferc-navigation-buttons .button, .term-ferc-consultation-correspondence div.ferc-navigation-buttons .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .term-ferc-consultation-correspondence div.ferc-navigation-buttons .alm-load-more-btn, .term-ferc-consultation-correspondence div.ferc-navigation-buttons .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .term-ferc-consultation-correspondence div.ferc-navigation-buttons #ctf-more, .term-ferc-consultation-correspondence div.ferc-navigation-buttons .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .term-ferc-consultation-correspondence div.ferc-navigation-buttons .alm-load-more-btn {
  margin: 20px;
}
.term-ferc div.ferc-navigation-buttons .button a, .term-ferc div.ferc-navigation-buttons .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn a, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .term-ferc div.ferc-navigation-buttons .alm-load-more-btn a, .term-ferc div.ferc-navigation-buttons .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more a, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .term-ferc div.ferc-navigation-buttons #ctf-more a, .term-ferc div.ferc-navigation-buttons .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn a, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .term-ferc div.ferc-navigation-buttons .alm-load-more-btn a, .term-ferc-calendars div.ferc-navigation-buttons .button a, .term-ferc-calendars div.ferc-navigation-buttons .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn a, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .term-ferc-calendars div.ferc-navigation-buttons .alm-load-more-btn a, .term-ferc-calendars div.ferc-navigation-buttons .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more a, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .term-ferc-calendars div.ferc-navigation-buttons #ctf-more a, .term-ferc-calendars div.ferc-navigation-buttons .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn a, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .term-ferc-calendars div.ferc-navigation-buttons .alm-load-more-btn a, .term-ferc-lawsuits div.ferc-navigation-buttons .button a, .term-ferc-lawsuits div.ferc-navigation-buttons .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn a, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .term-ferc-lawsuits div.ferc-navigation-buttons .alm-load-more-btn a, .term-ferc-lawsuits div.ferc-navigation-buttons .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more a, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .term-ferc-lawsuits div.ferc-navigation-buttons #ctf-more a, .term-ferc-lawsuits div.ferc-navigation-buttons .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn a, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .term-ferc-lawsuits div.ferc-navigation-buttons .alm-load-more-btn a, .term-ferc-phone-records div.ferc-navigation-buttons .button a, .term-ferc-phone-records div.ferc-navigation-buttons .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn a, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .term-ferc-phone-records div.ferc-navigation-buttons .alm-load-more-btn a, .term-ferc-phone-records div.ferc-navigation-buttons .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more a, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .term-ferc-phone-records div.ferc-navigation-buttons #ctf-more a, .term-ferc-phone-records div.ferc-navigation-buttons .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn a, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .term-ferc-phone-records div.ferc-navigation-buttons .alm-load-more-btn a, .term-ferc-consultation-correspondence div.ferc-navigation-buttons .button a, .term-ferc-consultation-correspondence div.ferc-navigation-buttons .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn a, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .term-ferc-consultation-correspondence div.ferc-navigation-buttons .alm-load-more-btn a, .term-ferc-consultation-correspondence div.ferc-navigation-buttons .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more a, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .term-ferc-consultation-correspondence div.ferc-navigation-buttons #ctf-more a, .term-ferc-consultation-correspondence div.ferc-navigation-buttons .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn a, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .term-ferc-consultation-correspondence div.ferc-navigation-buttons .alm-load-more-btn a {
  position: initial;
}

.tax-post_types.term-foia-transparency #dropbox-embed-foia {
  display: block;
  width: 100%;
  height: 80vh;
  max-width: 1000px;
  margin: auto;
}
.tax-post_types.term-foia-transparency #dropbox-embed-foia button.file-tile__action-button[aria-label="Open on Dropbox"] {
  display: none !important;
}

.page-template-page-foia-documents section.intro .intro--box, .page-template-page-foia-documents-archive section.intro .intro--box {
  text-align: left;
  width: inherit;
  max-width: 75%;
}
@media only screen and (min-width: 1025px) and (max-width: 1139px) {
  .page-template-page-foia-documents section.intro .intro--box, .page-template-page-foia-documents-archive section.intro .intro--box {
    max-width: 840px;
  }
}
@media all and (min-width: 1140px) {
  .page-template-page-foia-documents section.intro .intro--box, .page-template-page-foia-documents-archive section.intro .intro--box {
    max-width: 1000px;
  }
}
.page-template-page-foia-documents section.intro .intro--box h1.breadcrumb-title, .page-template-page-foia-documents-archive section.intro .intro--box h1.breadcrumb-title {
  max-width: 75%;
}
@media only screen and (min-width: 1025px) and (max-width: 1139px) {
  .page-template-page-foia-documents section.intro .intro--box h1.breadcrumb-title, .page-template-page-foia-documents-archive section.intro .intro--box h1.breadcrumb-title {
    max-width: 840px;
  }
}
@media all and (min-width: 1140px) {
  .page-template-page-foia-documents section.intro .intro--box h1.breadcrumb-title, .page-template-page-foia-documents-archive section.intro .intro--box h1.breadcrumb-title {
    max-width: 1000px;
  }
}
.page-template-page-foia-documents section.intro .intro--box h1.breadcrumb-title, .page-template-page-foia-documents-archive section.intro .intro--box h1.breadcrumb-title {
  margin: 30px auto 0;
  font-size: 1.375rem;
  font-weight: 500;
  color: #728194;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
.page-template-page-foia-documents div.justify.-column.item.teasers.decoration.-card, .page-template-page-foia-documents-archive div.justify.-column.item.teasers.decoration.-card {
  background-color: transparent;
  border: 2px solid #007ff2;
}
.page-template-page-foia-documents div.justify.-column.item.teasers.decoration.-card .text h5, .page-template-page-foia-documents div.justify.-column.item.teasers.decoration.-card .text h2, .page-template-page-foia-documents-archive div.justify.-column.item.teasers.decoration.-card .text h5, .page-template-page-foia-documents-archive div.justify.-column.item.teasers.decoration.-card .text h2 {
  color: #007ff2 !important;
}
.page-template-page-foia-documents div.justify.-column.item.teasers.decoration.-card.ier, .page-template-page-foia-documents-archive div.justify.-column.item.teasers.decoration.-card.ier {
  background-color: transparent;
  border: 2px solid #007ff2;
}
.page-template-page-foia-documents div.justify.-column.item.teasers.decoration.-card.ier.text h5, .page-template-page-foia-documents div.justify.-column.item.teasers.decoration.-card.ier.text h2, .page-template-page-foia-documents-archive div.justify.-column.item.teasers.decoration.-card.ier.text h5, .page-template-page-foia-documents-archive div.justify.-column.item.teasers.decoration.-card.ier.text h2 {
  color: #007ff2 !important;
}
.page-template-page-foia-documents div.foia-item-wrapper, .page-template-page-foia-documents-archive div.foia-item-wrapper {
  margin: 0 0 50px 0px;
  display: initial;
}
@media only screen and (max-width: 700px) {
  .page-template-page-foia-documents div.foia-item-wrapper, .page-template-page-foia-documents-archive div.foia-item-wrapper {
    display: block;
  }
}
.page-template-page-foia-documents div.foia-item-wrapper span.icon, .page-template-page-foia-documents-archive div.foia-item-wrapper span.icon {
  width: 25px;
  position: absolute;
  top: 14px;
  left: -40px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
}
.page-template-page-foia-documents div.foia-item-wrapper ul, .page-template-page-foia-documents-archive div.foia-item-wrapper ul {
  flex: 0 0 47%;
}
@media only screen and (max-width: 700px) {
  .page-template-page-foia-documents div.foia-item-wrapper ul, .page-template-page-foia-documents-archive div.foia-item-wrapper ul {
    max-width: 96%;
    width: 100%;
  }
}
.page-template-page-foia-documents div.foia-item-wrapper li, .page-template-page-foia-documents-archive div.foia-item-wrapper li {
  margin-left: 40px;
  padding: 15px 0;
  position: relative;
}
.page-template-page-foia-documents div.foia-item-wrapper li a, .page-template-page-foia-documents-archive div.foia-item-wrapper li a {
  font-size: 20px;
  text-decoration: none;
  color: #007ff2;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
.page-template-page-foia-documents div.foia-item-wrapper span.sub-header, .page-template-page-foia-documents-archive div.foia-item-wrapper span.sub-header {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  color: #728194;
  letter-spacing: 3px;
  margin-top: 22px;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: left;
}
.page-template-page-foia-documents div.foia-item-wrapper span.sub-header:nth-of-type(1), .page-template-page-foia-documents-archive div.foia-item-wrapper span.sub-header:nth-of-type(1) {
  border-top: none;
}
.page-template-page-foia-documents div.foia-item-wrapper span.sub-header--two, .page-template-page-foia-documents-archive div.foia-item-wrapper span.sub-header--two {
  display: inline-block;
  font-weight: inherit;
  margin-left: 40px;
}
.page-template-page-foia-documents div.foia-item-wrapper span.sub-category + li, .page-template-page-foia-documents-archive div.foia-item-wrapper span.sub-category + li {
  border: none;
}
.page-template-page-foia-documents div.foia-item-wrapper div.foia-navigation-buttons-right, .page-template-page-foia-documents-archive div.foia-item-wrapper div.foia-navigation-buttons-right {
  float: right;
  position: relative;
  z-index: 500;
}
.page-template-page-foia-documents div.foia-item-wrapper div.foia-navigation-buttons-right .more-resources, .page-template-page-foia-documents-archive div.foia-item-wrapper div.foia-navigation-buttons-right .more-resources {
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 25px 40px;
}
.page-template-page-foia-documents div.foia-item-wrapper div.foia-navigation-buttons-right .more-resources h3, .page-template-page-foia-documents-archive div.foia-item-wrapper div.foia-navigation-buttons-right .more-resources h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #728194;
  letter-spacing: 3px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: left;
}
.page-template-page-foia-documents div.foia-item-wrapper div.foia-navigation-buttons-right .more-resources ul li, .page-template-page-foia-documents-archive div.foia-item-wrapper div.foia-navigation-buttons-right .more-resources ul li {
  border-top: 1px solid #d2dce0;
}
.page-template-page-foia-documents div.foia-item-wrapper div.foia-navigation-buttons-right .more-resources ul li:nth-of-type(1), .page-template-page-foia-documents-archive div.foia-item-wrapper div.foia-navigation-buttons-right .more-resources ul li:nth-of-type(1) {
  border-top: none;
}
.page-template-page-foia-documents div.foia-item-wrapper div.foia-navigation-buttons-right.half-width, .page-template-page-foia-documents-archive div.foia-item-wrapper div.foia-navigation-buttons-right.half-width {
  width: 47%;
  margin-left: 6%;
}
@media only screen and (max-width: 700px) {
  .page-template-page-foia-documents div.foia-item-wrapper div.foia-navigation-buttons-right.half-width, .page-template-page-foia-documents-archive div.foia-item-wrapper div.foia-navigation-buttons-right.half-width {
    margin-top: 20px;
    margin-top: 20px;
    width: 100%;
    margin-left: initial;
  }
}
.page-template-page-foia-documents div.ferc-navigation-buttons, .page-template-page-foia-documents-archive div.ferc-navigation-buttons {
  display: none;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.page-template-page-foia-documents div.ferc-navigation-buttons .button, .page-template-page-foia-documents div.ferc-navigation-buttons .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .page-template-page-foia-documents div.ferc-navigation-buttons .alm-load-more-btn, .page-template-page-foia-documents div.ferc-navigation-buttons .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .page-template-page-foia-documents div.ferc-navigation-buttons #ctf-more, .page-template-page-foia-documents div.ferc-navigation-buttons .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .page-template-page-foia-documents div.ferc-navigation-buttons .alm-load-more-btn, .page-template-page-foia-documents-archive div.ferc-navigation-buttons .button, .page-template-page-foia-documents-archive div.ferc-navigation-buttons .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .page-template-page-foia-documents-archive div.ferc-navigation-buttons .alm-load-more-btn, .page-template-page-foia-documents-archive div.ferc-navigation-buttons .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .page-template-page-foia-documents-archive div.ferc-navigation-buttons #ctf-more, .page-template-page-foia-documents-archive div.ferc-navigation-buttons .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .page-template-page-foia-documents-archive div.ferc-navigation-buttons .alm-load-more-btn {
  margin: 20px;
}
.page-template-page-foia-documents div.ferc-navigation-buttons .button a, .page-template-page-foia-documents div.ferc-navigation-buttons .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn a, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .page-template-page-foia-documents div.ferc-navigation-buttons .alm-load-more-btn a, .page-template-page-foia-documents div.ferc-navigation-buttons .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more a, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .page-template-page-foia-documents div.ferc-navigation-buttons #ctf-more a, .page-template-page-foia-documents div.ferc-navigation-buttons .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn a, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .page-template-page-foia-documents div.ferc-navigation-buttons .alm-load-more-btn a, .page-template-page-foia-documents-archive div.ferc-navigation-buttons .button a, .page-template-page-foia-documents-archive div.ferc-navigation-buttons .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn a, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .page-template-page-foia-documents-archive div.ferc-navigation-buttons .alm-load-more-btn a, .page-template-page-foia-documents-archive div.ferc-navigation-buttons .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more a, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .page-template-page-foia-documents-archive div.ferc-navigation-buttons #ctf-more a, .page-template-page-foia-documents-archive div.ferc-navigation-buttons .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn a, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .page-template-page-foia-documents-archive div.ferc-navigation-buttons .alm-load-more-btn a {
  position: initial;
}

.term-ferc section.intro div.intro--box, .term-ferc-calendars section.intro div.intro--box, .term-ferc-lawsuits section.intro div.intro--box, .term-ferc-phone-records section.intro div.intro--box, .term-ferc-consultation-correspondence section.intro div.intro--box {
  text-align: left;
  width: inherit;
  max-width: 75%;
}
@media only screen and (min-width: 1025px) and (max-width: 1139px) {
  .term-ferc section.intro div.intro--box, .term-ferc-calendars section.intro div.intro--box, .term-ferc-lawsuits section.intro div.intro--box, .term-ferc-phone-records section.intro div.intro--box, .term-ferc-consultation-correspondence section.intro div.intro--box {
    max-width: 840px;
  }
}
@media all and (min-width: 1140px) {
  .term-ferc section.intro div.intro--box, .term-ferc-calendars section.intro div.intro--box, .term-ferc-lawsuits section.intro div.intro--box, .term-ferc-phone-records section.intro div.intro--box, .term-ferc-consultation-correspondence section.intro div.intro--box {
    max-width: 1000px;
  }
}
.term-ferc h1.breadcrumb-title, .term-ferc-calendars h1.breadcrumb-title, .term-ferc-lawsuits h1.breadcrumb-title, .term-ferc-phone-records h1.breadcrumb-title, .term-ferc-consultation-correspondence h1.breadcrumb-title {
  max-width: 75%;
}
@media only screen and (min-width: 1025px) and (max-width: 1139px) {
  .term-ferc h1.breadcrumb-title, .term-ferc-calendars h1.breadcrumb-title, .term-ferc-lawsuits h1.breadcrumb-title, .term-ferc-phone-records h1.breadcrumb-title, .term-ferc-consultation-correspondence h1.breadcrumb-title {
    max-width: 840px;
  }
}
@media all and (min-width: 1140px) {
  .term-ferc h1.breadcrumb-title, .term-ferc-calendars h1.breadcrumb-title, .term-ferc-lawsuits h1.breadcrumb-title, .term-ferc-phone-records h1.breadcrumb-title, .term-ferc-consultation-correspondence h1.breadcrumb-title {
    max-width: 1000px;
  }
}
.term-ferc h1.breadcrumb-title, .term-ferc-calendars h1.breadcrumb-title, .term-ferc-lawsuits h1.breadcrumb-title, .term-ferc-phone-records h1.breadcrumb-title, .term-ferc-consultation-correspondence h1.breadcrumb-title {
  margin: 30px auto 0;
  font-size: 1.375rem;
  font-weight: 500;
  color: #728194;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
.term-ferc div.justify.-column.item.teasers.decoration.-card.ferc-cat, .term-ferc-calendars div.justify.-column.item.teasers.decoration.-card.ferc-cat, .term-ferc-lawsuits div.justify.-column.item.teasers.decoration.-card.ferc-cat, .term-ferc-phone-records div.justify.-column.item.teasers.decoration.-card.ferc-cat, .term-ferc-consultation-correspondence div.justify.-column.item.teasers.decoration.-card.ferc-cat {
  background-color: transparent;
  border: 2px solid #007ff2;
}
.term-ferc div.justify.-column.item.teasers.decoration.-card.ferc-cat .text h5, .term-ferc div.justify.-column.item.teasers.decoration.-card.ferc-cat .text h2, .term-ferc-calendars div.justify.-column.item.teasers.decoration.-card.ferc-cat .text h5, .term-ferc-calendars div.justify.-column.item.teasers.decoration.-card.ferc-cat .text h2, .term-ferc-lawsuits div.justify.-column.item.teasers.decoration.-card.ferc-cat .text h5, .term-ferc-lawsuits div.justify.-column.item.teasers.decoration.-card.ferc-cat .text h2, .term-ferc-phone-records div.justify.-column.item.teasers.decoration.-card.ferc-cat .text h5, .term-ferc-phone-records div.justify.-column.item.teasers.decoration.-card.ferc-cat .text h2, .term-ferc-consultation-correspondence div.justify.-column.item.teasers.decoration.-card.ferc-cat .text h5, .term-ferc-consultation-correspondence div.justify.-column.item.teasers.decoration.-card.ferc-cat .text h2 {
  color: #007ff2 !important;
}
.term-ferc div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier, .term-ferc-calendars div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier, .term-ferc-lawsuits div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier, .term-ferc-phone-records div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier, .term-ferc-consultation-correspondence div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier {
  background-color: transparent;
  border: 2px solid #007ff2;
}
.term-ferc div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier.text h5, .term-ferc div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier.text h2, .term-ferc-calendars div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier.text h5, .term-ferc-calendars div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier.text h2, .term-ferc-lawsuits div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier.text h5, .term-ferc-lawsuits div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier.text h2, .term-ferc-phone-records div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier.text h5, .term-ferc-phone-records div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier.text h2, .term-ferc-consultation-correspondence div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier.text h5, .term-ferc-consultation-correspondence div.justify.-column.item.teasers.decoration.-card.ferc-cat.ier.text h2 {
  color: #007ff2 !important;
}
.term-ferc div.ferc-item-wrapper, .term-ferc-calendars div.ferc-item-wrapper, .term-ferc-lawsuits div.ferc-item-wrapper, .term-ferc-phone-records div.ferc-item-wrapper, .term-ferc-consultation-correspondence div.ferc-item-wrapper {
  margin: 0 0 50px 0px;
  display: initial;
}
@media only screen and (max-width: 700px) {
  .term-ferc div.ferc-item-wrapper, .term-ferc-calendars div.ferc-item-wrapper, .term-ferc-lawsuits div.ferc-item-wrapper, .term-ferc-phone-records div.ferc-item-wrapper, .term-ferc-consultation-correspondence div.ferc-item-wrapper {
    display: block;
  }
}
.term-ferc div.ferc-item-wrapper span.icon, .term-ferc-calendars div.ferc-item-wrapper span.icon, .term-ferc-lawsuits div.ferc-item-wrapper span.icon, .term-ferc-phone-records div.ferc-item-wrapper span.icon, .term-ferc-consultation-correspondence div.ferc-item-wrapper span.icon {
  width: 25px;
  position: absolute;
  top: 14px;
  left: -40px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
}
.term-ferc div.ferc-item-wrapper ul, .term-ferc-calendars div.ferc-item-wrapper ul, .term-ferc-lawsuits div.ferc-item-wrapper ul, .term-ferc-phone-records div.ferc-item-wrapper ul, .term-ferc-consultation-correspondence div.ferc-item-wrapper ul {
  flex: 0 0 47%;
}
@media only screen and (max-width: 700px) {
  .term-ferc div.ferc-item-wrapper ul, .term-ferc-calendars div.ferc-item-wrapper ul, .term-ferc-lawsuits div.ferc-item-wrapper ul, .term-ferc-phone-records div.ferc-item-wrapper ul, .term-ferc-consultation-correspondence div.ferc-item-wrapper ul {
    max-width: 96%;
    width: 100%;
  }
}
.term-ferc div.ferc-item-wrapper li, .term-ferc-calendars div.ferc-item-wrapper li, .term-ferc-lawsuits div.ferc-item-wrapper li, .term-ferc-phone-records div.ferc-item-wrapper li, .term-ferc-consultation-correspondence div.ferc-item-wrapper li {
  margin-left: 40px;
  padding: 15px 0;
  position: relative;
}
.term-ferc div.ferc-item-wrapper li a, .term-ferc-calendars div.ferc-item-wrapper li a, .term-ferc-lawsuits div.ferc-item-wrapper li a, .term-ferc-phone-records div.ferc-item-wrapper li a, .term-ferc-consultation-correspondence div.ferc-item-wrapper li a {
  font-size: 20px;
  text-decoration: none;
  color: #007ff2;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
.term-ferc div.ferc-item-wrapper span.sub-header, .term-ferc-calendars div.ferc-item-wrapper span.sub-header, .term-ferc-lawsuits div.ferc-item-wrapper span.sub-header, .term-ferc-phone-records div.ferc-item-wrapper span.sub-header, .term-ferc-consultation-correspondence div.ferc-item-wrapper span.sub-header {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  color: #728194;
  letter-spacing: 3px;
  margin-top: 22px;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: left;
}
.term-ferc div.ferc-item-wrapper span.sub-header:nth-of-type(1), .term-ferc-calendars div.ferc-item-wrapper span.sub-header:nth-of-type(1), .term-ferc-lawsuits div.ferc-item-wrapper span.sub-header:nth-of-type(1), .term-ferc-phone-records div.ferc-item-wrapper span.sub-header:nth-of-type(1), .term-ferc-consultation-correspondence div.ferc-item-wrapper span.sub-header:nth-of-type(1) {
  border-top: none;
}
.term-ferc div.ferc-item-wrapper span.sub-header--two, .term-ferc-calendars div.ferc-item-wrapper span.sub-header--two, .term-ferc-lawsuits div.ferc-item-wrapper span.sub-header--two, .term-ferc-phone-records div.ferc-item-wrapper span.sub-header--two, .term-ferc-consultation-correspondence div.ferc-item-wrapper span.sub-header--two {
  display: inline-block;
  font-weight: inherit;
  margin-left: 40px;
}
.term-ferc div.ferc-item-wrapper span.sub-category + li, .term-ferc-calendars div.ferc-item-wrapper span.sub-category + li, .term-ferc-lawsuits div.ferc-item-wrapper span.sub-category + li, .term-ferc-phone-records div.ferc-item-wrapper span.sub-category + li, .term-ferc-consultation-correspondence div.ferc-item-wrapper span.sub-category + li {
  border: none;
}
.term-ferc div.ferc-item-wrapper div.ferc-navigation-buttons-right, .term-ferc-calendars div.ferc-item-wrapper div.ferc-navigation-buttons-right, .term-ferc-lawsuits div.ferc-item-wrapper div.ferc-navigation-buttons-right, .term-ferc-phone-records div.ferc-item-wrapper div.ferc-navigation-buttons-right, .term-ferc-consultation-correspondence div.ferc-item-wrapper div.ferc-navigation-buttons-right {
  float: right;
  position: relative;
  z-index: 500;
}
.term-ferc div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources, .term-ferc-calendars div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources, .term-ferc-lawsuits div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources, .term-ferc-phone-records div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources, .term-ferc-consultation-correspondence div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources {
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 25px 40px;
}
.term-ferc div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources h3, .term-ferc-calendars div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources h3, .term-ferc-lawsuits div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources h3, .term-ferc-phone-records div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources h3, .term-ferc-consultation-correspondence div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #728194;
  letter-spacing: 3px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: left;
}
.term-ferc div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources ul li, .term-ferc-calendars div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources ul li, .term-ferc-lawsuits div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources ul li, .term-ferc-phone-records div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources ul li, .term-ferc-consultation-correspondence div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources ul li {
  border-top: 1px solid #d2dce0;
}
.term-ferc div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources ul li:nth-of-type(1), .term-ferc-calendars div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources ul li:nth-of-type(1), .term-ferc-lawsuits div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources ul li:nth-of-type(1), .term-ferc-phone-records div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources ul li:nth-of-type(1), .term-ferc-consultation-correspondence div.ferc-item-wrapper div.ferc-navigation-buttons-right .more-resources ul li:nth-of-type(1) {
  border-top: none;
}
.term-ferc div.ferc-item-wrapper div.ferc-navigation-buttons-right.half-width, .term-ferc-calendars div.ferc-item-wrapper div.ferc-navigation-buttons-right.half-width, .term-ferc-lawsuits div.ferc-item-wrapper div.ferc-navigation-buttons-right.half-width, .term-ferc-phone-records div.ferc-item-wrapper div.ferc-navigation-buttons-right.half-width, .term-ferc-consultation-correspondence div.ferc-item-wrapper div.ferc-navigation-buttons-right.half-width {
  width: 47%;
  margin-left: 6%;
}
@media only screen and (max-width: 700px) {
  .term-ferc div.ferc-item-wrapper div.ferc-navigation-buttons-right.half-width, .term-ferc-calendars div.ferc-item-wrapper div.ferc-navigation-buttons-right.half-width, .term-ferc-lawsuits div.ferc-item-wrapper div.ferc-navigation-buttons-right.half-width, .term-ferc-phone-records div.ferc-item-wrapper div.ferc-navigation-buttons-right.half-width, .term-ferc-consultation-correspondence div.ferc-item-wrapper div.ferc-navigation-buttons-right.half-width {
    margin-top: 20px;
    margin-top: 20px;
    width: 100%;
    margin-left: initial;
  }
}
.term-ferc div.ferc-navigation-buttons, .term-ferc-calendars div.ferc-navigation-buttons, .term-ferc-lawsuits div.ferc-navigation-buttons, .term-ferc-phone-records div.ferc-navigation-buttons, .term-ferc-consultation-correspondence div.ferc-navigation-buttons {
  display: none;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.term-ferc div.ferc-navigation-buttons .button, .term-ferc div.ferc-navigation-buttons .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .term-ferc div.ferc-navigation-buttons .alm-load-more-btn, .term-ferc div.ferc-navigation-buttons .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .term-ferc div.ferc-navigation-buttons #ctf-more, .term-ferc div.ferc-navigation-buttons .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .term-ferc div.ferc-navigation-buttons .alm-load-more-btn, .term-ferc-calendars div.ferc-navigation-buttons .button, .term-ferc-calendars div.ferc-navigation-buttons .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .term-ferc-calendars div.ferc-navigation-buttons .alm-load-more-btn, .term-ferc-calendars div.ferc-navigation-buttons .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .term-ferc-calendars div.ferc-navigation-buttons #ctf-more, .term-ferc-calendars div.ferc-navigation-buttons .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .term-ferc-calendars div.ferc-navigation-buttons .alm-load-more-btn, .term-ferc-lawsuits div.ferc-navigation-buttons .button, .term-ferc-lawsuits div.ferc-navigation-buttons .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .term-ferc-lawsuits div.ferc-navigation-buttons .alm-load-more-btn, .term-ferc-lawsuits div.ferc-navigation-buttons .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .term-ferc-lawsuits div.ferc-navigation-buttons #ctf-more, .term-ferc-lawsuits div.ferc-navigation-buttons .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .term-ferc-lawsuits div.ferc-navigation-buttons .alm-load-more-btn, .term-ferc-phone-records div.ferc-navigation-buttons .button, .term-ferc-phone-records div.ferc-navigation-buttons .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .term-ferc-phone-records div.ferc-navigation-buttons .alm-load-more-btn, .term-ferc-phone-records div.ferc-navigation-buttons .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .term-ferc-phone-records div.ferc-navigation-buttons #ctf-more, .term-ferc-phone-records div.ferc-navigation-buttons .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .term-ferc-phone-records div.ferc-navigation-buttons .alm-load-more-btn, .term-ferc-consultation-correspondence div.ferc-navigation-buttons .button, .term-ferc-consultation-correspondence div.ferc-navigation-buttons .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .term-ferc-consultation-correspondence div.ferc-navigation-buttons .alm-load-more-btn, .term-ferc-consultation-correspondence div.ferc-navigation-buttons .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .term-ferc-consultation-correspondence div.ferc-navigation-buttons #ctf-more, .term-ferc-consultation-correspondence div.ferc-navigation-buttons .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .term-ferc-consultation-correspondence div.ferc-navigation-buttons .alm-load-more-btn {
  margin: 20px;
}
.term-ferc div.ferc-navigation-buttons .button a, .term-ferc div.ferc-navigation-buttons .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn a, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .term-ferc div.ferc-navigation-buttons .alm-load-more-btn a, .term-ferc div.ferc-navigation-buttons .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more a, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .term-ferc div.ferc-navigation-buttons #ctf-more a, .term-ferc div.ferc-navigation-buttons .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn a, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .term-ferc div.ferc-navigation-buttons .alm-load-more-btn a, .term-ferc-calendars div.ferc-navigation-buttons .button a, .term-ferc-calendars div.ferc-navigation-buttons .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn a, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .term-ferc-calendars div.ferc-navigation-buttons .alm-load-more-btn a, .term-ferc-calendars div.ferc-navigation-buttons .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more a, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .term-ferc-calendars div.ferc-navigation-buttons #ctf-more a, .term-ferc-calendars div.ferc-navigation-buttons .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn a, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .term-ferc-calendars div.ferc-navigation-buttons .alm-load-more-btn a, .term-ferc-lawsuits div.ferc-navigation-buttons .button a, .term-ferc-lawsuits div.ferc-navigation-buttons .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn a, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .term-ferc-lawsuits div.ferc-navigation-buttons .alm-load-more-btn a, .term-ferc-lawsuits div.ferc-navigation-buttons .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more a, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .term-ferc-lawsuits div.ferc-navigation-buttons #ctf-more a, .term-ferc-lawsuits div.ferc-navigation-buttons .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn a, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .term-ferc-lawsuits div.ferc-navigation-buttons .alm-load-more-btn a, .term-ferc-phone-records div.ferc-navigation-buttons .button a, .term-ferc-phone-records div.ferc-navigation-buttons .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn a, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .term-ferc-phone-records div.ferc-navigation-buttons .alm-load-more-btn a, .term-ferc-phone-records div.ferc-navigation-buttons .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more a, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .term-ferc-phone-records div.ferc-navigation-buttons #ctf-more a, .term-ferc-phone-records div.ferc-navigation-buttons .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn a, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .term-ferc-phone-records div.ferc-navigation-buttons .alm-load-more-btn a, .term-ferc-consultation-correspondence div.ferc-navigation-buttons .button a, .term-ferc-consultation-correspondence div.ferc-navigation-buttons .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn a, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .term-ferc-consultation-correspondence div.ferc-navigation-buttons .alm-load-more-btn a, .term-ferc-consultation-correspondence div.ferc-navigation-buttons .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more a, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .term-ferc-consultation-correspondence div.ferc-navigation-buttons #ctf-more a, .term-ferc-consultation-correspondence div.ferc-navigation-buttons .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn a, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .term-ferc-consultation-correspondence div.ferc-navigation-buttons .alm-load-more-btn a {
  position: initial;
}

.list-items-carousel {
  display: flex;
  flex-direction: column;
}
.list-items-carousel h2 {
  color: #21252B;
  font-size: 40px;
  font-family: "FreigSanProBold", sans-serif;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 60px;
}
@media all and (max-width: 768px) {
  .list-items-carousel div.carousel-wrapper {
    width: 100vw;
    margin-left: -16%;
  }
  .list-items-carousel div.carousel-wrapper button {
    background-color: transparent;
  }
  .list-items-carousel div.carousel-wrapper button.slick-prev, .list-items-carousel div.carousel-wrapper button.slick-next {
    z-index: 100;
  }
  .list-items-carousel div.carousel-wrapper button.slick-prev {
    left: 0px !important;
  }
  .list-items-carousel div.carousel-wrapper button.slick-next {
    right: 23px !important;
  }
  .list-items-carousel div.carousel-wrapper button::before {
    display: none;
    width: 23px;
    height: 23px;
    color: red;
  }
  .list-items-carousel div.carousel-wrapper .slick-list {
    padding: 0 !important;
  }
}
.list-items-carousel div.list-item {
  position: relative;
  display: flex;
  padding: 8px 32px;
  justify-content: center;
  align-items: center;
  gap: 36px;
}
@media all and (max-width: 768px) {
  .list-items-carousel div.list-item {
    display: block;
  }
}
.list-items-carousel div.list-item span {
  font-family: "FreigSanProBold", sans-serif;
  color: #33434F;
  line-height: 125%;
  font-size: 32px;
  font-weight: 700;
  display: flex;
}
@media all and (max-width: 768px) {
  .list-items-carousel div.list-item span {
    display: block;
    width: 100%;
    max-width: 251px;
    margin: 24px auto 8px auto;
    height: auto;
  }
}
.list-items-carousel div.list-item span {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 51px;
  height: 78px;
}
.list-items-carousel div.list-item p {
  width: 100%;
  max-width: 489px;
}
@media all and (max-width: 768px) {
  .list-items-carousel div.list-item p {
    max-width: 251px;
    margin: 0 auto 16px auto;
  }
}
.list-items-carousel div.list-item p {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 162.5%;
}
.list-items-carousel div.list-item.odd {
  background: #F4F5F8;
}
.list-items-carousel div.hr {
  margin-top: 24px;
  margin-bottom: 75px;
  height: 1px;
  width: 100%;
  background-color: #E3E5E8;
}
@media all and (max-width: 768px) {
  .list-items-carousel div.hr {
    display: none;
  }
}

.ier-quotes-masonry-block {
  margin: 90px 0px 0px 0px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .ier-quotes-masonry-block {
    max-width: 95%;
    margin: 90px auto 0px auto;
  }
}
.ier-quotes-masonry-block .ier-quotes-masonry__items {
  max-width: 810px;
  margin: 0 auto;
  text-align: left;
}
.ier-quotes-masonry-block .ier-quotes-masonry__items .ier-quotes-masonry__item {
  padding: 35px;
  box-shadow: 0px 0px 37.41px 5.59px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  width: 48%;
  margin-bottom: 42px;
}
@media only screen and (max-width: 1024px) {
  .ier-quotes-masonry-block .ier-quotes-masonry__items .ier-quotes-masonry__item {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 768px) {
  .ier-quotes-masonry-block .ier-quotes-masonry__items .ier-quotes-masonry__item {
    width: 100%;
  }
}
.ier-quotes-masonry-block .ier-quotes-masonry__items .ier-quotes-masonry__item h3 .pf-content p {
  font-size: 20px;
  color: #4a5560;
  margin-bottom: 20px;
}
.ier-quotes-masonry-block .ier-quotes-masonry__items .ier-quotes-masonry__item .quote__author .quote__author-name,
.ier-quotes-masonry-block .ier-quotes-masonry__items .ier-quotes-masonry__item .quote__author .quote__author-position {
  color: #5c656e;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.9;
}
.ier-quotes-masonry-block .ier-quotes-masonry__items .ier-quotes-masonry__item:after {
  content: "";
  background-image: url(../assets/images/small-quote.jpg);
  display: block;
  height: 25px;
  width: 35px;
  background-repeat: no-repeat;
  margin-top: 25px;
}

div.ier-quotes-slider-block {
  padding: 0;
  background-color: #6871b4;
  float: inherit;
  max-width: 1040px;
  margin: 0 auto;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  div.ier-quotes-slider-block {
    max-width: 95%;
    margin: 90px auto 0px auto;
  }
}
div.ier-quotes-slider-block .ier-quotes-slider__items {
  margin-bottom: 0;
}
div.ier-quotes-slider-block .ier-quotes-slider__items .slick-list {
  padding: 80px 150px 65px 113px;
}
@media screen and (max-width: 1139px) {
  div.ier-quotes-slider-block .ier-quotes-slider__items .slick-list {
    padding: 50px 100px 45px 80px;
  }
}
@media screen and (max-width: 767px) {
  div.ier-quotes-slider-block .ier-quotes-slider__items .slick-list {
    padding: 35px 50px 105px 50px;
  }
}
div.ier-quotes-slider-block .ier-quotes-slider__items .slick-list .slick-track .ier-quotes-slider__item .inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
div.ier-quotes-slider-block .ier-quotes-slider__items .slick-list .slick-track .ier-quotes-slider__item .inner:after {
  content: "";
  background-image: url(../assets/images/big-quote.jpg);
  display: block;
  height: 55px;
  width: 80px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  div.ier-quotes-slider-block .ier-quotes-slider__items .slick-list .slick-track .ier-quotes-slider__item .inner:after {
    bottom: -70px;
  }
}
div.ier-quotes-slider-block .ier-quotes-slider__items .slick-list .slick-track .ier-quotes-slider__item h3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  div.ier-quotes-slider-block .ier-quotes-slider__items .slick-list .slick-track .ier-quotes-slider__item h3 {
    margin-bottom: 10px;
  }
}
div.ier-quotes-slider-block .ier-quotes-slider__items .slick-list .slick-track .ier-quotes-slider__item h3 .pf-content p {
  color: white;
  font-size: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 1139px) {
  div.ier-quotes-slider-block .ier-quotes-slider__items .slick-list .slick-track .ier-quotes-slider__item h3 .pf-content p {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  div.ier-quotes-slider-block .ier-quotes-slider__items .slick-list .slick-track .ier-quotes-slider__item h3 .pf-content p {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  div.ier-quotes-slider-block .ier-quotes-slider__items .slick-list .slick-track .ier-quotes-slider__item h3 .pf-content p {
    font-size: 22px;
  }
}
div.ier-quotes-slider-block .ier-quotes-slider__items .slick-list .slick-track .ier-quotes-slider__item .quote__author {
  display: inline-block;
  margin-right: 80px;
  margin-left: auto;
}
@media screen and (max-width: 1139px) {
  div.ier-quotes-slider-block .ier-quotes-slider__items .slick-list .slick-track .ier-quotes-slider__item .quote__author {
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  div.ier-quotes-slider-block .ier-quotes-slider__items .slick-list .slick-track .ier-quotes-slider__item .quote__author {
    margin-right: 0;
    margin-left: 0;
  }
}
div.ier-quotes-slider-block .ier-quotes-slider__items .slick-list .slick-track .ier-quotes-slider__item .quote__author .quote__author-name,
div.ier-quotes-slider-block .ier-quotes-slider__items .slick-list .slick-track .ier-quotes-slider__item .quote__author .quote__author-position {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1.9;
}
@media screen and (max-width: 1139px) {
  div.ier-quotes-slider-block .ier-quotes-slider__items .slick-list .slick-track .ier-quotes-slider__item .quote__author .quote__author-name,
  div.ier-quotes-slider-block .ier-quotes-slider__items .slick-list .slick-track .ier-quotes-slider__item .quote__author .quote__author-position {
    font-size: 12px;
  }
}
div.ier-quotes-slider-block .ier-quotes-slider__items .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  z-index: 5;
}
div.ier-quotes-slider-block .ier-quotes-slider__items .slick-arrow.slick-arrow-prev {
  left: 40px;
}
@media screen and (max-width: 1139px) {
  div.ier-quotes-slider-block .ier-quotes-slider__items .slick-arrow.slick-arrow-prev {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  div.ier-quotes-slider-block .ier-quotes-slider__items .slick-arrow.slick-arrow-prev {
    left: 10px;
  }
}
div.ier-quotes-slider-block .ier-quotes-slider__items .slick-arrow.slick-arrow-prev .slick-prev {
  background-color: transparent;
}
div.ier-quotes-slider-block .ier-quotes-slider__items .slick-arrow.slick-arrow-prev .slick-prev:before {
  content: "❮";
  font-size: 60px;
  color: white;
  -webkit-text-stroke: 6px #6871b4;
}
div.ier-quotes-slider-block .ier-quotes-slider__items .slick-arrow.slick-arrow-next {
  right: 70px;
}
@media screen and (max-width: 1139px) {
  div.ier-quotes-slider-block .ier-quotes-slider__items .slick-arrow.slick-arrow-next {
    right: 55px;
  }
}
@media screen and (max-width: 767px) {
  div.ier-quotes-slider-block .ier-quotes-slider__items .slick-arrow.slick-arrow-next {
    right: 45px;
  }
}
div.ier-quotes-slider-block .ier-quotes-slider__items .slick-arrow.slick-arrow-next .slick-next {
  background-color: transparent;
}
div.ier-quotes-slider-block .ier-quotes-slider__items .slick-arrow.slick-arrow-next .slick-next:before {
  content: "❯";
  font-size: 60px;
  color: white;
  -webkit-text-stroke: 6px #6871b4;
}
div.ier-quotes-slider-block .ier-quotes-slider__items .slick-arrow a {
  color: white;
}
div.ier-quotes-slider-block .ier-quotes-slider__items .slick-dots {
  display: none !important;
}

body {
  font-family: canada-type-gibson, sans-serif;
  line-height: 1.2;
  font-size: 14px;
  display: block;
  position: relative;
  min-height: 100vh;
  width: 100%;
  color: #4a5560;
  overflow-x: hidden;
  transition: opacity 0.4s;
  opacity: 1;
}
body #page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  width: 100%;
}
body #page .site-content-contain {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
body #page .site-content-contain .site-content, body #page .site-content-contain .wrap, body #page .site-content-contain #primary, body #page .site-content-contain #main, body #page .site-content-contain .error-404, body #page .site-content-contain .page-content, body #page .site-content-contain .width {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.wf-active body {
  opacity: 1;
}

.narrow {
  max-width: 600px;
}

.aligncenter {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin: 0 0 0 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 0 0;
}

p {
  line-height: 1.8em;
  font-size: 1.3em;
}

.breadcrumbs {
  padding: 17px 0;
}
.breadcrumbs .label {
  font-size: 1em;
}
.breadcrumbs .home {
  display: flex;
  align-items: center;
}
.breadcrumbs .home:before {
  content: "";
  display: block;
  background-color: #007ff2;
  width: 10px;
  height: 10px;
  position: relative;
  margin-right: 15px;
}

blockquote {
  width: 825px;
  max-width: 90vw;
  transform: translateX(-50%);
  left: 50%;
  padding: 25px 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 17px 29px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 17px 29px 0 rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 0 17px 29px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 17px 29px 0 rgba(0, 0, 0, 0.11);
  position: relative;
  margin: 40px 0 60px;
}
blockquote:before {
  content: "";
  width: 37px;
  height: 32px;
  background: url("../assets/images/bquote.png");
  display: inline-block;
  position: absolute;
  left: -19px;
}
blockquote p {
  font-size: 20px;
  font-weight: 300;
  color: #6871b4;
  font-style: italic;
  line-height: 30px;
  margin: 0;
}
blockquote p + p {
  margin: 20px 0 0 0;
}

.pf-content :not(ol) li {
  padding-left: 25px;
  position: relative;
  font-size: 18px;
  padding-top: 0.6em;
}
.pf-content :not(ol) li:before {
  display: block;
  content: "";
  background-color: #007ff2;
  height: 8px;
  width: 8px;
  position: absolute;
  left: 21px;
  top: 1em;
}
.pf-content :not(ol) li li {
  padding-left: 20px;
}
.pf-content :not(ol) li li:before {
  left: 5px;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #5ad583;
}
.pf-content strong {
  font-weight: 500;
}

.post-content .pf-content ul li {
  font-weight: 300 !important;
}

a {
  text-decoration: none;
  color: #007ff2;
}

.footnote_plugin_index span {
  color: #007ff2;
  text-transform: lowercase;
}

.footnote_plugin_text {
  font-size: 14px;
}

.footnote_container_prepare {
  margin-bottom: 24px;
}
.footnote_container_prepare > p {
  border-color: #D1DBE0 !important;
  border-width: 2px !important;
}

sup {
  color: #4a5560;
  text-transform: lowercase;
}

.heading-block {
  margin: 0 0 50px;
  width: 828px;
  max-width: 90vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.heading-block .date {
  margin-top: 20px;
}
.heading-block .photo {
  width: 200px;
  height: 200px;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 20px;
}
.heading-block footer {
  margin-top: 40px;
}
.heading-block footer .social-icons {
  width: 72px;
}

.single-encyclopedia .heading-block .header {
  margin-bottom: 1em;
}
.single-encyclopedia .heading-block .header h2 {
  margin: 0;
  font-size: 30px;
}
.single-encyclopedia .heading-block .header .icon {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}

.post-section .bottom {
  width: calc(100% + 20px);
  transform: translateX(calc(20px / 2 * -1));
  margin-top: calc(20px * 2);
}
.post-section .bottom .item {
  width: calc(1000px / 2 - 20px / 2);
  max-width: 100%;
  margin: calc(20px / 2);
}
.post-section .bottom .item .avatar {
  text-align: right;
  margin-left: 20px;
}
.post-section .bottom .item .avatar h5 {
  margin: 0px;
}
.post-section .bottom .item .avatar .photo {
  width: 70px;
  height: 70px;
  margin: 20px 0px 20px 0px;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.post-section .bottom .item h2 {
  flex-grow: 1;
  font-size: 2.15em;
}
.post-section .bottom .item .label {
  margin-bottom: 20px;
}

.icons .category-icon {
  width: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 5px;
  height: 50px;
}

.tags {
  margin: 75px 0 175px;
}
.tags h3 {
  margin-bottom: 1em;
}
.tags .tag {
  margin-right: 5px;
}
.tags p {
  margin: 0;
}

/*--------------------------------------------------------------
2.0 Search
--------------------------------------------------------------*/
.search-results #primary {
  width: calc(100% - 350px);
}
.search-results #primary article {
  margin-bottom: 60px;
}
.search-results #primary article > a[rel=bookmark] {
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #6871b4;
}
.search-results div.asp_sb.asp_sb_6.searchsettings {
  max-width: 100% !important;
}
.search-results div.asp_sb.asp_sb_6.searchsettings .asp_tax_filter {
  position: absolute;
  right: 0;
  top: -87px;
}
.search-results div.asp_sb.asp_sb_6.searchsettings .asp_tax_filter .mCustomScrollBox {
  max-height: none;
}
.search-results h1 {
  margin-bottom: 40px;
  color: #4a5560;
}
.search-results h2.entry-title {
  font-size: 30px;
  margin-bottom: 10px;
}
.search-results h2.entry-title a {
  text-decoration: none;
  color: #4a5560;
}
.search-results h2.entry-title a:hover {
  color: #007ff2;
}
.search-results .date {
  color: #bac4ca;
  letter-spacing: 1px;
}
.search-results .label {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #a4b1b9;
  font-size: 14px;
  margin-bottom: 15px;
}
.search-results .page-header {
  position: relative;
  margin-top: 50px;
}
.search-results .page-header #ajaxsearchpro6_1 {
  width: 450px;
  max-width: 100%;
  background: none;
  box-shadow: none;
  border: 2px solid #007ff2;
  border-radius: 5px;
  height: 45px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.search-results .page-header #ajaxsearchpro6_1 .probox {
  width: 100%;
}
.search-results #ajaxsearchprobsettings6_1.searchsettings .asp_sett_scroll {
  max-height: none;
}
.search-results #ajaxsearchprobsettings6_1.searchsettings .asp_sett_scroll .mCustomScrollBox {
  max-height: none !important;
}
.search-results div.asp_w.asp_sb.searchsettings fieldset .asp_option {
  position: relative;
  height: 40px;
  margin-bottom: 0;
  align-items: center;
}
.search-results div.asp_w.asp_sb.searchsettings fieldset .asp_option:before {
  content: "";
  background: #e1e8ed;
  width: 2px;
  height: 40px;
  position: absolute;
  left: 0;
  top: calc(50% - 20px);
  transition: all 0.4s;
}
.search-results div.asp_w.asp_sb.searchsettings fieldset .asp_option .asp_option_label {
  color: #4a5560;
  text-transform: uppercase;
  margin-left: 25px;
  transition: all 0.4s;
  font-size: 12px;
  letter-spacing: 1px;
}
.search-results div.asp_w.asp_sb.searchsettings fieldset .asp_option.active:before {
  background: #007ff2;
}
.search-results div.asp_w.asp_sb.searchsettings fieldset .asp_option.active .asp_option_label {
  color: #007ff2;
}
.search-results div.asp_w.asp_sb.searchsettings fieldset .asp_option:hover:before {
  background: #5ad583;
}
.search-results div.asp_w.asp_sb.searchsettings fieldset .asp_option:hover .asp_option_label {
  color: #5ad583;
}
.search-results div.asp_w.asp_sb.searchsettings fieldset legend {
  text-transform: uppercase;
  color: #a4b1b9;
  padding: 0;
  font-size: 14px;
  letter-spacing: 1px;
}
.search-results div.asp_w.asp_sb.searchsettings .asp_option_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0;
  opacity: 0;
}
.search-results .pagination .nav-links > * {
  text-decoration: none;
  color: #4a5560;
  margin: 20px;
}
.search-results .pagination .nav-links > *.current {
  color: #007ff2;
}

@media only screen and (max-width: 900px) {
  .search-results #ajaxsearchprobsettings6_1.asp_sb.asp_sb_6.searchsettings legend {
    width: 100%;
    cursor: pointer;
  }
  .search-results #ajaxsearchprobsettings6_1.asp_sb.asp_sb_6.searchsettings legend:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
    transform: rotate(-45deg);
    border-left-color: #4a5560;
    display: inline-block;
    border-bottom-color: #4a5560;
    cursor: pointer;
    transform: rotate(-45deg);
    position: absolute;
    right: 5px;
  }
  .search-results #ajaxsearchprobsettings6_1.asp_sb.asp_sb_6.searchsettings fieldset.asp_tax_filter {
    width: 100%;
    position: relative;
    top: 0;
  }
  .search-results #ajaxsearchprobsettings6_1.asp_sb.asp_sb_6.searchsettings fieldset.asp_tax_filter .asp_sett_scroll {
    transition: all 0.5s;
    max-height: 0;
  }
  .search-results #ajaxsearchprobsettings6_1.asp_sb.asp_sb_6.searchsettings fieldset.asp_tax_filter.active .asp_sett_scroll {
    max-height: 900px;
  }
  .search-results #primary {
    width: 100%;
  }
  .search-results .pagination .nav-links > * {
    margin: 0 10px;
  }
}
/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.error-404 .width {
  padding-bottom: 130px;
  justify-content: space-around;
  align-items: center;
}
.error-404 span {
  font-size: 24px;
  font-family: "Gibson";
  color: rgb(164, 177, 185);
  margin-bottom: 35px;
}
.error-404 .image-404 {
  width: 85%;
  object-fit: contain;
  margin: 140px auto 45px;
}
.error-404 .button, .error-404 .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .error-404 .alm-load-more-btn, .error-404 .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .error-404 #ctf-more, .error-404 .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .error-404 .alm-load-more-btn {
  margin-bottom: 135px;
}

.width.-standard {
  width: 1000px;
  margin: 0 auto;
  max-width: 90%;
}

/* style rules for Header start here */
.container-fluid {
  float: left;
  width: 100%;
}

.pushy-active {
  overflow-y: hidden;
}
.pushy-active .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 50px;
  bottom: 0;
  left: 0px;
  z-index: 9999;
}

.hide-for-desktop, .studies-catg-filter-section .studies-catg-nav-container .studies-catg-nav-row-ul .filter-all {
  display: none;
}

.breadcrumb .breadcrumb_inner_wrap {
  max-width: 1000px;
  margin: 0 auto;
  border-bottom: 1px solid #d1dbe0;
}
.breadcrumb .breadcrumb_inner_wrap:after {
  clear: both;
  content: "";
  display: table;
}
.breadcrumb .breadcrumb_inner_wrap ul li {
  text-transform: uppercase;
  padding: 17px 0;
  font-size: 13.86px;
  font-weight: 600;
  color: #4a5560;
  letter-spacing: 1px;
}
.breadcrumb .breadcrumb_inner_wrap ul li .breadcrumb_ns {
  color: #a4b1b4;
  margin: 0;
}
.breadcrumb .breadcrumb_inner_wrap ul li .breadcrumb_ns:before {
  content: "";
  width: 10px;
  height: 9px;
  background: #007ff2;
  margin-right: 20px;
  display: inline-block;
}
.breadcrumb .breadcrumb_inner_wrap ul li .breadcrumb_ns a {
  color: #a4b1b4;
  text-decoration: none;
}
.breadcrumb .breadcrumb_inner_wrap ul li .breadcrumb_ns .breadcrumb-separator {
  position: relative;
  padding-left: 20px;
}
.breadcrumb .breadcrumb_inner_wrap ul li .breadcrumb_ns .breadcrumb-separator:before {
  content: ".";
  color: #a4b1b4;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  width: 5px;
  left: 6px;
  top: 0;
  margin: auto;
  bottom: 0;
  line-height: 10px;
}
.breadcrumb .breadcrumb_inner_wrap ul li .breadcrumb_selected {
  position: relative;
  padding-left: 20px;
}
.breadcrumb .breadcrumb_inner_wrap ul li .breadcrumb_selected.subpage_bread {
  color: #a4b1b4;
}
.breadcrumb .breadcrumb_last {
  color: #4a5560;
}
.breadcrumb .breadcrumb-title {
  max-width: 1000px;
  margin: 30px auto 0 auto;
  font-size: 22px;
  font-weight: 500;
  color: #728194;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.page-template-home .breadcrumb {
  display: none;
}

.site-content-contain {
  backface-visibility: hidden;
  position: relative;
  -webkit-transition: transform 0.48s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: transform 0.48s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -ms-transition: transform 0.48s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: transform 0.48s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.48s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.site-content {
  float: left;
  width: 100%;
  -webkit-transition: transform 0.48s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: transform 0.48s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -ms-transition: transform 0.48s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: transform 0.48s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.48s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  backface-visibility: hidden;
}
.site-content.pushy-open {
  -webkit-transform: translate3d(300px, 0, 0);
  -moz-transform: translate3d(300px, 0, 0);
  -ms-transform: translate3d(300px, 0, 0);
  -o-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.post-content ul {
  padding-left: 1.5em;
}
.post-content ul li {
  line-height: 1.5em;
  font-size: 18px;
  position: relative;
  margin-top: 0.6em;
}
.post-content ul li:before {
  content: "";
  box-sizing: border-box;
  background: #00bff3;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 1.4em;
  transform: translateY(-50%);
  left: -1em;
}
.post-content ul ul li:before {
  border: solid 2px #5ad583;
  background-color: transparent;
}
.post-content ol {
  padding-left: 1.5em;
}
.post-content ol li {
  padding-left: 25px;
  position: relative;
  font-size: 18px;
  padding-top: 0.6em;
}

/* style rules for footer start here */
.site-footer {
  float: left;
  width: 100%;
  position: relative;
  z-index: 88;
}
.site-footer .search-box {
  font-size: 1.2em;
}
.pushy-active .site-footer {
  z-index: 87;
}
.site-footer .bottom-footer-container {
  float: left;
  width: 100%;
  background: #4a5560;
  color: #a4b1b9;
  display: table;
  padding: 20px 0 20px 50px;
  min-height: 81px;
}
.site-footer .bottom-footer-container .footer-left {
  display: table-cell;
  width: 30%;
  text-align: left;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .site-footer .bottom-footer-container .footer-left {
    padding-left: 20px;
  }
}
.site-footer .bottom-footer-container .footer-left .footer-logo {
  display: inline-block;
  vertical-align: middle;
}
.site-footer .bottom-footer-container .footer-left .social-icons {
  filter: brightness(2.5) grayscale(3);
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  font-size: 1.2em;
}
.site-footer .bottom-footer-container .footer-left .social-icons a {
  float: left;
  margin: 0 8.7px;
}
.site-footer .bottom-footer-container .footer-left .donation-disclaimer p {
  font-size: 0.85rem;
  margin: 0 auto;
  max-width: 70%;
}
@media (min-width: 480px) {
  .site-footer .bottom-footer-container .footer-left .donation-disclaimer p {
    max-width: 100%;
    padding: 0 0 0 15px;
  }
}
.site-footer .bottom-footer-container .footer-menu-links {
  display: table-cell;
  width: 40%;
  text-align: center;
  vertical-align: middle;
}
.site-footer .bottom-footer-container .footer-menu-links .secondary-footer .secondary-menu li {
  display: inline-block;
  padding: 0 5.6%;
}
.site-footer .bottom-footer-container .footer-menu-links .secondary-footer .secondary-menu li a {
  font-size: 12px;
  font-weight: 600;
  color: #a4b1b9;
  text-decoration: none;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.site-footer .bottom-footer-container .search-block-footer {
  display: table-cell;
  width: 30%;
  text-align: right;
  padding-right: 80px;
  vertical-align: middle;
  position: relative;
}
.site-footer .bottom-footer-container .search-block-footer .search-box-hidden {
  display: none;
  position: absolute;
  right: 80px;
  top: 4px;
  width: 200px;
}
.site-footer .bottom-footer-container .search-block-footer .search-box-hidden .footer-search-input {
  width: 200px;
  padding-right: 30px;
}
.site-footer .bottom-footer-container .search-block-footer .search-box-hidden button {
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 9;
}
.site-footer .bottom-footer-container .search-block-footer .footer-search-icon {
  filter: brightness(2.5) grayscale(3);
  float: right;
  cursor: pointer;
}
.site-footer .bottom-footer-container .search-block-footer .footer-search-icon img {
  vertical-align: middle;
}

/* front page style rules start here */
.site-content-contain {
  float: left;
  width: 100%;
}

.section-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #a4b1b9;
  letter-spacing: 3px;
}
.section-title:before {
  content: "";
  width: 10px;
  height: 9px;
  background: #4a5560;
  margin-right: 20px;
  display: inline-block;
}

/* Featured Analysis section style rules start here */
@media only screen and (max-width: 1367px) {
  .featured-analysis-section .featured-analysis-cols {
    float: left;
    width: 100%;
    padding-left: 180px;
    position: relative;
    min-height: 500px;
  }
  .featured-analysis-section .featured-analysis-cols .featured-analysis-col-left {
    left: 180px;
  }
  .featured-analysis-section .featured-analysis-cols .featured-analysis-col-left .featured-post-title {
    margin-top: 50px;
    font-size: 40.15px;
    font-weight: 300;
    color: #4a5560;
  }
  .featured-analysis-section .featured-analysis-cols .featured-analysis-col-left .featured-post-date {
    margin-bottom: 50px;
  }
  .featured-analysis-section .featured-analysis-cols .featured-analysis-col-right {
    float: right;
    width: 75%;
    max-width: 930px;
  }
}
.featured-analysis-section {
  float: left;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.featured-analysis-section .featured-analysis-cols {
  float: left;
  width: 100%;
  padding: 35px 50px 200px 160px;
  position: relative;
}
.featured-analysis-section .featured-analysis-cols .featured-analysis-col-left {
  position: absolute;
  top: 20%;
  left: 160px;
  width: 37%;
}
.featured-analysis-section .featured-analysis-cols .featured-analysis-col-left .section-title {
  color: #007ff2;
}
.featured-analysis-section .featured-analysis-cols .featured-analysis-col-left .section-title:before {
  background-color: #007ff2;
}
.featured-analysis-section .featured-analysis-cols .featured-analysis-col-left .featured-post-title {
  margin-top: 45px;
}
.featured-analysis-section .featured-analysis-cols .featured-analysis-col-left .featured-post-title a {
  font-size: 38.15px;
  font-weight: 300;
  color: #4a5560;
  text-decoration: none;
}
.featured-analysis-section .featured-analysis-cols .featured-analysis-col-left .featured-post-date {
  font-size: 18px;
  font-weight: 300;
  color: #a4b1b9;
  margin: 10px 0 45px 0;
}
.featured-analysis-section .featured-analysis-cols .featured-analysis-col-right {
  float: right;
  width: 73%;
  max-width: 930px;
}
.featured-analysis-section .featured-analysis-cols .featured-analysis-col-right img {
  width: 100%;
  height: auto;
}

/* Recent Analysis section style rules start here */
.recent-analysis-section .section-title {
  color: #6871b4;
  margin-bottom: 60px;
  text-align: center;
}
.recent-analysis-section .section-title:before {
  background-color: #6871b4;
}
.recent-analysis-section .recent-analysis-post {
  max-width: 1000px;
  margin: 0 auto;
}
.recent-analysis-section .recent-analysis-post ul {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
}
.recent-analysis-section .recent-analysis-post ul li {
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  color: #ffffff;
  padding: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.recent-analysis-section .recent-analysis-post ul li:nth-child(2n) {
  margin-right: 0;
}
.recent-analysis-section .recent-analysis-post ul li:nth-of-type(4n+1) {
  background: #6871b4;
  color: #6871b4;
}
.recent-analysis-section .recent-analysis-post ul li:nth-of-type(4n+2) {
  background: #007ff2;
  color: #007ff2;
}
.recent-analysis-section .recent-analysis-post ul li:nth-of-type(4n+3) {
  background: #00bff3;
  color: #00bff3;
}
.recent-analysis-section .recent-analysis-post ul li:nth-of-type(4n+4) {
  background: #5ad583;
  color: #5ad583;
}
.recent-analysis-section .recent-analysis-post ul li:nth-of-type(odd) .recent-analysis-icon:before {
  content: "";
  background: url("../assets/images/recent_analysis_icon1.png");
  width: 32px;
  height: 29px;
  display: inline-block;
  position: relative;
  top: 11px;
}
.recent-analysis-section .recent-analysis-post ul li:nth-of-type(even) .recent-analysis-icon:before {
  content: "";
  background: url("../assets/images/recent_analysis_icon2.png");
  width: 32px;
  height: 31px;
  display: inline-block;
  position: relative;
  top: 10px;
}
.recent-analysis-section .recent-analysis-post ul li .recent-analysis-item-title {
  margin-bottom: 20px;
  height: 72px;
  overflow: hidden;
}
.recent-analysis-section .recent-analysis-post ul li .recent-analysis-item-title a {
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
}
.recent-analysis-section .recent-analysis-post ul li .recent-analysis-item-descp {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  margin: 0 0 40px 0;
  line-height: 28px;
}
.recent-analysis-section .recent-analysis-post ul li .read-more {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.recent-analysis-section .recent-analysis-post ul li .read-more .button, .recent-analysis-section .recent-analysis-post ul li .read-more .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .recent-analysis-section .recent-analysis-post ul li .read-more .alm-load-more-btn, .recent-analysis-section .recent-analysis-post ul li .read-more .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .recent-analysis-section .recent-analysis-post ul li .read-more #ctf-more, .recent-analysis-section .recent-analysis-post ul li .read-more .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .recent-analysis-section .recent-analysis-post ul li .read-more .alm-load-more-btn {
  float: right;
}
.recent-analysis-section .recent-analysis-post ul li .read-more .recent-analysis-icon {
  float: left;
}
.recent-analysis-section .view-all-posts {
  float: left;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

/* Home page Bottom content section style rules start here */
.home-page-bottom-content {
  margin-top: 150px;
}
.home-page-bottom-content .home-page-bottom-content-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.home-page-bottom-content .home-page-bottom-content-inner .home-page-bottom-content-mail {
  float: left;
  width: 49%;
  margin-right: 2%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 17px 29px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 17px 29px 0 rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 0 17px 29px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 17px 29px 0 rgba(0, 0, 0, 0.11);
  padding: 40px;
  background: #ffffff;
  z-index: 9;
  position: relative;
}
.home-page-bottom-content .home-page-bottom-content-inner .home-page-bottom-content-mail:nth-child(2n) {
  margin-right: 0;
}
.home-page-bottom-content .home-page-bottom-content-inner .home-page-bottom-content-mail:nth-of-type(1) .bottom-content-icon:before {
  content: "";
  background: url("../assets/images/carvon_text.png");
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 10px;
}
.home-page-bottom-content .home-page-bottom-content-inner .home-page-bottom-content-mail:nth-of-type(2) .bottom-content-icon:before {
  content: "";
  background: url("../assets/images/enery_enc.png");
  width: 26px;
  height: 27px;
  display: inline-block;
  position: relative;
  top: 10px;
}
.home-page-bottom-content .home-page-bottom-content-inner .home-page-bottom-content-mail .title {
  font-size: 30px;
  font-weight: 300;
  color: #6871b4;
  margin-bottom: 25px;
}
.home-page-bottom-content .home-page-bottom-content-inner .home-page-bottom-content-mail .description {
  font-size: 18px;
  font-weight: 300;
  color: #4a5560;
  margin: 0;
  line-height: 28px;
}
.home-page-bottom-content .home-page-bottom-content-inner .home-page-bottom-content-mail .bottom-content-icon {
  float: left;
}
.home-page-bottom-content .home-page-bottom-content-inner .home-page-bottom-content-mail .read-more {
  margin-top: 50px;
  float: left;
  width: 100%;
}
.home-page-bottom-content .home-page-bottom-content-inner .home-page-bottom-content-mail .read-more .button, .home-page-bottom-content .home-page-bottom-content-inner .home-page-bottom-content-mail .read-more .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .home-page-bottom-content .home-page-bottom-content-inner .home-page-bottom-content-mail .read-more .alm-load-more-btn, .home-page-bottom-content .home-page-bottom-content-inner .home-page-bottom-content-mail .read-more .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .home-page-bottom-content .home-page-bottom-content-inner .home-page-bottom-content-mail .read-more #ctf-more, .home-page-bottom-content .home-page-bottom-content-inner .home-page-bottom-content-mail .read-more .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .home-page-bottom-content .home-page-bottom-content-inner .home-page-bottom-content-mail .read-more .alm-load-more-btn {
  float: right;
}

/* Newsletter section style rule start here */
#field_3_2 {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  padding: 5px;
}

#field_3_1 {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  padding: 5px;
}

#input_3_1 {
  height: 76px;
}

.newsletter-footer .gform_wrapper .gform_body .ginput_container_email {
  height: 76px;
}

.newsletter-footer .gform_wrapper form .gform_footer {
  display: inline-block;
  position: relative;
  top: 2em;
  left: 1em;
}

.newsletter-footer {
  padding: 75px 0;
  margin-top: 0;
  background: #6871b4;
  text-align: center;
  position: relative;
  margin-top: 131px;
}
.newsletter-footer:before {
  content: "";
  position: absolute;
  background: url("../assets/images/nl_img__aboutpage.png") repeat-x;
  top: -161px;
  height: 161px;
  left: 0;
  width: 100%;
}
.search .newsletter-footer:before {
  background: url("../assets/images/search_footer_bg.png") repeat-x;
  top: -161px;
  height: 161px;
}
.search .newsletter-footer {
  margin-top: 260px;
}
.newsletter-footer .newsletter-title {
  display: inline-block;
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
  vertical-align: middle;
  margin-right: 50px;
}
.newsletter-footer .gform_wrapper {
  display: inline-block;
}
.newsletter-footer .gform_wrapper form .validation_error {
  display: none !important;
}
.newsletter-footer .gform_wrapper form label {
  display: none;
}
.newsletter-footer .gform_wrapper form .gform_body {
  display: inline-block;
  position: relative;
  float: left;
}
.newsletter-footer .gform_wrapper form .gform_body .ginput_container_email input[type=email] {
  height: 50px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  background: #565e9d;
  border: 0;
  margin-bottom: 0;
  vertical-align: middle;
  min-width: 226px;
  color: #ffffff;
}
.newsletter-footer .gform_wrapper form .gform_body .ginput_container_email input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.newsletter-footer .gform_wrapper form .gform_body .ginput_container_email input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.newsletter-footer .gform_wrapper form .gform_body .ginput_container_email input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.newsletter-footer .gform_wrapper form .gform_body .ginput_container_email input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}
.newsletter-footer .gform_wrapper form .gform_body .ginput_container_email input[type=email]::placeholder {
  color: #ffffff;
}
.newsletter-footer .gform_wrapper form .gform_body .validation_message {
  position: absolute;
  color: #ffffff;
  top: 55px;
}
.newsletter-footer .gform_wrapper form .gform_footer {
  display: inline-block;
  position: relative;
}
.newsletter-footer .gform_wrapper form .gform_footer:after {
  content: "";
  position: absolute;
  right: 14px;
  background: url("../assets/images/arrow_top.png");
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  width: 16px;
  height: 8px;
  top: 21px;
  pointer-events: none;
}
.newsletter-footer .gform_wrapper form .gform_footer input[type=submit] {
  text-indent: -9999px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  background: #5f68aa;
  min-width: 0;
  padding: 15px 25px;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 50px;
  height: 50px;
}

.page-template-home .newsletter-footer {
  padding: 220px 0 155px;
  margin-top: -65px;
}
.page-template-home .newsletter-footer:before {
  background: url("../assets/images/newsletter_top_bg.png") no-repeat;
  height: 190px;
  top: -190px;
}

.page-template-page-encyclopedia .newsletter-footer:before {
  background: url("../assets/images/encyclopedia.png") repeat-x;
  height: 169px;
  top: -161px;
}

/* About Us page style rules start here */
.who-br-section .who-br-inner-wrap {
  margin: 90px auto 0;
  max-width: 1000px;
}
.who-br-section .who-br-inner-wrap .module-head {
  margin: 0 auto 40px;
  max-width: 660px;
  font-size: 40.15px;
  font-weight: 300;
  color: #4a5560;
  line-height: 40px;
}
.who-br-section .who-br-inner-wrap .module-blocks-navy {
  float: left;
  width: 100%;
}
.who-br-section .who-br-inner-wrap .module-blocks-navy .who-br-description {
  max-width: 660px;
  margin: 0 auto;
}
.who-br-section .who-br-inner-wrap .module-blocks-navy .who-br-description p {
  font-size: 18px;
  font-weight: 300;
  color: #4a5560;
  margin: 0 0 40px;
  line-height: 28px;
}
.who-br-section .who-br-inner-wrap .module-blocks-navy .who-br-tabs-wrapper {
  background: #f2f5f6;
  margin: 115px 0;
}
.who-br-section .who-br-inner-wrap .module-blocks-navy .who-br-tabs-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
.who-br-section .who-br-inner-wrap .module-blocks-navy .who-br-tabs-wrapper .who-br-tabs-content {
  float: left;
  width: 45%;
  padding: 20px 20px 20px 85px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 340px;
}
.who-br-section .who-br-inner-wrap .module-blocks-navy .who-br-tabs-wrapper .who-br-tabs-content div {
  font-size: 16px;
  font-weight: 300;
  color: #4a5560;
  line-height: 28px;
  display: none;
}
.who-br-section .who-br-inner-wrap .module-blocks-navy .who-br-tabs-wrapper .who-br-tabs-content div p {
  margin: 10px 0 0;
}
.who-br-section .who-br-inner-wrap .module-blocks-navy .who-br-tabs-wrapper .who-br-tabs-content div.our-principle {
  display: block;
}
.who-br-section .who-br-inner-wrap .module-blocks-navy .who-br-tabs-wrapper .who-br-tabs-content div.our-principle .our-principle-img {
  display: block;
  min-height: 40px;
}
.who-br-section .who-br-inner-wrap .module-blocks-navy .who-br-tabs-wrapper .who-br-tabs {
  float: right;
  width: 55%;
  position: relative;
}
.who-br-section .who-br-inner-wrap .module-blocks-navy .who-br-tabs-wrapper .who-br-tabs ul {
  position: absolute;
  right: 0;
  top: -25px;
}
.who-br-section .who-br-inner-wrap .module-blocks-navy .who-br-tabs-wrapper .who-br-tabs ul li {
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  background: #ccc;
  margin-bottom: 10px;
  min-width: 405px;
  cursor: pointer;
}
.who-br-section .who-br-inner-wrap .module-blocks-navy .who-br-tabs-wrapper .who-br-tabs ul li:hover {
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.75);
}
.who-br-section .who-br-inner-wrap .module-blocks-navy .who-br-tabs-wrapper .who-br-tabs ul li:hover .who-br-tabs-icon {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.who-br-section .who-br-inner-wrap .module-blocks-navy .who-br-tabs-wrapper .who-br-tabs ul li:last-child {
  margin-bottom: 0;
}
.who-br-section .who-br-inner-wrap .module-blocks-navy .who-br-tabs-wrapper .who-br-tabs ul li.free-markets {
  background: #5ad583;
}
.who-br-section .who-br-inner-wrap .module-blocks-navy .who-br-tabs-wrapper .who-br-tabs ul li.objective-science {
  background: #00bff3;
}
.who-br-section .who-br-inner-wrap .module-blocks-navy .who-br-tabs-wrapper .who-br-tabs ul li.pp-realism {
  background: #007ff2;
}
.who-br-section .who-br-inner-wrap .module-blocks-navy .who-br-tabs-wrapper .who-br-tabs ul li.eq-treatment {
  background: #6871b4;
}
.who-br-section .who-br-inner-wrap .module-blocks-navy .who-br-tabs-wrapper .who-br-tabs ul li.cont-governemnt {
  background: #4756a0;
}
.who-br-section .who-br-inner-wrap .module-blocks-navy .who-br-tabs-wrapper .who-br-tabs ul li .who-br-tabs-icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.who-br-section .who-br-inner-wrap .module-blocks-navy .who-br-tabs-wrapper .who-br-tabs ul li .who-br-tabs-txt {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.our-team-section {
  float: left;
  width: 100%;
  background: #f2f5f6;
  padding: 90px 0 70px;
}
.our-team-section .our-team-inner-wrap {
  margin: 0 auto;
  max-width: 1000px;
}
.our-team-section .our-team-inner-wrap:after {
  clear: both;
  content: "";
  display: table;
}
.our-team-section .our-team-inner-wrap h2 {
  font-size: 40.15px;
  font-weight: 300;
  color: #4a5560;
  text-align: center;
  margin-bottom: 60px;
}
.our-team-section .our-team-inner-wrap ul {
  float: left;
  width: 100%;
}
.our-team-section .our-team-inner-wrap ul .our-team-list-item {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  position: relative;
  margin-bottom: 2%;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .our-team-section .our-team-inner-wrap ul .our-team-list-item:nth-child(4n) {
    margin-right: 0;
  }
}
.our-team-section .our-team-inner-wrap ul .our-team-list-item:hover .staff-info {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  left: 10px;
}
.our-team-section .our-team-inner-wrap ul .our-team-list-item .staff-img-box {
  max-height: 305px;
  overflow: hidden;
}
.our-team-section .our-team-inner-wrap ul .our-team-list-item .staff-img-box img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1025px) {
  .our-team-section .our-team-inner-wrap ul .our-team-list-item .staff-info {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 0;
    background: rgba(0, 127, 242, 0.95);
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
    text-align: center;
    padding: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .our-team-section .our-team-inner-wrap ul .our-team-list-item .staff-info .staff-name {
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
  }
  .our-team-section .our-team-inner-wrap ul .our-team-list-item .staff-info .staff-title {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 15px;
    letter-spacing: 3px;
    line-height: 20px;
  }
  .our-team-section .our-team-inner-wrap ul .our-team-list-item .staff-info .view-bio-button {
    margin-top: 50px;
  }
  .our-team-section .our-team-inner-wrap ul .our-team-list-item .staff-info .view-bio-button .button, .our-team-section .our-team-inner-wrap ul .our-team-list-item .staff-info .view-bio-button .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .our-team-section .our-team-inner-wrap ul .our-team-list-item .staff-info .view-bio-button .alm-load-more-btn, .our-team-section .our-team-inner-wrap ul .our-team-list-item .staff-info .view-bio-button .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .our-team-section .our-team-inner-wrap ul .our-team-list-item .staff-info .view-bio-button #ctf-more, .our-team-section .our-team-inner-wrap ul .our-team-list-item .staff-info .view-bio-button .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .our-team-section .our-team-inner-wrap ul .our-team-list-item .staff-info .view-bio-button .alm-load-more-btn {
    padding: 8px 15px;
    min-width: 150px;
  }
  .our-team-section .our-team-inner-wrap ul .our-team-list-item .staff-info .view-bio-button .button img, .our-team-section .our-team-inner-wrap ul .our-team-list-item .staff-info .view-bio-button .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn img, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .our-team-section .our-team-inner-wrap ul .our-team-list-item .staff-info .view-bio-button .alm-load-more-btn img, .our-team-section .our-team-inner-wrap ul .our-team-list-item .staff-info .view-bio-button .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more img, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .our-team-section .our-team-inner-wrap ul .our-team-list-item .staff-info .view-bio-button #ctf-more img, .our-team-section .our-team-inner-wrap ul .our-team-list-item .staff-info .view-bio-button .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn img, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .our-team-section .our-team-inner-wrap ul .our-team-list-item .staff-info .view-bio-button .alm-load-more-btn img {
    transition: filter 0.4s;
  }
  .our-team-section .our-team-inner-wrap ul .our-team-list-item .staff-info .view-bio-button .button:hover img, .our-team-section .our-team-inner-wrap ul .our-team-list-item .staff-info .view-bio-button .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:hover img, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .our-team-section .our-team-inner-wrap ul .our-team-list-item .staff-info .view-bio-button .alm-load-more-btn:hover img, .our-team-section .our-team-inner-wrap ul .our-team-list-item .staff-info .view-bio-button .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more:hover img, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .our-team-section .our-team-inner-wrap ul .our-team-list-item .staff-info .view-bio-button #ctf-more:hover img, .our-team-section .our-team-inner-wrap ul .our-team-list-item .staff-info .view-bio-button .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:hover img, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .our-team-section .our-team-inner-wrap ul .our-team-list-item .staff-info .view-bio-button .alm-load-more-btn:hover img {
    filter: brightness(0);
  }
}

.our-directors-section {
  padding: 145px 0;
  margin-bottom: 131px;
}
.our-directors-section .our-directors-inner-wrap {
  max-width: 830px;
  margin: 0 auto;
}
.our-directors-section .our-directors-inner-wrap:after {
  clear: both;
  content: "";
  display: table;
}
.our-directors-section .our-directors-inner-wrap .our-directors-title {
  font-size: 40.15px;
  font-weight: 300;
  color: #4a5560;
  text-align: center;
  margin-bottom: 60px;
}
.our-directors-section .our-directors-inner-wrap .our-directors-list {
  float: left;
  width: 100%;
}
.our-directors-section .our-directors-inner-wrap .our-directors-list ul li {
  float: left;
  width: 48%;
  margin-bottom: 40px;
  margin-right: 4%;
}
@media only screen and (min-width: 1025px) {
  .our-directors-section .our-directors-inner-wrap .our-directors-list ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.our-directors-section .our-directors-inner-wrap .our-directors-list ul li h3 {
  font-size: 30px;
  font-weight: 300;
  color: #6871b4;
  margin-bottom: 10px;
}
.our-directors-section .our-directors-inner-wrap .our-directors-list ul li .designation {
  font-size: 18px;
  font-weight: 300;
  color: #4a5560;
  line-height: 25px;
}
@media all and (min-width: 1140px) {
  .our-directors-section .our-directors-inner-wrap .our-directors-list {
    padding-left: 150px;
  }
}
@media (min-width: 1020px) and (max-width: 1139px) {
  .our-directors-section .our-directors-inner-wrap .our-directors-list {
    padding-left: 50px;
  }
}

/* Studies & data style rule start here */
.latest-analysis {
  padding: 100px 0 130px 0;
}
.latest-analysis .latest-analysis-cols {
  max-width: 1000px;
  margin: 0 auto;
}
.latest-analysis .latest-analysis-cols .latest-analysis-left {
  float: left;
  width: 57%;
}
.latest-analysis .latest-analysis-cols .latest-analysis-left.half-width {
  width: 47%;
}
.latest-analysis .latest-analysis-cols .latest-analysis-left .section-title-inner {
  font-size: 12px;
  font-weight: 600;
  color: #a4b1b9;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.latest-analysis .latest-analysis-cols .latest-analysis-left .latest-analysis-title {
  font-size: 40px;
  font-weight: 300;
  color: #4a5560;
}
.latest-analysis .latest-analysis-cols .latest-analysis-left .latest-analysis-descp {
  margin: 35px 0 45px 0;
  font-size: 18px;
  font-weight: 300;
  color: #4a5560;
  line-height: 28px;
}
.latest-analysis .latest-analysis-cols .latest-analysis-right {
  float: left;
  width: 38%;
  margin-left: 5%;
}
.latest-analysis .latest-analysis-cols .latest-analysis-right.half-width {
  width: 47%;
  margin-left: 6%;
}
.latest-analysis .latest-analysis-cols .latest-analysis-right .more-resources {
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 25px 40px;
}
.latest-analysis .latest-analysis-cols .latest-analysis-right .more-resources h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #728194;
  letter-spacing: 3px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: left;
}
.latest-analysis .latest-analysis-cols .latest-analysis-right .more-resources ul {
  padding-left: 50px;
}
.latest-analysis .latest-analysis-cols .latest-analysis-right .more-resources ul li {
  position: relative;
  padding: 15px 0px;
  border-top: 1px solid #D2DCE0;
  text-align: left;
}
.latest-analysis .latest-analysis-cols .latest-analysis-right .more-resources ul li:first-child {
  border-top: none;
}
.latest-analysis .latest-analysis-cols .latest-analysis-right .more-resources ul li .icon {
  width: 25px;
  position: absolute;
  top: 13px;
  left: -50px;
}
.latest-analysis .latest-analysis-cols .latest-analysis-right .more-resources ul li .icon img {
  width: 100%;
  display: block;
}
.latest-analysis .latest-analysis-cols .latest-analysis-right .more-resources ul li a {
  font-size: 16px;
}
.latest-analysis .latest-analysis-cols .latest-analysis-right .latest-analysis-img-border {
  border: 2px solid #007ff2;
  display: block;
}
.latest-analysis .latest-analysis-cols .latest-analysis-right .latest-analysis-img-border.with-background {
  border: none;
  box-shadow: 8px 8px 0px -2px white, 8px 8px 0 #007ff2;
}
.latest-analysis .latest-analysis-cols .latest-analysis-right .latest-analysis-img-border img {
  -webkit-transform: translate(-8px, -8px);
  -moz-transform: translate(-8px, -8px);
  -ms-transform: translate(-8px, -8px);
  -o-transform: translate(-8px, -8px);
  transform: translate(-8px, -8px);
  display: block;
}

.category-studies .site-content-contain {
  overflow: hidden;
}

.flickity-viewport {
  width: 100%;
}

.studies-catg-filter-section {
  padding-left: 50px;
}
.studies-catg-filter-section .studies-catg-nav-container {
  float: left;
  width: 100%;
  background: #d1dbe0;
  position: relative;
  margin-bottom: 50px;
  min-height: 70px;
  display: flex;
}
.studies-catg-filter-section .studies-catg-nav-container .filter-all {
  padding: 0 20px 0 30px;
  width: 190px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  left: 70px;
  background-color: #d1dbe0;
  z-index: 8;
}
.studies-catg-filter-section .studies-catg-nav-container .filter-all .filter-all-txt {
  font-size: 12px;
  font-weight: 600;
  color: #728194;
  display: inline-block;
  letter-spacing: 3px;
  margin-right: 40px;
}
.studies-catg-filter-section .studies-catg-nav-container .studies-catg-nav-row-ul {
  padding: 0;
  margin: 0 auto;
  outline: 0;
  font-size: 0px;
  width: 100%;
}
.studies-catg-filter-section .studies-catg-nav-container .studies-catg-nav-row-ul .filter-all-link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #a4b1b9;
  text-decoration: none;
}
.studies-catg-filter-section .studies-catg-nav-container .studies-catg-nav-row-ul .cat--filter-item {
  display: inline-block;
  width: 70px;
  height: 70px;
  vertical-align: top;
}
.studies-catg-filter-section .studies-catg-nav-container .studies-catg-nav-row-ul .cat--filter-item .cat--filter-item-img {
  height: 100%;
  width: 100%;
  position: relative;
}
.studies-catg-filter-section .studies-catg-nav-container .studies-catg-nav-row-ul .cat--filter-item .cat--filter-item-img a {
  height: 100%;
  width: 100%;
  display: inline-block;
}
.studies-catg-filter-section .studies-catg-nav-container .studies-catg-nav-row-ul .cat--filter-item .cat--filter-item-img a div {
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
  -moz-filter: brightness(0.6);
}
.studies-catg-filter-section .studies-catg-nav-container .studies-catg-nav-row-ul .cat--filter-item:hover {
  background-color: #5ad583;
}
.studies-catg-filter-section .studies-catg-nav-container .studies-catg-nav-row-ul .cat--filter-item:hover a {
  color: #fff;
}
.studies-catg-filter-section .studies-catg-nav-container .studies-catg-nav-row-ul .cat--filter-item:hover a div {
  filter: brightness(1);
  -webkit-filter: brightness(1);
  -moz-filter: brightness(1);
  color: white;
}
.studies-catg-filter-section .studies-catg-nav-container .studies-catg-nav-row-ul .cat--filter-item:hover .inner-deep-cats {
  display: block;
  background-color: #5ad583;
}
.studies-catg-filter-section .studies-catg-nav-container .studies-catg-nav-row-ul .cat--filter-item .inner-deep-cats {
  display: none;
  position: absolute;
  top: 70px;
  color: #ffffff;
  letter-spacing: 3px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: auto;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 17px 30px;
}
.studies-catg-filter-section .studies-catg-nav-container .studies-catg-nav-row-ul .cat--filter-item .inner-deep-cats span {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
}
.studies-catg-filter-section .studies-catg-nav-container .studies-catg-nav-row-ul .cat--filter-item.item-selected .cat--filter-item-img {
  background-color: #007ff2;
}
.studies-catg-filter-section .studies-catg-nav-container .studies-catg-nav-row-ul .cat--filter-item.item-selected .cat--filter-item-img a div {
  filter: brightness(1);
  -webkit-filter: brightness(1);
  -moz-filter: brightness(1);
}
.studies-catg-filter-section .studies-catg-nav-container .studies-catg-nav-row-ul .cat--filter-item.item-selected .cat--filter-item-img:hover {
  background-color: #007ff2;
}
.studies-catg-filter-section .studies-catg-nav-container .studies-catg-nav-row-ul .cat--filter-item.item-selected .cat--filter-item-img:hover .inner-deep-cats {
  display: block;
  background-color: #007ff2;
}
.studies-catg-filter-section .studies-catg-nav-container .flickity-prev-next-button {
  position: relative;
  top: 0;
  height: 70px;
  width: 70px;
  background: #a2aeb9;
  padding: 0 35px;
  cursor: pointer;
  z-index: 9;
}
.studies-catg-filter-section .studies-catg-nav-container .flickity-prev-next-button:before {
  content: "";
  background: url("../assets/images/arrow_top.png");
  width: 19px;
  height: 11px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background-repeat: no-repeat;
}
.studies-catg-filter-section .studies-catg-nav-container .flickity-prev-next-button:disabled {
  display: none;
}
.studies-catg-filter-section .studies-catg-nav-container .flickity-prev-next-button svg {
  display: none;
}
.studies-catg-filter-section .studies-catg-nav-container .flickity-prev-next-button.next {
  right: 0;
}
.studies-catg-filter-section .studies-catg-nav-container .flickity-prev-next-button.next:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.studies-catg-filter-section .studies-catg-nav-container .flickity-prev-next-button.previous {
  left: 0;
}
.studies-catg-filter-section .studies-catg-nav-container .flickity-prev-next-button.previous:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.post-feed .item {
  width: calc(1000px / 2 - 20px / 2);
  max-width: 100%;
  margin-bottom: 20px;
}
.post-feed .item .avatar {
  text-align: right;
  margin-left: 20px;
}
.post-feed .item .avatar h5 {
  margin: 0px;
}
.post-feed .item .avatar .photo {
  width: 70px;
  height: 70px;
  margin: 20px 0px 20px 0px;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.post-feed .item h2 {
  flex-grow: 1;
  font-size: 2.15em;
}
.post-feed .item .label {
  margin-bottom: 20px;
}
.post-feed .item footer > div:not(.icons) {
  margin-left: auto;
}

.see-more-by-expert {
  margin-top: 40px;
  text-align: center;
}

.filter-wrap .filter-text-info p {
  margin: 30px auto 30px 93px;
  font-size: 22px;
  letter-spacing: 3px;
  font-family: canada-type-gibson, sans-serif;
  color: #A2B0B8;
  font-weight: 500;
}
.filter-wrap .filter-inner-wrap h3 span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
}
.filter-wrap .filter-inner-wrap ul li a {
  font-size: 18px;
  font-weight: 600;
}
.filter-wrap .filter-inner-wrap ul li a .label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
}

.filter-result-wrap {
  padding-bottom: 145px;
  margin-bottom: 131px;
}
.filter-result-wrap .filter-result-inner-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.filter-result-wrap .filter-result-inner-wrap h3 {
  font-size: 12px;
  font-weight: 600;
  color: #a4b1b9;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
.filter-result-wrap .filter-result-inner-wrap .alm-reveal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.filter-result-wrap .filter-result-inner-wrap .item {
  width: calc(1000px / 2 - 20px / 2);
  max-width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .filter-result-wrap .filter-result-inner-wrap .item {
    max-width: 48%;
  }
}
@media only screen and (min-width: 1024px) {
  .filter-result-wrap .filter-result-inner-wrap .item {
    max-width: 100%;
  }
}
.filter-result-wrap .filter-result-inner-wrap .item .avatar {
  text-align: right;
  margin-left: 20px;
}
.filter-result-wrap .filter-result-inner-wrap .item .avatar h5 {
  margin: 0px;
}
.filter-result-wrap .filter-result-inner-wrap .item .avatar .photo {
  width: 70px;
  height: 70px;
  margin: 20px 0px 20px 0px;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.filter-result-wrap .filter-result-inner-wrap .item h2 {
  flex-grow: 1;
  font-size: 2.15em;
}
.filter-result-wrap .filter-result-inner-wrap .item .label {
  margin-bottom: 20px;
}
.filter-result-wrap .filter-result-inner-wrap .filter-results-item-list, .filter-result-wrap .filter-result-inner-wrap .alm-listing {
  float: left;
  width: 100%;
}
.filter-result-wrap .filter-result-inner-wrap .filter-results-item-list .filter-catg-result-block, .filter-result-wrap .filter-result-inner-wrap .alm-listing .filter-catg-result-block {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  color: #ffffff;
  padding: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.filter-result-wrap .filter-result-inner-wrap .filter-results-item-list .filter-catg-result-block:nth-child(2n), .filter-result-wrap .filter-result-inner-wrap .alm-listing .filter-catg-result-block:nth-child(2n) {
  margin-right: 0;
}
.filter-result-wrap .filter-result-inner-wrap .filter-results-item-list .filter-catg-result-block:nth-of-type(4n+1), .filter-result-wrap .filter-result-inner-wrap .alm-listing .filter-catg-result-block:nth-of-type(4n+1) {
  background: #6871b4;
  color: #6871b4;
}
.filter-result-wrap .filter-result-inner-wrap .filter-results-item-list .filter-catg-result-block:nth-of-type(4n+2), .filter-result-wrap .filter-result-inner-wrap .alm-listing .filter-catg-result-block:nth-of-type(4n+2) {
  background: #007ff2;
  color: #007ff2;
}
.filter-result-wrap .filter-result-inner-wrap .filter-results-item-list .filter-catg-result-block:nth-of-type(4n+3), .filter-result-wrap .filter-result-inner-wrap .alm-listing .filter-catg-result-block:nth-of-type(4n+3) {
  background: #00bff3;
  color: #00bff3;
}
.filter-result-wrap .filter-result-inner-wrap .filter-results-item-list .filter-catg-result-block:nth-of-type(4n+4), .filter-result-wrap .filter-result-inner-wrap .alm-listing .filter-catg-result-block:nth-of-type(4n+4) {
  background: #5ad583;
  color: #5ad583;
}
.filter-result-wrap .filter-result-inner-wrap .filter-results-item-list .filter-catg-result-block .filter-catg-result-title, .filter-result-wrap .filter-result-inner-wrap .alm-listing .filter-catg-result-block .filter-catg-result-title {
  margin-bottom: 20px;
  height: 105px;
  overflow: hidden;
}
.filter-result-wrap .filter-result-inner-wrap .filter-results-item-list .filter-catg-result-block .filter-catg-result-title a, .filter-result-wrap .filter-result-inner-wrap .alm-listing .filter-catg-result-block .filter-catg-result-title a {
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
}
.filter-result-wrap .filter-result-inner-wrap .filter-results-item-list .filter-catg-result-block .filter-catg-result-title a:hover, .filter-result-wrap .filter-result-inner-wrap .alm-listing .filter-catg-result-block .filter-catg-result-title a:hover {
  opacity: 0.7;
}
.filter-result-wrap .filter-result-inner-wrap .filter-results-item-list .filter-catg-result-block .filter-catg-result-desp, .filter-result-wrap .filter-result-inner-wrap .alm-listing .filter-catg-result-block .filter-catg-result-desp {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  margin: 0 0 40px 0;
  line-height: 28px;
  max-height: 100px;
  min-height: 100px;
}
.filter-result-wrap .filter-result-inner-wrap .filter-results-item-list .filter-catg-result-block .read-more, .filter-result-wrap .filter-result-inner-wrap .alm-listing .filter-catg-result-block .read-more {
  float: left;
  width: 100%;
}
.filter-result-wrap .filter-result-inner-wrap .filter-results-item-list .filter-catg-result-block .read-more .button, .filter-result-wrap .filter-result-inner-wrap .filter-results-item-list .filter-catg-result-block .read-more .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .filter-result-wrap .filter-result-inner-wrap .filter-results-item-list .filter-catg-result-block .read-more .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .filter-results-item-list .filter-catg-result-block .read-more .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .filter-result-wrap .filter-result-inner-wrap .filter-results-item-list .filter-catg-result-block .read-more #ctf-more, .filter-result-wrap .filter-result-inner-wrap .filter-results-item-list .filter-catg-result-block .read-more .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .filter-results-item-list .filter-catg-result-block .read-more .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-listing .filter-catg-result-block .read-more .button, .filter-result-wrap .filter-result-inner-wrap .alm-listing .filter-catg-result-block .read-more .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .filter-result-wrap .filter-result-inner-wrap .alm-listing .filter-catg-result-block .read-more .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-listing .filter-catg-result-block .read-more .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .filter-result-wrap .filter-result-inner-wrap .alm-listing .filter-catg-result-block .read-more #ctf-more, .filter-result-wrap .filter-result-inner-wrap .alm-listing .filter-catg-result-block .read-more .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-listing .filter-catg-result-block .read-more .alm-load-more-btn {
  float: right;
}
.filter-result-wrap .filter-result-inner-wrap .filter-results-item-list .filter-catg-result-block .read-more .filter-catg-result-icon, .filter-result-wrap .filter-result-inner-wrap .alm-listing .filter-catg-result-block .read-more .filter-catg-result-icon {
  float: left;
}
.filter-result-wrap .filter-result-inner-wrap .filter-results-item-list .filter-catg-result-block .read-more .filter-catg-result-icon span, .filter-result-wrap .filter-result-inner-wrap .alm-listing .filter-catg-result-block .read-more .filter-catg-result-icon span {
  display: inline-block;
  margin-top: 6px;
}
.filter-result-wrap .filter-result-inner-wrap .filter-results-item-list .filter-catg-result-block .read-more .filter-catg-result-icon span img, .filter-result-wrap .filter-result-inner-wrap .alm-listing .filter-catg-result-block .read-more .filter-catg-result-icon span img {
  position: relative;
}
.filter-result-wrap .filter-result-inner-wrap .alm-wrap {
  float: left;
  width: 100%;
}
.filter-result-wrap .filter-result-inner-wrap .alm-wrap .ajax-load-more-wrap {
  float: left;
  width: 100%;
}
.filter-result-wrap .filter-result-inner-wrap .alm-wrap .ajax-load-more-wrap .alm-reveal {
  float: left;
  width: 100%;
}
.filter-result-wrap .filter-result-inner-wrap .alm-wrap .alm-listing .alm-reveal::after {
  display: none !important;
}
.filter-result-wrap .filter-result-inner-wrap .alm-wrap .alm-listing {
  /*
  .alm-reveal:nth-of-type(odd) {
  	.filter-catg-result-block {
  		&:nth-of-type(4n+1){
  			background: $slate-blue-color;
  			color: $slate-blue-color;
  		}
  		&:nth-of-type(4n+2){
  			background: $blue-color;
  			color: $blue-color;
  		}
  		&:nth-of-type(4n+3){
  			background: $sky-blue-color;
  			color: $sky-blue-color;
  		}
  		&:nth-of-type(4n+4){
  			background: $spring-green-color;
  			color: $spring-green-color;
  		}
  	}
  }
  .alm-reveal:nth-of-type(even) {
  	.filter-catg-result-block {
  		&:nth-of-type(4n+1){
  			background: $slate-blue-color;
  			color: $slate-blue-color;
  		}
  		&:nth-of-type(4n+2){
  			background: $blue-color;
  			color: $blue-color;
  		}
  		&:nth-of-type(4n+3){
  			background: $sky-blue-color;
  			color: $sky-blue-color;
  		}
  		&:nth-of-type(4n+4){
  			background: $spring-green-color;
  			color: $spring-green-color;
  		}
  	}
  }*/
}
.filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap {
  padding: 50px 0 0;
  justify-content: center;
}
.filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn {
  height: auto;
  background: none;
}
.filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:hover, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:active, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:visited, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn:focus {
  color: #a4b1b9;
  box-shadow: none;
}

.latest-analysis-more {
  display: flex;
}

/* Studies and Data page style rules start here */
.studies-data-title-section .studies-data-title-inner-wrap {
  margin: 0 auto;
  max-width: 828px;
}
.studies-data-title-section .studies-data-title-inner-wrap .studies-data-title-col {
  float: left;
  width: 100%;
  padding: 45px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 17px 29px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 17px 29px 0 rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 0 17px 29px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 17px 29px 0 rgba(0, 0, 0, 0.11);
  margin: 60px 0;
}
.studies-data-title-section .studies-data-title-inner-wrap .studies-data-title-col h2 {
  font-size: 40px;
  font-weight: 300;
  color: #4a5560;
  line-height: 44px;
}
.studies-data-title-section .studies-data-title-inner-wrap .studies-data-title-col .studies-data-actions-wrap {
  float: left;
  width: 100%;
  margin-top: 35px;
}
.studies-data-title-section .studies-data-title-inner-wrap .studies-data-title-col .studies-data-actions-wrap .sdate {
  float: left;
  font-size: 12px;
  font-weight: 600;
  color: #a4b1b9;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.studies-data-title-section .studies-data-title-inner-wrap .studies-data-title-col .studies-data-actions-wrap .studies-data--col-right {
  float: right;
}
.studies-data-title-section .studies-data-title-inner-wrap .studies-data-title-col .studies-data-actions-wrap .studies-data--col-right .print {
  display: inline-block;
}
.studies-data-title-section .studies-data-title-inner-wrap .studies-data-title-col .studies-data-actions-wrap .studies-data--col-right .print a {
  background: url("../assets/images/print_blue.png");
  display: inline-block;
  width: 12px;
  height: 12px;
}
.studies-data-title-section .studies-data-title-inner-wrap .studies-data-title-col .studies-data-actions-wrap .studies-data--col-right .fb {
  display: inline-block;
  padding: 0 20px;
}
.studies-data-title-section .studies-data-title-inner-wrap .studies-data-title-col .studies-data-actions-wrap .studies-data--col-right .fb a {
  background: url("../assets/images/fb_blue.png");
  display: inline-block;
  width: 6px;
  height: 12px;
}
.studies-data-title-section .studies-data-title-inner-wrap .studies-data-title-col .studies-data-actions-wrap .studies-data--col-right .tweet {
  display: inline-block;
  vertical-align: middle;
}
.studies-data-title-section .studies-data-title-inner-wrap .studies-data-title-col .studies-data-actions-wrap .studies-data--col-right .tweet a {
  background: url("../assets/images/tw_blue.png");
  display: inline-block;
  width: 14px;
  height: 11px;
}

.studies-entry-content .studies-entry-content-wrap {
  margin: 0 auto;
  max-width: 1000px;
}
.studies-entry-content .studies-entry-content-wrap .studies-entry-content-cols {
  float: left;
  width: 100%;
}
.studies-entry-content .studies-entry-content-wrap .studies-entry-content-cols .pf-content {
  margin: 0 auto;
  max-width: 80%;
}
.studies-entry-content .studies-entry-content-wrap .studies-entry-content-cols .pf-content > p {
  font-size: 18px;
  font-weight: 300;
  color: #4a5560;
  margin: 0 auto 20px;
  line-height: 28px;
  max-width: 80%;
}
.studies-entry-content .studies-entry-content-wrap .studies-entry-content-cols .pf-content > p a {
  color: #007ff2;
  text-decoration: none;
  word-wrap: break-word;
}
.studies-entry-content .studies-entry-content-wrap .studies-entry-content-cols .pf-content hr {
  border-bottom: 2px solid #d1dbe0;
  margin: 60px auto 20px;
  max-width: 80%;
}
.studies-entry-content .studies-entry-content-wrap .studies-entry-content-cols .pf-content hr ~ p {
  font-size: 14px;
}
.studies-entry-content .studies-entry-content-wrap .studies-entry-content-cols .pf-content ul {
  padding-left: 0;
  max-width: 80%;
  margin: 0 auto;
}
.studies-entry-content .studies-entry-content-wrap .studies-entry-content-cols .pf-content ul > li {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  color: #4a5560;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 25px;
}
.studies-entry-content .studies-entry-content-wrap .studies-entry-content-cols .pf-content ul > li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #007ff2;
  position: absolute;
  left: 0;
  top: 8px;
}
.studies-entry-content .studies-entry-content-wrap .studies-entry-content-cols .pf-content ul > li a {
  text-decoration: none;
  color: #007ff2;
}
.studies-entry-content .studies-entry-content-wrap .studies-entry-content-cols .pf-content ul > li ul li:before {
  background-color: #ffffff;
  border: 1px solid #5ad583;
}
.studies-entry-content .studies-entry-content-wrap .studies-entry-content-cols .pf-content .printfriendly {
  display: none;
}
.studies-entry-content .studies-entry-content-wrap .tags-content-widget {
  float: left;
  width: 100%;
  margin: 100px 0 90px 0;
}
.studies-entry-content .studies-entry-content-wrap .tags-content-widget .tags-content-widget-inner-wrap {
  margin: 0 auto;
  max-width: 70%;
}
.studies-entry-content .studies-entry-content-wrap .tags-content-widget .tags-content-widget-inner-wrap .heading {
  font-size: 14px;
  font-weight: 600;
  color: #728194;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
.studies-entry-content .studies-entry-content-wrap .tags-content-widget .tags-content-widget-inner-wrap .tag-cloud-list {
  color: #007ff2;
}
.studies-entry-content .studies-entry-content-wrap .tags-content-widget .tags-content-widget-inner-wrap .tag-cloud-list li {
  display: inline-block;
  line-height: 25px;
  color: #007ff2;
}
.studies-entry-content .studies-entry-content-wrap .tags-content-widget .tags-content-widget-inner-wrap .tag-cloud-list li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  color: #007ff2;
  text-transform: capitalize;
}

.studies-previous-next-wrapper {
  padding: 100px 0 85px 0;
  margin-bottom: 131px;
}
.studies-previous-next-wrapper .studies-pnext-inner-wrap {
  margin: 0 auto;
  max-width: 1000px;
}
.studies-previous-next-wrapper .studies-pnext-inner-wrap .studies-pnext-cols {
  float: left;
  width: 100%;
}
.studies-previous-next-wrapper .studies-pnext-inner-wrap .studies-pnext-cols .studies-pnext-col {
  float: left;
  width: 49%;
  margin-right: 2%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  padding: 50px;
}
.studies-previous-next-wrapper .studies-pnext-inner-wrap .studies-pnext-cols .studies-pnext-col:nth-of-type(1) {
  background-color: #6871b4;
}
.studies-previous-next-wrapper .studies-pnext-inner-wrap .studies-pnext-cols .studies-pnext-col:nth-of-type(2) {
  background-color: #007ff2;
}
.studies-previous-next-wrapper .studies-pnext-inner-wrap .studies-pnext-cols .studies-pnext-col:nth-child(2n) {
  margin-right: 0;
}
.studies-previous-next-wrapper .studies-pnext-inner-wrap .studies-pnext-cols .studies-pnext-col .post-head-label {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
.studies-previous-next-wrapper .studies-pnext-inner-wrap .studies-pnext-cols .studies-pnext-col .studies-pnext-post-title {
  min-height: 120px;
}
.studies-previous-next-wrapper .studies-pnext-inner-wrap .studies-pnext-cols .studies-pnext-col .studies-pnext-post-title a {
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  line-height: 40px;
}
.studies-previous-next-wrapper .studies-pnext-inner-wrap .studies-pnext-cols .studies-pnext-col .read-more {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.studies-previous-next-wrapper .studies-pnext-inner-wrap .studies-pnext-cols .studies-pnext-col .read-more .studies-pnext-icons {
  float: left;
}
.studies-previous-next-wrapper .studies-pnext-inner-wrap .studies-pnext-cols .studies-pnext-col .read-more .studies-pnext-icons span {
  display: inline-block;
  margin-top: 6px;
}
.studies-previous-next-wrapper .studies-pnext-inner-wrap .studies-pnext-cols .studies-pnext-col .read-more .button, .studies-previous-next-wrapper .studies-pnext-inner-wrap .studies-pnext-cols .studies-pnext-col .read-more .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .studies-previous-next-wrapper .studies-pnext-inner-wrap .studies-pnext-cols .studies-pnext-col .read-more .alm-load-more-btn, .studies-previous-next-wrapper .studies-pnext-inner-wrap .studies-pnext-cols .studies-pnext-col .read-more .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .studies-previous-next-wrapper .studies-pnext-inner-wrap .studies-pnext-cols .studies-pnext-col .read-more #ctf-more, .studies-previous-next-wrapper .studies-pnext-inner-wrap .studies-pnext-cols .studies-pnext-col .read-more .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .studies-previous-next-wrapper .studies-pnext-inner-wrap .studies-pnext-cols .studies-pnext-col .read-more .alm-load-more-btn {
  float: right;
}
.studies-previous-next-wrapper .studies-pnext-inner-wrap .disqus-section {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.studies-previous-next-wrapper .studies-pnext-inner-wrap .disqus-section .view-comments-wrap {
  text-align: center;
  margin-bottom: 30px;
}

[class*=inner-wrap] .post-content {
  width: 660px;
  margin: 0 auto;
  max-width: 100%;
}

/* Encyclopedia page style rules start here */
.encyclopedia-section {
  margin: 65px 0 70px 0;
}
.encyclopedia-section .encyclopedia-inner-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.encyclopedia-section .encyclopedia-inner-wrap .encyclopedia-page-title {
  font-size: 40.15px;
  font-weight: 300;
  margin-bottom: 30px;
}
.encyclopedia-section .encyclopedia-inner-wrap .encyclopedia-page-cols {
  float: left;
  width: 100%;
}
.encyclopedia-section .encyclopedia-inner-wrap .encyclopedia-page-cols .encyclopedia-col-left {
  float: left;
  width: 70%;
}
.encyclopedia-section .encyclopedia-inner-wrap .encyclopedia-page-cols .encyclopedia-col-left .pf-content p {
  font-size: 18px;
  font-weight: 300;
  color: #4a5560;
  line-height: 28px;
}
.encyclopedia-section .encyclopedia-inner-wrap .encyclopedia-page-cols .encyclopedia-col-left .pf-content p:last-of-type {
  margin-bottom: 0;
}
.encyclopedia-section .encyclopedia-inner-wrap .encyclopedia-page-cols .encyclopedia-col-left .pf-content .printfriendly {
  display: none;
}
.encyclopedia-section .encyclopedia-inner-wrap .encyclopedia-page-cols .encyclopedia-col-left .article-footer p {
  margin: 0;
}
.encyclopedia-section .encyclopedia-inner-wrap .encyclopedia-page-cols .encyclopedia-col-left .get-started-wrap {
  float: left;
  width: 100%;
  margin-top: 90px;
}
.encyclopedia-section .encyclopedia-inner-wrap .encyclopedia-page-cols .encyclopedia-col-left .get-started-wrap div {
  font-size: 14px;
  font-weight: 600;
  color: #4a5560;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.encyclopedia-section .encyclopedia-inner-wrap .encyclopedia-page-cols .encyclopedia-col-left .get-started-wrap h3 {
  font-size: 30px;
  font-weight: 300;
  color: #007ff2;
}
.encyclopedia-section .encyclopedia-inner-wrap .encyclopedia-page-cols .encyclopedia-col-left .get-started-wrap h3:after {
  content: "";
  background: url("../assets/images/sidebar_select_arrow.png");
  width: 32px;
  height: 14px;
  display: inline-block;
  margin-left: 25px;
  position: relative;
  top: 0;
}
.encyclopedia-section .encyclopedia-inner-wrap .encyclopedia-page-cols .encyclopedia-col-left .encyclopedia-panel {
  float: left;
  width: 100%;
  background: #6871b4;
  padding: 40px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  margin-bottom: 50px;
}
.encyclopedia-section .encyclopedia-inner-wrap .encyclopedia-page-cols .encyclopedia-col-left .encyclopedia-panel .encyclopedia-panel-body {
  float: left;
  width: 100%;
}
.encyclopedia-section .encyclopedia-inner-wrap .encyclopedia-page-cols .encyclopedia-col-left .encyclopedia-panel .encyclopedia-panel-body .encyclopedia-panel-title {
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 25px;
  position: relative;
  padding-right: 28px;
}
.encyclopedia-section .encyclopedia-inner-wrap .encyclopedia-page-cols .encyclopedia-col-left .encyclopedia-panel .encyclopedia-panel-body .encyclopedia-panel-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("../assets/images/encyclopedia-panel-icon.png");
  width: 28px;
  height: 29px;
  display: inline-block;
}
.encyclopedia-section .encyclopedia-inner-wrap .encyclopedia-page-cols .encyclopedia-col-left .encyclopedia-panel .encyclopedia-panel-body .encyclopedia-panel-descp {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  line-height: 28px;
  margin: 0;
}
.encyclopedia-section .encyclopedia-inner-wrap .encyclopedia-page-cols .encyclopedia-col-left .encyclopedia-inner-page-content .pf-content .encyclopedia-reference-links {
  float: left;
  width: 100%;
  margin-top: 90px;
  padding-top: 25px;
  border-top: 2px solid #d1dbe0;
}
.encyclopedia-section .encyclopedia-inner-wrap .encyclopedia-page-cols .encyclopedia-col-left .encyclopedia-inner-page-content .pf-content .encyclopedia-reference-links ul {
  counter-reset: item;
}
.encyclopedia-section .encyclopedia-inner-wrap .encyclopedia-page-cols .encyclopedia-col-left .encyclopedia-inner-page-content .pf-content .encyclopedia-reference-links ul li {
  font-style: italic;
  counter-increment: item;
  font-size: 14px;
  font-weight: 300;
  color: #4a5560;
  margin-bottom: 30px;
  line-height: 20px;
}
.encyclopedia-section .encyclopedia-inner-wrap .encyclopedia-page-cols .encyclopedia-col-left .encyclopedia-inner-page-content .pf-content .encyclopedia-reference-links ul li:before {
  content: " [" counter(item, lower-roman) "] ";
}
.encyclopedia-section .encyclopedia-inner-wrap .encyclopedia-page-cols .encyclopedia-col-left .encyclopedia-inner-page-content .pf-content .encyclopedia-reference-links ul li a {
  font-size: 14px;
  font-weight: 300;
  color: #4a5560;
  text-decoration: none;
  word-wrap: break-word;
}
.encyclopedia-section .encyclopedia-inner-wrap .encyclopedia-page-cols .encyclopedia-col-right {
  float: left;
  width: 30%;
  top: 20px;
  position: -webkit-sticky;
  position: sticky;
  padding-left: 10%;
}
.encyclopedia-section .encyclopedia-inner-wrap .encyclopedia-page-cols .encyclopedia-col-right ul li {
  display: block;
}
.encyclopedia-section .encyclopedia-inner-wrap .encyclopedia-page-cols .encyclopedia-col-right ul li:hover a {
  color: #5ad583;
  border-left: 2px solid #5ad583;
}
.encyclopedia-section .encyclopedia-inner-wrap .encyclopedia-page-cols .encyclopedia-col-right ul li.active a {
  color: #007ff2;
  border-left: 2px solid #007ff2;
}
.encyclopedia-section .encyclopedia-inner-wrap .encyclopedia-page-cols .encyclopedia-col-right ul li a {
  border-left: 2px solid #e1e8ed;
  display: block;
  padding: 7px 0 7px 20px;
  font-size: 12px;
  font-weight: 400;
  color: #4a5560;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
}

/* Connect page style rules start here */
.connectpage-section .connectpage-top-info-widget {
  float: left;
  width: 100%;
}
.connectpage-section .connectpage-top-info-widget .connectpage-inner-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.connectpage-section .connectpage-top-info-widget .connectpage-inner-wrap .container-fluid {
  display: flex;
  flex-wrap: wrap;
}
.connectpage-section .connectpage-top-info-widget .connectpage-inner-wrap h1 {
  margin: 85px 0;
  font-size: 40.15px;
  font-weight: 300;
  color: #4a5560;
}
.connectpage-section .connectpage-top-info-widget .connectpage-inner-wrap .press-kit-left-block {
  float: left;
  width: 64%;
  background: #6871b4;
  padding: 35px 40px;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.connectpage-section .connectpage-top-info-widget .connectpage-inner-wrap .press-kit-left-block h3 {
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 25px;
}
.connectpage-section .connectpage-top-info-widget .connectpage-inner-wrap .press-kit-left-block p {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  line-height: 28px;
  margin: 0;
}
.connectpage-section .connectpage-top-info-widget .connectpage-inner-wrap .press-kit-left-block .download-logos-box {
  margin-top: 25px;
}
.connectpage-section .connectpage-top-info-widget .connectpage-inner-wrap .press-kit-left-block .download-logos-box .download-txt {
  font-size: 14px;
  font-weight: 600;
  color: #d1dbe0;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.connectpage-section .connectpage-top-info-widget .connectpage-inner-wrap .press-kit-left-block .download-logos-box .download-buttons {
  margin-top: 20px;
}
.connectpage-section .connectpage-top-info-widget .connectpage-inner-wrap .press-kit-left-block .download-logos-box .download-buttons a {
  margin-right: 20px;
}
.connectpage-section .connectpage-top-info-widget .connectpage-inner-wrap .media-contact-block-right {
  float: left;
  width: 34%;
  margin-left: 2%;
  background: #ffffff;
  -webkit-box-shadow: 0 17px 29px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 17px 29px 0 rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 0 17px 29px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 17px 29px 0 rgba(0, 0, 0, 0.11);
  padding: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.connectpage-section .connectpage-top-info-widget .connectpage-inner-wrap .media-contact-block-right h3 {
  font-size: 30px;
  font-weight: 300;
  color: #6871b4;
  margin-bottom: 25px;
  text-align: center;
}
.connectpage-section .connectpage-top-info-widget .connectpage-inner-wrap .media-contact-block-right .media_queries_contact {
  font-size: 18px;
  font-weight: 300;
  color: #4a5560;
  margin-bottom: 35px;
  text-align: center;
}
.connectpage-section .connectpage-top-info-widget .connectpage-inner-wrap .media-contact-block-right .media_queries_person_img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.connectpage-section .connectpage-top-info-widget .connectpage-inner-wrap .media-contact-block-right .media_queries_person_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.connectpage-section .connectpage-top-info-widget .connectpage-inner-wrap .media-contact-block-right .media_queries_person_name {
  font-size: 18px;
  font-weight: 600;
  color: #4a5560;
  margin: 13px 0 7px 0;
  text-align: center;
}
.connectpage-section .connectpage-top-info-widget .connectpage-inner-wrap .media-contact-block-right .media_queries_person_email {
  font-size: 18px;
  font-weight: 300;
  color: #007ff2;
  text-align: center;
}
.connectpage-section .connectpage-social-widget {
  float: left;
  width: 100%;
  margin-top: 80px;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--bg {
  background: url("../assets/images/social_media_bg.png");
  width: 100%;
  height: 186px;
  display: block;
  background-size: 100%;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid {
  background: #eef2f5;
  box-shadow: 0 200px 0 0 #eef2f5;
  float: left;
  width: 100%;
  margin-top: -86px;
  padding-bottom: 180px;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-title {
  font-size: 40px;
  font-weight: 300;
  color: #4a5560;
  text-align: center;
  margin-bottom: 80px;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols {
  float: left;
  width: 100%;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--fb-post-col {
  float: left;
  width: 49%;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--fb-post-col .social-media-logos-col-block {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--fb-post-col .social-media-logos-col-block .social-media-fb-img {
  background: url("../assets/images/fb_avatar.png");
  width: 74px;
  height: 74px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--fb-post-col .social-media-logos-col-block .social-media-fb-info {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--fb-post-col .social-media-logos-col-block .social-media-fb-info .social-media-fb-txt {
  font-size: 18.13px;
  font-weight: 600;
  color: #4a5560;
  margin-bottom: 5px;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--fb-post-col .social-media-logos-col-block .social-media-fb-info .social-media-fb-handler {
  font-size: 14px;
  font-weight: 400;
  color: #007ff2;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--fb-post-col .recent-facebook-posts .rfbp-post {
  background: #ffffff;
  padding: 30px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 17px 29px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 17px 29px 0 rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 0 17px 29px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 17px 29px 0 rgba(0, 0, 0, 0.11);
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--fb-post-col .recent-facebook-posts .rfbp-post .rfbp-heading {
  display: none;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--fb-post-col .recent-facebook-posts .rfbp-post .rfbp-text {
  margin-bottom: 20px;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--fb-post-col .recent-facebook-posts .rfbp-post .rfbp-text p {
  font-size: 16px;
  font-weight: 300;
  color: #4a5560;
  line-height: 25px;
  margin: 0;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--fb-post-col .recent-facebook-posts .rfbp-post .rfbp-link-wrap {
  margin: 0;
  border: 2px solid #eef2f5 !important;
  background: #ffffff;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--fb-post-col .recent-facebook-posts .rfbp-post .rfbp-link-wrap .rfbp-link .rfbp-link-image-wrap {
  display: block;
  width: 100%;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--fb-post-col .recent-facebook-posts .rfbp-post .rfbp-link-wrap .rfbp-link .rfbp-link-image-wrap img.rfbp-link-image {
  width: 100%;
  display: block;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--fb-post-col .recent-facebook-posts .rfbp-post .rfbp-link-wrap .rfbp-link .rfbp-link-text-wrap {
  padding: 15px;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--fb-post-col .recent-facebook-posts .rfbp-post .rfbp-link-wrap .rfbp-link .rfbp-link-text-wrap .rfbp-link-name {
  font-size: 16px;
  font-weight: 600;
  color: #007ff2;
  margin-bottom: 10px;
  line-height: 25px;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--fb-post-col .recent-facebook-posts .rfbp-post .rfbp-link-wrap .rfbp-link .rfbp-link-text-wrap .rfbp-link-caption {
  display: none;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--fb-post-col .recent-facebook-posts .rfbp-post .rfbp-link-wrap .rfbp-link .rfbp-link-text-wrap .rfbp-link-description {
  font-size: 16px;
  font-weight: 300;
  color: #4a5560;
  line-height: 25px;
  margin: 0;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--fb-post-col .recent-facebook-posts .rfbp-post .rfbp-post-link-wrap .rfbp-post-link .rfbp-like-count {
  background: none;
  background-position: 0 0;
  padding-left: 0;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #d1dbe0;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--fb-post-col .recent-facebook-posts .rfbp-post .rfbp-post-link-wrap .rfbp-post-link .rfbp-like-count:before {
  content: "";
  background: url("../assets/images/fb_like_icon.png");
  width: 21px;
  height: 20px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: bottom;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--fb-post-col .recent-facebook-posts .rfbp-post .rfbp-post-link-wrap .rfbp-post-link .rfbp-comment-count {
  background: none;
  background-position: 0 0;
  padding-left: 0;
  font-size: 12px;
  font-weight: 400;
  color: #d1dbe0;
  margin-right: 20px;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--fb-post-col .recent-facebook-posts .rfbp-post .rfbp-post-link-wrap .rfbp-post-link .rfbp-comment-count:before {
  content: "";
  background: url("../assets/images/fb_comment_icon.png");
  width: 20px;
  height: 20px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: bottom;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .pl-social-media-logos-col-block {
  position: relative;
  margin-bottom: 25px;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .pl-social-media-logos-col-block .social-media-fb-img {
  background: url("../assets/images/fb_ier_sm_icon.png");
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .pl-social-media-logos-col-block .social-media-fb-info {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .pl-social-media-logos-col-block .social-media-fb-info .social-media-fb-txt {
  font-size: 18px;
  font-weight: 400;
  color: #4a5560;
  margin-bottom: 5px;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .pl-social-media-logos-col-block .social-media-fb-info .social-media-fb-handler {
  font-size: 12px;
  font-weight: 400;
  color: #007ff2;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col {
  float: left;
  width: 49%;
  margin-left: 2%;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .social-media-logos-col-block {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .social-media-logos-col-block .social-media-tw-img {
  background: url("../assets/images/tw_avatar.png");
  width: 74px;
  height: 74px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .social-media-logos-col-block .social-media-tw-info {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .social-media-logos-col-block .social-media-tw-info .social-media-tw-txt {
  font-size: 18.13px;
  font-weight: 600;
  color: #4a5560;
  margin-bottom: 5px;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .social-media-logos-col-block .social-media-tw-info .social-media-tw-txt:after {
  content: "";
  background: url("../assets/images/tweet_icon.png");
  width: 21px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .social-media-logos-col-block .social-media-tw-info .social-media-tw-handler {
  font-size: 14px;
  font-weight: 400;
  color: #007ff2;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-header {
  display: none;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item {
  background: #ffffff;
  padding: 30px 20px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 17px 29px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 17px 29px 0 rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 0 17px 29px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 17px 29px 0 rgba(0, 0, 0, 0.11);
  margin-bottom: 20px;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-author-box {
  float: left;
  width: 100%;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-box-link {
  color: #a4b1b9 !important;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-box-link .ctf-author-name {
  font-size: 18px !important;
  text-decoration: none;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-box-link .ctf-author-screenname {
  font-size: 12px !important;
  text-decoration: none;
  margin: 0 20px;
  color: #007ff2 !important;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-box-link .ctf-tweet-date {
  text-decoration: none;
  font-size: 12px !important;
  color: #4a5560 !important;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-tweet-content {
  margin-left: 0 !important;
  margin-top: 20px;
  float: left;
  width: 100%;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-tweet-content .ctf-tweet-text {
  font-size: 16px;
  font-weight: 300;
  color: #4a5560;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-tweet-content .ctf-tweet-text a {
  color: #007ff2;
  text-decoration: none;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-tweet-content .ctf-tc-type-summary {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-tweet-content .ctf-tc-type-summary .ctf-tc-image {
  width: 112px;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-tweet-content .ctf-tc-type-summary .ctf-tc-summary-info {
  width: calc(100% - 112px);
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-tweet-content .ctf-tc-type-summary .ctf-tc-summary-info .ctf-tc-heading {
  font-size: 16px;
  font-weight: 600;
  color: #4a5560;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-tweet-content .ctf-tc-type-summary .ctf-tc-summary-info .ctf-tc-desc {
  font-size: 16px;
  font-weight: 300;
  color: #4a5560;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-tweet-content .ctf-tc-type-summary .ctf-tc-summary-info .ctf-tc-url {
  font-size: 16px;
  font-weight: 300;
  color: #007ff2;
  opacity: 1;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-tweet-content .ctf-tweet-media .ctf-lightbox-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-tweet-content .ctf-tweet-media .ctf-lightbox-link img, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-tweet-content .ctf-tweet-media .ctf-lightbox-link video {
  border: 1px solid #d1dbe0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-tweet-actions {
  float: left;
  width: 100%;
  margin-left: 0;
  margin-top: 20px;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-tweet-actions .ctf-action-count {
  font-size: 12px !important;
  font-weight: 400;
  color: #d1dbe0;
  margin-left: 5px;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-tweet-actions .ctf-reply .fa:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../assets/images/tw_reply.png");
  display: inline-block;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-tweet-actions .ctf-retweet {
  margin: 0 10px;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-tweet-actions .ctf-retweet .fa:before {
  content: "";
  width: 26px;
  height: 21px;
  display: inline-block;
  background: url("../assets/images/tw_retweet.png");
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-tweet-actions .ctf-like .fa:before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url("../assets/images/tw_like.png");
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .ctf-tweets .ctf-item .ctf-tweet-actions .ctf-twitterlink {
  display: none;
}
.connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more {
  background: none;
  width: 180px;
  margin: 30px auto 0;
  display: inherit;
}

/* Subscribe now page style rules start here */
.subscibe-now-section {
  margin: 150px 0 131px 0;
  padding-bottom: 280px;
}
.subscibe-now-section .subscibe-now-inner-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.subscibe-now-section .subscibe-now-inner-wrap .entry-header h1 {
  font-size: 40px;
  font-weight: 300;
  color: #4a5560;
  margin-bottom: 50px;
}
.subscibe-now-section .subscibe-now-inner-wrap .mc4wp-form .mc4wp-form-fields .subscribe-input-text-fields {
  float: left;
  width: 50%;
}
.subscibe-now-section .subscibe-now-inner-wrap .mc4wp-form .mc4wp-form-fields .subscribe-input-text-fields input[type=text], .subscibe-now-section .subscibe-now-inner-wrap .mc4wp-form .mc4wp-form-fields .subscribe-input-text-fields input[type=email] {
  max-width: 416px;
  display: block;
  border: 2px solid #d1dbe0;
  height: 50px;
  margin-bottom: 20px;
  font-size: 18px;
}
.subscibe-now-section .subscibe-now-inner-wrap .mc4wp-form .mc4wp-form-fields .subscribe-input-text-fields input[type=text]:focus, .subscibe-now-section .subscibe-now-inner-wrap .mc4wp-form .mc4wp-form-fields .subscribe-input-text-fields input[type=email]:focus {
  box-shadow: none;
  border-color: #007ff2;
}
.subscibe-now-section .subscibe-now-inner-wrap .mc4wp-form .mc4wp-form-fields .subscribe-input-checkobx-fields {
  float: left;
  width: 50%;
}
.subscibe-now-section .subscibe-now-inner-wrap .mc4wp-form .mc4wp-form-fields .subscribe-input-checkobx-fields .get-update-title {
  margin-top: 0;
  font-size: 16px;
  font-weight: 300;
  color: #4a5560;
}
.subscibe-now-section .subscibe-now-inner-wrap .mc4wp-form .mc4wp-form-fields .subscribe-input-checkobx-fields label {
  display: block;
  margin-bottom: 20px;
}
.subscibe-now-section .subscibe-now-inner-wrap .mc4wp-form .mc4wp-form-fields .subscribe-input-checkobx-fields label input[type=checkbox] {
  display: none;
}
.subscibe-now-section .subscibe-now-inner-wrap .mc4wp-form .mc4wp-form-fields .subscribe-input-checkobx-fields label input[type=checkbox] + span {
  display: block;
  padding: 0 0 0 30px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  color: #a4b1b9;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  position: relative;
  line-height: 20px;
}
.subscibe-now-section .subscibe-now-inner-wrap .mc4wp-form .mc4wp-form-fields .subscribe-input-checkobx-fields label input[type=checkbox] + span:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #d1dbe0;
  border-radius: 50%;
  transition: background 0.2s ease-in-out;
  width: 18px;
  height: 18px;
}
.subscibe-now-section .subscibe-now-inner-wrap .mc4wp-form .mc4wp-form-fields .subscribe-input-checkobx-fields label input[type=checkbox] + span:hover:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #a4b1b9;
  border-radius: 50%;
  pointer-events: none;
  transition: left 0.2s ease-in-out, background 0.2s ease-in-out;
}
.subscibe-now-section .subscibe-now-inner-wrap .mc4wp-form .mc4wp-form-fields .subscribe-input-checkobx-fields label input[type=checkbox]:checked + span {
  color: #000000;
}
.subscibe-now-section .subscibe-now-inner-wrap .mc4wp-form .mc4wp-form-fields .subscribe-input-checkobx-fields label input[type=checkbox]:checked + span:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #007ff2;
  border-radius: 50%;
  pointer-events: none;
  transition: left 0.2s ease-in-out, background 0.2s ease-in-out;
}
.subscibe-now-section .subscibe-now-inner-wrap .mc4wp-form .mc4wp-form-fields .form-action {
  float: left;
  width: 100%;
}
.subscibe-now-section .subscibe-now-inner-wrap .entry-content .button-slate-blue {
  background-color: #ffffff;
}
.subscibe-now-section .subscibe-now-inner-wrap .entry-content .button-slate-blue:hover {
  background-color: #6871b4;
}
.subscibe-now-section .subscibe-now-inner-wrap .entry-content .pf-content .printfriendly {
  display: none;
}

.page-title {
  font-size: 40px;
  font-weight: 300;
  color: #4a5560;
  margin-bottom: 45px;
  text-transform: capitalize;
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.tag .page-title {
  margin: 45px auto 0;
}

/* Contact Us page style rules start here */
.contactpage-section {
  margin: 150px 0 131px 0;
  padding-bottom: 125px;
}
.contactpage-section .contactpage-inner-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.contactpage-section .contactpage-inner-wrap .contactpage-top-cols {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
.contactpage-section .contactpage-inner-wrap .contactpage-top-cols .contactpage-addr-col {
  float: left;
  width: 64%;
  background: #6871b4;
  padding: 35px 40px;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.contactpage-section .contactpage-inner-wrap .contactpage-top-cols .contactpage-addr-col h3 {
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 25px;
}
.contactpage-section .contactpage-inner-wrap .contactpage-top-cols .contactpage-addr-col .ier_address {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 20px;
  font-style: normal;
}
.contactpage-section .contactpage-inner-wrap .contactpage-top-cols .contactpage-addr-col .mailing-numbers {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  line-height: 28px;
  margin: 0;
}
.contactpage-section .contactpage-inner-wrap .contactpage-top-cols .contactpage-media-col {
  float: left;
  width: 34%;
  margin-left: 2%;
  background: #ffffff;
  -webkit-box-shadow: 0 17px 29px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 17px 29px 0 rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 0 17px 29px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 17px 29px 0 rgba(0, 0, 0, 0.11);
  padding: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.contactpage-section .contactpage-inner-wrap .contactpage-top-cols .contactpage-media-col h3 {
  font-size: 30px;
  font-weight: 300;
  color: #6871b4;
  margin-bottom: 25px;
  text-align: center;
}
.contactpage-section .contactpage-inner-wrap .contactpage-top-cols .contactpage-media-col .media_queries_contact {
  font-size: 18px;
  font-weight: 300;
  color: #4a5560;
  margin-bottom: 35px;
  text-align: center;
}
.contactpage-section .contactpage-inner-wrap .contactpage-top-cols .contactpage-media-col .media_queries_person_img {
  text-align: center;
}
.contactpage-section .contactpage-inner-wrap .contactpage-top-cols .contactpage-media-col .media_queries_person_img img {
  display: inline-block;
}
.contactpage-section .contactpage-inner-wrap .contactpage-top-cols .contactpage-media-col .media_queries_person_name {
  font-size: 18px;
  font-weight: 600;
  color: #4a5560;
  margin: 13px 0 7px 0;
  text-align: center;
}
.contactpage-section .contactpage-inner-wrap .contactpage-top-cols .contactpage-media-col .media_queries_person_email {
  font-size: 18px;
  font-weight: 300;
  color: #007ff2;
  text-align: center;
}

/* Author Details & posts page style rule start here */
.author-details-section {
  margin: 90px 0 131px 0;
  padding-bottom: 180px;
}
.author-details-section .author-details-inner-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.author-details-section .author-details-inner-wrap .bio-card {
  float: left;
  width: 21.33%;
  padding-left: 8px;
  text-align: center;
}
.author-details-section .author-details-inner-wrap .bio-card .bio-image {
  border: 2px solid #007ff2;
}
.author-details-section .author-details-inner-wrap .bio-card .bio-image img {
  -webkit-transform: translate(-8px, -8px);
  -moz-transform: translate(-8px, -8px);
  -ms-transform: translate(-8px, -8px);
  -o-transform: translate(-8px, -8px);
  transform: translate(-8px, -8px);
  display: block;
  height: auto;
}
.author-details-section .author-details-inner-wrap .bio-card .back-button {
  font-size: 12px;
  font-weight: 600;
  color: #a4b1b9;
  text-transform: uppercase;
  display: block;
  margin-top: 30px;
  letter-spacing: 3px;
  text-decoration: none;
}
.author-details-section .author-details-inner-wrap .bio-description-wrap {
  float: left;
  width: 78.66%;
  padding-left: 45px;
}
.author-details-section .author-details-inner-wrap .bio-description-wrap .author-name {
  font-size: 40.15px;
  font-weight: 300;
  color: #4a5560;
}
.author-details-section .author-details-inner-wrap .bio-description-wrap .author-box-common {
  float: left;
  width: 100%;
  margin: 25px 0 35px 0;
}
.author-details-section .author-details-inner-wrap .bio-description-wrap .author-box-common .bio-title {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #4a5560;
  margin-right: 40px;
}
.author-details-section .author-details-inner-wrap .bio-description-wrap .author-box-common .author-email {
  font-size: 18px;
  font-weight: 300;
  color: #007ff2;
  display: inline-block;
}
.author-details-section .author-details-inner-wrap .bio-description-wrap .bio-pdf-social {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.author-details-section .author-details-inner-wrap .bio-description-wrap .bio-pdf-social .button, .author-details-section .author-details-inner-wrap .bio-description-wrap .bio-pdf-social #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .bio-pdf-social .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap .bio-pdf-social .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .author-details-section .author-details-inner-wrap .bio-description-wrap .bio-pdf-social .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap .bio-pdf-social .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .author-details-section .author-details-inner-wrap .bio-description-wrap .bio-pdf-social #ctf-more {
  margin-right: 20px;
  margin-bottom: 20px;
}
.author-details-section .author-details-inner-wrap .bio-description-wrap .bio-pdf-social .view-member-posts {
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #a4b1b9;
  letter-spacing: 3px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
}
.author-details-section .author-details-inner-wrap .bio-description-wrap .author-posts-list {
  margin-top: 15px;
}
.author-details-section .author-details-inner-wrap .bio-description-wrap .author-posts-list, .author-details-section .author-details-inner-wrap .bio-description-wrap .alm-listing {
  float: left;
  width: 100%;
}
.author-details-section .author-details-inner-wrap .bio-description-wrap .author-posts-list .item, .author-details-section .author-details-inner-wrap .bio-description-wrap .alm-listing .item {
  width: 100%;
}
.author-details-section .author-details-inner-wrap .bio-description-wrap .author-posts-list li, .author-details-section .author-details-inner-wrap .bio-description-wrap .alm-listing li {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.author-details-section .author-details-inner-wrap .bio-description-wrap .author-posts-list li .avatar, .author-details-section .author-details-inner-wrap .bio-description-wrap .alm-listing li .avatar {
  text-align: right;
  margin-left: 20px;
}
.author-details-section .author-details-inner-wrap .bio-description-wrap .author-posts-list li .avatar h5, .author-details-section .author-details-inner-wrap .bio-description-wrap .alm-listing li .avatar h5 {
  margin: 0px;
}
.author-details-section .author-details-inner-wrap .bio-description-wrap .author-posts-list li .avatar .photo, .author-details-section .author-details-inner-wrap .bio-description-wrap .alm-listing li .avatar .photo {
  width: 70px;
  height: 70px;
  margin: 20px 0px 20px 0px;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.author-details-section .author-details-inner-wrap .bio-description-wrap .author-posts-list li, .author-details-section .author-details-inner-wrap .bio-description-wrap .alm-listing li {
  /*
  &:nth-of-type(4n+1){
  	background: $slate-blue-color;
  	color: $slate-blue-color;
  }
  &:nth-of-type(4n+2){
  	background: $blue-color;
  	color: $blue-color;
  }
  &:nth-of-type(4n+3){
  	background: $sky-blue-color;
  	color: $sky-blue-color;
  }
  &:nth-of-type(4n+4){
  	background: $spring-green-color;
  	color: $spring-green-color;
  }
  */
}
.author-details-section .author-details-inner-wrap .bio-description-wrap .author-posts-list li h3 a, .author-details-section .author-details-inner-wrap .bio-description-wrap .alm-listing li h3 a {
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
}
.author-details-section .author-details-inner-wrap .bio-description-wrap .author-posts-list li h3 a:hover, .author-details-section .author-details-inner-wrap .bio-description-wrap .alm-listing li h3 a:hover {
  opacity: 0.7;
}
.author-details-section .author-details-inner-wrap .bio-description-wrap .author-posts-list li .read-more-wrap, .author-details-section .author-details-inner-wrap .bio-description-wrap .alm-listing li .read-more-wrap {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.author-details-section .author-details-inner-wrap .bio-description-wrap .author-posts-list li .read-more-wrap .related-img-icon, .author-details-section .author-details-inner-wrap .bio-description-wrap .alm-listing li .read-more-wrap .related-img-icon {
  float: left;
  margin-top: 10px;
}
.author-details-section .author-details-inner-wrap .bio-description-wrap .author-posts-list li .read-more-wrap .related-img-icon img, .author-details-section .author-details-inner-wrap .bio-description-wrap .alm-listing li .read-more-wrap .related-img-icon img {
  position: relative;
  margin: 0 5px;
  height: 35px;
  width: 35px;
}
.author-details-section .author-details-inner-wrap .bio-description-wrap .author-posts-list li .read-more-wrap .button, .author-details-section .author-details-inner-wrap .bio-description-wrap .author-posts-list li .read-more-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .author-posts-list li .read-more-wrap .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap .author-posts-list li .read-more-wrap .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .author-details-section .author-details-inner-wrap .bio-description-wrap .author-posts-list li .read-more-wrap .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap .author-posts-list li .read-more-wrap .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .author-details-section .author-details-inner-wrap .bio-description-wrap .author-posts-list li .read-more-wrap #ctf-more, .author-details-section .author-details-inner-wrap .bio-description-wrap .alm-listing li .read-more-wrap .button, .author-details-section .author-details-inner-wrap .bio-description-wrap .alm-listing li .read-more-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-listing li .read-more-wrap .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap .alm-listing li .read-more-wrap .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .author-details-section .author-details-inner-wrap .bio-description-wrap .alm-listing li .read-more-wrap .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap .alm-listing li .read-more-wrap .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .author-details-section .author-details-inner-wrap .bio-description-wrap .alm-listing li .read-more-wrap #ctf-more {
  float: right;
}
.author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn {
  height: auto;
  background: #ffffff;
}
.author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:hover {
  filter: brightness(1.15);
  -webkit-filter: brightness(1.15);
  -moz-filter: brightness(1.15);
  color: #a4b1b9;
}
.author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn:focus {
  color: #a4b1b9;
}
.author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-reveal {
  /*
  &:nth-of-type(odd) {
  	li {
  		&:nth-of-type(4n+3){
  			background: $slate-blue-color;
  			color: $slate-blue-color;
  		}
  		&:nth-of-type(4n+1){
  			background: $blue-color;
  			color: $blue-color;
  		}
  		&:nth-of-type(4n+4){
  			background: $sky-blue-color;
  			color: $sky-blue-color;
  		}
  		&:nth-of-type(4n+2){
  			background: $spring-green-color;
  			color: $spring-green-color;
  		}
  	}
  }
  &:nth-of-type(even) {
  	li {
  		&:nth-of-type(4n+1){
  			background: $slate-blue-color;
  			color: $slate-blue-color;
  		}
  		&:nth-of-type(4n+2){
  			background: $blue-color;
  			color: $blue-color;
  		}
  		&:nth-of-type(4n+3){
  			background: $sky-blue-color;
  			color: $sky-blue-color;
  		}
  		&:nth-of-type(4n+4){
  			background: $spring-green-color;
  			color: $spring-green-color;
  		}
  	}
  }*/
}
.author-details-section .author-details-inner-wrap .author-about-details {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  color: #4a5560;
  line-height: 28px;
}

.section.content[id^=anchor-] {
  color: #4b535e;
  font-weight: 100;
  letter-spacing: 1px;
  margin: 4em auto;
}
.section.content[id^=anchor-] .container {
  max-width: 1000px;
  width: 90vw;
  margin: 0 auto;
}
.section.content[id^=anchor-].-text_by_list {
  min-height: 300px;
}
.section.content[id^=anchor-].-text_by_list > .container {
  display: flow-root;
}
.section.content[id^=anchor-].-text_by_list > .container > .inner, .section.content[id^=anchor-].-text_by_list > .container .long_text .inner {
  max-width: 790px;
  padding-right: 75px;
  float: left;
}
.section.content[id^=anchor-].-text_by_list > .container > .inner {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.4s;
}
.section.content[id^=anchor-].-text_by_list > .container h3 {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.section.content[id^=anchor-].-text_by_list.active > .container > .inner {
  max-height: 500px;
}
.section.content[id^=anchor-].-text_by_list .section.text {
  float: right;
  width: 210px;
}
.section.content[id^=anchor-].-text_by_list .section.text ul {
  border-left: 2px solid #f2f5f6;
  line-height: 1em;
  text-transform: uppercase;
}
.section.content[id^=anchor-].-text_by_list .section.text ul li {
  cursor: pointer;
  padding: 0.5em 1em 1.4em 1em;
  font-size: 12px;
  transition: color 0.4s;
}
.section.content[id^=anchor-].-text_by_list .section.text ul li.active {
  color: #007ff2;
}
.section.content[id^=anchor-].-text_by_list .section.long_text li {
  transition: all 0.4s;
  max-height: 0;
  overflow: hidden;
}
.section.content[id^=anchor-].-text_by_list .section.long_text li.active {
  max-height: 400px;
  overflow: auto;
}
.section.content[id^=anchor-].-text_by_list h3 {
  color: #728194;
}
.section.content[id^=anchor-].-expanding_content .container {
  max-width: 650px;
}
.section.content[id^=anchor-].-expanding_content .text {
  overflow-y: hidden;
  transition: all 0.4s;
  margin-bottom: 20px;
  position: relative;
}
.section.content[id^=anchor-].-expanding_content .text:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: opacity 0.4s;
  height: 80px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.section.content[id^=anchor-].-expanding_content .btn-container {
  display: flex;
}
.section.content[id^=anchor-].-expanding_content .button, .section.content[id^=anchor-].-expanding_content .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .section.content[id^=anchor-].-expanding_content .alm-load-more-btn, .section.content[id^=anchor-].-expanding_content .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .section.content[id^=anchor-].-expanding_content #ctf-more, .section.content[id^=anchor-].-expanding_content .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .section.content[id^=anchor-].-expanding_content .alm-load-more-btn {
  margin: 0 auto;
}
.section.content[id^=anchor-].-expanding_content.active .text:after {
  opacity: 0;
}
.section.content[id^=anchor-].-standard_content .container {
  max-width: 650px;
}
.section.content[id^=anchor-].background-white {
  background: white;
}
.section.content[id^=anchor-].background-gray {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f2f5f6;
  margin: 0;
}
.section.content[id^=anchor-].background-gray * {
  color: #4a5560;
}
.section.content[id^=anchor-].background-gray p {
  font-weight: 100;
  font-size: 18px;
  font-family: canada-type-gibson, sans-serif;
}
.section.content[id^=anchor-].background-gray .button, .section.content[id^=anchor-].background-gray .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .alm-load-more-btn, .filter-result-wrap .filter-result-inner-wrap .alm-btn-wrap .section.content[id^=anchor-].background-gray .alm-load-more-btn, .section.content[id^=anchor-].background-gray .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf #ctf-more, .connectpage-section .connectpage-social-widget .connectpage-social-widget--grid .connectpage-inner-wrap .social-media-post-cols .social-media--tw-post-col .recent-tweets-wrap #ctf .section.content[id^=anchor-].background-gray #ctf-more, .section.content[id^=anchor-].background-gray .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .alm-load-more-btn, .author-details-section .author-details-inner-wrap .bio-description-wrap #ajax-load-more .section.content[id^=anchor-].background-gray .alm-load-more-btn {
  border-color: #6871b4;
  color: #6871b4;
}
.section.content[id^=anchor-].background-gray h2 {
  font-weight: 100;
  font-size: 40px;
}
.section.content[id^=anchor-].background-gray .inner > * {
  margin-bottom: 30px;
}
.section.content[id^=anchor-]:last-of-type.background-gray {
  box-shadow: 0 200px 0 0 #f2f5f6;
}
.section.content[id^=anchor-].align-center * {
  text-align: center;
}
.section.content[id^=anchor-]:last-child {
  padding-bottom: 161px;
  margin-bottom: -131px;
}
.section.content[id^=anchor-].-feed .filter-heading {
  font-size: 40px;
  margin-bottom: 1em;
}

/* Tag page style rules start here */
body.tag .filter-result-wrap {
  margin-top: 90px;
}

p {
  line-height: 1.8em;
}

.page-template-page-map .data--box {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
.page-template-page-map .map-section {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  padding-bottom: 80px;
}
.page-template-page-map .map-section h2 {
  text-align: center;
  margin-bottom: 60px;
}
.page-template-page-map .map-section .map-wrap {
  overflow: hidden;
}
.page-template-page-map .map-section .map-wrap .wpgmza-marker-listing-category-filter {
  margin-bottom: 10px !important;
}
.page-template-page-map .map-section .map-wrap .wpgmza-marker-listing-category-filter span {
  font-weight: 200;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 0.857em;
  font-family: canada-type-gibson, sans-serif;
  display: block;
  margin-bottom: 10px;
}
.page-template-page-map .map-section .map-wrap .wpgmza-marker-listing-category-filter select {
  margin: 0px;
}
.page-template-page-map .map-section .map-wrap .wpgmza_map {
  margin: 10px 0px;
  float: none;
}
.page-template-page-map .map-section .map-wrap .wpgmza_map .wpgmza_infowindow_address {
  display: none;
}
.page-template-page-map .map-section .map-wrap .wpgmza_marker_carousel {
  margin: 0px -10px;
}
.page-template-page-map .map-section .map-wrap .wpgmza_marker_carousel .owl-carousel {
  margin: 0px !important;
}
.page-template-page-map .map-section .map-wrap .wpgmza_marker_carousel .owl-carousel .owl-item .item {
  height: 200px;
  border-radius: 5px;
}
.page-template-page-map .map-section .map-wrap .wpgmza_marker_carousel .owl-carousel .owl-item .item .wpgmza_marker_icon {
  margin: 10px auto !important;
}
.page-template-page-map .map-section .map-wrap .wpgmza_marker_carousel .owl-carousel .owl-item .item .wpgmza_marker_title {
  margin: 0px;
  line-height: normal;
}
.page-template-page-map .map-section .map-wrap .wpgmza_marker_carousel .owl-carousel .owl-item .item .wpgmza_marker_address {
  display: none;
}
.page-template-page-map .map-section .map-wrap .wpgmza_marker_carousel .owl-carousel .owl-item .item .wpgmza_marker_description {
  display: none;
}
.page-template-page-map .map-section .map-wrap .wpgmza_marker_carousel .owl-carousel .owl-item .item .wpgmza_custom_fields {
  display: none;
}
.page-template-page-map .map-section .map-wrap .wpgmza_marker_carousel .owl-carousel .owl-item .item .wpgmza-rating-container {
  display: none;
}
.page-template-page-map .map-section .map-wrap .map-legends {
  margin-top: 10px;
}
.page-template-page-map .map-section .map-wrap .map-legends li {
  margin-top: 5px;
}
.page-template-page-map .map-section .map-wrap .map-legends li .color {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-right: 5px;
}
.page-template-page-map .map-section .map-wrap .map-legends li .label {
  font-weight: 200;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 0.857em;
  font-family: canada-type-gibson, sans-serif;
  vertical-align: middle;
}
.page-template-page-map .map-section .map-wrap .map-legends li:first-child {
  margin-top: 0px;
}

.single-post .download-file {
  padding-top: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .single-post .download-file {
    padding-top: 60px;
    padding-left: 150px;
  }
}
.single-post .download-file.orientation-portrait {
  padding-top: 360px;
}
@media (min-width: 768px) {
  .single-post .download-file.orientation-portrait {
    padding-top: 60px;
  }
}
.single-post .download-file.orientation-portrait .download-file-box img {
  height: 324px;
}
@media (min-width: 768px) {
  .single-post .download-file.orientation-portrait .download-file-box {
    min-height: 324px;
  }
}
.single-post .download-file.orientation-landscape {
  padding-top: 168px;
}
@media (min-width: 768px) {
  .single-post .download-file.orientation-landscape {
    padding-top: 60px;
  }
}
.single-post .download-file.orientation-landscape .download-file-box img {
  height: 132px;
}
.single-post .download-file .download-file-box {
  padding: 32px;
  padding-top: 48px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 1px 6px 0 rgba(5, 27, 44, 0.06), 0 2px 32px 0 rgba(5, 27, 44, 0.16);
  position: relative;
}
@media (min-width: 768px) {
  .single-post .download-file .download-file-box {
    position: unset;
    padding: 32px;
    padding-right: 24px;
    padding-left: 105px;
  }
}
.single-post .download-file .download-file-box img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% - 24px);
  max-height: 324px;
  max-width: 235px;
  width: 100%;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .single-post .download-file .download-file-box img {
    bottom: unset;
    left: 0;
    top: calc(50% + 30px);
    transform: translateY(-50%);
  }
}
.single-post .download-file .download-file-box h4 {
  color: #027FF2;
  font-size: 26px;
  font-style: normal;
  line-height: 136%;
  margin-bottom: 16px;
}
.single-post .download-file .download-file-box .download-file-description {
  margin-bottom: 32px;
  font-size: 16px;
  font-style: normal;
  line-height: 160%;
}
.single-post .download-file .download-file-box .download-file-button {
  width: 100%;
}
@media (min-width: 768px) {
  .single-post .download-file .download-file-box .download-file-button {
    width: unset;
  }
}
.single-post .download-file .download-file-box .download-file-button i {
  transform: scale(1);
  margin-left: 12px;
  width: 12px;
  height: 12px;
  font-size: 13px;
}