/*
 Theme Name:     winred Child Theme
 Theme URI:      http://example.com/twenty-thirteen-child/
 Description:    winred Framework Child Theme
 Author:         winred
 Author URI:     http://example.com
 Template:       winred-framework
 Version:        1.0.0
*/
@import url("../winred-framework/style.css");
/* =Theme customization starts here
-------------------------------------------------------------- */
/* Scss Document */
@import url("../winred-framework/winred-custom/inc/scss/winredDefaultStyles.css");
/* Scss Document */
input::-webkit-input-placeholder {
  color: #4c4d4f; }

input:-moz-placeholder {
  color: #4c4d4f; }

input::-moz-placeholder {
  color: #4c4d4f; }

input:-ms-input-placeholder {
  color: #4c4d4f; }

* {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-repeat: no-repeat;
  font: 100% "Open Sans", sans-serif; }
  *.fpd-thumbnail-preview {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease; }

body {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease; }
  body .page-body-wrapper {
    max-width: 100%;
    width: 100%;
    overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, p {
  text-transform: none !important; }

h1 {
  font-size: 55px !important;
  line-height: 1.3;
  font-weight: 200 !important;
  letter-spacing: 0 !important; }
  @media (max-width: 767px) {
    h1 {
      font-weight: 500 !important;
      font-size: 35px !important; } }

h2 {
  margin-top: 0;
  font-size: 55px !important;
  line-height: 1.3;
  font-weight: 200 !important;
  letter-spacing: 0 !important; }
  @media (max-width: 767px) {
    h2 {
      font-weight: 500 !important;
      font-size: 30px !important; } }

h3 {
  margin-top: 0;
  font-size: 30px !important;
  line-height: 1.3;
  letter-spacing: 0 !important; }
  @media (max-width: 767px) {
    h3 {
      font-size: 28px !important; } }

h4 {
  margin-top: 0;
  font-size: 25px !important;
  line-height: 1.3;
  letter-spacing: 0 !important; }

h5 {
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.5;
  margin: 0 0 20px 0;
  letter-spacing: 0 !important; }

h6 {
  margin-top: 0;
  letter-spacing: 0 !important; }

p {
  font-weight: 500 !important;
  line-height: 2;
  margin: 0 0 20px 0;
  letter-spacing: 0 !important; }

.hamburger {
  padding: 24px 15px 18px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  top: 0px;
  position: absolute;
  right: 0px; }
  @media (max-width: 767px) {
    .hamburger {
      z-index: 9999; } }
  @media (min-width: 768px) {
    .hamburger {
      display: none !important; } }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff !important; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #fff !important;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s; }

/*****************************/
@media (min-width: 1200px) {
  .container {
    width: 900px; } }

/*****************************/
#header {
  position: absolute;
  cursor: pointer;
  left: 0;
  right: 0;
  top: 0;
  z-index: 300;
  margin: 0 !important;
  border: 0 !important;
  background: none !important; }
  #header .row {
    margin-left: 15px;
    margin-right: 15px; }
  #header .navbar {
    margin: 0 !important;
    border: 0 !important;
    background: none !important; }
    #header .navbar .navbar-collapse {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
    #header .navbar .navWrap {
      margin: 0 !important;
      border: 0 !important;
      background: none !important; }
      @media (min-width: 768px) {
        #header .navbar .navWrap #menu-header-menu {
          margin-right: -15px !important; } }
      #header .navbar .navWrap .navbar-header {
        margin: 0 !important;
        border: 0 !important; }
        @media (max-width: 767px) {
          #header .navbar .navWrap .navbar-header {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important; } }
        #header .navbar .navWrap .navbar-header .navbar-toggle {
          top: 22px; }
        #header .navbar .navWrap .navbar-header #logo {
          z-index: 50;
          padding: 23px 15px; }
          #header .navbar .navWrap .navbar-header #logo img {
            max-width: 100%; }
      #header .navbar .navWrap .nav {
        float: right; }
        #header .navbar .navWrap .nav > li > a {
          padding: 25px 20px;
          background: none !important;
          color: #fff !important;
          opacity: 0.4;
          font-size: 13px; }
          @media (max-width: 992px) {
            #header .navbar .navWrap .nav > li > a {
              font-size: 12px; } }
          #header .navbar .navWrap .nav > li > a:hover {
            opacity: 0.7; }
          #header .navbar .navWrap .nav > li > a[title="sign-in"] {
            margin-left: 30px;
            opacity: 1 !important; }
          #header .navbar .navWrap .nav > li > a[title="request-demo"] {
            opacity: 1 !important;
            padding: 7.5px 10px !important;
            margin: 17.5px 0 17.5px 10px !important;
            background: #fff !important;
            border-radius: 3px;
            color: #8dd1a4 !important; }
            #header .navbar .navWrap .nav > li > a[title="request-demo"]:hover {
              color: #fff !important;
              background: #8dd1a4 !important; }
        #header .navbar .navWrap .nav li.active a, #header .navbar .navWrap .nav li.current-page-ancestor a {
          opacity: 1; }
          #header .navbar .navWrap .nav li.active a:hover, #header .navbar .navWrap .nav li.current-page-ancestor a:hover {
            opacity: 1; }
    #header .navbar #emailSignup {
      background: url(/rgba/0/0/0/80);
      background: rgba(0, 0, 0, 0.8);
      _background: none;
      _filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CC000000', endColorstr='#CC000000',GradientType=0 ); }
      #header .navbar #emailSignup .socialHolder {
        background: url(/rgba/0/0/0/15);
        background: rgba(0, 0, 0, 0.15);
        _background: none;
        _filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#26000000',GradientType=0 );
        border-right: 1px solid;
        height: 67px; }
      @media (max-width: 992px) {
        #header .navbar #emailSignup .signupFormHolder {
          display: none; } }
    @media (max-width: 767px) {
      #header .navbar .navbar-collapse {
        z-index: 99;
        border: none !important;
        display: block !important;
        position: absolute;
        padding: 71px 20px 20px 20px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 130%;
        height: 100%;
        height: 100vh;
        overflow-y: scroll !important;
        background: #b0334c;
        background: linear-gradient(to bottom, #b0334c, #c45a6b) !important;
        background: -webkit-linear-gradient(to bottom, #b0334c, #c45a6b) !important;
        background: -moz-linear-gradient(to bottom, #b0334c, #c45a6b) !important;
        background: -o-linear-gradient(to bottom, #b0334c, #c45a6b) !important;
        background: -ms-linear-gradient(to bottom, #b0334c, #c45a6b) !important; }
        #header .navbar .navbar-collapse #menu-header-menu {
          float: none !important;
          border-top: 1px solid rgba(255, 255, 255, 0.1);
          margin: 0 !important;
          padding-top: 10px !important; }
          #header .navbar .navbar-collapse #menu-header-menu li {
            margin: 0 !important; }
            #header .navbar .navbar-collapse #menu-header-menu li a {
              font-size: 16px !important;
              padding: 25px 20px !important;
              margin: 0 !important;
              color: #fff !important;
              opacity: 0.3 !important; }
              #header .navbar .navbar-collapse #menu-header-menu li a:hover {
                opacity: 0.7 !important; }
              #header .navbar .navbar-collapse #menu-header-menu li a[title="sign-in"] {
                opacity: 1 !important; }
                #header .navbar .navbar-collapse #menu-header-menu li a[title="sign-in"]:hover {
                  opacity: 1 !important; }
              #header .navbar .navbar-collapse #menu-header-menu li a[title="request-demo"] {
                opacity: 1 !important;
                text-decoration: none !important;
                opacity: 1 !important;
                padding: 6.5px 9px !important;
                margin: 17.5px 0 17.5px 10px !important;
                background: #fff !important;
                border: 1px solid #fff !important;
                border-radius: 3px;
                color: #8dd1a4 !important;
                display: inline-block !important; }
                #header .navbar .navbar-collapse #menu-header-menu li a[title="request-demo"]:hover {
                  color: #fff !important;
                  background: #8dd1a4 !important;
                  border-color: #8dd1a4 !important;
                  opacity: 1 !important; }
            #header .navbar .navbar-collapse #menu-header-menu li.active a {
              opacity: 1 !important; } }

body.hideNav #header nav .navbar .navWrap .navbar-header #logo {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important; }

body.hideNav #footer .footer-logo-container {
  width: 100% !important; }
  body.hideNav #footer .footer-logo-container #footer-logo {
    padding: 0 10px;
    margin: 0 auto !important; }

@media (max-width: 767px) {
  body.nav-open {
    width: 100%;
    overflow-y: scroll; }
    body.nav-open:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.3);
      z-index: 9; }
    body.nav-open #header .navbar .navbar-collapse {
      left: 30%; } }

/*****************************/
body.animated-header #pageHeadImg {
  background: #b0334c;
  background: linear-gradient(to right, #b0334c, #c45a6b) !important;
  background: -webkit-linear-gradient(to right, #b0334c, #c45a6b) !important;
  background: -moz-linear-gradient(to right, #b0334c, #c45a6b) !important;
  background: -o-linear-gradient(to right, #b0334c, #c45a6b) !important;
  background: -ms-linear-gradient(to right, #b0334c, #c45a6b) !important; }
  body.animated-header #pageHeadImg #waves, body.animated-header #pageHeadImg #waves2 {
    height: 100%;
    width: 100%;
    position: absolute; }
  body.animated-header #pageHeadImg #waves2 {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg); }

#pageHeadImg {
  max-height: none !important;
  padding: 0 !important; }
  #pageHeadImg .textHolder {
    padding: 120px 0 50px !important; }
    #pageHeadImg .textHolder > div .featured-title {
      font-weight: 300;
      font-size: 45px; }
      #pageHeadImg .textHolder > div .featured-title p {
        display: inherit; }
    #pageHeadImg .textHolder > div .featured-subtitle {
      margin: 0; }
      #pageHeadImg .textHolder > div .featured-subtitle span {
        color: #fff; }
      #pageHeadImg .textHolder > div .featured-subtitle .text-center {
        text-align: center !important; }
      #pageHeadImg .textHolder > div .featured-subtitle h1 {
        margin: 0 0 30px 0; }
      @media (max-width: 767px) {
        #pageHeadImg .textHolder > div .featured-subtitle h5 {
          font-size: 16px !important; } }
      #pageHeadImg .textHolder > div .featured-subtitle p:empty {
        height: 0 !important;
        width: 0 !important;
        position: absolute !important;
        display: none !important; }
        #pageHeadImg .textHolder > div .featured-subtitle p:empty:before {
          display: none !important; }
        #pageHeadImg .textHolder > div .featured-subtitle p:empty:after {
          display: none !important; }

/*****************************/
.page .page-header {
  border: none; }

/*****************************/
.page-template-section-page-php .homepage-section {
  padding: 40px 0 70px 0; }
  .page-template-section-page-php .homepage-section .sectionOverlay, .page-template-section-page-php .homepage-section .sectionImage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .page-template-section-page-php .homepage-section .sectionImage {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    background-size: cover;
    behavior: url(/wp-content/themes/winred-framework/winred-custom/inc/compatability/backgroundsize.htc) \9;
    _behavior: none;
    background-position: 50%;
    background-position: 50% 0;
    background-attachment: fixed; }
  .page-template-section-page-php .homepage-section .container h1 {
    font-weight: 200;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: .05em; }
  .page-template-section-page-php .homepage-section .container p {
    font-weight: 200;
    line-height: 1.75em; }

/*****************************/
#footer {
  padding: 0;
  margin-top: 160px;
  border-top: 1px solid rgba(175, 189, 199, 0.3);
  overflow-x: hidden; }
  @media (max-width: 767px) {
    #footer {
      margin-top: 100px; } }
  #footer #footer-wrapper {
    margin: auto; }
    #footer #footer-wrapper .container, #footer #footer-wrapper .row {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
    #footer #footer-wrapper .footer-top {
      background: #fff;
      padding: 30px 0 !important; }
      #footer #footer-wrapper .footer-top #footer-logo {
        width: 120px;
        padding: 0 20px 0 0;
        max-width: 100%; }
        @media (max-width: 991px) {
          #footer #footer-wrapper .footer-top #footer-logo {
            padding: 0 15px;
            margin: 0 auto 0px; } }
        @media (max-width: 991px) and (min-width: 768px) {
          #footer #footer-wrapper .footer-top #footer-logo {
            margin: 0 auto 40px; } }
      @media (max-width: 767px) {
        #footer #footer-wrapper .footer-top .footer-navWrap {
          display: none !important; } }
      #footer #footer-wrapper .footer-top .footer-navWrap nav .footer-menu {
        padding: 0 !important;
        margin: 0 !important;
        text-align: right; }
        @media (max-width: 991px) {
          #footer #footer-wrapper .footer-top .footer-navWrap nav .footer-menu {
            text-align: center; } }
        #footer #footer-wrapper .footer-top .footer-navWrap nav .footer-menu li > a {
          border: 0 !important;
          padding: 25px 20px !important;
          background: none !important;
          color: #1E2B3A !important;
          font-size: 13px !important; }
          @media (max-width: 992px) {
            #footer #footer-wrapper .footer-top .footer-navWrap nav .footer-menu li > a {
              font-size: 12px; } }
          #footer #footer-wrapper .footer-top .footer-navWrap nav .footer-menu li > a[title="sign-in"] {
            margin-left: 30px;
            opacity: 1 !important; }
            @media (max-width: 767px) {
              #footer #footer-wrapper .footer-top .footer-navWrap nav .footer-menu li > a[title="sign-in"] {
                margin-left: 0 !important; } }
          #footer #footer-wrapper .footer-top .footer-navWrap nav .footer-menu li > a[title="request-demo"] {
            text-decoration: none !important;
            opacity: 1 !important;
            padding: 6.5px 9px !important;
            margin: 17.5px 0 17.5px 10px !important;
            background: #8dd1a4 !important;
            border: 1px solid #8dd1a4 !important;
            border-radius: 3px;
            color: #fff !important; }
            #footer #footer-wrapper .footer-top .footer-navWrap nav .footer-menu li > a[title="request-demo"]:hover {
              color: #8dd1a4 !important;
              background: #fff !important; }
            @media (max-width: 767px) {
              #footer #footer-wrapper .footer-top .footer-navWrap nav .footer-menu li > a[title="request-demo"] {
                margin-left: 0 !important; } }
        @media (max-width: 767px) {
          #footer #footer-wrapper .footer-top .footer-navWrap nav .footer-menu li {
            display: block;
            float: none;
            text-align: center;
            margin-bottom: 0 0 5px 0 !important; }
            #footer #footer-wrapper .footer-top .footer-navWrap nav .footer-menu li a {
              display: inline-block;
              padding: 10px !important; } }
    #footer #footer-wrapper .footer-bottom {
      background: #1E2B3A;
      padding: 30px 0 !important; }
    @media (max-width: 992px) {
      #footer #footer-wrapper > div {
        min-height: 1px; } }
    #footer #footer-wrapper > div:last-child {
      padding-top: 0; }
    #footer #footer-wrapper .copyright {
      color: #fff;
      font-size: 12px;
      text-align: left;
      padding-top: 10px;
      padding-bottom: 10px; }
      #footer #footer-wrapper .copyright a {
        color: #fff !important; }
      @media (max-width: 767px) {
        #footer #footer-wrapper .copyright {
          text-align: center;
          margin-bottom: 20px;
          padding: 0 !important; } }
      #footer #footer-wrapper .copyright span {
        border: 1px solid #fff;
        padding: 5px; }
      #footer #footer-wrapper .copyright.copy-bordered {
        text-align: center;
        margin-top: 20px; }
  #footer .social {
    text-align: right; }
    @media (max-width: 767px) {
      #footer .social {
        text-align: center; }
        #footer .social .social-icons, #footer .social .terms-of-use-menu {
          margin-left: 0 !important;
          display: block; }
        #footer .social .social-icons {
          margin-bottom: 20px; }
          #footer .social .social-icons a:last-child {
            margin-right: 0 !important; } }
  #footer .terms-of-use-menu {
    display: inline-block;
    margin-left: 20px; }
    @media (min-width: 992px) {
      #footer .terms-of-use-menu span {
        top: -3px; } }
    #footer .terms-of-use-menu span a {
      font-size: 12px;
      color: #fff !important; }
    #footer .terms-of-use-menu span:first-child {
      margin-right: 20px; }
  #footer .social-icons {
    margin: 0;
    font-size: 22px;
    font-size: 2.2rem;
    padding: 0;
    float: none !important;
    display: inline-block; }
    #footer .social-icons a {
      background: none !important;
      padding: 0;
      display: inline-block;
      color: #FFF;
      min-width: 30px;
      text-align: center;
      margin-right: 5px;
      height: 30px; }
    @media (max-width: 992px) {
      #footer .social-icons {
        float: none !important; } }

/*****************************/
#gform_wrapper_1, #gform_wrapper_4, #gform_wrapper_5 {
  max-width: 100%;
  text-align: right;
  padding-top: 8px;
  margin: 10px 0; }
  #gform_wrapper_1 form > div, #gform_wrapper_4 form > div, #gform_wrapper_5 form > div {
    display: inline-block;
    vertical-align: top; }
  #gform_wrapper_1 label.gfield_label + div.ginput_container, #gform_wrapper_4 label.gfield_label + div.ginput_container, #gform_wrapper_5 label.gfield_label + div.ginput_container {
    margin-top: 0; }
  #gform_wrapper_1 .gform_heading, #gform_wrapper_4 .gform_heading, #gform_wrapper_5 .gform_heading {
    width: 34%;
    padding: 0 10px;
    line-height: 2.5 !important;
    margin-bottom: 0; }
    @media (max-width: 992px) {
      #gform_wrapper_1 .gform_heading, #gform_wrapper_4 .gform_heading, #gform_wrapper_5 .gform_heading {
        display: none; } }
    #gform_wrapper_1 .gform_heading span, #gform_wrapper_4 .gform_heading span, #gform_wrapper_5 .gform_heading span {
      color: #FFF;
      text-transform: uppercase;
      font-size: 11px;
      font-size: 1.1rem;
      margin: 9px 0; }
  #gform_wrapper_1 .gform_body, #gform_wrapper_4 .gform_body, #gform_wrapper_5 .gform_body {
    width: 50%; }
    #gform_wrapper_1 .gform_body .gfield, #gform_wrapper_4 .gform_body .gfield, #gform_wrapper_5 .gform_body .gfield {
      margin-top: 0; }
    @media (max-width: 992px) {
      #gform_wrapper_1 .gform_body, #gform_wrapper_4 .gform_body, #gform_wrapper_5 .gform_body {
        width: 77%; } }
  #gform_wrapper_1 form, #gform_wrapper_4 form, #gform_wrapper_5 form {
    text-align: right; }
  #gform_wrapper_1 .gform_footer, #gform_wrapper_4 .gform_footer, #gform_wrapper_5 .gform_footer {
    padding: 0;
    margin: 0;
    width: 14%;
    display: inline-block; }
    @media (max-width: 992px) {
      #gform_wrapper_1 .gform_footer, #gform_wrapper_4 .gform_footer, #gform_wrapper_5 .gform_footer {
        width: 21%; } }
    #gform_wrapper_1 .gform_footer input, #gform_wrapper_4 .gform_footer input, #gform_wrapper_5 .gform_footer input {
      padding: 16px;
      width: 100%;
      border: none;
      background-color: #1976d2;
      color: #FFF; }
  #gform_wrapper_1 ul li input, #gform_wrapper_4 ul li input, #gform_wrapper_5 ul li input {
    padding: 8px 15px;
    font-size: 11px;
    background: url(/rgba/255/255/255/10);
    background: rgba(255, 255, 255, 0.1);
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1AFFFFFF', endColorstr='#1AFFFFFF',GradientType=0 );
    border: none;
    color: #FFF;
    text-transform: uppercase; }
    #gform_wrapper_1 ul li input::-webkit-input-placeholder, #gform_wrapper_4 ul li input::-webkit-input-placeholder, #gform_wrapper_5 ul li input::-webkit-input-placeholder {
      color: #FFF; }
    #gform_wrapper_1 ul li input:-moz-placeholder, #gform_wrapper_4 ul li input:-moz-placeholder, #gform_wrapper_5 ul li input:-moz-placeholder {
      color: #FFF; }
    #gform_wrapper_1 ul li input::-moz-placeholder, #gform_wrapper_4 ul li input::-moz-placeholder, #gform_wrapper_5 ul li input::-moz-placeholder {
      color: #FFF; }
    #gform_wrapper_1 ul li input:-ms-input-placeholder, #gform_wrapper_4 ul li input:-ms-input-placeholder, #gform_wrapper_5 ul li input:-ms-input-placeholder {
      color: #FFF; }
  #gform_wrapper_1 input[type=submit], #gform_wrapper_4 input[type=submit], #gform_wrapper_5 input[type=submit] {
    background-color: #1976d2;
    padding: 8px 10px;
    font-size: 11px;
    text-transform: uppercase; }

/*****************************/
/*****************************/
#gform_wrapper_4 {
  text-align: left; }
  #gform_wrapper_4 form {
    text-align: left; }
    #gform_wrapper_4 form .gform_heading {
      width: 24%; }
      #gform_wrapper_4 form .gform_heading span {
        border: none; }
  @media (max-width: 992px) {
    #gform_wrapper_4 {
      text-align: center; }
      #gform_wrapper_4 form {
        text-align: center; } }

#gforms_confirmation_message {
  color: #FFF;
  text-align: center;
  margin-top: 20px; }

/*****************************/
/*****************************/
.read-more {
  background: #1976d2;
  text-transform: uppercase;
  font-size: 11px;
  width: 90px;
  margin-left: auto; }
  .read-more a {
    color: #FFF;
    padding: 10px;
    display: block; }
    .read-more a:hover {
      text-decoration: none; }

a[title="twitter"] {
  background-color: #0e8ac8; }

a[title="facebook"] {
  background-color: #375a9c; }

a[title="linkedin"] {
  background-color: #0977b4; }

a[title="email"] {
  background-color: #6cbd45; }

.mga_loop {
  list-style-type: none; }
  .mga_loop article {
    border-bottom: 1px solid #DBDBDB;
    padding: 30px 0; }
  .mga_loop li {
    border-bottom: 1px solid #DBDBDB;
    padding: 30px 0; }
    .mga_loop li .slidePostWrap .mga_loop_postImg {
      min-width: 140px;
      display: inline-block;
      height: 140px;
      background-size: cover;
      margin-right: 3%;
      margin-top: 15px;
      width: 20%; }
    .mga_loop li .slidePostWrap .mga_loop_content {
      width: 77%;
      display: inline-block;
      vertical-align: top;
      margin-bottom: -50px; }
      .mga_loop li .slidePostWrap .mga_loop_content.noThumb {
        width: 100%; }
    .mga_loop li .slidePostWrap h1 {
      display: none; }
    .mga_loop li .slidePostWrap .excerptHolder {
      font-size: 15px;
      font-size: 1.5rem; }
    .mga_loop li .slidePostWrap .dateHolder {
      top: -50px;
      display: inline-block;
      font-size: 12px;
      font-size: 1.2rem;
      text-transform: uppercase;
      color: #B7B7B7; }

.page-template-landing-page #footer #footer-wrapper > div {
  padding: 0; }

.page-template-landing-page #footer #footer-wrapper .footer-navWrap, .page-template-landing-page #footer #footer-wrapper .social {
  display: none; }

.page-template-landing-page #footer #footer-wrapper .copyright span {
  display: inline-block;
  margin: 40px auto; }

#gform_wrapper_5 form {
  text-align: left; }

#gform_wrapper_5 .gform_body {
  width: auto;
  display: block; }

#gform_wrapper_5 ul li input {
  background: url(/rgba/255/255/255/50);
  background: rgba(255, 255, 255, 0.5);
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80FFFFFF', endColorstr='#80FFFFFF',GradientType=0 ); }

#gform_wrapper_5 .gform_footer {
  width: 99.2%;
  display: block;
  margin: 20px 0 0 0; }

#gform_wrapper_5 input[type=submit] {
  font-size: 20px; }

.btn {
  display: inline-block;
  box-shadow: none !important;
  opacity: 1 !important;
  padding: 7.5px 10px !important;
  background: #8dd1a4 !important;
  border-radius: 3px;
  border: 1px solid #8dd1a4 !important;
  color: #fff !important; }
  .btn:hover {
    background: #fff !important;
    color: #8dd1a4 !important;
    border-color: #8dd1a4 !important; }
  .btn.btn-clear, .btn.clear {
    color: #013e7b !important;
    background: none !important;
    border-color: transparent !important; }
    .btn.btn-clear:hover, .btn.clear:hover {
      color: #013e7b !important;
      background: none !important;
      border-color: transparent !important; }
  .btn.btn-red {
    background: #b0334c !important;
    border-color: #b0334c !important;
    color: #fff !important; }
    .btn.btn-red span {
      color: #fff !important; }
    .btn.btn-red:hover {
      background: none !important;
      border-color: #b0334c !important;
      color: #b0334c !important; }
      .btn.btn-red:hover span {
        color: #b0334c !important; }
  .btn.btn-gray {
    background: #FAF9F7 !important;
    border-color: rgba(175, 189, 199, 0.3) !important;
    color: #485057 !important; }
    .btn.btn-gray:hover {
      background: #FAF9F7 !important;
      border-color: rgba(175, 189, 199, 0.3) !important;
      color: #485057 !important; }

.button-group {
  display: block;
  text-align: center; }
  @media (max-width: 500px) {
    .button-group .btn {
      display: block;
      margin: 0; } }

.width-120 {
  width: 150px;
  max-width: 100%; }

img.gform_ajax_spinner {
  width: 40px; }

.gform_confirmation_message {
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.5;
  margin: 0 0 0 0;
  color: #94AAC1;
  letter-spacing: 0 !important; }

.gravity-forms-image-upload {
  display: none !important; }

.gform_wrapper {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important; }
  .gform_wrapper * {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease; }
  .gform_wrapper.gform_validation_error form .validation_error {
    border: none !important;
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
    color: #c45a6b !important; }
  .gform_wrapper.gform_validation_error form .gform_body .gform_fields .gfield.gfield_error {
    max-width: 100% !important;
    background: none !important;
    border: none !important; }
    .gform_wrapper.gform_validation_error form .gform_body .gform_fields .gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
      max-width: 100% !important;
      background: none !important;
      border: none !important; }
    .gform_wrapper.gform_validation_error form .gform_body .gform_fields .gfield.gfield_error label {
      color: #c45a6b !important; }
      .gform_wrapper.gform_validation_error form .gform_body .gform_fields .gfield.gfield_error label span {
        color: #c45a6b !important; }
    .gform_wrapper.gform_validation_error form .gform_body .gform_fields .gfield.gfield_error .gfield_description, .gform_wrapper.gform_validation_error form .gform_body .gform_fields .gfield.gfield_error .validation_message {
      display: none !important; }
  .gform_wrapper form {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important; }
    .gform_wrapper form .gf_progressbar_wrapper {
      display: none !important; }
    .gform_wrapper form .gform_body {
      width: 100% !important;
      max-width: 100% !important;
      margin: 0 !important;
      padding: 0 !important; }
      .gform_wrapper form .gform_body .gform_fields {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important; }
        .gform_wrapper form .gform_body .gform_fields .gfield {
          width: 100% !important;
          max-width: 100% !important;
          margin: 0 0 10px 0 !important;
          padding: 0 !important;
          background: none !important;
          border: none !important; }
          .gform_wrapper form .gform_body .gform_fields .gfield label {
            margin: 0 !important;
            padding: 0 !important;
            font-size: 11px !important;
            position: absolute;
            top: 5px;
            left: 10px;
            right: 10px;
            z-index: 1;
            font-weight: 500 !important;
            color: #314459 !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield label span {
              color: #314459 !important; }
          .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
            width: 100% !important;
            max-width: 100% !important;
            margin: 0 !important;
            padding: 0 !important;
            padding: 20px 10px 10px 10px !important;
            border: 1px solid rgba(175, 189, 199, 0.3) !important;
            border-radius: 5px !important;
            background: #fff !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:focus-within {
              box-shadow: 0 0 10px #dce0e3; }
            .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
              outline: none !important;
              border: none !important;
              width: 100% !important;
              max-width: 100% !important;
              margin: 0 !important;
              padding: 5px !important;
              background: none !important;
              font-size: 12px !important;
              color: #314459 !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_select {
              padding-left: 0 !important;
              padding-top: 30px !important; }
              .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_select select {
                outline: none !important;
                background: none !important;
                border: none !important;
                color: #314459 !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_recaptcha {
              border: none !important;
              padding-left: 0 !important;
              padding-right: 0 !important; }
              .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_recaptcha .gfield_label {
                left: 0 !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox {
              box-shadow: none !important; }
              .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio ul li, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li {
                display: block !important;
                padding: 5px 0 !important; }
                .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio ul li input, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li input {
                  float: left !important;
                  display: inline-block !important;
                  width: 20px !important; }
                .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio ul li label, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li label {
                  line-height: 1 !important;
                  position: relative !important;
                  float: left !important;
                  display: inline-block !important;
                  width: auto !important;
                  top: auto !important;
                  color: #314459 !important; }
          .gform_wrapper form .gform_body .gform_fields .gfield.ginput_captcha label {
            position: relative !important;
            left: 0 !important; }
          .gform_wrapper form .gform_body .gform_fields .gfield.ginput_captcha .ginput_container {
            padding-top: 10px !important; }
          .gform_wrapper form .gform_body .gform_fields .gfield.ginput_radio, .gform_wrapper form .gform_body .gform_fields .gfield.ginput_checkbox {
            padding: 0 !important;
            background: none !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield.ginput_radio > label, .gform_wrapper form .gform_body .gform_fields .gfield.ginput_checkbox > label {
              left: 0 !important;
              position: relative !important;
              display: block !important;
              margin-bottom: 20px !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield.ginput_radio .ginput_container, .gform_wrapper form .gform_body .gform_fields .gfield.ginput_checkbox .ginput_container {
              background: none !important;
              border: 0 !important;
              padding: 0 !important;
              margin-bottom: 20px !important; }
          .gform_wrapper form .gform_body .gform_fields .gfield.gfield_address {
            margin: 0 !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield.gfield_address > .gfield_label {
              position: relative !important;
              top: auto !important;
              left: 0 !important;
              margin-bottom: 5px !important;
              font-size: 14px !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield.gfield_address .ginput_container {
              padding: 0px !important;
              border: none !important; }
              .gform_wrapper form .gform_body .gform_fields .gfield.gfield_address .ginput_container > span {
                position: relative !important;
                padding: 20px 10px 10px 10px !important;
                border: 1px solid rgba(175, 189, 199, 0.3) !important;
                border-radius: 5px !important;
                background: #fff !important;
                margin: 0 0 10px 0 !important; }
                @media (min-width: 768px) {
                  .gform_wrapper form .gform_body .gform_fields .gfield.gfield_address .ginput_container > span {
                    float: left; } }
                .gform_wrapper form .gform_body .gform_fields .gfield.gfield_address .ginput_container > span.ginput_full {
                  width: 100% !important;
                  max-width: 100% !important;
                  display: block !important; }
                @media (min-width: 768px) {
                  .gform_wrapper form .gform_body .gform_fields .gfield.gfield_address .ginput_container > span.address_city, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_address .ginput_container > span.address_state, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_address .ginput_container > span.address_zip {
                    width: 32.63333% !important;
                    max-width: 32.63333% !important;
                    margin-right: 1% !important; }
                    .gform_wrapper form .gform_body .gform_fields .gfield.gfield_address .ginput_container > span.address_city:first-child, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_address .ginput_container > span.address_state:first-child, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_address .ginput_container > span.address_zip:first-child {
                      width: 33.33333% !important;
                      max-width: 33.33333% !important; } }
                @media (max-width: 767px) {
                  .gform_wrapper form .gform_body .gform_fields .gfield.gfield_address .ginput_container > span.address_city, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_address .ginput_container > span.address_state, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_address .ginput_container > span.address_zip {
                    display: block !important;
                    float: none !important;
                    width: 100% !important;
                    max-width: 100% !important;
                    margin-right: 0 !important; } }
                .gform_wrapper form .gform_body .gform_fields .gfield.gfield_address .ginput_container > span.address_zip {
                  margin-right: 0% !important; }
                .gform_wrapper form .gform_body .gform_fields .gfield.gfield_address .ginput_container > span.address_country {
                  padding-left: 0 !important;
                  padding-top: 30px !important;
                  width: 100% !important;
                  max-width: 100% !important; }
                  .gform_wrapper form .gform_body .gform_fields .gfield.gfield_address .ginput_container > span.address_country select {
                    outline: none !important;
                    background: none !important;
                    border: none !important;
                    color: #314459 !important; }
          @media (min-width: 768px) {
            .gform_wrapper form .gform_body .gform_fields .gfield.width-50 {
              width: 50% !important;
              max-width: 50% !important;
              float: left !important;
              clear: right !important; }
              .gform_wrapper form .gform_body .gform_fields .gfield.width-50.left-side {
                padding-right: 5px !important; }
              .gform_wrapper form .gform_body .gform_fields .gfield.width-50.right-side {
                padding-left: 5px !important; } }
          .gform_wrapper form .gform_body .gform_fields .gfield.ginput_name {
            margin: 0 !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield.ginput_name > .gfield_label {
              display: none !important;
              position: relative !important;
              top: auto !important;
              left: auto !important;
              margin-bottom: 5px !important;
              font-size: 14px !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield.ginput_name .ginput_container {
              padding: 0px !important;
              border: none !important; }
              .gform_wrapper form .gform_body .gform_fields .gfield.ginput_name .ginput_container > span {
                position: relative !important;
                padding: 20px 10px 10px 10px !important;
                border: 1px solid rgba(175, 189, 199, 0.3) !important;
                border-radius: 5px !important;
                background: #fff !important;
                margin: 0 0 10px 0 !important;
                width: 100% !important;
                max-width: 100% !important; }
                @media (min-width: 768px) {
                  .gform_wrapper form .gform_body .gform_fields .gfield.ginput_name .ginput_container > span {
                    float: left;
                    width: 49.5% !important;
                    max-width: 49.5% !important; }
                    .gform_wrapper form .gform_body .gform_fields .gfield.ginput_name .ginput_container > span.name_first {
                      margin-right: 0.5% !important; }
                    .gform_wrapper form .gform_body .gform_fields .gfield.ginput_name .ginput_container > span.name_last {
                      margin-left: 0.5% !important; } }
          .gform_wrapper form .gform_body .gform_fields .gfield.ginput_image_upload {
            min-height: 79px; }
            .gform_wrapper form .gform_body .gform_fields .gfield.ginput_image_upload .gfield_label {
              display: none !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield.ginput_image_upload .ginput_container {
              height: 0 !important;
              opacity: 0 !important;
              overflow: hidden !important;
              position: absolute; }
            .gform_wrapper form .gform_body .gform_fields .gfield.ginput_image_upload .gfield_description {
              display: block !important;
              padding: 5px 0 0 0 !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield.ginput_image_upload div[id*='gform_preview'] {
              position: absolute;
              z-index: -99999;
              opacity: 0; }
            .gform_wrapper form .gform_body .gform_fields .gfield.ginput_image_upload .ginput_upload {
              padding: 30px 10px 10px 10px;
              background: #fff;
              display: block;
              width: 100%;
              max-width: 100%;
              border-radius: 3px;
              border: 1px solid rgba(175, 189, 199, 0.3); }
              .gform_wrapper form .gform_body .gform_fields .gfield.ginput_image_upload .ginput_upload .upload-logo-path .upload-logo-path-inner {
                background-color: #F0F3F5 !important;
                margin: 10px 10px 0 0;
                display: inline-block;
                position: relative;
                max-width: 100%; }
                .gform_wrapper form .gform_body .gform_fields .gfield.ginput_image_upload .ginput_upload .upload-logo-path .upload-logo-path-inner .upload-logo-path-inner-item {
                  width: 75px;
                  padding-top: 100%;
                  border: 1px solid rgba(175, 189, 199, 0.3); }
                  .gform_wrapper form .gform_body .gform_fields .gfield.ginput_image_upload .ginput_upload .upload-logo-path .upload-logo-path-inner .upload-logo-path-inner-item .filetype-inner {
                    color: #1E2B3A !important;
                    position: absolute;
                    top: 30px;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    text-align: center; }
                .gform_wrapper form .gform_body .gform_fields .gfield.ginput_image_upload .ginput_upload .upload-logo-path .upload-logo-path-inner img {
                  width: 50px;
                  max-width: 100%; }
                .gform_wrapper form .gform_body .gform_fields .gfield.ginput_image_upload .ginput_upload .upload-logo-path .upload-logo-path-inner .upload-image-overlay {
                  position: absolute;
                  top: -1px;
                  right: -1px;
                  bottom: -1px;
                  left: -1px; }
                  .gform_wrapper form .gform_body .gform_fields .gfield.ginput_image_upload .ginput_upload .upload-logo-path .upload-logo-path-inner .upload-image-overlay .fa {
                    display: none;
                    position: absolute;
                    top: 5px;
                    font-size: 10px;
                    right: 5px;
                    font-size: 20px;
                    color: #fff;
                    cursor: pointer; }
                  .gform_wrapper form .gform_body .gform_fields .gfield.ginput_image_upload .ginput_upload .upload-logo-path .upload-logo-path-inner .upload-image-overlay:hover {
                    background: rgba(0, 0, 0, 0.3); }
                    .gform_wrapper form .gform_body .gform_fields .gfield.ginput_image_upload .ginput_upload .upload-logo-path .upload-logo-path-inner .upload-image-overlay:hover .fa {
                      display: block; }
            .gform_wrapper form .gform_body .gform_fields .gfield.ginput_image_upload.gfield_error .gfield_description {
              display: block !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield.ginput_image_upload.gfield_error .validation_message {
              display: none !important; }
    .gform_wrapper form .gform_footer {
      width: 100% !important;
      max-width: 100% !important;
      margin: 20px 0 0 0 !important;
      padding: 0 !important; }
      .gform_wrapper form .gform_footer .gform_button {
        display: inline-block;
        box-shadow: none !important;
        opacity: 1 !important;
        padding: 7.5px 15px !important;
        background: #8dd1a4 !important;
        border-radius: 3px;
        border: 1px solid #8dd1a4 !important;
        color: #fff !important; }
        @media (max-width: 767px) {
          .gform_wrapper form .gform_footer .gform_button {
            display: inline-block !important;
            width: auto !important;
            padding: 7.5px 25px !important; } }
        .gform_wrapper form .gform_footer .gform_button:hover {
          background: #fff !important;
          color: #8dd1a4 !important;
          border-color: #8dd1a4 !important; }

#wrapper {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }
  #wrapper .homepage-section {
    padding: 80px 0 !important; }
    @media (max-width: 767px) {
      #wrapper .homepage-section {
        padding: 50px 0 !important; } }
    #wrapper .homepage-section h1, #wrapper .homepage-section h2 {
      color: #013e7b; }
      @media (max-width: 767px) {
        #wrapper .homepage-section h1, #wrapper .homepage-section h2 {
          text-align: center; } }
    @media (max-width: 767px) {
      #wrapper .homepage-section h2 {
        text-align: center; } }
    #wrapper .homepage-section h3 {
      color: #013e7b; }
      @media (max-width: 767px) {
        #wrapper .homepage-section h3 {
          text-align: center; } }
    #wrapper .homepage-section h4 {
      color: #013e7b; }
      @media (max-width: 767px) {
        #wrapper .homepage-section h4 {
          text-align: center; } }
    #wrapper .homepage-section h5 {
      color: #485057; }
      @media (max-width: 767px) {
        #wrapper .homepage-section h5 {
          color: #94AAC1;
          font-size: 16px !important;
          text-align: center; } }
    #wrapper .homepage-section h6 {
      color: #013e7b; }
      @media (max-width: 767px) {
        #wrapper .homepage-section h6 {
          text-align: center; } }
    #wrapper .homepage-section p {
      color: #485057;
      line-height: 2; }
      @media (max-width: 767px) {
        #wrapper .homepage-section p {
          color: #94AAC1;
          text-align: center; } }
    #wrapper .homepage-section .gray-blocks .col-md-6 {
      background: #faf9f7; }
      @media (max-width: 991px) {
        #wrapper .homepage-section .gray-blocks .col-md-6 {
          margin-bottom: 15px; } }
    @media (min-width: 992px) {
      #wrapper .homepage-section .gray-blocks {
        display: table;
        table-layout: fixed; }
        #wrapper .homepage-section .gray-blocks .col-md-6 {
          display: table-cell;
          vertical-align: middle; }
          #wrapper .homepage-section .gray-blocks .col-md-6:first-child {
            border-right: 3px solid #fff; }
          #wrapper .homepage-section .gray-blocks .col-md-6:last-child {
            border-left: 3px solid #fff; } }
    #wrapper .homepage-section .gray-blocks .gray-block-inner {
      padding: 40px 20px; }
      #wrapper .homepage-section .gray-blocks .gray-block-inner h6 {
        font-size: 14px;
        color: #1E2B3A;
        margin: 0 0 5px 0 !important;
        text-align: left !important; }
      #wrapper .homepage-section .gray-blocks .gray-block-inner h3 {
        color: #b0334c;
        margin: 0 0 30px 0;
        text-align: left !important; }
      #wrapper .homepage-section .gray-blocks .gray-block-inner p {
        font-size: 14px !important;
        color: #bbc6cf;
        margin: 0 !important;
        text-align: left !important; }
        @media (min-width: 768px) {
          #wrapper .homepage-section .gray-blocks .gray-block-inner p {
            width: 40%; } }
    #wrapper .homepage-section .winred-feature {
      border-bottom: 1px solid rgba(175, 189, 199, 0.3);
      padding-top: 100px;
      padding-bottom: 100px; }
      #wrapper .homepage-section .winred-feature:last-child {
        border: none !important; }
      @media (max-width: 767px) {
        #wrapper .homepage-section .winred-feature {
          padding-top: 50px;
          padding-bottom: 50px; } }
      #wrapper .homepage-section .winred-feature h2 {
        margin-bottom: 40px;
        font-size: 40px !important; }
      #wrapper .homepage-section .winred-feature img {
        margin-top: 0;
        margin-bottom: 0; }
      #wrapper .homepage-section .winred-feature p {
        color: #bec8d1; }
      @media (min-width: 992px) {
        #wrapper .homepage-section .winred-feature {
          display: table;
          table-layout: fixed; }
          #wrapper .homepage-section .winred-feature div[class*='col-md'] {
            float: none;
            display: table-cell;
            vertical-align: middle !important; }
            #wrapper .homepage-section .winred-feature div[class*='col-md'] p:last-child {
              margin-bottom: 0 !important; } }
    #wrapper .homepage-section#request-demo {
      margin-top: 80px;
      padding: 150px 0 !important;
      background: #bbc6cf;
      background: linear-gradient(to right, #bbc6cf, #dce0e3) !important;
      background: -webkit-linear-gradient(to right, #bbc6cf, #dce0e3) !important;
      background: -moz-linear-gradient(to right, #bbc6cf, #dce0e3) !important;
      background: -o-linear-gradient(to right, #bbc6cf, #dce0e3) !important;
      background: -ms-linear-gradient(to right, #bbc6cf, #dce0e3) !important; }
      #wrapper .homepage-section#request-demo h1, #wrapper .homepage-section#request-demo h2, #wrapper .homepage-section#request-demo h3, #wrapper .homepage-section#request-demo h4, #wrapper .homepage-section#request-demo h5, #wrapper .homepage-section#request-demo h6, #wrapper .homepage-section#request-demo p {
        color: #fff !important; }

@media (max-width: 767px) {
  body.page-template-support-page-php, body.page-template-blog, body.single-post, body.page-template-press-page, body.page-template-winred-landing-page:not(.animated-header) {
    background-size: auto 500px !important; } }

body.page-template-support-page-php .hamburger .hamburger-inner, body.page-template-support-page-php .hamburger .hamburger-inner::before, body.page-template-support-page-php .hamburger .hamburger-inner::after, body.page-template-blog .hamburger .hamburger-inner, body.page-template-blog .hamburger .hamburger-inner::before, body.page-template-blog .hamburger .hamburger-inner::after, body.single-post .hamburger .hamburger-inner, body.single-post .hamburger .hamburger-inner::before, body.single-post .hamburger .hamburger-inner::after, body.page-template-press-page .hamburger .hamburger-inner, body.page-template-press-page .hamburger .hamburger-inner::before, body.page-template-press-page .hamburger .hamburger-inner::after, body.page-template-winred-landing-page:not(.animated-header) .hamburger .hamburger-inner, body.page-template-winred-landing-page:not(.animated-header) .hamburger .hamburger-inner::before, body.page-template-winred-landing-page:not(.animated-header) .hamburger .hamburger-inner::after {
  background-color: #b0334c !important; }

body.page-template-support-page-php .hamburger.is-active .hamburger-inner,
body.page-template-support-page-php .hamburger.is-active .hamburger-inner::before,
body.page-template-support-page-php .hamburger.is-active .hamburger-inner::after, body.page-template-blog .hamburger.is-active .hamburger-inner,
body.page-template-blog .hamburger.is-active .hamburger-inner::before,
body.page-template-blog .hamburger.is-active .hamburger-inner::after, body.single-post .hamburger.is-active .hamburger-inner,
body.single-post .hamburger.is-active .hamburger-inner::before,
body.single-post .hamburger.is-active .hamburger-inner::after, body.page-template-press-page .hamburger.is-active .hamburger-inner,
body.page-template-press-page .hamburger.is-active .hamburger-inner::before,
body.page-template-press-page .hamburger.is-active .hamburger-inner::after, body.page-template-winred-landing-page:not(.animated-header) .hamburger.is-active .hamburger-inner,
body.page-template-winred-landing-page:not(.animated-header) .hamburger.is-active .hamburger-inner::before,
body.page-template-winred-landing-page:not(.animated-header) .hamburger.is-active .hamburger-inner::after {
  background-color: #fff !important; }

@media (max-width: 767px) {
  body.page-template-support-page-php #header .navbar .navWrap .navbar-header, body.page-template-blog #header .navbar .navWrap .navbar-header, body.single-post #header .navbar .navWrap .navbar-header, body.page-template-press-page #header .navbar .navWrap .navbar-header, body.page-template-winred-landing-page:not(.animated-header) #header .navbar .navWrap .navbar-header {
    border-bottom: 1px solid rgba(175, 189, 199, 0.3) !important; } }

body.page-template-support-page-php #header .navbar .navWrap .navbar-collapse, body.page-template-blog #header .navbar .navWrap .navbar-collapse, body.single-post #header .navbar .navWrap .navbar-collapse, body.page-template-press-page #header .navbar .navWrap .navbar-collapse, body.page-template-winred-landing-page:not(.animated-header) #header .navbar .navWrap .navbar-collapse {
  border-bottom: 1px solid rgba(175, 189, 199, 0.3) !important; }

body.page-template-support-page-php #header .navbar .navWrap .nav > li > a, body.page-template-blog #header .navbar .navWrap .nav > li > a, body.single-post #header .navbar .navWrap .nav > li > a, body.page-template-press-page #header .navbar .navWrap .nav > li > a, body.page-template-winred-landing-page:not(.animated-header) #header .navbar .navWrap .nav > li > a {
  color: #485057 !important;
  opacity: 1; }
  body.page-template-support-page-php #header .navbar .navWrap .nav > li > a:hover, body.page-template-blog #header .navbar .navWrap .nav > li > a:hover, body.single-post #header .navbar .navWrap .nav > li > a:hover, body.page-template-press-page #header .navbar .navWrap .nav > li > a:hover, body.page-template-winred-landing-page:not(.animated-header) #header .navbar .navWrap .nav > li > a:hover {
    color: #c45a6b !important; }
  body.page-template-support-page-php #header .navbar .navWrap .nav > li > a[title="sign-in"], body.page-template-blog #header .navbar .navWrap .nav > li > a[title="sign-in"], body.single-post #header .navbar .navWrap .nav > li > a[title="sign-in"], body.page-template-press-page #header .navbar .navWrap .nav > li > a[title="sign-in"], body.page-template-winred-landing-page:not(.animated-header) #header .navbar .navWrap .nav > li > a[title="sign-in"] {
    margin-left: 30px;
    opacity: 1 !important; }
  body.page-template-support-page-php #header .navbar .navWrap .nav > li > a[title="request-demo"], body.page-template-blog #header .navbar .navWrap .nav > li > a[title="request-demo"], body.single-post #header .navbar .navWrap .nav > li > a[title="request-demo"], body.page-template-press-page #header .navbar .navWrap .nav > li > a[title="request-demo"], body.page-template-winred-landing-page:not(.animated-header) #header .navbar .navWrap .nav > li > a[title="request-demo"] {
    opacity: 1 !important;
    padding: 6.5px 9px !important;
    border: 1px solid #8dd1a4;
    margin: 17.5px 0 17.5px 10px !important;
    background: #fff !important;
    border-radius: 3px;
    background: #8dd1a4 !important;
    color: #fff !important; }
    body.page-template-support-page-php #header .navbar .navWrap .nav > li > a[title="request-demo"]:hover, body.page-template-blog #header .navbar .navWrap .nav > li > a[title="request-demo"]:hover, body.single-post #header .navbar .navWrap .nav > li > a[title="request-demo"]:hover, body.page-template-press-page #header .navbar .navWrap .nav > li > a[title="request-demo"]:hover, body.page-template-winred-landing-page:not(.animated-header) #header .navbar .navWrap .nav > li > a[title="request-demo"]:hover {
      color: #8dd1a4 !important;
      background: none !important; }

body.page-template-support-page-php #header .navbar .navWrap .nav li.active a, body.page-template-support-page-php #header .navbar .navWrap .nav li.current-page-ancestor a, body.page-template-blog #header .navbar .navWrap .nav li.active a, body.page-template-blog #header .navbar .navWrap .nav li.current-page-ancestor a, body.single-post #header .navbar .navWrap .nav li.active a, body.single-post #header .navbar .navWrap .nav li.current-page-ancestor a, body.page-template-press-page #header .navbar .navWrap .nav li.active a, body.page-template-press-page #header .navbar .navWrap .nav li.current-page-ancestor a, body.page-template-winred-landing-page:not(.animated-header) #header .navbar .navWrap .nav li.active a, body.page-template-winred-landing-page:not(.animated-header) #header .navbar .navWrap .nav li.current-page-ancestor a {
  color: #b0334c !important;
  opacity: 1; }
  body.page-template-support-page-php #header .navbar .navWrap .nav li.active a:hover, body.page-template-support-page-php #header .navbar .navWrap .nav li.current-page-ancestor a:hover, body.page-template-blog #header .navbar .navWrap .nav li.active a:hover, body.page-template-blog #header .navbar .navWrap .nav li.current-page-ancestor a:hover, body.single-post #header .navbar .navWrap .nav li.active a:hover, body.single-post #header .navbar .navWrap .nav li.current-page-ancestor a:hover, body.page-template-press-page #header .navbar .navWrap .nav li.active a:hover, body.page-template-press-page #header .navbar .navWrap .nav li.current-page-ancestor a:hover, body.page-template-winred-landing-page:not(.animated-header) #header .navbar .navWrap .nav li.active a:hover, body.page-template-winred-landing-page:not(.animated-header) #header .navbar .navWrap .nav li.current-page-ancestor a:hover {
    opacity: 1; }

body.home #pageHeadImg {
  margin-bottom: 120px;
  overflow: visible; }
  body.home #pageHeadImg .textHolder {
    padding: 70px 0 0 0 !important; }
    @media (max-width: 767px) {
      body.home #pageHeadImg .textHolder .winred-phone-inner {
        padding-left: 10px; } }
    body.home #pageHeadImg .textHolder .winred-phone {
      transform: translateY(100px);
      -webkit-transform: translateY(100px);
      -moz-transform: translateY(100px);
      -o-transform: translateY(100px);
      -ms-transform: translateY(100px); }
      body.home #pageHeadImg .textHolder .winred-phone.winred-phone-inner p {
        margin: 0 !important; }
      body.home #pageHeadImg .textHolder .winred-phone.winred-phone-inner:before {
        content: '';
        position: absolute;
        top: 20px;
        bottom: 20px;
        left: 20px;
        right: 20px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4); }
      body.home #pageHeadImg .textHolder .winred-phone img {
        margin: 0 auto !important;
        width: 400px;
        max-width: 100%; }
    body.home #pageHeadImg .textHolder .phone-text {
      position: absolute;
      width: 150px; }
      body.home #pageHeadImg .textHolder .phone-text p {
        font-size: 14px !important;
        margin: 0;
        max-width: 100%;
        line-height: 1.5 !important; }
      body.home #pageHeadImg .textHolder .phone-text.phone-text-left {
        top: 50%;
        top: calc(50% - 76px);
        top: -webkit-calc(50% - 76px);
        top: -moz-calc(50% - 76px);
        top: -o-calc(50% - 76px);
        top: -ms-calc(50% - 76px);
        left: -200px; }
        @media (max-width: 767px) {
          body.home #pageHeadImg .textHolder .phone-text.phone-text-left {
            display: none; } }
        body.home #pageHeadImg .textHolder .phone-text.phone-text-left:before {
          content: '';
          opacity: 0.3;
          transform-origin: left;
          transform: rotate(-40deg);
          width: 30px;
          height: 1px;
          position: absolute;
          top: 0;
          right: -20px;
          background: #fff; }
        body.home #pageHeadImg .textHolder .phone-text.phone-text-left p:before {
          content: '';
          position: absolute;
          top: -25px;
          right: -20px;
          height: 5px;
          width: 5px;
          background: #fff;
          border-radius: 50%; }
        body.home #pageHeadImg .textHolder .phone-text.phone-text-left p:after {
          content: '';
          opacity: 0.3;
          position: absolute;
          top: -28px;
          right: -23px;
          height: 11px;
          width: 11px;
          border: 1px solid #fff;
          border-radius: 50%; }
      body.home #pageHeadImg .textHolder .phone-text.phone-text-right-top {
        top: 25%;
        top: calc(25% - 38px);
        top: -webkit-calc(25% - 38px);
        top: -moz-calc(25% - 38px);
        top: -o-calc(25% - 38px);
        top: -ms-calc(25% - 38px);
        right: -210px; }
        @media (max-width: 767px) {
          body.home #pageHeadImg .textHolder .phone-text.phone-text-right-top {
            display: none; } }
      body.home #pageHeadImg .textHolder .phone-text.phone-text-right-bottom {
        top: 75%;
        top: calc(75% - 38px);
        top: -webkit-calc(75% - 38px);
        top: -moz-calc(75% - 38px);
        top: -o-calc(75% - 38px);
        top: -ms-calc(75% - 38px);
        right: -210px; }
        @media (max-width: 767px) {
          body.home #pageHeadImg .textHolder .phone-text.phone-text-right-bottom {
            display: none; } }
      body.home #pageHeadImg .textHolder .phone-text.phone-text-right-top:before, body.home #pageHeadImg .textHolder .phone-text.phone-text-right-bottom:before {
        content: '';
        opacity: 0.3;
        transform-origin: right;
        transform: rotate(40deg);
        width: 30px;
        height: 1px;
        position: absolute;
        top: 5px;
        left: -33px;
        background: #fff; }
      body.home #pageHeadImg .textHolder .phone-text.phone-text-right-top p:before, body.home #pageHeadImg .textHolder .phone-text.phone-text-right-bottom p:before {
        content: '';
        position: absolute;
        top: -20px;
        left: -33px;
        height: 5px;
        width: 5px;
        background: #fff;
        border-radius: 50%; }
      body.home #pageHeadImg .textHolder .phone-text.phone-text-right-top p:after, body.home #pageHeadImg .textHolder .phone-text.phone-text-right-bottom p:after {
        content: '';
        opacity: 0.3;
        position: absolute;
        top: -23px;
        left: -36px;
        height: 11px;
        width: 11px;
        border: 1px solid #fff;
        border-radius: 50%; }

@media (max-width: 991px) {
  body.home .svg-holder {
    text-align: center; } }

body.home #graph-svg {
  max-width: 100%; }
  @media (min-width: 992px) {
    body.home #graph-svg {
      transform: scale(2) translateX(-20px);
      -webkit-transform: scale(2) translateX(-20px);
      -moz-transform: scale(2) translateX(-20px);
      -o-transform: scale(2) translateX(-20px);
      -ms-transform: scale(2) translateX(-20px); } }
  @media (max-width: 991px) {
    body.home #graph-svg {
      transform: scale(1.2) translateX(-20px);
      -webkit-transform: scale(1.2) translateX(-20px);
      -moz-transform: scale(1.2) translateX(-20px);
      -o-transform: scale(1.2) translateX(-20px);
      -ms-transform: scale(1.2) translateX(-20px); } }
  @media (max-width: 767px) {
    body.home #graph-svg {
      transform: scale(1) translateX(-20px);
      -webkit-transform: scale(1) translateX(-20px);
      -moz-transform: scale(1) translateX(-20px);
      -o-transform: scale(1) translateX(-20px);
      -ms-transform: scale(1) translateX(-20px); } }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }
  body.home #graph-svg .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000; }
  body.home #graph-svg.animate-svg .path {
    animation: dash 2.5s linear forwards;
    -webkit-animation: dash 2.5s linear forwards;
    -moz-animation: dash 2.5s linear forwards;
    -o-animation: dash 2.5s linear forwards;
    -ms-animation: dash 2.5s linear forwards; }

@media (min-width: 768px) {
  body.features #pageHeadImg .featured-subtitle {
    padding: 50px 0; } }

body.features #pageHeadImg .featured-subtitle img {
  width: 170px;
  max-width: 100%; }

body.page-template-press-page {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat; }
  body.page-template-press-page #pageHeadImg {
    display: none; }
  body.page-template-press-page #wrapper {
    padding-top: 71px; }
    @media (max-width: 767px) {
      body.page-template-press-page #wrapper {
        padding-top: 121px !important; } }
    body.page-template-press-page #wrapper .homepage-section h5 {
      color: #013e7b;
      margin-bottom: 0px;
      font-size: 24px !important; }
      @media (max-width: 767px) {
        body.page-template-press-page #wrapper .homepage-section h5 {
          text-align: left; } }
    body.page-template-press-page #wrapper .homepage-section .subhead {
      color: #94AAC1; }
      @media (max-width: 767px) {
        body.page-template-press-page #wrapper .homepage-section .subhead {
          text-align: left; } }
    body.page-template-press-page #wrapper .homepage-section.press-section h4 {
      color: #013e7b;
      margin-bottom: 30px; }
    body.page-template-press-page #wrapper .homepage-section.press-header .winred-logo {
      margin-bottom: 30px; }
    body.page-template-press-page #wrapper .homepage-section.press-header h1 {
      font-size: 50px !important;
      color: #003061 !important;
      font-weight: 500 !important; }
      @media (max-width: 767px) {
        body.page-template-press-page #wrapper .homepage-section.press-header h1 {
          font-size: 35px !important; } }
    @media (max-width: 991px) {
      body.page-template-press-page #wrapper .homepage-section.press-download #download-zip {
        margin-top: 20px !important; } }
    body.page-template-press-page #wrapper .homepage-section.press-download .downloads-block {
      padding: 80px 0 40px;
      border: 1px solid rgba(175, 189, 199, 0.3);
      border-radius: 5px;
      background: #fff; }
      body.page-template-press-page #wrapper .homepage-section.press-download .downloads-block .btn {
        margin-top: 40px; }
      @media (max-width: 991px) {
        body.page-template-press-page #wrapper .homepage-section.press-download .downloads-block .download-block {
          text-align: center !important;
          margin-bottom: 40px; } }
      body.page-template-press-page #wrapper .homepage-section.press-download .downloads-block .download-block img {
        width: 70px;
        margin-bottom: 40px; }
      body.page-template-press-page #wrapper .homepage-section.press-download .downloads-block .download-block[alt="WinRed Logo"] img, body.page-template-press-page #wrapper .homepage-section.press-download .downloads-block .download-block:first-child img {
        width: 170px;
        margin-top: 15px;
        margin-bottom: 55px; }
        @media (max-width: 991px) {
          body.page-template-press-page #wrapper .homepage-section.press-download .downloads-block .download-block[alt="WinRed Logo"] img, body.page-template-press-page #wrapper .homepage-section.press-download .downloads-block .download-block:first-child img {
            margin-bottom: 20px; } }
      body.page-template-press-page #wrapper .homepage-section.press-download .downloads-block .download-block .download-toggle div {
        margin: 0 3px;
        display: inline-block;
        padding: 0 7px 12px;
        font-size: 11px;
        color: #1E2B3A;
        border: 1px solid rgba(175, 189, 199, 0.3);
        border-radius: 5px;
        line-height: 1;
        -webkit-touch-callout: none;
        /* iOS Safari */
        -webkit-user-select: none;
        /* Safari */
        -khtml-user-select: none;
        /* Konqueror HTML */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* Internet Explorer/Edge */
        user-select: none; }
      @media (min-width: 992px) {
        body.page-template-press-page #wrapper .homepage-section.press-download .downloads-block .row {
          display: table;
          table-layout: fixed;
          width: 100%;
          margin: 0; }
          body.page-template-press-page #wrapper .homepage-section.press-download .downloads-block .row .download-block {
            text-align: center;
            display: table-cell;
            float: none;
            vertical-align: top; } }
    body.page-template-press-page #wrapper .homepage-section.winred-colors .color-row {
      margin-right: -5px;
      margin-left: -5px; }
    body.page-template-press-page #wrapper .homepage-section.winred-colors .winred-color {
      padding: 5px; }
      body.page-template-press-page #wrapper .homepage-section.winred-colors .winred-color.light-font .color-text {
        color: #fff; }
      body.page-template-press-page #wrapper .homepage-section.winred-colors .winred-color.dark-font .color-text {
        color: #003061; }
      body.page-template-press-page #wrapper .homepage-section.winred-colors .winred-color.dark-font .winred-color-inner {
        border-color: rgba(175, 189, 199, 0.3) !important; }
      body.page-template-press-page #wrapper .homepage-section.winred-colors .winred-color .winred-color-inner {
        padding: 15px 15px 55px 15px;
        border-radius: 5px; }
        body.page-template-press-page #wrapper .homepage-section.winred-colors .winred-color .winred-color-inner .color-text {
          font-size: 11px !important; }
    body.page-template-press-page #wrapper .homepage-section.logo-styles {
      padding-bottom: 40px !important; }
      body.page-template-press-page #wrapper .homepage-section.logo-styles .logo-examples img {
        width: 100%;
        max-width: 100%;
        margin: 0 0 15px 0; }
  body.page-template-press-page #footer {
    border-top: 1px solid rgba(175, 189, 199, 0.3); }

body.page-template-support-page-php {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat; }
  body.page-template-support-page-php #pageHeadImg {
    display: none; }
  body.page-template-support-page-php #wrapper {
    padding-top: 71px; }
    @media (max-width: 767px) {
      body.page-template-support-page-php #wrapper .homepage-section h4 {
        text-align: left !important; } }
    body.page-template-support-page-php #wrapper .homepage-section.support-section h4 {
      color: #013e7b;
      margin-bottom: 30px; }
    body.page-template-support-page-php #wrapper .homepage-section.support-header .winred-logo {
      margin-bottom: 40px; }
    body.page-template-support-page-php #wrapper .homepage-section.support-header h1 {
      color: #485057 !important;
      font-size: 24px !important;
      line-height: 1.3;
      font-weight: 500 !important;
      margin-bottom: 0px; }
      @media (max-width: 767px) {
        body.page-template-support-page-php #wrapper .homepage-section.support-header h1 {
          font-size: 22px !important;
          margin-bottom: 20px; } }
    @media (max-width: 767px) {
      body.page-template-support-page-php #wrapper .homepage-section.support-header h2 {
        margin: 20px 0 !important; } }
    body.page-template-support-page-php #wrapper .homepage-section.support-header h2 a {
      font-size: 70px;
      font-weight: 200 !important;
      color: #D0021B !important;
      text-decoration: none !important; }
      @media (max-width: 767px) {
        body.page-template-support-page-php #wrapper .homepage-section.support-header h2 a {
          font-size: 26px !important; } }
      body.page-template-support-page-php #wrapper .homepage-section.support-header h2 a:hover {
        color: #b0334c !important; }
    @media (min-width: 768px) {
      body.page-template-support-page-php #wrapper .homepage-section.support-header .email-support {
        margin-top: -10px; } }
    body.page-template-support-page-php #wrapper .homepage-section.support-header .email-support a {
      color: #b0334c !important;
      text-decoration: underline; }
    body.page-template-support-page-php #wrapper .homepage-section.support-forms .email_support .form_wrapper {
      background: #fff !important;
      padding: 20px !important;
      border: 1px solid rgba(175, 189, 199, 0.3) !important;
      border-radius: 5px !important; }
    @media (max-width: 991px) {
      body.page-template-support-page-php #wrapper .homepage-section.support-forms .login_form {
        margin-top: 50px; } }
    body.page-template-support-page-php #wrapper .homepage-section.support-forms .login_form .form_wrapper {
      background: #faf9f7;
      padding: 20px !important;
      border: 1px solid rgba(175, 189, 199, 0.3) !important;
      border-radius: 5px !important; }
      body.page-template-support-page-php #wrapper .homepage-section.support-forms .login_form .form_wrapper h5 {
        color: #485057;
        font-size: 16px;
        margin: 0 0 10px 0 !important; }
      body.page-template-support-page-php #wrapper .homepage-section.support-forms .login_form .form_wrapper .gform_wrapper form .gform_heading .gform_description {
        font-size: 12px;
        color: #94AAC1;
        line-height: 1.5;
        margin-left: 0;
        margin-right: 0; }
    body.page-template-support-page-php #wrapper .homepage-section#top-support-requests .support-request {
      margin-bottom: 30px; }
      body.page-template-support-page-php #wrapper .homepage-section#top-support-requests .support-request a {
        height: 100%;
        text-decoration: none !important; }
      body.page-template-support-page-php #wrapper .homepage-section#top-support-requests .support-request .support-request-inner {
        height: 100%;
        border: 1px solid rgba(175, 189, 199, 0.3);
        border-radius: 5px;
        padding: 20px 20px 40px 20px;
        background: #fff; }
        body.page-template-support-page-php #wrapper .homepage-section#top-support-requests .support-request .support-request-inner:hover {
          background: #F6F8F9;
          box-shadow: 0 0 10px #dce0e3; }
        body.page-template-support-page-php #wrapper .homepage-section#top-support-requests .support-request .support-request-inner h5 {
          font-size: 18px !important;
          margin: 0 0 10px 0 !important; }
          @media (max-width: 767px) {
            body.page-template-support-page-php #wrapper .homepage-section#top-support-requests .support-request .support-request-inner h5 {
              text-align: left;
              color: #485057 !important; } }
        body.page-template-support-page-php #wrapper .homepage-section#top-support-requests .support-request .support-request-inner p {
          color: #94AAC1;
          margin-bottom: 0 !important; }
          @media (max-width: 767px) {
            body.page-template-support-page-php #wrapper .homepage-section#top-support-requests .support-request .support-request-inner p {
              text-align: left; } }
    body.page-template-support-page-php #wrapper .homepage-section#faqs {
      padding-bottom: 0 !important; }
      body.page-template-support-page-php #wrapper .homepage-section#faqs .faq {
        border-bottom: 1px solid rgba(175, 189, 199, 0.3);
        margin-bottom: 20px;
        padding: 10px 0; }
        body.page-template-support-page-php #wrapper .homepage-section#faqs .faq h5 {
          font-size: 16px !important;
          margin-bottom: 0 !important; }
          @media (max-width: 767px) {
            body.page-template-support-page-php #wrapper .homepage-section#faqs .faq h5 {
              color: #1E2B3A !important; } }
        @media (max-width: 767px) {
          body.page-template-support-page-php #wrapper .homepage-section#faqs .faq h5, body.page-template-support-page-php #wrapper .homepage-section#faqs .faq p {
            text-align: left; } }
        body.page-template-support-page-php #wrapper .homepage-section#faqs .faq p {
          color: #94AAC1;
          font-size: 12px !important; }
        body.page-template-support-page-php #wrapper .homepage-section#faqs .faq:last-child {
          border-bottom: none !important; }
  body.page-template-support-page-php #footer {
    margin-top: 50px !important; }

body.page-template-blog {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat; }
  body.page-template-blog #pageHeadImg {
    display: none !important; }
  body.page-template-blog #wrapper {
    margin-top: 211px; }
    body.page-template-blog #wrapper .post-page-header {
      margin-bottom: 100px; }
      @media (min-width: 768px) {
        body.page-template-blog #wrapper .post-page-header .container .sameHeight {
          border-bottom: 1px solid rgba(175, 189, 199, 0.3); } }
      body.page-template-blog #wrapper .post-page-header .blog-logo {
        width: 250px;
        margin: 0 auto 50px; }
      body.page-template-blog #wrapper .post-page-header .blog-page-menu {
        margin: 0 !important;
        padding: 0 !important; }
        @media (max-width: 767px) {
          body.page-template-blog #wrapper .post-page-header .blog-page-menu {
            text-align: center;
            padding-bottom: 20px;
            margin-bottom: 20px !important;
            border-bottom: 1px solid rgba(175, 189, 199, 0.3); } }
        body.page-template-blog #wrapper .post-page-header .blog-page-menu li {
          display: inline-block;
          margin: 0;
          padding: 0; }
          body.page-template-blog #wrapper .post-page-header .blog-page-menu li a {
            position: relative;
            display: block;
            font-size: 13px;
            background: none !important;
            text-decoration: none !important;
            padding: 20px;
            color: #485057 !important; }
            body.page-template-blog #wrapper .post-page-header .blog-page-menu li a:hover {
              color: #c45a6b !important; }
            body.page-template-blog #wrapper .post-page-header .blog-page-menu li a.active {
              color: #b0334c !important; }
              body.page-template-blog #wrapper .post-page-header .blog-page-menu li a.active:hover {
                color: #b0334c !important; }
          @media (min-width: 992px) {
            body.page-template-blog #wrapper .post-page-header .blog-page-menu li:first-child a {
              padding-left: 0; } }
          @media (min-width: 992px) {
            body.page-template-blog #wrapper .post-page-header .blog-page-menu li:last-child a {
              padding-right: 0; } }
      @media (max-width: 767px) {
        body.page-template-blog #wrapper .post-page-header .search-section {
          text-align: left;
          padding-left: 30px; } }
      body.page-template-blog #wrapper .post-page-header #search-toggle {
        color: #314459;
        margin-left: 20px;
        cursor: pointer;
        outline: none !important;
        width: 13px; }
      body.page-template-blog #wrapper .post-page-header #search-input {
        width: 250px;
        position: absolute;
        right: 0;
        bottom: -60px;
        display: none; }
        @media (max-width: 767px) {
          body.page-template-blog #wrapper .post-page-header #search-input {
            left: 30px;
            right: auto; } }
        body.page-template-blog #wrapper .post-page-header #search-input.show-search {
          display: inline-block; }
        body.page-template-blog #wrapper .post-page-header #search-input input {
          width: 100%;
          padding: 10px 40px 10px 10px !important;
          border: 1px solid rgba(175, 189, 199, 0.3);
          border-radius: 5px;
          background: #fff;
          color: #314459;
          outline: none; }
          body.page-template-blog #wrapper .post-page-header #search-input input::-webkit-input-placeholder {
            color: #dce0e3; }
          body.page-template-blog #wrapper .post-page-header #search-input input:-moz-placeholder {
            color: #dce0e3; }
          body.page-template-blog #wrapper .post-page-header #search-input input::-moz-placeholder {
            color: #dce0e3; }
          body.page-template-blog #wrapper .post-page-header #search-input input:-ms-input-placeholder {
            color: #dce0e3; }
          body.page-template-blog #wrapper .post-page-header #search-input input:focus {
            box-shadow: 0 0 10px #dce0e3; }
        body.page-template-blog #wrapper .post-page-header #search-input .clear-input {
          display: none;
          cursor: pointer;
          position: absolute;
          right: 10px;
          top: 13px;
          font-size: 10px;
          color: #94AAC1; }
          body.page-template-blog #wrapper .post-page-header #search-input .clear-input.clear-visible {
            display: inline-block; }
      @media (min-width: 768px) {
        body.page-template-blog #wrapper .post-page-header .sameHeight {
          display: table;
          table-layout: fixed;
          width: 100%;
          margin: 0; }
          body.page-template-blog #wrapper .post-page-header .sameHeight .col-sm-6 {
            float: none;
            display: table-cell;
            vertical-align: middle; }
            body.page-template-blog #wrapper .post-page-header .sameHeight .col-sm-6:last-child {
              text-align: right; } }
    body.page-template-blog #wrapper #more-posts-btn {
      display: block;
      background: #003D7B;
      color: #fff;
      font-size: 12px;
      padding: 20px;
      text-align: center;
      border-radius: 5px;
      cursor: pointer; }
    body.page-template-blog #wrapper .blog-page-loop #search-input .clear-input {
      position: absolute;
      top: 13px;
      right: 0;
      font-size: 12px;
      color: #bbc6cf !important;
      cursor: pointer;
      display: none; }
      body.page-template-blog #wrapper .blog-page-loop #search-input .clear-input.clear-visible {
        display: inline; }
    body.page-template-blog #wrapper .blog-page-loop .blog-post {
      margin-bottom: 30px; }
      body.page-template-blog #wrapper .blog-page-loop .blog-post a {
        text-decoration: none !important; }
      body.page-template-blog #wrapper .blog-page-loop .blog-post .blog-post-inner {
        background: #fff;
        border: 1px solid rgba(175, 189, 199, 0.3);
        border-radius: 5px;
        padding: 20px; }
        body.page-template-blog #wrapper .blog-page-loop .blog-post .blog-post-inner:hover {
          box-shadow: 0 0 10px #dce0e3;
          background: #F6F8F9; }
        body.page-template-blog #wrapper .blog-page-loop .blog-post .blog-post-inner .post-content-inner {
          overflow: hidden; }
        body.page-template-blog #wrapper .blog-page-loop .blog-post .blog-post-inner .post-categories {
          margin-bottom: 5px; }
          body.page-template-blog #wrapper .blog-page-loop .blog-post .blog-post-inner .post-categories span {
            position: relative;
            display: inline-block;
            font-size: 12px;
            color: #D0021B !important; }
            body.page-template-blog #wrapper .blog-page-loop .blog-post .blog-post-inner .post-categories span:after {
              content: ' |'; }
            body.page-template-blog #wrapper .blog-page-loop .blog-post .blog-post-inner .post-categories span:last-child:after {
              display: none !important; }
        body.page-template-blog #wrapper .blog-page-loop .blog-post .blog-post-inner h4 {
          color: #485057 !important; }
        body.page-template-blog #wrapper .blog-page-loop .blog-post .blog-post-inner p {
          margin-bottom: 40px;
          font-size: 12px !important;
          color: #94AAC1;
          line-height: 1.75; }
        body.page-template-blog #wrapper .blog-page-loop .blog-post .blog-post-inner .continue-reading {
          font-size: 14px;
          color: #003D7B;
          opacity: 0.5;
          text-decoration: underline; }

@media (min-width: 768px) {
  body.request-demo #header {
    display: none !important; } }

body.request-demo #pageHeadImg {
  display: none !important; }

body.request-demo #wrapper {
  background: #b0334c;
  background: linear-gradient(to right, #b0334c, #c45a6b) !important;
  background: -webkit-linear-gradient(to right, #b0334c, #c45a6b) !important;
  background: -moz-linear-gradient(to right, #b0334c, #c45a6b) !important;
  background: -o-linear-gradient(to right, #b0334c, #c45a6b) !important;
  background: -ms-linear-gradient(to right, #b0334c, #c45a6b) !important; }
  body.request-demo #wrapper #waves, body.request-demo #wrapper #waves2 {
    height: 100%;
    width: 100%;
    position: absolute; }
  body.request-demo #wrapper #waves2 {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg); }
  body.request-demo #wrapper .homepage-section#request-demo-section {
    background: none !important;
    padding: 150px 0 !important; }
    @media (max-width: 767px) {
      body.request-demo #wrapper .homepage-section#request-demo-section .row {
        margin: 0 !important; } }
    body.request-demo #wrapper .homepage-section#request-demo-section .logo-block {
      margin-bottom: 40px; }
      body.request-demo #wrapper .homepage-section#request-demo-section .logo-block img {
        width: 170px;
        max-width: 100%; }
    body.request-demo #wrapper .homepage-section#request-demo-section .request-demo-content {
      background: #fff !important;
      padding: 30px;
      border-radius: 5px; }
      body.request-demo #wrapper .homepage-section#request-demo-section .request-demo-content h1 {
        font-weight: 500 !important;
        margin: 0 0 30px;
        font-size: 25px !important;
        line-height: 1.3; }

body.request-demo #footer {
  margin-top: 0 !important; }

@media (max-width: 767px) {
  body.landing-page-class #wrapper .homepage-section#request-demo-section {
    padding-top: 100px !important; } }

body.landing-page-class #header {
  display: none !important; }

body.page-id-260 #waves, body.page-id-391 #waves {
  background: #b0334c; }

body.page-id-260 #wrapper, body.page-id-391 #wrapper {
  background: #F6F8F9 !important; }
  body.page-id-260 #wrapper .request-demo-content, body.page-id-391 #wrapper .request-demo-content {
    box-shadow: 0 10px 10px rgba(175, 189, 199, 0.3); }

body.single-post #pageHeadImg {
  display: none !important; }

body.single-post #wrapper {
  margin-top: 211px; }
  @media (max-width: 768px) {
    body.single-post #wrapper {
      margin-top: 100px; } }
  body.single-post #wrapper .post-header {
    overflow: hidden;
    border-bottom: 1px solid rgba(175, 189, 199, 0.3); }
    body.single-post #wrapper .post-header .post-categories {
      margin-bottom: 5px; }
      body.single-post #wrapper .post-header .post-categories span {
        position: relative;
        display: inline-block;
        font-size: 12px;
        color: #D0021B !important; }
        body.single-post #wrapper .post-header .post-categories span:after {
          content: ' |'; }
        body.single-post #wrapper .post-header .post-categories span:last-child:after {
          display: none !important; }
    body.single-post #wrapper .post-header h1 {
      color: #013e7b;
      font-weight: 500 !important;
      font-size: 50px !important;
      margin: 0 0 40px !important;
      line-height: 1.5;
      font-size: 30px !important; }
  body.single-post #wrapper #content {
    margin: 20px 0 0 0 !important; }
    body.single-post #wrapper #content h1, body.single-post #wrapper #content h2, body.single-post #wrapper #content h3, body.single-post #wrapper #content h4, body.single-post #wrapper #content h5, body.single-post #wrapper #content h6 {
      color: #013e7b; }
    body.single-post #wrapper #content h2, body.single-post #wrapper #content h3, body.single-post #wrapper #content h4, body.single-post #wrapper #content h5, body.single-post #wrapper #content h6 {
      font-weight: 500 !important;
      margin-bottom: 20px; }
    body.single-post #wrapper #content h3 {
      font-size: 26px !important; }
    body.single-post #wrapper #content image {
      margin-top: 0; }
    body.single-post #wrapper #content a {
      color: #b0334c !important; }
    body.single-post #wrapper #content blockquote {
      border-color: #bec8d1; }
    body.single-post #wrapper #content ul {
      margin: 0 !important;
      padding-left: 20px; }
      body.single-post #wrapper #content ul li {
        margin-bottom: 20px; }
    body.single-post #wrapper #content .post-meta {
      margin-bottom: 20px; }
      body.single-post #wrapper #content .post-meta .post-author:after {
        content: '';
        display: inline-block;
        height: 3px;
        border-radius: 50%;
        width: 3px;
        background: #94AAC1;
        margin: 0 7px 2px; }
  body.single-post #wrapper .related-article {
    margin-top: 30px; }
    body.single-post #wrapper .related-article a {
      text-decoration: none !important; }
    body.single-post #wrapper .related-article .blog-post-inner {
      background: #fff;
      border: 1px solid rgba(175, 189, 199, 0.3);
      border-radius: 5px;
      padding: 20px; }
      body.single-post #wrapper .related-article .blog-post-inner:hover {
        box-shadow: 0 0 10px #dce0e3;
        background: #F6F8F9; }
      body.single-post #wrapper .related-article .blog-post-inner .post-content-inner {
        overflow: hidden; }
      body.single-post #wrapper .related-article .blog-post-inner .post-categories {
        margin-bottom: 5px; }
        body.single-post #wrapper .related-article .blog-post-inner .post-categories span {
          position: relative;
          display: inline-block;
          font-size: 12px;
          color: #D0021B !important; }
          body.single-post #wrapper .related-article .blog-post-inner .post-categories span:after {
            content: ' |'; }
          body.single-post #wrapper .related-article .blog-post-inner .post-categories span:last-child:after {
            display: none !important; }
      body.single-post #wrapper .related-article .blog-post-inner h4 {
        color: #485057 !important; }
      body.single-post #wrapper .related-article .blog-post-inner p {
        margin-bottom: 40px;
        font-size: 12px !important;
        color: #94AAC1;
        line-height: 1.75; }
      body.single-post #wrapper .related-article .blog-post-inner .continue-reading {
        font-size: 14px;
        color: #003D7B;
        opacity: 0.5;
        text-decoration: underline; }

body.error404 {
  background: #b0334c;
  background: linear-gradient(to right, #b0334c, #c45a6b) !important;
  background: -webkit-linear-gradient(to right, #b0334c, #c45a6b) !important;
  background: -moz-linear-gradient(to right, #b0334c, #c45a6b) !important;
  background: -o-linear-gradient(to right, #b0334c, #c45a6b) !important;
  background: -ms-linear-gradient(to right, #b0334c, #c45a6b) !important; }
  body.error404 #waves, body.error404 #waves2 {
    height: 100%;
    width: 100%;
    position: absolute; }
  body.error404 #waves2 {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg); }
  body.error404 #header, body.error404 #pageHeadImg, body.error404 #footer {
    display: none; }
  body.error404 .container {
    padding: 0 !important;
    min-height: 100vh;
    display: table;
    table-layout: fixed;
    width: 100%; }
  body.error404 #wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    body.error404 #wrapper img {
      width: 170px;
      margin: 0 0 20px 0 !important; }
    body.error404 #wrapper #content-full {
      margin: 0;
      background: #fff;
      padding: 30px 20px;
      border-radius: 5px; }
      body.error404 #wrapper #content-full h1, body.error404 #wrapper #content-full h2 {
        color: #013e7b !important;
        font-weight: 500 !important; }
      body.error404 #wrapper #content-full p, body.error404 #wrapper #content-full h6 {
        font-size: 16px !important;
        margin-bottom: 0 !important;
        color: #94AAC1 !important; }
        body.error404 #wrapper #content-full p a, body.error404 #wrapper #content-full h6 a {
          color: #c45a6b !important; }

body.page-id-260 .page-body-wrapper, body.page-id-391 .page-body-wrapper {
  overflow: visible; }
  body.page-id-260 .page-body-wrapper #waves, body.page-id-391 .page-body-wrapper #waves {
    max-height: 556px !important; }
  body.page-id-260 .page-body-wrapper .request-demo-content h1, body.page-id-391 .page-body-wrapper .request-demo-content h1 {
    text-align: center; }
  @media (min-width: 768px) {
    body.page-id-260 .page-body-wrapper .request-demo-content.submitted, body.page-id-391 .page-body-wrapper .request-demo-content.submitted {
      height: 400px; }
      body.page-id-260 .page-body-wrapper .request-demo-content.submitted > div, body.page-id-391 .page-body-wrapper .request-demo-content.submitted > div {
        display: table;
        table-layout: fixed;
        width: 100%;
        height: 100%; }
        body.page-id-260 .page-body-wrapper .request-demo-content.submitted > div:not(.gform_confirmation_message) h1, body.page-id-260 .page-body-wrapper .request-demo-content.submitted > div:not(.gform_confirmation_message) h2, body.page-id-260 .page-body-wrapper .request-demo-content.submitted > div:not(.gform_confirmation_message) h3, body.page-id-260 .page-body-wrapper .request-demo-content.submitted > div:not(.gform_confirmation_message) h4, body.page-id-260 .page-body-wrapper .request-demo-content.submitted > div:not(.gform_confirmation_message) h5, body.page-id-260 .page-body-wrapper .request-demo-content.submitted > div:not(.gform_confirmation_message) h6, body.page-id-260 .page-body-wrapper .request-demo-content.submitted > div:not(.gform_confirmation_message) p, body.page-id-391 .page-body-wrapper .request-demo-content.submitted > div:not(.gform_confirmation_message) h1, body.page-id-391 .page-body-wrapper .request-demo-content.submitted > div:not(.gform_confirmation_message) h2, body.page-id-391 .page-body-wrapper .request-demo-content.submitted > div:not(.gform_confirmation_message) h3, body.page-id-391 .page-body-wrapper .request-demo-content.submitted > div:not(.gform_confirmation_message) h4, body.page-id-391 .page-body-wrapper .request-demo-content.submitted > div:not(.gform_confirmation_message) h5, body.page-id-391 .page-body-wrapper .request-demo-content.submitted > div:not(.gform_confirmation_message) h6, body.page-id-391 .page-body-wrapper .request-demo-content.submitted > div:not(.gform_confirmation_message) p {
          display: none !important; }
        body.page-id-260 .page-body-wrapper .request-demo-content.submitted > div .gform_confirmation_wrapper, body.page-id-391 .page-body-wrapper .request-demo-content.submitted > div .gform_confirmation_wrapper {
          text-align: center;
          width: 100%;
          display: table-cell;
          text-align: center;
          vertical-align: middle; } }

body.page-template-winred-landing-page:not(.animated-header) {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat; }
  body.page-template-winred-landing-page:not(.animated-header) #pageHeadImg {
    background: none !important; }
  body.page-template-winred-landing-page:not(.animated-header) .textHolder h1, body.page-template-winred-landing-page:not(.animated-header) .textHolder h2 {
    color: #013e7b !important; }
  body.page-template-winred-landing-page:not(.animated-header) .textHolder h3, body.page-template-winred-landing-page:not(.animated-header) .textHolder h4, body.page-template-winred-landing-page:not(.animated-header) .textHolder h5, body.page-template-winred-landing-page:not(.animated-header) .textHolder h6, body.page-template-winred-landing-page:not(.animated-header) .textHolder p {
    color: #485057 !important; }

body.page-template-winred-landing-page #pageHeadImg {
  min-height: 0 !important;
  max-height: none !important;
  padding: 0 !important; }
  body.page-template-winred-landing-page #pageHeadImg .textHolder {
    padding: 120px 0 50px !important; }
    body.page-template-winred-landing-page #pageHeadImg .textHolder .winred-header-logo {
      text-align: center;
      margin-bottom: 20px; }
      body.page-template-winred-landing-page #pageHeadImg .textHolder .winred-header-logo img {
        width: 150px;
        max-width: 100%; }
    body.page-template-winred-landing-page #pageHeadImg .textHolder:before {
      display: none !important; }
    @media (min-width: 768px) {
      body.page-template-winred-landing-page #pageHeadImg .textHolder {
        padding: 170px 0 100px !important; } }
  body.page-template-winred-landing-page #pageHeadImg .featured-title {
    text-shadow: none !important;
    margin: 0 0 40px 0 !important;
    text-align: center; }
  body.page-template-winred-landing-page #pageHeadImg #waves, body.page-template-winred-landing-page #pageHeadImg #waves2 {
    height: 100%;
    width: 100%;
    position: absolute; }
  body.page-template-winred-landing-page #pageHeadImg #waves2 {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg); }

body.page-template-winred-landing-page #wrapper h1, body.page-template-winred-landing-page #wrapper h2, body.page-template-winred-landing-page #wrapper h3, body.page-template-winred-landing-page #wrapper h4, body.page-template-winred-landing-page #wrapper h5, body.page-template-winred-landing-page #wrapper h6 {
  color: #003061; }
  body.page-template-winred-landing-page #wrapper h1 a, body.page-template-winred-landing-page #wrapper h2 a, body.page-template-winred-landing-page #wrapper h3 a, body.page-template-winred-landing-page #wrapper h4 a, body.page-template-winred-landing-page #wrapper h5 a, body.page-template-winred-landing-page #wrapper h6 a {
    color: #b0334c; }

body.page-template-winred-landing-page #wrapper p, body.page-template-winred-landing-page #wrapper li {
  color: #94AAC1; }
  body.page-template-winred-landing-page #wrapper p a, body.page-template-winred-landing-page #wrapper li a {
    color: #b0334c; }

body.page-template-winred-landing-page #wrapper ul {
  margin: 0 !important;
  padding-left: 20px; }
  body.page-template-winred-landing-page #wrapper ul li {
    margin-bottom: 20px; }

body.privacy #wrapper .homepage-section {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
  body.privacy #wrapper .homepage-section h3:not(:first-child) {
    margin-top: 45px !important; }
  body.privacy #wrapper .homepage-section hr {
    display: none !important; }
  body.privacy #wrapper .homepage-section p {
    font-size: 14px !important;
    color: #003061;
    text-align: left !important; }
  body.privacy #wrapper .homepage-section ul, body.privacy #wrapper .homepage-section ol {
    padding-left: 40px !important; }
    body.privacy #wrapper .homepage-section ul li, body.privacy #wrapper .homepage-section ol li {
      line-height: 2 !important;
      color: #003061 !important; }
      body.privacy #wrapper .homepage-section ul li ul, body.privacy #wrapper .homepage-section ol li ul {
        margin-top: 15px !important; }
  body.privacy #wrapper .homepage-section ol {
    padding-left: 20px !important; }
    body.privacy #wrapper .homepage-section ol ol {
      padding-left: 40px !important; }
      body.privacy #wrapper .homepage-section ol ol[type="a"] {
        list-style-type: lower-alpha; }
  body.privacy #wrapper .homepage-section#request-demo {
    display: none;
    visibility: hidden; }
  body.privacy #wrapper .homepage-section.privacy-policy-section table {
    margin-bottom: 20px; }
    body.privacy #wrapper .homepage-section.privacy-policy-section table tbody tr td {
      color: #003061;
      font-weight: 500;
      line-height: 2;
      margin: 0 0 20px 0;
      letter-spacing: 0;
      padding: 5px; }
      body.privacy #wrapper .homepage-section.privacy-policy-section table tbody tr td:first-child {
        padding-left: 0; }
      body.privacy #wrapper .homepage-section.privacy-policy-section table tbody tr td:last-child {
        right: 0; }

body.page-template-product-catalog-page-php #header, body.light-bg #header, body.single-winred-product #header {
  border-bottom: none !important; }
  body.page-template-product-catalog-page-php #header nav, body.light-bg #header nav, body.single-winred-product #header nav {
    border-bottom: none !important; }
    body.page-template-product-catalog-page-php #header nav .navbar, body.light-bg #header nav .navbar, body.single-winred-product #header nav .navbar {
      border-bottom: none !important; }
      body.page-template-product-catalog-page-php #header nav .navbar .navWrap, body.light-bg #header nav .navbar .navWrap, body.single-winred-product #header nav .navbar .navWrap {
        border-bottom: none !important; }
        body.page-template-product-catalog-page-php #header nav .navbar .navWrap .hamburger .hamburger-inner, body.page-template-product-catalog-page-php #header nav .navbar .navWrap .hamburger .hamburger-inner::before, body.page-template-product-catalog-page-php #header nav .navbar .navWrap .hamburger .hamburger-inner::after, body.light-bg #header nav .navbar .navWrap .hamburger .hamburger-inner, body.light-bg #header nav .navbar .navWrap .hamburger .hamburger-inner::before, body.light-bg #header nav .navbar .navWrap .hamburger .hamburger-inner::after, body.single-winred-product #header nav .navbar .navWrap .hamburger .hamburger-inner, body.single-winred-product #header nav .navbar .navWrap .hamburger .hamburger-inner::before, body.single-winred-product #header nav .navbar .navWrap .hamburger .hamburger-inner::after {
          background: #b0334c !important; }
        body.page-template-product-catalog-page-php #header nav .navbar .navWrap .hamburger.is-active .hamburger-inner,
        body.page-template-product-catalog-page-php #header nav .navbar .navWrap .hamburger.is-active .hamburger-inner::before,
        body.page-template-product-catalog-page-php #header nav .navbar .navWrap .hamburger.is-active .hamburger-inner::after, body.light-bg #header nav .navbar .navWrap .hamburger.is-active .hamburger-inner,
        body.light-bg #header nav .navbar .navWrap .hamburger.is-active .hamburger-inner::before,
        body.light-bg #header nav .navbar .navWrap .hamburger.is-active .hamburger-inner::after, body.single-winred-product #header nav .navbar .navWrap .hamburger.is-active .hamburger-inner,
        body.single-winred-product #header nav .navbar .navWrap .hamburger.is-active .hamburger-inner::before,
        body.single-winred-product #header nav .navbar .navWrap .hamburger.is-active .hamburger-inner::after {
          background: #fff !important; }
        body.page-template-product-catalog-page-php #header nav .navbar .navWrap .navbar-collapse, body.light-bg #header nav .navbar .navWrap .navbar-collapse, body.single-winred-product #header nav .navbar .navWrap .navbar-collapse {
          border-bottom: none !important; }
          body.page-template-product-catalog-page-php #header nav .navbar .navWrap .navbar-collapse #menu-header-menu, body.light-bg #header nav .navbar .navWrap .navbar-collapse #menu-header-menu, body.single-winred-product #header nav .navbar .navWrap .navbar-collapse #menu-header-menu {
            border-bottom: none !important; }
            @media (min-width: 768px) {
              body.page-template-product-catalog-page-php #header nav .navbar .navWrap .navbar-collapse #menu-header-menu li a, body.light-bg #header nav .navbar .navWrap .navbar-collapse #menu-header-menu li a, body.single-winred-product #header nav .navbar .navWrap .navbar-collapse #menu-header-menu li a {
                color: #485057 !important;
                opacity: 1 !important; }
                body.page-template-product-catalog-page-php #header nav .navbar .navWrap .navbar-collapse #menu-header-menu li a[title="request-demo"], body.light-bg #header nav .navbar .navWrap .navbar-collapse #menu-header-menu li a[title="request-demo"], body.single-winred-product #header nav .navbar .navWrap .navbar-collapse #menu-header-menu li a[title="request-demo"] {
                  color: #fff !important;
                  border: 1px solid #8dd1a4 !important;
                  background: #8dd1a4 !important; }
                  body.page-template-product-catalog-page-php #header nav .navbar .navWrap .navbar-collapse #menu-header-menu li a[title="request-demo"]:hover, body.light-bg #header nav .navbar .navWrap .navbar-collapse #menu-header-menu li a[title="request-demo"]:hover, body.single-winred-product #header nav .navbar .navWrap .navbar-collapse #menu-header-menu li a[title="request-demo"]:hover {
                    background: none !important;
                    color: #8dd1a4 !important; } }

body.page-template-product-catalog-page-php #pageHeadImg, body.light-bg #pageHeadImg, body.single-winred-product #pageHeadImg {
  height: auto !important;
  max-height: none !important;
  min-height: 1px !important; }
  @media (max-width: 991px) and (min-width: 768px) {
    body.page-template-product-catalog-page-php #pageHeadImg, body.light-bg #pageHeadImg, body.single-winred-product #pageHeadImg {
      background-position: 65% center !important; } }
  @media (max-width: 767px) {
    body.page-template-product-catalog-page-php #pageHeadImg, body.light-bg #pageHeadImg, body.single-winred-product #pageHeadImg {
      background: #fff !important; } }
  body.page-template-product-catalog-page-php #pageHeadImg #waves, body.page-template-product-catalog-page-php #pageHeadImg #waves2, body.light-bg #pageHeadImg #waves, body.light-bg #pageHeadImg #waves2, body.single-winred-product #pageHeadImg #waves, body.single-winred-product #pageHeadImg #waves2 {
    display: none !important; }
  body.page-template-product-catalog-page-php #pageHeadImg .attachment-post-thumbnail, body.light-bg #pageHeadImg .attachment-post-thumbnail, body.single-winred-product #pageHeadImg .attachment-post-thumbnail {
    display: none !important; }
  body.page-template-product-catalog-page-php #pageHeadImg .textHolder, body.light-bg #pageHeadImg .textHolder, body.single-winred-product #pageHeadImg .textHolder {
    position: relative !important;
    padding: 192px 0 120px !important; }
    @media (max-width: 767px) {
      body.page-template-product-catalog-page-php #pageHeadImg .textHolder, body.light-bg #pageHeadImg .textHolder, body.single-winred-product #pageHeadImg .textHolder {
        padding: 122px 0 50px !important; } }
    body.page-template-product-catalog-page-php #pageHeadImg .textHolder .v_center .featured-subtitle h1, body.page-template-product-catalog-page-php #pageHeadImg .textHolder .v_center .featured-subtitle h2, body.page-template-product-catalog-page-php #pageHeadImg .textHolder .v_center .featured-subtitle h3, body.page-template-product-catalog-page-php #pageHeadImg .textHolder .v_center .featured-subtitle h4, body.page-template-product-catalog-page-php #pageHeadImg .textHolder .v_center .featured-subtitle h5, body.page-template-product-catalog-page-php #pageHeadImg .textHolder .v_center .featured-subtitle h6, body.light-bg #pageHeadImg .textHolder .v_center .featured-subtitle h1, body.light-bg #pageHeadImg .textHolder .v_center .featured-subtitle h2, body.light-bg #pageHeadImg .textHolder .v_center .featured-subtitle h3, body.light-bg #pageHeadImg .textHolder .v_center .featured-subtitle h4, body.light-bg #pageHeadImg .textHolder .v_center .featured-subtitle h5, body.light-bg #pageHeadImg .textHolder .v_center .featured-subtitle h6, body.single-winred-product #pageHeadImg .textHolder .v_center .featured-subtitle h1, body.single-winred-product #pageHeadImg .textHolder .v_center .featured-subtitle h2, body.single-winred-product #pageHeadImg .textHolder .v_center .featured-subtitle h3, body.single-winred-product #pageHeadImg .textHolder .v_center .featured-subtitle h4, body.single-winred-product #pageHeadImg .textHolder .v_center .featured-subtitle h5, body.single-winred-product #pageHeadImg .textHolder .v_center .featured-subtitle h6 {
      color: #013e7b !important;
      font-weight: 500 !important; }
    body.page-template-product-catalog-page-php #pageHeadImg .textHolder .v_center .featured-subtitle p, body.light-bg #pageHeadImg .textHolder .v_center .featured-subtitle p, body.single-winred-product #pageHeadImg .textHolder .v_center .featured-subtitle p {
      color: #555c62 !important; }
    body.page-template-product-catalog-page-php #pageHeadImg .textHolder .v_center .featured-subtitle .merchandise-phone img, body.light-bg #pageHeadImg .textHolder .v_center .featured-subtitle .merchandise-phone img, body.single-winred-product #pageHeadImg .textHolder .v_center .featured-subtitle .merchandise-phone img {
      margin: 0 auto !important; }
    @media (min-width: 992px) {
      body.page-template-product-catalog-page-php #pageHeadImg .textHolder .v_center .featured-subtitle .merchandise-phone, body.light-bg #pageHeadImg .textHolder .v_center .featured-subtitle .merchandise-phone, body.single-winred-product #pageHeadImg .textHolder .v_center .featured-subtitle .merchandise-phone {
        position: absolute;
        top: -10px; } }
    @media (max-width: 991px) {
      body.page-template-product-catalog-page-php #pageHeadImg .textHolder .v_center .featured-subtitle .merchandise-phone img, body.light-bg #pageHeadImg .textHolder .v_center .featured-subtitle .merchandise-phone img, body.single-winred-product #pageHeadImg .textHolder .v_center .featured-subtitle .merchandise-phone img {
        width: 400px;
        max-width: 100%;
        margin: 0 auto !important; } }
    body.page-template-product-catalog-page-php #pageHeadImg .textHolder .v_center .featured-subtitle .made-in-usa-info, body.light-bg #pageHeadImg .textHolder .v_center .featured-subtitle .made-in-usa-info, body.single-winred-product #pageHeadImg .textHolder .v_center .featured-subtitle .made-in-usa-info {
      color: #485057 !important;
      margin: 0 !important;
      font-size: 16px !important; }
      body.page-template-product-catalog-page-php #pageHeadImg .textHolder .v_center .featured-subtitle .made-in-usa-info span, body.light-bg #pageHeadImg .textHolder .v_center .featured-subtitle .made-in-usa-info span, body.single-winred-product #pageHeadImg .textHolder .v_center .featured-subtitle .made-in-usa-info span {
        font-weight: 500 !important; }
      body.page-template-product-catalog-page-php #pageHeadImg .textHolder .v_center .featured-subtitle .made-in-usa-info img, body.light-bg #pageHeadImg .textHolder .v_center .featured-subtitle .made-in-usa-info img, body.single-winred-product #pageHeadImg .textHolder .v_center .featured-subtitle .made-in-usa-info img {
        margin: 0 10px 3px 0 !important;
        width: 30px; }
      body.page-template-product-catalog-page-php #pageHeadImg .textHolder .v_center .featured-subtitle .made-in-usa-info *, body.light-bg #pageHeadImg .textHolder .v_center .featured-subtitle .made-in-usa-info *, body.single-winred-product #pageHeadImg .textHolder .v_center .featured-subtitle .made-in-usa-info * {
        color: #485057 !important; }
    @media (max-width: 767px) {
      body.page-template-product-catalog-page-php #pageHeadImg .textHolder .v_center .featured-subtitle, body.light-bg #pageHeadImg .textHolder .v_center .featured-subtitle, body.single-winred-product #pageHeadImg .textHolder .v_center .featured-subtitle {
        text-align: center !important; }
        body.page-template-product-catalog-page-php #pageHeadImg .textHolder .v_center .featured-subtitle h1, body.page-template-product-catalog-page-php #pageHeadImg .textHolder .v_center .featured-subtitle h2, body.page-template-product-catalog-page-php #pageHeadImg .textHolder .v_center .featured-subtitle h3, body.page-template-product-catalog-page-php #pageHeadImg .textHolder .v_center .featured-subtitle h4, body.page-template-product-catalog-page-php #pageHeadImg .textHolder .v_center .featured-subtitle h5, body.page-template-product-catalog-page-php #pageHeadImg .textHolder .v_center .featured-subtitle h6, body.light-bg #pageHeadImg .textHolder .v_center .featured-subtitle h1, body.light-bg #pageHeadImg .textHolder .v_center .featured-subtitle h2, body.light-bg #pageHeadImg .textHolder .v_center .featured-subtitle h3, body.light-bg #pageHeadImg .textHolder .v_center .featured-subtitle h4, body.light-bg #pageHeadImg .textHolder .v_center .featured-subtitle h5, body.light-bg #pageHeadImg .textHolder .v_center .featured-subtitle h6, body.single-winred-product #pageHeadImg .textHolder .v_center .featured-subtitle h1, body.single-winred-product #pageHeadImg .textHolder .v_center .featured-subtitle h2, body.single-winred-product #pageHeadImg .textHolder .v_center .featured-subtitle h3, body.single-winred-product #pageHeadImg .textHolder .v_center .featured-subtitle h4, body.single-winred-product #pageHeadImg .textHolder .v_center .featured-subtitle h5, body.single-winred-product #pageHeadImg .textHolder .v_center .featured-subtitle h6 {
          text-align: center !important; } }

body.page-template-product-catalog-page-php #footer, body.light-bg #footer, body.single-winred-product #footer {
  margin-top: 100px; }

@media (min-width: 768px) {
  body.merch-page #pageHeadImg {
    overflow: visible; } }

@media (max-width: 991px) {
  body.merch-page #pageHeadImg h1, body.merch-page #pageHeadImg h2, body.merch-page #pageHeadImg h3, body.merch-page #pageHeadImg h4, body.merch-page #pageHeadImg h5, body.merch-page #pageHeadImg h6, body.merch-page #pageHeadImg p {
    text-align: center !important; } }

body.merch-page #wrapper .homepage-section h2 {
  font-weight: 500 !important; }
  @media (max-width: 991px) {
    body.merch-page #wrapper .homepage-section h2 {
      text-align: center !important; } }

@media (max-width: 991px) {
  body.merch-page #wrapper .homepage-section h1, body.merch-page #wrapper .homepage-section h2, body.merch-page #wrapper .homepage-section h3, body.merch-page #wrapper .homepage-section h4, body.merch-page #wrapper .homepage-section h5, body.merch-page #wrapper .homepage-section h6, body.merch-page #wrapper .homepage-section p, body.merch-page #wrapper .homepage-section .winred_alignment, body.merch-page #wrapper .homepage-section .button-wrapper {
    text-align: center !important; }
  body.merch-page #wrapper .homepage-section .winred-merch-step-wrapper {
    margin-left: auto !important;
    margin-right: auto !important; } }

body.merch-page #wrapper .homepage-section .winred-merch-step {
  color: #D0021B;
  margin: 0 0 20px !important; }

body.merch-page #wrapper .homepage-section.steps-3-4 {
  background: rgba(237, 175, 175, 0.1) !important; }
  body.merch-page #wrapper .homepage-section.steps-3-4 .homepage-section-subtitle {
    font-weight: 300; }
  body.merch-page #wrapper .homepage-section.steps-3-4 .winred-merch-step-wrapper {
    display: table;
    max-width: 100%;
    margin: 20px 0; }
    body.merch-page #wrapper .homepage-section.steps-3-4 .winred-merch-step-wrapper .winred_alignment {
      display: table-cell;
      vertical-align: middle;
      width: 60px; }
      body.merch-page #wrapper .homepage-section.steps-3-4 .winred-merch-step-wrapper .winred_alignment img {
        margin: 0; }
    body.merch-page #wrapper .homepage-section.steps-3-4 .winred-merch-step-wrapper .winred-merch-step {
      display: table-cell;
      vertical-align: middle;
      padding-left: 20px; }

@media (max-width: 991px) {
  body.merch-page #wrapper .homepage-section.merch-section .winred_spacing {
    display: none; } }

@media (max-width: 991px) {
  body.merch-page #wrapper .homepage-section.merch-section img {
    max-width: 300px; } }

body.merch-page #wrapper .homepage-section .gray-border {
  border: 1px solid #eee; }

body.merch-page #wrapper .homepage-section .merch-form {
  background: #F6F8F9;
  padding: 20px; }
  body.merch-page #wrapper .homepage-section .merch-form .gform_wrapper form .field_description_below .gfield_description {
    display: block !important;
    padding: 5px 10px !important;
    margin-bottom: 20px !important;
    font-weight: 500 !important;
    color: #314459 !important;
    font-size: 11px !important; }
  body.merch-page #wrapper .homepage-section .merch-form .gform_wrapper form .gform_footer .gform_button {
    background: #b0334c !important;
    border-color: #b0334c !important;
    width: 100% !important;
    max-width: 100% !important;
    color: #fff !important; }

body.winred-cart-page #pageHeadImg, body.single-winred-product #pageHeadImg, body.page-template-product-catalog-page-php #pageHeadImg {
  display: none !important; }

body.winred-cart-page .product-catalog-menu, body.single-winred-product .product-catalog-menu, body.page-template-product-catalog-page-php .product-catalog-menu {
  margin-top: 75px; }
  body.winred-cart-page .product-catalog-menu .winred-header-table, body.single-winred-product .product-catalog-menu .winred-header-table, body.page-template-product-catalog-page-php .product-catalog-menu .winred-header-table {
    border-top: 1px solid rgba(237, 175, 175, 0.25); }

body.winred-cart-page .gform_confirmation_message, body.single-winred-product .gform_confirmation_message, body.page-template-product-catalog-page-php .gform_confirmation_message {
  color: #003D7B !important; }

body.winred-cart-page .placeholder-fixed-menu, body.single-winred-product .placeholder-fixed-menu, body.page-template-product-catalog-page-php .placeholder-fixed-menu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease; }
  body.winred-cart-page .placeholder-fixed-menu .product-catalog-menu, body.single-winred-product .placeholder-fixed-menu .product-catalog-menu, body.page-template-product-catalog-page-php .placeholder-fixed-menu .product-catalog-menu {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease; }
  body.winred-cart-page .placeholder-fixed-menu.sticky, body.single-winred-product .placeholder-fixed-menu.sticky, body.page-template-product-catalog-page-php .placeholder-fixed-menu.sticky {
    position: fixed;
    z-index: 99999; }
    body.winred-cart-page .placeholder-fixed-menu.sticky .product-catalog-menu, body.single-winred-product .placeholder-fixed-menu.sticky .product-catalog-menu, body.page-template-product-catalog-page-php .placeholder-fixed-menu.sticky .product-catalog-menu {
      margin-top: 0; }

@media (max-width: 767px) {
  body.page-template-product-catalog-page-php .product-catalog-menu {
    min-height: 59px;
    text-align: center; }
    body.page-template-product-catalog-page-php .product-catalog-menu .winred-header-cell .winred-cart {
      text-align: center !important;
      margin-top: 10px; }
    body.page-template-product-catalog-page-php .product-catalog-menu .winred-header-cell:first-child {
      display: none !important; } }

@media (max-width: 767px) {
  body.page-template-product-catalog-page-php .product-catalog-menu .product-catalog-category {
    display: none !important; } }

body.page-template-product-catalog-page-php #wrapper .homepage-section {
  padding-bottom: 50px !important; }

body.page-template-product-catalog-page-php .product-catalog-menu, body.winred-cart-page .product-catalog-menu, body.single-winred-product .product-catalog-menu {
  border-bottom: 1px solid #E9EEF6; }
  body.page-template-product-catalog-page-php .product-catalog-menu .winred-header-table, body.winred-cart-page .product-catalog-menu .winred-header-table, body.single-winred-product .product-catalog-menu .winred-header-table {
    display: table;
    width: 100%;
    max-width: 100%; }
    body.page-template-product-catalog-page-php .product-catalog-menu .winred-header-table .winred-header-cell, body.winred-cart-page .product-catalog-menu .winred-header-table .winred-header-cell, body.single-winred-product .product-catalog-menu .winred-header-table .winred-header-cell {
      display: table-cell;
      vertical-align: middle; }
      body.page-template-product-catalog-page-php .product-catalog-menu .winred-header-table .winred-header-cell .winred-cart, body.winred-cart-page .product-catalog-menu .winred-header-table .winred-header-cell .winred-cart, body.single-winred-product .product-catalog-menu .winred-header-table .winred-header-cell .winred-cart {
        text-align: right; }
        body.page-template-product-catalog-page-php .product-catalog-menu .winred-header-table .winred-header-cell .winred-cart .btn:hover, body.winred-cart-page .product-catalog-menu .winred-header-table .winred-header-cell .winred-cart .btn:hover, body.single-winred-product .product-catalog-menu .winred-header-table .winred-header-cell .winred-cart .btn:hover {
          background: #b0334c !important;
          border-color: #b0334c !important;
          color: #fff !important; }
          body.page-template-product-catalog-page-php .product-catalog-menu .winred-header-table .winred-header-cell .winred-cart .btn:hover span, body.winred-cart-page .product-catalog-menu .winred-header-table .winred-header-cell .winred-cart .btn:hover span, body.single-winred-product .product-catalog-menu .winred-header-table .winred-header-cell .winred-cart .btn:hover span {
            color: #fff !important; }
        body.page-template-product-catalog-page-php .product-catalog-menu .winred-header-table .winred-header-cell .winred-cart img, body.winred-cart-page .product-catalog-menu .winred-header-table .winred-header-cell .winred-cart img, body.single-winred-product .product-catalog-menu .winred-header-table .winred-header-cell .winred-cart img {
          margin-right: 5px;
          width: 10px; }
  body.page-template-product-catalog-page-php .product-catalog-menu .product-catalog-category, body.winred-cart-page .product-catalog-menu .product-catalog-category, body.single-winred-product .product-catalog-menu .product-catalog-category {
    padding: 20px;
    display: inline-block; }
    body.page-template-product-catalog-page-php .product-catalog-menu .product-catalog-category:first-child, body.winred-cart-page .product-catalog-menu .product-catalog-category:first-child, body.single-winred-product .product-catalog-menu .product-catalog-category:first-child {
      padding-left: 0; }
    body.page-template-product-catalog-page-php .product-catalog-menu .product-catalog-category:last-child, body.winred-cart-page .product-catalog-menu .product-catalog-category:last-child, body.single-winred-product .product-catalog-menu .product-catalog-category:last-child {
      padding-right: 0; }
    body.page-template-product-catalog-page-php .product-catalog-menu .product-catalog-category a, body.winred-cart-page .product-catalog-menu .product-catalog-category a, body.single-winred-product .product-catalog-menu .product-catalog-category a {
      position: relative;
      color: #485057; }
      body.page-template-product-catalog-page-php .product-catalog-menu .product-catalog-category a:hover, body.winred-cart-page .product-catalog-menu .product-catalog-category a:hover, body.single-winred-product .product-catalog-menu .product-catalog-category a:hover {
        color: #b0334c !important; }
    body.page-template-product-catalog-page-php .product-catalog-menu .product-catalog-category.active a, body.winred-cart-page .product-catalog-menu .product-catalog-category.active a, body.single-winred-product .product-catalog-menu .product-catalog-category.active a {
      cursor: default;
      color: #b0334c !important;
      text-decoration: none !important; }

@media (min-width: 768px) {
  body.page-template-product-catalog-page-php #wrapper .homepage-section, body.winred-cart-page #wrapper .homepage-section, body.single-winred-product #wrapper .homepage-section {
    padding-top: 100px !important; } }

body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container, body.winred-cart-page #wrapper .homepage-section .product-catalog-container, body.single-winred-product #wrapper .homepage-section .product-catalog-container {
  display: none;
  opacity: 1; }
  body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container.loading, body.winred-cart-page #wrapper .homepage-section .product-catalog-container.loading, body.single-winred-product #wrapper .homepage-section .product-catalog-container.loading {
    opacity: 0; }
  body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .product-catalog-container-header, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .product-catalog-container-header, body.single-winred-product #wrapper .homepage-section .product-catalog-container .product-catalog-container-header {
    margin-bottom: 30px; }
    body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .product-catalog-container-header h3, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .product-catalog-container-header h3, body.single-winred-product #wrapper .homepage-section .product-catalog-container .product-catalog-container-header h3 {
      margin-bottom: 0;
      color: #003D7B;
      font-weight: 300; }
  body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container.active, body.winred-cart-page #wrapper .homepage-section .product-catalog-container.active, body.single-winred-product #wrapper .homepage-section .product-catalog-container.active {
    display: block; }
  body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .winred-product, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .winred-product, body.single-winred-product #wrapper .homepage-section .product-catalog-container .winred-product {
    margin-bottom: 40px; }
    body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .winred-product h5, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .winred-product h5, body.single-winred-product #wrapper .homepage-section .product-catalog-container .winred-product h5 {
      color: #003D7B;
      font-weight: 200;
      font-size: 16px !important;
      margin: 5px 0 10px; }
      body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .winred-product h5 a, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .winred-product h5 a, body.single-winred-product #wrapper .homepage-section .product-catalog-container .winred-product h5 a {
        color: #003D7B !important;
        text-decoration: none !important; }
    body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .winred-product .product-price, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .winred-product .product-price, body.single-winred-product #wrapper .homepage-section .product-catalog-container .winred-product .product-price {
      color: #555c62;
      margin-bottom: 10px; }
    body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .winred-product .product-image, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .winred-product .product-image, body.single-winred-product #wrapper .homepage-section .product-catalog-container .winred-product .product-image {
      width: 100%;
      padding-top: 100%;
      background-color: #f4f8fb;
      position: relative;
      margin-bottom: 10px;
      border: 1px solid #eee;
      border-radius: 3px; }
      body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .winred-product .product-image .made-in-usa, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .winred-product .product-image .made-in-usa, body.single-winred-product #wrapper .homepage-section .product-catalog-container .winred-product .product-image .made-in-usa {
        position: absolute;
        bottom: 15px;
        left: 15px; }
        body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .winred-product .product-image .made-in-usa div, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .winred-product .product-image .made-in-usa div, body.single-winred-product #wrapper .homepage-section .product-catalog-container .winred-product .product-image .made-in-usa div {
          font-size: 6px;
          line-height: 0.6;
          margin: 0 !important; }
        body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .winred-product .product-image .made-in-usa img, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .winred-product .product-image .made-in-usa img, body.single-winred-product #wrapper .homepage-section .product-catalog-container .winred-product .product-image .made-in-usa img {
          width: 30px; }
    body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .winred-product .product-colors .color-switch, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .winred-product .product-colors .color-switch, body.single-winred-product #wrapper .homepage-section .product-catalog-container .winred-product .product-colors .color-switch {
      width: 20%;
      padding: 0 10px 10px 0;
      display: inline-block; }
      body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .winred-product .product-colors .color-switch .color-switch-inner, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .winred-product .product-colors .color-switch .color-switch-inner, body.single-winred-product #wrapper .homepage-section .product-catalog-container .winred-product .product-colors .color-switch .color-switch-inner {
        height: 20px;
        width: 100%;
        border: 1px solid #eee;
        border-radius: 5px; }
        body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .winred-product .product-colors .color-switch .color-switch-inner.in-cart:after, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .winred-product .product-colors .color-switch .color-switch-inner.in-cart:after, body.single-winred-product #wrapper .homepage-section .product-catalog-container .winred-product .product-colors .color-switch .color-switch-inner.in-cart:after {
          content: "\f00c";
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          position: absolute;
          font-size: 12px;
          top: 3px;
          left: 0;
          right: 0;
          text-align: center; }
        body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .winred-product .product-colors .color-switch .color-switch-inner.in-cart.dark-font:after, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .winred-product .product-colors .color-switch .color-switch-inner.in-cart.dark-font:after, body.single-winred-product #wrapper .homepage-section .product-catalog-container .winred-product .product-colors .color-switch .color-switch-inner.in-cart.dark-font:after {
          color: #1E2B3A; }
        body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .winred-product .product-colors .color-switch .color-switch-inner.in-cart.light-font:after, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .winred-product .product-colors .color-switch .color-switch-inner.in-cart.light-font:after, body.single-winred-product #wrapper .homepage-section .product-catalog-container .winred-product .product-colors .color-switch .color-switch-inner.in-cart.light-font:after {
          color: #fff; }
    @media (max-width: 767px) {
      body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .winred-product .product-colors .color-switch, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .winred-product .product-colors .color-switch, body.single-winred-product #wrapper .homepage-section .product-catalog-container .winred-product .product-colors .color-switch {
        width: 25%; }
        body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .winred-product .product-colors .color-switch .color-switch-inner, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .winred-product .product-colors .color-switch .color-switch-inner, body.single-winred-product #wrapper .homepage-section .product-catalog-container .winred-product .product-colors .color-switch .color-switch-inner {
          height: 30px !important; } }
    body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .winred-product h5, body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .winred-product h6, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .winred-product h5, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .winred-product h6, body.single-winred-product #wrapper .homepage-section .product-catalog-container .winred-product h5, body.single-winred-product #wrapper .homepage-section .product-catalog-container .winred-product h6 {
      text-align: left !important; }
    body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .winred-product .product-sizes .size-switch, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .winred-product .product-sizes .size-switch, body.single-winred-product #wrapper .homepage-section .product-catalog-container .winred-product .product-sizes .size-switch {
      width: 20%;
      padding: 0 10px 10px 0;
      display: inline-block; }
      body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .winred-product .product-sizes .size-switch .size-switch-inner, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .winred-product .product-sizes .size-switch .size-switch-inner, body.single-winred-product #wrapper .homepage-section .product-catalog-container .winred-product .product-sizes .size-switch .size-switch-inner {
        text-align: center;
        border: 1px solid #eee;
        border-radius: 5px;
        cursor: pointer; }
        body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .winred-product .product-sizes .size-switch .size-switch-inner.active, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .winred-product .product-sizes .size-switch .size-switch-inner.active, body.single-winred-product #wrapper .homepage-section .product-catalog-container .winred-product .product-sizes .size-switch .size-switch-inner.active {
          box-shadow: 0 0 0px 2px #000; }
    body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .winred-product .product-details, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .winred-product .product-details, body.single-winred-product #wrapper .homepage-section .product-catalog-container .winred-product .product-details {
      margin: 0 0 20px 0 !important;
      padding: 0 0 0 20px !important; }
      body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .winred-product .product-details li, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .winred-product .product-details li, body.single-winred-product #wrapper .homepage-section .product-catalog-container .winred-product .product-details li {
        color: #485057;
        line-height: 1.5; }
    body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .winred-product .color-details-sizes, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .winred-product .color-details-sizes, body.single-winred-product #wrapper .homepage-section .product-catalog-container .winred-product .color-details-sizes {
      margin: 0 0 20px 0 !important; }
      body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .winred-product .color-details-sizes span, body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .winred-product .color-details-sizes div, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .winred-product .color-details-sizes span, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .winred-product .color-details-sizes div, body.single-winred-product #wrapper .homepage-section .product-catalog-container .winred-product .color-details-sizes span, body.single-winred-product #wrapper .homepage-section .product-catalog-container .winred-product .color-details-sizes div {
        color: #485057;
        line-height: 1.5; }
    body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .winred-product .product-btn-wrapper, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .winred-product .product-btn-wrapper, body.single-winred-product #wrapper .homepage-section .product-catalog-container .winred-product .product-btn-wrapper {
      margin-top: 10px; }
      body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .winred-product .product-btn-wrapper .add-to-cart.added-to-bag, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .winred-product .product-btn-wrapper .add-to-cart.added-to-bag, body.single-winred-product #wrapper .homepage-section .product-catalog-container .winred-product .product-btn-wrapper .add-to-cart.added-to-bag {
        cursor: default !important;
        background: #b0334c !important;
        color: #fff !important;
        opacity: 0.5 !important; }
        body.page-template-product-catalog-page-php #wrapper .homepage-section .product-catalog-container .winred-product .product-btn-wrapper .add-to-cart.added-to-bag span, body.winred-cart-page #wrapper .homepage-section .product-catalog-container .winred-product .product-btn-wrapper .add-to-cart.added-to-bag span, body.single-winred-product #wrapper .homepage-section .product-catalog-container .winred-product .product-btn-wrapper .add-to-cart.added-to-bag span {
          color: #fff !important; }

body.page-template-product-catalog-page-php h3, body.winred-cart-page h3, body.single-winred-product h3 {
  margin-bottom: 20px; }

body.page-template-product-catalog-page-php .winred-cart-item, body.winred-cart-page .winred-cart-item, body.single-winred-product .winred-cart-item {
  padding: 30px 0;
  border-bottom: 1px solid #DEE2E5; }
  body.page-template-product-catalog-page-php .winred-cart-item:last-child, body.winred-cart-page .winred-cart-item:last-child, body.single-winred-product .winred-cart-item:last-child {
    border-bottom: 0 !important; }
  body.page-template-product-catalog-page-php .winred-cart-item .winred-cart-item-inner, body.winred-cart-page .winred-cart-item .winred-cart-item-inner, body.single-winred-product .winred-cart-item .winred-cart-item-inner {
    display: table;
    width: 100%;
    max-width: 100%; }
  body.page-template-product-catalog-page-php .winred-cart-item .winred-item-image, body.winred-cart-page .winred-cart-item .winred-item-image, body.single-winred-product .winred-cart-item .winred-item-image {
    display: table-cell;
    width: 20%; }
    body.page-template-product-catalog-page-php .winred-cart-item .winred-item-image .winred-itme-image-inner, body.winred-cart-page .winred-cart-item .winred-item-image .winred-itme-image-inner, body.single-winred-product .winred-cart-item .winred-item-image .winred-itme-image-inner {
      width: 100%;
      padding-top: 100%;
      border: 1px solid rgba(175, 189, 199, 0.3); }
  body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details, body.winred-cart-page .winred-cart-item .winred-item-details, body.single-winred-product .winred-cart-item .winred-item-details {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px; }
    body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-title, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-title, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-title {
      margin: 0 0 10px 0 !important;
      color: #013e7b !important; }
    body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-assets .winred-item-asset, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-assets .winred-item-asset, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-assets .winred-item-asset {
      background-color: #F0F3F5 !important;
      display: inline-block;
      height: 30px;
      border: 1px solid #dce0e3;
      width: 30px;
      margin: 0 10px 10px 0; }
    body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details.winred-cart-details-bottom, body.winred-cart-page .winred-cart-item .winred-item-details.winred-cart-details-bottom, body.single-winred-product .winred-cart-item .winred-item-details.winred-cart-details-bottom {
      display: block;
      padding: 0 !important; }
    body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer {
      margin-top: 20px;
      display: table;
      width: 100%;
      max-width: 100%; }
      body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col {
        padding-right: 10px;
        display: table-cell;
        width: 50%; }
        body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col.winred-item-details-footer-col-second, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col.winred-item-details-footer-col-second, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col.winred-item-details-footer-col-second {
          padding-right: 0; }
        body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .select-logo-text span, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .select-logo-text span, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .select-logo-text span {
          line-height: inherit !important;
          color: #b0334c !important; }
        body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-amount-toggle input, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-amount-toggle input, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-amount-toggle input {
          width: 50px;
          cursor: text;
          text-align: center; }
        body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-amount-toggle input::-webkit-outer-spin-button,
        body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-amount-toggle input::-webkit-inner-spin-button, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-amount-toggle input::-webkit-outer-spin-button,
        body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-amount-toggle input::-webkit-inner-spin-button, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-amount-toggle input::-webkit-outer-spin-button,
        body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-amount-toggle input::-webkit-inner-spin-button {
          /* display: none; <- Crashes Chrome on hover */
          -webkit-appearance: none;
          margin: 0;
          /* <-- Apparently some margin are still there even though it's hidden */ }
        body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-amount-toggle .fa, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-amount-toggle .fa, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-amount-toggle .fa {
          cursor: pointer; }
        body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option-selected, body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option-selected, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option-selected, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option {
          padding: 10px 20px;
          display: table;
          width: 100%;
          max-width: 100%; }
          body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option-selected span, body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option span, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option-selected span, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option span, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option-selected span, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option span {
            display: table-cell;
            vertical-align: middle; }
            body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option-selected span:first-child, body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option span:first-child, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option-selected span:first-child, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option span:first-child, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option-selected span:first-child, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option span:first-child {
              width: 30px; }
          body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option-selected .color-swatch, body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option .color-swatch, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option-selected .color-swatch, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option .color-swatch, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option-selected .color-swatch, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option .color-swatch {
            height: 20px;
            width: 20px;
            border: 1px solid rgba(175, 189, 199, 0.3); }
        body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option-selected, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option-selected, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option-selected {
          border: 1px solid rgba(175, 189, 199, 0.3);
          cursor: pointer; }
          body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option-selected:after, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option-selected:after, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-option-selected:after {
            position: absolute;
            top: 13px;
            right: 15px;
            content: "\f107";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
        body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-options, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-options, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-options {
          display: none;
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
          border: 1px solid rgba(175, 189, 199, 0.3);
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          background: #fff;
          z-index: 9; }
          body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-options .winred-color-select-option, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-options .winred-color-select-option, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-options .winred-color-select-option {
            cursor: pointer; }
            body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-options .winred-color-select-option.already-selected, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-options .winred-color-select-option.already-selected, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-options .winred-color-select-option.already-selected {
              cursor: default;
              opacity: 0.1; }
            body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-options .winred-color-select-option:hover:not(.already-selected), body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-options .winred-color-select-option:hover:not(.already-selected), body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select .winred-color-select-options .winred-color-select-option:hover:not(.already-selected) {
              background: #efefef; }
        body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select.open .winred-color-select-options, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select.open .winred-color-select-options, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-color-options .winred-color-select.open .winred-color-select-options {
          display: block; }
        body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-available-images .upload-logo-path-inner, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-available-images .upload-logo-path-inner, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-available-images .upload-logo-path-inner {
          background-color: #F0F3F5 !important;
          margin: 0 5px 5px 0;
          display: inline-block;
          position: relative;
          max-width: 100%;
          opacity: 0.2; }
          body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-available-images .upload-logo-path-inner .upload-logo-path-inner-item, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-available-images .upload-logo-path-inner .upload-logo-path-inner-item, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-available-images .upload-logo-path-inner .upload-logo-path-inner-item {
            width: 40px;
            padding-top: 100%;
            border: 1px solid rgba(175, 189, 199, 0.3);
            cursor: pointer; }
            body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-available-images .upload-logo-path-inner .upload-logo-path-inner-item:hover, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-available-images .upload-logo-path-inner .upload-logo-path-inner-item:hover, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-available-images .upload-logo-path-inner .upload-logo-path-inner-item:hover {
              box-shadow: 0 0 0 rgba(0, 0, 0, 0.4); }
            body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-available-images .upload-logo-path-inner .upload-logo-path-inner-item .filetype-inner, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-available-images .upload-logo-path-inner .upload-logo-path-inner-item .filetype-inner, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-available-images .upload-logo-path-inner .upload-logo-path-inner-item .filetype-inner {
              position: absolute;
              color: #1E2B3A !important;
              top: 10px;
              bottom: 0;
              left: 0;
              right: 0;
              text-align: center; }
          body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-available-images .upload-logo-path-inner.active, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-available-images .upload-logo-path-inner.active, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .winred-available-images .upload-logo-path-inner.active {
            opacity: 1; }
        body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .ginput_upload, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .ginput_upload, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .ginput_upload {
          padding: 30px 10px 10px 10px;
          background: #fff;
          display: block;
          width: 100%;
          max-width: 100%;
          border-radius: 3px;
          border: 1px solid rgba(175, 189, 199, 0.3); }
          body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .ginput_upload .upload-logo-path .upload-logo-path-inner, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .ginput_upload .upload-logo-path .upload-logo-path-inner, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .ginput_upload .upload-logo-path .upload-logo-path-inner {
            margin: 10px 0 0 0;
            display: inline-block;
            position: relative;
            max-width: 100%; }
            body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .ginput_upload .upload-logo-path .upload-logo-path-inner img, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .ginput_upload .upload-logo-path .upload-logo-path-inner img, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .ginput_upload .upload-logo-path .upload-logo-path-inner img {
              width: 250px;
              max-width: 100%; }
            body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .ginput_upload .upload-logo-path .upload-logo-path-inner .upload-image-overlay, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .ginput_upload .upload-logo-path .upload-logo-path-inner .upload-image-overlay, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .ginput_upload .upload-logo-path .upload-logo-path-inner .upload-image-overlay {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0; }
              body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .ginput_upload .upload-logo-path .upload-logo-path-inner .upload-image-overlay .fa, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .ginput_upload .upload-logo-path .upload-logo-path-inner .upload-image-overlay .fa, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .ginput_upload .upload-logo-path .upload-logo-path-inner .upload-image-overlay .fa {
                display: none;
                position: absolute;
                top: 5px;
                right: 10px;
                font-size: 20px;
                color: #fff;
                cursor: pointer; }
              body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .ginput_upload .upload-logo-path .upload-logo-path-inner .upload-image-overlay:hover, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .ginput_upload .upload-logo-path .upload-logo-path-inner .upload-image-overlay:hover, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .ginput_upload .upload-logo-path .upload-logo-path-inner .upload-image-overlay:hover {
                background: rgba(0, 0, 0, 0.3); }
                body.page-template-product-catalog-page-php .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .ginput_upload .upload-logo-path .upload-logo-path-inner .upload-image-overlay:hover .fa, body.winred-cart-page .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .ginput_upload .upload-logo-path .upload-logo-path-inner .upload-image-overlay:hover .fa, body.single-winred-product .winred-cart-item .winred-item-details .winred-item-details-footer .winred-item-details-footer-col .ginput_upload .upload-logo-path .upload-logo-path-inner .upload-image-overlay:hover .fa {
                  display: block; }

body.single-winred-product .product-price {
  margin-bottom: 20px !important;
  color: #013e7b !important; }

body.single-winred-product .product-colors h6 {
  font-weight: 500;
  color: #485057 !important; }

body.single-winred-product .product-colors .color-switch .color-switch-inner {
  height: 30px !important; }
  body.single-winred-product .product-colors .color-switch .color-switch-inner.in-cart:after {
    top: 8px !important; }

/* COLOR SCHEME - here you can define your own color scheme */
/* Primary Color */
.fpd-container .fpd-primary-bg-color,
.fpd-actions-wrapper > .fpd-action-btn:hover,
.fpd-actions-wrapper > .fpd-action-btn.fpd-active,
.fpd-thumbnail-preview > .fpd-preview-price {
  background-color: #b0334c !important; }

.fpd-container .fpd-primary-text-color,
.fpd-navigation > div.fpd-active,
.fpd-bottom-nav > div.fpd-active {
  color: #b0334c !important; }

/* Secondary Color */
.fpd-container .fpd-secondary-bg-color,
.fpd-container .fpd-btn,
.fpd-modal-wrapper .fpd-modal-content .fpd-btn,
.fpd-switch-container.fpd-enabled .fpd-switch-toggle,
.fpd-switch-container.fpd-enabled .fpd-switch-bar,
.fpd-modal-product-designer.fpd-modal-overlay .fpd-done {
  background-color: #013e7b !important; }

.fpd-container .fpd-btn:hover,
.fpd-modal-wrapper .fpd-modal-content .fpd-btn:hover {
  background: #01468a !important;
  color: #fff !important; }

.fpd-container .fpd-btn.fpd-secondary,
.fpd-modal-wrapper .fpd-modal-content .fpd-btn.fpd-secondary {
  background: #E0E1E2 !important; }

.fpd-container .fpd-btn.fpd-secondary:hover,
.fpd-modal-wrapper .fpd-modal-content .fpd-btn.fpd-secondary:hover {
  background: #e8e9e9 !important; }

.fpd-container .fpd-btn.fpd-dark {
  background: rgba(0, 0, 0, 0.6) !important; }

.fpd-container .fpd-btn.fpd-dark:hover {
  background: rgba(26, 26, 26, 0.6) !important; }

.fpd-toggle.fpd-enabled {
  color: #013e7b !important !important; }

/* Main Text Color */
.fpd-container,
.fpd-container textarea,
.fpd-sub-tooltip-theme .tooltipster-content,
.fpd-modal-wrapper > .fpd-modal-close {
  color: rgba(0, 0, 0, 0.8) !important; }

/* Main Border Color */
.fpd-actions-wrapper > .fpd-action-btn,
.fpd-list > .fpd-list-row,
.fpd-container.fpd-sidebar > .fpd-mainbar,
.fpd-container textarea,
.fpd-container.fpd-sidebar.fpd-sidebar-right > .fpd-mainbar,
.fpd-container.fpd-main-bar-container .fpd-mainbar,
.fpd-container .fpd-module input,
.fpd-thumbnail-preview,
.fpd-container .fpd-stage-off-canvas,
.fpd-manage-layers-panel .fpd-sortable-placeholder,
.fpd-container .fpd-close-off-canvas,
.fpd-topbar[class*="fpd-off-canvas-"] .fpd-mainbar .fpd-content,
.fpd-container input[type="text"],
.fpd-text-layers-panel .fpd-list > div {
  border-color: rgba(0, 0, 0, 0.1) !important; }

.fpd-container textarea:focus,
.fpd-element-toolbar-smart {
  z-index: 9999999999 !important; }

.fpd-element-toolbar textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.1) !important; }

.fpd-product-stage .fpd-view-stage canvas {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease; }

.fpd-actions-wrapper .fpd-action-btn.fpd-active, .fpd-actions-wrapper .fpd-action-btn:hover {
  color: #fff !important; }

.modal-backdrop {
  z-index: 99999; }

.fpd-snackbar-wrapper {
  display: none !important; }

#fpd-modal {
  z-index: 999999; }
  #fpd-modal .modal-dialog {
    border-radius: 0 !important;
    width: 1000px !important;
    max-width: 100% !important; }
    #fpd-modal .modal-dialog .modal-header, #fpd-modal .modal-dialog .modal-content {
      border-radius: 0 !important; }
    #fpd-modal .modal-dialog .modal-body {
      padding: 0 !important; }
    #fpd-modal .modal-dialog .loading {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #fff;
      z-index: 999; }
      #fpd-modal .modal-dialog .loading .fpd-loader-wrapper {
        display: block;
        height: 100%; }
  #fpd-modal #fpd {
    box-shadow: none !important; }
    #fpd-modal #fpd .fpd-navigation {
      background: none !important; }
      #fpd-modal #fpd .fpd-navigation:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: rgba(175, 189, 199, 0.3); }
      #fpd-modal #fpd .fpd-navigation .fpd-tooltip {
        background: #fff !important;
        color: #b0334c !important; }
        #fpd-modal #fpd .fpd-navigation .fpd-tooltip:hover {
          background: #fefefe !important; }
        #fpd-modal #fpd .fpd-navigation .fpd-tooltip.fpd-active {
          background: #b0334c !important;
          color: #fff !important; }
          #fpd-modal #fpd .fpd-navigation .fpd-tooltip.fpd-active:hover {
            background: #b0334c !important; }

body.modal-open .placeholder-fixed-menu.sticky {
  padding-right: 15px !important; }

.fpd-view-prev, .fpd-view-next {
  display: none !important; }

.fpd-container .fpd-views-selection {
  top: 15px !important;
  bottom: auto !important; }

#gform_13 .gform_body .gform_page .gform_page_footer {
  border: none !important; }
  #gform_13 .gform_body .gform_page .gform_page_footer .button {
    display: inline-block;
    box-shadow: none !important;
    opacity: 1 !important;
    padding: 7.5px 15px !important;
    background: #8dd1a4 !important;
    border-radius: 3px;
    border: 1px solid #8dd1a4 !important;
    color: #fff !important; }
    @media (max-width: 767px) {
      #gform_13 .gform_body .gform_page .gform_page_footer .button {
        display: inline-block !important;
        width: auto !important;
        padding: 7.5px 25px !important; } }
    #gform_13 .gform_body .gform_page .gform_page_footer .button:hover {
      background: #fff !important;
      color: #8dd1a4 !important;
      border-color: #8dd1a4 !important; }

#gform_13 .gform_body .gform_page .gform_page_fields .gform_fields .ginput_container.ginput_container_date {
  cursor: pointer; }

#gform_13 .gform_body .gform_page .gform_page_fields .gform_fields .ginput_container.ginput_container_fileupload .custom-file-input {
  margin-top: 10px; }
  #gform_13 .gform_body .gform_page .gform_page_fields .gform_fields .ginput_container.ginput_container_fileupload .custom-file-input:nth-child(2) {
    display: none !important; }
  #gform_13 .gform_body .gform_page .gform_page_fields .gform_fields .ginput_container.ginput_container_fileupload .custom-file-input:nth-child(3) {
    display: none !important; }
  #gform_13 .gform_body .gform_page .gform_page_fields .gform_fields .ginput_container.ginput_container_fileupload .custom-file-input:nth-child(4) {
    display: none !important; }
  #gform_13 .gform_body .gform_page .gform_page_fields .gform_fields .ginput_container.ginput_container_fileupload .custom-file-input input[type="file"], #gform_13 .gform_body .gform_page .gform_page_fields .gform_fields .ginput_container.ginput_container_fileupload .custom-file-input .ginput_preview {
    display: none !important; }
  #gform_13 .gform_body .gform_page .gform_page_fields .gform_fields .ginput_container.ginput_container_fileupload .custom-file-input .custom-file-upload-button {
    display: inline-block; }
    #gform_13 .gform_body .gform_page .gform_page_fields .gform_fields .ginput_container.ginput_container_fileupload .custom-file-input .custom-file-upload-button .btn {
      margin-right: 10px !important; }
  #gform_13 .gform_body .gform_page .gform_page_fields .gform_fields .ginput_container.ginput_container_fileupload .custom-file-input .custom-file-upload-text {
    display: inline-block; }

body.request-demo #wrapper .homepage-section#request-demo-section.webinar-section p {
  color: #485057 !important; }

body.request-demo #wrapper .homepage-section#request-demo-section.webinar-section .webinars-row {
  background: #fff !important; }
  body.request-demo #wrapper .homepage-section#request-demo-section.webinar-section .webinars-row .webinar-table {
    display: table;
    width: 100%;
    max-width: 100%; }
    body.request-demo #wrapper .homepage-section#request-demo-section.webinar-section .webinars-row .webinar-table .webinar-col {
      display: table-cell;
      vertical-align: middle;
      padding: 20px 0; }
      body.request-demo #wrapper .homepage-section#request-demo-section.webinar-section .webinars-row .webinar-table .webinar-col p {
        margin: 0 !important; }
      body.request-demo #wrapper .homepage-section#request-demo-section.webinar-section .webinars-row .webinar-table .webinar-col:last-child {
        text-align: right;
        padding-left: 10px; }

body.request-demo #wrapper .homepage-section#request-demo-section.webinar-section .request-demo-content {
  border-radius: 0 !important; }
  body.request-demo #wrapper .homepage-section#request-demo-section.webinar-section .request-demo-content.webinar-columns {
    border-radius: 0 !important; }
    body.request-demo #wrapper .homepage-section#request-demo-section.webinar-section .request-demo-content.webinar-columns > div {
      background: #f5f8fa !important;
      padding: 40px !important; }
    body.request-demo #wrapper .homepage-section#request-demo-section.webinar-section .request-demo-content.webinar-columns h5 {
      margin: 0 !important;
      padding-bottom: 20px; }
      body.request-demo #wrapper .homepage-section#request-demo-section.webinar-section .request-demo-content.webinar-columns h5:after {
        content: '';
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 20px;
        right: 20px;
        background: #ddd; }
    body.request-demo #wrapper .homepage-section#request-demo-section.webinar-section .request-demo-content.webinar-columns .webinar-table:after {
      content: '';
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 20px;
      right: 20px;
      background: #ddd; }
    body.request-demo #wrapper .homepage-section#request-demo-section.webinar-section .request-demo-content.webinar-columns .webinar-table:last-child:after {
      display: none !important; }
    body.request-demo #wrapper .homepage-section#request-demo-section.webinar-section .request-demo-content.webinar-columns.first-col .webinar-table:last-of-type:after {
      display: none !important; }

body.page-id-373.request-demo #pageHeadImg {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  height: 600px !important;
  display: block !important; }
  body.page-id-373.request-demo #pageHeadImg #waves1, body.page-id-373.request-demo #pageHeadImg #waves2 {
    width: 100% !important;
    height: 100% !important; }
  body.page-id-373.request-demo #pageHeadImg .textHolder {
    display: none !important; }

body.page-id-373.request-demo .homeContainer #wrapper {
  background: none !important; }
  body.page-id-373.request-demo .homeContainer #wrapper .container {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
    margin-top: 95px !important; }
    body.page-id-373.request-demo .homeContainer #wrapper .container .logo-block {
      position: absolute;
      top: -95px;
      left: 0;
      right: 0; }

#gform_13 .gform_body .gform_page .gform_page_footer {
  border: none !important; }

#gform_13 .gform_body .gform_page .gform_page_footer .button {
  display: inline-block;
  box-shadow: none !important;
  opacity: 1 !important;
  padding: 7.5px 15px !important;
  background: #8dd1a4 !important;
  border-radius: 3px;
  border: 1px solid #8dd1a4 !important;
  color: #fff !important; }

@media (max-width: 767px) {
  #gform_13 .gform_body .gform_page .gform_page_footer .button {
    display: inline-block !important;
    width: auto !important;
    padding: 7.5px 25px !important; } }

#gform_13 .gform_body .gform_page .gform_page_footer .button:hover {
  background: #fff !important;
  color: #8dd1a4 !important;
  border-color: #8dd1a4 !important; }

#gform_13 .gform_body .gform_page .gform_page_fields .gform_fields .ginput_container.ginput_container_date {
  cursor: pointer; }

#gform_13 .gform_body .gform_page .gform_page_fields .gform_fields .ginput_container.ginput_container_fileupload .custom-file-input {
  margin-top: 10px; }

#gform_13 .gform_body .gform_page .gform_page_fields .gform_fields .ginput_container.ginput_container_fileupload .custom-file-input:nth-child(2) {
  display: none !important; }

#gform_13 .gform_body .gform_page .gform_page_fields .gform_fields .ginput_container.ginput_container_fileupload .custom-file-input:nth-child(3) {
  display: none !important; }

#gform_13 .gform_body .gform_page .gform_page_fields .gform_fields .ginput_container.ginput_container_fileupload .custom-file-input:nth-child(4) {
  display: none !important; }

#gform_13 .gform_body .gform_page .gform_page_fields .gform_fields .ginput_container.ginput_container_fileupload .custom-file-input input[type="file"], #gform_13 .gform_body .gform_page .gform_page_fields .gform_fields .ginput_container.ginput_container_fileupload .custom-file-input .ginput_preview {
  display: none !important; }

#gform_13 .gform_body .gform_page .gform_page_fields .gform_fields .ginput_container.ginput_container_fileupload .custom-file-input .custom-file-upload-button {
  display: inline-block; }

#gform_13 .gform_body .gform_page .gform_page_fields .gform_fields .ginput_container.ginput_container_fileupload .custom-file-input .custom-file-upload-button .btn {
  margin-right: 10px !important; }

#gform_13 .gform_body .gform_page .gform_page_fields .gform_fields .ginput_container.ginput_container_fileupload .custom-file-input .custom-file-upload-text {
  display: inline-block; }

body.request-demo #wrapper .homepage-section#request-demo-section.webinar-section p {
  color: #485057 !important; }

body.request-demo #wrapper .homepage-section#request-demo-section.webinar-section .webinars-row {
  background: #fff !important; }

body.request-demo #wrapper .homepage-section#request-demo-section.webinar-section .webinars-row .webinar-table {
  display: table;
  width: 100%;
  max-width: 100%; }

body.request-demo #wrapper .homepage-section#request-demo-section.webinar-section .webinars-row .webinar-table .webinar-col {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0; }

body.request-demo #wrapper .homepage-section#request-demo-section.webinar-section .webinars-row .webinar-table .webinar-col p {
  margin: 0 !important; }

body.request-demo #wrapper .homepage-section#request-demo-section.webinar-section .webinars-row .webinar-table .webinar-col:last-child {
  text-align: right;
  padding-left: 10px; }

body.request-demo #wrapper .homepage-section#request-demo-section.webinar-section .request-demo-content {
  border-radius: 0 !important; }

body.request-demo #wrapper .homepage-section#request-demo-section.webinar-section .request-demo-content.webinar-columns {
  border-radius: 0 !important; }

body.request-demo #wrapper .homepage-section#request-demo-section.webinar-section .request-demo-content.webinar-columns > div {
  background: #f5f8fa !important;
  padding: 40px !important; }

body.request-demo #wrapper .homepage-section#request-demo-section.webinar-section .request-demo-content.webinar-columns h5 {
  margin: 0 !important;
  padding-bottom: 20px; }

body.request-demo #wrapper .homepage-section#request-demo-section.webinar-section .request-demo-content.webinar-columns h5:after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  background: #ddd; }

body.request-demo #wrapper .homepage-section#request-demo-section.webinar-section .request-demo-content.webinar-columns .webinar-table:after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  background: #ddd; }

body.request-demo #wrapper .homepage-section#request-demo-section.webinar-section .request-demo-content.webinar-columns .webinar-table:last-child:after {
  display: none !important; }

body.request-demo #wrapper .homepage-section#request-demo-section.webinar-section .request-demo-content.webinar-columns.first-col .webinar-table:last-of-type:after {
  display: none !important; }

body.page-id-373.request-demo #pageHeadImg {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  height: 600px !important;
  display: block !important; }

body.page-id-373.request-demo #pageHeadImg #waves1, body.page-id-373.request-demo #pageHeadImg #waves2 {
  width: 100% !important;
  height: 100% !important; }

body.page-id-373.request-demo #pageHeadImg .textHolder {
  display: none !important; }

body.page-id-373.request-demo .homeContainer #wrapper {
  background: none !important; }

body.page-id-373.request-demo .homeContainer #wrapper .container {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
  margin-top: 95px !important; }

body.page-id-373.request-demo .homeContainer #wrapper .container .logo-block {
  position: absolute;
  top: -95px;
  left: 0;
  right: 0; }

.gform_wrapper.gravity-theme .gform_fields {
  display: block !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  grid-column-gap: unset !important;
  grid-row-gap: unset !important; }

.gform_wrapper.gravity-theme .ginput_complex {
  display: block !important;
  flex-flow: unset !important; }

.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .ginput_container {
  padding: 25px 10px 10px 10px !important; }

.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield#field_33_18 .ginput_container {
  padding: 45px 10px 10px 10px !important; }

.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield#field_26_18 .ginput_container {
  padding: 45px 10px 10px 10px !important; }

.gform_wrapper.gravity-theme form .gform_fields .gfield.ginput_name > legend.gfield_label {
  font-weight: normal !important;
  padding-left: 13px !important;
  display: block !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin-bottom: 5px !important;
  font-size: 11px !important;
  border: none !important; }
  .gform_wrapper.gravity-theme form .gform_fields .gfield.ginput_name > legend.gfield_label .gfield_required {
    color: inherit !important; }

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox {
  margin: 6px 0; }

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gchoice, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gchoice {
  display: block !important;
  padding: 5px 0 !important;
  overflow: hidden !important; }
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gchoice input, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gchoice input {
    float: left !important;
    display: inline-block !important;
    width: 20px !important; }
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gchoice label, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gchoice label {
    line-height: 1 !important;
    position: relative !important;
    float: left !important;
    display: inline-block !important;
    width: auto !important;
    top: auto !important; }

.gform_wrapper.gravity-theme .gfield_label {
  width: calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: -o-calc(100% - 20px);
  width: -ms-calc(100% - 20px);
  margin: 0 !important;
  padding: 0 !important;
  font-size: 11px !important;
  position: absolute;
  top: 5px;
  left: 10px;
  right: 10px;
  z-index: 1;
  font-weight: 500 !important;
  color: #314459 !important;
  border: none !important; }

.gform_wrapper .gfield_required {
  color: inherit !important; }

.gform_validation_errors {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important; }
  .gform_validation_errors .gform_submission_error {
    font-size: 16px !important;
    color: #D0021B !important;
    text-align: center !important; }
    .gform_validation_errors .gform_submission_error .gform-icon {
      display: none !important; }

.fpd-products-module-hidden div[data-module=products] + div.fpd-tooltip[data-module="images"] {
  display: none !important; }

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