﻿/* Move down content because we have a fixed navbar that is 50px tall */

/*
body {
    padding-top: 50px;
    padding-bottom: 20px;
}
*/



/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */


.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


/* Set widths on the form inputs since otherwise they're 100% wide */
/* FMM: commented out to work with custom input lengths */
/*
input,
select,
textarea {
    max-width: 280px;
}
*/
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

.centered-text {
    text-align:center
}    

/* btn btn-primary style start */
.btn-primary {
	background: #698a88;
	border-color: #698a88;
	color: #ffffff;
}


.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #698a88;
  border-color: #285e8e;
}

/* FMM btn btn-primary added to set focus color of text */
.btn-primary:hover,
.btn-primary.btn:active,
.btn-primary.btn:focus {
	color: #37338b;
}


.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
/* END btn btn-primary style start */


/* member agencies section styles start */
#memberagencies {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}

#memberagencies h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #898989;
	margin-bottom: 20px;
}

#memberagencies img {
	height: 40px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin-bottom: 5px;
}

@media (max-width: 991p991px) {

#memberagencies {
	padding-top: 0;
}

}
/* members section styles end */


/* Resource Section Style Starts 
    FMM: Added for Resource Section to use instead of updates selector
*/
#resources .table td {
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 10px;
	border: 0;
}

#resources .table td+td {
	padding-right: 0;
}

#resources {
	border-left: 1px solid #b3c3c2;
}

@media (min-width: 992px) and (max-width: 1199px) {

    #resources {
        border: none;
    }
}
/* Resource Section Style Ends */