/*
    Theme Name: Push Proposals
    Theme URI: http://www.proposal.pushbranding.com
    Version: 1.1
    Author: Flying Hippo
    Author URI: http://www.flyinghippo.com
    License: None
    Description: The Flying Hippo starter theme
    Template: fh-core
*/
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%; }

legend {
  color: #000; }

html {
  font-size: 62.5%; }

body {
  font-size: 1rem;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  body.visible {
    opacity: 1; }
  body.noscroll {
    overflow: hidden; }
  @media screen and (min-width: 601px) {
    body.logged-in {
      position: relative; } }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

li {
  list-style-type: none; }

.content-int ul, .content-int ol {
  list-style-position: inside;
  margin: 0 0 24px; }

.content-int li {
  list-style-type: disc; }

.content-int ol li {
  list-style-type: decimal; }

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

table {
  border-collapse: collapse; }

.clear {
  clear: both; }

.col {
  float: left; }

.two-thirds {
  width: 66.6667%; }

.half {
  width: 50%; }

.third {
  width: 33.3333%; }

.fourth {
  width: 25%; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: translateY(5px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
.clear {
  clear: both; }

.hidden-title {
  height: 0;
  line-height: 0;
  opacity: 0;
  position: absolute;
  width: 0; }

.wp-block-image {
  margin: 0; }
.wp-block-image img {
  display: block; }

.blocks-gallery-grid {
  margin: 0;
  width: 100%; }
.blocks-gallery-grid .blocks-gallery-item {
  margin: 0;
  width: 50%; }

.fh-video-launcher {
  background-color: #333;
  background-position: center;
  background-size: cover;
  display: block;
  height: 100%;
  position: relative;
  width: 100%; }

.fh-video-launcher .play-wrapper {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  line-height: 0;
  opacity: 1;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0; }
.fh-video-launcher .play-initial-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-size: cover; }
.fh-video-launcher .play-secondary-image {
  background-position: center;
  background-size: cover;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .35s ease-in-out; }
  .fh-video-launcher .play-secondary-image .overlay {
    background-color: rgba(0, 0, 0, 0.62);
    height: 100%;
    width: 100%; }
.fh-video-launcher .play-btn {
  transition: all .35s ease-in-out;
  transform: rotateZ(0); }
  .fh-video-launcher .play-btn:before {
    transition: opacity .35s ease-in-out;
    background: black;
    border-radius: 50%;
    display: block;
    height: 120%;
    left: -10%;
    opacity: 0.3;
    position: absolute;
    top: -10%;
    width: 120%;
    z-index: -1; }
.fh-video-launcher.loading .play-secondary-image {
  opacity: 1; }

.no-touch .testimonials-pieces .fh-video-launcher:hover .play-btn:before,
.no-touch .fh-video-launcher.opaque .play-btn:before {
  opacity: 0; }
.no-touch .testimonials-pieces .fh-video-launcher:hover .play-secondary-image,
.no-touch .fh-video-launcher.opaque .play-secondary-image {
  opacity: 1; }

.fh-video-launcher .play-btn .play-triangle.rotate,
.watch-now .play-btn .play-triangle.rotate {
  transform: rotateZ(120deg);
  fill: white; }

.loading .play-btn .play-triangle {
  animation: rotate 2s infinite ease-in-out;
  animation-fill-mode: forwards;
  animation-play-state: running;
  transform-origin: 36.5px 36.7px;
  opacity: .5;
  transition: none; }

.keymessageline {
  transition: border-color 350ms ease-in-out; }

@keyframes opacity {
  0% {
    opacity: .5; }
  50% {
    opacity: 1; }
  100% {
    opacity: .5; } }
.fh-player-icn {
  overflow: visible;
  height: calc(60vw*0.33);
  opacity: 1;
  transition: all .35s ease-in-out; }
  @media screen and (min-width: 505px) {
    .fh-player-icn {
      height: calc(60vw*0.2584); } }
  @media screen and (min-width: 640px) {
    .fh-player-icn {
      height: 6.5vw; } }

.fh-player-icn .play-line {
  visibility: hidden; }

.fh-player-icn .play-circle,
.fh-player-icn .play-line,
.fh-player-icn .play-triangle,
.fh-player-icn .play-shadow {
  transition: all .35s ease-in-out; }

.fh-player-icn .play-circle,
.fh-player-icn .play-line {
  fill: transparent;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  stroke-width: 2px; }

.fh-player-icn .play-shadow {
  fill: #000;
  opacity: 0.3; }
  .fh-player-icn .play-shadow.wide {
    display: none; }

.fh-player-icn .play-triangle {
  fill: #fff;
  stroke: none;
  transform-origin: 36.5px 36.7px;
  transform: rotateZ(0); }

.loading.fh-video-launcher .fh-player-icn .play-circle,
.loading.fh-video-launcher .fh-player-icn .play-line,
.opaque.fh-video-launcher .fh-player-icn .play-circle,
.opaque.fh-video-launcher .fh-player-icn .play-line {
  fill: rgba(0, 0, 0, 0);
  stroke: white;
  stroke-miterlimit: 10;
  stroke-width: 2; }
.loading.fh-video-launcher .fh-player-icn .play-triangle,
.opaque.fh-video-launcher .fh-player-icn .play-triangle {
  fill: white; }

.no-touch .testimonials-pieces .fh-video-launcher:hover .keymessageline,
.no-touch .testimonials-pieces .fh-video-launcher.opaque .keymessageline {
  border-color: white; }
.no-touch .testimonials-pieces .fh-video-launcher:hover .fh-player-icn .play-circle,
.no-touch .testimonials-pieces .fh-video-launcher:hover .fh-player-icn .play-line,
.no-touch .testimonials-pieces .fh-video-launcher.opaque .fh-player-icn .play-circle,
.no-touch .testimonials-pieces .fh-video-launcher.opaque .fh-player-icn .play-line {
  stroke: white;
  stroke-miterlimit: 10; }
.no-touch .testimonials-pieces .fh-video-launcher:hover .fh-player-icn .play-shadow,
.no-touch .testimonials-pieces .fh-video-launcher.opaque .fh-player-icn .play-shadow {
  opacity: 0; }

.fullwidthvideo .play-btn:hover .play-shadow,
.fullwidthvideo .fh-video-launcher.opaque .play-btn .play-shadow,
.fullwidthvideo .fh-video-launcher.loading .play-btn .play-shadow,
.watch-now:hover .play-shadow {
  opacity: 0; }
.fullwidthvideo .play-btn:hover .play-circle,
.fullwidthvideo .play-btn:hover .play-line,
.fullwidthvideo .fh-video-launcher.opaque .play-btn .play-circle,
.fullwidthvideo .fh-video-launcher.opaque .play-btn .play-line,
.fullwidthvideo .fh-video-launcher.loading .play-btn .play-circle,
.fullwidthvideo .fh-video-launcher.loading .play-btn .play-line,
.watch-now:hover .play-circle,
.watch-now:hover .play-line {
  stroke: white;
  stroke-miterlimit: 10; }
.fullwidthvideo .play-btn:hover .play-triangle,
.fullwidthvideo .fh-video-launcher.opaque .play-btn .play-triangle,
.fullwidthvideo .fh-video-launcher.loading .play-btn .play-triangle,
.watch-now:hover .play-triangle {
  fill: white; }
.fullwidthvideo .play-btn:hover .key-message,
.fullwidthvideo .fh-video-launcher.opaque .play-btn .key-message,
.fullwidthvideo .fh-video-launcher.loading .play-btn .key-message,
.watch-now:hover .key-message {
  color: white; }

@keyframes reversehoverspin {
  0% {
    transform: rotateZ(120deg);
    fill: white; }
  100% {
    transform: rotateZ(0deg);
    fill: white; } }
@keyframes reverseredhoverspin {
  0% {
    transform: rotateZ(120deg);
    fill: white; }
  100% {
    transform: rotateZ(0deg);
    fill: white; } }
@keyframes rotate {
  0% {
    opacity: .5;
    transform: rotateZ(120deg); }
  50% {
    opacity: 1; }
  100% {
    opacity: .5;
    transform: rotateZ(360deg); } }
@keyframes opacity {
  0% {
    opacity: .5; }
  50% {
    opacity: 1; }
  100% {
    opacity: .5; } }
.modules-wrapper .module.module-with-video {
  height: 56.25vw; }
  @media screen and (min-width: 640px) {
    .modules-wrapper .module.module-with-video {
      height: 28.125vw; } }
  .modules-wrapper .module.module-with-video .play-title {
    display: none; }

@media screen and (min-width: 768px) {
  .page-template-template-marketing .modules-1 .module {
    background-image: none !important; } }
/* Video Player */
.video-player {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all .2s ease-in-out;
  visibility: hidden;
  z-index: 10000; }

.close-video-player {
  color: transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.video-player.isVisible {
  opacity: 1;
  visibility: visible; }

.video-player #video-player {
  height: 0;
  padding: 0 0 45%;
  /* 56.25 * .8 == 45 */
  position: relative;
  width: 80%; }

.video-player #video-player iframe {
  height: 100%;
  position: absolute;
  width: 100%; }

#video-player:before,
#video-player:after {
  background-color: #fff;
  content: '';
  cursor: pointer;
  height: .3em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -4em;
  transform-origin: center center;
  width: 2.4em; }

#video-player:before {
  transform: rotate(45deg); }

#video-player:after {
  transform: rotate(-45deg); }

/* Target Desktop */
@media screen and (min-width: 768px) {
  #video-player:before,
  #video-player:after {
    left: 100%;
    margin-left: 4em;
    right: auto;
    top: 1em; } }
/* Target ultra wide devices */
@media screen and (min-aspect-ratio: 100 / 45) {
  .video-player #video-player {
    padding: 0 0 31%;
    width: 56.25%; } }
/* Video Overlay */
.video-overlay {
  background-color: rgba(255, 255, 255, 0.97);
  bottom: 0;
  cursor: pointer;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  opacity: 0;
  padding: 2rem;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity .25s ease-in-out;
  visibility: hidden;
  z-index: 0; }

.video-overlay.visible {
  pointer-events: all;
  visibility: visible;
  z-index: 999; }

.video-overlay-int {
  max-width: 120rem;
  text-align: right;
  width: 100%; }

.video-overlay-int a {
  background-image: url("./images/icons/icn-close-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  display: inline-block;
  height: 3rem;
  margin: 0 0 1rem;
  position: relative;
  width: 3rem; }

.video-overlay-int a span {
  position: absolute; }

.video-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4rem;
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }

.video-container iframe,
.video-container object,
.video-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

@media screen and (min-width: 1024px) {
  .video-overlay-int a {
    margin: 0 0 2rem; } }
@keyframes lds-ripple {
  0% {
    height: 0;
    left: 96px;
    opacity: 1;
    top: 96px;
    width: 0; }
  100% {
    height: 156px;
    left: 18px;
    opacity: 0;
    top: 18px;
    width: 156px; } }
@-webkit-keyframes lds-ripple {
  0% {
    height: 0;
    left: 96px;
    opacity: 1;
    top: 96px;
    width: 0; }
  100% {
    height: 156px;
    left: 18px;
    opacity: 0;
    top: 18px;
    width: 156px; } }
.lds-css {
  position: absolute; }

.lds-ripple {
  position: relative; }

.lds-ripple div {
  box-sizing: content-box;
  position: absolute;
  border-width: 4px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1.7s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1.7s cubic-bezier(0, 0.2, 0.8, 1) infinite; }

.lds-ripple div:nth-child(1) {
  border-color: #d9d9d9; }

.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.85s;
  animation-delay: -0.85s;
  border-color: #d9d9d9; }

.lds-ripple {
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  width: 200px !important; }

.logo {
  align-items: center;
  background-color: #e5e5e5;
  display: flex;
  height: 70px;
  justify-content: center;
  margin-left: auto;
  width: 100%; }
  @media (min-width: 786px) {
    .logo {
      height: 90px;
      position: absolute;
      right: 100px;
      top: 0;
      width: 150px; } }
  @media (min-width: 1280px) {
    .logo {
      height: 140px;
      right: 100px;
      width: 235px; } }
  @media (min-width: 1700px) {
    .logo {
      right: 250px; } }
.logo img {
  display: block;
  width: 80px; }
  @media (min-width: 768px) {
    .logo img {
      width: 66%; } }

h1.hidden-title {
  font-size: 2rem; }

/* Start Editing */
/* Header */
/*.current_menu_item,
.current_menu_parent,
.current_menu_ancestor,
.current-page-item,
.current-page-parent,
.current-page-ancestor {
    
}*/
/* Footer */
/* Interior Page */

/*# sourceMappingURL=style.css.map */
