/*
Theme Name: Dragonfly Suite
Template: hf-foundation
Author: Jordan Dorley @ Hunchfree
Author URI: https://hunchfree.com/
Description: A basic child theme using the hf-foundation theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: hf_found
*/


/* V I S I B L E . T O P . N A V */
#site-visible-header {}

#mobile-nav-pad {
    /* used to place spacing for sticky navigation */
    height: 52px;
    display: none;
}
.theme-sticky-nav #mobile-nav-pad,
.theme-sticky-mobile-nav #mobile-nav-pad {
    display: block;
}
#mobile-nav-block {
    width: 100%;
    background: #000;
    color: #FFF;
    padding: 0.5rem;
    height: 52px;
}

.theme-sticky-nav #mobile-nav-block,
.theme-sticky-mobile-nav #mobile-nav-block {
    height: 52px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.admin-bar .theme-sticky-nav #mobile-nav-block,
.admin-bar .theme-sticky-mobile-nav #mobile-nav-block {
    top: 46px;
}

#hideable-nav-block {
    display: none;
    width: 100%;
    background-color: #FFF;
}

.theme-sticky-nav #hideable-nav-block,
.theme-sticky-mobile-nav #hideable-nav-block {
    position: fixed;
    top: 52px;
    left: 0;
    z-index: 1000;
}
.admin-bar .theme-sticky-nav #hideable-nav-block,
.admin-bar .theme-sticky-mobile-nav #hideable-nav-block {
    top: 98px;
}

#site-visible-header .header-text-data {
    font-size: 1.25em;
    font-weight: bold;
}
#site-visible-header .header-text-data a {
    color: #000;
}
#site-visible-header .header-text-data.has-logo {
    padding-left: 0.5em;
}
#site-visible-header .site-description {
    font-size: 0.9em;
    color: #000;
}
#site-visible-header .site-description p {
    margin-bottom: 0;
}

.post-list article {
    background-color: #FFF;
    opacity: 0.8;
    border-radius:1em;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
}
/* M A I N . T H E M E . A R E A */
#outer-content-wrap {}

/* V I S I B L E . F O O T E R */
#alt-top-nav {
    display: none;
}
.no-js #alt-top-nav {
    display: block;
}

/* Privateer Drop Down Menu coloring and styling */
ul.pvtdd {}
ul.pvtdd ul {
    margin-left: 1.25em;
}
ul.pvtdd li a {
    color: #333333;
}
ul.pvtdd li a:hover {
    color: #000000;
}
ul.pvtdd ul a {}
ul.pvtdd ul a:hover {}

/* Wordpress Image Alignment Styles and Captions */

.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.maybe-alignright {
    margin-left: auto;
    margin-right: auto;
}
.maybe-alignleft {
    margin-left: auto;
    margin-right: auto;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    text-align: center;
    margin-bottom: 0.5em;
    max-width: 100%;
}
img.alignleft,
.wp_caption.alignleft {
    margin-right: 1em;
    margin-bottom: 0.5em;
}
img.alignright,
.wp_caption.alignright {
    margin-left: 1em;
    margin-bottom: 0.5em;
}
img.maybe-alignright,
img.maybe-alignleft,
.wp_caption.maybe-alignright,
.wp_caption.maybe-alignleft {
    margin-bottom: 0.5em;
}.navi {
    border: 1rem solid #525252;
}

/* override sticky class in posts */
article.sticky {
    position: relative;
    -webkit-transform:none;
    transform:none;
    border-radius: 0.5em;
    box-shadow: 0 1px 3px #333;
    margin-bottom: 1em;
}

a.more {
    display: block;
}

/* Special Comment Styles */

/* Special Widget Styles */
.widget_nav_menu .menu > li {
    display: block;
}
.widget_nav_menu .sub-menu {
    background-color: transparent;
    padding-bottom: 0.75em;
}
.widget_nav_menu .menu > li > a {
    padding: 0 0 0.75em 0;
}
/* Navigation Styles */
.theme-navi.next-previous,
.theme-navi.next-previous a {
    font-size: 0.9em;
}
.theme-navi.next-previous a span {
    display: block;
    font-size: 0.9em;
}

/* Comments */
ul.commentlist {
    list-style-type: none;
    margin-left: 0;
}
ul.commentlist ul {
    list-style-type: none;
}
#comment-wrap article {
    padding: 0.25em 0.5em;
}
#comment-wrap article footer {
    position: relative;
}
/* byuser indicates currently logged in user */
#comment-wrap .comment.byuser > article {
    box-shadow: 0 1px 4px #000;
    border: 1px solid #000;
}
#comment-wrap .comment.comment-author-pwsadmin > article {
    box-shadow: 0 1px 4px #900;
    border-color: #900;
}

li.thread-even > article {
    background-color: #EEE;
}
li.thread-odd > article {
    background-color: #FFF;
}
li.thread-even .even > article,
li.thread-odd .even > article {
    background-color: #EEE;
}
li.thread-even .odd > article,
li.thread-odd .odd > article {
    background-color: #FFF;
}

li.depth-1 {
    box-shadow: 0 1px 4px #AAA;
    margin-bottom: 1em;
}
.comment-metadata {
    font-size: 0.8em;
}

/* Video Responsive Styles */
.video-wrap{
    width: 98%;
    margin: 0 auto 1em auto;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    box-shadow: 0 0 4px #333;
}
.video-wrap iframe,
.video-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Post Format Styles */
.post_format-post-format-chat .page-content > p:nth-of-type(2n + 1) {
    background-color: #CCC;
}

/* The wordpress admin menu changes height here */
@media only all and (min-width: 783px) {
    .admin-bar .theme-sticky-mobile-nav #mobile-nav-block,
    .admin-bar .theme-sticky-nav #mobile-nav-block {
        top: 32px;
    }
    .admin-bar .theme-sticky-nav #hideable-nav-block,
    .admin-bar .theme-sticky-mobile-nav #hideable-nav-block {
        top: 85px;
    }
}

/* Special styles for medium and larger screens */
@media only all and (min-width: 40em) {
    .post-title h1 {
        font-size: 2rem;
    }
    .post-content a.featured-image {
        float: left;
        margin-right: 1em;
        max-width: 25%;
    }
    .comment article footer .comment-metadata {
        position: absolute;
        top: 0.25em;
        right: 0.25em;
    }

}

/* Special Styles for Large Screens */

@media only all and (min-width: 64em) {

    /* hide the mobile navigation block at this size */
    #mobile-nav-block {
        display: none;
    }
    #mobile-nav-pad,
    .theme-sticky-mobile-nav #mobile-nav-pad {
        display: none;
    }
    .theme-sticky-nav #mobile-nav-pad,
    .admin-bar .theme-sticky-nav #mobile-nav-pad {
        /* the height of the pad should be the height of the sticky nav */
        display: block;
        height: 78px;
    }

    /* show the hideable nav block at this size */
    #hideable-nav-block {
        display: block;
        background-color: transparent;
    }
    /* unstick the hideable nav if only the mobile nav is sticky */
    .theme-sticky-mobile-nav #hideable-nav-block,
    .admin-bar .theme-sticky-mobile-nav #hideable-nav-block {
        position: relative;
        top: 0;
    }
    .theme-sticky-nav #hideable-nav-block {
        top: 0;
    }
    .admin-bar .theme-sticky-nav #hideable-nav-block {
        top: 32px;
    }
    /* add a box shadow and opacity if the user has scrolled down to
        ensure that the header is distinct from the other content
    */
    .scrolled .theme-sticky-nav #hideable-nav-block {
        opacity: 0.9;
        box-shadow: 0 1px 3px #333;
        background-color: #FFF;
    }

    /* Privateer Drop Down Menus */
    ul.pvtdd,
    ul.pvtdd ul,
    ul.pvtdd li {
        list-style: none;
        margin: 0;
        padding: 0;
        border-collapse: collapse;
    }
    ul.pvtdd {
        position: relative;
        z-index: 500;
        padding-top: 5px;
        display: inline-block;
    }

    ul.pvtdd ul {
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }

    ul.pvtdd li {
        vertical-align: middle;
        float: left;
        zoom: 1;
    }

    ul.pvtdd li.hover,
    ul.pvtdd li:hover {
        position: relative;
    }

    ul.pvtdd li a,
    ul.pvtdd ul li a {
        margin: 0;
        display: block;
    }

    ul.pvtdd ul li {
        float: none;
        /* padding-left: 0.5em; */
    }

    ul.pvtdd ul ul {
        top: 0;
        left: 100%;
    }

    ul.pvtdd li:hover > ul {
        visibility: visible;
    }

    /* horizontal downward tweaks - Values for margins should be 2 times border thickness */

    ul.pvtdd-h-down ul ul {
        margin-top: 0;
    }
    
    ul.pvtdd li {
        display: inline;
        /* width: 25%; */
        /* float: left; */
        text-align: left;
        margin-top: 0.5em;
    }

    ul.pvtdd > li:first-of-type a {
        padding-left: 0;
    }
    ul.pvtdd > li:last-of-type a {
        padding-right: 0;
    }
    ul.pvtdd li a:hover {
        background-color: transparent;
    }
    ul.pvtdd ul li {
        margin: 0;
    }
    ul.pvtdd li.no_mobile {
        display: block;
    }
    ul.pvtdd ul.sub-menu a {
        padding-left: 0.5em;
        background-image: none;
        color: #FFF;
    }

    /* Add any special styling for large displays of the drop down menus here */
}

/* -------------------
--  General Styles  --
------------------- */
body {
    color: #464b57;
}

a {
    color: #9bce6e;
    font-weight: 600;
}

a:hover, a:focus {
    color: #73a249;
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #9bce6e;
    color: #fefefe;
    font-size: 1rem;
}

.button span {
    display: block;
    font-size: 0.8rem;
    margin-top: 0.5rem;
}

.button:hover, .button:focus {
    background-color: #73a249;
}

.button.hollow {
    border: 1px solid #9bce6e;
    color: #9bce6e;
}

.button.hollow:hover, .button.hollow:focus {
    border: 1px solid #73a249;
    color: #73a249;
}

.sep-center {
    margin: 1.875rem auto;
    background-color: #557bba;
    height: 1px;
    width: 15rem;
}

.sep {
    margin: 1.875rem auto;
    background-color: #557bba;
    height: 1px;
    width: 15rem;
    margin-left: 0;
}

.sep.sml-marg {
    margin: 1rem auto;
    margin-left: 0;
}

.sep.white {
    margin: 1.875rem auto;
    background-color: #fefefe;
    height: 1px;
    width: 15rem;
    margin-left: 0;
}

.top-content {
  position: relative;
  z-index: 10;
}

.no-flow {
    overflow: hidden;
}

.fa-ul {
    margin-bottom: 2rem;
    color: #fefefe;
}

.fa-li {
    font-size: 1.5rem;
}

.half-text {
    padding: 2rem;
    color: #fefefe;
}
.half-img {
    background-image: url(/wp-content/uploads/2017/12/features-1.jpg);
    background-position: 100% 85%;
    background-size: cover;
}
.content {
    position: relative;
    z-index: 3;
}

.reveal-overlay {
    background-color: rgba(43, 46, 53, 0.95);
}

.reveal {
    padding: 3rem;
    border: 1px solid #fefefe;
    background-color: #2d3036;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
}

.close-button {
    color: #9bce6e;
}

.close-button:hover, .close-button:focus {
    color: #73a249;
}
/* -------------------
--     Nav Style    --
------------------- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.2s ease-in-out;
  height: auto;
  z-index: 1001;
  padding: 1rem 0;
}

.mobile {
  padding: 0.5rem 0;
  color: #fefefe
}

.active {
  background: #282c33;
}

.logo img {
    width: 267px;
    height: auto;
}
@media screen and (max-width: 639px) {
  .logo img {
      width: 200px;
      height: auto;
  }
}

.menu-link {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #fefefe;
  padding:10px 12px;
  font-size:1rem;
  text-decoration:none;
  letter-spacing:2px;
  font-weight: 400;
}

a .menu-link:hover {
  border:none;
  color: #9bce6e;
}

a.menu-link.hollow {
    border: 1px solid #fefefe;
    max-width: 200px;
    margin: auto;
}

a.menu-link.hollow:hover, a.menu-link.hollow:focus  {
    border: 1px solid #9bce6e;
}

a.menu-link.nav-btn {
    background: #9bce6e;
    margin-left: 12px;
}

@media only screen and (max-width: 985px) { 
  a.menu-link.nav-btn {
      background: #9bce6e;
      margin: auto;
      max-width: 300px;
      color: #fefefe;
  }
}

a.menu-link.nav-btn:hover, a.menu-link.nav-btn:focus {
    background: #73a249;
    color: #fefefe;
}
/* -- Responsive Nav -- */
@media only screen and (min-width: 985px) { 
    .mobile {
    display: none;
    } 
}

@media only screen and (max-width: 985px) { 
    .desktop {
    display: none;
    } 
}
/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #282c33;
}

/* Overlay closing cross */
.overlay .overlay-close {
    position: absolute;
    right: 15px;
    top: 0.25rem;
    overflow: hidden;
    border: none;
    color: #9bce6e;
    outline: none;
    z-index: 5001;
    font-size: 2rem;
    padding: 1rem;
    margin-right: 0.9375rem;
}

/* Menu style */
.overlay nav {
  position: relative;
  top: 40%;
  height: 55%;
  font-size: 2.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}

.overlay ul li {
  display: block;
  padding: 0 0 1.5rem;
}

.overlay ul li a {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  display: block;
  color: #aab1c1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  line-height: 1;
  text-align: center;
}

.overlay ul li a.phone {
  color: #fefefe;
  font-size: 2rem;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #9bce6e;
}

.overlay ul li a.phone:hover,
.overlay ul li a.phone:focus {
  color: #fefefe;
}

/* Effects */
.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 5000;
}

.overlay-hugeinc nav {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.overlay-hugeinc nav ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  width: 100%;
}

.overlay-hugeinc.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
}

#trigger-overlay {
  color: #fefefe;
  padding: 1rem;
}
/* -------------------
--    Text Style    --
------------------- */
h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 3rem;
}

.hero h1 {
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1;
    font-size: 2.5rem
}

h2 .sub-text {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1rem;
    display: block;
    font-weight: 400;
    color: #909090;
}

h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.2rem;
    display: block;
    font-weight: 800;
}

.features h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    display: block;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 0;
    line-height: 1.75;
    color: #aab1c1;
}

.price h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 0.85rem;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 10px;
    line-height: 1;
    color: #343946;
    letter-spacing: 2px;
}

@media screen and (max-width: 780px) {
  h1 {
      font-size: 2.5rem;
  } 

  h2 {
      font-size: 2rem;
  }

}

.small-p {
  font-size: 0.85rem;
}

.white-text {
    color: #fefefe;
}

.lite-text {
    color: #aab1c1;
}
/* -------------------
--   Padding Style  --
------------------- */
.normal-pad {
    padding: 7rem 0;
}

.bottom-pad {
    padding: 0 0 5rem 0;
}

.sm-bottom-pad {
    padding: 0 0 1rem 0;
}

.small-pad {
    padding: 5rem 0;
}

.no-marg {
    margin: 0 !important;
}

.pricing-pad {
  padding-bottom: 7rem !important;
}
/* -------------------
--     BG Styles    --
------------------- */
.graphic-bg {
    color: #fefefe;
    background-image: url('/wp-content/uploads/2017/12/hero-bg.jpg');
    position: relative;
}

.graphic-bg.purple:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #715aa7;
    z-index: 2;
    opacity: 0.85;
}

.graphic-bg.dk-blue:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #343946;
    z-index: 2;
    opacity: 0.85;
}

.dk-bg {
    background: #343946;
}

.purple-bg {
    background: #715aa7;
}
/* -------------------
--    Hero Style    --
------------------- */
.hero {
    padding: 5rem 0 2rem 0;
}

.hero-laptop {
    position: relative;
    width: 80vw;
    overflow-x: hidden;
    margin-left: -10vw;
    z-index: 10;
}

.hero-text {
    position: relative;
    z-index: 11;
}

.sep-hero {
    margin: 1.875rem auto;
    background-color: #fefefe;
    height: 1px;
    width: 15rem;
    margin-left: 0;
}

@media screen and (max-width: 1500px) {
.hero-laptop {
    margin-left: -10vw;
    }
}

@media screen and (max-width: 1230px) {
.hero-laptop {
    margin-left: -9vw;
    }

.hero h1 {
    font-size: 2.5rem;
    }

}

@media screen and (max-width: 960px) {
    .hero-laptop {
        margin-left: -8vw;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero {
    padding: 7rem 0 2rem 0;
    }
}

@media screen and (max-width: 639px) {
    .hero-laptop {
        margin-left: 0;
        width: 100%;
        }

    .hero h1 {
        font-size: 1.5rem;
    }

    .sep-hero {
        margin: 1.875rem auto;
        height: 1px;
        width: 15rem;
    }
}

.header {
    padding: 8rem 0 3rem 0;
}

.header-text {
    position: relative;
    z-index: 11;
}

/* -------------------
--   Footer Styles  --
------------------- */
.footer {
    background: #343946;
    color: #aab1c1;
    padding: 2rem 0 5rem 0;
}

.footer .sep {
    margin: 1rem auto;
    background-color: #557bba;
    height: 1px;
    width: 10rem;
    margin-left: 0;
}

.foot-link {
    padding: 0;
    color: #aab1c1;
}

.footer img {
    width: 65%;
}

.footer i {
    color: #fefefe;
}

.footer .social i:hover {
    color: #9bce6e;
}

.utility {
    background: #282c33;
    color: #fefefe;
    padding: 1rem 0;
}

@media screen and (max-width: 639px) {
    .footer .sep {
        margin: 1rem auto;
        background-color: #557bba;
        height: 1px;
        width: 10rem;
    }
}
/* -------------------
--    Card Styles   --
------------------- */
.card .menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.card .menu-content::before, .card .menu-content::after {
  content: '';
  display: table;
}
.card .menu-content::after {
  clear: both;
}
.card .menu-content li {
  display: inline-block;
}
.card .menu-content a {
  color: #fff;
}
.card .menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 300;
  font-family: 'Open Sans Condensed', sans-serif;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.card .wrapper {
  background-color: #fff;
  min-height: 450px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}
.card .wrapper:hover .data {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.card .data {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateY(calc(70px + 1em));
          transform: translateY(calc(70px + 1em));
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.card .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
}
.card .author {
  font-size: 12px;
}
.card .title {
  margin-top: 10px;
  font-family: 'Open Sans Condensed', sans-serif;
  line-height: 1.2;
}
.card .text {
  height: 95px;
  margin: 0;
}

.example-2 .wrapper {
  background: url(../img/features.jpg) center/cover no-repeat;
  position: relative;
}

.example-2 .wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #282c33;
    opacity: 0.85;
    z-index: 0;
}

.example-2 .wrapper:hover .menu-content span {
  -webkit-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
  opacity: 1;
}

@media screen and (max-width: 639px) {
  .card .wrapper .data {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}

.example-2 .header {
  color: #fff;
  padding: 1em;
}
.example-2 .header::before, .example-2 .header::after {
  content: '';
  display: table;
}
.example-2 .header::after {
  clear: both;
}
.example-2 .header .date {
  float: left;
  font-size: 12px;
}
.example-2 .menu-content {
  float: right;
}
.example-2 .menu-content li {
  margin: 0 5px;
  position: relative;
}
.example-2 .menu-content span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.example-2 .data {
  color: #fff;
  -webkit-transform: translateY(calc(75px + 7em));
          transform: translateY(calc(75px + 7em));
}
.example-2 .title a {
  color: #fff;
}

.example-2 .card-btn {
    font-family: 'Open Sans Condensed', sans-serif;
    display: block;
    margin: 2em auto 1em 0;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    line-height: 1;
    position: relative;
    font-weight: 400;
    letter-spacing: 2px;
    width: 135px;
    border: 1px solid #9bce6e;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    color: #9bce6e;
}


section.pricing-marg {
    margin-top: -7rem;
}

.card.price {
  position: relative;
  z-index: 5;
  box-shadow: 0 20px 22px -10px rgba(39,46,57,.2);
}
.card-divider {
    display: block;
    padding: 1rem 1rem 0 1rem;
    background: #fefefe;
    color: #282c33;
}

.card-section {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0 1rem 1rem 1rem;
}

.price ul {
    margin-left: 1.25rem;
    list-style-type: none;
}

.price li {
    font-family: 'Open Sans Condensed', sans-serif;
    display: block;
    font-weight: 400;
    font-size: 0.9rem;
    text-transform: none;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 1.75;
    color: #282c33;
}

.price li.null {
    color: #282c33;
}

.price li.null {
    color: #aab1c1;
    text-decoration: line-through;
}

/* -------------------
--   Login Styles   --
------------------- */

.login {
  height: 100vh;
  min-height: 620px;
}

.login-logo {
  position: relative;
  z-index: 10;
  margin-bottom: 2rem;
}

a.forgot {
    font-size: 0.75rem;
}

.login label {
    margin: 0 0 0 0.5rem;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.8;
    color: #282c33;
}

.divider {
    border-top: 1px solid #d9dadc;
    display: block;
    line-height: 1px;
    margin: 15px 0;
    position: relative;
    text-align: center;
}

.divider .divider-title {
    background: #fefefe;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 20px;
    text-transform: uppercase;
}

/* -------------------
--    FAQ Styles    --
------------------- */

.accordion-title {
    font-family: 'Open Sans Condensed', sans-serif;
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 0;
    border-bottom: 0;
    font-size: 1.25rem;
    line-height: 1;
    color: #464b57;
    letter-spacing: 1px;
}

.accordion-title:hover, .accordion-title:focus {
    background: none;
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: none;
    border-bottom: 0;
    background-color: none;
    color: #0a0a0a;
}

:last-child:not(.is-active) > .accordion-title {
    border-bottom: none;
    border-radius: 0 0 0 0;
}

:last-child > .accordion-content:last-child {
    border-bottom: none;
}

.offscrn-img {
    position: relative;
    width: 80vw;
    overflow-x: hidden;
    margin-left: -7vw;
    z-index: 10;
}

@media screen and (max-width: 1500px) {
  .offscrn-img {
  margin-left: -3vw;
  }
}

@media screen and (max-width: 1230px) {
  .offscrn-img {
  margin-left: -4vw;
  }
}

@media screen and (max-width: 960px) {
  .offscrn-img {
      margin-left: -4vw;
  }
}

@media screen and (max-width: 639px) {
  .offscrn-img {
      margin-left: 0;
      width: 100%;
  }
}

.solution-card {
    position: relative;
    z-index: 5;
}

.menu-link a {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #fefefe;
    padding: 10px 12px;
    font-size: 1rem;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 400;
}

.menu-link a:hover, .menu-link a:focus  {
    color: #9bce6e;
}

textarea[rows] {
    height: 100px;
}