/*
 _   _  ____  __  __          _____  
| \ | |/ __ \|  \/  |   /\   |  __ \ 
|  \| | |  | | \  / |  /  \  | |  | |
| . ` | |  | | |\/| | / /\ \ | |  | |
| |\  | |__| | |  | |/ ____ \| |__| |
|_| \_|\____/|_|  |_/_/    \_\_____/ 

Website Developed by: Nomad Digital Media, LLC
Full Stack Web Developer & Chief Freelancer: Jonathan Hazelwood
Site Created: 6/1/23
Launched: 8/12/23

1.  GLOBAL
2.  HEADER
3.  HEADER / SUB NAV
4.  HEADER / SEARCH
5.  HEADER / MAIN NAV
6.  HEADER / MAIN NAV / DROPDOWNS
7.  HEADER / MAIN NAV / DROPDOWNS / FLYOUTS
8.  SLIDESHOW
9.  CTAS
10. CONTENT AREA
11. FAQ
12. FOOTER
13. FOOTER / FOOTER NAV
14. MEDIA QUERIES
15. PRINT STYLES
16. APP STYLES
17. CUSTOM PLUGIN STYLES
18. FOUNDATION STYLES */
/* ========================================================================== 
1. GLOBAL
========================================================================== */
html {
  font-family: 'PT Sans', sans-serif !important;
}
body {
  font-family: 'PT Sans', sans-serif !important;
}
h1, h2, h3, h4, h5 ,h6 {
  font-family: 'PT Sans', sans-serif !important;
}

.blake-button, .formblock__submit>input {
  background-color: #FB0408;
  color: white;
  font-size: 1.4em;
  font-weight: 600;
  padding: 10px 20px;
  text-transform: capitalize;
}
.blake-button:hover, .formblock__submit>input:hover {
  background-color: #1B3194;
  color: white;
  cursor: pointer;
  filter: none;
}
/* ========================================================================== 
2. HEADER 
========================================================================== */
#header-topbar {
  padding: 20px 0;
  background-color: #1B3194;
  background-image: url('/assets/images/star.png');
  background-position: bottom;
}
.header {
  border-bottom: solid 8px #FB0408;
}
.header-logo {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -5px;
  width: 379px;
  z-index: 2;
}
.header-logo-mobile {
  display: none;
}
/* ========================================================================== 
3. HEADER / SUB NAV 
========================================================================== */
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  border-color: #FB0408 transparent transparent !important;
}
/* ========================================================================== 
4. HEADER / SEARCH 
========================================================================== */
/* ===========================================================================
5. HEADER / MAIN NAV
========================================================================== */
#mainmenu {
  position: relative;
  z-index: 1;
}
#mainmenu .menu > li {
  padding: 50px 0;
  float: right;
}

/* SPLIT MENU */
  #mainmenu .menu > li:first-child {
    margin-left: 150px;
  }
  #mainmenu .menu > li:nth-child(4) {
    margin-left: auto;
  }
  #mainmenu .menu > li:last-child {
    margin-right: 150px;
  }
/* END SPLIT MENU */

#mainmenu .menu > li > a {
  font-size: 1.4em;
  font-weight: 600;
  color: #1B3194;
}
#mainmenu .menu > li:hover a {
  color: red;
}
#mainmenu .menu > li:last-child > a {
  background-color: red;
  color: white;
}
#mainmenu .menu > li:last-child > a:hover {
  background-color: #1B3194;
  cursor: pointer;
}
#menuicon, #mobilemenu {
  display: none;
}
/* ===========================================================================
7. HEADER / MAIN NAV / DROP DOWNS
========================================================================== */
#mainmenu .dropdown-menu {
  list-style: none;
  margin-top: -40px;
  border: none;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
}
#mainmenu .dropdown-menu li {
  font-size: 1.2em;
  padding: 0;
  margin: 0;
}
#mainmenu .dropdown-menu li a {
  color: #1B3194 !important;
}
#mainmenu .dropdown-menu li a:hover {
  background-color: #1B3194;
  color: white !important;
}
 
/* ===========================================================================
7. HEADER / MAIN NAV / DROP DOWNS FLY OUTS
========================================================================== */
/* ===========================================================================
8. SLIDESHOW
========================================================================== */
#home_slideshow {
  position: relative;
  margin-bottom: 100px;
}
.hero-slider {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 500px;
  position: relative;
}
.hero-slide {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 0;
  position: relative;
}
.hero-slide img {
  width: 100%;
  object-fit: cover;
}
.slide-overlay {
  position: absolute;
  top: 125px;
  left: 150px;
  color: white;
}
.slide-overlay h1 {
  font-size: 4em;
  font-weight: 600;
  width: 600px;
}
.slide-overlay p {
  font-size: 1.2em;
  font-weight: 500;
}
/* ===========================================================================
9. CTAS
========================================================================== */
#home_ctas {
  margin-bottom: 100px;
}
.cta-link {
  position: relative;
}
.cta-link:hover .cta-overlay {
  display: block;
}
.cta-overlay {
  display: none;
  background-color: rgba(27,49,148,0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  text-align: center;
}
.cta-overlay i {
  margin-top: 50%;
}
.cta-link img{
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.cta-heading h3 {
  background-color: #1B3194;
  text-align: center;
  font-size: 1.6em;
  font-weight: 600;
  color: white;
  margin-top: 10px;
  padding: 5px 10px;
}

#build_cta {
  background-color: #1B3194;
  color: white;
}
#build_cta_interior {
  margin-top: 100px;
  background-color: #1B3194;
  color: white;
}
#build_info {
  padding: 100px;
  text-align: center;
}
#build_image img {
  height: 100%;
  object-fit: cover;
}
#build_info h2{
  font-size: 3em;
  font-weight: 600;
  margin-bottom: 20px;
}
#build_info p{
  display: block;
  font-size: 1.3em;
  margin-top: 20px;
}
#build_info .blake-button{
  display: block;
  margin: 40px auto 0 auto;
  width: 210px;
  border: solid 2px transparent;
}
#build_info .blake-button:hover{
  color: white;
  border: solid 2px #FB0408;
}
/* ===========================================================================
10. CONTENT
========================================================================== */
#content {
  color: #1B3194;
}
#content p, #content ul li {
  font-size: 1.3em;
}
#content ul {
  margin-left: 60px;
}
#content p a {
  color: #FB0408;
}
#content p a:hover {
  color: #1B3194;
}
#page_hero img {
  width: 100%;
  object-fit: cover;
}
#page_title h1 {
  font-size: 3em;
  font-weight: 600;
  color: #1B3194;
  margin: 40px 0;
}
/* ===========================================================================
11. FAQ
========================================================================== */
/* ===========================================================================
12. FOOTER
========================================================================== */
.footer {
  background-color: #1B3194;
  border-top: solid 8px #FB0408;
  margin-top: 12px;
  padding: 40px 0;
  color: white;
}
#footer_loc h4 {
  font-size: 1.5em;
  font-weight: 600;
}
#footer_loc p {
  font-size: 1.2em;
}
#footer_loc a {
  color: white;
}
#footer_loc a:hover {
  color: #FB0408;
}
#footer_social {
  text-align: right;
  margin-top: 80px;
}
#footer_social i{
  font-size: 2.5em;
  color: white;
  margin-bottom: 5px;
}
#footer_social i:hover {
  color: #FB0408;
}
#footer_social i:first-of-type{
  margin-right: 5px;
}
#footer_social i:last-of-type{
  margin-left: 5px;
}
#footer_social img{
  margin-top: 30px;
  width: 175px;
}
#footer_copy {
  padding: 7px 0;
  color: #1B3194;
}
#copyright {

}
#siteby {
    text-align: right;
}
#siteby img {
    width: 125px;
    background-color: #1B3194; /* use main color var*/
    border-radius: 7px;
}
#siteby img:hover {
  background-color: #FB0408; /* use secondary color var*/
}
/* ===========================================================================
13. FOOTER / FOOTER NAV
========================================================================== */
#footer_nav img {
  display: block;
  margin: 0 auto;
  width: 300px;
}
#footer_nav .menu {
  margin-top: 15px;
}
#footer_nav li a {
  color: white;
  font-size: 1.2em;
  font-weight: 600;
  padding: 0 5px;
}
#footer_nav li a:hover {
  color: #FB0408;
}
/* ========================================================================== 
14. MEDIA QUERIES  
========================================================================== */
@media screen and (max-width: 1760px) {
  /* SPLIT MENU */
  #mainmenu .menu > li:first-child {
    margin-left: 60px;
  }
  #mainmenu .menu > li:last-child {
    margin-right: 60px;
  }
  /* END SPLIT MENU */
  .slide-overlay {
    top: 20%;
    left: 60px;
  }
}
@media screen and (max-width: 1525px) {
  /* SPLIT MENU */
  #mainmenu .menu > li:first-child {
    margin-left: 20px;
  }
  #mainmenu .menu > li:last-child {
    margin-right: 20px;
  }
  /* END SPLIT MENU */
}
@media screen and (max-width: 1480px) {
  .header-logo {
    position: absolute;
    left: 0;
    margin-left: -12px;
  }
  .menu.simple {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #mainmenu .menu > li:nth-child(4) {
    margin-left: 0;
  }
  .hero-slider {
    height: auto;
  }
}
@media screen and (max-width: 1382px) {
  .header-logo {
    display: none;
  }
  .header-logo-mobile {
    display: block;
    height: 140px;
  }
  .header-logo-mobile img {
    width: 284px;
    left: 0px;
    position: relative;
    top: -3px;
    left: -10px;
  }
  #menuicon {
    display: block !important;
    margin: 56px 40px;
  }
  #menuicon i:hover {
    color: #FB0408 !important;
    cursor: pointer;
  }
  #mainmenu, #mobilemenu {
    display: none;
  }
  .hero-slide img {
    min-height: 350px;
  }
  .slide-overlay {
    left: 0px;
    width: 100%;
    text-align: center;
  }
  .slide-overlay h1 {
    font-size: 3em;
    text-align: center;
    margin: 0 auto;
  }
  .slide-overlay p {
    text-align: center;
    font-size: 1em;
  }
  #page_hero img {
    min-height: 350px;
  }
  .nav-wrapper {
    transition: all 3s ease-in-out;
  }
  #mobilemenu ul {
    width: 100%;
    list-style: none !important;
    margin: 0;
  }
  #mobilemenu ul li {
    font-size: 1.5em;
    margin-top: 8px;
  }
  .menu.simple li+li {
    margin-left: 0 !important;
  }
  #mobilemenu ul li a {
    display: block;
    padding: 15px;
    color: #1B3194;
    font-weight: 600;
  }
  #mobilemenu ul li a:hover {
    color: white;
    background-color: #1B3194;
  }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    border-color: #FB0408 transparent transparent !important;
    right: 2rem !important;
  }
  #mobilemenu ul ul {
    list-style: none;
    margin: 0;
  }
  #mobilemenu ul ul li {
    font-size: 1em;
  }
  #mobilemenu ul ul li a {
    padding-left: 40px;
  }
}

@media screen and (max-width : 766px) {
  #home_slideshow {
    margin-bottom: 20px;
  }
  .slide-overlay h1 {
    font-size: 2.5em;
    display: table-cell;
  }
  .cta-overlay i {
    margin-top: 40%;
  }
  #home_ctas {
    margin-bottom: 20px;
  }
  #footer_nav li a {
    margin-bottom: 20px;
  }
  #footer_loc, #footer_social, #copyright, #siteby {
    text-align: center;
  }
}

@media screen and (max-width: 375px) {
    .header-logo-mobile img {
    top: -140px;
    }
}
/* ========================================================================
15. PRINT STYLES 
========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ========================================================================== 
16. APP STYLES
========================================================================== */
#testimonies_container h2 {
  font-size: 3em;
  font-weight: 600;
  color: #1B3194;
  margin: 60px 0
}
.testimonies-slider {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
}
.testimony {
  display: inline-block;
  overflow: hidden;
  position: relative;
  background-color: #ECECEC;
}
.testimony img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
#testimony_text {
  padding: 60px 45px;
}
.testimony h4 {
  font-family: inherit;
  font-size: 1.2em;
  color: #1B3194;
  font-style: italic;
}
.testimony p {
  font-family: inherit;
  font-size: 1.2em;
  font-weight: 600;
  color: #1B3194;
}

.testimonies-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin: -30px 0 60px 0;
  padding: 1rem 0;
  list-style-type: none;
}
.testimonies-slider .slick-dots li {
  margin: 0 0.25rem;
}
.testimonies-slider .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 1px solid #1B3194;
  border-radius: 100%;
  background-color: #FFF;
  text-indent: -9999px;
}
.testimonies-slider .slick-dots li.slick-active button {
  background-color: #1B3194;
}

#customers h2 {
  font-size: 3em;
  font-weight: 600;
  color: #1B3194;
  margin: 60px 0
}
.customers-slider {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 100px 0;
  padding: 0 0 0 0;
  position: relative;
}
.customer {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 0;
  padding: 30px;
  position: relative;
  text-align: center;
}
.customer img {
  height: 150px;
  width: 300px;
  margin: 0 auto 30px auto;
  /*filter: grayscale(1);*/
}
.customers-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin: -30px 0 60px 0;
  padding: 1rem 0;
  list-style-type: none;
}
.customers-slider .slick-dots li {
  margin: 0 0.75rem;
}
.customers-slider .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 1px solid #1B3194;
  border-radius: 100%;
  background-color: #FFF;
  text-indent: -9999px;
}
.customers-slider .slick-dots li.slick-active button {
  background-color: #1B3194;
}

.galleryImage img:hover {
  transform: scale(1.02);
  box-shadow: 0 0 6px 1px rgb(27 49 1148 / 50%);
}
.galleryImage img {
  border: solid 5px white;
  box-shadow: 0 0 3px #999;
  margin-bottom: 20px;
  height: 200px;
  width: 100%;
  object-fit: cover;
  transition: transform .2s;
}

blockquote {
  background-color: #EEE;
  color: #1B3194 !important;
  font-size: 1.3em;
  margin-bottom: 3rem !important;
  padding: 1rem !important;
  border-left: 4px solid #FB0408 !important;
}
blockquote footer {
  font-weight: 600;
}
blockquote footer:before {
  content: "-";
}

.formblock_field__label {
  font-size: 1.3em;
  color: #1B3194;
}
.formfield__option__label {
  font-size: 1.3em;
  margin-bottom: 10px;
}
.formfield__label__required {
  color: #FB0408;
}
/* ========================================================================== 
17. CUSTOM PLUGIN STYLES
========================================================================== */
.k-block-type-link-button .button-container {
  padding: 0.5em 0;
  display: flex;
  flex: 1;
}

.k-block-type-link-button .button-link {
  border: 0;
  background-color: #FB0408;
  color: white;
  font-size: 1.4em;
  font-weight: 600;
  text-transform: capitalize;
}

.button-link:hover {
  background-color: #1B3194;
  cursor: pointer;
}

.k-block-type-link-button .button-icon {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 0.75em 1em;
  align-items: center;
}

.k-block-type-link-button .button-icon svg {
  height: 1.5em;
  width: 1.5em;
}

.k-block-type-link-button .button-content {
  flex: 1;
  line-height: 1.5em;
  padding: .5em 2em;
}

.k-block-type-link-button .full-width {
  flex: 1;
}

.k-block-type-link-button .left-align {
  justify-content: start;
}

.k-block-type-link-button .center-align {
  justify-content: center;
}

.k-block-type-link-button .right-align {
  justify-content: end;
}

.k-block-type-link-button .reverse {
  flex-direction: row-reverse;
}
.block-type-spacer {
  margin: 50px 0;
}
/* ========================================================================== 
18. FOUNDATION STYLES
========================================================================== */
.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}