.fullwidth-aircraft{
width:100%;
}
.nopad{
    padding:0px !important;

}
.lesspad{
    padding-top:10%;

}

.acft-background-kol{
   //background-image: url('');
    background-repeat: no-repeat;

    background-size: contain;
    overflow: hidden;
    box-shadow:inset 0 0 0 2000px rgba(0,0,0,0.4);

    background-attachment: fixed;

}
.airhead{
    font-family:Open Sans;
    font-size:36px;
    margin:auto auto;
    text-transform: unset !important;
    font-weight: 100;
}.airhead-big{
    font-family:Open Sans;
    font-size:60px;
    letter-spacing: 6px;
    margin:auto auto;
}
.narrow{
    padding-left:15%;
    padding-right: 20%;
}

blockquote {
    /* Negate theme styles */
    border: 0;
    margin: 0;
    padding: 0;
    margin-top:10px;
    background: none;
    color: gray;
    font-family: Georgia, serif;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.4 !important;
    margin: 0;
    position: relative;
    text-shadow: 0 1px white;
    z-index: 600;
}
blockquote p:first-child:before {
    content: '\201C';
    color: #bca67c;
    font-size: 5.9em;
    font-family:Georgia, serif;
    opacity: .3;
    position: absolute;
    top: -.3em;
    left: -.2em;    
    text-shadow: none;
    z-index: -300;
}
blockquote p:first-child{
    color: gray;
    font-family: Open Sans, serif;
    font-size: 0.9em;
    font-style: italic;
    line-height: 1.3 !important;

}


.greycol{
    background:#272727;
    color:white;

    display: flex;
    flex-wrap: wrap;
}
.box{
    flex: 45%;
    min-width: 250px;
}
.btext{
    padding-left:25px;
    padding-top:45px;


}

.head2{
    font-family: Open Sans;
    font-size: 23px;
    font-weight: 200;
}

.midalign{
    text-align: center;
}
@media only screen and (max-width: 600px) {
    .airhead-big{
        font-family:Open Sans;
        font-size:36px;
    }
    .airhead{
            font-size:25px;
    }
    .acft-background-kol{
        padding-top:25px;
        padding-bottom:25px;
        background-size: cover;

    }
    .narrow{
        padding-left:7.5%;
        padding-right: 7.5%;
    }
    p{
        margin-bottom:25px !important;
    }
    .btext{
        padding-left:0px;
    }
    .head2{
        font-size: 20px;

    }
}

.white{
  background:white;
}


.content{z-index:100;
padding:20px;
box-shadow:rgba(0, 0, 0, 0.41) 4px 10px 14px 2px;
    background: rgb(255,255,255);
    border-radius: 4px;
    z-index: 6;
margin-left:auto;
margin-right:auto;
transform:translateY(-40px);
    width: 90%;
  min-height:400px;
}

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

.flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style: none;
}

.flex-item {
  width: 400px;
  margin-top: 10px;
  text-align: center !important;
}

.back-content{
padding-top:20px;
padding-left:10%;
padding-right:10%;
}

ol.blist {
  list-style-type: none;
  margin-left: 0px;

}

li.blist {
  position: relative;
  margin: 0;
  padding-bottom: 2em;
  padding-left: 20px;
}
li.blist:first-child:before {
  content: '';
  background-color: transparent;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 6px;
 width: 1px;
}
li.blist:before {
  content: '';
  background-color: #888;
  position: absolute;
  bottom: 2.5em;
  top: -2.5em;
  left: 7px;
 width: 1px;
}

li.blist:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 32 32' focusable='false'%3E%3Ccircle stroke='none' fill='%23888' cx='16' cy='16' r='10'%3E%3C/circle%3E%3C/svg%3E");
  position: absolute;
  left: 0;
  height: 15px;
  width: 15px;
}
.flex-due{
width:100%;
padding-right:30px;
}

@media only screen and (min-width: 768px) {
.flex-due{
    width:50%
}
ol.blist{
    margin-left: 3em;
}
}

.lightcaption{
border:none;
}
.lightcaption .wp-caption-text{
color:#888;
text-align:right;
padding-right:4px;
}
