/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** VARIABLES ******/
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** MIXINS ******/
/* FONT MIXINS */
.fs1 {
  font-size: 1rem !important; }

.fs2 {
  font-size: 2rem !important; }

.fs3 {
  font-size: 3rem !important; }

.fs4 {
  font-size: 4rem !important; }

.fs5 {
  font-size: 5rem !important; }

.fs6 {
  font-size: 6rem !important; }

.fw-100 {
  font-weight: 100 !important; }

.fw-200 {
  font-weight: 200 !important; }

.fw-300 {
  font-weight: 300 !important; }

.fw-400 {
  font-weight: 400 !important; }

.fw-500 {
  font-weight: 500 !important; }

.fw-600 {
  font-weight: 600 !important; }

.fw-700 {
  font-weight: 700 !important; }

.fw-800 {
  font-weight: 800 !important; }

.fw-900 {
  font-weight: 900 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-black {
  background-color: #000 !important; }

.no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }

.center-it {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center; }

.no-padding {
  padding: 0 !important; }

.primary-color {
  color: #105498 !important; }

.primary-bg {
  background-color: #105498 !important; }

.secondary-color {
  color: #414042 !important; }

.secondary-bg {
  background-color: #414042 !important; }

.btn-primary {
  background-color: #105498;
  color: #fff;
  border-color: #105498; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-within {
    background-color: #0b3b6a !important;
    color: #fff;
    border-color: #105498; }

.btn-secondary {
  background-color: #414042;
  color: #fff;
  border-color: #414042; }
  .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within {
    background-color: #282728;
    color: #fff;
    border-color: #414042; }

.d-flex {
  display: flex !important; }

.d-block {
  display: block !important; }















@media only screen and (max-width: 767px) {
    .xs-flex {
      display: flex !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sm-flex {
      display: flex !important; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .md-flex {
      display: flex !important; } }

@media only screen and (min-width: 1200px) {
    .lg-flex {
      display: flex !important; } }

@media only screen and (max-width: 767px) {
    .xs-row {
      margin-left: -15px;
      margin-right: -15px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sm-row {
      margin-left: -15px;
      margin-right: -15px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .md-row {
      margin-left: -15px;
      margin-right: -15px; } }

@media only screen and (min-width: 1200px) {
    .lg-row {
      margin-left: -15px;
      margin-right: -15px; } }

.flex-center-wrap {
  display: flex;
  align-items: center !important;
  flex-wrap: wrap; }

@media only screen and (min-width: 768px) {
    .flex-sm-align-items-stretch-center {
      display: flex !important;
      align-items: stretch !important;
      flex-wrap: wrap; }
      .flex-sm-align-items-stretch-center > div {
        align-self: center; } }

.ws-form-container {
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1); }
  .ws-form-container .ws-form-title-container {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.17);
    font-size: 15px;
    padding: 20px;
    font-weight: bold;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
    color: #fff !important;
    display: block;
    float: none;
    clear: both;
    margin: 0 auto;
    text-align: center; }
    .ws-form-container .ws-form-title-container .ws-fa-icon-container {
      margin: 0 10px; }
  .ws-form-container .ws-form-body-container {
    padding: 10px; }
    .ws-form-container .ws-form-body-container .form__warn {
      text-align: center !important; }
    .ws-form-container .ws-form-body-container .gform_footer .gform_button {
      display: block;
      float: none;
      clear: both;
      margin: 0 auto;
      text-align: center; }

.white-overlay {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); }

.black-overlay {
  -webkit-filter: brightness(0);
  filter: brightness(0); }

.m-0 {
  margin: 0px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mr-0 {
  margin-right: 0px !important; }

.ml-0 {
  margin-left: 0px !important; }

.m-5 {
  margin: 5px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mr-5 {
  margin-right: 5px !important; }

.ml-5 {
  margin-left: 5px !important; }

.m-10 {
  margin: 10px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mr-10 {
  margin-right: 10px !important; }

.ml-10 {
  margin-left: 10px !important; }

.m-15 {
  margin: 15px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mr-15 {
  margin-right: 15px !important; }

.ml-15 {
  margin-left: 15px !important; }

.m-20 {
  margin: 20px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mr-20 {
  margin-right: 20px !important; }

.ml-20 {
  margin-left: 20px !important; }

.m-25 {
  margin: 25px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mr-25 {
  margin-right: 25px !important; }

.ml-25 {
  margin-left: 25px !important; }

.m-30 {
  margin: 30px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mr-30 {
  margin-right: 30px !important; }

.ml-30 {
  margin-left: 30px !important; }

.p-0 {
  margin: 0px !important; }

.pt-0 {
  margin-top: 0px !important; }

.pb-0 {
  margin-bottom: 0px !important; }

.pr-0 {
  margin-right: 0px !important; }

.pl-0 {
  margin-left: 0px !important; }

.p-5 {
  margin: 5px !important; }

.pt-5 {
  margin-top: 5px !important; }

.pb-5 {
  margin-bottom: 5px !important; }

.pr-5 {
  margin-right: 5px !important; }

.pl-5 {
  margin-left: 5px !important; }

.p-10 {
  margin: 10px !important; }

.pt-10 {
  margin-top: 10px !important; }

.pb-10 {
  margin-bottom: 10px !important; }

.pr-10 {
  margin-right: 10px !important; }

.pl-10 {
  margin-left: 10px !important; }

.p-15 {
  margin: 15px !important; }

.pt-15 {
  margin-top: 15px !important; }

.pb-15 {
  margin-bottom: 15px !important; }

.pr-15 {
  margin-right: 15px !important; }

.pl-15 {
  margin-left: 15px !important; }

.p-20 {
  margin: 20px !important; }

.pt-20 {
  margin-top: 20px !important; }

.pb-20 {
  margin-bottom: 20px !important; }

.pr-20 {
  margin-right: 20px !important; }

.pl-20 {
  margin-left: 20px !important; }

.p-25 {
  margin: 25px !important; }

.pt-25 {
  margin-top: 25px !important; }

.pb-25 {
  margin-bottom: 25px !important; }

.pr-25 {
  margin-right: 25px !important; }

.pl-25 {
  margin-left: 25px !important; }

.p-30 {
  margin: 30px !important; }

.pt-30 {
  margin-top: 30px !important; }

.pb-30 {
  margin-bottom: 30px !important; }

.pr-30 {
  margin-right: 30px !important; }

.pl-30 {
  margin-left: 30px !important; }

body {
  font-family: "Times New Roman", Georgia, serif;
  font-size: 16px; }

#primary {
  min-height: 625px;
  overflow: visible; }

.main_content_area.container-fluid {
  max-width: 1200px; }

.product-null {
  height: 0; }

.product-null .label {
  display: none; }

.red {
  color: red; }

.text-gray {
  color: #6c6d70 !important; }

.gfield .tooltip-trigger {
  margin-left: 5px; }
  .gfield.gfield_contains_required .tooltip-trigger {
    margin-right: -5px; }

div.tooltip {
  font-size: 16px;
  z-index: 999999999 !important; }

div.tooltip .tooltip-inner {
  max-width: 400px !important;
  /* If max-width does not work, try using width instead */
  width: 400px !important;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px; }

.product-null .ginput_container {
  display: none; }

.mobile-menu .navbar-collapse {
  margin-top: 40px; }
  .mobile-menu .navbar-header {
    height: 50px; }
  .mobile-menu .navbar-brand {
    max-height: 200px;
    height: 100px;
    position: absolute;
    padding-left: 5px;
    margin-top: -5px; }
  .mobile-menu .mobile-top-title-wrapper {
    left: 90px;
    position: relative;
    text-transform: uppercase;
    line-height: 1;
    height: 50px;
    margin: 0;
    padding-top: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 90px);
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */ }
    .mobile-menu .mobile-top-title-wrapper .title {
      font-weight: bold;
      font-size: calc(3.5294117647vw * 1); }
    .mobile-menu .mobile-top-title-wrapper .subtitle {
      font-size: calc(1.9607843137vw * 1); }

#roof-custom-area-1 {
  text-align: right; }
  #roof-custom-area-1 a {
    color: #fff; }
  #roof-custom-area-1 .chat-call-email > a .ws-fa-icon-container {
    margin-right: 10px; }
    @media only screen and (max-width: 550px) {
    #roof-custom-area-1 .chat-call-email > a > span:not(.ws-fa-icon-container) {
      display: none; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    #roof-custom-area-1 .chat-call-email > a {
      display: block;
      margin-bottom: 12px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
  #roof-custom-area-1 .chat-call-email .separator {
    display: none; } }

.top-area {
  background: #fff; }

#header-custom-area-1 {
  display: flex;
  align-items: center; }
  #header-custom-area-1 .site-logo-link {
    padding-right: 15px;
    border-right: 1px solid #000;
    margin-right: 15px; }
  #header-custom-area-1 a {
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
    text-decoration: none !important; }
  #header-custom-area-1 .h1 {
    font-size: 50px;
    margin-top: 10px; }
  #header-custom-area-1 .h4 {
    font-size: 24px; }
  #header-custom-area-1 .h1, #header-custom-area-1 .h4 {
    display: block;
    color: #4d4d4d; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
  #header-custom-area-1 .h1 {
    font-size: 20px;
    margin-top: 0; }
    #header-custom-area-1 .h4 {
      display: none; } }

#header-custom-area-2 {
  text-align: right; }
  #header-custom-area-2 .form-main {
    display: flex;
    justify-content: flex-end; }
    #header-custom-area-2 .form-main label {
      margin-right: 10px;
      font-weight: normal;
      margin-top: 6px; }

@media screen and (max-width: 767px) {
    .hero-module {
      border-top: 30px solid #414042; } }
  .hero-module img {
    margin: 0; }

.page-id-138872 #nav_menu-5 {
  display: none !important; }
  .page-id-138872 .wd-title.close-faq span {
    display: none !important; }

.menu-module {
  background-color: #105498 !important;
  width: 100%;
  overflow: visible; }
  .menu-module .navbar-nav {
    float: none;
    justify-content: space-between;
    display: flex;
    margin: 0; }
    .menu-module .navbar-nav li {
      float: none;
      flex-grow: 2;
      text-align: center; }
    .menu-module .navbar-nav li:last-child {
      border-right: 0; }
    .menu-module .navbar-nav li a {
      color: #fff;
      font-size: calc(3.125vw * 1);
      padding-top: 20px;
      padding-bottom: 20px;
      line-height: 1.2; }
      @media only screen and (min-width: 768px) {
    .menu-module .navbar-nav li a {
      font-size: 14px; } }
    .menu-module .navbar-nav li.active a {
      background-color: #f5f5f5 !important;
      color: #414042 !important; }
    .menu-module .navbar-nav li:hover a, .menu-module .navbar-nav li:focus a, .menu-module .navbar-nav li:focus-within a, .menu-module .navbar-nav li:active a {
      color: #414042 !important;
      background-color: #f5f5f5 !important; }
    .menu-module .navbar-nav .dropdown-caret {
      padding-right: 20px;
      margin-left: -20px; }
    .menu-module .navbar-nav .dropdown-menu {
      min-width: 100%; }
    .menu-module .navbar-nav .dropdown-menu li a {
      background: #fff !important;
      padding: 10px 20px; }
    .menu-module .navbar-nav .dropdown-menu li:hover a, .menu-module .navbar-nav .dropdown-menu li:focus a, .menu-module .navbar-nav .dropdown-menu li:focus-within a, .menu-module .navbar-nav .dropdown-menu li:active a {
      background-color: #f5f5f5 !important; }

footer#footer .container {
  width: 1170px;
  max-width: 100%; }
  @media only screen and (max-width: 767px) {
      footer#footer .container .footer-widget {
        margin-bottom: 30px; } }
  footer#footer .container .footer-widget .custom-html-widget {
    text-align: center; }
    footer#footer .container .footer-widget .custom-html-widget img, footer#footer .container .footer-widget .custom-html-widget span {
      display: block;
      float: none;
      clear: both;
      margin: 0 auto;
      text-align: center; }
    footer#footer .container .footer-widget .custom-html-widget img {
      max-width: 50px;
      margin-bottom: 10px; }
    footer#footer .container .footer-widget .custom-html-widget a {
      color: #000;
      text-decoration: none !important; }

.basement {
  padding-top: 30px; }
  .basement .copyright {
    color: #333; }

.gform_next_button {
  float: left;
  margin-right: 16px !important; }

.gform_save_link {
  background-color: #fff;
  color: #105498;
  border: 0; }
  .gform_save_link.active, .gform_save_link:hover, .gform_save_link:focus, .gform_save_link:focus-within, .gform_save_link:active {
    background-color: #fff; }

.page-id-53 .entry-content > ol {
  padding-left: 20px; }
  .page-id-53 .entry-content > ol ol {
    padding-left: 20px; }

.page-template-template-thank-you .entry-title {
  text-align: center; }

.overflow-tc .gfield_consent_description {
  overflow-y: hidden !important; }

.wd-mobile-menu-toggle.active .fa-bars:before {
  content: "\f00d"; }

.accordion-glyphicon {
  margin-right: 10px; }

.panel-heading .collapsed .ac-title {
  opacity: 1; }
  .panel-heading .ac-title {
    width: calc(100% - 50px);
    display: inline-block;
    opacity: 0;
    transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out; }

.panel .panel-title a:not(.collapsed) .glyphicon-plus::before {
  content: "\2212" !important; }

.ws-faq {
  font-size: 1.6rem; }

.home-forms {
  padding: 20px 0 0 0; }
  .home-forms .home-form-boxes {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; }
  .home-forms .home-form-boxes .home-form-box {
    width: 25%;
    padding: 10px; }
  @media screen and (min-width: 576px) and (max-width: 1199px) {
      .home-forms .home-form-boxes .home-form-box {
        width: 50%; } }
  @media screen and (max-width: 575px) {
      .home-forms .home-form-boxes .home-form-box {
        width: 100%; } }
  .home-forms .home-form-boxes .home-form-box .form-box-content {
    border: 1px solid #ddd;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .home-forms .home-form-boxes .home-form-box .form-box-content:hover {
      background: #f4f4f4; }
    .home-forms .home-form-boxes .home-form-box .form-box-content h2 {
      margin: 0 0 15px 0;
      font-size: 25px; }
      .home-forms .home-form-boxes .home-form-box .form-box-content h2 a {
        color: #000; }
        .home-forms .home-form-boxes .home-form-box .form-box-content h2 a:hover {
          text-decoration: none; }

.section-104626 {
  padding-top: 30px; }

.wd_faq-template-default .site-core {
  max-width: 1200px;
  margin: 0 auto; }

.home-featured-forms {
  padding: 20px 0; }
  .home-featured-forms .ff-row {
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    justify-content: center; }
  @media only screen and (max-width: 767px) {
    .home-featured-forms .ff-row {
      flex-direction: column; } }
  .home-featured-forms .ff-row .featured-form {
    background: #105498;
    padding: 30px 15px;
    color: #fff;
    text-align: center;
    position: relative;
    width: 25%;
    margin-left: 10px;
    margin-right: 10px; }
  @media only screen and (min-width: 768px) {
      .home-featured-forms .ff-row .featured-form {
        min-height: 300px; } }
  .home-featured-forms .ff-row .featured-form .corner-facet {
    position: absolute;
    right: 0;
    top: 0; }
  .home-featured-forms .ff-row .featured-form h2 {
    color: #fff;
    font-weight: bold; }
  .home-featured-forms .ff-row .featured-form a {
    display: block;
    color: #fff; }
    .home-featured-forms .ff-row .featured-form a:hover {
      text-decoration: none; }
  .home-featured-forms .ff-row .featured-form .description {
    margin: 0; }
  @media only screen and (max-width: 767px) {
      .home-featured-forms .ff-row .featured-form {
        margin-bottom: 20px;
        width: calc(100% - 20px); } }
  .home-featured-forms .divider {
    background: #105498;
    max-width: 630px;
    margin: 0 auto;
    height: 5px;
    margin-bottom: 10px;
    margin-top: 30px; }

.home-title {
  font-size: 25px;
  font-weight: bold;
  border-bottom: 1px solid;
  color: #105498;
  margin-bottom: 15px; }

.common-apps {
  list-style: none;
  padding: 0; }
  .common-apps li {
    font-size: 18px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px; }
  .common-apps li:last-child {
    border: none; }
  .common-apps li a {
    color: #105498;
    font-weight: bold;
    font-size: 20px; }

.home-faqs-list {
  color: #6c6d70; }
  .home-faqs-list li {
    margin-bottom: 20px; }
  .home-faqs-list a {
    color: #6c6d70;
    font-size: 20px; }

.ws-latest-posts-rows > div {
  border-bottom: none; }
  .ws-latest-posts-rows .readmore_link {
    color: #f00;
    margin-left: 10px; }

.home-important-links {
  padding: 10px 0; }

.vdo-footer .vdof-top {
  display: flex; }
  @media only screen and (max-width: 767px) {
    .vdo-footer .vdof-top {
      display: block; } }
  .vdo-footer .vdof-top img {
    max-height: 100px;
    margin-top: 5px; }
  .vdo-footer .vdof-top .vdof-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    border-left: 1px solid #fff;
    margin-left: 30px;
    font-size: 60px;
    line-height: 1em;
    padding: 0 0 0 30px;
    text-align: left; }
  @media only screen and (max-width: 767px) {
      .vdo-footer .vdof-top .vdof-title {
        margin: 0;
        padding: 0;
        text-align: center;
        border: none;
        font-size: 30px; } }
  .vdo-footer .vdof-top .vdof-title .smaller {
    font-size: 30px; }
    @media only screen and (max-width: 767px) {
      .vdo-footer .vdof-top .vdof-title .smaller {
        font-size: 20px; } }
  .vdo-footer .vdof-bottom {
    padding: 30px 0; }
  .vdo-footer .vdof-bottom .footer-info {
    text-align: center; }
  .vdo-footer .vdof-bottom li {
    margin-bottom: 10px; }
  .vdo-footer .vdof-basement {
    padding: 30px 35px; }
  .vdo-footer .vdof-basement .disclaimer {
    font-weight: normal; }
  .vdo-footer .vdof-basement .terms {
    color: #fff; }
  .vdo-footer .social-fa-module {
    text-align: center; }
/***** MEDIA QUERIES *****/
@media only screen and (max-width: 767px) {
  .product-null .gfield_label {
    float: left; }

  .mobile-menu .navbar-nav .dropdown-menu li a {
    padding: 7px 15px 10px 25px; }

  .navbar-nav > li > a {
    padding: 5px; } }

@media only screen and (min-width: 768px) {
  .navbar-nav > li > a {
    padding: 5px; }

  .navbar-nav > li {
    float: none;
    text-align: left; } }
