/*
* {
    border: solid 1px red; 
}
*/

body {
    font-family: 'Source Sans Pro', sans-serif;
}

#body_background {
  background-color: #ffffff;
}

#body_content_container {
  background-color: #ffffff;
}

#body_content_container h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #004785;
}

#body_content_container p {
  font-size: 1.1rem;
}

#body_content_container ul {
  font-size: 1.1rem;
  list-style: square;
  margin-bottom: 0px;
  color:#a77bb5;
}

#body_content_container ul li {
  padding-left: 10px;
}

#body_content_container ul li span {
  color: #212529;
}

#body_content_container h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #004785;
}

.semi-bold {
  font-weight: 600;
  color:#04559B;
}

.height-1 {
    height: 100px;
    background-color: slategray;
}

.height-2 {
    height: 75px;
    background-color: #555555;
}

.kev-primary {
    background-color: #004785;
}

.drop_shadow {
  filter: drop-shadow(0px 2px 2px #ececec);
}

.new_drop_shadow {
  filter: drop-shadow(5px 5px 0px #ececec);
}


/*---- NAV ----*/

#small_nav_h1 {
  font-size: 1.2rem;
}

#main_nav {
  border-bottom: solid 6px #36bdb2;

}

#main_nav .navbar-nav .nav-link {
    color: #ececec;
  }

#main_nav .navbar-nav .nav-link:hover {
    color: #ffffff;
    background-color: #04559B;
  }

.nav-item {
    font-size: 1.2rem;
}

#active {
    background-color: #04559B;
}

.nav-fill .nav-item {
    text-align: left;
}

/*----- NAV -----*/


/*----- HEADER -----*/


#header_icon {
  max-width: 75px
}

#header_row {
  border-bottom: solid 3px #f5f5f5;
}


/* header ends */


/* BODY CONTENT */

#body_content {
  max-width: 768px;
}

.sub_section {
  background-color: #f6f6f6;
  border-top: solid 6px #f0be74;
  padding: 20px;
}

.soar_image {
  border-top: solid 6px #f0be74;
}

#name {
  font-size: 1.2rem;
  font-weight: 700;
}

#job_title {
  font-size: 0.8rem;
  color: #555555;
}

/* Page nav buttons */

#page_nav_arrows {
  border-top: solid 3px #ececec;
}

.page_nav_arrow img {
  width: 50px;
  filter: drop-shadow(0px 5px 2px #ececec);
}

.page_nav_arrow p{
  color: #004785;
}

#next_arrow {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}





/* --- NEW FOOTER --- */

#footer_logo {
  max-width: 100px;
}

/* - - - - - - - - - - - - - - - - - - - - - - 
                Panels
- - - - - - - - - - - - - - - - - - - - - - */
.standardLayout a:hover {
    text-decoration: none;
  }
  
  .standardLayout a .slick-panel {
    background: white;
    padding: 30px;
    margin-bottom: 30px;
    border: 2px solid #3544B1;
  }
  
  .standardLayout a .slick-panel:hover {
    color: white;
    background: #3544B1;
  }
  
  .standardLayout a .slick-panel h3 {
    font-size: 1.rem;
    margin: 0 0 5px 0;
    color: #161C2D;
    font-weight: 500;
  }
  
  .standardLayout a .slick-panel p {
    color: #8A8585;
    margin: 0;
  }

/* - - - - - - - - - - - - - - - - - - - - - - 
                Accordion
- - - - - - - - - - - - - - - - - - - - - - */
.panel-group .panel {
    padding: 0;
    margin: 0;
  }
  
  .panel-group .panel .panel-body {
    padding: 20px 0;
  }
  
  .panel-group .panel-heading {
    border-bottom: 0px;
    padding: 0px;
    margin: 0px;
  }
  
  .panel-group .accordion-toggle {
    display: block;
    line-height: 22px;
    font-size: 1rem;
    font-weight: 600;
    padding: 20px 0;
    margin-top: 5px;
    position: relative;
    background: transparent;
    text-decoration: none;
    border-bottom: 1px solid #3544B1;
  }
  
  
  .accordion-toggle.collapsed {
      border-bottom: 1px solid #ebeaea;
  }
  
  
  /* used when on grey bg */
  .accordion-toggle.collapsed.white{
      border-bottom: 1px solid #fff;
  }
  
  .panel-group .accordion-toggle::before {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    padding-left: 5px;
    float: right;
  }
  
  .panel-group .accordion-toggle.collapsed::before {
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    float: right;
  }
  
/* - - - - - - - - - - - - - - - - - - - - - - 
                 Footer
- - - - - - - - - - - - - - - - - - - - - - */
footer {
    /* background: $primary; */
    background: #ececec;
    padding: 50px 0;
  }
  
  footer h3 {
    color: #004785;
    /*
    letter-spacing: 1px;
    */
    font-size: 1rem;
    font-weight: 600;
    /*
    text-transform: uppercase;
    */
    margin-bottom: 1.2rem;
  }
  
  footer ul {
    padding: 0;
  }
  
  footer ul li {
    font-size: 1rem;
    margin-bottom: 10px;
    list-style: none;
  }
  
  footer ul li a {
    color: #004785;
  }
  
  footer ul li a:hover {
    color: #505252;
  }
  
  footer .fab {
    width: 7%;
    margin-right: 10px;
  }
  
  footer .panel-group .accordion-toggle {
    /*  
    text-transform: uppercase;
    */
    font-size: 1.2rem;
    /*
    letter-spacing: 1px;
    */
    background: #ececec;
    color: #004785;
    border-bottom: 1px solid white;
    padding: 20px;
  }
  
  footer .panel-group .panel .panel-body {
    background: #ececec;
    padding: 20px;
  }
  
  footer .panel-group .panel .panel-body ul li {
    font-size: 1rem;
  }
  
  footer .panel-group .accordion-toggle::before {
    color: #004785;
    float: right;
  }
  
  footer .panel-group .accordion-toggle.collapsed::before {
    color: #004785;
    float: right;
  }
  
  .sub-footer {
    background: #111626;
    padding: 20px 0;
  }
  
  .sub-footer p {
    font-size: 1rem;
    color: white;
  }
  
  #ccc a{text-decoration:underline !important;}
  #ccc-intro p a{text-decoration:underline !important;}
  
  
  /*PROFILE IMAGE FLOAT RIGHT*/
  
  .img-fluid1 {
      max-width: 100%;
      height: auto;
      float:right;
  }
  
  /*PRO
  
  /* Set the size of the div element that contains the map */
        #map {
          height: 250px;
          /* The height is 400 pixels */
          width: 100%;
          /* The width is the width of the web page */
        }



  /* Sub footer */
  .sub-footer {
        background: #004785;
        padding: 10px 0;
  }



/*
 * Bootstrap Cookie Alert by Wruczek
 * https://github.com/Wruczek/Bootstrap-Cookie-Alert
 * Released under MIT license
 */
 .cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #161c2d;
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

/* Cookie style end */



/* MEDIA QUERIES */
/*xsm*/
@media (max-width: 576px){
  
}

/*sm*/


@media (min-width: 576px){

/* idk why the collapsible navbar container 
isn't adding 15px standard padding at this size */
  #small_nav_h1 {
    padding-left: 15px;
  }

}

/*md*/
@media (min-width: 768px) { 


}

/*lg*/
@media (min-width: 992px) {

  /* Nav area */
    .nav-item {
        font-size: 1rem;
    }

    .nav-fill .nav-item {
        text-align: center;
    }
  /* End nav area */

  /* Body */
  #body_background {
    background-color: #f5f5f5;
  }

  #body_content_container {
    max-width: 932px;
    filter: drop-shadow(0px 5px 2px #ececec);
  }

}

/*xl*/
@media (min-width: 1200px) {

  #body_content_container {
    max-width: 1110px;
  }

  /*----- HEADER -----*/

  #body_content_container h1 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #004785;
  }


  /* header ends */

}