.headerpad {
    margin-top: 10px;
    margin-bottom: 15px;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 350px;
  background-image: url;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: black;
  font-size: 17px;
  
}



.bg_cfi {
    background-image: url(images/criminal_investigation_BG.gif);
    background-repeat: no-repeat;
    background-size: cover;
}


.red {
    
 color: red;   
}
             
        
.blue_text {
    color: #383568;
    }

.textSlogan {
    font-family: sans-serif;
    color: black;
    font-size: 1.5em;

}

.textSlogan2 {
    font-family: sans-serif;
    color: black;
    font-size: 1.2em;
 

}

.textAddy {
    font-family: "arial, sans-serif;
    color: black;
    font-size: 1.2em;

}

.righColborder {
    border-right-color: navajowhite;
    border-right-style: solid;
    border-width: thin;
    
}

.gold {
    color: darkgoldenrod;
}

.credit {
    font-size: 12px;
    
}

.bg1 {
    background-image: url(images/ewdl_logo1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}

.body_bg {
    background-image: url(images/ewdl_logo1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
 }

.gap {
  column-gap: 5px;
}


.stroke { 
   border:1px solid;
    color: darkgrey;
}


.position_center {
    object-position: center;
}

 .corners {
      -webkit-border-radius: 10px !important;
         -moz-border-radius: 10px !important;
              border-radius: 10px !important;
      -webkit-border-top: 10px !important;
         -moz-border-top: 10px !important;
              border-top: 10px !important;
      -webkit-border-bottom: 10px !important;
         -moz-border-bottom: 10px !important;
              border-bottom: 10px !important;

     margin-top: 10px;
     margin-bottom: 20px;
 }


 .corners2 {
      -webkit-border-radius: 10px !important;
         -moz-border-radius: 10px !important;
              border-radius: 10px !important;
      -webkit-border-top: 10px !important;
         -moz-border-top: 10px !important;
              border-top: 10px !important;
      -webkit-border-bottom: 10px !important;
         -moz-border-bottom: 10px !important;
              border-bottom: 10px !important;

     margin-top: 10px;
     margin-bottom:15px;
     padding-top: 10px;
     padding-bottom: 25px;
     background-color: #f6f5f4;
 
 }

 .corners2-b {
      -webkit-border-radius: 10px !important;
         -moz-border-radius: 10px !important;
              border-radius: 10px !important;
      -webkit-border-top: 10px !important;
         -moz-border-top: 10px !important;
              border-top: 10px !important;
      -webkit-border-bottom: 10px !important;
         -moz-border-bottom: 10px !important;
              border-bottom: 10px !important;

     margin-top: 10px;
     margin-right: 5px;
     margin-bottom:15px;
     padding-top: 10px;
     padding-bottom: 15px;
     background-color: #f6f5f4;
   
 }

 .corners2-c {
      -webkit-border-radius: 10px !important;
         -moz-border-radius: 10px !important;
              border-radius: 10px !important;
      -webkit-border-top: 10px !important;
         -moz-border-top: 10px !important;
              border-top: 10px !important;
      -webkit-border-bottom: 10px !important;
         -moz-border-bottom: 10px !important;
              border-bottom: 10px !important;

     margin-top: 10px;
     margin-left: 65px;
     margin-bottom:10px;
     padding-top: 10px;
     padding-bottom: 25px;
     background-color: #f0efef;

 }


 .corners3 {
      -webkit-border-radius: 10px !important;
         -moz-border-radius: 10px !important;
              border-radius: 10px !important;
      -webkit-border-top: 10px !important;
         -moz-border-top: 10px !important;
              border-top: 10px !important;
      -webkit-border-bottom: 10px !important;
         -moz-border-bottom: 10px !important;
              border-bottom: 10px !important;

     margin-top: 10px;
     margin-bottom: 10px;
     padding-top: 10px;
     background-color:floralwhite
 }

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


hr{
  border-top: 1px solid;
  color: #c2bdbd;
}


 /* Responsive iFrame */
 .responsive-iframe-container {
     position: relative;
     padding-bottom: 56.25%;
     padding-top: 30px;
     height: 0;
     overflow: hidden;
 }
 .responsive-iframe-container iframe,   
 .vresponsive-iframe-container object,  
 .vresponsive-iframe-container embed {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }



.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.pitch {
  font-family: 'Open Sans Condensed',sans-serif;
}



.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


