/* Import Font Awesome CSS */
@import url("font-awesome.css");

@charset "utf-8";
/* CSS Document */
html,body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}
body {
font-family: 'Lato', Trebuchet MS, Helvetica Neue, sans-serif;
padding-top:0!important;
}
blockquote {
  border-left:5px solid #177077;
}
/* to hide alt tags for search and other things */
.obscure {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
/* end hide alt tags */


/* start responsive iframe div */
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    max-width: 1200px;
    margin: 0 auto;
}
.fluid-wrapper {
    position: relative;
    padding-bottom: 50%; /* 16:9 */
    height: 0;
}
.fluid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.block {
 padding: 10px;
}
select {width: 100%;}
.shadow {
    box-shadow: 3px 3px 4px #ccc;
}
.pull-left {margin-right:15px;}
.pull-right {margin-left:15px;}
/* end responsive iframe div */
/* start responsive iframeV2 div */
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* end responsive iframeV2 div */
/* ------- Start Icons -------- */
/*a[href$='.pdf'] {
    display:inline;
    padding-right:19px;
    padding-top:5px;
    line-height:20px;
    background:transparent url(/images/acrobat_icon.gif) center right no-repeat;
}*/
a[href$='.swf'], a[href$='.fla'], a[href$='.swd'] {
    display:inline;
    padding-right:20px;
    padding-top:6px;
    line-height:20px;
    background:transparent url(/images/flash_icon.gif) center right no-repeat;
}
a[href$='.xls'], a[href$='.csv'], a[href$='.xlt'], a[href$='.xlw'], a[href$='.xlsm'], a[href$='.xlsx'] {
    display:inline;
    padding-right:20px;
    padding-top:6px;
    line-height:20px;
    background:transparent url(/images/excel_icon.gif) center right no-repeat;
}
a[href$='.ppt'], a[href$='.pps'], a[href$='.pptx'] {
    display:inline;
    padding-right:20px;
    padding-top:6px;
    line-height:20px;
    background:transparent url(/images/PowerPoint_icon.gif) center right no-repeat;
}
a[href$='.doc'], a[href$='.rtf'], a[href$='.txt'], a[href$='.wps'], a[href$='.docx'] {
    display:inline;
    padding-right:20px;
    padding-top:6px;
    line-height:20px;
    background:transparent url(/images/msword_icon.gif) center right no-repeat;
}
/* ------- End Icons -------- */
/* -- Start middle header styles -- */
.blog h1, .item-page h1, .bfPage h1 {border-bottom:1px solid #244c5a; color:#244c5a; font-size:36px;}
.blog h1 a, .item-page h1 a{color:#244c5a;}
.blog h2, .blog h2 a, .item-page h2, .item-page h2 a {background:#244c5a; color:#FFF; font-size:26px; font-weight:normal;padding:1px 15px 1px 10px;}
.blog h3, .item-page h3 {color: #244c5a; font-size:22px; font-weight:bold; line-height:32px;}
.blog h4, .item-page h4 {color: #244c5a; font-size:16px; font-weight:bold;}
.blog h5, .item-page h5 {color: #244c5a; font-size:14px; font-weight:bold; text-transform:uppercase;}
/*-- end middle header styles -- */

/*.blog li {list-style:inside;}*/
a:hover,a:active,a:focus {
/*outline:0;*/
text-decoration:underline;
}
#logo1, #logo2 {
  margin:0;
  margin-right:10px;
  padding-top:20px;
 z-index: 5000;
}
.search {
  /*padding-top:10px;*/
}
/* ------- Start Main Navigation -------- */

/* Nav mobile color fix */

@media only screen and (max-width: 769px){
  .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    color: #FFF; }
}

.navbar-fixed-top {
  top:auto;
}
.dropdown:hover .dropdown-menu {
    display: block;
 }
.navbar .block {
    padding: 0px;
}
.navbar .nav {
  margin-top:10px;
}
.navbar-inverse .navbar-inner {
  background-color:#000;
  background-image:none;
}
.navbar-inner {
  background:#244c5a;
  min-height:60px;
}
.navbar .nav > li {
  line-height:30px;
}
.navbar .nav > li > a, .navbar .nav .separator {
    color: #FFF;
    float: none;
    padding: 10px 12px;
    text-decoration: none;
    text-shadow: none;
	z-index:1100;position:relative;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover, .navbar .nav .separator:hover {
    background-color: #244c5a;
    color: #FFF;
    text-decoration: none;
}
.nav .separator {
    display: block;
}
.dropdown-menu {
  margin:0
}
.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret {
  border-bottom-color:#FFF;
  border-top-color:#FFF;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top:14px;
}
.dropdown .caret {
  margin-left:4px;
}
/* -- new for nav --*/
.navbar .nav ul li .separator {
  color:#244c5a;
  float: none;
  padding: 10px 12px;
  text-decoration: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  background-color:#244c5a;
  background-image:none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color:#244c5a;
  background-image:none;
}
.dropdown-menu > li > ul > li > a {
  	border-bottom:1px solid #dedede;
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 15px;
    white-space: nowrap;
}
.dropdown-menu > li > ul > li > a:hover, .dropdown-menu > li > ul > li > a:focus {
  background-color: #dedede;
  text-decoration:none;
}
/*-- end Nav -- */
/*Start Breadcrumbs*/
.breadcrumb {
  background:none;
  margin:15px 0;
  padding:0 5px;
}
.breadcrumb > li > a { color:#244c5a;}
/*End Breadcrumbs*/
/*-- New Homepage --*/
#header {
    background-color: #fbfbfb;
    background-image: -moz-linear-gradient(center top , #ffffff, #f5f5f5);
    background-repeat: repeat-x;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 0 #ffffff inset;
  	/*margin-bottom:10px;*/
    /*padding: 60px 0 0;*/
}
.quicklinks {}
.quicklinks h3 {
  background:#244c5a;
  color:#FFF;
  font-size:1em;
  margin:0;
  padding:0 10px;
}
/*.quicklinks h3 a:hover {
  background:#468baa;
  display:block;
}*/
#above {
  border-bottom:1px solid #ddd;
  box-shadow:0px 7px 5px #DDD;
  margin-bottom: 20px;
  padding:20px 0;
}
#above h3 {}
#above2015 {margin-bottom:15px;}
#above2015b {margin-bottom:15px;}

#middle {
  box-shadow:0 7px 5px #DDD;
}
.quicklinks h3 a {
  color:#FFF;
}
#middle2015 {
  background-image: url("/images/homepage_icons/bg_tctx_1500x500.jpg");
  background-color:#244c5a;
  box-shadow:0px 7px 5px #DDD;
  color:#244c5a;
  padding-top:20px;
}

#middle2016 {
  background-image: url("/images/homepage_icons/bg_tctx_1920-c.jpg");
  background-color:#244c5a;
  color:#244c5a;
  padding-top:20px;
    margin-bottom:-20px;
	  overflow: hidden;

}


#below {
  background-color:#D9e0e3;
  box-shadow:0px 7px 5px #DDD;
  color:#244c5a;
  padding-top:20px;
}
#below2015 {
  background-color:#D9e0e3;
  box-shadow:0px 7px 5px #DDD;
  color:#244c5a;
  padding-top:20px;
}

/*-- End New Homepage --*/

a.mlink{
	color: #244c5a;
}

/* -------- Homepage styles -------- */
.home-dropdowns {
  background: rgba(221, 234, 235, 0.3);
  border-radius:4px;
  margin-bottom:15px;
  padding:15px 0 0;
}
.home-dropdowns p {
  padding:0 10px;
}
.home-parks {
  margin-bottom:15px;
}
.home-parks ul {
  background:#f0efe6;
  list-style:none inside none;
  margin:0;
}
.home-parks li {
  color:#4a4a30;
}
.home-parks li a {
  color:#4a4a30;
  display:block;
  padding:6px 10px
}
.home-parks li a:active, .home-parks li a:hover, .home-parks li a:focus {
  background:#686200;
  color:#FFF;
}
.home-ads {}
.home-ads h4 {
  background:#244c5a;
  color:#FFF;
  font-size:16px;
  font-weight:normal;
  height:40px;
  margin:0;
  padding:5px 8px;
}
.home-ads a {color:#FFF;}
}
.home-social {}
.home-social img {
  padding: 0 4px 0 5px;
}
.home-cc {
  border:1px solid #DDD;
  margin-bottom:10px;
}
.home-cc h4 {
  background:#244c5a;
  color:#FFF;
  font-size:15px;
  font-weight:normal;
  margin:0;
  padding:5px 9px;
}
.home-cc ul {
  margin-top:10px;
}
.home-cc li {}

.home-popular {}
.home-popular h4 {
  color:#244c5a;
  font-size:16px;
  padding-left:10px;
  text-transform:uppercase;
}
.home-meetings {
  border:1px solid #DDD;
  border-radius:4px;
  margin-bottom:15px;
}
.home-meetings h4 {
  background:#244c5a;
  color:#FFF;
  font-size:15px;
  font-weight:normal;
  margin:0;
  padding:5px 10px;
}
.home-meetings p {
  padding:5px 10px;
}
.sheriff {}
.home-sheriff {}
.home-sheriff ul {
  background:#5F3A16;
  list-style:none inside none;
  margin:0;
}
.home-sheriff li {
  color:#FFF;
}
.home-sheriff li a {
  color:#FFF;
  display:block;
  padding:6px 10px
}
.home-sheriff li a:active, .home-sheriff li a:hover, .home-sheriff li a:focus {
  background:#3B2416;
}
#news {
  margin-bottom:15px;
}
#news ul {
  list-style: none inside none;
  margin:0;
}
#news li {
  border-bottom: 1px solid #CCCCCC;
}
#news li a{
  color: #333333;
  display:block;
  line-height:18px;
  font-size:13px;
  /*
  padding:7px 5px 7px 10px;*/
}
#news li a:active, #news li a:hover, #news li a:focus {
  background:#EEEEEE;
  color:#244c5a;
}
/* -------- End Homepage Styles ------- */
form {
    margin: 0px;
}
.page-header {
  border-bottom:none;
  margin:5px;
  padding:0;
}
.main-box{
    background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom: 20px;
}
#main{
  background:#FFF;
}
.blog {
  margin-bottom:15px;
}
.contact {
  background:#244c5a;
}
.contact h4 {
  color:#FFF;
  font-weight:normal;
  line-height:18px;
  text-transform:uppercase;
  margin: 8px;
}
.contact p {
  color:#FFF;
  line-height:16px;
  margin:5px 8px;
}
/* ----------Side Navigation----------- */
#sidebar {margin-bottom:15px;}
#sidebar h3 {
  color:#244c5a;
  font-size:20px;
  font-weight:normal;
  line-height: 32px;
  margin-bottom:0px;
  text-transform:uppercase;
}
.accordeonck {
  margin-bottom:15px;
}
/* ----------End Side Navigation 1-------- */
/* --------- Start right sidebar2 -----*/
#sidebar2 {
  background:#D9e0e3;
  color:#244c5a;
  margin-bottom:20px;
  margin-top: 20px;
}
#sidebar2 p {
  padding: 0 10px;
}
#sidebar2 p a {
    text-decoration: none;
}
#sidebar2 p a:hover {
    background: none repeat scroll 0 0 #F2F1ED;
    text-decoration:underline;
}
#sidebar2 h4 {
  background:#244c5a;
  color:#FFF;
  font-size:14px;
  font-weight:normal;
  margin:0 0 10px;  
  padding:5px 10px;
}
#sidebar2 h4 a {
  background:#244c5a;
  color:#FFF;
  display:block;
  font-size:14px;
  font-weight:normal;
  margin:0;
  padding:2px 8px;
}
#sidebar2 h4 a:hover {
  background:#468baa;
  color:#FFF;
}
/* --------- End right sidebar2 -------*/
/* ---------- Body Styles ------- */
anchor {
    display: block;
    position: relative;
    top: -45px;
    visibility: hidden;
  	content:"anchor";
}


.bluebox {
  margin:0;  
}
.bluebox, .bluebox a {
  background:#244c5a;
  color:#FFF;
  display:block;
  font-size:21px;
  font-weight:normal;
  line-height:30px;
  margin:0 0 10px 0;
  padding:0 0;
  text-align:center;
  text-transform:uppercase;
}
.bluebox a:hover {
  background:#468BAA;
  color:#FFF;
}
.box{}
.box h3 {
  margin:0;  
}
.box h3, .box h3 a {
  background:#244c5a;
  color:#FFF;
  display:block;
  font-size:1em;
  font-weight:normal;
  line-height:24px;
  margin:0 0 10px 0;
  padding:0 0;
  text-align:center;
  text-transform:uppercase;
}
box h7, .box h7 a {
  background:#244c5a;
  color:#FFF;
  display:block;
  font-size:0.82em;
  font-weight:normal;
  line-height:24px;
  margin:0 0 10px 0;
  padding:20px 20px 20px 20px;
  text-align:center;
  text-transform:uppercase;
}
box h8, .box h8 a {
  background:#244c5a;
  color:#FFF;
  display:block;
  font-size:0.82em;
  font-weight:normal;
  line-height:24px;
  margin:0 0 10px 0;
  padding:9px 20px 9px 20px;
  text-align:center;
  text-transform:uppercase;
}
.box h3 a:hover {
  background:#468baa;
  color:#FFF;
}
.box h7 a:hover {
  background:#468baa;
  color:#FFF;
}

.box h8 a:hover {
  background:#468baa;
  color:#FFF;
}


.homemain, .homemain a {
  font-weight:bold;
  line-height:20px;
  margin:0 0 25px 0;

}

.homemain-first, .homemain-last a {
  font-weight:bold;
  line-height:20px;
  margin:24px 0 25px 0;

}


.box ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 15px;
}
.box li {
  border-bottom: 1px solid #ccc;
  line-height: 30px;
  list-style:none;
}
.box li:last-child {
    border: medium none;
}
.box li a {
    display: block;
    text-decoration: none;
}
.box li a:hover {
    background: none repeat scroll 0 0 #f6f6f6;
    text-decoration: underline;
}
/* ----------Table Styles-------------- */

.table-responsive
{
    overflow-x: auto;
}
@-moz-document url-prefix() 
{
  fieldset { display: table-cell; }
}

/* ---------- End Table Styles --- */

/* ---------- End Body Styles --- */
/* ----------FOOTER-------------- */
/* Wrapper for page content to push down footer */
#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
/* Negative indent footer by it's height */
margin: 0 auto -300px;
}
#push {
height: 300px;
}
#footer {
  background:#244c5a;
  color: #FFF;
  height: 300px;
  overflow: hidden;
  padding-top:15px;
}
#footer2015 {
  background:#244c5a;
  color: #FFF;
  height: 160px;
  overflow: hidden;
  padding-top:15px;
}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer, #footer2015 {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    height:500px;
    }
  }
  
  @media (max-width: 769px) {
  .navbar {
  margin-bottom:-10px;
  }
  }
  @media (max-width: 769px) {
 #middle2016 {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
	margin-top:40px;
    }
  }
  
   @media (max-width: 769px) {
#above2015 {
margin-bottom:-15px;
}

}
  
  
  
#footer .block, #footer2015 .block {
    text-align: center;
}
#footer h4, #footer2015 h4 {
  color:#FFF;
  font-weight:normal;
  text-transform:uppercase;
}
.generic_links {}
.generic_links ul {
  margin:0;
}
.generic_links ul li {
    color: #FFF;
    display: inline;
    list-style-type: none;
    padding: 0 6px 0 0;
}
.generic_links a {
    color: #FFF;
}
.generic_links li a, .generic_links li a:link {
    color: #FFF;
    text-decoration: none;
}
.generic_links li a:hover {
    text-decoration:underline;
}
.footer-contact {}
.translate {
  margin-bottom:10px;
}
.footer-social {
  margin-top:10px;
  text-align:center;
}
.home-social img {
  padding: 0 4px 0 5px;
}
.footer-social a {color:#FFF;}
.footer-social a:active, .footer-social a:hover, .footer-social a:focus {
  text-decoration:underline;
}
#footer2 {
  background:#000;
  color: #FFF;
  height: 300px;
  overflow: hidden;
  padding-top:15px;
}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer2 {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    }
  }
#footer2 .block {
    text-align: center;
}
/*Other*/

.joomla_addthis {
    margin-top: 15px;
    margin-bottom: 15px;
}
.nsb_container {
    margin-top: 15px;
    margin-bottom: 15px;
}
.border-right {
    border-right: 1px solid #F1F1F1;
    margin-right: 20px;
    padding-right: 20px;
}
.form-horizontal .control-group > label {
    float: left;
    padding-top: 5px;
}
.form-horizontal .controls {
    margin-left:160px;
}
.form-actions {
    background-color: transparent!important;
}

.social-links,footer,.navbar-inner {
padding-right:20px;
}

.block .logo {
text-align:center;
}
  
header .form {
padding-top:0;
}

ul.the-icons {
    list-style: none;
    margin-left: 0;
}

.tip-wrap {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    overflow: hidden;

}
.tip-title {
  display:none;

}
.tip-text {
    background-color: #eee;
  padding:5px;
  border:1px solid #ccc;
}
/* ---- accordions ---- */
.ui-accordion {
    width: 100%;
}
.ui-accordion .ui-accordion-header {
    cursor: pointer;
    margin-top: 1px;
    position: relative;
}
.ui-accordion .ui-accordion-li-fix {
    display: inline;
}
.ui-accordion .ui-accordion-header-active {
    border-bottom: 0 none !important;
}
.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: .7em;
  	line-height:1em;
    padding: 0.5em 0.5em 0.5em 0.7em;
}
.ui-accordion-icons .ui-accordion-header a {
    padding-left: 1.5em;
}
.ui-accordion .ui-accordion-header .ui-icon {
    left: 0.5em;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-accordion .ui-accordion-content {
    border-top: 0 none;
    display: none;
    margin-bottom: 2px;
    margin-top: -2px;
    overflow: auto;
    padding: 1em 2.2em;
    position: relative;
    top: 1px;
}
.ui-accordion .ui-accordion-content-active {
    display: block;
}


.ui-accordion-header {
  background:#e6e6e6;
  border: 1px solid #d3d3d3;
  color:#555555;
  font-size:16px;
  font-weight:normal;
  padding-left:10px;
}
.ui-accordion-header a {
  color:#555555;
}


.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

.ui-icon {
    background-image: url("../images/ui-icons_454545_256x240.png");
    height: 16px;
    width: 16px;
}
.ui-state-default .ui-icon {
  background-image:url("../images/ui-icons_454545_256x240.png"); 
}
.ui-state-active .ui-icon {
  background-image:url("../images/ui-icons_454545_256x240.png");
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

/* ---- end accordions ---- */
/* ---- Start Tabs ---- */
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  background-color:#244c5a;
  color:#FFF;
  font-weight:bold;
}
.nav-tabs > li > a {
  background-color:#EEEEEE;
}
.nav > li > a:hover, .nav > li > a:focus {
  background-color:#DDDDDD;
}
/* ---- End Tabs ---- */
/*RESPONSIVE*/

@media only screen and (max-width : 480px){
  
	#header {padding:10px 0 0px;}
  	#footer, #footer2015 {height:500px;}
  .box_hr1 {
  background:#1b75b4;
  background: url(/images/human_resources/test/hr_bg_1.jpg);
  background-position: left top;
  background-repeat: repeat;
  height:300px;
}
.box_hr1 h3 {
  color:#FFF;
  font-size:28px;
  line-height:38px;
  padding:10px;
  text-align:center;
}
    .blue h2 {
  font-size:46px;
  line-height:56px;
}
.green h3 {
  font-size:28px;
  line-height:40px;
}
}
@media min-width 768px and max-width 1199px{
  .dropdown-menu,.dropdown-menu a {border:0!important;}
}
@media (max-width: 767px) {
  .border {margin:10px 0 5px;}
  .logo{text-align:center!important;}
.addthis_toolbox.addthis_default_style.addthis_32x32_style {display:none;}
	#header {padding:0px;}
  	#main {margin-top: 10px;}
  [class*="span2"], .uneditable-input[class*="span2"], .row-fluid [class*="span2"] {
    /*background:#FFF;*/
    float:left;
    width:50%;
}

}
@media only screen 
and (min-width : 481px) {
  .box_hr1 {
  background:#1b75b4;
  background: url(/images/human_resources/test/hr_bg_1.jpg);
  background-position: left top;
  background-repeat: repeat;
  height:300px;
}
.box_hr1 h3 {
  color:#FFF;
  font-size:38px;
  line-height:48px;
  padding:15px;
  text-align:center;
}
  .blue h2 {
  font-size:86px;
  line-height:96px;
}
.green h3 {
  font-size:48px;
  line-height:60px;
}
}


  @media (max-width: 767px) {
  .homemainlast, .homemainlast a {
padding-bottom: 10px;

  }
  }


/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 980px) {
/* Styles */
	#header {padding:60px 0 0;}
    #main {margin-top: 60px;}
  	.box_hr1 {
  background:#1b75b4;
  background: url(/images/human_resources/test/hr_bg_1.jpg);
  background-position: left top;
  background-repeat: repeat;
  height:400px;
}
.box_hr1 h3 {
  color:#FFF;
  font-size:48px;
  line-height:68px;
  padding:20px;
  text-align:center;
}
}
/* --TEST ----- */
.flyout-menu {
  list-style:none;
}
/* -- START KUNENA FORUM --*/
div#Kunena + div {
display: none;
}
/* -- END KUNENA FORUM --*/
/* -- Homepage divs -- */
#quicklinks2 h3, #news2 h3, #pa2 h3 {
  color:#FFF;
  text-transform:uppercase;
}
#quicklinks2 {}
#quicklinks2 ul {
  list-style:none;
  margin-left:0;
}
#quicklinks2 ul li {
  font-size:18px;
  line-height:28px;
}
#quicklinks2 a {
  color:#FFF;
}
#news2 {
  height:470px;
  overflow-x:hidden;
  overflow-y:hidden;
}
#news2 ul {
  list-style:none;
  margin-left:0;
}
#news2 ul li {
  margin-bottom:10px;
}
#news2 a {
  color:#FFF;
}
#pa2 {
  color:#FFF;
  font-size:12px;
  height:450px;
  overflow-x:hidden;
  overflow-y:auto;
}
#pa2 h3 {}
#pa2 ul {
  list-style:none;
  margin-left:0;
}
#pa2 ul li {
  margin-bottom:15px;
}
#pa2 a {
  color:#FFF;
  text-decoration:underline;
}
/* -- 2016 Styles -- */
.blue h2 {
  background:none;
  color:#244c5a;
  text-align:center;
  text-transform:uppercase;
}
.green h3, .green h4{
  background:#39b24a;
  color:#FFF;
  text-align:center;
  text-transform:uppercase;
}
.green h3 a {
  color:#FFF;
  display:block;  
}
.green h4 a {
  background:#39b24a;  
  color:#FFF;
  display:block; 
  font-weight:normal;
  padding:10px 0;
  transition: all 0.3s ease 0s; 
}
.green h3 a:hover, .green h4 a:hover {
  background:#177b1e;
  text-decoration:underline;
}
button.bluetctx {
  background:#156e92;
  border:none;
  border-radius:3px;
  color:#FFF;
  font-family:"Lato", sans-serif;
  font-size:21px;
  margin: 0 0 10px 0;
  padding:15px;
  text-decoration:none;
  text-transform:uppercase;
  transition: all 0.3s ease 0s;
}
button:hover.bluetctx {
  background:#042b38;
}
.blue2tctx {
  padding:20px;
  margin: 5px 0 5px 0;
  background:#244c5a;
  transition: all 0.3s ease 0s;
}
.top-buffer {
  margin-top:5px; 
}


/* Image Styles ----------- */

.thumbnail pull-left {
  	margin-right:15px;
}

.thumnbnail pull-right {
  	margin-left:15px;
}

.caption {
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  padding-bottom: 0.5em;
  
}
/* End Image Styles ----------- */

/* Hometabs Middle 2016 ----------- */

.hometabs a {
  color:#FFF;
}

.hometabs a:hover {
  text-decoration:underline;
}
.hometabs ul {
  list-style:none;
  margin-left:20;
  margin-top: 5px;

}

.hometabs li {
  font-size:16px;
  line-height:32px;
}

.homenotices a {
  color:#FFF;
    text-decoration:none;

}

.homenotices a:hover {
  text-decoration:underline;
}


.homenotices ul {
  list-style:none;
  margin-left:20;
 
}

.homenotices li {
  color:#FFF;
  font-size:16px;
   line-height: 115%;
  margin-top: 20px;
  
}


  

.headerstabs li {
  color:#FFF;
  font-size:18px;
}

  
  .homebg {
 background:rgba(8,34,45,0.5); !important;

  }
  
  
    .hometax {
margin-top: 5px;
}
	
	
  .hometax ul {
  list-style:none;
  margin-left:20;

}

.hometax li {
  color:#FFF;
  font-size:12px;



  
}

.hometax a {
  color:#FFF;
    text-decoration:underline;

}

.homehr hr {
    height: 1px;
	margin-top: 0px;
    
}


  .homemainlast, .homemainlast a {
  font-weight:bold;
  line-height:20px;
  margin:0 0 27px 0;

}


.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-block {
  padding: 1.25rem;
}

.card-block::after {
  content: "";
  display: table;
  clear: both;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header::after {
  content: "";
  display: table;
  clear: both;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.modal-backdrop{z-index: 1040;}

.modal-footer{display: none;}

.nav-collapse.collapse.navbar-responsive-collapse {z-index:1070;position:relative;}

a.btn.btn-navbar {z-index:1070; position:absolute; right: 0;} 
  
    @media (min-width: 979px) and (max-width: 1079px) {
#above2015 {
margin-top:80px;
}

}
    @media (min-width: 979px) and (max-width: 1079px) {

#wrap {
margin-top:80px;

  }
  }

.courtnav2{
	top:70px !important;
}

.navbar.courtnav2 .nav > li > a:hover, .navbar .nav .separator {
    color: white;
}

.navbar.courtnav2 .nav > li > a, .navbar .nav .separator{
	color:#244c5a;
}

.navbar.courtnav2 .nav > li > a:focus, .navbar .nav .separator{
	color: white;
}

.navbar.courtnav2 .nav > li.active > a:hover, .navbar.courtnav2 .nav > li.active > a:focus, .navbar .nav .separator{
	color: #244c5a !important;
}

div.navbar.navbar-fixed-top.courtnav2 > div > div > div > ul a {
    padding-top: 0px !important;
}

.navbar.courtnav2 .nav > li > a, .navbar .nav .separator {
    padding: 0px 12px !important;
}

.table {
    table-layout: fixed;
}

.customforumlogin {
    position: absolute;
  margin-top: -25px;
}

td{
  word-wrap: break-word;
}