/*============================================================
Header Styles
============================================================*/
.header {
    padding-bottom: 40px;
    border-bottom: 0;
    background: #ffffff;
    /*max-width: 1170px;*/
    margin: 0 auto;
}
.header-container{
    /*background: #ffffff;
    box-shadow: 0 0 40px #555;*/
    margin-top: 0;
    margin-bottom: 0;
	border-bottom:0;
	padding:0;
}
#masterHeaderImage {
    background-image: url("images/WMSLogo.jpg");
    width: 271px;
    height: 81px;
    margin-left: 50px;
	margin-bottom: 20px;
}
.search-container-sm {
    /* MED NOTE puts search below social media display: block!important; */
    margin-bottom: 10px;
}
.navbar-header {
    padding: 0 10px;
}

/*============================================================
Navigation Styles
============================================================*/
.nav-primary {
    background: #ffffff;

}

.nav-secondary .sub-nav-head {
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81b100', endColorstr='#749f00',GradientType=0 ); */
    font-size: 20px;
    line-height: 24px;
	/* margin-right: -1px;
	margin-left: 1px; */
	background: #23749d;
}
.nav-secondary {
    background: #ffffff;
}
.RadTreeView.RadTreeView_Austin > .rtUL > .rtLI {
    padding-left: 0px;
	display: grid; /*MEG NOTE to correct the gaps in the navigation*/
}
.RadTreeView.RadTreeView_Austin > .rtUL > .rtLI > .rtUL > .rtLI {
    padding-left: 0px;
	display: grid; /*MEG NOTE to correct the gaps in the navigation*/
}
.RadTreeView.RadTreeView_Austin a.rtIn {
    color: #23749d;
}

/*============================================================
General Styles
============================================================*/
body {
    background: #e0e0e0;
    font-family: Segoe UI, Helvetica, Arial, sans-serif;
	color: #00304C;
}
#masterContentArea{
    background: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
    /*box-shadow: 0 0 40px #555;*/
    border-bottom:0;
    padding-top: 15px;
	min-height: 55%;
}
#masterMainButtonBar {
    margin: 0 0 50px;
}
.Slider.FullWidth {
    /*max-width: 1170px;*/
    margin: 0 auto;
}
.btn,
.TextButton,
.TextButtonWithImage,
.RadUpload .ruButton,
.RadUploadProgressArea .ruButton,
#masterHeaderActionArea a,
a.auth-link {
    display: inline-block;
    background: #FFFFFF;
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232728', endColorstr='#241f21',GradientType=0 ); */
    background-repeat: repeat-x;
    border: 1px solid #75a9b9;
    line-height: 1.384615384615385em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
    color: #75a9b9;
    -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 0px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 0px 0px rgba(0, 0, 0, 0.05);
    padding: 10px 19px !important;
    font-weight: bold!important;
    cursor: pointer;
	margin-right: 0px;
	margin-left: 0px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
}

a.auth-link:hover, a.auth-link:focus, a.auth-link:active {
	background: #424242;
	color: #FFF;
}

/*MEG NOTE Donate Button */
a.donate-button {
	display: inline-block;
    background: #f3691c;
    background-repeat: repeat-x;
    border: 1px solid #f3691c;
    line-height: 1.2em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 500px;
    color: #ffffff;
    -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 0px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 0px 0px rgba(0, 0, 0, 0.05);
    padding: 7px 14px !important;
    font-weight: bold!important;
	font-size: 16px;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 0px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
}
a.donate-button:hover, a.donate-button:focus, a.donate-button:active {
	background: #ffffff;
	color: #f3691c;
}
a.OrangeTextButton:hover,
a.OrangeTextButton:focus,
a.OrangeTextButton:active,
a.OrangeTextButton.active {
	color: #ffffff;
	background-color: #f3691cbd;
	border: 0px solid #ffffff;
	background-image: none;
	text-decoration: none;
}
.OrangeTextButton:hover,
.OrangeTextButton:focus,
.OrangeTextButton:active,
.OrangeTextButton.active {
	color: #f3691c;
	background-color: #f3691cbd;
	border: 0px solid #ffffff;
	background-image: none;
	text-decoration: none;
}
.OrangeTextButton,
.OrangeTextButton:visited {
	color: #ffffff;
	text-decoration: none;
	border: 0px solid #f3691c;
	background-color: #f3691c;
	font-weight: bold!important;
	padding: 15px !important;
	font-size: 21px;
}

a.GreenTextButton:hover,
a.GreenTextButton:focus,
a.GreenTextButton:active,
a.GreenTextButton.active {
	color: #ffffff;
	background-color: #6bbe64bf;
	border: 0px solid #ffffff;
	background-image: none;
	text-decoration: none;
}
.GreenTextButton:hover,
.GreenTextButton:focus,
.GreenTextButton:active,
.GreenTextButton.active {
	color: #ffffff;
	background-color: #6bbe64bf;
	border: 0px solid #ffffff;
	background-image: none;
	text-decoration: none;
}
.GreenTextButton,
.GreenTextButton:visited {
	color: #ffffff;
	text-decoration: none;
	border: 0px solid #6bbe64;
	background-color: #6bbe64;
	font-weight: bold!important;
	padding: 15px !important;
	font-size: 21px;
}

a.BlueTextButton:hover,
a.BlueTextButton:focus,
a.BlueTextButton:active,
a.BlueTextButton.active {
	color: #ffffff;
	background-color: #23749dbf;
	border: 0px solid #ffffff;
	background-image: none;
	text-decoration: none;
}
.BlueTextButton:hover,
.BlueTextButton:focus,
.BlueTextButton:active,
.BlueTextButton.active {
	color: #ffffff;
	background-color: #23749dbf;
	border: 0px solid #ffffff;
	background-image: none;
	text-decoration: none;
}
.BlueTextButton,
.BlueTextButton:visited {
	color: #ffffff;
	text-decoration: none;
	border: 0px solid #23749d;
	background-color: #23749d;
	font-weight: bold!important;
	padding: 15px !important;
	font-size: 21px;
}

a.TanTextButton:hover,
a.TanTextButton:focus,
a.TanTextButton:active,
a.TanTextButton.active {
	color: #ffffff;
	background-color: #D6C47A;
	border-color: transparent;
	background-image: none;
	text-decoration: none;
}
.TanTextButton:hover,
.TanTextButton:focus,
.TanTextButton:active,
.TanTextButton.active {
	color: #ffffff;
	background-color: #D6C47A;
	border-color: transparent;
	background-image: none;
	text-decoration: none;
}
.TanTextButton,
.TanTextButton:visited {
	color: #D6C47A;
	text-decoration: none;
	border: 1px solid #D6C47A;
	background-color: #ffffff;
	font-weight: bold!important;
	padding: 10px 19px !important;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

h1, .h1, .PageTitle,
h2, .h2, .PanelTitle {
  font-family: Raleway, Verdana, sans-serif;
  font-weight: 200;
  /*color: #424242;*/
}

h1, .h1, .PageTitle {
  margin-top: 0;
}

h1, .h1, .PageTitle {
  color: #f3691c;
  font-weight: bold;
  font-size: 300%;
}

h1.BigHeader, .h1.BigHeader {
  color: #fff;
  background-color: #f3691c;
  padding: 20px;
  margin: 0;
}

h2, .PanelTitle {
  line-height: 1.45em;
  font-size: 170%;
  font-weight: bold;
}

h2,
.h2,
.PanelHead.Distinguish,
.TitleBarCaption,
div.PanelTitle,
.panel-heading.Distinguish {
  min-height: 0;
  border-bottom-style: dotted;
}

h4, .SectionLabel, h5 {
  margin: 0 0 .2em;
}

h4, .h4, .SectionLabel {
  color: #009b96;
}

h5, .h5 {
  color: #009b96;
}

h6, .h6 {
  margin: 0;
}

hr {
  margin-left: .5em;
  margin-right: .5em;
  border-width: 1px 0 0 0;
  border-style: dotted;
  border-color: #ddd;
}





a, a:hover, a:focus, a:active {
    color: #23749d;
	background-color: transparent;
}
/* MEG NOTE making links the correct colors */
a.col-primary, a.col-primary:hover, a.col-primary:focus, a.col-primary:active {
    color: #75b1b9;
	background-color: transparent;
}
a.sub-nav-body {
    /* color: #FFF; */
	background-color: #FFFFFF;
}
a.nav-primary {
	background-color: #FFFFFF;
}
a.footer-content, a.footer-content:hover, a.footer-content:focus, a.footer-content:active {
	background-color: transparent;
}
.Spotlight a img, .ContentBlockPrimary img {
    border-radius: 0px;
}
.ContentBlockPrimary ul {
    padding-left: 0;
}
.Mission {
	color: #23749d;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.MissionBar {
	background-color: #6bbe64;
    height: 1px;
    width: 100%;
    margin: 5px 0 10px;
}

/*MEG NOTE Use this div for all lefthand body content to create margin */
@media (min-width: 768px) {
  .LeftMargin {
    margin-left: 100px;
  }
}
@media (min-width: 768px) {
  .RightMargin {
    margin-right: 100px;
  }
}

/*============================================================
Footer Styles
============================================================*/
.footer {
    /*max-width: 1170px;*/
    display: block;
    margin: 0 auto;
}
/*
.footer-content, .footer-nav-copyright {
    color: #ffffff;
    float: left;
} 
.footer-content {
    width: 100%;
	padding-bottom: 30px;
} */

