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

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

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

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

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


/*---- 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_section {
  background-color: #ececec;
}

#header_main_title {
  font-size: 1.9rem;
  font-weight: 700;
  color: #004785;
}


#header_sub_title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #004785;
  background-color: #ffffff;
}

#header_nes_logo {
  height: 95px;
  width: 95px;
}

/* header ends */


.separator_line {
    height: 15px;
    border-top: solid 3px #ececec;
}

/* QUOTE AREA */

#blockquote p {
  margin-top: -7px;
  margin-bottom: -5px;
  color: #004785;
  font-weight: 600;
}

#blockquote span {
  padding-top: 40px;
  font-size: 1.2rem;
}

#quote_mark {
  min-width: 30px;
}

.blockquote-footer {
  color: #a77bb5;
  font-weight: 400;
}

#quote_separator_holder {
  margin: 0px 12px 0px 10px;
}

#quote_separator {
  padding-top: 8px;
  width: 3px;
  height: 100%;
  background-color: #ececec;
}

/* end quote area */



/* CARD SECTION */

#card-section {
    height: 200px;
    background-color: beige;
}

.card_link {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit; 
    text-decoration:none; 
    cursor:pointer;  
}

.large_card_icon {
  max-height: 165px;
  margin: auto;
}

.small_card_icon {
  max-width: 60px;
}

.kev_card_title {
  font-weight: 600;
  color: #505252;
}

.kev_card_text {
  /* Needed to stop p text wrapping underneath image */
  overflow: hidden;
}

#card_1 {
  background-color: #004785;
}

#card_2 {
  background-color: #36bdb2;
}

#card_3 {
  background-color: #a77bb5;
}

#card_4 {
  background-color: #4C6172;
}

#card_5 {
  background-color: #00788a;
}

#card_6 {
  background-color: #f0be74;
}


/* end card sections */






/* --- 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: #004785;
}

.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) { 

   #logo_holder {
     border-right: solid 3px #04559B;
   }

   #header_main_title {
     font-size: 2.4rem;
   }

   #header_sub_title {
     font-size: 1.6rem;
   }

}

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


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

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

  
  /* Quote area / header */

    #hero_image {
      max-width: 659px;
    }

    #quote_area {
      position: absolute;
      width:450px;
      top: 200px;
      margin-left: -115px;
    }
    
    #quote_separator_holder {
      margin: 0px 15px 0px 15px;
    }
    
    #quote_separator {
      background-color: #ffffff;
    }

  /* end quote area */

}

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

/* Quote / header area */

#logo_holder {
  border-right: solid 3px #04559B;
}

#header_nes_logo {
  height: 100px;
  width: 100px;
}

#header_main_title {
  font-size: 3rem;
}

#header_sub_title {
  font-size: 1.6rem;
}
  
#hero_image {
  max-width: 724px;
}

#quote_area {
  position: absolute;
  width: 540px;
  top: 220px;
  margin-left: -120px;
}

#blockquote p {
  font-size: 1.4rem;
  font-weight: 600;
}

#blockquote span {
  font-size: 1.4rem;
}
  

}