

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    font-size: 16px;
    padding-top: 52px;
    height: 100%;
    /*background-color: rgb(241, 241, 241);*/
}

html {
    height: 100%;
}

.pageContent{
	margin-top: 20px;
    min-height: 500px;	
}

.director-bar {
    background-color: #1E3C5A; 
    color: white;
    padding-top: 12px;
    padding-bottom: 5px;
	font-size: 18px;
    margin-top: -5px;
}

.top-bar {
    background-color: #275C8C; 
    color: white;
    padding-top: 12px;
    padding-bottom: 5px;
	font-size: 24px;
    margin-top: -5px;
}

.navbar-brand {
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 12px;
    padding: 0px;
    height: 52px;
}


.director-gov {
    float: right;
    font-size: 12px;
    /*margin-top: 10px;*/
    /*padding-top: 10px;*/
    /*font-style: italic;*/
    color: azure;
}


.home-logo {
    max-width: 250px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    
}

.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;

	padding: 55px 50px;
	margin-top: 20px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	padding-bottom: 20px;
    padding-top: 20px;
	font-weight: normal;
	margin: 0;
    font-size: 14px;
    text-align: center;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: bold;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
    
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}








.main-jumbo {
    background-image:url(/images/police_lights_dark.jpg);
    background-size: cover;
    color: white;
    padding-bottom: 30px;
    text-align: center;
}

.footer-logo {
    max-width: 125px;
    padding: 20px;
    
}




.meeting-date-container {
    background-color: #275C8C;
    color: white;
    display: inline-block;
    vertical-align: top;
    width: 105px;
    text-align: center;
    padding: 10px;
    border-right: 1px gray inset;
    
    
}

.meeting-details {
    display: inline-block;
    padding: 10px;
    
    
}

.meeting-days {
    font-size: 28px;
}

.meeting-month {
    margin-left: auto;
    margin-right: auto;
}

.meeting-container {
    background-color: #275C8C;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    
    -webkit-box-shadow: 1px 1px 3px 0px rgba(92,92,92,1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(92,92,92,1);
    box-shadow: 1px 1px 3px 0px rgba(92,92,92,1);
}

.meeting-link, a.meeting-link:hover{
    color:azure;
}

/*.meeting-section {
    margin-top:10px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 0px solid #000000;
    border: 1px solid #bfbfbf;
    background-color: rgb(249, 252, 255);
}*/

.section-header {
    font-size: 24px;
    color: #275C8C;
}

.announcement-header {
    font-size: 28px;
    color:#275C8C; 
}

.meeting-header {
    font-size: 18px;
}

.article-date {
    color: gray;
    font-size: smaller;
}

.img-center {
    margin: auto;
    max-height: 150px;
}

.featured-item-container {
    
    padding: 10px;

}

.featured-item-container h4 {
    text-align: center;
}

.featured-item-container p {
    font-size: small;
}

@media screen and (min-width: 768px) {
    .equal, .equal > div[class*='col-'] {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex: 1 0 auto;
    }
}
    
/*@media only screen and (min-width : 768px) {
    
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}*/

/*.navbar-brand,
.navbar-nav li a {
    /*line-height: 150px;
    height: 60px;
    padding-top: 0;
}*/



/*.ui-widget-content a {
    color: #337ab7;
	font-weight: bold;
}

.ui-state-default {
    border: 1px solid #676767;
    background: #676767;
    font-weight: normal;
    color: #FFF;
}

.ui-state-hover {
    border: 1px solid #c0cbcf;
    background: #275C8C;
    font-weight: normal;
    color: #fff;
}

.ui-state-active {
    border: 1px solid #c0cbcf;
    background: green;
    font-weight: normal;
    color: #fff;
}*/

a.faqCategory {
    display: block;
    position: relative;
    top: -55px;
    visibility: hidden;
}

.faqUL {
    list-style-type: none;
    
}

.faqCategoryLink:after {
    content: '|'
}

.faqCategoryLink:last-of-type:after {
    content: ''
}

.news-section{
    border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 1px solid #d6d6d6;
padding: 20px;
margin-bottom: 20px;
background-color: #fff;
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: rgba(252,248,227,0.07);
    color: #333;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #c4c9d9;
    background: #275C8C;
    font-weight: bold;
    color: #fff;
}

.ui-widget-content a {
    color: #337AB7;
    /*font-weight: bold;*/
}

.ui-accordion .ui-accordion-content {
    padding: 1em 1em;
    border-top: 0;
    overflow: auto;
}

.special-announcement {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
        border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 1px solid #d6d6d6;
}

dl {
    padding: 0.5em;
  }
  dt {
    float: left;
    clear: left;
    min-width: 100px;
    text-align: right;
    font-weight: bold;
    color: #275C8C;
  }
  dt:after {
    content: ":";
  }
  dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
  }

  .memberPhoto{
      min-height: 150px;
      max-height: 150px;
      border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 2px solid #999999;
/*-webkit-box-shadow: 4px 4px 31px -9px rgba(0,0,0,0.72);
-moz-box-shadow: 4px 4px 31px -9px rgba(0,0,0,0.72);
box-shadow: 4px 4px 31px -9px rgba(0,0,0,0.72);*/  
}

   .directorPhoto{
    float: left;
      /*min-height: 200px;*/
      max-height: 200px;
      border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 2px solid #999999;
display: block;
margin: 15px 20px 15px 20px;

/*-webkit-box-shadow: 4px 4px 31px -9px rgba(0,0,0,0.72);
-moz-box-shadow: 4px 4px 31px -9px rgba(0,0,0,0.72);
box-shadow: 4px 4px 31px -9px rgba(0,0,0,0.72);*/  
}

.directorBio {
    padding: 15px;
    
    
}

.director-bio-section {
    clear: both;
}

.boardMemberContainer{
    border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 1px dotted #999999;
background-color: #fafafa;
padding: 20px;
margin-top: 20px;
margin-bottom: 20px;

-webkit-box-shadow: 4px 4px 31px -9px rgba(0,0,0,0.72);
-moz-box-shadow: 4px 4px 31px -9px rgba(0,0,0,0.72);
box-shadow: 4px 4px 31px -9px rgba(0,0,0,0.72);  
}

/*change nav breakpoint*/
@media (max-width: 992px) {
    .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;
	}
}

@media (min-width: 992px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        visibility: visible !important;
    }
}

@media (max-width: 992px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        
    }
}

@media (max-width: 992px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
        font-size: larger;
    }
}

@media (max-width: 992px) {
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
}

@media (max-width: 992px) {
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
}

.directory-standout {
    font-weight: bold;
}

.dropdown-menu.animated {
  /* Speed up animations */
  -webkit-animation-duration: 0.55s;
  animation-duration: 0.55s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

.dropdown-menu > li > a {
    color: #fff;
    line-height: 2.342857143;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #333333;
    color: white;
}

iframe{
    width:100%
}

.white, .white a {
  color: #fff;
}

h2 {
    margin-bottom: 20px;
}

.meetingAddress {
    color: dimgray;
}

.sessionDateTime {
    /*font-style: italic;*/
    color: dimgray;
    /*font-size: smaller;*/
}



.meeting-pulldown-header {
    
    border-radius: 2px 2px 2px 2px;
-moz-border-radius: 2px 2px 2px 2px;
-webkit-border-radius: 2px 2px 2px 2px;

    background-color: rgba(233, 227, 227, 0.78);
    display: block;
    margin-bottom: 10px;
    
    
}

.meeting-pulldown-header-text {
    font-weight: bold;
    /*color: gray;*/
    
    padding: 5px 5px;
}

.futureMeeting {
    border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 1px dotted #999999;
background-color: #fafafa;
padding: 20px;
margin-top: 20px;
margin-bottom: 20px;

/*-webkit-box-shadow: 4px 4px 31px -9px rgba(0,0,0,0.72);
-moz-box-shadow: 4px 4px 31px -9px rgba(0,0,0,0.72);
box-shadow: 4px 4px 31px -9px rgba(0,0,0,0.72);*/  
}

/*.ptbH3 {
    background-color: #1E3C5A;
    color: white;
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 1px solid #d6d6d6;
}*/

.ptbH3 {
   
    color: dimgray;
    padding: 5px;
    margin-bottom: 20px;
    
    border-bottom: 1px solid #d6d6d6;
}

.trainingOrgH4 {
    font-weight: bold;
}

.motto-splash {
    font-style:italic;
    font-size: larger;
}

.ezsearch-results h2 {  
    font-size: 18px ;
}

.form-list {
    line-height: 22px;
}

.hover-menu ul {
    margin: 0; 
    padding: 0;
    width:300px;
    list-style-type: none;
}

.hover-menu ul li a {
    font-family: arial;
    font-size: 24px;
    text-decoration: none;
    color: white; 
    padding: 10.5px 11px;
    background-color: #1E3C5A;
    display:block;
    border: 0;
    text-align: center;
    margin-bottom: 5px;
    
    border-radius: 17px 17px 17px 17px;
-moz-border-radius: 17px 17px 17px 17px;
-webkit-border-radius: 17px 17px 17px 17px;
border: 0px solid #000000;
    
}
 
.hover-menu ul li a:visited {
    color: white;
}
 
.hover-menu ul li a:hover, .menu_simple ul li .current {
    color: white;
    background-color: #275C8C;
}

.footer-resources ul li a, .footer-resources ul li a:visited {
    color: white;
    line-height: 150%;
    
}

.footer-resources ul {
    list-style: none;
    padding-left: 20px;
}

.footer-resources h3 {
    font-family: Arial;
    color: white;
}


.cit-big-date {
   text-align: center;
   margin-top: 25px;
}

.cit-big-date-day {
    font-size: 48px;
    font-weight: bold;
    color: #275C8C;
}

.cit-big-date-month {
    font-size: 24px;
    color: #1E3C5A;
}

.cit-big-date-day-of-week {
    padding-bottom: 25px;
}

.cit-page-header {
    text-align: center;
    font-size: 36px;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

.cit-desc-class-title {
    font-size: 30px;
    font-weight: bold;
    color: #275C8C;
    padding-bottom: 20px;
}

.cit-class-title {
    font-size: 34px;
    /*font-weight: bold;*/
    color: #275C8C;
}

.cit-class-title a {
    font-size: 34px;
    color: #275C8C;
}

.cit-cal-class-title {
    font-size: 24px;
    font-weight: bold;
    color: #275C8C;
    margin-bottom: 10px;
}

.cit-cal-class-title a {
    font-size: 24px;
    font-weight: bold;
    color: #275C8C;
    margin-bottom: 10px;
}

.cit-description {
    font-size: 16px;
    text-align: justify;
    text-justify: auto;
}

.cit-cal-description {
    font-size: 14px;
    text-align: justify;
    text-justify: auto;
}

.centered-text {
    text-align: center;
}


.cit-cal-button{
    margin-top: 15px;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.cit-course-dates{
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 10px;
    color:dimgray;
}

.cit-registration-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

dl.cit-event-details {
    padding: 0.5em;
    margin-bottom: 0px;
    font-size: 18px;
}

dt.cit-event-details {
    float: left;
    clear: left;
    min-width: 0px;
    text-align: right;
    font-weight: bold;
    color: #275C8C;
}

dt.cit-event-details:after {
    content: "";
}

dd.cit-event-details {
    margin: 0 0 0 30px;
    padding: 0 0 0.5em 0;
}

.cit-details {
    font-size: 16px;
}

.cit-home-icon {
    font-size: 58px;
}

.cit-icon-container a {
    color: white;
    font-size: 18px;
    padding-bottom: 20px;
}
.cit-icon-container a:hover {
    color: white;
}

.cit-icon-container a:link {
    color: white;
}

.cit-icon-container a:active {
    color: white;
}

.cit-icon-container a:visited {
    color: white;
}

.content-jumbo {
    background-image: url(/images/police_lights_dark.jpg);
    background-size: cover;
    color: white;
    background-position: center;
    text-align: center;
    margin-top: -20px;
}

img {
    max-width: 100%;
    height: auto;
}

/*CIT Ticker CSS*/
* {
    box-sizing: border-box;
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker-wrap {
    position: relative;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    height: 4rem;
    background-color: rgba(0, 0, 0, 0.9);
    padding-left: 100%;
    box-sizing: content-box;
    margin-top: -30px;
}

    .ticker-wrap .ticker {
        display: inline-block;
        height: 4rem;
        line-height: 4rem;
        white-space: nowrap;
        padding-right: 100%;
        box-sizing: content-box;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-name: ticker;
        animation-name: ticker;
        -webkit-animation-duration: 45s;
        animation-duration: 45s;
    }

    .ticker-wrap .ticker__item {
        display: inline-block;
        padding: 0 15rem;
        font-size: 2rem;
        color: white;
    }
/*End CIT Ticker CSS*/

.cit-class-full {
    color: red;
    margin-bottom: 10px;
    font-weight: bold;
}

hr.cal {
    border: 1px solid #e7e7e7;
    margin-top: 25px;
    margin-bottom: 25px;
}

.cit-blurb-text {
    font-size: 17px;
    text-align: justify;
    text-justify: auto;
    margin-top: 50px;
}

.cit-network-join-box {
    margin-top: 50px;
    /*border: 1px solid #275C8C;*/
    padding: 10px;
    background-color: lightgrey;
    -webkit-box-shadow: 6px 6px 6px -6px #777;
    -moz-box-shadow: 6px 6px 6px -6px #777;
    box-shadow: 6px 6px 6px -6px #777;
    border-radius: 10px;
}

h3.cit-announcement-title {
    font-size: 25px;
    /*font-weight: bold;*/
    color: #275C8C;
}

.cit-announcement-text {
    font-size: 17px;
    text-align: justify;
    text-justify: auto;
}

.btn-cit-join{
    margin-top: 5px;
}

.small-cit-cal-container {
    margin-top: 50px;
    padding: 10px;
    background-color: lightgrey;
    -webkit-box-shadow: 6px 6px 6px -6px #777;
    -moz-box-shadow: 6px 6px 6px -6px #777;
    box-shadow: 6px 6px 6px -6px #777;
    border-radius: 10px;
}

.small-cit-cal-item-container {
    margin-top: 25px;
    background-color: white;
    padding: 10px;
    -webkit-box-shadow: 6px 6px 6px -6px #777;
    -moz-box-shadow: 6px 6px 6px -6px #777;
    box-shadow: 6px 6px 6px -6px #777;
    border-radius: 10px;
}

.cit-small-cal-title {
    font-size: 18px;
}

.small-cit-cal-date {
    font-size: 14px;
}

.btn-cit-small-cal {
    margin-top: 25px;
    width: 100%;
    text-align: center;
}

.cit-course-container {
    padding-left: 50px;
    padding-right: 50px;
}

input, textarea {
    min-width: 350px;
}

    input[type=text], textarea {
        width: 100%;
        padding: 6px 10px;
        margin: 4px 0;
        box-sizing: border-box;
        font-size: 18px;
    }

.rc-anchor {
    margin-bottom: 25px;
}

.contour {
    background-color: #F0F0F0;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px dotted #999999;
    background-color: #fafafa;
    padding: 25px;
    padding-bottom: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 3px 3px 4px 0 #ccc; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 3px 3px 4px 0 #ccc; /* Firefox 3.5 - 3.6 */
    box-shadow: 3px 3px 4px 0 #ccc; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.contourNavigation {
    margin-top: 20px;
}

.contact-us-text {
    font-size: 17px;
    text-align: justify;
}

.fieldLabel {
    color: dimgray;
    font-size: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.contourMessageOnSubmit {
    color: red;
}

a {
	text-decoration: underline;	
}

.navbar-nav a,
#tfheader a {
	text-decoration: none;	
}