body {
    font-family: 'Lato', sans-serif;
}

body::selection {
  background: #1a1a1a;
}
body::-moz-selection {
  background: #1a1a1a;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'EB Garamond', serif;
}
a:hover {
    text-decoration: none !important;
    color: #666 !important;
}
a {
    text-decoration: none !important;
    color: #1a1a1a !important;
}
img {
 width: 100%;    
}
input[type=text] {
  width: 100%;
  height: unset;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: .11rem;
  outline: none;
  background-color: #fbfbfb !important;
}

input[type=text]:focus {
  background-color: white !important;
}

textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: .11rem !important;
  outline: none;
  background-color: #fbfbfb !important;
}

textarea:focus {
  background-color: white !important;
}

footer {
     background: #ffffff;
     color: #000 !important; 
     border-top: #ccc solid 1px;
}


footer a {
     color: #000 !important; 
}

ol, ul {
    list-style: none;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    border: 0;*/
/*    font-size: 100%;*/
/*    font: inherit;*/
/*    vertical-align: baseline;*/
/*}*/


/*.item_image_section {*/
/*    max-height: 125vh;*/
/*    overflow-y: scroll;*/
/*}*/

.border-none {
    border: none !important;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0.1rem;
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
}
        
.grid {
   display: grid;
   grid-gap: 10px;
   grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
   grid-auto-rows: 200px;
}

.navbar-light .navbar-nav .nav-link {
    color: white !important;
}

.bg-deep-red {
    background-color: #19b1d1;
}
.deep-red {
    color: #d11919;
}

.item {
  background-color: #ffffff;
}

.photothumb{
  width: 100%;
}

.title {
  padding: 20px;
 }

.title h3{
  font-size: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
}
.project.card-body{
  color: #fff;
  background-color: #607D8B;
}

.blog.card-body{
  color: #fff;
  background-color: #ff9800;
}

.photo.card-body{
  color: #fff;
  background-color: #f44336;
}

.desc{
  padding: 10px 10px 5px 10px;
}

.desc img{
  width: 50%;
  margin: 0 10px 10px 0;
  float: left;
}

.desc p{
  margin-bottom: 10px;
}

.ebg {
    font-family: 'EB Garamond', serif;
}
.f20 {
    font-size: 20px;
}
ul.qual_listing {
    margin-left: 3rem;
    list-style: disc !important;
}
.section {
    margin-top: 3rem;
}
.section_link {
    text-decoration: underline solid;
    font-family: 'EB Garamond', serif;
    font-style: italic;
}
.article_title {
    font-family: 'EB Garamond', serif;
}
.gallery_caption {
    padding:unset;
    margin:unset;
    margin-top:.5rem;
}
.lightbox {
        cursor: pointer;
}

#lightbox {
	/** Position and style */
    background: rgba(0,0,0,0.8);
}

#lightbox img {
	/** Pad the lightbox image */
	max-width: 100%;
	max-height: 90%;
	height: auto;
	width: auto;
}

#lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

.lightbox_prev, .lightbox_next {
    margin: auto;
}

.lighbox_modal {
    overflow-y: hidden;
}

.lightbox_content {
    background-color: transparent;
    color: white;
    /*height: 100%;*/
    border: none;
}
.lightbox_detail {
    color: white;
    margin: auto;
}

.modal-body {
    height: 100%;
}

.lightbox_dialog {
    /*width: 65% !important;*/
    height: 90%;
}
.no_border {
    border: none;
}

.no_border:focus {
    border: none;
}

.comment_box {
    border: 1px solid #999;
    padding: .5rem;
}

.comment_input {
    resize: none;
    height: 200px;
    background-color: unset !important;
}

.form-control:focus {
  border-color: none;
  box-shadow: none;
}

.form_submit_btn {
  font-size: 13.5pt;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: unset;
  color: #fff;
  background-color: #272727;
  border-color: #272727;
}

.black {
    color: black;
}
.cta_btn {
  text-transform: uppercase;
  font-size: 15pt;
  padding: 1rem;
  border-radius: unset;
  border: 1px #fff solid;
  color: #fff !important;
  background-color: transparent;
  transition: .22s ease;
}

.cta_btn:hover {
  color: #1a1a1a;
  background-color: #fff;
}

.cta_btn_i {
  text-transform: uppercase;
  font-size: 15pt;
  padding: 0.7rem;
  border-radius: unset;
  border: 1px #1a1a1a solid;
  color: #fff !important;
  background-color: #1a1a1a;
  transition: .22s ease;
}

.cta_btn_i:hover {
  cursor: pointer;
  color: #fff !important;
  background-color: #1a1a1a;
}

.context-dark, .bg-gray-dark, .bg-primary {
    color: rgba(255, 255, 255, 0.8);
}

.footer-classic a, .footer-classic a:focus, .footer-classic a:active {
    color: #ffffff;
}
/*
header{
    padding-bottom: 35px;
} */
bg-white {
    background-color: #ffffff !important;
}
.navbar {
    padding: unset;
    padding-left: 0.5rem;
}
/*
.fleek-head{
    padding-top: 15px;
}*/
.navbar-collapse{
    padding-left: 2rem;
}
.nav-item{
    padding-left: .2rem;
    padding-right: .2rem;
}
.navbar-brand{
    padding: unset;
    font-size: 1.5rem;
}
.navbar-brand img{
    height: auto;
    width: 80px;
}
.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-list li a:hover:before {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: 900 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-list li a:before {
    content: "\f14f";
    font: 400 21px/1 "Material Design Icons";
    color: #4d6de6;
    display: inline-block;
    vertical-align: baseline;
    margin-left: -28px;
    margin-right: 7px;
    opacity: 0;
    visibility: hidden;
    transition: .22s ease;
}
.top_pad_2rem {
    padding-top: 2rem;
}
.pbox {
    color: black;
    /*background-color: #ccc;*/
    /*border: solid black 1px;*/
}
.mg2 {
    /*padding: 3rem;*/
    /*background-color: white;*/
    margin: 0.2rem;
}
.fleek_area {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.thin_container {
    padding-left: 2.5%;
    padding-right: 2.5%;
}
.mid_container {
    padding-left: 5%;
    padding-right: 5%;
}
.thick_container {
    padding-left: 20%;
    padding-right: 20%;
}
@media screen and (max-width: 768px) {
    .thick_container {
        padding-left: 10%;
        padding-right: 10%;
    }
    .mobile-full-width {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media screen and (max-width: 540px) {
    .thick_container {
        padding-left: 5%;
        padding-right: 5%;
    }
}
.base_box {
    margin: 0.2rem;
}
.box_content {
    padding: .2rem;
    display: block;
}
.box_author {
    font-size: 13px;
}
.box_date {
    font-size: 11px;
}
.dim {
    color: #666;
}
.dark {
    color: #1a1a1a !important;
}
.dark a{
    color: #1a1a1a !important;
}
.dark:hover a {
    text-decoration: none;
}
.jumbo_banner { 
    height: 300px;
    color: #fff;
}

.text-center {
    text-align: center;
}
.f13 {
    font-size: 13px;
}
.f15 {
    font-size: 18px;
}
.pad_30 {
    padding-top: 5rem;
    padding-bottom: 4.5rem;
}
.pad_word {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.banner { 
    height: 500px;
    font-family: 'EB Garamond', serif;
    color: #fff;
    text-align: center;
    font-weight:300;
    letter-spacing: 0px;

}
.banner span {  
    font-size: 86px;   
}

.banner p {  
    text-transform: uppercase;
    font-size: 18px;
}

.banner_copy {
    padding-top: 8rem;
}
.u_nav {
    margin-top:5rem;
}
.lg_article_title {
   /* font-size: 17pt;*/
   
}

.lg_article_date {
    font-size: 12pt;
}
.article_preview {
    font-size: 18px;
    line-height: 2.0;
}
.article_preview a {
    color: #1a1a1a !important;
    font-family: 'EB Garamond', serif;
}
.article_preview:hover a {
    color: #1a1a1a;
    text-decoration: none;
}
.article_body {
    padding-top: 0.5rem;
    font-size: 13pt;
}
.fa-u {
    font-size: 1.5em;
}
.sm_links_o_footer {
    color: #1a1a1a;
    background-color: #fff;
    height: 50px;
}
.sm_links_o_footer:hover {
    color: #666 !important;
}
.inner-pad-2 {
    padding-bottom: 3rem;
    padding-top: 2rem;
    margin-bottom: 0;
}
.ph-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.inner_pad_word {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.d_article_summary {
    color: #1a1a1a !important;
    font-size: 13.5pt;
    font-family: 'EB Garamond', serif;
}

.d_lg_article_date {
    font-size: 12pt;
}
.d_article_preview {
    margin-top: 1rem;
    color: #1a1a1a !important;
    font-size: 13.5pt;
    font-family: 'EB Garamond', serif;
}
.d_article_preview a {
    color: #1a1a1a !important;
}
.d_article_preview:hover a {
    color: #1a1a1a;
    text-decoration: none;
}
.mb0 {
    margin-bottom: 0;
}
.mt0 {
    margin-top: 0;
}
.ml0 {
    margin-left: 0;
}
.lh2 {
    line-height: 2.0;
}
.pl0 {
    padding-left: 0;
}
.pt0 {
    padding-top: 0;
}
.pb0 {
    padding-bottom: 0;
}
.ml-03 {
    margin-left: .3rem !important;
}
.parallax {
    
  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



/*.tall_box {*/
/*    height: 100%;*/
/*}*/



/* ======================================================================= */
    select {
        display: none;
    }
    
 
    .dropdown.custom-select-dropdown {
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
      background-color: #f6f6f6;
      border-radius: 0;
      border: solid 1px #eee;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.0075);
      box-sizing: border-box;
      cursor: pointer;
      display: block;
      float: left;
      font-size: 14px;
      font-weight: normal;
      height: 42px;
      line-height: 40px;
      outline: none;
      padding-left: 18px;
      padding-right: 30px;
      position: relative;
      text-align: left !important;
      transition: all 0.2s ease-in-out;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      white-space: nowrap;
      width: auto;
    }
    .dropdown.custom-select-dropdown:focus {
      background-color: #f1f1f1;
    }
    .dropdown.custom-select-dropdown:hover {
      background-color: #f3f3f3;
    }
    .dropdown.custom-select-dropdown:active, .dropdown.custom-select-dropdown.open {
      background-color: #f0f0f0 !important;
      border-color: #e4e4e4;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
    }
    .dropdown.custom-select-dropdown:after {
      height: 0;
      width: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #777;
      -webkit-transform: origin(50% 20%);
              transform: origin(50% 20%);
      transition: all 0.125s ease-in-out;
      content: '';
      display: block;
      margin-top: -2px;
      pointer-events: none;
      position: absolute;
      right: 10px;
      top: 50%;
    }
    .dropdown.custom-select-dropdown.open:after {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg);
    }
    .dropdown.custom-select-dropdown.open .list {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
      pointer-events: auto;
    }
    .dropdown.custom-select-dropdown.open .option {
      cursor: pointer;
    }
    .dropdown.custom-select-dropdown.wide {
      width: 100%;
    }
    .dropdown.custom-select-dropdown.wide .list {
      left: 0 !important;
      right: 0 !important;
    }
    .dropdown.custom-select-dropdown .list {
        width: 100%;
      box-sizing: border-box;
      transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
      -webkit-transform: scale(0.75);
              transform: scale(0.75);
      -webkit-transform-origin: 50% 0;
              transform-origin: 50% 0;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
      background-color: #fff;
      border-radius:  0;
      margin-top: 0;
      padding: 0;
      opacity: 0;
      overflow-x: scroll;
      overflow-y: scroll;
      pointer-events: none;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 999;
      max-height: 10rem;
    }
    .dropdown.custom-select-dropdown .list:hover .option:not(:hover) {
      background-color: transparent !important;
    }
    .dropdown.custom-select-dropdown .list::-webkit-scrollbar {
      width: 0.5em;
      height: 0.5em;
    }
    .dropdown.custom-select-dropdown .list::-webkit-scrollbar-thumb {
      background-color: black;
      border-radius: 0;
    }
    .dropdown.custom-select-dropdown .list::-webkit-scrollbar-thumb:hover {
      background: grey;
    }
    .dropdown.custom-select-dropdown .option {
      cursor: default;
      font-weight: 400;
      line-height: 40px;
      outline: none;
      padding-left: 18px;
      padding-right: 29px;
      text-align: left;
      transition: all 0.2s;
    }
    .dropdown.custom-select-dropdown .option:hover, .dropdown.custom-select-dropdown .option:focus {
      background-color: #f6f6f6 !important;
    }
    .dropdown.custom-select-dropdown .option.selected {
      font-weight: 600;
    }
    .dropdown.custom-select-dropdown .option.selected:focus {
      background: #f6f6f6;
    }
    
.z-0 {
    z-index: -1;
}    

.z-1 {
    z-index: 1;
}

.list_item_title, .gallery_caption {
    text-transform: capitalize;
}
    
    
    
    
    
/* ========================================================================== */