/**
 * Place your custom styles here.
 */

@import url('https://fonts.googleapis.com/css?family=Muli|Archivo+Narrow');

body {
	font-family: 'Muli', sans-serif;
}
.top_title {
	height: 140px;
	padding: 20px;
	padding-left: 60px;
	padding-right: 60px;
}

.top_title img {
	height: 100px;
	width: auto;
}
.alternate_text {
	text-align: right;
}
.vcenter {
	margin-top: 25px;
}

.nav {
	font-family: 'Muli', sans-serif;
}

#navbar {
	margin-bottom: 0px;
}

.modal-content {
	background-color: rgba(0, 0, 0, 0.9);
	color: #ffffff;
}

#header_placement {
	position: relative;
	height: 100px;
}

#header_content {
	position: absolute;
	bottom: 0;
	right: 0;
	font-family: 'Muli', sans-serif;
	color: #FFFFFF;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.87);
}

.youtube-player {
        position: relative;
        padding-bottom: 56.23%;
        /* Use 75% for 4:3 videos */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
        margin: 5px;
    }
    
    .youtube-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent;
    }
    
    .youtube-player img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all;
    }
    
    .youtube-player img:hover {
        -webkit-filter: brightness(75%);
    }
    
    .youtube-player .play {
        position: absolute;
        width: 100%;
        top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		color: #FFF;
    }
    
.endorsement {
	padding-top: 10px;
	padding-bottom: 10px;
	border-width: thin;
	border: rgba(0, 0, 0, 0.5);
	font-family: 'Muli', sans-serif;
	text-align: center;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
.btn-warning {
    background: rgba(204,  107,  41, 0.85);
    color: #ffffff;
}
.btn-danger {
    background: rgba(204, 41, 41, 0.85);
    color: #ffffff;
}
.btn-success {
    background: rgba(41, 93, 204, 0.85);
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 2px 2px 6px #383838;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
    color: #ffffff;
}
.btn-special {
	padding: 6px 48px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    font-family: 'Muli', sans-serif;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
    font-size: 17px;
    box-shadow: 2px 2px 6px #383838;
}

#front_featured_background {
	background: rgba(204, 107, 41, 0.7);
    color: #ffffff;
    font-size: 18px;
    box-shadow: 2px 2px 6px #383838;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    padding: 3px 15px 20px 15px;
}

#front_featured_background_blue {
	background: rgba(41, 90, 204, 0.7);
    color: #ffffff;
    font-size: 18px;
    box-shadow: 2px 2px 6px #383838;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    padding: 15px 15px 20px 15px;
}

#front_featured_background_black {
	background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-size: 18px;
    box-shadow: 2px 2px 6px #383838;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    padding: 5px 15px 20px 15px;
}

.text_shadow {
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.front_featured {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.front_video {
	border: 2px solid rgba(255, 255, 255, 0.5);
	box-shadow: 2px 2px 6px #383838;
	width: 100%;
	height: auto;
}

.fb-front-video {
	width: 100%;
	height: auto;
	text-align: center;
  	background-color: #000000;
}

.img-fb-responsive {
  	border: 2px solid rgba(255, 255, 255, 0.5);
	box-shadow: 2px 2px 6px #383838;
  	width: auto;
  	height: 155px;
  	display: inline-block;
}

.form-control {
	color: #1e3988;
}

.input-group {
	background-color: rgba(106, 130, 199, 0.55);
	padding: 3px;
	border-radius: 5px;
}

.timeline-header, .timeline-footer
{
          display:none ;
}

.social_widget_title
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f5f5f5;
	border-radius: 5px;
	margin-bottom: 10px;
}
.social_widget_title img
{ 
	margin-top: -2px;
}

@media screen and (min-width: 768px) {
  .youtube-container-background {
	  padding: 2px;
	  background-color: #2a2a2a;
	  align-content: center;
	  text-align: center;
	  border-radius: 5px;
  }
  .youtube-container-full {
	  
	  width: 550px;
  }
  .front_featured {
    padding-top: 30px;
    padding-bottom: 28px;
    min-height: 480px;
  }
  .front_navigation_helper {
	display: none;
  }
 }

@media only screen and (max-width: 767px) {
	#header_content {
		visibility: hidden;
	}
	#center_logo {
		text-align: center;
	}
	#center_logo img { 
		margin: 0 auto; 
	}
	.alternate_text {
		visibility: hidden;
	}
	.front_navigation_social_expanded {
	  display: none;
  	}
	.front_navigation_helper {
		width: 80%;
		float: left;
		text-align: right;
		padding-top: 10px;
		font-size: 10px;
		color: #c7c7c7;
	}
	.spacer {
		height: 25px;
		width: 100%;
	}
}

.featured_videos {
	background-color: #272727;
	color: #ffffff;
	padding-top: 10px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 10px;
}

.main-container {
	margin-top: 25px;
}

.footer_disclaimer {
	font-family: 'Archivo Narrow', sans-serif;
	border: 1px solid #898989;
	padding: 15px;
	width: 320px;
}

/* NGP VAN Online Form */

.ngp-form {
	font-family: 'Muli', sans-serif;
}

.at form .label-amount input:required {
	padding-left: 35px !important;
}

.at form .label-amount input {
	padding-left: 35px !important;
}