html {
  scroll-behavior: smooth;
}


:root {
  /*Note  make  primary... Transparent variables too*/
  /* White */
  /*rgb(255, 255, 255)*/
    --PrimaryColor: #fff !important;
  /* Red */
  /*rgb(198, 66, 52)*/
    --SecondaryColor: #d8312b !important;
  /* Grey */
  /*rgb(64, 64, 65)*/
    --TernaryColor: #404041 !important;
  /* Black */
  /*rgb(35, 41, 58)*/
    --QuadaryColor: #23293a !important;

  /*Header Fonts*/
  --HeaderFont: 'Abril Fatface', cursive;
  /*Copy Font*/
  --CopyFont: 'Barlow', sans-serif;
}



body {
  font-family:var(--CopyFont);
  font-color: #231f20;
  font-size:16px;
  line-height: 1.6;
}

img {
  max-width:100%;
}



.padded {
  padding-top: 1rem !important;
  padding-bottom:1rem !important;
}

.heavily-padded {
  padding-top:2rem !important;
  padding-bottom:2rem !important;
}


.green {
  background-color: var(--SecondaryColor);
}

.light-blue {
  background-color: #9dd7f1;
}

.secondary-light-blue {
  background-color: #26a7df;
}

.blue {
  background-color: var(--PrimaryColor);
}

.white {
  background-color: white;
}

.font-weight-bold {
  font-weight: bold;
}

.underline
{
  text-decoration: underline !important;
}

a:link, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*a.cta {
  background-color: #9dd7f1;
  color: white;
  text-decoration: none;
  padding:.5rem 1rem;
  transition: box-shadow .15s ease;
  border-radius:5px;
}

a.cta:after
{
  content: '>';
  margin-left:.5rem;
}

a.cta:hover
{
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
}*/

#upper-header{
    padding:15px 0px;
    text-align: center;
    margin:0px !important;
    background-color: var(--SecondaryColor);

}
#header{
   padding:15px
}
#upper-header * {
    text-align: center;
    color:#fff !important;
}
#hero-image{
    width:100% !important;
    height:auto !auto;
}

/*Apply Creme Color*/
#header,  body{
    background-color: var(--PrimaryColor) !important;
}
/*Apply Navy color*/
html *, h1, h2, h3, h4, hr{
    color: var(--TernaryColor) !important;
}
.header-link {
    font-family:var(--CopyFont) !important;
    color: var(--TernaryColor) !important;
    text-transform:uppercase;
}
.header-link:hover{
    color: var(--TernaryColor) !important;
    font-weight:1000;
}
.social-icon-circle {
    border-style:solid;
    border-radius: 20px;
    padding:5.5px 10.5px 2.5px 10.5px;
}


div#header p {
  text-align: center;
}

h2 {
  margin: 0;
  margin-bottom: .75rem;
  font-weight: bold;
}

p {
  margin: 0;
  margin-bottom:.75rem;
}

.service img {
  padding: 15px;
}

#services h2, #services p {
  margin-bottom: .75rem;
}

.service {
  margin-bottom: 15px;
  color: var(--PrimaryColor);
  font-weight: bold;
}

.padding-xs {
  padding-bottom: 15px;
}

#footer-info {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

#footer-info img, #banner img {
  max-width: 100%;
}




#footer-info > div {
  padding: 0 15px 15px 15px;
}

.border-blue-top {
  border-top: 4px solid var(--PrimaryColor);
  padding-top: 25px;
}

.border-bottom-blue-xs {
  border-bottom: 1px solid var(--PrimaryColor);
}

.centered
{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}

.centered-block
{
  margin-left:auto;
  margin-right:auto;
}

.reading-width
{
  max-width:50rem;
}

.spaced
{
  letter-spacing:1px;
}

#footer-copy {
  padding: 0 15px 15px 15px;
}
#footer-copy > p {
    color:var(--PrimaryColor);
    font-size: 12px;
    font-style: italic;
}

.margin-top
{
  margin-top: 50px;
}

.margin-bottom
{
  margin-bottom:50px;
}

.margin-bottom-xs
{
  margin-bottom:1rem;
}

.h-padded-bs
{
  padding-left:15px !important;
  padding-right:15px !important;
}

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

  #banner img
  {
    height:400px;
  }

  #services-header
  {
    line-height: 400px;
    font-size:3rem;
  }

  .h-padded-md
  {
    padding-left:2rem !important;
    padding-right:2rem !important;
  }

  .margin-bottom-xs
  {
    margin-bottom:1rem;
  }

  .border-bottom-blue-xs {
    border-bottom: 0;
  }

  .padded {
    padding-top: 2rem !important;
    padding-bottom:2rem !important;
  }

  .heavily-padded {
    padding-top:4rem !important;
    padding-bottom:4rem !important;
  }

  .padding-xs {
    padding-bottom: 0 !important;
  }

  .v-align-center {
    display: flex;
    align-items: center;
  }

  img#header-logo {
    height: 60px;
  }

  div#header p {
    text-align: left;
  }

  .text-right-sm {
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  #footer-info > div {
    border-right: 1px solid var(--PrimaryColor);
  }

  #footer-info > div:last-of-type {
    border: 0;
  }
}

img#header-logo {
  max-width: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}


div.full-width {
  margin: 0;
  padding: 0;
  width: 100%;
}



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

#pageTitle{
    margin-top:-40px;
}



.navigationLinks{
    padding-top:20px;
    padding-bottom:40px;
    margin:auto !important;
}
#infoContent img{
    margin:20px 0px;
}

@media only screen and (min-width: 767px){

#infoContent img {
  object-fit: cover;
  height:20vw;
}
#infoContent .col-sm-12.col-xl-8 {
    margin-top:50px;
    background-color:#f3d0b0;
    height:16vw;
    margin-left:-75;
    font-size:1.3vw;
}
    #infoContent .col-sm-12.col-xl-8 h3,#infoContent .col-sm-12.col-xl-8 h4{
        font-size:1.6vw !important;
    }
}

.navigationLinks a{
    text-decoration: none !important;
}
.navigationLinks a:hover, .white-trans:hover{
    color: var(--TernaryColor) !important;
}

div#hero {
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}



@media only screen and (min-width: 1500px){
  div#hero {
    /* The image used */
    min-height: 42vw;
  }
  #pageTitle {
      margin-top: -80px
  }
  div#hero img {
       //height: 40vh !important
  }
  .menu{
      max-width: 2vw;
      min-height: 2vw;
   }
}
@media only screen and (min-width: 1150px)and (max-width: 1500px){
  div#hero {
    /* The image used */
    min-height: 50vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1150px){
div#hero {
    /* The image used */

  /* Set a specific height */
  min-height: 65vw;
  /* Create the parallax scrolling effect */
}
}

@media only screen and (min-width: 1500px) and (max-width: 1800px){
  div#hero {
    /* The image used */
    min-height: 42vw;
  }
  #pageTitle {
      margin-top: -80px
  }
  div#hero img {
       //height: 40vh !important
  }
}
@media only screen and (min-width: 1800px){

    .navigationLinks a {
        font-size: 22px
    }
    img#header-logo {
        height:80px
    }
}
/*Mobile Styles*/
@media only screen and (max-width: 767px){

div#hero {
  min-height:650px;
}
#pageTitle{
margin-top:-80px;
}

}

@media only screen and (max-width: 450px){
  div#hero {
    min-height:500px;
  }

}

/*CSS For Special animation*/
.arrow {
  border: solid;
  border-width: 0 3px 3px 0px;
  display: inline-block;
  padding: 3px;
  color:var(--PrimaryColor);
}






/*MobileInfoHeader*/

@media only screen and (max-width: 767px){
    .menu {
        max-width:10vw;
        min-height:10vw;
        margin:auto
    }
    #infoTitle{
      margin:auto;
    }
}

@media only screen and (max-width: 576px){
    .menu {
        max-width:10vw;
        min-height:10vw;
        margin:auto
    }
}

#headerImage{
    height:400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}




h3{
    color:var(--SecondaryColor) !important;
    font-family: var(--HeaderFont);
}
h4{
    color:var(--TernaryColor);
    font-size:20px !important;
}
.pdf{
    width: 100%;
    height:60vw ;
}
@media (min-width: 1200px) {
    .pdf{
    width: 100%;
    height:47vw;
}
}

.spacer{
    width:100%;
    height:50px
}
.spacer-d{
    width:100%;
    clear:both;
    height:5vw;
}
@media (max-width: 767px) {
  .spacer-mobile{
      width:100%;
      height:50px
  }
.spacer-d-mobile{
    width:100%;
    clear:both;
    height:5vw;
}
}

/*Accordian*/
.accordion {
  background-color: var(--PrimaryColor);
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: var(--SecondaryColor);
}

.panel {
  padding: 0 18px;
  display: block;
  background-color: white;
  overflow: hidden;
  margin-top: 10px
}

}



/*Recovery Styles*/
h1, h2, h3, h4 ,h5,  #bottom-footer{
  font-family: var(--HeaderFont);
  color: var(--SecondaryColor);
}

p,#header a, #upper-header, input, textarea{
    font-family:var(--CopyFont);
}



#header a, #bottom-footer, #upper-header{
    font-size: 20px
}

#header{
    background-color: var(--PrimaryColor);
    height:auto;
    padding-bottom:40px;
    -moz-box-shadow: 2px 2px 5px #333, -2px 2px 3px rgba(35, 41, 58,.5);
        -webkit-box-shadow: 2px 2px 3px #333, -2px 2px 3px rgba(35, 41, 58,.5);

        box-shadow: 0px -8px 0px #fff, -1px 8px 15px rgba(64, 64, 65,.5)  !important;
    z-index: 100 !important;
       transition: 0.3s;
}



#header-logo {
    height:100px !important;
}



.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 532px !important;
}

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

body > .row .col-md-8 {
    padding:27px;
}

    .bttn img{
    align-content: center;
    margin-left:0vw;
    height:75px;
}
    button img{
        margin-left:20vw !important;
    }

     #header img{
    margin-bottom: -20px
}
    #header{
    position: relative;
    }

    .sticky {
        position: relative;

        }
    .sticky + .content {

    }
}

@media only screen and (min-width: 767px){

    body > .row .col-md-8 {
    padding:10px;
}
    #header div{
    margin-bottom: -10px
}
    .sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 532px !important;
}
     .bttn img{
    align-content: center;
    margin-left:0vw;
    height:8vw;
}

.navigationLinks div:first-child {
    z-index: 100 !important;
}




}


@media only screen and (min-width: 1300px){

}
#social-icon-circle{
    border-style:solid;
    border-radius: 20px;
    padding:5.5px 10.5px 2.5px 10.5px;

}
#headerDivider div{
    background-color:#fff;
}

#slideTxtContainer {
    z-index:30;
    position: absolute;
    top:250px;

}
#slideTxtContainer h3 ,#slideTxtContainer h2{
    color:#fff
}

#bottom-footer{
    background-color:var(--SecondaryColor);
}

label {
    display:none !important;
}
.inpStyle, #message{
    width:100%;
    border-style:solid;
    border-color: var(--SecondaryColor);
    color: var(--TernaryColor);
    border-width: 3px;
    border-radius:0px;
}

#contact-section h2{

    text-align: center;
}
#contact-section{
   text-align: center;
}

.mySlides {display: none}
img {vertical-align: middle;}

/*Footer*/


#upper-footer b, #upper-footer p, #upper-footer a, #upper-footer ,#mid-footer * {
  color: var(--PrimaryColor);
  font-family: var(--HeaderFont);
    text-align: center;
    align-content: center;
}
#mid-footer p{
    font-size: 18px
}


#headerImage {
    background-color: var(--PrimaryColor);
}
#hero {
    margin-top:80px !important;
}
#slideTxtContainer {
    margin-left:18vw;
    width:28vw;
}

#contact-section { scroll-margin-top: 100px; }

#upper-footer #header-logo{

    height:200px !important;
}

@media (min-width: 2000px) {
   #SlideContainer {
    margin-top: -8.2vw;
}
}
a {
    text-decoration: underline !important;
}


body > .row .col-md-12 h2 {
    text-align: center;
    color: var(--PrimaryColor);
}



#x-mobile{
  display:block;
  font-size: 30px;
}
#x{
  display: none;
}


#custom-work *:not(i) {
    margin-left:15vw !important;
    text-decoration:none !important;
}

@media (min-width: 767px) and (max-width: 1175px) {
    #slideTxtContainer {
    top:22vw
}
}



#upper-footer .bttn  {
    padding-top:5px!important;
    padding-bottom:3px !important;
    padding-left:25px !important;
    padding-right:25px !important;
    margin-bottom:10px;
}
@media (min-width: 767px) {
    #upper-footer .bttn  {
        margin-top:73px !important;
    }
}


#promo-video{
    align-content: center;
    height:25vw;
    width:45vw;
}
body > .row .col-md-8 {
    align-content: center;
    text-align: center;
}





#header {
    height:auto !important;
}

#header a{
    padding:0px 23px;
    transition: 0.3s;
    font-size:15px;
}
#header a:hover{
    font-weight:400 !important
}
.bttn{
    border-style:solid;
    border-color: var(--SecondaryColor);
    height:auto !important;
    color:#fff;
    text-decoration:none !important;
     transition: 0.3s;
     background-color:var(--SecondaryColor);
    border-width:3px;
  font-family: var(--HeaderFont) !important;
}
textbox, input{
   border-radius:5px;
}
.bttn:not(#header .bttn){
        font-size:20px;
}
.bttn:hover, #header a:hover, #upper-footer a:hover{
    color: var(--TernaryColor)!important;
}

#header  .col-sm-12 .col-md-6 {
    text-align: center;
}

.bttn{
  border-style:solid;
 border-color: var(--SecondaryColor);
 height:auto !important;
 color:#fff;
 text-decoration:none !important;
  transition: 0.3s;
  border-width:3px 0px 0px 3px;
 border-color: var(--PrimaryColor);
 color:#fff !important;
 border-width:3px;
}





.navigationLinks * {
    text-align: center !important

#upper-footer .bttn  {
    padding-top:5px!important;
    padding-bottom:3px !important;
    padding-left:25px !important;
    padding-right:25px !important;
}
 textbox, input{
   border-radius:5px;
}

.bttn:hover{
    color: var(--PrimaryColor) !important;
    background-color: var(--TernaryColor) !important;
    border-color: var(--TernaryColor) !important;
}


#header img{
    height:100px  !important;
}
#upper-footer a.greenLink{
   display:block;
    text-align: left;
    color: var(--SecondaryColor);
    text-decoration:none !important;
    font-size:18px !important
}
#upper-footer .bttn{ font-size:20px;}

#upper-footer a, #upper-footer p{
    text-decoration: none !important;
    color: #221f21;
}



hr{
    color:var(--PrimaryColor) !important;
    border-color: var(--PrimaryColor);
    border-width:5px !important;
}
/*Used on special hr tags, for this esites that have  multiple hr styles*/

#upper-header img {
    fill: #fff !important;
   height:18px !important;
}
#upper-header *{
    text-decoration: none !important;
}
#upper-header a:nth-child(4){
   padding:5.5px 8.5px 2.5px 8.5px;
}
.social-icon-circle:hover{
    background-color: var(--TernaryColor);
}

.header-link {
  display: inline-block;
  position: relative;
  color: var(--TernaryColor);
  font-weight:1000;
   font-size:16px !important;
  font-family: var(--HeaderFont);
}

.header-link:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 4px;
  top: 25px;
  left: 0;
  background-color:  var(--SecondaryColor);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.header-link:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.no-underline:after{
  content: '';
  position: absolute;
  width: 0%;
  transform: scaleX(0);
  height: 0;
  top: 0px;
  left: 0;
  background-color:  var(--SecondaryColor);
  transform-origin: bottom right;
  transition: transform 0.s ease-out;
}
.no-underline:hover:after{
  transform: scaleX(0);
  transform-origin: bottom left;
}

#underline {
  display: inline-block;
  position: relative;
  color: var(--TernaryColor);
}

#underline {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  top: 25px;
  left: 0;
  background-color:  var(--SecondaryColor);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

#underline:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

#header-logo {
    margin-top: -25px !important
}

#header {
    height:80px!important;
}

@media only screen and (max-width: 1200px){
    #header {
    height:auto!important;
}
}


/*Used to set the  default  hero  image for the  page
Could instead be  set otherwise*/
#hero{
  background-image:url("images/APSF_Hero.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center !important;
}


#header{
        background-color:white;}

#headlink-applied{
  color:var(--PrimaryColor) !important;
}
#headlink-bttn-applied{
  border-color:var(--PrimaryColor)  !important;
  color:var(--PrimaryColor) !important;
}
@media only screen and (max-width: 767px){
   .navigationLinks #apply-h {
  -ms-transform: translateY(55%);
  transform: translateY(55%);
    }

    .header-link{
       display:block !important;
       width:100%;
       clear:both;
       text-align:center;
   }

   #header-logo {
margin-top:10px !important
}


#header-logo {
margin-top:10px !important
}
}

    .heroContent h2{
        font-size:3.21vw ;
        text-align: left
        }
    .heroContent {
        margin-top: 100px;
        margin-bottom: 50px;
        padding:10px;
        /*background-color:rgba(255,255,255,.5);*/
        border-radius:5px;
    }
    @media (max-width: 767px)  {
      #header{position:relative !important}
          .heroContent h2{
          background-color:rgba(255,255,255,.5);
      }

      .heroContent strong {
          font-size:50px !important;
      }

    }
    form {
       text-align: left !important;
        display:inline !important;
    }
    .radio-group input[type="radio"]{
     width:30px;
    }


    #header img {
        height:100px !important
    }
    #header{
        height:auto!important
    }
    .heroContent h2{
            font-size:3.21vw !important;
            text-align: left;

            }


@media (min-width: 767px)  {
  .heroContent {
      color: #221f21 !important;
       margin-left:-20px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(100%);
    transform: translateY(35%);
  }


}
@media (max-width: 767px)  {
      #header{position:relative !important}
          .heroContent h2{
          background-color:rgba(255,255,255,.5);
      }


}
.heroContent strong {
     color: #221f21 !important;
}
#hero-image{
    width:100% !important;
    height:auto !important
}


.header-link {
    color: var(--TernaryColor) !important;
}
.header-link:hover{
    color: var(--TernaryColor) !important;
}


#bottom-footer a {
    color: var(--PrimaryColor) !important;
    text-decoration: none!important
}
.controls {
    text-align: center
}
.inpStyle, .inpStyle:focus {
    color:var(--TernaryColor) !important;

}


::placeholder {
    color:var(--TernaryColor);
    font-family:var(--CopyFont)!important;
    font-weight:1000 !important;
    text-transform: uppercase;
    font-size: 12px
}
input,textarea{
  padding:5px;
    font-family:var(--CopyFont)!important;
    font-weight:1000 !important;
    font-size: 12px
}

#upper-footer .bttn {
    font-family:var(--CopyFont)!important;
    text-transform: uppercase
}
.bttn * {
    font-weight:1000 !important;
}


#upper-footer #left-footer a,#upper-footer #left-footer p,#upper-footer #left-footer img{
    text-align: left;
    font-size: 25px ;
    clear:left;
    float:left;
    color:var(--TernaryColor) !important;
}
body *{
     transition: 0.4s;
}


/******************************************************************HEADING STYLES***********************************************************************************/
h1, h2, h3, h4 ,h5, #header a, #bottom-footer, #upper-header,input,textarea, b{
   font-family: var(--HeaderFont);
   font-weight:700 !important;
}

p{
  color: var(--TernaryColor) !important;
}

p b{
  color: var(--SecondaryColor) !important;
}
.col-md-8 h1, .col-md-4 h1, .col-md-8 h2, .col-md-4 h2, .col-md-8 h3, .col-md-4 h3, #contact-section h2{
    color: var(--TernaryColor) !important;
}



.spacer-d{
    width:100%;
    clear:both;
    margin-bottom: 7.75vw
}
/*Triangles*/
	.up {
		    width: 0px;
		    height: 0px;
		    border-style: inset;
		    border-width: 0 10vw 8vw 10vw;
		    border-color: transparent transparent var(--SecondaryColor) transparent;
		    float: center !important;
		    transform:rotate(360deg);
		    -ms-transform:rotate(360deg);
		    -moz-transform:rotate(360deg);
		    -webkit-transform:rotate(360deg);
		    -o-transform:rotate(360deg);
		    margin:auto;
		    margin-top:20px;
		}

		.up:hover{
		     box-shadow: 1px 26px 10px -15px rgba(35, 41, 58,.5);
		}
		.up p {
		    text-align: center;
		    top: 30px;
		    left: -47px;
		    position: relative;
		    width: 93px;
		    height: 93px;
		    margin: 0px;
		    color:#fff !important;
				font-size:10px !important;
		}

/*HEADING SIZES*/
h1{
    font-size:3.2vw;
}
h2{
    font-size:2vw;
}
a{color:var(--TernaryColor) !important;
text-decoration-color: var(--SecondaryColor) !important}
 p{
    font-size:1.1vw;
}
p b{
    font-size:.9vw;
}

.mydropdowncss:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }
 .dropdown-toggle:hover .dropdown-menu {
    display: block;
    margin-top: 10px;
    background-color:var(--PrimaryColor) !important
 }
 .dropdown-menu, .dropdown-menu * {
     background-color:var(--PrimaryColor) !important
 }

.dropdown-toggle.header-link {
    background-color: transparent !important;
    border-style:none;
}


hr{
    background-color:var(--SecondaryColor) !important;
}

.hr-accent{
    width:30%;
    float:left;
    background-color: var(--SecondaryColor);
}
.clear{
    height:40px;
    width:100%
}

#pageContent img {
    filter: saturate(.75);
}











/*New General Styles*/
