/* SAMHSA Promo Page Theme built with Bootstrap */

/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Small 
:: Medium
:: Large
:: X-Large
:: IE7 Fixes
*/

/* -----------------------------------------
   Shared Styles
----------------------------------------- */

/* Bootstrap Reset - Main Container */

@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}

/* Custom Styles */

body {
	background-color: #f9f3dd;
	background-image: linear-gradient(#f9f3dd, #e0ca92);
	color:#414141;
	font-family: "Trebuchet MS",Verdana,san-serif;

	/* New Beta Samhsa Site
	color: #000;
    font-family: Tahoma,sans-serif;
    font-size: 14px;
    min-height: 1000px; New beta site */
}

div.header {
	border: 1px solid #ddd;	
	height: 0;
	margin-top: 2%;
	padding: 0;
	padding-bottom: 25%;
	padding-top: 10%;
	background: url("../bullying/tools/img/hero-image-2.jpg");
    background-size: 100% auto;    
    background-repeat: no-repeat;
    background-position: center;

}
div.header-matxtools {
  border: 1px solid #ddd; 
  margin-top: 2%;
  padding: 0;
  width:100%;
  height:100%;

}
.header h1 {
	color: #F1F1F1;
	font-size: 2em;
	line-height: 1.5em;
	margin-left: 36%;
	padding: 12rem 4rem 3rem 4rem;
	text-align: center;
}

a {
  background: none repeat scroll 0 0 transparent;
	color: #277DA4;
  font-size: 100%;
  margin: 0;
  padding: 0;
	text-decoration: none;
  vertical-align: baseline;
}

a:hover {
	color: #7D1311;
	text-decoration: none;
}
a:visited {
	color: #277DA4;
	text-decoration: none;
}
a.secondary {
	color: #000;
	text-decoration: none;
}

a:hover.secondary {
	color: #8A180E;
	text-decoration: none;
}

h1 {
	color: #7D1311;
  display: block;
  font: bold 1.3em Georgia;
}
	
h2 {
	color: #333;
  display: block;
	font: bold 1.2em Georgia;
}
h2 .glyph.general {
    font-size: 17px;
    padding: 0px 5px 3px 5px;
    vertical-align: top;
}
h3{
	display: block;
	font-size:1.1em;
	font-weight: bold;
}
h4 {
	display: block;
	color: #7D1311;
	font-size: 1.1em;
}

h5 {
	display: block;
	font-size: 1em;
	font-weight: 700;
}

h6 {
	color: #7D1311;
	display: block;
	font: bold 1em Georgia;	
	margin-top: 1em;
	text-align: center;
}
a.ext {
    background: url("../images/icon-exit.png") no-repeat scroll right center;
    padding-left: 2px;
    padding-right: 12px;
}
.small {
	font-size: .85325em;
}
.border {
    background-color: #f4f4f4;
}
.border img {
	border: 1px solid #ddd;
	padding: 5px;
}

/* modal styles for partner tools pages */
.modal-body {
	padding: 0;
    z-index: 10000;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    border: 2px solid black;
    border: 2px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    outline: 2;
    z-index: 10000;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
            box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal {
    z-index: 10000;
}
.modal-content {
	border: 2px solid #000;
    z-index: 10000;
}
.modal-content h3 {
	font-size: 2em;
	font-weight: 400;
	text-align: center;
    z-index: 10000;
}
.modal-content textarea {
	width: 80%;
    z-index: 10000;
}
.modal-footer {
  	text-align: right;
  	border-top: none;
    z-index: 10000;
}
.modal-header {
	border: none;
    z-index: 10000;
}

/* nav tabs custom styles */
.nav-tabs > li {
  float:none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:visited {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ddd;
    border-bottom: 1px solid #ddd;
    border-color: #ddd #ddd transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555;
    cursor: default;
}
.nav-tabs > li.inactive > a:active,
.nav-tabs > li.inactive > a:hover,
.nav-tabs > li.inactive > a:focus, {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555;
    cursor: default;
}
.nav-tabs > li > a {
    border: 1px solid #ddd;
    border-radius: 10px 10px 0 0;
    line-height: 1.42857;
    margin-right: 0;
}
.nav > li > a {
    display: block;
    padding: 5px 15px;
    position: relative;
}
.nav-tabs > li.inactive > a {
    border: 1px solid #ddd;
    border-radius: 10px 10px 0 0;
    line-height: 1.42857;
    margin-right: 0;
}
.nav > li.inactive > a {
    display: block;
    padding: 5px 15px;
    position: relative;
}
.nav {
  border: none;
}
.nav > li {
  display: inline-block;
}
/* end nav tab custom */

button.close {
  	background-image: url("../images/close.png");
  	background-repeat: no-repeat;
  	background-position: center; 
  	float: right;
  	line-height: 2;
  	filter: alpha(opacity=100);
  	opacity: .9;
}
select {
	margin-bottom: 12px;
}
input[type="text"], input[type="password"], 
input[type="date"], input[type="datetime"], 
input[type="email"], input[type="number"], 
input[type="search"], input[type="tel"], 
input[type="time"], input[type="url"], 
select, textarea, a.button {
	
	-webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding; 
    -webkit-background-clip: padding-box; 
    background-clip: padding-box;
    font-weight: 400;
    margin: 1em 0 12px;
}
select, textarea {
	width: 100%;
	resize: none;
}
.fb-text textarea {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding; 
    -webkit-background-clip: padding-box; 
    background-clip: padding-box;
    font-weight: normal;
    margin: 0;
    border: none;
}
ul {
	padding-left: 2%;
}
.h-space {
	margin-left: 1.5rem;
}
.v-space {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

/* Thank you pages */

div.thank-you {
    height: 300px;
    width: 100%;    
}

div.thank-you h1 {
    line-height: 3.5rem;
    padding: 3rem;
}


/* Header */
#color_blocks {
    float: left;
    height: 5px;
    width: 100%;
}
#color_blocks .orange {
    background: none repeat scroll 0 0 #C47B12;
    float: left;
    height: 5px;
    width: 143px;
}
#color_blocks .red {
    background: none repeat scroll 0 0 #8A180E;
    float: left;
    height: 5px;
    width: 143px;
}
#color_blocks .green {
    background: none repeat scroll 0 0 #85884F;
    float: left;
    height: 5px;
    width: 143px;
}
#color_blocks .yellow {
    background: none repeat scroll 0 0 #D1AC3A;
    float: left;
    height: 5px;
    width: 142px;
}
#logo {
    float: left;    
    margin: 10px 0;
}
#logo img {
	display: inline-block;
	height: auto;
	max-width: 100%;	
}
.addthis_default_style {
	/*float: right;*/
	margin-bottom: 14px;
	margin-top: 14px;
}


.utility-menu a {
    color: #003399;
    font-family: Tahoma,sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 2%;
    padding: 0;
    text-decoration: none;
}
.utility-menu a:hover {
    color: #8a180e;
    font-family: Tahoma,sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 2%;
    padding: 0;
    text-decoration: none;
}
#universalNav {
    margin: 0 auto;
    padding: 0;
}
#universalNav {
    clear: both;
    color: #8A180E;
    font-size: 1em;
    height: 22px;
    text-align: center;
    width: 110%;
}
#universalNav ul {
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#universalNav ul li {
    display: inline;
    list-style: none outside none;
}
#universalNav ul li a {
    background: none repeat scroll 0 0 #8A180E;
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    margin: 0;
    padding: 2px 0;
    text-decoration: none;
    width: 108px;
}
#universalNav ul li a:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #8A180E;
}
a#lastNavItem {
    border: 0 none !important;
}
.content {
	background:white;
	overflow:hidden;
}
p {
	font-size: 1.1em;
	font-weight: 400;
	margin-bottom: 1em;
  margin-top: 15px;
}
p.separator {
	background: url(../images/bg_dashed_lines.gif);
	text-align: right;	
	padding: 0 7%;	
	font-size: 18px;
	color: #5e5e5e;
	line-height: 18px;

}
p.separator.center {
	margin: 10px 0 35px 0;
}
p.summary {
	font-family: georgia;
	color: #3434f2;
	font-size: 14px;
	font-style:italic;

}
.promo-img {
	display: block;
	width: 100%;
}
.promo-img img {
	width: 100%;
}

.mat-img {
    display:block;
    width:100%;
  }

  .mat-img img{
    width:100%;
  }


.btn-lg, .btn-group-lg > .btn {
    border-radius: 3px;
    font-size: 16px;
    line-height: 2.5rem;
    padding: 10px 16px;
}

.btn-lg-mat{
    border-radius: 3px;
    font-size: 16px;
    line-height: 2.5rem;
    padding: 10px 61px;
    margin:0;
}

.btn-badge {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 40px 0 #fff inset;
    list-style-type: none;
    margin: 0 0;
    padding: 0;   
}
.btn-block {
	display: inline;
	width: 100%;
}
.btn-badge:hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 40px 0 #e1e1e1 inset; 
}
.btn-copy {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 40px 0 #333 inset;
    list-style-type: none;
    margin: 0 0;
    padding: .2rem .5rem;   
    color: #fff;
}
.btn-copy:hover,
.btn-copy:focus,
.btn-copy:active:focus {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 40px 0 #aaa inset;
    color: #fff;   
}
.btn-default {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: none;
    box-shadow: 0 0 40px 0 #e1e1e1 inset;
    list-style-type: none;
    margin: 0 0;
    padding: 2rem 1rem;   
    color: #333;
}
.btn-default:hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 40px 0 #d1d1d1 inset;    
}
a.btn-info a {
	color: #fff;
}
a:hover.btn-info {
	color: #fff;
}
a:visited.btn-info {
    color: #fff;
}
.btn-survey {
  padding: 25px;
  white-space: pre-wrap;
  width: 96%;
}

.highlight {
	background: #f0f0f0;
    border-radius: 1px;    
    border-width: 1px;
    margin: 1rem 0;
    padding: 1rem 4rem .01rem 2rem;
   }
span.white {
	display:inline-block;
	background: white;
	padding: 0 5px;
	color: #3f3f3f;
	font-size: 12px;	
	vertical-align: top;
}
span.white.icon_box {	
	padding-left: 25px;
	background-image: url(../images/icon_box_sm.png);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	background-size: 15px;
}
h2.icon_box {
	padding-left: 30px;
	background-image: url(../images/icon_box.png);
	background-repeat: no-repeat;
	background-position: 0 -56px;
}
label.checkbox, label.radio {
	font-weight: bold;
	padding: 5px 0 2px;
}
/* label for tools page web banners */
label.webbanner {
  margin-top: 20px;
}
ul.points, li.points {
	font-size: 1.1em;    
    margin-left: 30px;
    padding: 10px;
}
.social ul li { 
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 40px 0 #efefef inset;
    list-style-type: none;
    margin: 0 0;
    padding: 2rem 1rem;
}
.social ul li { 
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 40px 0 #efefef inset;
    list-style-type: none;
    margin: 0 0;
    padding: 2rem 1rem;
}
.social #facebook li {
  background-image: url(../images/facebook.png);
  background-position: 20px 20px;
  background-repeat: no-repeat;
  margin-left: 1rem;
  padding-left: 100px;
}
.social #twitter li {
  background-image: url(../images/twitter.png);
  background-position: 20px 20px;
  background-repeat: no-repeat;
  margin-left: 1rem;
  padding-left: 100px;
}

/* Drop-in Article */

.social #drop-in li {
  background-image: url(../images/download-orange.png);
  background-position: 20px 12px;
  background-repeat: no-repeat;
  margin-left: 1rem;
  padding-left: 100px;
}
.video-container {
  display: block;
	margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
	margin-top: 10px;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0; overflow: hidden;
  z-index: 0;
}
.video-container iframe,
.video-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

iframe.fluid {
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
}

/* footer expand/collapse menu */
.navbar-header {
  margin-left: 0;
  width: 100%;
}
.navbar .navbar-header {
  background-color: #577786;
}
.navbar .navbar-header button a#foot-nav-toggle-link-text {
  font-size: 2rem;
  padding-left: 25px;
}
#foot-nav-toggle-icon a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  vertical-align: middle;
}
.navbar-collapse {
  max-height: none;
}
.navbar-collapse.in {
    overflow-y: hidden;
}
.navbar-toggle {` 
  padding-left: 25px;
  text-align: left;
  width: 100%;
}
#footer nav .navbar-nav ul li span .white_arrow_mobile {
  margin: 7px 14px 0 0;
}
.white_arrow_mobile {
  display: block;
  float: right;
}
.white_arrow_mobile {
  border-bottom: 5px solid transparent;
  border-left: 6px solid #fff;
  border-top: 5px solid transparent;
  display: none;
  height: 0;
  width: 0;
}
#top_footer {
    clear: both;
    height: auto;
    width: 100%;
}

/* Add new columns for footer */
.ft-col-4 {  
  float: left;
  min-height: 1px;  
  padding: 2%;
  position: relative;  
  width: 33.33333333%;
}
.ft-col-6 {
  float: left;
  min-height: 1px;  
  padding: 0;
  position: relative;  
  width: 50%;
}
#footer {
    background: none repeat scroll 0 0 #334B56;
    clear: both;
    color: #FFF;
    height: auto;
    margin: 0;
    padding: 0 0 20px 0;
    overflow:hidden;
    width: 100%;
}
#footer a {    
    color: #FFF;
    font-size: 1.6rem;
    line-height: 1.8rem;
    padding: 5px;
    text-decoration: none;
    vertical-align: middle;
}
#footer a:hover {
    background-color: #577786;
    color: #FFF;
    text-decoration: none;
}
#footer ul li {
    padding: 2px 0;
    vertical-align: middle;
    width: 100%;
}
#footer li {
    list-style: none outside none;
}
#footer li img {
    height: auto;
    max-width: 100%;
}

#bottom-footer {
    background: none repeat scroll 0 0 #8A180E;
    color: #FFFFFF;
    font-size: 1.3rem;
    height: 220px;
    padding-top: 20px;
    width: 100%;
}

/* Added from new SAMHSA.gov 10/2014 */
#items-footer-social {
    clear: none;
    display: block;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    padding: 15px 0 0 0;
    width: 100%;
}
#items-footer-social-buttons, #items-footer-social-icons {
    clear: none;
    float: right;
    margin-left: 0;
    margin-right: 10px;
    width: 95%;
}
#items-footer-social-icons a {
    display: inline-block;
    height: 40px;
    text-decoration: none;
    width: 45px;
}
#items-footer-social-icons #facebook2 {
    background: url("../images/social_media_icons.png") repeat scroll 0 0;
    clear: none;
    float: left;
    height: 40px;
    margin-left: 0;
    margin-right: -100%;
    width: 45px;
}
#items-footer-social-icons #facebook2 a:hover {
    background: url("../images/social_media_icons.png") repeat scroll 0 -42px!important;
}
#items-footer-social-icons #twitter2 {
    background: url("../images/social_media_icons.png") repeat scroll -51px 0!important;
    clear: none;
    float: left;
    height: 40px;
    margin-left: 24.3521%;
    margin-right: -100%;
    width: 45px;
}
#items-footer-social-icons #twitter2 a:hover {
    background: url("../images/social_media_icons.png") repeat scroll -51px -42px!important;
}
#items-footer-social-icons #youtube2 {
    background: url("../images/social_media_icons.png") repeat scroll -101px 0!important;
    clear: none;
    float: left;
    height: 40px;
    margin-left: 50.7042%;
    margin-right: -100%;
    width: 45px;
}
#items-footer-social-icons #youtube2 a:hover {
    background: url("../images/social_media_icons.png") repeat scroll -101px -42px!important;
}
#items-footer-social-icons #rss2 {
    background: url("../images/social_media_icons.png") repeat scroll -205px 0!important;
    clear: none;
    float: right;
    height: 40px;
    margin-left: 0;
    margin-right: 2%;
    width: 45px;
}
#items-footer-social-icons #rss2 a:hover {
    background: url("../images/social_media_icons.png") repeat scroll -205px -42px!important;
}
#items-footer-social-buttons {
    clear: both;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    margin-top: 2%;
    padding: 2% 0;
    width: 92.35835%;
}
#items-footer-social-buttons a {
    text-decoration: none;
}

#footer-email-button {
  clear: both;
  background: url("../images/emailupdatesbtn.jpg") no-repeat scroll center center;
  background-size: contain;
}

#footer-email-button:hover {
  clear: both;
  background: url("../images/emailupdatesbtn-hover.jpg") no-repeat scroll center center;  
  background-size: contain;
}

#footer-email-button:hover a:hover {
  background-color: transparent;
  display: block;
  height: 70px;
}

#footer-blog-button {
  clear: both;
  background: url("../images/blogbtn.jpg") no-repeat scroll center center;
  background-size: contain;
}

#footer-blog-button:hover {
  clear: both;
  background: url("../images/blogbtn-hover.jpg") no-repeat scroll center center;
  background-size: contain;
}

#footer-blog-button:hover a:hover {
  background-color: transparent;
  display: block;
  height: 70px;
}

#footer-email-button a {
  display: block;
  height: 70px;
}

#footer-blog-button a {
  display: block;
  height: 70px;
}
#footer .col-gov-logos {
  margin-top: 10px;
}
#footer .col-gov-logos ul li a:hover {
    background-color: transparent;
}
.bottom-footer-text {
  width: 83.09859%;
  float: left;
  margin-right: -100%;
  margin-left: 8.4507%;
  clear: none;
  padding-top: 10px;
  text-align: center;
}
.center {
	text-align:center
}
.left {
	text-align:left
}
.right {
	text-align:right
}
.hideFromScreen {
	position:absolute;
	left:-99999px;
	overflow:hidden;
}
div.callout {
	float: right;
	margin: 10px;
	padding: 10px 10px;
	width: 45%;
}
div.callout p {
	color: #7D1311;
	font-size: 1.125em;
}
div.large-callout {
    color:#8a180e;
    font-family:Georgia;
    font-size:32px;
    padding-top:47px;
}
iframe {
  max-width: 600px;
}
iframe.video {
	border: 1px solid #999;
	width: 100%;
  z-index: 0;
}
#nrepp iframe {
    width: 980px;
}

/* Unique styles */

#surveyMonkeyInfo {
	color: ##8A180e;
	font-size: 10px;
	width: 100%;
}
#fourPoints {
	background:#8a180e;
	color:#fff!important;
	font-size:1.2em;
	padding:3px 0;
	text-align:center;
	width:100%
}
#fourPoints ul {
	margin:0;
	padding:0
}
#fourPoints ul li {
	display:inline;
	padding:0 48px;
	font-style:italic;
	font-weight: 800;
}
#widgets-bottom {
	list-style:none;
	list-style-image:none;
	margin:0;
	overflow:hidden;
	padding:0
}
#widgets-bottom .widgetSmall {
	float:left;
	width:140px;
	margin:0 20px 20px 0
}
#widgets-bottom .widgetLarge {
	float:left;
	width:200px;
	margin:0
}
#widgets-bottom .widgetLarge a {
	font-size:1.1em;
	font-weight:800;
}

/* -----------------------------------------
   Small styles
----------------------------------------- */
@media only screen and (max-width: 479px)  {

  h1 {
		font-size: 16px;
		line-height: 22px;
    margin: 10px 10px 10px 0;

	}
	div.header {	
		padding-bottom: 35%;
		padding-top:2%;		 
	}
  h1.header {
		font-size: 1rem;
		line-height: 1.235rem;
		margin: 0 10px 0 0;
		padding: 1em 1rem 0 12rem;
		text-align: center;
	}	
	h2 {
		font-size: 14px;
	}	
	p {
		font-size: 14px;
	}
  /* label for tools page web banners */
  label.webbanner {
    margin-top: 20px;
  }
  ul.modal-list {
      text-align: left;
      margin-left: 1rem;
      padding-left: 2rem;
  }
  .btn-badge {        
      margin: 10px 0;     
  }
  .btn-lg, .btn-group-lg > .btn {
      border-radius: 3px;
      display: inline-block;
      font-size: 16px;
      line-height: 1.5rem;
      margin: 0;
      /*padding: 12px 0;*/
  }
	div.callout {
		width: 100%;
	}

	div.callout h4 {
		font-size: 14px;
		font-weight: bold;
	}
	div.large-callout {
		color:#8a180e;
		font-family:Georgia;
		font-size:24px;
		margin-top: -24px;
		margin-bottom: 20px;
		padding-top:0;
		text-align:center;
	}
	#color_blocks {
	    float: left;
	    height: 5px;
	    overflow: hidden;
	    width: 100%;
	}
	#color_blocks .orange {
	    background: none repeat scroll 0 0 #C47B12;
	    float: left;
	    height: 5px;
	    width: 14%;
	}
	#color_blocks .red {
	    background: none repeat scroll 0 0 #8A180E;
	    float: left;
	    height: 5px;
	    width: 14%;
	}
	#color_blocks .green {
	    background: none repeat scroll 0 0 #85884F;
	    float: left;
	    height: 5px;
	    width: 14%;
	}
	#color_blocks .yellow {
	    background: none repeat scroll 0 0 #D1AC3A;
	    float: left;
	    height: 5px;
	    width: 15%;
	}
	#logo {
	    width: 100%;
	}
	#logo img {
		margin: 0 0 10px 0;
	    width: 45%;
	}
	.utility-menu a {
	    margin-right: 5px;
     /* float:right;*/

	}


	.addthis_default_style {
		float: left;
		margin: 5px 0;
	}


  div.thank-you h1 {
        font-size: 1.5rem;
        line-height: 2.5rem;
        padding: 2rem;
  }	
	.btn-lg, .btn-group-lg > .btn {
	    width: 100%;
	}	
	#footer {
    background: none repeat scroll 0 0 #334B56;
    clear: both;
    height: auto;
    margin-top: 0;
    padding: 0;
    width: 100%;
	}
  #footer a {
    color: #FFF;
    font-size: 1.6rem;
    line-height: 2rem;
    text-decoration: none;
    vertical-align: middle;
  }
  #footer a:hover {
    background-color: #577786;
    color: #FFF;
    text-decoration: none;
  }  
  #footer ul li {
      border-bottom: 1px solid #FFFFFF;
      padding: 0;
      width: 100%;
  } 
	#top_footer {
    height: 200px;
    width: 100%;
	}
  .ft-col-4 {
    width: 100%;
  }
  .ft-col-6 {
    width: 100%;
  }
  .full {
    clear: both;
    float: left;
    width: 100%;
  }
  #items-footer-social {
      clear: none;
      display: block;
      float: left;
      margin-left: 0;
      margin-right: -100%;
      width: 100%;
  }
 #items-footer-social-buttons, #items-footer-social-icons {
    margin-left: 5%;
    margin-right: 10%;
    width: 85%;
  }
  #footer .col-gov-logos {
    margin-bottom: 10px;
  }
  #footer .col-gov-logos ul li img {
    height: auto;
    max-width: 100%;
  }
  #footer .col-gov-logos ul li {
    border-bottom: none;
  }
  #footer .col-gov-logos a:hover {
    background-color: transparent;
  }
	#bottom-footer {
    	height: 300px;
	}
  #bottom-footer p {
    text-align: center;
  }
  .bottom-footer-logo {
    width: 66.19718%;
    float: left;
    margin-right: -100%;
    margin-left: 16.90141%;
    clear: none;
    clear: both;
    padding-top: 10px;
  }
  #bf_samhsa_logo {
    width: 66.19718%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
    margin-top: 0px;
  }
  #bf_hhs_logo {
    width: 32.39437%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-top: -10px;
  }
  .white_arrow_mobile {
    border-bottom: 5px solid transparent;
    border-left: 6px solid #fff;
    border-top: 5px solid transparent;
    display: block;
    height: 0;
    width: 0;
  }

  /* For Google Surveys */
  .ss-q-long {
    width: 90%;
  }
}

/* -----------------------------------------
   Small 2
----------------------------------------- */
@media only screen and (max-width: 478px) and (min-width: 320px) {
  
  	h1.header {
  		font-size: 1.235rem;
  		line-height: 1.5rem;
  		margin: 0;
  		padding: 1rem 2rem 3rem 18rem;
  		text-align: center;
  	}
    .btn-lg, .btn-group-lg > .btn {
        border-radius: 3px;
        display: inline-block;
        font-size: 16px;
        line-height: 1.5rem;
        /*padding: 12px 0;*/
    }    


    .btn-block {
        display: inline-block;
        width: 100%;
    }
    .ft-col-4 {
      width: 100%;
    }
    .ft-col-6 {
      width: 100%;
    }
    .full {
      clear: both;
      float: left;
      width: 100%;
    }
    #footer ul li {
      border-bottom: 1px solid #FFFFFF;
    }    
    #items-footer-social-buttons, #items-footer-social-icons {
      float: right;
      width: 80%;
    }
    #footer .col-gov-logos ul li {
      border-bottom: none;
      text-align: center;
    }
    #bottom-footer p {
      text-align: center;
    }
    .white_arrow_mobile {
      border-bottom: 5px solid transparent;
      border-left: 6px solid #fff;
      border-top: 5px solid transparent;
      display: block;
      height: 0;
      width: 0;
    }
    ul.modal-list {
        text-align: left;
        margin-left: 1rem;
        padding-left: 25%;
    }
}

/* -----------------------------------------
   Medium
----------------------------------------- */
@media only screen and (max-width: 767px) and (min-width: 479px) {
  
  #color_blocks {
	    float: left;
	    height: 5px;
	    overflow: hidden;
	    width: 100%;
	}
	#color_blocks .orange {
	    background: none repeat scroll 0 0 #C47B12;
	    float: left;
	    height: 5px;
	    width: 14%;
	}
	#color_blocks .red {
	    background: none repeat scroll 0 0 #8A180E;
	    float: left;
	    height: 5px;
	    width: 14%;
	}
	#color_blocks .green {
	    background: none repeat scroll 0 0 #85884F;
	    float: left;
	    height: 5px;
	    width: 14%;
	}
	#color_blocks .yellow {
	    background: none repeat scroll 0 0 #D1AC3A;
	    float: left;
	    height: 5px;
	    width: 15%;
	}
	#logo {
	    width: 100%;
	}
	#logo img {
		margin: 0 0 10px 0;
	    width: 45%;
	}
  h1 {
      font-size: 1.3em;
  }
  h1.header {
      font-size: 1.835rem;
      line-height: 2.135rem;
      margin: 0;
      padding: 2rem 1rem 0 24rem;
      text-align: center;
  }
  p.small {
    line-height: inherit;
  }
  p {
      font-size: 14px;
      line-height: 24px;
  }
  .btn-badge {        
      margin: 10px 0;     
  }
  div.callout {
      width: 100%;
  }
  div.large-callout {
      color:#8a180e;
      font-family:Georgia;
      font-size:24px;
      margin: -24px 10px 20px 10px;
      padding-top:0;
  }    
	.promo-img {
		display: block;
		width: 100%;
	}
  .promo-img img {
      width: 60%;
  }

  .mat-img {
    display:block;
    width:100%;
  }

  .mat-img img{
    width:100%;
  }
	.btn-lg, .btn-group-lg > .btn {
	    width: 100%;
	}
  ul.modal-list {
      text-align: left;
      margin-left: 1rem;
      padding-left: 28.33333%;
  }
  #footer {
	    background: none repeat scroll 0 0 #334B56;
	    clear: both;
	    height: auto;
	    margin-top: 0;
      padding: 0;
	    width: 100%;
	}
	#footer-logo img {
		margin-top: 0;
	}
	#top_footer {
	    height: 200px;
	    width: 100%;
	}    
  .ft-col-4 {    
    float: left;
    padding-right: 5px;
    width: 100%;
  }
  .full {
    width: 100%;
  }
  #items-footer-social-buttons, #items-footer-social-icons {
    margin-left: 5%;
    margin-right: 20%;
    width: 75%;
  }   
  .col-social {
    clear: both;
    display: block;
    float: left;  
    width: 50%;
  }   
  .col-gov-logos {
    float: right;
    margin-bottom: 20px; 
    width: 50%;
  }
  #footer ul li {
    border-bottom: 1px solid #FFF;
  }
  #footer .col-gov-logos ul li {
    border-bottom: none;
    text-align: center;
  }
  #footer .col-gov-logos ul li a:hover {
    background-color: transparent;
  }
	#bottom-footer {
    height: 300px;
	}
  #bottom-footer p {
    text-align: center;
  }
  .white_arrow_mobile {
    border-bottom: 5px solid transparent;
    border-left: 6px solid #fff;
    border-top: 5px solid transparent;
    display: block;
    height: 0;
    width: 0;
    }


}

/* -----------------------------------------
   Medium for footer only
-----------------------------------------*/
@media only screen and (max-width: 766px) and (min-width: 600px) {
  
  #footer {
      background: none repeat scroll 0 0 #334B56;
      clear: both;
      height: auto;
      margin-top: 0;
      padding: 0;
      width: 100%;
  }
  #footer-logo img {
    margin-top: 0;
  }
  #top_footer {
      height: 200px;
      width: 100%;
  }
  .ft-col-4 {
    width: 33.33333333%;
  }  
  .ft-col-6 {
    width: 100%;
  }
  .full {
    width: 50%;
  }
  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;    
  }  
  #items-footer-social-icons {
    margin-left: 0;
    margin-right: 15%;
    margin-top: 15px;
    width: 65%;
  }   
  #items-footer-social-buttons {
    margin-left: 20%;
    margin-right: 15%;
    width: 65%;
  }   
  .col-social {
    width: 100%;
  }   
  .col-gov-logos {
    float: right;    
    width: 100%;
  }
  #footer ul li {
    border-bottom: none;
  }
  #footer .col-gov-logos ul li {
    border-bottom: none;
    text-align: center;
  }
  #footer .col-gov-logos ul li a:hover {
    background-color: transparent;
  }
  #footer .col-gov-logos ul li img {
  }
  #bottom-footer {
    height: 300px;
  }
  #bottom-footer p {
    text-align: center;
  }
  .white_arrow_mobile {
    display: none;
  }
  #items-footer-social-icons #twitter2 {
    background: url("../images/social_media_icons.png") repeat scroll -55px 0!important;
    clear: none;
    float: left;
    height: 40px;
    margin-left: 24.3521%;
    margin-right: -100%;
    width: 45px;
    }
    #items-footer-social-icons #twitter2 a:hover {
        background: url("../images/social_media_icons.png") repeat scroll -55px -42px!important;
    }
    #items-footer-social-icons #youtube2 {
        background: url("../images/social_media_icons.png") repeat scroll -107px 0!important;
        clear: none;
        float: left;
        height: 40px;
        margin-left: 50.7042%;
        margin-right: -100%;
        width: 45px;
    }
    #items-footer-social-icons #youtube2 a:hover {
        background: url("../images/social_media_icons.png") repeat scroll -107px -42px!important;
    }
  
}

/* reset Bootstrap for footer nav */
@media (min-width: 679px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 600px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 600px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (min-width: 600px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  @media (min-width: 600px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 600px) {
  .navbar-toggle {
    display: none;
  }
}
@media (min-width: 600px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

/* -----------------------------------------
   Large
----------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 980px) {

  .hidden-nav {
    display: none;
  }

	#color_blocks {
	    float: left;
	    height: 5px;
	    overflow: hidden;
	    width: 100%;
	}
	#color_blocks .orange {
	    background: none repeat scroll 0 0 #C47B12;
	    float: left;
	    height: 5px;
	    width: 14%;
	}
	#color_blocks .red {
	    background: none repeat scroll 0 0 #8A180E;
	    float: left;
	    height: 5px;
	    width: 14%;
	}
	#color_blocks .green {
	    background: none repeat scroll 0 0 #85884F;
	    float: left;
	    height: 5px;
	    width: 14%;
	}
	#color_blocks .yellow {
	    background: none repeat scroll 0 0 #D1AC3A;
	    float: left;
	    height: 5px;
	    width: 15%;
	}
	h1.header {
		font-size: 2.5rem;
		line-height: 3rem;
		margin: 0;
		padding: 9rem 1rem 0 30rem;
		text-align: center;
	}
	div.large-callout {
		color:#8a180e;
		font-family:Georgia;
		font-size:32px;
		margin: -24px 10px 20px 10px;
		padding-top:0;
	}
	#logo {
	    width: 100%;
	}
	#logo img {
		margin: 0 0 10px 0;
	    width: 45%;
	}
	.promo-img {
		display: block;
		width: 100%;
	}
	.promo-img img {
		width: 60%;
	}

  .mat-img {
    display:block;
    width:100%;
  }

  .mat-img img{
    width:100%;
  }



	.btn-lg, .btn-group-lg > .btn {
	    width: 100%;
	}
  ul.modal-list {
        text-align: left;
        margin-left: 1rem;
        padding-left: 33.33333%;
  }
	#footer {
	    background: none repeat scroll 0 0 #334B56;
	    clear: both;
	    height: auto;
	    margin-top: 0;
	    width: 100%;
	}
  #footer ul li {
      border-bottom: none;
      padding: 3px 0;
      text-align: left;
      width: 100%;
  }
  #items-footer-social-buttons, #items-footer-social-icons {
    margin-left: 0;
    margin-right: 5px;
    padding: 0;
    width: 100%;
  }
  #items-footer-social-icons #twitter2 {
    background: url("../images/social_media_icons.png") repeat scroll -55px 0!important;
    clear: none;
    float: left;
    height: 40px;
    margin-left: 24.3521%;
    margin-right: -100%;
    width: 45px;
    }
    #items-footer-social-icons #twitter2 a:hover {
        background: url("../images/social_media_icons.png") repeat scroll -55px -42px!important;
    }
    #items-footer-social-icons #youtube2 {
        background: url("../images/social_media_icons.png") repeat scroll -107px 0!important;
        clear: none;
        float: left;
        height: 40px;
        margin-left: 50.7042%;
        margin-right: -100%;
        width: 45px;
    }
    #items-footer-social-icons #youtube2 a:hover {
        background: url("../images/social_media_icons.png") repeat scroll -107px -42px!important;
    }

	#top_footer {
	    height: 200px;
	    width: 100%;
	}  
  .col-social {  
    width: 50%;
  }   
  .col-gov-logos { 
    width: 50%;
  }
	#bottom-footer {
    	height: 250px;
	}
  .white_arrow_mobile {
    display: none;
  }

}

/* -----------------------------------------
   For Mat app
----------------------------------------- */

@media only screen and (min-width: 1202px)  {
  .addthis_default_style {
  float: right;
  margin-bottom: 14px;
  margin-top: 14px;
}


.utility-menu a {
    float:right;
    color: #003399;
    font-family: Tahoma,sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 2%;
    padding: 0;
    text-decoration: none;
}
.utility-menu a:hover {
    float:right;
    color: #8a180e;
    font-family: Tahoma,sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 2%;
    padding: 0;
    text-decoration: none;
}
}





/* -----------------------------------------
   Larger
----------------------------------------- */

@media only screen and (min-width: 961px) and (max-width: 1200px) {

  .hidden-nav {
    display: none;
  }

	#color_blocks {
	    float: left;
	    height: 5px;
	    overflow: hidden;
	    width: 100%;
	}
	#color_blocks .orange {
	    background: none repeat scroll 0 0 #C47B12;
	    float: left;
	    height: 5px;
	    width: 14%;
	}
	#color_blocks .red {
	    background: none repeat scroll 0 0 #8A180E;
	    float: left;
	    height: 5px;
	    width: 14%;
	}
	#color_blocks .green {
	    background: none repeat scroll 0 0 #85884F;
	    float: left;
	    height: 5px;
	    width: 14%;
	}
	#color_blocks .yellow {
	    background: none repeat scroll 0 0 #D1AC3A;
	    float: left;
	    height: 5px;
	    width: 15%;
	}
	#logo {
	    width: 100%;
	}
    /*h1.header {
        font-size: 2.5rem;
        line-height: 3rem;
        margin: 0;
        padding: 10rem 1rem 0 30rem;
        text-align: center;
    }*/
	.promo-img {
		display: block;
		width: 100%;
	}
	.promo-img img {
		width: 60%;
	}

  .mat-img {
    display:block;
    width:100%;
  }

  .mat-img img{
    width:100%;
  }

 

	.btn-lg, .btn-group-lg > .btn {
	    width: 100%;
	}
	#footer ul li {
	    width: 100%;
	}
	#footer {
	    background: none repeat scroll 0 0 #334B56;
	    clear: both;
	    height: auto;
	    margin-top: 0;
	    width: 100%;
	}
	#top_footer {
	    height: 200px;
	    width: 100%;
	}
	#bottom-footer {
    	height: 250px;
	}
  .white_arrow_mobile {
    display: none;
  }

}

/* -----------------------------------------
  IE Fixes
----------------------------------------- */

.lt-ie9 .logo img {
	max-width: 55%;
	padding-bottom: 20px;
}
.lt-ie9 select {
	width: 270px;
}
.lt-ie9 body {
	/*width:1003px; */
	margin:30px auto 0;
}
.lt-ie8	.row .columns .row .columns,
.lt-ie8	.row.no-bg {
	width: auto;
}
.lt-ie9 input {
	height: auto;
}
.lt-ie9	span.white.icon_box {
	vertical-align: baseline;
}
.lt-ie9 .columns .wrapper {
	margin:0 8px;
	padding: 20px;
}
.lt-ie9 .columns.main, 
.lt-ie9 .columns.side  {
	padding: 0px !important; 
}
.lt-ie8 .columns .wrapper{
	padding: 20px 15px;
}

.lt-ie8 .columns.side .wrapper  {
	padding-left: 0px;
}
