/*.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  background: #333333;
  color: #007095;
} */ /*changed hover color*/


@media only screen and (max-width: 40.0625em) {	/* SMALL SCREEN ONLY */
	h6 {
		font-size: 1.2rem;
		line-height: 1.1;
	}
}

@media only screen and (min-width: 40.0625em) and (max-width: 64.0624em) {		/* MEdium Only */
	h6 {
		font-size: 1.75rem;
	}

}

@media only screen and (min-width: 64.0625em) {	/* Large and up */
	h6 {
		/*font-family: UtopiaStdBoldCapt;
		font-weight:bold;
		line-height: 1.1;}
		a h6:focus {
		color: #0078a0;*/ 
	}
}

a {
	color: Black;
}

p.BodyText a, p.xBodyText a {
 	color: #3399FF;
}

p.xBodyText a:hover, p.xBodyText a:focus, p.BodyText a:focus, p.BodyText a:hover {
 color: #2F78A0 !important;
}

@font-face {
    font-family: UtopiaStdBoldCapt;
    src: url('Utopia Std/UtopiaStd-BoldCapt.otf') format('opentype');
}
@font-face {
    font-family: UtopiaStdBoldCapt;
    src: url('Utopia Std/UtopiaStd-BoldCapt.otf') format('opentype');
	font-weight:bold;
}
h1, h2, h3, h4, h5, h6 {
	font-family: UtopiaStdBoldCapt;
	font-weight:bold;
	line-height: 1.1;}
	a h1:hover, a h2:hover, a h3:hover, a h4:hover, a h5:hover, a h6:hover, a h1:focus, a h2:focus, a h3:focus, a h4:focus, a h5:focus, a h6:focus {
    color: #0078a0; 
}

@media only screen and (max-width: 40.0625em) and (max-width: 64.0624em) {	/* SMALL and MEDIUM SCREENS ONLY */
	#nav-wrap {
		box-shadow: 0px 4px 4px #999999;
	}
}
/*** Lists ***/
ul,
ol,
dl {
  line-height: 1.3;
 }
 
/*** Nav and heading ***/
.title-bar {
	background-color: White;
	width: 100%;
}
#nav-wrap {
	width:100%;
	background-color: #444;
	border-top: 6px solid #BE1E2D;
	border-bottom: 1px solid #777;
	/*box-shadow: 0px 4px 4px #999999;*/
}
#nav-wrapWS {
	width:100%;
	background-color: #444;
	border-top: 6px solid #FED519;
	border-bottom: 1px solid #777;
	/*box-shadow: 0px 4px 4px #999999;*/
}
.top-bar {
	background: #444;
}
  .top-bar-section ul li {
    background: #444;
	/*border-bottom: 1px solid #555; */
	}
    .top-bar-section ul li > a {
      color: White;
      display: block;
      font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
      font-size: 0.75rem;
      /*font-weight: bold;*/
      padding-left: 0.9375rem;
      padding: 12px 0 12px 0.9375rem;
      text-transform: none;
      width: 100%; }
	.top-bar-section li:not(.has-form) a:not(.button) {
      background: #444;
      line-height: 2.0rem;
      padding: 0 0.9375rem; 
	   }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #777; }

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: #444;
}

/*.top-bar-section .dropdown {
      left: 0;
      background: transparent;
      min-width: 100%;
      top: auto; }
      .top-bar-section .dropdown li a {
        background: #BE1E2D;
        color: #FFFFFF;
		font-weight: bold;
        line-height: 2.0rem;
        padding: 12px 0.9375rem;
        white-space: nowrap; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: #BE1E2D;
        color: #FFFFFF; 
		border-bottom: 1px solid #840c17;}
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        background-color: #BE1E2D;
        color: #FFFFFF;
        background: #840c17; }
      .top-bar-section .dropdown li label {
        background: #BE1E2D;
        white-space: nowrap; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }*/
		
.top-bar.expanded {
    background: transparent;
    height: auto; }
    .top-bar.expanded .title-area {
      background: #777; }
    .top-bar.expanded .toggle-topbar a {
      color: White; }
      .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }

		
/** nav styling for latest headlines in Nav*/
#latest-headline-nav .pulling .headline-list a {
	font-size: .88em;
	line-height: 1.5;	
	/*font-weight: bold;*/
	padding: .5em 1em;
}
#latest-headline-nav .pulling hr, #latest-headline-nav .Latest-News-Header {
	display:none;
}		
#latest-headline-nav .parent-link {
	font-weight: bold;
	font-size: .9em;
	letter-spacing: .15em;
}
#latest-headline-nav h5 {
	font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	font-weight: bold;
	font-size: .9em;
	letter-spacing: .15em;
}
		
/**********/
.extra-padding-all{
	padding: .5em;
}
.extra-bottom-padding {
  padding-bottom: 1em ; /* Adds additional padding to bottom of element*/
}
.extra-top-padding {
  padding-top: 1em ; /* Adds additional padding to bottom of element*/
}
.extra-left-padding {
  padding-left: 1em ; /* Adds additional padding to bottom of element*/
}
.extra-right-padding {
  padding-right: 1em ; /* Adds additional padding to bottom of element*/
}
.more-extra-bottom-padding {
  padding-bottom: 2em ; /* Adds additional padding to bottom of element*/
}
.more-extra-top-padding {
  padding-top: 2em ; /* Adds additional padding to bottom of element*/
}
.thin-border {
	border: 1px solid #333333;
}
.medium-border {
	border: 3px solid #333333;
}
.small-text {
	font-size: 80%;
}
.bigger-font {
	font-size: 175%;
}
.social-fix {
	display: inline-block;
	margin-top: 11px;
	margin-right: 50px;
}
.text-to-white {
	color: #fff;
}
.weblabel { 
	color: #CD0000; 
}
/***** Tables ******/

table tr th, table tr td {
    color: #222222;
    font-size: 0.875rem;
    padding: 0.5625rem 0.625rem;
    text-align: center; 
}

#boxwidget table tr td {
    padding: 1em .75em !important;
}
/***** Accordians ****/

/***** BUTTONS *****/
button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #BE1E2D;
  border-color: #8d111c;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #8d111c; }
  button:hover, button:focus, .button:hover, .button:focus, .button:visited {
    color: #FFFFFF; }
	
	button.tiny, .button.tiny {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: .75rem; }
/*---footer------------------*/
footer {
	width: 100%;
	color: #fff;
	font-weight: 300;
    font-size: .8rem;
	background-color: #013e5f;
	padding: 2em 0 2em 0;
	box-sizing: border-box;
}
.rt-border {
    display: inline-block;
    margin: 0px -1px;
    border-right: 1px solid #fff;
}

footer .inline-list {
     display: table;
     margin: 0 auto;
}

footer ul {
     display: table;
     margin: 0 auto;
}
footer .inline-list li:first-child { margin: 0;}
.background {
	background-color: #bbb;
}
.footer-border-align-fix {
	margin: 0px 1px;
	text-align:center;
}
.footerlink {
	color: white;
}
	.footerlink:hover, footerlink:focus {
		color: #0078a0; 
	}
/*-----------------*/

@charset "UTF-8";
.row {
  max-width: 1100px; }
.footer {
  background-color: #151515;
  text-align: center;
  font-size: 1.2rem;
  padding: 3rem; 
  width: 100%;}
  .footer .inline-list a {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-color: #444444;
    border-radius: 2px;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin: 0 3px 0 0; }
	.footer i:hover, i:focus {
    color: #0078a0; }
	.footer .contact a {
	 color: #fff;}
  .footer .contact {
    list-style-type: none;
    margin: 0;
    text-align: left;
    color: #fff; }
    .footer .contact li {
      margin-bottom: 2rem; }
      .footer .contact li p {
        padding-left: 4rem; }
    .footer .contact i {
      position: absolute;
      background-color: #444444;
      color: #fff;
      font-size: 2rem;
      border-radius: 50%;
      line-height: 1;
      margin: 0 0 0 -4rem;
      vertical-align: middle;
      padding: .25em .45em; }
	.footer .contact a:hover, a:focus {
    color: /*#BE1E2D*/#0078a0; }
	.footer .contact i:hover, i:focus {
    color: /*#BE1E2D*/#0078a0; }
  .footer .copywrite {
    color: #8f9296;
    font-size: 0.875rem;
    margin: 0 0 1rem 0; }
  .footer .about {
    color: #92999f;
    font-size: 0.875rem;
    margin: 0 0 1rem 0; }
  .footer .footer-links a {
    list-style: none;
    font-weight: normal;
    color: #ffffff;
    padding: 3rem 0 2rem;
    margin: 0;
    font-size: 0.875rem; }
	.footer .footer-links a:hover, a:focus {
    color: /*#BE1E2D*/#0078a0; }
    .footer .footer-links a::after {
      content: "-";
      padding: 0 0.2rem 0 0.4rem; }
    .footer .footer-links a:last-child::after {
      content: "";
      padding: 0 0.4rem 0 0.8rem; }

  @media only screen and (min-width: 40.063em) {
    .footer p {
      text-align: left; }
    .footer .social {
      text-align: left;
      margin: 0; }
    .footer .contact {
      text-align: left; }
      .footer .contact > i {
        margin-right: 1rem; } }
/*.logo {
  color: #fff;
  font-size: 1.5rem; }
  .logo i {
    margin-right: 0.5rem; }*/

/* dropdown */
 