body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    background: #FFFFFF;
    margin: 0;
    padding: 0;
    color: #000;
}

p {
    margin: 1em 0;
}

section a {
    color: #004ACF;
	cursor: pointer;
}

aside a {
    color: #002D7D;
    text-decoration: none;
}

a:focus, a:hover {
    color: #82223C;
    text-decoration: none;
    transition: 0.5s ease;
    cursor: pointer;
}

.btn-default {
    background-color: #fff !important;
}

.btn-primary {
    color: #fff;
    background-color: #00247D;
    border-color: #00247D;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #82223C;
    border-color: #82223C;
        transition: 0.5s ease;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    background-color: #00247D !important;
    border-color: #00247D;
}

/* HOME PAGE */
.homecontent {
    padding: 0 30px 0 0 !important;
}

/* FOR FIND IT FAST BUTTON */
div.find-it-fast {
    background: #972853;
    margin: 0 0 15px;
    padding: 10px;
    border-bottom: 7px solid #82223C;
}

/*.find-it {
    background: #972853;
    margin: 0 0 25px;
    padding: 10px;
    border-bottom: 7px solid #82223C;
}*/

/*form.find-it-form {
    margin-top: -25px;
    background: #E4E6D1;
    height: 100px;
    margin-bottom: 15px;
}*/

.find-it-fast {
    background-color: #E4E6D1;
/*    padding: 0;*/
}

.find-it-fast button {
    background-color: white !important;
}

@media all and (min-width: 320px) and (max-width: 374px) {
    .bootstrap-select.col-sm-10 {
        padding: 0 !important;
    }

    .find-it-fast {
        background-color: #E4E6D1;
        padding: 10px;
    }
}

.center {
    text-align: center;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 30px;
    margin-bottom: 10px;
}

h1 {
    font-size: 150%;
    /* margin-top: 50px; */
    color: #00247d;
    background-color: #E4E6D1;
    padding: 10px;
    border-left: 50px solid #b0b579;
    /* margin-left: 26px; */
    /* background: rgb(228, 230, 209) !important; */
    -webkit-clip-path: polygon(0% 0%, 94% 0%, 87% 100%, 0% 100%) !important;
}

h1 span {
    border-left: 5px solid white !important;
    padding: 28px 5px;
    margin-left: -10px;
    height: 100%;
}

h2 {
    font-size:125%;
    color: #82223C;
}

h3 {
    font-size:115%;
    padding-top:20px;
}

h3.center-mobile {
    text-align: center;
	padding-top: 0;
}

h4 {
    font-size:105%;
    font-weight:bold;
    margin-top: 10px;
}

h5 {
    font-size:100%;
    font-weight:bold;
    background-color:#b7c8da;
    padding: 3px 0px 3px 3px;
}

@media all and (max-width: 1024px) {
    h1 {
        font-size: 105%;
    }
    
    h2 {
        font-size: 100%;
    }
    
    h3 {
        font-size: 95%;
    }
    
}

@media all and (min-width: 768px) {
ul.links {
    list-style-type: none;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-count: 3;
    font-size: 10pt;
    padding: 0px 0 20px 0px;
    margin: 0 0 0 10px;
}

ul.links2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    padding: 0px 0 20px 0px;
    margin: 0 0 0 10px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    list-style-type: none;
}
}

ul.links {
    list-style-type: none;
    padding: 0px 0 20px 0px;
    margin: 0 0 0 10px;
}

ul.links2 {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px 0 20px 0px;
    margin: 0 0 0 10px;
    list-style-type: none;
}

blockquote {
    padding: 5px 20px 28px 20px;
    border-left: 3px solid #eee;
}


/* SIDEBAR EXPANDING MENUS */
.navTitle {
    text-align: center;
    color: white;
    font-size: 87%;
}

.home-title {
	font-size: 100%;
	text-transform: uppercase;
}

.topmargin:not(:first-child) {
	margin-top: 35px !important;
	border-top: 20px solid white;
}

ul#stacked-menu {
    margin-top: 60px !important;
	margin-bottom:20px;
	font-size: 85%;
	clear: both;
}

.nav-stacked>li {
    float: none;
    padding: 3px 0;
}

.nav-stacked>li>a {
    padding: 0px 10px;
}

ul.nav.navbar-nav.navbar-right>li>a {
    padding: 15px 9px;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #E7E9DA;
}

a[aria-expanded="true"] {
    color: #972853;
    background-color: #E7E9DA;
}

a.expanding-item {
    cursor: pointer;
	padding-bottom: 8px !important;
}

a.subnavlink {
/*    font-size: 95%;*/
    margin-left: 10px;
}

/* transportation icons in the sidebar */
.transportation-icons .col-xs-3 {
	padding: 0 0 25px 0;
}

.transportation-icons.row {
    margin: auto;
}

/* NAVIGATION ELEMENT FIXES */
.wsmenu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


.smallogo {
    background: white;
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub {
    min-width: 100%;
}

/* Sub sub menu on far right hand side displays under parent element, not to the right of it, thus creating a horizontal scroll bar */
.dropleftright {
    left: auto !important;
    top: 100% !important;
}

@media only screen and (max-width: 1024px) {
    .logo {
        display: none;
    }

    .navbar .navbar-default {
        display: none;
    }

    .no-mobile {
        display: none !important;
    }

    /* Gets rid of 800px of white space */
    .wsmenucontainer {
        min-height: 0;
    }
	
	.wsmenucontainer > .header {
		background: url(../images/COMPASS-Idaho-main-background-header-1.jpg);
        background-position: 29% -95%;
        height: 150px;
        width: 100%;
	}

    /* Makes navigation be top element in z-index */
    .smallogo {
        background: white;
        z-index: 9998;
    }

    .animated-arrow {
        z-index: 9999;
    }
    
    .wsmenu.menuopen {
        width: 240px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        z-index: 9999;
        box-shadow: 0px 0px 5px black;
    }

    /* FIXES TO MOBILE NAVIGATION */
    /* FA ARROW */
    .wsmenu-click i {
        margin-top: 5px;
    }

    .wsmenu .wsmenu-list > li {
        width: 100%;
    }
    
    .wsmenu-submenu .fa {
        margin-right: 0px;
    }
    .mobile-sub .wsmenu-submenu li a {
        line-height: 16px;
        height: auto;
        padding-right: 11px;
    }

    .mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li a {
        line-height: 16px;
        height: auto;
        background-color: rgba(231, 231, 231, 0.45) !important;
    }
}


@media only screen and (min-width: 1025px) {
.wsmenucontainer > .header {
    background: url(../images/COMPASS-Idaho-main-background-header.jpg);
    background-size: cover;
    background-position: 50% 26%;
}
.logo {
  display: block;
}

.logo img {
    padding:10px;
}

.wsmenu-list > li > a {
    background-color: #002D7D;
    color: #FFFFFF;
    padding: 3px 12px;
}

.wsmenu-list li:last-child a, .wsmenu-list li:first-child a  {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-right: 0px solid;
}

.wsmenu-list li:hover>a {
    background-color: #002D7D !important;
    text-decoration: none;
}

.wsmenu-list > li > a:hover {
    background-color: #002D7D !important;
    color: #D3D3D3;
}

.wsmenu-submenu li a {
    background: #002D7D !important;
    color: #FFFFFF !important;
    padding: 3px 12px;
}

.wsmenu-submenu > li > a:hover {
    background-color: #002D7D !important;
    color: #D3D3D3  !important;
}

.wsmenu-submenu-sub > li > a:hover {
    color: #D3D3D3  !important;
}

/* FONT AWESOME RIGHT ARROW */
.wsmenu-submenu .fa {
    margin-top: 6px;
}


/* SECONDARY NAVBAR */
.main-menu-nav {
  display: none !important;
}
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-default {
    background-color: #972853;
    border-color: transparent;
    border: none;
}

.navbar-default .container {
    text-align: center;    
}

.navbar-default .navbar-nav>li>a {
    color: #FFF;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background-color: transparent;
    color: #D3D3D3;
}
}



/* MAIN CONTAINER */

.no-padding {
    padding: 0 !important;
}

.img-responsive {
    display: inline;
}

main.container {
	background-color: #FFFFFF;
    padding: 0 !important;
}

@media all and (min-width: 1025px) {
section {
    padding: 0 40px !important;
}
}

/* BOOTSTRAP COLUMN WIDTH CHANGES */
@media all and (max-width: 991px) {
aside {
	margin: 0 15px;
    padding: 0;
}
}

aside, .section-color {
    text-align: left;
    background: #E4E6D1;
    margin-top: 30px;
    padding: 0  !important;
}
.padding.section-color {
    padding: 25px !important;
}

aside div.title, section div.title {
    background: #972853;
    margin: 0 0 30px;
    padding: 10px;
    border-bottom: 7px solid #82223C;
}

aside > .padding {
    padding: 10px 20px;
}

ul.side-nav {
    list-style: none;
    margin-bottom: 15px;
    margin-left: 0;
    padding: 0;
}

ul.side-nav a {
    padding: 5px 5px 5px 15px;
    background: #FFFFFF;
    color: #000;
    margin-left: 0;
    border-left: 7px solid #82223C;
    margin-top: 5px;
}

ul.side-nav a:hover, ul.side-nav a:active, ul.side-nav a:focus {
    background: #FDFDFD;
    color: #82223C;
    transition: 0.5s ease;
    border-left: 7px solid #972853;
    cursor: pointer;
}


.caret-up.arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.collapse.in {
    display: block;
    background-color: #E7E9DA;
}

.adobe {
	padding-bottom: 25px;
}

.home .social {
/*    margin-bottom: 20px; */
	background: white;
}

div.social > a > .fa {
    background-color: #82223C;
    border-radius: 2px;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.7;
    width: 30px;
    height: 30px;
}

div.social a.gflag, div.social br {
    display: none !important;
}

/* HOME PAGE HOT TOPICS */

.title.center.col-xs-12.topmargin {
    margin-top: 0 !important;
}

div#home-hot {
    margin-top: 0 !important;
}

.home-sidebar li.nav:first-child {
    margin-top: 89px;
}


/* ADD SUPPORT FOR BLOGGER ICON */
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?60380034');
  src: url('../font/fontello.eot?60380034#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?60380034') format('woff'),
       url('../font/fontello.ttf?60380034') format('truetype'),
       url('../font/fontello.svg?60380034#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?60380034#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  background-color: #82223C;
  border-radius: 2px;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.7;
  width: 30px;
  height: 30px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-blogger:before { content: '\e800'; } /* '' */

/* CALENDAR EDITS */
.calendar-container {
    position: relative;
    padding-bottom: 156%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.calendar-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* GOOGLE EDITS */
div#google {
    padding:0;
}

div#google input {
    margin-bottom: 0;
}

div#google table tr {
    border: none;
}

div#google table td {
    border: none;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button {
    box-sizing: content-box; 
    line-height: normal;
}

form.gsc-search-box {
    padding: 0;
	background: #E4E6D1;
}

.gsc-control-cse {
    font-family: Arial, sans-serif;
    border-color: #E4E6D1 !important;
    background-color: #E4E6D1 !important;
}

div#google tr {
    background: white !important;
}

/* TABULAR DATA */

table {
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
}

table tr {
    border: 1px solid #ddd;
    padding: 5px;
}

table th, table td {
    padding: 10px;
	border: 1px solid #ccc;
}

table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
/* 
@media screen and (max-width: 600px) {
    table {
        border: 0;
    }

    table tr.header {
        display: none;
    }

    table tr {
        margin-bottom: 10px;
        display: block;
    }

    table tr:after {
        content: "";
        display: table;
        clear: both;
    }
  
    table tr:before {
        display: block;
        border-bottom: 2px solid #ddd;
    }

    table td {
        box-sizing: border-box;
        display: block;
        float: left;
        clear: left;
        width: 100%;
        text-align: right !important;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
    }

    table td:last-child {
        border-bottom: 0;
    }

    table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }
}
*/

@media screen and (min-width: 601px) {
    table tr:nth-child(2n+1) {
        background-color: #EBECEE !important;
    }
} 

/* Members table fix on  /about.htm */
.members th {
    width: 30%;
}

.members td {
    vertical-align: top;
}

.members td p {
    margin: 0.75em 0;
}


/* FIXES TO THE ARCHIVES SECTION OF THE MEETING MINUTES & INFO PAGES */

.archives {
    padding-bottom: 50px;
}

div.archives div.col-xs-2 {
    padding: 10px 0;
    text-align: center;
}

/* END TABULAR DATA */

/* FORM DATA  and fixes to TABULAR DATA ON FORMS */

form {
    background: #EBECEE;
    padding: 25px;
}

.form-group.required .control-label:after { 
   content:"*";
   color:red;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 20px;
}

.checkbox, .radio {
    margin-left: 30px;
}

.checkbox label, .radio label {
    padding-left: 10px;
}

label {
	margin-bottom: 10px;
}

.labeled {
    margin-left: 10px;
    margin-bottom: 10px;
}

input {
    padding: 5px;
	margin-bottom:10px;
}

textarea {
    padding: 5px;
}

/* Bootstrap form fixes and MODAL WINDOW */
.close {
    float: right;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    color: #FFF;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
}

.close:focus, .close:hover {
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=100);
    opacity: 1;
}

.modal-dialog {
	margin-top: 15%;
}

/* FIXES DASHBOARD DATA THAT WAS IN A FORM */
form#form1 {
    background: transparent;
    padding: 0;
}

/* END FORM FIXES */

/* REVISED HOMEPAGE SLIDER IMAGES FOR BOOTSTRAP */
.homepageimages {
    padding: 0;
}

.homepageimages > .col-sm-4 {
    padding: 5px;
}


.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


/* FOOTER EDITS */
.prefooter{
    background-color: #F6F1E7;
    border-top: dotted #999;
    padding: 2em;
}

/* FIND IT FAST SELECT MENU EDITS */
.bootstrap-select {
    padding: 0;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.dropdown-menu>li>a {
    padding: 3px 25px;
    word-wrap: break-word;
}

.dropdown-menu.open {
    z-index: 9999;
}

footer {
    border-bottom: 40px solid #82223C;
    margin: auto;
    padding: 30px 5px 10px 5px;
    background: #EBECEE;
    text-align: center;
	margin-top: 50px;
}


/* RETURN TO TOP ARROW
@media all and (min-width: 768px) { */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 1;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
/*}

 DASHBOARD SPECIFIC EDITS */
@media all and (min-width: 1025px) {
	body.dashboard aside {
		width: 24%;
		float:right;
	}
	
	body.dashboard .navTitle {
    font-size: 86%;
}
}

.dashboard-home {
    padding: 0 !important;
}

.homepageimages .col-md-3, .homepageimages .col-sm-6 {
    padding: 3px;
}

.dashboard-image-sliders {
	padding-top: 27px;
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: left;
    text-shadow: 0;
    padding-left: 10px;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 0 10px 10px;
}

.carousel-caption h3 {
	margin: 0;
	padding: 0;
}

.carousel-caption p {
	margin: 0;
	font-size: 80%;
}

 #dashboardtitle {
    padding-left:20px;
    font-size: 150%;
    font-weight:bold;
    color: #00247d;
}

.cimtext {
margin: 20px;	
}
	
	.dashboard-performance-7col {
		margin-top: 85px;
	}	
	
	.dashboard-performance-7col h1 {
		text-align: center !important;
		background-color: transparent;
		border-left: none;
		-webkit-clip-path: none !important;
		padding: 0;
	}	
	

@media all and (min-width: 1025px) {
	.dashboard-logo-4col {
		width: 33.33333333%;
		float: left;
	}
	
	.dashboard-logo-4col > img {
		display: inline !important;
	}
	
	.dashboard-performance-7col {
		width: 53%;
   		margin-left: 12.666667%;
		margin-top: 48px;
		float: left;
	}
	
	.dashboard-performance-7col > h1 {
		display: inline;
		text-align: center;
		font-size: 235%;	
		margin-top: 50px !important;
		text-shadow: 1px 0px 0px white;
		background-color: transparent;
		border-left: none;
		-webkit-clip-path: none !important;
		padding: 0;
	}
}



/* BOOTSTRAP ACCORDION FIXES */
.panel a[aria-expanded="true"] {
    background: transparent;
}

.panel .collapse.in {
    background: transparent;
}

/* CIM 2040 EDITS */
.cimpush {
	margin-bottom: 6rem;	
}

.cimpictures {
    min-height: 250px;
    transform: translateY(25%);
}