/*
Theme Name: hypothesis
Description: Hypothisis, a child theme for the Avada theme
Author: Hypothesis
Author URI: https://hypothes.is
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/* Global */
/* Global: Tags */
a {
  color: #bd1c2b !important;
}

a:hover {
  text-decoration: underline !important;
}

body {
  color: #202020 !important;
  font-family: "Lato Latin", Arial, Helvetica, sans-serif !important;
  font-weight: 300 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit !important;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1 {
  font-weight: 800 !important;
}

h2 {
  font-weight: 700 !important;
}

h3 {
  font-weight: 500 !important;
}

header {
  margin: 0 0 4em 0;
}

pre, code {
  white-space: pre-wrap;
  /* webkit */
  word-break: break-all;
  word-wrap: break-word;
}


/* Global: Classes */
.fusion-alignleft {
  width: auto !important;
}

.fusion-page-title-bar {
  max-width: 1220px;
  margin: 0 auto;
}

/* Page Title: span full width */
.fusion-page-title-captions {
  width: 100%;
}

.pagination, .pagination-prev, .pagination-next {
  font-size: 1em !important;
  margin: 0;
  text-transform: uppercase;
}

.pagination-prev:before {
  color: inherit;
  margin-left: -1em;
}

.pagination-next:after {
  color: inherit;
  margin-right: -1em;
}


/* Global: IDs */
#main {
  max-width: 1220px;
  margin: 0 auto;
}

#sidebar .widget-title {
  font-size: 1.4em;
  margin-bottom: .2em;
}

#wpadminbar a {
  color: #eeeeee !important;
}

#wpadminbar a:hover {
  color: #00b9eb !important;
  text-decoration: none !important;
}


/* Buttons */
.fusion-button,
.hkb_widget_exit__btn,
.ht-voting-upvote,
.ht-voting-downvote,
.hkb-meta__usefulness,
.hkb-meta__views,
.ht-voting-comment__submit
{
  border-radius: 3px !important;
  color: #ffffff !important;
  font-size: .8em !important;
  font-weight: 400 !important;
  letter-spacing: .1em !important;
  margin: 0 !important;
  padding: 1em 1.2em !important;
  text-transform: uppercase !important;
}

.hkb-meta__usefulness,
.hkb-meta__views
{
  margin: 0 0 0 5px !important;
  padding: 6px !important;
}

.hkb-meta__views:before {
  color: #fff !important;
}

a.fusion-button {
  text-decoration: none !important;
}

a.hyp-button-black,
button.hyp-button-black,
a.ht-voting-upvote:hover,
a.ht-voting-downvote:hover,
a.hkb_widget_exit__btn:hover,
li.hkb-meta__usefulness:hover,
li.hkb-meta__views:hover,
button.ht-voting-comment__submit:hover
{
  background-color: #202020 !important;
}

a.hyp-button-black:hover,
button.hyp-button-black:hover
{
  background-color: #bd1c2b !important;
}

a.hyp-button-gray,
button.hyp-button-gray,
a.ht-voting-downvote,
li.hkb-meta__views
{
  background-color: #b8b8b8 !important;
}

a.hyp-button-gray:hover,
button.hyp-button-gray:hover
{
  background-color: #bd1c2b !important;
}

a.hyp-button-red,
button.hyp-button-red,
a.hkb_widget_exit__btn,
a.ht-voting-upvote,
li.hkb-meta__usefulness,
.ht-voting-comment__submit
{
  background-color: #bd1c2b !important;
}

a.hyp-button-red:hover,
button.hyp-button-red:hover
{
  background-color: #b8b8b8 !important;
}


/* Circles */
.h-number-circle {
  align-items: center;
  background: #bd1c2b;
  border-radius: 50%;
  display: flex !important;
  height: 3.7em;
  justify-content: center;
  width: 3.7em;
}

.h-number-circle > div {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 700;
}


/* Components */
.h-emphasis {
  color: #bd1c2b;
}

.h-cta-text {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.3;
  padding: .3em 0 0 0;
}

.h-h1-subhead {
  color: #202020;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.3;
  margin: 0 0 30px 0;
}

.h-h2-subhead {
  color: #202020;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.3;
  margin: 0 0 30px 0;
}

.h-h1-subhead a, .h-h2-subhead a, .h-cta-text a {
  font-weight: 400;
}

.h-h1-subhead a:hover, .h-h2-subhead a:hover, .h-cta-text a:hover {
  text-decoration: underline !important;
}

.h-input[type=email] {
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  font-size: 4em !important;
  margin: 0 auto;
  outline: none;
  padding: 14px 20px;
}


/* Component: Benefits */
.h-benefits {
  display: flex;
  flex-direction: column;
  margin-bottom: 4em;
  margin-top: 3em;
}

.h-benefits-item {
  margin-top: 3em;
  width: 60%;
}

.h-benefits-item:nth-child(1) {
  margin-top: 0;
  margin-left: 3em;
}

.h-benefits-item:nth-child(2){
  margin-left: 6em;
}

.h-benefits-item:nth-child(3){
  margin-left: 9em;
}

.h-benefits-item:nth-child(4){
  margin-left: 12em;
}

.h-benefits-text {
  font-size: 1.1em;
}


/* Component: Boxes and Cards */
.h-box,
.h-card {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.02);
}

/* in rows of boxes, prevent boxes from narrowing with window */
.h-boxes .h-box {
  float: left;
  margin-right: 35px !important;
  width: 255px;
}

.h-boxes .h-box .content-container > div:first-of-type {
  margin-bottom: 1em !important;
}

.h-box .fusion-clearfix,
.h-card .fusion-clearfix {
  padding: 0;
}

.h-box .heading,
.h-box .fusion-column,
.h-card .fusion-column,
.h-card .heading,
.h-card i,
.h-card .icon,
.h-card img {
  margin: 0 !important;
}

.h-card .icon,
.h-card .image {
  padding: 1em 0 !important;
}

.h-box .col,
.h-card .col {
  padding: 0 !important;
}

.h-box .heading,
.h-card .heading {
  text-align: left !important;
  width: 100%;
}

.h-box .heading {
  border-bottom: 1px solid #dbdbdb;
  padding: .5em 1em;
}

.h-card .heading {
  padding: 0 1em .5em 1em;
}

.h-box .content-box-heading,
.h-card .content-box-heading {
  font-weight: 500 !important;
  line-height: 1.3 !important;
}

.h-box .content-box-heading,
.h-box .heading-link .content-box-heading {
  color: #bd1c2b !important;
  font-size: .9em !important;
  letter-spacing: 1.3px !important;
  text-transform: uppercase;
}

.h-card .content-box-heading {
  font-size: 1.1em !important;
}

.h-box .heading-link,
.h-box .fusion-read-more,
.h-card .heading-link,
.h-card .fusion-read-more,
.h-tabs .fusion-read-more {
  text-decoration: none !important;
}

.h-box .heading:hover,
.h-box .heading:hover ~ .fusion-read-more,
.h-box .heading:hover ~ .fusion-read-more:after,
.h-box .heading .content-box-heading:hover,
.h-box .fusion-read-more:hover,
.h-box .fusion-read-more:hover:after,
.h-box .link-area-link-icon-hover .heading-link .content-box-heading,
.h-box .link-area-link-icon-hover .fusion-read-more,
.h-box .link-area-link-icon-hover .fusion-read-more:after,
.h-box .link-area-box-hover .heading-link .content-box-heading,
.h-box .link-area-box-hover .fusion-read-more,
.h-box .link-area-box-hover .fusion-read-more:after,
.h-card .heading:hover ~ .fusion-read-more,
.h-card .heading:hover ~ .fusion-read-more:after,
.h-card .content-container:hover ~ .fusion-read-more,
.h-card .content-container:hover ~ .fusion-read-more:after,
.h-card .fusion-read-more:hover,
.h-card .fusion-read-more:hover:after,
.h-tabs .fusion-read-more:hover,
.h-tabs .fusion-read-more:hover:after {
  color: #999999 !important;
}

.h-box .link-area-link-icon-hover > .heading > .content-box-heading {
  color: #bd1c2b !important;
}

.h-box .link-area-link-icon-hover .fusion-read-more-button,
.h-box .link-area-box-hover .fusion-read-more-button {
  background: #999999 !important;
}

.h-box .content-container,
.h-card .content-container {
  overflow: auto;
  text-align: left !important;
}

.h-box .content-container {
  margin: 0 !important;
  padding: 1em !important;
}

.h-card .content-container {
  margin: 0 .6em .5em 1em !important;
}

/* Fusion Content Boxes: Text Links */
.h-box .link-type-text .fusion-read-more,
.h-card .link-type-text .fusion-read-more,
.h-tabs .link-type-text .fusion-read-more {
  border-top: 1px solid #dbdbdb;
  font-size: .9em;
  font-weight: 500;
  letter-spacing: 1.3px;
  padding: .5em 1em;
  text-align: left !important;
  text-transform: uppercase;
  width: 100%;
}

.h-box .link-type-text .fusion-read-more:after,
.h-card .link-type-text .fusion-read-more:after,
.h-tabs .link-type-text .fusion-read-more:after {
  font-size: 1.4em;
  font-weight: 900;
  right: 12px;
}

/* Fusion Content Boxes: Buttons */
.h-box .link-type-button .fusion-read-more-button,
.h-card .link-type-button .fusion-read-more-button,
.h-tabs .link-type-text-button .fusion-read-more-button {
  margin: 0 0 1em 0 !important;
  top: 0 !important;
}

.h-box ul {
  list-style-type: disc !important;
  padding: .5em .5em .5em 1.5em !important;
}

.h-box li {
  color: #202020;
  display: list-item !important;
}

.h-tabs.h-use-cases .tab-pane.active {
  display: flex !important;
  justify-content: space-between;
}

.h-tabs.h-use-cases .tab-pane.active > *:first-of-type {
  width: 30%;
}

.h-tabs.h-use-cases .tab-pane.active > * {
  width: 66%;
}


/* Component: Categories */
.widget_categories {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.02);
  font-size: .9em;
  margin: 0;
  padding: 0;
}

.widget_categories .widget-title {
  border-bottom: 1px solid #d8d8d8;
  color: #bd1c2b !important;
  font-size: inherit !important;
  font-weight: 500 !important;
  letter-spacing: 1.3px !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  padding: .5em 1em !important;
  text-transform: uppercase !important;
}

.widget_categories form {
  margin: 1em !important;
  padding: 0 !important;
}

.widget_categories select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-family: inherit;
  font-size: inherit;
  height: 2.4em;
  letter-spacing: 1.3px;
  padding: .5em;
}

.widget_categories .select-arrow {
  color: #bd1c2b !important;
  font-size: 1.1em !important;
  height: auto !important;
}


/* Component: Partners */
.h-partners a {
  color: #202020 !important;
  text-decoration: none !important;
}

.h-partners a:hover {
  color: #bd1c2b !important;
  text-decoration: underline !important;
}

.h-partners.logos {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.h-partners.nologos {
  display: flex;
  flex-flow: column wrap;
  margin: 1em;
}

.h-partners-intro {
  margin: 1em 1em 0 1em;
}

.h-partners.logos .h-partner {
  margin: 1em;
  text-align: center;
  width: 180px;
}

.h-partners.nologos .h-partner {
  display: list-item;
  margin: .1em 1em;
}

.h-partners .h-partner-logo {
  float: none;
  margin: 0 0 .4em 0;
}

.h-partners.logos .h-partner-label {
  font-size: .7em;
}

.h-partners.nologos .h-partner-label {
  font-size: .8em;
}

@media (max-width: 450px) {
  .h-partner-logo {
    float: none;
    margin: 0 0 1em 0;
  }
}


/* Component: Search Form */
.widget_search input[type="search"],
.widget_search input[type="text"],
.hkb-site-search__field
{
  border: 1px solid #d8d8d8 !important;
  border-right: none !important;
  border-radius: 3px 0 0 3px !important;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.02) !important;
  font-family: inherit !important;
  font-size: .9em !important;
  height: 38px !important;
  letter-spacing: 1.3px !important;
  margin: 0 !important;
  outline: none !important;
}

.hkb-site-search__button {
  color: #ffffff !important;
  font-family: inherit !important;
  font-size: .8em !important;
  letter-spacing: .1em !important;
  margin: 0 !important;
  outline: none !important;
  padding: 1em 1.2em !important;
  text-transform: uppercase;
}

.widget_search input[type="submit"],
.hkb-site-search__button
{
  background: #bd1c2b !important;
  border: 1px solid #bd1c2b !important;
  border-radius: 0 3px 3px 0 !important;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.02) !important;
}

.widget_search input[type="submit"] {
  height: 38px !important;
  width: 38px !important;
}

.widget_search input[type="submit"]:hover,
.hkb-site-search__button:hover
{
  background: #202020 !important;
  border: 1px solid #202020 !important;
}


/* Component: Funding */
.h-funding {
  margin: 4em;
}

.h-funding-post {
  align-items: flex-start;
  display: flex;
  margin: 0 0 4em 0;
}

.h-funding-image {
  display: flex;
  justify-content: center;
  width: 130px;
}

.h-funding-body {
  flex: 1;
  margin: 0 2em;
}

.h-funding-title h3 {
  font-size: 1.4em;
}

.h-funding-amount, .h-funding-date {
  font-weight: 700;
  margin: 0 0 .3em 0;
}

.h-tabs .h-funding-date {
  display: none;
}

.h-funding-excerpt {
  font-style: italic;
}


/* Component: News */
.h-news article {
  margin: 0 !important;
}

.h-news article:last-of-type p {
  margin: 0 !important;
}

.h-news .entry-title {
  font-size: 1.1em !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.h-news .post a {
  color: #202020 !important;
}

.h-news .post a:hover {
  color: #bd1c2b !important;
  text-decoration: none !important;
}

.h-tabs .h-news {
  margin: 1em;
}

/* Component: Press */
.h-press-post {
  display: flex;
  margin: 2em 0 4em 0;
}

.h-press-image {
  width: 20%;
}

.h-press-image img {
  width: 100%;
}

.h-press-body {
  flex: 1;
  margin: 0 2em;
}

.h-press-title {
  font-weight: 700;
}

.h-press-date {
  font-weight: 400;
}

.h-press-excerpt {
  font-style: italic;
}


/* Component: Proxy */
.h-quick-annotate-container {
  display: none;
  width: 100%;
  padding: 20px 5px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dedede;
  position: relative;
  z-index: 10000001;
}

.h-quick-annotate-form {
  display: flex;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  border-right: none;
  max-width: 1220px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.h-quick-annotate-input {
  border: none !important;
  max-width: 91%;
  flex: 1;
  font-size: 1em !important;
  font-family: inherit;
  letter-spacing: 1.3px !important;
  outline: none;
  padding: 0 10px;
}

.h-quick-annotate-button {
  border-radius: 0 3px 3px 0 !important;
}

.h-quick-annotate-icon {
  margin: 0 0 0 10px;
  height: 22px;
  width: 22px;
}

.h-dim {
  display:none;
  position: fixed;
  width:100%;
  height:100%;
  background-color: white;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  opacity: .8;
  filter:alpha(opacity=80);
  -moz-opacity:0.80;
  z-index: 1000000;
  cursor: pointer;
}

.h-hide {
  display: none;
}

.h-qa-form-show {
  display: block;
}


/* Component: Subscription */
.h-subscription {
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.02);
  margin: 0;
  padding: 0;
}

.h-subscription-header {
  border-bottom: 1px solid #d8d8d8;
  color: #bd1c2b;
  font-size: .9em;
  font-weight: 500;
  letter-spacing: 1.3px;
  padding: .5em 1em;
  text-transform: uppercase;
}

.h-subscription form {
  background: #ffffff;
  display: flex;
  font-size: .9em;
  justify-content: flex-start;
  margin: 1em;
}

.h-subscription input[type="email"] {
  border: 1px solid #d8d8d8;
  border-right: none;
  border-radius: 3px 0 0 3px;
  font-family: inherit !important;
  font-size: 1em !important;
  height: 38px !important;
  letter-spacing: 1.3px;
  margin: 0 !important;
  outline: none;
}

.h-subscription button {
  border: 1px solid #bd1c2b;
  border-radius: 0 3px 3px 0 !important;
  font-family: icomoon !important;
  font-size: 1.6em !important;
  letter-spacing: -3px !important;
  padding: 0 0 2px 0 !important;
  width: 46px !important;
}

.h-subscription button:hover {
  background: #202020 !important;
  border: 1px solid #202020 !important;
}

.h-subscription .fusion-social-networks-wrapper {
  display: flex;
  margin: 0 .8em .8em .8em !important;
}

.h-subscription .fusion-social-network-icon {
  color: #7a7a7a !important;
  font-size: 22px !important;
  margin: auto !important;
}

.h-subscription .fusion-social-network-icon:hover {
  color: #bd1c2b !important;
  text-decoration: none !important;
}


/* Component: Tabs */
.h-tabs {
  border: 1px solid #dbdbdb !important;
  border-top: none !important;
  border-radius: 3px 3px 0 0 !important;
  box-shadow: 3px 3px 0 0 rgba(124, 0, 0, 0.02) !important;
}

.h-tabs .nav-tabs li {
  border: 1px solid #dbdbdb !important;
  border-left: none !important;
  margin: 0 !important;
  vertical-align: middle !important;
}

.h-tabs .nav-tabs li:last-of-type {
  border-right: none !important;
}

.h-tabs .nav-tabs li.active {
  border-bottom: none !important;
}

.h-tabs .nav-tabs li .tab-link {
  border: none !important;
}

.h-tabs .nav-tabs li a {
  background-color: #ffffff !important;
  margin: 0 !important;
  padding: .5em 1em !important;
}

.h-tabs .nav-tabs li a:hover {
  color: #bd1c2b !important;
  text-decoration: none !important;
}

.h-tabs .nav-tabs li a:hover .fusion-tab-heading {
  color: #bd1c2b !important;
}

.h-tabs .nav-tabs li.active a .fusion-tab-heading {
  color: #bd1c2b !important;
}

.h-tabs .fusion-tab-heading {
  color: #7a7a7a !important;
  font-size: .9em !important;
  font-weight: 500 !important;
  letter-spacing: 1.3px !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.h-tabs .tab-content {
  margin: 0 !important;
}


/* Component: Practices */
.h-practices {
  background-color: #b8b8b8;
  color: white;
  font-size: .9em;
  font-weight: 600;
  letter-spacing: .1em;
  margin: 2em 0 0 0;
  padding: .5em;
  text-align: center;
  text-transform: uppercase;
}

.h-practices a {
  color: white !important;
}


/* Component: Footer */
footer .fusion-columns {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

footer .fusion-column {
  padding: 0 2em 2em 0;
  width: auto;
}

footer .fusion-column-last {
  padding: 0 0 2em 0;
}

footer .fusion-columns .fusion-clearfix {
  width: 100%;
}

.fusion-footer-widget-area {
  background-color: #f8f8f8!important;
  border-color: #f8f8f8 !important;
  border-top-width: 0 !important;
  padding: 2em 2em 0 2em !important;
}

.fusion-footer-widget-area .widget_nav_menu .widget-title {
  font-size: .9em !important;
  font-weight: 600 !important;
  letter-spacing: .1em !important;
  margin: 0 0 1em 0;
}

.fusion-footer-widget-area .widget_nav_menu li {
  border: none;
  font-size: .9em !important;
  font-weight: 500 !important;
  padding: 0 0 1em 0;
}

.fusion-footer-widget-area .widget_nav_menu li a {
  color: #7a7a7a !important;
}

.fusion-footer-widget-area .widget_nav_menu li a:hover {
  color: #bd1c2b !important;
}

.fusion-footer-widget-area .widget_nav_menu li a:before {
  content: none;
}


/* Component: Menus */
/* Menu: Main */
.fusion-main-menu {
  margin: 0;
}

.menu-item a {
  color: #202020 !important;
}

.menu-item a:hover {
  color: #bd1c2b !important;
  text-decoration: none !important;
}

/* Menu: Main: Proxy Modal */
#menu-item-7349 a {
  color: #bd1c2b !important;
}

#menu-item-7349 a:hover {
  color: #202020 !important;
}

/* Menu: Main: Log In */
#menu-item-7350 {
  margin-left: 70px;
}

/* Menu: Main: Get Started */
#menu-item-7353 a {
  padding: 0;
}

#menu-item-7353 a .fusion-button {
  background-color: #202020;
}

#menu-item-7353 a:hover .fusion-button {
  background-color: #bd1c2b;
}

/* Menu: Main: Submenus */
.sub-menu {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  top: 70px;
  width: auto !important;
}

.sub-menu li {
  margin: 0 0 0 0 !important;
}

.sub-menu a:hover {
  color: #bd1c2b !important;
  text-decoration: none;
}


/* Component: Use Cases */
.h-tabs.h-use-cases .tab-pane {
  margin: 1.6em 2em 2em 2em !important;
  overflow: auto;
}


/* Pages */
/* Page: Home: About */
.h-product-intro, .h-use-cases-intro, .h-about-intro, .h-get-started {
  margin: 10em 0 0 0;
}

.h-product, .h-use-cases, .h-about, .h-about-cta {
  margin: 1em 0 0 0;
}

.h-about-item {
  display: flex;
  justify-content: flex-start;
}

.h-about-icon i {
  float: none !important;
}

.h-about-text {
  font-size: 1.1em;
  font-weight: 300;
}


/* Help */
.hkb_widget_exit {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-direction: column; /* Safari */
  flex-direction: column;
}

.hkb_widget_exit__content {
  margin-bottom: 20px;
}

.hkb_widget_exit__btn {
  -webkit-align-self: center; /* Safari */
  align-self: center;
}

a.hkb_widget_exit__btn,
a.ht-voting-upvote,
a.ht-voting-downvote
{
  text-decoration: none !important;
}

.ht-voting-comment__textarea
{
  border: 1px solid #d8d8d8 !important;
  border-radius: 3px !important;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.02) !important;
  font-family: inherit !important;
  font-size: .9em !important;
  letter-spacing: 1.3px !important;
  outline: none !important;
  padding: 1em !important;
}

.ht-voting-comment__submit
{
  border: none;
}


/* Ninja Forms */
/* Hide progress bar until file upload begins */
.nf-fu-progress {
  background-color: #ffffff !important;
  box-shadow: none !important;
}
/*Style file upload button and drag-and-drop area */
.nf-fu-fileinput-button {
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  padding: 0.75em 1.2em;
  border-radius: 3px;
  margin-top: 1em;
  width: 100% !important;
}


/* Page: Blog Posts River & Single Blog Post */
/* Blog Posts River: Style titles */
#posts-container .entry-title a {
  color: #202020 !important;
}

#posts-container .entry-title a:hover {
  color: #bd1c2b !important;
  text-decoration: none !important;
}

/* Blog Post: Style metadata */
#posts-container .fusion-meta-info, .post .fusion-meta-info {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.02);
  font-size: .8em !important;
  font-weight: 400;
  margin: 0 0 2em 0;
  padding: .5em 1em;
}

#posts-container .fusion-read-more {
  text-transform: uppercase;
}

#posts-container .fusion-read-more:hover, #posts-container .fusion-read-more:hover:after {
  color: #999999 !important;
  text-decoration: none !important;
}

/* Blog Post: Remove page title */
.single .fusion-page-title-bar {
  display: none;
}

/* Blog Post: Post title size */
.single .entry-title {
    font-size: 3em;
}


/* Page: Search */
.search-page-search-form-top {
  border: none;
}

/* Page: Team */
.hyp-people {
  margin:0 0 8em 0;
}

.row>div {
padding:1em 1em
}


@media (max-width: 767px) {
  .picunit .caption {
      font-size:.8em;
      line-height: 1;
      margin-top: .4em
  }

  img {
      max-width: 100%;
      height: auto
  }
}

@media (min-width: 767px) {
  .picunit .caption {
      font-size:1em;
      line-height: 1;
      margin-top: .4em
  }
}


/* Adjust styles for smaller screens. */
@media (max-width: 350px) {
  .h-quick-annotate-input {
    font-size: 70%;
    width: 80%;
  }
}

@media (max-width: 450px) {
  .fusion-button-wrapper {
    float: none !important;
  }

  .h-h1-subhead, .h-cta-text {
    font-size: 1em;
  }

  .h-h2-subhead {
    font-size: .8em;
  }

  .h-product-intro, .h-use-cases-intro, .h-about-intro, .h-get-started {
    margin: 3em 0 0 0 !important;
  }

  .h-product, .h-use-cases, .h-about, .h-about-cta {
    margin: 0 !important;
  }

  .h-cta-text {
    padding-top: .6em;
  }

  .h-about i {
    font-size: 360% !important;
  }

  .h-about p {
    font-size: inherit !important;
  }

  .h-tabs.h-use-cases {
    margin-bottom: 3em !important;
  }
}

@media (min-width: 450px) and (max-width: 950px) {
  .h-about i {
    margin: 0 30px 0 0 !important;
  }
}

@media (max-width: 640px) {
  .h-benefits-item:nth-child(n) {
    margin-left: 0;
  }

  .fusion-meta-info .fusion-alignleft {
    float: left !important;
    padding: .1em;
    width: auto !important;
  }

  .fusion-meta-info .fusion-alignright {
    float: right !important;
    padding: .1em;
    width: auto !important;
  }
}

@media (max-width: 880px) {
  .pagination {
    margin: 0 0 4em 0 !important;
  }

  .h-funding-body {
    margin: 0;
    flex: 100%;
  }

  .h-funding-image, .h-press-image {
    display: none;
  }

  .h-number-circle.alignright {
    float: none;
    margin: 0;
  }

  .h-tabs .nav-tabs li:nth-of-type(n + 1) {
    border-bottom: none !important;
  }

  .h-tabs .tab-pane {
    margin: 0 !important;
  }

  .h-tabs.h-use-cases .tab-pane {
    margin: 0 !important;
    padding: 1em 2em !important;
  }

  .h-tabs.h-use-cases .tab-pane.active {
    flex-direction: column;
  }

  .h-tabs.h-use-cases .tab-pane.active > *:first-of-type {
    margin-top: 0;
    width: 100%;
  }

  .h-tabs.h-use-cases .tab-pane.active > * {
    margin-top: 2em;
    width: 100%;
  }
}

@media (max-width: 980px) {
  .fusion-header {
    padding-top: 31px !important;
  }
}

@media (max-width: 1175px) {
  .fusion-logo img {
    display: none !important;
  }

  .fusion-logo a {
    background: url(https://d242fdlp0qlcia.cloudfront.net/uploads/2017/05/30085227/h_icon_30x35px.png) no-repeat;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 35px; /* Height of new image */
    margin-top: 0;
    padding-left: 35px; /* Equal to width of new image */
    width: 30px; /* Width of new image */
  }

  /* Menu: Main: Log In */
  #menu-item-7350 {
    margin-left: 0;
  }
}


/* Team Page Styles*/

.hyp-people .row{
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}

.picunit{
width: 280px;
height: 240px;
flex-basis: auto;
}

.picunit .caption{
width: 280px;
}

.teamimg{
position:relative;
width: 245px;
height: 163px;
border-bottom: 3px solid #bd1c2b;
-webkit-box-shadow: 5px 5px 40px -10px rgba(0,0,0,.1);
box-shadow: 5px 5px 40px -10px rgba(0,0,0,.1)
}

.hyp-people .teamimg img{
height: 100%;
width: 100%;
}

/* Modal styles*/

.people-modal{
width:400px;
}

.hypo-responsive-modal-image img{
width: 100%;
background-size: 100% 100%;
}

@media only screen and (max-width: 900px){
.modal-dialog {
margin-top: 60px !important;
width: 75% !important;
margin: 30px auto !important;
}
}

.hypo-responsive-modal-image{
 padding-bottom: 25px;
}

@media only screen and (min-width: 550px) and (max-width: 886px) {
.hyp-people .row .fusion-layout-column{
width: 50% !important;
}
}

@media only screen and (max-width: 550px){
.hyp-people .row .fusion-layout-column{
width: 100% !important;
}
}

.modal-dialog #myModalLabel a{
font-size: 22px !important;
line-height: 25px !important;
}

.modal-dialog .modal-body h5{
font-size: 15px!important;
padding-bottom: 0px;
margin-bottom: 0px;
line-height: normal;
}

.modal-dialog .modal-body p{
margin-top:15px !important;
}
