/*
@font-face {
  font-family: 'square721';
  src: url('../fonts/square721extendedbold.woff2') format('woff2'),
       url('../fonts/square721extendedbold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
*/

/*
@font-face {
  font-family: 'notosans-regular';
  src: url('../fonts/NotoSans-Medium.woff2') format('woff2'),
       url('../fonts/NotoSans-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'notosans-medium';
  src: url('../fonts/NotoSans-Regular.woff2') format('woff2'),
       url('../fonts/NotoSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

*/

/*
@font-face {
  font-family: 'square721roman';
  src: url('../fonts/square721-bt-roman.woff2') format('woff2'),
       url('../fonts/square721-bt-roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'michroma';
  src: url('../fonts/michroma-regular.woff2') format('woff2'),
       url('../fonts/michroma-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}*/



@font-face {
    font-family: 'Eurostar-Regular-Extended';
    src:url('../fonts/Eurostar-Regular-Extended.ttf.woff') format('woff'),
        url('../fonts/Eurostar-Regular-Extended.ttf.svg#Eurostar-Regular-Extended') format('svg'),
        url('../fonts/Eurostar-Regular-Extended.ttf.eot'),
        url('../fonts/Eurostar-Regular-Extended.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'OPTIEdgar-Extended';
    src:url('../fonts/OPTIEdgar-Extended.ttf.woff') format('woff'),
        url('../fonts/OPTIEdgar-Extended.ttf.svg#OPTIEdgar-Extended') format('svg'),
        url('../fonts/OPTIEdgar-Extended.ttf.eot'),
        url('../fonts/OPTIEdgar-Extended.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}


@font-face {
  font-family: 'Helmed';
    src:url('../fonts/HelveticaNeueLTW1G-Md.woff') format('woff'),
        url('../fonts/HelveticaNeueLTW1G-Md.svg#OPTIEdgar-Extended') format('svg'),
        url('../fonts/HelveticaNeueLTW1G-Md.eot'),
        url('../fonts/HelveticaNeueLTW1G-Md.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;


}
body{
  font-family: 'Noto Sans', Helvetica, Arial, sans-serif !important;
  /*font-family: 'notosans-regular' !important;*/
  font-size: 18px;
}

body h1, body h2, body h3{
  font-family: 'Noto Sans', Helvetica, Arial, sans-serif !important;
  font-weight: bolder;
}

.offcanvas-title {
  font-family: 'Noto Sans', Helvetica, Arial, sans-serif !important;
}

body .navbar-nav{
  font-family: 'Noto Sans', Helvetica, Arial, sans-serif !important;
  font-size: 24px;
  font-weight: 800;

}


#menu-footer{
  font-family: 'Noto Sans', Helvetica, Arial, sans-serif !important;
  font-weight: bold;  
}


body .navbar-nav a.nav-link:link,
body .navbar-nav a.nav-link:visited
{

  color: white ;

}

body .navbar-nav a.nav-link:hover
{

  color: #EF4A7D !important;

}

body .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

body.home .navbar-nav{
  font-size: 26px;

}

body.home{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ef4a7d+0,ef4a7d+38,000000+100 */
  background: linear-gradient(to bottom,  #ef4a7d 0%,#ef4a7d 38%,#000000 100%) fixed !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  margin-top: 50px;
}


body.not-home {
  background: linear-gradient(to bottom, #ef4a7d 0%,#ef4a7d 38%,#000000 100%) fixed !important;
  margin-top: 50px;
}

body.not-home h1{
  color: white;
}

.home-banner-image{

}


.home-banner-image {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  margin-bottom: 39px;
  margin-top: 10px;
}

.home-banner-image img {
  width: 100%;
  height: auto;
  display: block;
}


body.home {
  color: #fff
}


body.privacy-policy-class{
  color: #fff;
}

body{
  background-color: #e8e8e8 !important;
}

body.home h1, body.home h2, body.home h3{
  color: #fff;

}


body.home .navbar-nav a.nav-link:link,
body.home .navbar-nav a.nav-link:visited
{

  color: white !important;

}

body.home .navbar-nav a.nav-link:hover
{

  color: #000 !important;

}


body .main-menu-full{
  width: 100%;
}

.bx-wrapper .bx-pager {
  display:none !important;
}

body.home .dwd-carousel-home-page{
  margin-bottom: 50px;
}


body.home h1{
  margin-bottom: 30px;
}

body.home h2{
  margin: 20px 0;
}

body .navbar-nav .nav-link.active, body  .navbar-nav .nav-link.show {
  color: #EF4A7D !important
}



body h1{
  line-height: 54px;
}


.entry-content{
  line-height: 32px;
}


.entry-content ul
{
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 30px;
}

.entry-content li
{
background-image: url('../img/bullet.png');
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 1.6em;
background-size: 18px;
}


.top-button.visible {
  background-color: #EF4A7D;
  border: none;
}

.bootscore-footer{
  min-height: 300px;
  
  /*background-image: url(../img/signhub-footer.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  */
  padding-top: 40px;
  overflow: hidden;
  padding-bottom: 30px;
  margin-top: 140px;
}

.footer-logo{
}

.nav-toggler{
  background-color: #0D1014;
  border-radius: 3px;
}


#menu-footer a{
  text-decoration: none;

}
#menu-footer a:link, #menu-footer a:visited{
  color: white;
}

#menu-footer a:hover{
  color: black;
}

footer .bp-contact-card h2{
  color: white;
  margin-top: 0;
} 
footer .bp-contact-card > div {
  margin: 0 0 1em 0;
}

footer a:link, footer a:visited{
  color: white;
}

footer a{
  text-decoration: none;
}

footer a:hover{
  color: black;
}


footer .bp-contact-card{
  color: white;
}

.entry-content h1:first-of-type{
    margin-top: 50px;
    margin-bottom: 18px;
}
::placeholder {
  color: lightgray !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: lightgray !important;
}


.entry-content h3{
  margin: 10px 0;
}


body .forminator-custom-form{
  padding: 25px !important;
  font-family: 'notosans-regular', Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: normal !important;

}

.forminator-custom-form input[type="text"],
.forminator-custom-form input[type="email"],
.forminator-custom-form textarea
{
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-color: #BDBDBD;
  border-style: solid;
}

body .forminator-button{
  background-color: #32373c;
  border-width: 0;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
  font-size: 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 12px 24px;
}


.uagb-block-4a4fa9d4 .uagb-forms-main-form .uagb-forms-input-label {
  font-size: 15px;
  margin-bottom: 10px;
}

body .forminator-custom-form .forminator-label {
  font-size: 15px !important;
  margin-bottom: 10px !important;
}

body .forminator-ui#forminator-module-84.forminator-design--default .forminator-label {
  font-size: 12px;
  font-family: inherit;
  font-weight: lighter !important;
}

body .entry-content a, a:link, a:visited {
  color: #212529;
  text-decoration: none !important;
}


footer .bp-address{
  margin-left: 0.6em !important;
}

.header-phone-link{
  display: none;
}


@media  (max-width: 400px) {
}

@media (min-width: 401px) and (max-width: 767px) {
}

@media all and (max-width: 767px) {

  h1, .h1 {
    font-size: calc(0.875rem + 1.5vw);
  }
  h2, .h2 {
    font-size: calc(1.025rem + 0.9vw);
  }

  body h1 {
    line-height: 29px;
  }

  .entry-content h1:first-of-type{
    margin-top: 20px;
    text-align: center;
  
  }

  body .banner-spacer{
    height: 70px !important;
  }


  body {
    font-size: 15px;
    line-height: 20px;
  }
  .entry-content {
    line-height: 24px;
  }
  .entry-content ul {
    line-height: 22px;
  }
  .entry-content li {
    margin-bottom: 10px;
  }
  body.home .dwd-carousel-home-page {
    margin-bottom: 10px;
  }

  .bootscore-footer{
    border: none !important;
    min-height: 300px;
    background-image: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,45484d+100 */
    background: linear-gradient(to right,  #000000 0%,#45484d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: drop-shadow(0px -3px 4px #000000);
    margin-top: 50px;
  }

  .footer-logo{
    display: block;
    position: relative;
  } 
  .footer-logo-inner{
    position: relative;
  }

  .bootscore-footer{
    text-align: center;
  }

  .bp-contact-card{
    color: white;
  }

  body.home .navbar-nav a.nav-link:link, body.home .navbar-nav a.nav-link:visited {
    color: black !important;
    font-size: 20px;
  }

  body .navbar-nav a.nav-link:link, body .navbar-nav a.nav-link:visited {
    color: grey;
  }

  .navbar-brand{
    padding-right: 0;
    margin-right: 0;
    margin: 0 auto;
    width: 70%;
  }
  .navbar-brand .me-2 {
    margin-right: 0rem !important;
  }

  i.fa-bars{
    color: white !important;
  }

  .nav-toggler:hover i.fa-bars{
    color: #EF4A7D;
  }
  .not-home #nav-main{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+35,000000+100&0.85+0,0.65+36,0+100;Neutral+Density */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.65) 36%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }

  h3, .h3 {
    font-size: calc(0.9rem + 0.5vw);
  }

  body .bp-contact-card h2,
  body .bp-contact-card
  {
    color: #333 !important;
  }


  body .footer_widget .bp-contact-card h2,
  body .footer_widget .bp-contact-card
  {
    color: #fff !important;
  }

  .entry-content{
    padding-left: 12px;
    padding-right: 12px;
  }

  .call-to-action-1 .left-block,
  .call-to-action-2 .left-block,
  .call-to-action-1 .right-block,
  .call-to-action-2 .right-block
  {
    display: none;
  }

  .header-phone-link{
    display: inline-block;
  }

  .top-bar-widget{
    position: relative;
  }
  .header-phone-link {
    position: absolute;
    top: -41px;
    right: 10px;
    text-align: center;
    font-size: 30px;
  }


}


@media screen and (min-width: 768px){
}

@media (min-width: 768px) and (max-width: 991px) {

  .call-to-action-1 .left-block,
  .call-to-action-2 .left-block,
  .call-to-action-1 .right-block,
  .call-to-action-2 .right-block
  {
    display: none;
  }
  footer{
    text-align: center;
  }
  .footer-logo{
    text-align: center;

  }
  .footer-logo img{
    max-width: 50%;
    margin: 0 auto;
  }

  .header-phone-link{
    display: inline-block;
  }


  .top-bar-widget{
    position: relative;
  }
  .header-phone-link {
    position: absolute;
    top: -41px;
    right: 10px;
    text-align: center;
    font-size: 30px;
  }

}

@media (min-width: 992px) {
}

@media (min-width: 992px) and (max-width: 1199px) {

  footer .footer-3 p{
    display: none;
  }

  body.home .navbar-nav {
    font-size: 21px;
  }
  #bootscore-navbar{
    display: block;
    width: 100%; 
    text-align: center;
  }

  #bootscore-navbar .menu-item{
    display: inline-block;
    float: none;
  }
  .navbar-brand{
    display: block;
  }
  .navbar-brand > img{
    width: 200px;
  }

  body .container-menu{
    display: block !important;
    text-align: center;
  }
  body .container-menu #bootscore-navbar{
    margin-left: inherit !important;
  }
  .not-home #nav-main{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+35,000000+100&0.85+0,0.65+36,0+100;Neutral+Density */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.65) 36%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }

}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2rem;
  }
  body h1 {
    line-height: 48px;
  }
  h2, .h2 {
    font-size: 1.8rem;
  }
  .entry-content li {
    margin-bottom: 10px;
  }
  .footer-logo{
  }
  .footer-logo-inner{
    position: absolute;
  }

  #menu-footer{
    padding-left: 40px   ;
    padding-top: 3px;
  }

  .contact-container > .wp-block-uagb-container{
    padding: 20px 50px;
  }

  

  .not-home #nav-main{
    
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+35,000000+100&0.85+0,0.65+36,0+100;Neutral+Density */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.65) 36%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  }


  .a-boards-class #nav-main a:link, .a-boards-class #nav-main a:visited{
    color: black;
  }

  .entry-content h3{
    margin: 20px 0;
  } 


}

@media (min-width: 1200px) and (max-width: 1399px){
}

@media (min-width: 1400px) and (max-width: 1499px){
}

@media (min-width: 1400px) {

  body .navbar-nav{
    font-size: calc(0.425rem + 1.0vw) !important;
  }

  body.home .navbar-nav{
    font-size: calc(0.875rem + 1.0vw) !important;
  }

}

@media (min-width: 1500px){
  
}


@media (min-width: 1800px){


  body .navbar-nav{
    font-size: calc(0.575rem + 0.9vw) !important;
  }
  body.home .navbar-nav{
    font-size: calc(0.975rem + 1.0vw) !important;
  }

  body .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1620px;
  }

  h1, .h1 {
    font-size: calc(1.175rem + 1.1vw) !important;
  }
  h2, .h2 {
    font-size: calc(0.875rem + 1.1vw) !important;
  }
  body h1{
    line-height: calc(1.375rem + 1.2vw) !important;
  }


  .entry-content{
    line-height: calc(1.075rem + 1.1vw) !important;
  }

  body {
      font-size: calc(0.6rem + 0.7vw) !important;
  }
  .entry-content ul {
    line-height: calc(1.075rem + 1.1vw) !important;
  }

}



@media (min-width: 2000px){
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1820px;
  }

  body .banner-spacer{
    height: 150px !important;
  }

}