/**********************
Custom styles 
Author: Johnny Garces
***********************/

.mandatory-email{padding: 0 !important;}
.email-group{margin-bottom: 1.3rem; }
.charcoal-grey-skin{
  background-color: #3b4858 !important;
}
/****************
  UI Components 
*****************/
/* Promotional products */

/* Email signup form */
.newsletter-subscription form{
  margin-top: 0 !important;
  padding: 0 !important;
}
#sib_embed_signup{
  padding: 0px !important;
}

/* Footer social media links */
.social-networks{
  width: 350px !important;
  margin: auto !important;
}
/****************
  Mobile first 
*****************/

.branding{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo-img{
  width: 65% !important;
  margin: 0 auto;
}
/* Video Section */
.feature_video_section{
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

/* Promotions section */

.footer-promos{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
  	width: 70%;
  	margin: 0 auto;
}

.footer-promo{
  margin: 2rem 0;
}



@media only screen and (min-width: 1020px){
  .branding{
    display: inline-block;
}
  .feature_video_section{
    height: 640px;
    width: 85% !important;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 720px){
  .footer-promos{
  	display: -webkit-box;
   	display: -ms-flexbox;
   	display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
   	-webkit-box-orient: horizontal;
   	-webkit-box-direction: normal;
    -ms-flex-direction: row;
    	flex-direction: row;
    	width: 100%;
}
}

@media(max-width:320px){
.social-networks {
width: 286px !important;}
}

@media(minwidth:769px){
.header-tools {
margin-left: 28px;}
}