/*
Theme Name: Sightline Institute
Author: Pivot Group, LLC
Author Uri: http://askpivot.com
Version: 1.0.2
*/
/* ==== GLOBAL LAYOUT STYLES (grid, etc) ============================================= */
.container {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1240px;
  margin: 0 auto;
}
.container > .vc_row {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 15px;
  padding-right: 15px;
}

.vc_row:last-child {
  margin-bottom: 0px;
}

.vc_row[data-vc-stretch-content="true"] .vc_col-xs-1 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-sm-1 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-md-1 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-lg-1 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-xs-2 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-sm-2 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-md-2 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-lg-2 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-xs-3 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-sm-3 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-md-3 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-lg-3 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-xs-4 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-sm-4 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-md-4 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-lg-4 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-xs-5 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-sm-5 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-md-5 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-lg-5 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-xs-6 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-sm-6 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-md-6 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-lg-6 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-xs-7 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-sm-7 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-md-7 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-lg-7 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-xs-8 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-sm-8 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-md-8 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-lg-8 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-xs-9 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-sm-9 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-md-9 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-lg-9 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-xs-10 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-sm-10 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-md-10 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-lg-10 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-xs-11 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-sm-11 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-md-11 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-lg-11 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-xs-12 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-sm-12 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-md-12 > .vc_column-inner, .vc_row[data-vc-stretch-content="true"] .vc_col-lg-12 > .vc_column-inner {
  padding-left: 30px;
  padding-right: 30px;
}

/* ==== Header ============================================= */
header.site {
  position: relative;
  z-index: 2;
  background: #f1f9f6;
}
header.site .logo {
  padding: 10px 0 13px;
  float: left;
}
header.site .top-menu {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}
header.site .top-menu .menu > li {
  float: left;
}
header.site .top-menu .menu > li > a {
  color: #fff;
  background: #73bfa9;
  padding: .75em 25px;
}
header.site .top-menu .menu > li > a:hover {
  background: #62b79e;
}
header.site .top-menu .menu > li + li > a {
  background: #29473d;
}
header.site .top-menu .menu > li + li > a:hover {
  background: #20372f;
}
header.site .menu > li > a {
  display: block;
  font-family: "Montserrat", "Arial";
  text-transform: uppercase;
}
header.site .social-icons {
  display: inline-block;
  vertical-align: top;
  padding-top: .875em;
}
header.site .search-button {
  width: 1em;
  height: 1em;
  background: url(images/icon-search.png) no-repeat center center;
  padding: 1em 15px;
  margin-right: -6px;
  margin-top: .66em;
  display: inline-block;
  cursor: pointer;
}
header.site .search-button:hover:before {
  background-color: transparent;
}
header.site .menu-button-container {
  display: inline-block;
  border-left: 2px solid #73bfa9;
  text-align: right;
  margin-left: 5px;
}
header.site .menu-button-container .menu-button {
  padding-top: .25em;
  width: 78px;
}
header.site .menu-button-container .menu-button:before {
  display: none;
}
header.site .menu-button-container .open-text,
header.site .menu-button-container .close-text {
  padding-right: 6px;
  position: relative;
  top: -2px;
}
header.site .menu-button-container > * {
  -webkit-transition: 0.5s ease color;
  -moz-transition: 0.5s ease color;
  -ms-transition: 0.5s ease color;
  -o-transition: 0.5s ease color;
  transition: 0.5s ease color;
  cursor: pointer;
}
header.site .menu-button-container a {
  color: #73bfa9;
}
header.site .menu-button-container a:hover {
  color: #29473d;
}
header.site nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: scroll;
  background: rgba(199, 229, 221, 0.95);
  display: none;
  padding: 1em 0;
  z-index: 1000;
}
header.site nav > .header {
  padding: 0 30px;
}
header.site nav > .header .logo {
  max-width: 120px;
}
header.site nav > .header .menu-close-button {
  float: right;
  font-size: 30px;
  color: #29473d;
  cursor: pointer;
  padding: .25em 10px;
}
header.site nav > .header .menu-close-button:hover {
  color: #d87300;
}
header.site nav .search-button {
  display: none;
}
header.site nav .menu {
  padding: 1em 20px;
}
header.site nav .menu > li {
  position: relative;
}
header.site nav .menu > li > a {
  color: #29473d;
  padding: .5em 10px;
  display: inline-block;
}
header.site nav .menu > li.current-menu-item, header.site nav .menu > li.current-menu-ancestor {
  color: #d87300;
}
header.site nav .menu > li.current-menu-item > a, header.site nav .menu > li.current-menu-ancestor > a {
  color: inherit;
}
header.site nav .menu > li.current-menu-item > .sub-menu, header.site nav .menu > li.current-menu-ancestor > .sub-menu {
  display: block;
}
header.site nav .sub-menu {
  display: none;
  padding-left: 30px;
}
header.site nav .sub-menu > li > a {
  color: #29473d;
  display: inline-block;
}
header.site nav .sub-menu > li.current-menu-item > a, header.site nav .sub-menu > li.current-menu-ancestor > a {
  font-weight: bold;
}
header.site nav .sub-menu > li.current-menu-item > .sub-menu, header.site nav .sub-menu > li.current-menu-ancestor > .sub-menu {
  display: block;
}
header.site nav .sub-menu > li.the-thin-green-line {
  font-style: italic;
}

.social-icons > li {
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
}
.social-icons > li > a {
  display: block;
  position: relative;
}
.social-icons > li > a:before {
  content: '';
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -14px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background: transparent;
  transform: scale(0.8);
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  border: 1px solid transparent;
}
.social-icons > li > a img {
  position: relative;
  z-index: 1;
}
.social-icons > li > a:hover:before {
  background-color: #fff;
  border-color: #c7e5dd;
  transform: scale(1);
}

header.site.top {
  display: block;
  padding-bottom: 8px;
  position: relative;
}
header.site.top .top {
  margin-right: -30px;
}
header.site.top .top:after {
  clear: right;
}
header.site.top .top-menu {
  float: right;
}
header.site.top .search-button-container {
  position: relative;
  top: -.125em;
}
header.site.top .social-icons {
  clear: right;
  display: block;
  padding-right: 15px;
}
header.site.top .logo {
  width: 135px;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
header.site.top .logo + .right {
  padding-left: 150px;
}
header.site.top .right > .top {
  text-align: right;
}

header.site.persistent {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  margin-top: -100px;
  -webkit-transition: 0.3s ease opacity, 0.3s ease margin-top;
  -moz-transition: 0.3s ease opacity, 0.3s ease margin-top;
  -ms-transition: 0.3s ease opacity, 0.3s ease margin-top;
  -o-transition: 0.3s ease opacity, 0.3s ease margin-top;
  transition: 0.3s ease opacity, 0.3s ease margin-top;
}
header.site.persistent .container {
  padding-right: 0;
}
header.site.persistent .logo {
  width: 100px;
}
header.site.persistent .social-icons {
  font-size: 12px;
  display: none;
  padding-top: .66em;
}
header.site.persistent .menu-button-container {
  display: inline-block;
  border: none;
  border-right: 2px solid #73bfa9;
  padding-right: 15px;
  padding-left: 0;
  vertical-align: top;
  margin-top: .66em;
}
header.site.persistent .menu-button-container .menu-button {
  position: relative;
  top: 2px;
}
header.site.persistent .top-menu .menu > li > a {
  padding-left: 15px;
  padding-right: 15px;
}
header.site.persistent .right {
  float: right;
  padding: 20px 0 10px;
}
header.site.persistent .right .menu > li > a {
  font-size: 12px;
}
header.site.persistent .search-button {
  top: -.375em;
  position: relative;
  margin-right: 5px;
}

.search-container {
  position: fixed;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  padding-top: 116px;
  display: none;
  overflow: scroll;
}
.search-container .search-form {
  margin: 3px auto;
  width: 515px;
  max-width: 100%;
  background: #f1f9f6;
  padding: 25px 20px;
  position: relative;
}
.search-container input {
  border: 1px solid #73bfa9;
  height: 50px;
  line-height: 48px;
  font-size: 16px;
  padding: 0 15px;
  width: 100%;
}
.search-container .close-button {
  position: absolute;
  top: 0;
  right: 0;
  color: #73bfa9;
  font-size: 24px;
  width: 30px;
  height: 30px;
  margin-top: 0;
  text-align: center;
  line-height: 30px;
  display: none;
}
.search-container .top {
  padding-right: 160px;
  position: relative;
}
.search-container .top .search-icon {
  right: 160px;
  position: absolute;
  top: 0;
  margin-right: 15px;
  line-height: 48px;
  cursor: pointer;
}
.search-container .top .advanced-filters-button {
  color: #73bfa9;
  position: absolute;
  top: 0;
  right: 0;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  cursor: pointer;
}
.search-container .top .advanced-filters-button .caret-down {
  padding-left: 5px;
}
.search-container .top .advanced-filters-button .caret-down img {
  -webkit-transition: 0.3s ease transform;
  -moz-transition: 0.3s ease transform;
  -ms-transition: 0.3s ease transform;
  -o-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
}
.search-container .top .advanced-filters-button.active .caret-down img {
  transform: rotateX(180deg);
}
.search-container .bottom {
  display: none;
  margin: 0 -10px;
}
.search-container .bottom .field {
  width: 50%;
  float: left;
  padding: 10px 10px 0;
  position: relative;
}

body .select2-container {
  width: 100% !important;
}
body .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid #73bfa9;
  width: 100%;
  height: 50px;
  line-height: 48px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  padding-left: 15px;
  padding-right: 30px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url(images/caret-down.png) no-repeat left center;
  height: 100%;
  width: 25px;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
body .select2-container--default .select2-selection--single .select2-selection__clear {
  color: #d87300;
  float: none;
  margin-right: 5px;
}
body .select2-container--default .select2-selection--single .select2-selection__clear:hover {
  color: #000;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #73bfa9;
}
body .select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotateX(180deg);
}
body .select2-dropdown {
  border: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

body.off-top header.site.persistent {
  display: block;
}
body.off-top .search-container {
  padding-top: 83px;
}

body.show-nav header.site.persistent,
body.show-search header.site.persistent {
  opacity: 1;
  margin-top: 0px;
}

body.show-search,
body.showing-dropdown-menu {
  overflow: hidden;
}

nav {
  font-size: 15px;
}

/* ==== Content ============================================= */
#content {
  position: relative;
  z-index: 0;
}
#content > .background-image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: .15;
}
#content > .background-image:after {
  content: '';
  width: 100%;
  height: 50%;
  bottom: -1px;
  left: 0;
  position: absolute;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.91) 91%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(91%, rgba(255, 255, 255, 0.91)), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.91) 91%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.91) 91%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.91) 91%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.91) 91%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}
#content > .container {
  position: relative;
  z-index: 1;
}
#content .page-content {
  padding-top: 30px;
}
.home #content .page-content {
  padding-top: 0;
}
#content .page-title {
  margin: 0 0 1em;
}
#content .wpb_widgetised_column {
  border: 2px solid #73bfa9;
  padding: 1.5em 20px;
}
#content .menu {
  margin-top: .25em;
}
#content .menu > li:before {
  display: none;
}
#content .menu > li > a {
  color: inherit;
}
#content .menu > li > a:hover {
  color: #d87300;
}
#content .back-link-container {
  padding: 1em 0;
  margin-bottom: 2em;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding-left: 30px;
}
#content .post-list > .heading {
  margin-top: 2em;
  margin-bottom: 1em;
}
#content .post-list > article + article {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #ccc;
}
#content .post-list > article .post-title {
  font-size: 18px;
  text-transform: none;
}
#content .post-list > article .post-title a {
  color: #414042;
}
#content .post-list > article .post-title a:hover {
  color: #d87300;
}
#content .post-list > article .post-title .news-tweet {
  margin-left: 10px;
}
#content .post-list > article .post-title + .post-subtitle {
  font-size: 18px;
  font-size: 16px;
  font-weight: normal;
  color: #6d6e71;
  line-height: 1.5em;
  margin-top: .5em;
  margin-bottom: .5em;
}
#content .post-list > article .post-title + .post-subtitle a {
  color: inherit;
}
#content .post-list > article .read-more {
  margin-top: .5em;
  display: inline-block;
  font-size: 16px;
}

article .post-content ul > li,
article .post-content ol > li {
  padding-left: 15px;
  line-height: 1.25em;
}
article .post-content ul > li + li,
article .post-content ol > li + li {
  margin-top: .375em;
}
article .post-content ul ol, article .post-content ul ul,
article .post-content ol ol,
article .post-content ol ul {
  margin: .375em 0;
}
article .post-content ul > li:before {
  text-align: right;
  margin-right: 9px;
  margin-left: -15px;
  position: relative;
  top: -.125em;
}
article .post-content ol > li {
  padding-left: 25px;
}
article .post-content ol > li:before {
  width: 40px;
  text-align: right;
  padding-right: 10px;
  margin-left: -40px;
  position: static;
}

article .post-tags {
  margin-top: 1em;
  margin-bottom: 2.5em;
}

.breadcrumb-container {
  font-size: 16px;
  padding-top: 35px;
}
.container .breadcrumb-container .container {
  padding-left: 0;
  padding-right: 0;
}
body .breadcrumb-container .trail-items li {
  display: inline;
}
.breadcrumb-container .trail-item {
  color: #414042;
}
.breadcrumb-container .trail-item a {
  color: inherit;
}
.breadcrumb-container .trail-item a:hover {
  color: #d87300;
}
.breadcrumb-container .trail-item:after {
  content: ' \bb ';
  padding: 0 5px 0 5px;
}
.breadcrumb-container .trail-end {
  color: #d87300;
}

.page-content {
  padding-bottom: 30px;
}
.page-content.no-bottom-padding {
  padding-bottom: 0;
}

.post-container {
  padding-bottom: 60px;
}
.post-container header.post {
  margin-bottom: 1.5em;
}
.post-container header.post .post-title {
  margin-top: 1em;
}
.post-container header.post .post-kicker {
  margin-top: .25em;
  color: #29473d;
  font-weight: normal;
}
.post-container .author {
  margin: 1em 0 1.5em;
}
.post-container .author .name {
  font-size: 16px;
  color: #73bfa9;
}
.post-container .author .name .value {
  font-weight: bold;
}
.post-container .author .name .value > a {
  color: inherit;
}
.post-container .author .meta {
  font-size: 12px;
  line-height: 1.25em;
}
.post-container .author .twitter-handle {
  color: #414042;
}
.post-container .author .twitter-handle:hover {
  color: #d87300;
}
.post-container .author .image {
  width: 80px;
  float: left;
}
.post-container .author .image img {
  border: none;
  border-radius: 50%;
}
.post-container .author .image + .name {
  padding-top: 1.5em;
}
.post-container .author .image ~ * {
  padding-left: 95px;
}

.article-middle-widgets {
  border: 3px solid #73bfa9;
  padding: .75em 15px;
  margin-top: 1.5em;
}
.article-middle-widgets .widget {
  list-style: none;
}
.article-middle-widgets p {
  line-height: 1.125em;
  font-size: 14px;
}

.article-bottom-widgets {
  margin-top: 1em;
  margin-bottom: 2em;
}
.article-bottom-widgets .widget {
  list-style: none;
}
.article-bottom-widgets .widget > .title {
  font-size: 18px;
  color: inherit;
  text-transform: none;
  margin-bottom: .5em;
}

/* ==== AUTHOR PAGE ============================================= */
.author-bio .follow-on-twitter {
  font-size: 14px;
}
.author-bio .follow-on-twitter a {
  color: #73bfa9;
}
.author-bio .follow-on-twitter a:before {
  content: url(images/tiny-twitter.png);
  display: inline-block;
  margin-right: 5px;
}

/* ==== NEWS PAGE ============================================= */
.page-template-tpl-news-page .post-list .list-container .info .title {
  font-size: 21px;
}

/* ==== Sidebar ============================================= */
aside .content-box {
  width: 100%;
  margin-right: 0;
  margin-bottom: 1.5em;
  float: none;
}
aside .todays-editor > .title {
  text-align: center;
  margin-bottom: .5em;
}
aside .todays-editor .editor-info {
  border: 1px solid #ccc;
  padding: 1em 15px;
}
aside .todays-editor .editor-info .image {
  width: 80px;
  float: left;
  margin: 0 15px 10px 0;
}
aside hr {
  border-color: #414042;
  border-style: dashed;
}
aside .term-list > li:before {
  display: none;
}
aside .term-list > li > a {
  color: inherit;
  padding-left: 0;
  display: block;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
aside .term-list > li > a:hover {
  padding-left: 3px;
  color: #d87300;
}
aside .widget-title {
  margin-bottom: 0.25em;
  line-height: 1.125em;
}
aside .category-list .widget-title {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 0;
}
aside .category-list .list > li {
  font-size: 16px;
  line-height: 1.5em;
}
aside .category-list .list > li > a {
  color: inherit;
}
aside .category-list .list > li.current-menu-item > a {
  color: #d87300;
}
aside .category-list .list > li.slug-the-thin-green-line, aside .category-list .list > li.slug-thin-green-line {
  margin-top: .25em;
  margin-left: -10px;
}
aside .category-list .list > li.slug-the-thin-green-line > a, aside .category-list .list > li.slug-thin-green-line > a {
  border: 1px solid #73bfa9;
  color: #73bfa9;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
aside .category-list .list > li.slug-the-thin-green-line > a:hover, aside .category-list .list > li.slug-thin-green-line > a:hover {
  background: #73bfa9;
  color: #fff;
}
aside .tag-list .widget-title {
  color: #73bfa9;
  font-weight: 500;
}
aside .tag-list .list > li {
  font-size: 16px;
}
aside .tag-list a {
  color: inherit;
}
aside .widget + .widget {
  margin-top: 1.5em;
}
aside .gform_wrapper {
  border: 1px solid #efefef;
  padding: 0 15px;
}
aside .gform_wrapper .top_label input.medium {
  width: 100%;
}
aside .gform_wrapper input[type="text"],
aside .gform_wrapper textarea {
  padding-left: 10px !important;
  padding-right: 10px !important;
  border: 1px solid #ccc;
}
aside .gform_wrapper input[type="text"]:focus,
aside .gform_wrapper textarea:focus {
  border-color: #73bfa9;
}

/* ==== TABBED POST BOX ============================================= */
.tabbed-post-box .tabs > li {
  float: left;
  width: 33.33%;
}
.tabbed-post-box .tabs > li:before {
  display: none;
}
.tabbed-post-box .tabs > li > a {
  color: #414042;
  border-top: 3px solid transparent;
  background: #e4e5e6;
  padding: 1em 10px;
  text-align: center;
  display: block;
  font-size: 14px;
}
.tabbed-post-box .tabs > li > a:hover {
  background-color: #f1f2f2;
}
.tabbed-post-box .tabs > li.active > a {
  background: #fff;
  border-top-color: #73bfa9;
}
.tabbed-post-box .tabs > li + li {
  padding-left: 1px;
}
.tabbed-post-box .post-list > li {
  padding-bottom: .5em;
}
.tabbed-post-box .post-list > li + li:after {
  border-bottom: 1px solid #ccc;
}
.tabbed-post-box .tab-panels > .tab-panel {
  display: none;
}
.tabbed-post-box .tab-panels > .tab-panel:first-child {
  display: block;
}

.post-list-item {
  padding: 1em 0;
}
body .post-list-item .info {
  padding-top: 0;
}
.post-list-item .image {
  width: 55px;
  height: 55px;
  background: #f1f9f6;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}
.post-list-item .image ~ * {
  padding-left: 70px;
}
.post-list-item .post-title {
  margin-top: 0;
}
.post-list-item .post-kicker {
  font-size: 16px;
  color: #6d6e71;
  line-height: 1.5em;
}
.post-list-item .post-kicker a {
  color: inherit;
}
.post-list-item .post-date {
  font-size: 14px;
}
.post-list-item:before {
  display: none !important;
}

aside .list-container .post-list-item .post-title {
  font-size: 14px;
  font-weight: 300;
  color: #73bfa9;
  margin-top: 0;
}
aside .list-container .post-list-item .post-title > a {
  color: inherit;
}
aside .list-container .post-list-item .post-title > a:hover {
  color: #d87300;
}
aside .list-container .post-list-item .post-date {
  font-size: 14px;
}

/* ==== COMMENTS ============================================= */
#comments {
  margin-top: 70px;
}

.comment-list > li {
  padding: 1.5em 0;
}
.comment-list > li:before {
  display: none;
}
.comment-list > li + li {
  border-top: 1px solid #b7b8ba;
}
.comment-list > li .children > li:before {
  display: none;
}
.comment-list > li .children .comment-body p {
  font-size: .875em;
}

.comments-title {
  text-align: center;
}

.comment {
  position: relative;
}
.comment .comment-author {
  font-weight: bold;
  color: #73bfa9;
  padding-right: 80px;
}
.comment .comment-author img {
  margin-right: 5px;
}
.comment .comment-meta {
  font-size: 14px;
  line-height: 1em;
  padding-right: 80px;
}
.comment .comment-body {
  margin-top: 25px;
}
.comment .comment-body p {
  line-height: 1.33em;
}
.comment .reply {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 1.66em;
}
.comment .reply > a {
  background: #29473d;
  font-size: 12px;
  font-family: "Montserrat", "Arial";
  color: #fff;
  display: block;
  text-transform: uppercase;
  width: 90px;
  padding-left: 15px;
  padding-right: 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.comment .reply > a:hover {
  background: #20372f;
}

.comment-respond .comment-reply-title {
  color: #d87300;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}
.comment-respond .comment-notes {
  font-size: 14px;
}
.comment-respond input[type="text"],
.comment-respond textarea {
  border: 1px solid #73bfa9;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  font-size: 18px;
}
.comment-respond input[type="text"] {
  line-height: 36px;
}
.comment-respond textarea {
  padding-top: .5em;
  padding-bottom: .5em;
  line-height: 24px;
}
.comment-respond label {
  display: none;
}
#ie8 .comment-respond label {
  display: block;
}
.comment-respond .comment-form-author input {
  width: 280px;
  max-width: 100%;
}
.comment-respond .comment-form-email input {
  width: 280px;
  max-width: 100%;
}
.comment-respond .form-submit {
  font-size: 14px;
}
.comment-respond .form-allowed-tags {
  font-size: 14px;
  color: #414042;
}
.comment-respond ::-webkit-input-placeholder {
  color: #8e8c8f;
}
.comment-respond :-moz-placeholder {
  /* Firefox 18- */
  color: #8e8c8f;
}
.comment-respond ::-moz-placeholder {
  /* Firefox 19+ */
  color: #8e8c8f;
}
.comment-respond :-ms-input-placeholder {
  color: #8e8c8f;
}

/* ==== SERIES ITEMS ============================================= */
.series-label {
  border: 1px solid #73bfa9;
  padding: .5em 15px;
  font-size: 16px;
  margin: 1em 0;
  text-align: center;
}
.series-label .series-num {
  font-weight: bold;
}

.series-nav, .next-prev-nav {
  border: 1px solid #73bfa9;
  padding: 1em 5px;
  font-size: 16px;
  margin: 2em 0;
  clear: both;
}
.series-nav .nav-label, .next-prev-nav .nav-label {
  font-weight: bold;
  display: block;
  margin-bottom: .25em;
}
.series-nav .nav-previous,
.series-nav .nav-next, .next-prev-nav .nav-previous,
.next-prev-nav .nav-next {
  float: left;
  width: 50%;
  padding: 0 10px;
  line-height: 1.25em;
}
.series-nav .nav-next, .next-prev-nav .nav-next {
  text-align: right;
  border-left: 1px solid #73bfa9;
}

/* ==== Footer ============================================= */
footer.site {
  padding-bottom: 10px;
  background: #f1f9f6;
  position: relative;
  z-index: 0;
}
footer.site .text-content img {
  border-bottom: 0;
}
footer.site .text-content p {
  font-size: 16px;
  margin-top: .5em;
  line-height: 1.66em;
}
footer.site .back-to-top {
  width: 32px;
  padding-bottom: 32px;
  display: inline-block;
  background: url(images/icon-to-top.png) no-repeat center bottom;
  text-align: center;
  color: #29473d;
  text-transform: uppercase;
  font-family: "Montserrat", "Arial";
  font-size: 10px;
  margin-left: 18px;
  cursor: pointer;
}
footer.site .back-to-top:hover {
  color: #73bfa9;
}
footer.site .bottom {
  border-top: 1px solid #dfe4e4;
  padding: 30px 0 15px;
  font-size: 11px;
  font-family: "Montserrat", "Arial";
  color: #29473d;
  margin: 0 -3px;
}
footer.site .bottom .left-items {
  margin-bottom: 1.5em;
  padding-right: 260px;
  line-height: 1.5em;
}
footer.site .bottom .left-items > * {
  padding: 0 3px;
}
footer.site .bottom .right-items {
  float: right;
  white-space: nowrap;
  margin-top: -1em;
}
footer.site .bottom .right-items > * {
  display: inline-block;
  vertical-align: middle;
  line-height: 11px;
}
footer.site .bottom .right-items .back-to-top {
  margin-top: -1em;
  line-height: 16px;
}
footer.site .footer-menu .menu > li {
  display: inline-block;
}
footer.site .footer-menu .menu > li + li {
  border-left: 1px solid #29473d;
  padding-left: 4px;
}
footer.site .footer-menu .menu > li > a {
  color: #73bfa9;
  padding-right: 1px;
  display: block;
}
footer.site .footer-menu .menu > li > a:hover {
  color: #d87300;
}
footer.site .widget-areas {
  padding-bottom: 50px;
  padding-top: 45px;
  margin-left: -15px;
  margin-right: -15px;
}
footer.site .widget-areas .widget-area {
  float: left;
  padding: 0 15px;
  position: relative;
}
footer.site .widget-areas .widget-area.footer-0 {
  width: 100%;
}
footer.site .widget-areas .widget-area.footer-1, footer.site .widget-areas .widget-area.footer-2 {
  width: 50%;
}
footer.site .widget_nav_menu .menu {
  font-size: 17px;
  line-height: 1.25em;
}
footer.site .widget_nav_menu .menu > li {
  padding: .25em 0;
}
footer.site .widget_nav_menu .menu > li:before {
  display: none;
}
footer.site .widget_nav_menu .menu > li > a {
  color: #73bfa9;
}
footer.site .sightline-twitter-link {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 15px;
  z-index: 1;
}

.tweet {
  background: url(images/icon-twitter.png) no-repeat left 10px;
  padding-left: 50px;
  font-size: 16px;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.tweet .tweet_profile_img {
  display: none;
}
.tweet .tweet_user {
  font-weight: bold;
  color: inherit;
}
.tweet .tweet_screen_name {
  color: #808083;
}
.tweet .tweet_retweet {
  color: #808083;
}
.tweet .tweet_date {
  position: absolute;
  top: 100%;
  right: 0;
  color: #808083;
  font-size: 14px;
}
.tweet .tweet_intents {
  clear: both;
  display: none;
}
.tweet .tweet_intents > a b {
  font-weight: normal;
}
.tweet + .tweet {
  margin-top: 1em;
}

.widgets > li:before {
  display: none;
}

/* ==== POST SLIDER ============================================= */
.posts-slider {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  height: 550px;
  position: relative;
}
.posts-slider .slide {
  width: 650px;
  float: left;
  position: relative;
}
.posts-slider .slide:before {
  display: none;
}
.posts-slider .scrollbar-holder {
  display: none !important;
}
.posts-slider .slider-item {
  width: 50%;
  float: left;
  padding: 1px;
}
.posts-slider .slider-item .inner-container {
  position: relative;
}
.posts-slider .slider-item.featured {
  width: 100%;
}
.posts-slider .slider-item .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  cursor: pointer;
}
.posts-slider .slider-item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #c7e5dd no-repeat center center;
  background-size: cover;
}
.posts-slider .slider-item .post-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  padding: .5em 15px 1em;
}
.posts-slider .slider-item .post-info .post-title {
  font-size: 16px;
  color: #29473d;
  line-height: 1em;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.posts-slider .slider-item .post-info .post-title a {
  color: inherit;
}
.posts-slider .slider-item .post-info .post-kicker {
  font-size: 13px;
  color: #29473d;
  line-height: 1.25em;
  margin-top: .5em;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.posts-slider .slider-item .post-info:before {
  content: '';
  width: 100%;
  height: 30px;
  bottom: 100%;
  position: absolute;
  left: 0;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=0 );
  /* IE6-8 */
}
.posts-slider .placeholder img {
  width: 100%;
  height: auto;
  display: block;
  border: none;
}
.posts-slider .loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #29473d;
  z-index: 1;
}
.posts-slider .loader canvas {
  width: auto;
  margin: 0 auto;
  height: 100%;
}
.posts-slider .arrow-holder {
  -webkit-transition: 0.2s ease margin, 0.2s ease opacity;
  -moz-transition: 0.2s ease margin, 0.2s ease opacity;
  -ms-transition: 0.2s ease margin, 0.2s ease opacity;
  -o-transition: 0.2s ease margin, 0.2s ease opacity;
  transition: 0.2s ease margin, 0.2s ease opacity;
  opacity: .8;
}
.posts-slider .arrow-holder .arrow-icon {
  background: url(images/arrow-left.png) no-repeat center center;
}
.posts-slider .arrow-holder.left {
  right: 100%;
  left: auto;
  margin-right: 0px;
}
.posts-slider .arrow-holder.left:hover {
  margin-right: 2px;
  opacity: 1;
}
.posts-slider .arrow-holder.right {
  left: 100%;
  right: auto;
  margin-left: 0px;
}
.posts-slider .arrow-holder.right .arrow-icon {
  background-image: url(images/arrow-right.png);
}
.posts-slider .arrow-holder.right:hover {
  margin-left: 2px;
  opacity: 1;
}
.posts-slider.small-columns .slider-item .post-info .post-title {
  font-size: 14px;
}
.posts-slider.has-more-link {
  padding-bottom: 40px;
}
.posts-slider.has-more-link .more {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: .5em 10px;
}

.posts-slider.simple {
  margin: 0 -6px;
  margin-top: 50px;
  position: relative;
}
.posts-slider.simple .loader {
  background: #fff;
}
.posts-slider.simple .slide {
  width: 320px;
  padding-left: 6px;
  padding-right: 6px;
}
.posts-slider.simple .slider-item {
  width: 100%;
}
.posts-slider.simple .slider-item .post-info {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: .5em;
}
.posts-slider.simple .slider-item .post-info .post-title {
  font-size: 17px;
}
.posts-slider.simple .slider-item .post-info .post-kicker {
  font-size: 11px;
}
.posts-slider.simple .arrow-holder {
  margin-top: -24px;
  height: auto;
  width: 33px;
}
.posts-slider.simple .arrow-holder .arrow-icon {
  width: 100%;
}
.posts-slider.simple .arrow-holder.left {
  right: 4px;
  left: auto;
  margin-right: 35px;
}
.posts-slider.simple .arrow-holder.left:hover {
  margin-right: 43px;
}
.posts-slider.simple .arrow-holder.right {
  right: 4px;
  left: auto;
  margin-right: 0px;
}
.posts-slider.simple .arrow-holder.right:hover {
  margin-right: -3px;
}

.loader > canvas {
  width: 800px;
  margin: 0 auto;
  display: block;
}

/* ==== NEWS LIST ============================================= */
.news-tweet img,
.tweet-link img {
  border: none;
}

.news-list {
  margin: 0 -15px;
}
.news-list .news-item {
  padding: .75em 0;
}
.news-list .news-item .meta {
  line-height: .875em;
  margin-top: .25em;
}
.news-list .news-item .meta > * {
  display: inline-block;
}
.news-list .news-item .meta > * + *:before {
  content: ' | ';
}
.news-list .news-item .meta img {
  border-bottom: none;
}
.news-list .news-item:before {
  display: none;
}
.news-list .news-item + .news-item {
  border-top: 1px dashed #919396;
}
.news-list .news-item .post-title {
  font-weight: normal;
  color: #29473d;
}
.news-list .news-item .post-title a {
  color: inherit;
}
.news-list .news-item .post-title a:hover {
  color: #d87300;
}
.news-list .column {
  float: left;
  padding: 0 15px;
  margin: 0;
  width: 100%;
}
.news-list .column + .column .news-item:first-child {
  border-top: 1px dashed #919396;
}

/* ==== SERIES LIST ============================================= */
.series-list {
  margin: 2em 0;
}
.series-list .heading {
  border-bottom: 1px solid #b6b7b9;
  padding-bottom: .5em;
  margin-bottom: 1em;
}
.series-list .list > li {
  clear: both;
  padding-bottom: .75em;
}
.series-list .list > li:before {
  position: static;
  width: auto;
  height: auto;
}
.series-list .list > li + li {
  margin-top: .5em;
}
.series-list .list > li + li .info {
  position: relative;
}
.series-list .image {
  float: left;
  width: 210px;
  padding-right: 15px;
}
.series-list .image img {
  border-bottom: 0;
}
.series-list .image + .info {
  padding-left: 210px;
}
.series-list .image + .info:after {
  margin-left: 210px;
}
.series-list .info {
  padding-top: .5em;
}
.series-list .info .name {
  font-size: 18px;
}
.series-list .info .name a {
  color: inherit;
}
.series-list .info .name a:hover {
  color: #d87300;
}
.series-list .info .description {
  color: #6d6e71;
  font-size: 16px;
  line-height: 1.5em;
}

/* ==== FLASHCARD ============================================= */
.flashcard {
  width: auto;
  max-width: 573px;
  height: 346px;
  padding: 15px;
  margin-bottom: 14px;
  margin-top: 1em;
  color: #294239;
  line-height: 2.1em;
  background-image: url(images/flashcard.png);
  overflow: hidden;
}
.flashcard box-sizing
strong {
  color: black;
}
.flashcard h1, .flashcard h2, .flashcard h3 {
  margin: 5px 0px 16px 0px;
  font-size: 22px;
  line-height: 1.3em;
}
.flashcard p {
  font-size: 14px;
  line-height: 1.75em;
}
.flashcard * + p {
  margin-top: .25em;
}
article .flashcard {
  margin-left: -14px;
  margin-right: -14px;
}

.entry-content .flashcard li {
  margin-bottom: 0px;
}

/* ==== NEWS ITEM LIST ============================================= */
.news_item-list {
  margin: 2em 0;
}
.news_item-list .list > li:before {
  display: none;
}
.news_item-list .heading {
  border-bottom: 1px solid #b6b7b9;
  padding-bottom: .5em;
  margin-bottom: 1em;
}
.news_item-list .info {
  padding-top: .5em;
}
.news_item-list .info .title {
  font-size: 18px;
}
.news_item-list .info .title a {
  color: inherit;
}
.news_item-list .info .meta {
  color: #6d6e71;
  font-size: 16px;
  line-height: 1.5em;
}
.news_item-list .info .meta .research-area {
  color: #d87300;
}
.news_item-list .info .meta * {
  line-height: 1em;
  display: inline-block;
}
.news_item-list .info .meta * + * {
  border-left: 1px solid #6d6e71;
  padding-left: 5px;
  margin-left: 2px;
}
.news_item-list .info .meta .twitter-link {
  position: relative;
  top: -2px;
}
.news_item-list.newsletter-list > .newsletter-image {
  float: right;
  position: relative;
  z-index: 1;
  padding: 15px;
  background: #fff;
  margin-right: -15px;
  margin-top: -15px;
}

/* ==== PRESS RELEASE LIST ============================================= */
.list-container {
  margin: 2em 0;
}
.list-container .list > li {
  padding-left: 0;
}
.list-container .list > li:before {
  display: none;
}
.list-container .list > li + li {
  margin-top: 1em;
  position: relative;
}
.list-container .list > li + li:after {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 1px dashed #8b8d90;
  bottom: 100%;
  left: 0;
  margin-bottom: .5em;
}
.list-container .post-meta {
  padding-bottom: .75em;
  color: #666;
}
.list-container .post-meta > * {
  font-size: 12px;
  display: inline-block;
}
.list-container .post-meta > * + * {
  padding-left: 8px;
  border-left: 1px solid #666;
  margin-left: 8px;
}
.list-container .heading {
  border-bottom: 1px solid #b6b7b9;
  padding-bottom: .5em;
  margin-bottom: .5em;
  color: #29473d;
  text-transform: none;
}
.list-container .info {
  padding-top: .25em;
}
.list-container .info .item-number:after {
  content: ') ';
}
.list-container .info .title {
  font-size: 18px;
}
.list-container .info .title a {
  color: inherit;
}
.list-container .info .title a:hover {
  color: #d87300;
}
.list-container .info .subtitle {
  color: #6d6e71;
  font-size: 16px;
  line-height: 1.5em;
}
p + .list-container {
  clear: left;
}

aside .list-container {
  margin: 0;
}

/* ==== Research item list ============================================= */
.post-list.research_item > li {
  padding: .5em 0;
}
.post-list.research_item .meta {
  font-size: 12px;
  line-height: 1em;
  padding: .5em 0 .25em;
}
.post-list.research_item .meta > * {
  display: inline-block;
  margin-right: 10px;
}
.post-list.research_item .meta > * + * {
  border-left: 1px solid #aaa;
  padding-left: 10px;
}
.post-list.research_item .date {
  color: #aaa;
}
.post-list.research_item .post-excerpt {
  color: #6d6e71;
  font-size: 16px;
  line-height: 1.5em;
}
.post-list.research_item .post-excerpt a {
  color: inherit;
}
.post-list.research_item .read-more {
  font-size: 16px;
}

/* ==== RELEASE list ============================================= */
.list-container.release-list .date {
  color: #aaa;
  font-size: 14px;
  margin-bottom: 1em;
}
.list-container.release-list .list > li {
  padding-bottom: 1em;
}

/* ==== "Thin Green Line" Category ============================================= */
.thin-green-line .background-image > img {
  width: 100%;
}
.thin-green-line > .header {
  position: relative;
}
.thin-green-line > .header > .container {
  position: relative;
}
.thin-green-line > .header .breadcrumb-container {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 15px;
  z-index: 1;
}
.thin-green-line > .header .header-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  padding: 70px 15px 20px;
}
.thin-green-line > .header .header-content .container,
.thin-green-line > .header .header-content .tb {
  height: 100%;
}
.thin-green-line .breadcrumb-trail {
  color: #fff;
  font-weight: 300;
}
.thin-green-line .breadcrumb-trail .trail-begin,
.thin-green-line .breadcrumb-trail .trail-item,
.thin-green-line .breadcrumb-trail a {
  color: inherit;
}
.thin-green-line .page-title {
  font-size: 32px;
  color: #fff;
  font-weight: 300;
  text-transform: none;
  font-family: "Open Sans", "Arial";
  border-bottom: 1px solid #73bfa9;
}
.thin-green-line .page-content-outer {
  margin-bottom: 35px;
}
.thin-green-line .series-list-outer {
  background: #f1f9f6;
}
.thin-green-line .news_item-list-outer {
  background: #c7e5dd;
}
.thin-green-line .container {
  position: relative;
}
.thin-green-line .container > .image-container {
  position: absolute;
  top: 0;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}
.thin-green-line .page-content {
  padding-bottom: 0;
}

/* ==== "Our mission" row ============================================= */
.vc_row.our-mission {
  position: relative;
  background-image: url(images/logo-bg.png);
  background-repeat: no-repeat;
  background-position: 10% -15px;
  color: #29473d;
}
.vc_row.our-mission:before {
  content: '';
  width: 84px;
  height: 82px;
  background: url(images/logo-white.png) no-repeat center 15px;
  background-color: inherit;
  width: 162px;
  height: 162px;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 50%;
  margin-left: -81px;
  margin-top: 0;
}

/* ==== USER LIST ============================================= */
.user-list {
  margin: 1.5em -10px;
}
.user-list .heading {
  margin-left: 10px;
  margin-right: 10px;
}
.user-list .heading a {
  color: inherit;
}
.user-list .list {
  margin-top: 0;
  padding: 0 10px;
}
.user-list .list.left-side, .user-list .list.right-side {
  float: left;
  width: 50%;
}

.user-list-full img {
  margin-bottom: 5px;
}
.user-list-full .item {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

/* ==== MODAL BOX ============================================= */
.modal-box {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  padding-left: 15px;
  padding-right: 15px;
}
.modal-box > .tb {
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
.modal-box .box-content {
  margin: 0 auto;
  width: 355px;
  max-width: 100%;
  padding: 1em 30px 0;
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
}
.modal-box .box-content .close-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
}
.modal-box .box-content .heading {
  margin-bottom: 1em;
}

#twitter-follow .box-content {
  padding-bottom: 1em;
}

#email-popup {
  padding-left: 30px;
  padding-right: 30px;
}
#email-popup .box-content {
  padding-top: 2em;
  width: 600px;
  max-width: 100%;
}
#email-popup .box-content .heading {
  font-size: 18px;
}
#email-popup .heading .title {
  font-style: italic;
}
#email-popup .heading .title:before, #email-popup .heading .title:after {
  content: '"';
}

/* ==== SEARCH RESULTS ============================================= */
.search-list-container .post-title {
  margin-bottom: .25em;
}
.search-list-container .post-title > a {
  color: inherit;
}
.search-list-container .post-excerpt img {
  max-width: 100px;
}
.search-list-container .matched-string {
  background: #d87300;
  color: #fff;
  font-weight: normal;
}

body.search .breadcrumb-container .query:before, body.search .breadcrumb-container .query:after {
  content: '"';
}

/* ==== PAGINATION ============================================= */
.pagination {
  font-size: 18px;
  margin: 2em 0 2em;
}
.pagination .page-numbers {
  color: #73bfa9;
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
}
.pagination .page-numbers.current {
  background: #73bfa9;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}

/* ==== SHARE ICONS ============================================= */
.generated-blockquote {
  position: relative;
}
.generated-blockquote .tweet-link {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 15px .5em;
}

.share-icons-container {
  text-align: center;
  margin: 1.5em 0 4em;
  clear: both;
}
.share-icons-container .title {
  margin: 1em 0;
}
.share-icons-container #email-sharing-form {
  display: none;
}

.share-icons {
  height: 26px;
  border-bottom: 1px solid #73bfa9;
}
.share-icons > li {
  display: inline-block;
}
.share-icons > li:before {
  display: none;
}
.share-icons > li + li {
  margin-left: 10px;
}
.share-icons > li > a {
  display: block;
  width: 53px;
  height: 54px;
  background: no-repeat center top;
  text-indent: -1000em;
}
.share-icons > li > a:hover {
  background-position: center bottom;
}
.share-icons > li.facebook > a {
  background-image: url(images/icon-fb-share-sprite.png);
}
.share-icons > li.twitter > a {
  background-image: url(images/icon-twitter-share-sprite.png);
}
.share-icons > li.google-plus {
  position: relative;
}
.share-icons > li.google-plus > a {
  background-image: url(images/icon-google-share-sprite.png);
}
.share-icons > li.google-plus > div {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.share-icons > li.google-plus > div > iframe {
  width: 100% !important;
  height: 100% !important;
}
.share-icons > li.print > a {
  background-image: url(images/icon-print-share-sprite.png);
}
.share-icons > li.email > a {
  background-image: url(images/icon-email-share-sprite.png);
}
.share-icons > li.google-plus > a, .share-icons > li.print > a, .share-icons > li.email > a {
  background-color: #fff;
  border-radius: 50%;
}

/* ==== NEWSLETTER PREVIEW ============================================= */
.page-template-tpl-daily-newsletter .featured-image {
  float: right;
  width: 200px;
}
.page-template-tpl-daily-newsletter .featured-image ~ * {
  margin-right: 230px;
}

/* ==== NEWS PAGE ============================================= */
.series-nav {
  font-size: 18px;
  margin: 2em 0 4em;
}
.series-nav .nav-previous,
.series-nav .nav-next {
  float: left;
  width: 50%;
}
.series-nav .nav-next {
  text-align: right;
}
.series-nav a {
  color: #73bfa9;
}

/* ==== SUBSCRIPTION FORM ============================================= */
.subscribe-form {
  line-height: 1em;
  width: 580px;
  margin: 1.5em auto 0;
  max-width: 100%;
  padding: 1em 30px;
  border: 1px solid #efefef;
}
.subscribe-form:after, .subscribe-form:before {
  content: '';
  display: table;
  clear: both;
}
.subscribe-form input[type="checkbox"] {
  position: relative;
  margin-top: 1em;
  clear: both;
}
.subscribe-form input[type="checkbox"] + label {
  cursor: pointer;
  clear: both;
  padding-left: 5px;
  line-height: 1.25em;
}
.subscribe-form h3 {
  font-size: 18px;
  color: #29473d;
}
.subscribe-form p {
  margin-top: 0.5em;
}
.subscribe-form p:after, .subscribe-form p:before {
  content: '';
  display: table;
  clear: both;
}
.subscribe-form p .paired-fields {
  width: 50%;
  float: left;
  padding: 0 5px;
}
.subscribe-form p .paired-fields select {
  width: 100%;
}
.subscribe-form p .paired-fields label {
  font-size: 14px;
  display: block;
}
.subscribe-form p > label {
  display: inline-block;
  padding-right: 5px;
  font-size: 18px;
  color: #73bfa9;
  display: block;
}
.subscribe-form p > input {
  width: 100%;
}
.subscribe-form input, .subscribe-form select {
  max-width: 100%;
}
.subscribe-form .submit-button {
  margin-top: 2em;
  clear: both;
  float: left;
}
.subscribe-form .hidden-field {
  display: none;
}
.subscribe-form .pair-title {
  display: block;
  font-size: 18px;
  color: #73bfa9;
  padding-top: 1em;
  clear: both;
}
.subscribe-form .pair-title + p {
  margin-left: -5px;
  margin-right: -5px;
}
.subscribe-form p.explanation {
  font-style: italic;
  font-size: 14px;
  margin-bottom: 1.5em;
}
.subscribe-form p.explanation + .form-error {
  margin-bottom: 2em;
}
.subscribe-form .form-error {
  position: relative;
  padding-bottom: 1em;
  clear: both;
  border: 2px solid #d87300;
  margin: 0 -10px;
  padding: 1em 10px;
}
.subscribe-form .form-error + .form-error {
  margin-top: 1em;
}
.subscribe-form .form-error label {
  color: #d87300;
}
.subscribe-form .form-error .error-notice {
  color: #d87300;
  background: transparent;
  font-style: italic;
  top: 100%;
  right: 0;
  display: block;
  margin-bottom: .5em;
}
.subscribe-form p.explanation {
  font-style: italic;
  font-size: 14px;
  margin-bottom: 1.5em;
}
.subscribe-form p.explanation + .form-error {
  margin-bottom: 2em;
}
.subscribe-form .form-error1 {
  position: relative;
  padding-bottom: 1em;
  clear: both;
}
.subscribe-form .form-error1 label {
  color: #d87300;
}
.subscribe-form .form-error1 .error-notice {
  color: #d87300;
  font-style: italic;
  position: absolute;
  top: 100%;
  right: 0;
}

.entry-title {
  font-size: 22px;
}

.submission-error {
  color: #d87300;
  font-style: italic;
  margin: 1em 0;
}

.subscribe-form.enter-email > input {
  width: 47.5%;
  float: left;
}
.subscribe-form.enter-email > input:first-child {
  line-height: 1.75em;
  padding-left: 10px;
  padding-right: 10px;
}
.subscribe-form.enter-email > input + input {
  margin: 0 0 0 5%;
}
.subscribe-form.enter-email .submit-button {
  clear: none;
}

/* ==== DOWNLOAD BUTTON ============================================= */
body .downloadbutton {
  margin-top: 1em;
}
body .downloadbutton:before {
  content: 'DOWNLOAD: ';
}

/* ==== MAILCHIMP SIGN-UP ============================================= */
.list-signup-button {
  margin-top: 1.5em;
}
.list-signup-button .signup-form {
  display: none;
  border: 1px solid #ccc;
  max-width: 400px;
  margin-top: 1em;
  padding: 1em 20px;
}
.list-signup-button .signup-form .description {
  font-size: 14px;
  font-style: italic;
  margin-bottom: .5em;
}
.list-signup-button .signup-form .checkbox-row {
  padding: .25em 0;
}
.list-signup-button .signup-form .checkbox-row input[type="checkbox"] {
  margin-right: 5px;
  position: relative;
}
.list-signup-button.align-center {
  text-align: center;
}
.list-signup-button.align-center .signup-form {
  text-align: left;
}
.list-signup-button.align-right {
  text-align: right;
}
.list-signup-button.align-right .signup-form {
  text-align: left;
}

body #mc_embed_signup {
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid #efefef;
  padding: 30px;
}
body #mc_embed_signup h4 {
  margin-top: 0;
  margin-bottom: .5em;
}
body #mc_embed_signup .field-row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 1em;
}
body #mc_embed_signup .field-row > .mc-field-group {
  width: 50%;
  float: left;
  padding: 0 15px;
  clear: none;
}
body #mc_embed_signup .mc-field-group {
  padding-bottom: 15px;
}
body #mc_embed_signup .mc-field-group.input-group ul > li {
  position: relative;
}
body #mc_embed_signup .mc-field-group.input-group ul > li:before {
  display: none;
}
body #mc_embed_signup .mc-field-group input[type="checkbox"] {
  position: absolute;
  top: .4em;
  left: 0;
}
body #mc_embed_signup .mc-field-group input[type="checkbox"] + label {
  padding-left: 25px;
}
body #mc_embed_signup .mc-field-group input[type="email"],
body #mc_embed_signup .mc-field-group input[type="text"] {
  padding: 13px 10px;
  border-radius: 0;
  border-color: #73bfa9;
}
body #mc_embed_signup .mc-field-group input[type="email"]:focus,
body #mc_embed_signup .mc-field-group input[type="text"]:focus {
  border-color: #333;
}
body #mc_embed_signup .divider-text {
  padding-top: .5em;
  display: block;
  font-size: .75em;
  font-style: italic;
}
body #mc_embed_signup .button {
  background: #73bfa9;
  border-radius: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  height: auto;
  font-weight: normal;
}
body #mc_embed_signup form {
  padding: 0;
}
body #mc_embed_signup .asterisk {
  color: #d87300;
}
body #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border-color: #d87300;
}
body #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  color: #d87300;
}
body #mc_embed_signup div#mce-responses {
  margin: 0;
  padding: 0;
}
body #mc_embed_signup div.response {
  background: #73bfa9;
  color: #fff;
  padding: 15px 30px;
}
body #mc_embed_signup div.response a {
  color: #fff;
  text-decoration: underline;
}
body #mc_embed_signup #mce-success-response {
  color: #fff;
}
body #mc_embed_signup #mce-error-response {
  background: #d87300;
  color: #fff;
}

/* ==== MISC ============================================= */
.max-width-container {
  margin: 0 auto;
}

.button {
  background: transparent;
  border: 1px solid #73bfa9;
  color: #73bfa9;
  display: inline-block;
  padding: 1.125em 35px;
  text-transform: uppercase;
  font-family: "Montserrat", "Arial";
  font-size: 13px;
  margin: 0 5px .5em 0;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.button:hover, .button:focus {
  background-color: #73bfa9;
  color: #fff;
}
.button.color-custom {
  border-color: #414042;
}
.button.color-custom:hover, .button.color-custom:focus {
  color: #fff !important;
  background-color: #414042;
}
.button.color-green {
  border-color: #29473d;
  color: #29473d;
}
.button.color-green:hover, .button.color-green:focus {
  background-color: #29473d;
  color: #fff;
}
.button.color-orange {
  border-color: #d87300;
  color: #d87300;
}
.button.color-orange:hover, .button.color-orange:focus {
  background-color: #d87300;
  color: #fff;
}
.button.reverse {
  border-color: #fff;
  color: #fff;
}
.button.reverse:hover, .button.reverse:focus {
  background: #fff;
  color: #73bfa9;
}
.button.reverse.color-orange:hover, .button.reverse.color-orange:focus {
  background: #fff;
  color: #d87300;
}
.button.reverse.color-green:hover, .button.reverse.color-green:focus {
  background: #fff;
  color: #29473d;
}
.button.full-width {
  display: block;
  text-align: center;
}
+ .button p, + .button ul, + .button ol {
  margin-top: 1em;
}
.button.type-solid {
  background: #73bfa9;
  color: #fff;
}
.button.type-solid:hover, .button.type-solid:focus {
  background: #62b79e;
}
.button.type-solid.color-green {
  background-color: #29473d;
}
.button.type-solid.color-green:hover, .button.type-solid.color-green:focus {
  background: #20372f;
}
.button.type-solid.color-orange {
  background-color: #d87300;
}
.button.type-solid.color-orange:hover, .button.type-solid.color-orange:focus {
  background: #bf6500;
}

.call-to-action {
  background: #73bfa9;
  color: #fff;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.call-to-action .tb {
  width: 100%;
}
.call-to-action .container {
  margin: 0 -15px;
  padding-left: 15px;
  padding-right: 15px;
}
.call-to-action.color-green {
  background: #29473d;
}
.call-to-action.color-orange {
  background: #d87300;
}
.call-to-action .text {
  font-size: 26px;
  padding-right: 15px;
  display: block;
  line-height: 1.33em;
}
.call-to-action .button-container {
  width: 195px;
}
.call-to-action .button-container .button {
  font-size: 14px;
  margin: 0;
}

.content-box {
  border: 2px solid #73bfa9;
  padding: 2em 30px;
  text-align: center;
  width: 50%;
  margin-right: 15px;
  float: left;
  position: relative;
  z-index: 1;
}
.content-box.color-green {
  border-color: #29473d;
}
.content-box.color-orange {
  border-color: #d87300;
}
.content-box .button-container {
  margin-top: 1.5em;
}
.content-box.type-solid {
  background-color: #73bfa9;
  color: #29473d;
}
.content-box.type-solid.color-green {
  background-color: #29473d;
  color: #fff;
}
.content-box.type-solid.color-orange {
  background-color: #d87300;
}

.menu-button .open-text,
.menu-button .close-text {
  padding-left: 5px;
}
.menu-button .close-text {
  display: none;
}
.menu-button.active .open-text {
  display: none;
}
.menu-button.active .close-text {
  display: inline-block;
}

.menu-icon {
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  width: 24px;
  height: 16px;
  display: inline-block;
}
.menu-icon > * {
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  border-top: 3px solid #fff;
  border-top-color: inherit;
  width: 100%;
  transition: 0.55s;
}
.menu-icon > .top {
  top: 0;
}
.menu-icon > .middle {
  top: 50%;
  margin-top: -1px;
}
.menu-icon > .bottom {
  top: 14px;
  margin-bottom: -1px;
}
.menu-icon .close-text {
  display: none;
}
.menu-button.active .menu-icon > .top,
.menu-button.active .menu-icon > .bottom, .menu-icon.active > .top,
.menu-icon.active > .bottom {
  backface-visibility: hidden;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.menu-button.active .menu-icon > .top, .menu-icon.active > .top {
  top: 7px;
  -moz-transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}
.menu-button.active .menu-icon > .middle, .menu-icon.active > .middle {
  opacity: 0;
}
.menu-button.active .menu-icon > .bottom, .menu-icon.active > .bottom {
  top: 7px;
  -moz-transform: rotate(-410deg);
  -webkit-transform: rotate(-410deg);
  -o-transform: rotate(-410deg);
  -ms-transform: rotate(-410deg);
  transform: rotate(-410deg);
}

.vc_row.match-heights .wpb_single_image {
  display: table;
  width: 100%;
}
.vc_row.match-heights .wpb_single_image > .wpb_wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.hidden-meta {
  display: none !important;
}

.time-taken {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 1em 30px;
}
