/***************************************************
	Suicide Prevention Styles 2017
***************************************************/

/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600,800);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,800';*/

@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900';
@import 'https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300';
@charset "utf-8";
/* CSS Document */

/*
Red		- #cc0033
Blue	- #003366
Gray	- #333333
*/

/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */

.btn-social{font-family: 'Source Sans Pro', sans-serif;color:#fff;position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{color:#fff;padding-left:61px}.btn-social.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}

.btn-social-icon>:first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}


.btn-facebook{color:#fff!important;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:focus,.btn-facebook.focus{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:hover{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}.btn-facebook:active:hover,.btn-facebook.active:hover,.open>.dropdown-toggle.btn-facebook:hover,.btn-facebook:active:focus,.btn-facebook.active:focus,.open>.dropdown-toggle.btn-facebook:focus,.btn-facebook:active.focus,.btn-facebook.active.focus,.open>.dropdown-toggle.btn-facebook.focus{color:#fff!important;background-color:#23345a;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled.focus,.btn-facebook[disabled].focus,fieldset[disabled] .btn-facebook.focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-facebook .badge{color:#3b5998;background-color:#fff}

.btn-twitter{color:#fff!important;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:focus,.btn-twitter.focus{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:hover{color:#fff!important;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}.btn-twitter:active:hover,.btn-twitter.active:hover,.open>.dropdown-toggle.btn-twitter:hover,.btn-twitter:active:focus,.btn-twitter.active:focus,.open>.dropdown-toggle.btn-twitter:focus,.btn-twitter:active.focus,.btn-twitter.active.focus,.open>.dropdown-toggle.btn-twitter.focus{color:#fff;background-color:#1583d7;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled.focus,.btn-twitter[disabled].focus,fieldset[disabled] .btn-twitter.focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-twitter .badge{color:#55acee;background-color:#fff}

/***************************************************
	HEADER
***************************************************/
#dnn_BannerPane {
	position:relative;
    -webkit-box-shadow:0 3px 5px 0px #666;
    -moz-box-shadow:0 3px 5px 0px #666;
    box-shadow:0 3px 5px 0px #666;
    background: #062a5e; /* Old browsers */
    background: -moz-linear-gradient(top, #062a5e 0%, #185a96 33%, #185a96 68%, #062a5e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#062a5e), color-stop(33%,#185a96), color-stop(68%,#185a96), color-stop(100%,#062a5e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #062a5e 0%,#185a96 33%,#185a96 68%,#062a5e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #062a5e 0%,#185a96 33%,#185a96 68%,#062a5e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #062a5e 0%,#185a96 33%,#185a96 68%,#062a5e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #062a5e 0%,#185a96 33%,#185a96 68%,#062a5e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062a5e', endColorstr='#062a5e',GradientType=0 ); /* IE6-9 */
    overflow:hidden;
    width: 100%;
	margin-bottom: 40px;
}
#dnn_BannerPane .ContainerPane {
	padding: 15px 10px;
	
}
.beThere {
	max-width:70%;
	padding-bottom: 25px;
}
/* #dnn_BannerPane h1 {
    font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
    font-size: 5em;
	 text-align:center;
    margin-top: 0; 
	background-image: -webkit-linear-gradient(#fff, #d7d7d7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position:relative;
	 
}
	
#dnn_BannerPane h1:after {
  
  background: #f3f3ee;
  content: attr(data-text);
  left: 0;
  position: absolute;
  text-shadow: 3px 3px 2px black;
  top: 0;
  z-index: -1;
}
*/
#dnn_BannerPane h1  {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  
  overflow: hidden;
  border: none;
   font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
    font-size: 5em;
  color: rgba(255,255,255,1);
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5) ;
}

#dnn_BannerPane h1::after {
  
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  border: none;
  
  color: rgba(255,255,255,0.81);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: -webkit-linear-gradient(-90deg, rgba(255,255,255,1) 0, rgba(0,0,0,0.1) 44%, rgba(0,0,0,0.47) 58%, rgba(0,0,0,1) 100%);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0, rgba(0,0,0,0.1) 44%, rgba(0,0,0,0.47) 58%, rgba(0,0,0,1) 100%);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0, rgba(0,0,0,0.1) 44%, rgba(0,0,0,0.47) 58%, rgba(0,0,0,1) 100%);
  background-position: 50% 50%;
  
}
#dnn_BannerPane p {
	display:block;
	padding:10px 5px 20px;
	clear:both;
	margin:0 0 15px;
	color: #2C3553;
	font-size: 14px;
	line-height:1.3em;
	margin:0;
	color: #FFF;
	text-align:center;
}
#dnn_BannerPane span {
}
  #dnn_BannerPane a {
	color: #FFFFFF;
    }
  /***************************************************
	HEADER SEALS
***************************************************/
  
.top-rotator-2 div.slideContainer div.slide img {

   width: 100%!important;
}


.caption {
	/* Make the caption a block so it occupies its own line. */
	display: block;
	font-size: 1em;
	text-align: center;
	color: #FFFFFF;
}
   .caption a {
    color:#fff;
   
    }
    
   .caption a:hover {
    color:#EFE34B;
    }
  
/***************************************************
	MAIN CONTENT
***************************************************/
.slideText .slideTitle a {
        font-size: 1.0em;
    font-style: italic;
}

.DnnModule.DnnModule-DNN_HTML.DnnModule-6643 {
    margin: 30px 0;
}

.top-rotator-2 div.slideContainer div.slide div.bottom div.slideText div.slideCaption {
    display: none;
    font-size: 14px;
    margin-bottom: 10px;
    min-height: 40px;
}


.officeTitle a {
    font-size: 1.4em;
}

#spotlight-btn {
    white-space: normal;
	font-size: .8em;
	font-family: 'Source Sans Pro', sans-serif;
}

#dnn_ContentPane2 .media {
	padding:0;
	margin:0;
}
#dnn_ContentPane2 {
	padding-bottom:0px;
}
#dnn_ContentPane2 .DnnModule > div {
	padding:0 30px;	
}
#dnn_ContentPane2 li {
    color:#a81f23;
    }

#dnn_ContentPane8 h2
 {
	font-family: 'Source Sans Pro', sans-serif;
	Font-weight: 700;
	font-size:28px;
	margin: 0 0 10px;
	color:#164271;
	border-bottom:#AAA 1px dotted;
	text-align:left;
}
#dnn_ContentPane7 h2
 {
	font-family: 'Source Sans Pro', sans-serif;
	Font-weight: 700;
	font-size:25px;
	margin: 0 0 10px;
	color:#164271;
	border-bottom:#AAA 1px dotted;
	text-align:left;
}
#dnn_ContentPane7 h3
 {
	font-family: 'Source Sans Pro', sans-serif;
	Font-weight: 700;
	
	font-size:17px;
	margin: 0;
	color:#164271;
	padding-bottom: 5px;
	
	
	
}
#dnn_ContentPane8 h3
 {
	font-family: 'Source Sans Pro', sans-serif;
	Font-weight: 700;
	
	font-size:17px;
	margin: 0;
	color:#164271;
}

#dnn_ContentPane8 .DnnModule > div {
	
	
	font-family: 'Source Sans Pro', sans-serif;
}

dnn_ContentPane3  p

{


	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 15px;
}
#dnn_ContentPane2  p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

div#storyList a {
    font-size: 1.0em;
}

/***************************************************
	STORY BLOCK
***************************************************/
.quoteSection .storyBlock {
    border-bottom: none;
	    padding: 0 0 5px;
}

.storyBlock {
	margin-bottom:15px;
/*	padding: 0 0 10px;*/
	       padding: 5px;
    border-bottom: #AAA 1px dotted;
    min-width: 0;
    display: block;
    position: relative;
    min-height: 106px;
}
.storyBlock-top {
	margin-top:15px;
	margin-bottom:15px;
	padding: 0 0 10px;
	min-width:0;
	display:block;
	position:relative;
	border-top:#AAA 1px dotted;
	border-bottom:#AAA 1px dotted;
	
}
.storyBlock-top h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
}
.storyBlock-top h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:13px;
	margin-bottom:5px;
}

.storyBlock h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
}
.storyBlock h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:13px;
	margin-bottom:5px;
}

.storyBlock .phone {
	display:block;
	font-size:13px;
	font-weight:bold;
	color:#873817;
	margin-bottom:3px;
}
.phoneRight {
	float:right;
	text-align:right;
}

/***************************************************
	PHOTOS / VIDEOS
***************************************************/
.photoBlock a,
.videoBlock a {
	display:block;
}
.photoBlock img,
.videoBlock img {
	width:100%;
	border:1px solid #133C6A;
}
.photoBlock p,
.videoBlock p {
	font-size:15px;
}
.related li {
font-family: 'Source Sans Pro', sans-serif;
font-size: 15px;}
/***************************************************
	LEFT RIGHT VIDEOS
***************************************************/
.videos {
	display:block;
	padding:5px;
	/*min-height:109px;*/
	background: #103967;
	text-align: left;
	font-family: 'Source Sans Pro', sans-serif;
	
}
/***************************************************
	VIDEO PAGES YOUTUBE
***************************************************/
    .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;

    }
    .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }


/***************************************************
	SIDEBAR
***************************************************/
#dnn_ContentPane3 {
	padding:0 15px 30px 15px; 
	margin-top: -20px
}
	#dnn_ContentPane3 .DnnModule > div {
	margin:20px 0 15px;	
}

#dnn_ctr6537_ModuleContent {
    margin-top: 30px;
}


	/******************** WARNING SIGNS **********************/
	
.signs {
    counter-reset: my-badass-counter;
	font-family: 'Source Sans Pro', sans-serif;
	
    }
    .signs dt {
    position: relative;
    margin-bottom:20px;
    color: #fff;
        text-align:center;
	font-size: 14px;
	font-weight: 700;
    padding: 10px 20px 0;
	border-top:1px dotted #60A9D9;
	
    }
    .signs dt:before {
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    position: absolute;
    left: 10px;
    top: -15px;
	margin-bottom:5px;
    font: bold 50px/1.5 Sans-Serif ;
    color: #4579A8;
    text-shadow:1px 1px 2px #103866;
	
    }
    .signs dd {
    margin: 0 0 50px 0;
    }
    .signs dt, .signs dd {
    padding-left: 45px;
        
    }
.signs dt:last-child {padding-bottom:20px;
margin-bottom:-15px;}

.warnings {
	margin-top: 30px;
	color:#fff;
	background:#175892;
	-webkit-box-shadow:0 5px 30px -10px #041C42 inset, -4px 8px 4px -2px #aaa;
	-moz-box-shadow:0 5px 30px -10px #041C42 inset, -4px 8px 4px -2px #aaa;
	box-shadow:0 5px 30px -10px #041C42 inset, -4px 8px 4px -2px #aaa;
}
 .warnings:before {
	border-top-color:#041C42;
}
 .warnings h2 {
	color:#fff;!important
	margin-bottom:0;
	padding:10px 20px 0px;
	text-align:center;
     font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  margin: 0 0 10px;

}






/******************** MORE SIGNS **********************/
 .moreSigns {
	padding:0;
}
 .moreSigns:before {
	border-top-color:#490a0d;
}
 .moreSigns a {
	display:block;
	padding:11px 0 13px;
	background:#7D1217;
	color:#fff;
	text-align:center;
	font-size:18px;
	margin-top:15px;
	font-weight:bold;
	-webkit-box-shadow:0 0 20px -10px #000 inset, -4px 8px 4px -2px #aaa;
	-moz-box-shadow:0 0 20px -10px #000 inset, -4px 8px 4px -2px #aaa;
	box-shadow:0 0 20px -10px #000 inset, -4px 8px 4px -2px #aaa;
}
 .moreSigns a:hover {
	background:#af1920;
}
 .moreSigns a span {
	display:block;
	font-size:11px;
}

	
	

/***************************************************
	Prevention Programs
***************************************************/
    .btn-group { margin: 0; padding: 0;
	font-family: 'Source Sans Pro', sans-serif;}
    .btn-group-justified { margin: 0; padding: 0;}
	.programs {padding:0 20px 15px;
	background:#103866;
		    margin-top: 30px;
	color:#fff;
	
	-webkit-box-shadow:0 0 30px -10px #000 inset, -4px 8px 4px -2px #aaa;
	-moz-box-shadow:0 0 30px -10px #000 inset, -4px 8px 4px -2px #aaa;
	box-shadow:0 0 30px -10px #000 inset, -4px 8px 4px -2px #aaa;}
	.programs:before {
	border-top-color:#051220;
}
.programs h2 {
	color:#fff;!important
	font-family: 'Source Sans Pro', sans-serif;
	Font-weight: 700;
	
	font-size:25px;
	margin: 0 0 10px;
	padding: 10px 0;
	color:#164271;
	border-bottom:#AAA 1px dotted;
	text-align:left;
  

}
/***************************************************
	PHOTOS / VIDEOS
***************************************************/
.photoBlock a {
	display:block;
	font-family: 'Source Sans Pro', sans-serif;
}
.photoBlock img {
	width:100%;
	border:1px solid #133C6A;
}
.photoBlock p {
	font-size:15px;
	font-family: 'Source Sans Pro', sans-serif;
}

/***************************************************
	POSTER
***************************************************/
.poster {
	display: block;
	background: #eee;
	position:relative;
}
.poster img {
	margin-right:16px;
}
.poster p {
	padding:22px 10px 47px 0;
	color:#103866;
	line-height:1.6em;
	font-weight:bold;
}
.poster .more {
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	text-align:center;
	margin:0 auto;
	padding:5px 0;
	background:#003D74;
	color:#fff;
}
.poster:hover .more {
	background:#165690;
}

/***************************************************
	FLOATS
***************************************************/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/**************************************************
	SEEK HELP
***************************************************/
.seekHelp {
	padding:10px;
	background:#103866;
	color:#fff;
	margin-top:28px;
	-webkit-box-shadow:0 0 30px -10px #000 inset, -4px 8px 4px -2px #aaa;
	-moz-box-shadow:0 0 30px -10px #000 inset, -4px 8px 4px -2px #aaa;
	box-shadow:0 0 30px -10px #000 inset, -4px 8px 4px -2px #aaa;
	font-family: 'Source Sans Pro', sans-serif;
	
}
.seekHelp:before {
	border-top-color:#081d35;
}
.seekHelp h2 {
	color:#fff;!important
	margin-bottom:5px;
	padding:10px 20px 0px;
	text-align:center;
     font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  margin: 0 0 10px;
  border-bottom:1px dotted #aaa;

}
.seekHelp li {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2em;
	list-style-type: none;
	font-family: 'Source Sans Pro', sans-serif; 
}
	
.seekHelp li span {
	font-weight:normal;
	font-size:12px;}
/**************************************************
	QUOTE
***************************************************/
	.quoteSection {
	padding:30px 30px 5px;
	background:#fff;
	-webkit-box-shadow:0 5px 30px -10px #666 inset, -4px 8px 4px -2px #ccc;
	-moz-box-shadow:0 5px 30px -10px #666 inset, -4px 8px 4px -2px #ccc;
	box-shadow:0 5px 30px -10px #666 inset, -4px 8px 4px -2px #ccc;
	font-family: 'Source Sans Pro', sans-serif;
	display:block;
    margin:35px 0 25px;
   
}
.quoteSection span {
	display:block;
	font-style:italic;
	line-height:1em;
	font-size:11px;
	padding-top:10px;
	color:#666;
	text-align:center;
}

.quoteSection:before {
	border-top-color:#999;
}

    
    .quoteSection .quoteRight {
    display:block;
    
    width:125px;
    float:right;
    padding:0 0 0 25px;
    }
    .quoteSection .quoteRight img {
    width:100%;
    height:auto;
    }
    #dnn_ContentPane2 .quoteSection h2 {
    padding-bottom:5px;
    }
    .quoteSection p {
    font-family: 'Roboto Slab', serif!important;
	line-height:1.3em;
    color:#666;
    font-size:14px;
    margin:0;
    }
    .quoteSection span {
    display:block;
    text-align:right;
    font-style:italic;
    line-height:1.2em;
    font-size:11px;
    padding-top:5px;
    color:#222;
    }
    .quoteSection em {
    display:block;
    margin-top:5px;
    font-size:13px;
    }
    .quoteSection span a {
    font-style:normal;
    display:block;
    }
/*
    .quoteSection a {
    display:inline-block;
    margin-left:10px;
	
	padding-top:5px;
    }
*/

	/***************************************************
    SPOTLIGHT ON HOPE HOVER EFFECT
    ***************************************************/
	    .hover img {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ &amp; Opera 15+ */
    -webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    margin-bottom:20px;
    }
    .hover img:hover {
    filter: none; /* IE6-9 */
    -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ &amp; Opera 15+ */
    }
    #change div:hover{
    opacity:5;
    cursor:pointer;
    }
	 /***************************************************
    FOUR PART SERIES (SPOtlIGht on HOPE)
    ***************************************************/
    /* Make sure images don't get too big */
   .fourParts h3 {
	   color:#ffffff;
   }
   img {
    max-width: 100%;
    }
    /* no-gutters Class Rules */
    .row.no-gutters {
    margin-right: 5px;
    margin-left: 5px;
    }
    .row.no-gutters   [class^="col-"],
    .row.no-gutters   [class*=" col-"] {
    padding-right: 5px;
    padding-left:5px;
    }
    .spotlight ul { margin:0;}
    .spotlight li {
    display:block;
    position:relative;
    color:#fff;
    background: #3e6795; /* Old browsers */
    background: -moz-linear-gradient(top, #3e6795 0%, #103967 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e6795), color-stop(100%,#103967)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3e6795 0%,#103967 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3e6795 0%,#103967 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3e6795 0%,#103967 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3e6795 0%,#103967 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e6795', endColorstr='#103967',GradientType=0 ); /* IE6-9 */
    border-left:0px solid #fff;
    border-bottom:5px solid #fff;
    width:100%;
    }
    .spotlight .fourParts li {
    width:100%;
    }
    .spotlight li:first-child {
    border-left:0px;
    }
    .spotlight li a {
    display:block;
    text-align:center;
    color:#fff;
    padding:1px;
    }
    .spotlight li a:hover {
    color:#fff;
    background: #1F67A2;
    }
    .spotlight li a:before {
    display:none;
    }
    .spotlight li .video {
    border-bottom:1px solid #1F67A2;
    }
    .spotlight li .video p {
    font-size:10px;
    color:#fff;
    text-align:center;
    }
    .spotlight h3 {
    text-align:center;
    display:block;
    color:#fff;
    padding:3px 0 2px;
    background:#103866;
    -webkit-box-shadow:0 0 30px -10px #000 inset;
    -moz-box-shadow:0 0 30px -10px #000 inset;
    box-shadow:0 0 30px -10px #000 inset;
    }
	
	/**************************************************
	SPOTLIGHT 2
***************************************************/

.spotlight2 {border-radius:0;
	color:#fff;
    background: #3e6795; /* Old browsers */
    background: -moz-linear-gradient(top, #3e6795 0%, #103967 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e6795), color-stop(100%,#103967)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3e6795 0%,#103967 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3e6795 0%,#103967 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3e6795 0%,#103967 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3e6795 0%,#103967 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e6795', endColorstr='#103967',GradientType=0 ); /* IE6-9 */
    padding:5px 5px;
    border:1px solid #4e7bae;
    border-color:#4e7bae #154479 #154479 #4e7bae;
	margin: 15px 15px 10px 30px;
    
   }
  /***********************
  SHARP BUTTONS
************************/
.sharp {
  border-radius:0;
}

.DnnModule.DnnModule-DNN_HTML.DnnModule-6547 {
    margin-top: 30px;
}

/***********************
  CUSTOM BTN VALUES
************************/

#mine.btn {
    
    border: 0 none;
   font-size: 13px;
   font-family: 'Source Sans Pro', sans-serif;
}
#mine.btn:focus, 
#mine.btn:active:focus {
    outline: 0 none;
}

#mine.btn-primary {
    font-family: 'Source Sans Pro', sans-serif;
	border-radius:0;
	color:#fff;
    background: #3e6795; /* Old browsers */
    background: -moz-linear-gradient(top, #3e6795 0%, #103967 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e6795), color-stop(100%,#103967)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3e6795 0%,#103967 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3e6795 0%,#103967 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3e6795 0%,#103967 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3e6795 0%,#103967 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e6795', endColorstr='#103967',GradientType=0 ); /* IE6-9 */
    padding:7px 10px;
    border:1px solid #4e7bae;
    border-color:#4e7bae #154479 #154479 #4e7bae;
    font-size:13px;
    text-align:center;
    }

#mine.btn-primary:hover, #mine.btn-primary:focus, #mine.btn-primary:active, #mine.btn-primary.active, #mine.open > #mine.dropdown-toggle.btn-primary {
 color:#fff;
    background: #255285; /* Old browsers */
    background: -moz-linear-gradient(top, #255285 0%, #6387b0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#255285), color-stop(100%,#6387b0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #255285 0%,#6387b0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #255285 0%,#6387b0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #255285 0%,#6387b0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #255285 0%,#6387b0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#255285', endColorstr='#6387b0',GradientType=0 ); /* IE6-9 */
    border-color:#0d2e51 #154479 #154479 #4e7bae;
	border-radius:0;
}
#mine.btn-primary:active, #mine.btn-primary.active {
    color:#fff;
    background: #255285; /* Old browsers */
    background: -moz-linear-gradient(top, #255285 0%, #6387b0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#255285), color-stop(100%,#6387b0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #255285 0%,#6387b0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #255285 0%,#6387b0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #255285 0%,#6387b0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #255285 0%,#6387b0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#255285', endColorstr='#6387b0',GradientType=0 ); /* IE6-9 */
    border-color:#0d2e51 #154479 #154479 #4e7bae;
}

.seekhelpModal {
}
.seekhelpModal .modal-header {
	background-color: #154479;
	
}
.seekhelpModal .modal-header h4 {
	color: #fff;
    
   font-family: 'Source Sans Pro', sans-serif;
	Font-weight: 900;
    font-size: 29px;
    padding: 0 10px;
    text-shadow: 2px 2px 0px #000;
}
.seekhelpModal .modal-header .close {
    margin-top: -2px;
    background-color: #fff;
    border-radius: 13px;
    width: 26px;
    height: 25px;
    opacity: .6;
    text-align: center;
}
.seekhelpModal .modal-header .close:hover {
    opacity: .9;
}
.seekhelpModal .modal-body {
	padding:20px 30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	text-align:center;
}
.seekhelpModal .modal-body img {
	display:block;
	float:left;
	margin:0 20px 10px 0;
}
.seekhelpModal .modal-body span {
	color:#D51200;
	font-weight:bold;
	margin:0 0 5px;
	font-size:16px;
}
#dnn_ContentPane3 .DnnModule .seekhelpModal h3 {
	font-family: 'Source Sans Pro', sans-serif;
	Font-weight: 900;
	color:#1C3579;
	font-weight:bold;
	margin-top:0;
	font-size:22px;
}
.DNNModuleContent .seekhelpModal .btn {
	margin:0;
	font-family: 'Source Sans Pro', sans-serif;
}
.modal-dialog {
	z-index:1050;
}
  .follow {
    overflow: hidden;
    padding:30px;
    background:#fff;
    -webkit-box-shadow:0 5px 30px -10px #666 inset, -4px 8px 4px -2px #ccc;
    -moz-box-shadow:0 5px 30px -10px #666 inset, -4px 8px 4px -2px #ccc;
    box-shadow:0 5px 30px -10px #666 inset, -4px 8px 4px -2px #ccc;
    font-family: 'Source Sans Pro', sans-serif;
    display:block;
    margin:0;
    }
	
	/* Small devices (tablets, 768px and up) */
@media (min-width:790px) { .vid { padding: 10px 100px 30px;} }
