body {
  background-color: ;
  color: ;
}
.webpage-block .jumbotron h1, h1 {
  color: ;
  font-family: Big Shoulders;
  font-size: 55px;
}
.webpage-block .jumbotron h2, h2 {
  color: ;
  font-family: Big Shoulders;
  font-size: 42px;
}
.webpage-block .jumbotron h3, h3 {
  color: ;
  font-family: Big Shoulders;
  font-size: 32px;
}
.webpage-block .jumbotron h4, h4 {
  color: ;
  font-family: Big Shoulders;
  font-size: 24px;
}
.webpage-block .jumbotron h5, h5 {
  color: ;
  font-family: Big Shoulders;
  font-size: 14px;
}
.webpage-block .jumbotron h6, h6 {
  color: ;
  font-family: Big Shoulders;
  font-size: 12px;
}
.webpage-block .jumbotron p, p, .content-block div, .panel div, li {
  color: ;
  font-family: Poppins;
  font-size: 16px;
}
.jumbotron blockquote, blockquote {
  color: ;
  font-family: Poppins;
  font-size: 18px;
}
.jumbotron .lead, .content-block .lead, .lead {
  color: ;
  font-family: Big Shoulders;
  font-size: 24px;
}
@media (max-width: 767px) {
  .webpage-block .jumbotron h1, h1 {
    font-size: 45px;
  }
  .webpage-block .jumbotron h2, h2 {
    font-size: 30px;
  }
  .webpage-block .jumbotron h3, h3 {
    font-size: 24px;
  }
  .webpage-block .jumbotron h4, h4 {
    font-size: 18px;
  }
  .webpage-block .jumbotron h5, h5 {
    font-size: 14px;
  }
  .webpage-block .jumbotron h6, h6 {
    font-size: 12px;
  }
  .webpage-block .jumbotron p, p {
    font-size: 16px;
  }
  .webpage-block .jumbotron blockquote, blockquote {
    font-size: 18px;
  }
  .webpage-block .jumbotron .lead, .lead {
    font-size: 20px;
  }
}
.webpage-background a {
  color: ;
}
.webpage-block a {
  color: ;
}
.webpage-contact a {
  color: ;
}
.webpage-about a {
  color: ;
}
.webpage-footer {
  background-color: #6bbceb !important;
  color: #ffffff !important;
}
.webpage-footer a{
  color: #ffffff !important;
}
.webpage-footer .site-footer-simple {
  background-color: #6bbceb !important;
  color: #ffffff !important;
}

.webpage-footer p {
  color: #ffffff !important;
}
.webpage-footer .site-footer-simple a,
.webpage-footer .site-footer-simple a:hover {
  background-color: #6bbceb !important;
  color: #ffffff !important;
}
.webpage-header .navbar {
  background-color: #6bbceb;
  color: #ffffff;
}
.webpage-header .navbar a,
.webpage-header .navbar a:hover {
  color: #ffffff !important;
}
.webpage-header.navbar-fixed-top {
  background-color: ;
}
.webpage-group .webpage-hero > div > div {
  padding-top: 20px;
}
.webpage-header.navbar-fixed-top.hero-behind.transparent {
  background-color: transparent;
}
.webpage-header.hero-behind.transparent .navbar {
  background-color: transparent;
}
body.hero-behind .webpage-group .webpage-hero > div {
  margin-top: 0 !important;
}
.webpage-footer .site-footer-columns .site-footer-upper,
.webpage-footer .site-footer-layers {
  background-color: #6bbceb !important;
  color: #ffffff !important;
}
.webpage-footer .site-footer-columns .site-footer-upper a,
.webpage-footer .site-footer-columns .site-footer-upper a:hover,
.webpage-footer .site-footer-layers a,
.webpage-footer .site-footer-layers a:hover {
  color: #ffffff !important;
}
body {font-size: 18px;}
.vcard-social {background: #6BBCEB; width: 100%; padding: 0 5%;}
.vcard-phone a, .header-social a, .navbar-nav .navbar-text, .vcard-email a {color: #fff;}
.vcard-phone a, .header-social a, .navbar-nav .navbar-text, .navbar-nav .navbar-text a, .webpage-header .social-icon svg {color: #fff !important;}
.webpage-footer .site-footer-columns .footer-social .social-icon svg {color: #fff !important;} 
.footer-social .social-icon svg {color: #fff !important;} 
.hero-behind {z-index: 9;}  

/*ensures logo is visible with behind setting*/
.hero-behind .navbar li a {color: #fff!important;}
.hero-behind .webpage-header .navbar-default {border-color: transparent;}
.dropdown-menu, .hero-behind.webpage-header .navbar-default .dropdown ul {background: #fff;}

/* Dropdown background: semi-opaque white with blur */
.dropdown-menu,
.hero-behind.webpage-header .navbar-default .dropdown ul {
  background: rgba(255, 255, 255, 0.6); /* more opaque white */
  backdrop-filter: blur(12px); /* increase blur if needed */
  -webkit-backdrop-filter: blur(12px);
  border: none;
  box-shadow: none;
}

/* Set dropdown width */
.nav .dropdown-menu {
  min-width: 320px;
}

/* Dropdown link base style */
.webpage-header .navbar .dropdown li a {
  color: #212C54 !important; /* blue text */
  border-bottom: 1px solid #DB0503;
  padding: 10px 15px;
  display: block;
  background: transparent !important;
  transition: color 0.3s ease, background-color 0.3s ease;
}

/* Hover effect: blue background and white text */
.webpage-header .navbar .dropdown li a:hover {
  background-color: #212C54 !important;
  color: #ffffff !important;
}

/* Main navbar links (outside of dropdown) */
.webpage-header .navbar li a {
  font-size: 110%;
  text-transform: uppercase;
}

/*Add a hover color for main links */
.webpage-header .navbar a:hover {color: #F3D828 !important;}

h1, h2 {
  font-weight: 700;
}
h3, h4 {
  font-weight: 500;
}

/*Adds text-shadow-dark to all heroes*/
.webpage-group .webpage-block .webpage-hero {text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;}

/*Add shadow and border color below navbar*/
.webpage-header {border-bottom: #333 3px solid; -webkit-box-shadow: 0px 6px 10px rgba(0,0,0,.25);
              -moz-box-shadow: 0px 6px 10px rgba(0,0,0,.25);
                         box-shadow: 0px 6px 10px rgba(0,0,0,.25); 
z-index: 9;}

.hero-below {border: none; -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.6);
              -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.6);
                         box-shadow: 0px 0px 10px rgba(0,0,0,.6); 
z-index: 9;}

/*Sets height for all columns*/
.webpage-call-to-action .panel img {
    object-fit: cover;
    max-height: 247px;
    width: 100%; 
box-shadow: 0 5px 10px rgba(0,0,0,0.14), 0 15px 35px rgba(0,0,0,0.14);}

.logos .webpage-call-to-action .panel img {
    object-fit: contain;
    max-height: 200px;
    width: auto; 
box-shadow: none;
border-radius: 0%;}

/*.col-sm-6 .webpage-call-to-action .panel img targets 2 column */
/*.col-sm-4 .webpage-call-to-action .panel img targets 3 column */
/*.col-sm-3 .webpage-call-to-action .panel img targets 4 column */

/*Adjust menu font size for small laptops */
@media (min-width: 1025px) and (max-width: 1199px) {
.webpage-header .navbar li a {font-size: 90%; }
}

/*Applies to display viewports larger than mobile*/
@media (min-width: 769px) {

/*Hero Styling w custom class "welcome"*/
.welcome .btn {margin-top: 12px; text-align: center; vertical-align: middle; font-size: 30px;}
.welcome .jumbotron .container  {margin-top: 280px;} 

/* Applies to all heroes */
.webpage-group .webpage-block .webpage-hero .jumbotron {
min-height: 400px;
display: flex;
align-items: center;
}

/* Hero Button styling (fixed selector) */
.webpage-group .webpage-block .webpage-hero .btn {
margin-top: 12px;
text-align: center;
vertical-align: middle;
font-size: 18px;
}

/*Hero image overlay*/
.webpage-hero .jumbotron:before {position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.2);
    left: 0%; top: 0;
}
}

/*Applies to mobile viewports*/
@media (max-width: 768px) {
.webpage-header .navbar a {
  color: #333333 !important; 
  border-bottom: 1px solid #fff;
  padding: 10px 15px;
  display: block;
  background: transparent !important;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.navbar-collapse {width: 100%;}

/* Removes top margin in mobile hero */
.welcome .jumbotron .container {margin-top: 0;}

/*removes top margin for all heroes*/ 
.webpage-group .webpage-block .webpage-hero {margin-top: 0;}
.hero-behind .dropdown-menu, .hero-behind.webpage-header .navbar-default ul {background: #444;}

/*Optional logo height change for mobile*/
.webpage-header .navbar-brand-image img {height: 60px!important; max-height: 60px!important;}
}

/*Buttons*/
.webpage-block .btn {background: #CE2428; color: #fff; border: 1px solid #CE2428; border-radius:6px; -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
       -o-transition: all .5s ease;
      -ms-transition: all .5s ease;
          transition: all .5s ease;
text-shadow: none;}
.webpage-block .btn:hover {background: #fff; color: #CE2428; border: 1px solid #CE2428;}


/*Resource button styling*/
.btn-primary, .btn.btn-default.btn-clear-search {background: #CE2428; color: #fff; border: 1px solid #CE2428; }
.btn-primary:hover, .btn.btn-default.btn-clear-search:hover {background: #fff; color: #CE2428; border: 1px solid #CE2428;}


/*special-styles-cards-3*/
.btn{transition:all .25s ease}.rounded-button .btn{border-radius:40px;padding:12px 30px 14px;line-height:1;display:inline-flex;align-items:center}.special-styles-clippath-wrapper img{object-fit:cover}.special-styles-shape-triangle-1 img{--r:40px;aspect-ratio:1/.8660254038;-webkit-mask:conic-gradient(from -30deg at 50% calc(200% - 3 * var(--r)/ 2),#000 60deg,rgba(0,0,0,0) 0) 0 100%/100% calc(100% - 3 * var(--r)/ 2) no-repeat,radial-gradient(var(--r) at 50% calc(2 * var(--r)),#000 98%,rgba(0,0,0,0) 101%),radial-gradient(var(--r),#000 98%,rgba(0,0,0,0) 101%) space no-repeat 0 100%/calc(3.4641016151 * var(--r)) calc(2 * var(--r));clip-path:polygon(50% 0,100% 100%,0 100%);object-fit:cover}.special-styles-shape-triangle-2 img{--r:40px;aspect-ratio:1/.8660254038;-webkit-mask:conic-gradient(from 150deg at 50% calc(3 * var(--r)/ 2 - 100%),#000 60deg,rgba(0,0,0,0) 0) 0 0/100% calc(100% - 3 * var(--r)/ 2) no-repeat,radial-gradient(var(--r) at 50% calc(100% - 2 * var(--r)),#000 98%,rgba(0,0,0,0) 101%),radial-gradient(var(--r),#000 98%,rgba(0,0,0,0) 101%) space no-repeat 0 0/calc(3.4641016151 * var(--r)) calc(2 * var(--r));clip-path:polygon(50% 100%,100% 0,0 0);object-fit:cover}.special-styles-shape-polygon img{aspect-ratio:1;object-fit:cover;clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%)}.special-styles-shape-octagon img{object-fit:cover;aspect-ratio:1;--o:calc(50%*tan(-22.5deg));clip-path:polygon(var(--o) 50%,50% var(--o),calc(100% - var(--o)) 50%,50% calc(100% - var(--o)))}.special-styles-shape-hexagon img{object-fit:cover;aspect-ratio:.8660254038;clip-path:polygon(-50% 50%,50% 100%,150% 50%,50% 0)}.special-styles-shape-hexagon-alt img{object-fit:cover;aspect-ratio:1/.8660254038;clip-path:polygon(50% -50%,100% 50%,50% 150%,0 50%)}.special-styles-shape-parallelogram img{--p:50px;aspect-ratio:3/2;clip-path:polygon(var(--p) 0,100% 0,calc(100% - var(--p)) 100%,0 100%);object-fit:cover}.special-styles-shape-rounded-edge-bottom img{aspect-ratio:3/2;clip-path:ellipse(85% 100% at 50% 0);object-fit:cover}.special-styles-shape-rounded-edge-right img{aspect-ratio:1;clip-path:ellipse(100% 85% at 0 50%);object-fit:cover}.special-styles-shape-rounded-edge-left img{aspect-ratio:1;clip-path:ellipse(100% 85% at 100% 50%);object-fit:cover}.special-styles-shape-abstract-1 img{clip-path:url(#blob1);-webkit-clip-path:url(#blob1)}.special-styles-shape-abstract-2 img{clip-path:url(#blob2);-webkit-clip-path:url(#blob2)}.special-styles-shape-abstract-3 img{clip-path:url(#blob3);-webkit-clip-path:url(#blob3)}.special-styles-shape-abstract-4 img{clip-path:url(#blob4);-webkit-clip-path:url(#blob4)}.special-styles-shape-abstract-5 img{clip-path:url(#blob5);-webkit-clip-path:url(#blob5)}.special-styles-shape-abstract-6 img{clip-path:url(#blob6);-webkit-clip-path:url(#blob6)}.special-styles-shape-abstract-1 img{clip-path:url(#blob1);-webkit-clip-path:url(#blob1)}.special-styles-shape-abstract-2 img{clip-path:url(#blob2);-webkit-clip-path:url(#blob2)}.special-styles-shape-abstract-3 img{clip-path:url(#blob3);-webkit-clip-path:url(#blob3)}.special-styles-shape-abstract-4 img{clip-path:url(#blob4);-webkit-clip-path:url(#blob4)}.special-styles-shape-abstract-5 img{clip-path:url(#blob5);-webkit-clip-path:url(#blob5)}.special-styles-shape-abstract-6 img{clip-path:url(#blob6);-webkit-clip-path:url(#blob6)}.hide-button a.btn{display:none!important}.webpage-header .navbar-inverse{border-color:none}.special-styles-cards-3 .row{display:flex;align-items:stretch}@media screen and (max-width:768px){.special-styles-cards-3 .row{flex-wrap:wrap}.special-styles-cards-3 .row>div{margin-bottom:30px;width:100%}}.special-styles-cards-3 .webpage-call-to-action{height:100%}.special-styles-cards-3 .webpage-block{padding:0!important;height:100%}.special-styles-cards-3 .webpage-block .panel{height:100%;display:flex;flex-direction:column;position:relative;border-radius:10px;transition:all .2s ease;box-shadow:0 10px 60px rgba(0,0,0,.07);border:1px solid transparent!important;padding:40px 20px 20px;transition:all .3s ease-out 0s}.special-styles-cards-3 .webpage-block .panel:hover{border:1px solid #222C54!important}.special-styles-cards-3 .webpage-block .panel:hover .btn{background:#CF2429!important}.special-styles-cards-3 .webpage-block .panel:hover .btn::before{color:#fff!important}.special-styles-cards-3 .webpage-block .panel h4{order:1;text-align:left!important;padding:0 20px;margin-bottom:auto;font-size:24px!important;line-height:1.25}.special-styles-cards-3 .webpage-block .panel h4 div{font-size:20px!important;font-weight:400;line-height:1.3;text-align:left!important;margin-top:4px}.special-styles-cards-3 .webpage-block .panel .column-details{order:2;padding:0 20px;margin-bottom:auto}.special-styles-cards-3 .webpage-block .panel .column-details p{font-size:16px;margin-bottom:15px;text-align:left!important}.special-styles-cards-3 .webpage-block .panel h4+a,.special-styles-cards-3 .webpage-block .panel h4+img{order:4}.special-styles-cards-3 .webpage-block .panel img{border-radius:10px;width:100%;height:250px;object-fit:cover}.special-styles-cards-3 .webpage-block .panel .btn-p{order:3;padding:0;width:56px;height:56px;align-self:flex-end;margin:0 20px -26px;z-index:1}.special-styles-cards-3 .webpage-block .panel .btn-p .btn{margin:0;padding:0;width:56px;height:56px;overflow:hidden;border-radius:50%;background-color:#fff;color:#fff;border:none;box-shadow:0 10px 60px rgba(0,0,0,.15);font-size:18px;font-family:"Font Awesome 5 Free";font-weight:900;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.special-styles-cards-3 .webpage-block .panel .btn-p .btn::before{content:"\f061";color:#1c231f;width:56px;height:56px;display:flex;align-items:center;justify-content:center}.special-styles-cards-3 .webpage-block .panel .btn-p .btn:hover{background:#CF2429}.special-styles-cards-3 .webpage-block .panel .btn-p .btn:hover::before{color:#fff!important}.special-styles-cards-3{ padding:60px 0; }

.special-styles-cards-3 .price-btn{
  background:#CF2429!important;
  color:#fff!important;
  border:none!important;
  cursor:default;
  pointer-events:none;
  display:inline-block;
  padding:10px 18px;
  border-radius:4px;
  font-weight:700;
  line-height:1;
}

/*special-styles-cards-3*/
.home-feature-card{padding:0!important;margin:0!important}.home-feature-card .container,.home-feature-card .row,.home-feature-card .webpage-block{padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important}.home-feature-card .row{display:flex;align-items:center;flex-wrap:wrap}.home-feature-card .well-transparent{background:#fff;border-radius:10px;box-shadow:0 10px 60px rgba(0,0,0,.07);border:1px solid transparent!important;padding:22px!important;margin:0 0 14px!important;transition:all .3s ease-out 0s}.home-feature-card .well-transparent:hover{border:1px solid #222C54!important}.home-feature-card img{width:250px;height:160px;object-fit:cover;border-radius:10px}.home-feature-card .btn{transition:all .25s ease}.home-feature-card .btn:hover{background:#CF2429!important;color:#fff!important}@media screen and (max-width:768px){.home-feature-card .row{display:block}.home-feature-card .well-transparent{padding:18px!important;margin-bottom:12px!important}.home-feature-card img{width:100%;max-width:250px;height:160px}}

/* Rounded images for standard content blocks */
.webpage-block.content-block img.center-block.img-responsive {
border-radius: 10px;
overflow: hidden;
}

/*price ribbon styling*/
.price-ribbon{
  display:inline-block;
  position:relative;
  background:#222C53;
  color:#fff;
  font-size:18px;
  font-weight:700;
  line-height:1;
  padding:13px 54px 13px 28px;
  letter-spacing:.02em;
  clip-path:polygon(0 0,100% 0,88% 50%,100% 100%,0 100%);
}

.price-ribbon::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:10px;
  height:100%;
  background:rgba(0,0,0,.25);
}

.price-ribbon-text{
  position:relative;
  z-index:1;
}

