/* =masthead */
html {
  -webkit-font-smoothing: antialiased;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body { font-size: 14px; margin: 0; padding: 0; width:100%; }

img { max-width: 100%;}

span.access,
.wide { display: none;}

div#site-branding { display: block;}

.masthead {
  z-index: 100;
  position: relative;
}

  .masthead .inner {
    background: #FFFFFF;
    z-index: auto;
    padding: 0;
    position: static;
  }

  .masthead .utility, .masthead .cart {
  	display: none;
  	visibility:hidden;
  }

a.logo {
	margin: 5px 5px 10px;
	width: 100%;
}

  a.logo img {
    max-width: 98%;
  }

.masthead .alertMax,
.masthead .alertLow {
  border-top: 4px solid #000;
  border-bottom: 2px solid #990000;
  padding: 13px 5px 13px 38px;
  margin: 0px;
  background-position: 5px 15px;
  font-family: "museo-sans", "Helvetica Neue", "Helvetica", "Arial", "Verdana", sans-serif;
  line-height: 1.5;
}

.alert {
	margin: 2% 0;
	height: auto;
	min-height: 44px;
}

  #alert.inner {
  	width: 100%;
	}

  #alert .alert {
  	padding-left: 60px;
	}

.error {
  width: auto;
}

  .error .module {
    padding: 0.5em;
  }

.top-right{
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	position: relative;
	display:table;
	width:100%;
	margin-top: 0;
	clear: both;
	/* box-shadow: 0 1px 0 rgba(0, 0, 0, 0.125) inset, 0 1px 3px rgba(0, 0, 0, 0.2); */
	border-top: 1px solid #CCCCCC;
}



  .top-right .search {
    float: none;
    display: table-cell;
    width: 82%;
  }

    .top-right .search fieldset {
      width: 100%;
      height: auto;
      padding: 0;
      border: none;
      margin: 0;
    }

    .top-right .search-input {
      width: 97%;
      height: 40px;
      line-height: 40px;
      padding: 0 0 0 3%;
      color: #999999;
      font-size: 16px;
    }

    .top-right .search-filter {
      width: 0;
      display: none !important;
    }

    .top-right input.search-btn {
      display: none;
    }

  .top-right a#menu-button, .top-right a#menu-button:hover {
    text-decoration: none;
  }

  .top-right a#menu-button {
    display: table-cell;
    width: 18%;
    background-color: #000000;
    color: #FFFFFF;
    font-weight: 600;
    letter-spacing: 0.075em;
    padding: 0.75em 0.85em;
    text-transform: uppercase;
    text-align: center;
    font-family: "museo-sans", "Helvetica Neue", "Helvetica", "Arial", "Verdana", sans-serif;
  }

.inside-wrap{
	width:100%;
}

.section-banner {
  display: block;
  font-size: 0;
  line-height: 0;
}

.inside-wrap .section-banner {
  display: none;
}

.section-banner img {
	display: block;
	margin: 0 auto;
	padding-top: 0;
	width: auto !important;
}

#content-1.column, #content-2.column, #mainContent.column, .footer .column,
.column, .third, .two-thirds, .size1of4, .size2of4, .size2of5 {
	width: auto;
	float: none;
	clear: both;
	margin: 1em 0;
	}

.three-column #mainContent.column, .side-column-left #mainContent.column,
.side-column-right #mainContent.column, .full-width #mainContent.column,
#content-2 {
	width: auto;
	padding: 0 15px;
	}

.full-width #mainContent.column {
	padding-top: 1em;
}

#content-1.column {
	width: 96%;
	padding: 0 2%;
}

.pdf {
  min-height: 0;
}


#container {
  border-bottom: none !important;
	width: 100%;
	min-width: auto;
	background: #ffffff;
	padding:0;
	overflow: hidden;
}

.inner {
	width: 100%;
	padding: 0;
}

#container .content-wrapper {
	width: 100%;
	border: none;
	padding-top: 0;
}

ul, ol {
  margin-left: 0.5em;
}

li {
  margin-left: 1em;
}

h3 {
  font-weight: bold;
}

.arrowlist li {
  border: 0 none;
  display: block;
  line-height: 1;
  margin: 0;
  padding: 0;
}

  .arrowlist a {
    display: block;
    line-height: 1;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
  }

/* home page */


.size1of4, .size2of5  {
	margin: 0 !important;
	float: none;
}

.sm {
	float: none;
	clear: both;
	width: 96%;
	border-top: 1px solid #ddd;
	padding: 1em 0;
	margin: 0 auto;
}

.home .slideshow {
	width: 100%;
	padding: 0;
	border:none;
	overflow:auto;
	display:block;
}

.home .slideshow img {
	width: 100%;
	margin:0 auto;
	display:block;
}

.slideshow-pager {
	display:none;
}

  .slideshow-container {
    margin-bottom: 10px;
  }

	.slideshow-container .trans{
		background-position:0 0;
		background-repeat:no-repeat;
		position:absolute;
		top:45%;
		display:block;
		text-indent:-9999px;
		width:30px;
		height:30px;
	}

	.slideshow-container .previous{
		background-image:url(/core/images/ui/previous-trans.png);
		left:8px;
		z-index:104;
	}

	.slideshow-container .next{
		background-image:url(/core/images/ui/next-trans.png);
		right:8px;
		z-index:105;
	}

.slideshow-prev, .slideshow-next {
  display: none;
}

.fig-caption {
  bottom: 0px;
  width: auto !important;
  right: 0;
  padding: 1em;
}

.fig-caption .hd {
  font-size:1.45em;;
}

.fig-caption .more-info {
  font-size:.8em;
}

.fig-caption.flush-right{
  right: 0;
  left: 0;
}

.slide span {
  display: block;
}

.slideshow .slide a {
  position:relative;
}

/* = home page */

div.tabContainer {
  padding: 0.5em;
}

.tabSwitcher {
  width: 100% !important;
  padding: 0 !important;
}

.tabs ul.tabNavigation {
  display: none;
}

.tabs .tabContainer div,
.tabs .tabContainer div h1 {
  display: block !important;
}

.module {
	width: 96% !important;
	clear: both;
	margin: 0;
	overflow: hidden;
  padding: 0 2%;
}

.module .module {
  width: 100% !important;
}

.breadcrumbs {
	display: none;
}

.home-col-1 img {
	width:100%;}

/* Site Footer
------------------------------------------*/

.site-footer {
	/* -background: rgb(50, 50, 50); */
	background: #000;
  border-top: none;
	padding: 20px 15px;
	margin: 0 auto;
}

	.site-footer p {
		text-align: center !important;
		color: #999;
		font-size: 13.75px;
		margin: .5em 0 1.5em 0;
	}

  /*.site-footer a, .site-footer a:link, .site-footer a:visited {
    color: rgb(255, 255, 255);
  }*/

	a.call-button, a.call-button:visited {
		background-color: rgba(255, 255, 255, 0.09);
		color: rgb(200, 200, 200) !important;
    display: block;
    text-align: center;
    background-image: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.04));
    border-radius: 3px 3px 3px 3px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.075em;
    padding: 0.75em 0.85em;
    text-transform: uppercase;
	}

	.site-footer .icn-social,
	.site-footer .icn-social a {
  	float: none;
	}

.utility{display:block; clear:both; }


/* = navigation styles ---------- */
.nav-main {
	padding: 0;
	width:100%;
	position: static;
	z-index: auto;
}

.nav-main .inner {
	padding: 0;
	width:100%;
	position: absolute;
	background: rgba(153, 0, 0, 0.95);
  left: 0;
  padding: 5px 0;
  top: 100%;
  width: 100%;
  z-index: -1;
  display: none;
}

  .nav-main .inner.open {
    display: block;
  }

  .csstransforms .nav-main .inner {
    -webkit-transform: translateY(-100%);
  	-moz-transform: translateY(-100%);
  	-o-transform: translateY(-100%);
  	-ms-transform: translateY(-100%);
    transform: translateY(-100%);
    display: block;
  }

  .csstransforms .nav-main .inner.open {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }

  .csstransforms .nav-main .inner,
  .csstransforms .nav-main .inner .close-button {
    -webkit-transition: -webkit-transform 0.45s ease;
  	-moz-transition: -moz-transform 0.45s ease;
  	-o-transition: -o-transform 0.45s ease;
  	-ms-transition: -ms-transform 0.45s ease;
  	transition: transform 0.45s ease;
  }

.nav-main .inner {
  padding: 0px;
}

.nav-main ul#nav-main {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	background: transparent;
	padding: 3px 0;
	width: 100%;
	float: none;
}
.nav-main ul#nav-main li {
	float: none;
	margin: 0;
	background: transparent;
  line-height: 1.15;
}

.nav-main ul#nav-main a:link,
.nav-main ul#nav-main a:visited  {
	background: transparent;
	padding: 10px;
	margin-right: 0;
	color: #fff;
	float: none;
	height: auto;
	font-weight: bold;
	font-size: 12px;
}

ul#nav-main li a.selected,
.nav-main ul#nav-main a:focus {
	height: auto !important;
}

ul#nav-main li .sub{
	display:none;
	visibility:hidden;
	width:100%;
	padding:0;
}

.nav-main .close-button {
    background-image: url("/m/core/images/ui/icons/close.png");
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    display: block;
    height: 12px;
    overflow: hidden;
    padding: 10px 15px;
    position: absolute;
    right: 15px;
    text-indent: 1000%;
    white-space: nowrap;
    width: 12px;
    background-color: rgba(153, 0, 0, 0.95);
    border-radius: 0 0 5px 5px;
}

  .csstransforms .nav-main .close-button {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }

  .csstransforms .nav-main .open .close-button {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }


/* Side Nav */
#content-1 .explore-section,
#content-1 .closed.explore-section {
  background: url("/core/images/ui/bg-accordion.gif") no-repeat scroll right 12px #000000;
  border: medium none;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 10px 0 3px 15px;
  position: relative;
  color: #FFCC00;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

  #content-1 ul,
  #content-1 > div {
    border-left: 5px solid #000000;
    border-right: 5px solid #000000;
    font-size: 14px;
    display: block;
  }

    #content-1 ul.nav-section ul {
      border: none;
    }

      #content-1 ul.nav-section ul a.selected {
        padding-left: 24px;
      }

  #content-1 .closed {
    display: none;
  }

  #content-1 .explore-section.closed {
    background-position: right -52px;
  }

  #content-1 .toggle-ft,
  #content-1 .closed.toggle-ft {
    display: block;
    border-radius: 0 0 5px 5px;
    background: #000000;
    padding: 3px;
  }


#content-1 ul.nav-section {
	padding: 0 0 8px 0;
	margin: 0;
	border-left: 5px solid #000000;
  border-right: 5px solid #000000;
	border-radius: 0;
}

#content-1 ul.nav-section a,
#content-1 ul.nav-section a:hover,
#content-1 ul.nav-section li.selected strong a {
	padding: 8px 14px;
	display: block;
	font-size: 14px;
	background-position: right center;
}

#content-1 ul.nav-section ul a,
#content-1 ul.nav-section ul a:hover,
#content-1 ul.nav-section ul li.selected strong a {
	padding: 4px 0 4px 24px;
}

#content-1 ul.nav-section ul li.selected strong a {
  background-image: none;
}

#content-1 ul.nav-section ul ul{ padding-left:45px;}
#content-1 ul.nav-section ul ul li{list-style-type:square; padding:0 }
#content-1 ul.nav-section ul ul a{
	padding-left:0;
	border:none;
}

.bordered {
    padding: 0;
	border:none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0px;
	border-radius:0px;
}

#content-1 div {
  background: none repeat scroll 0 0 #EEEEEE;
  padding: 14px;
}


.side-column-left .inside-wrap,
.three-column .inside-wrap {
  width: 100%;
}

div.utility {
  background-color: #2D2D2D;
  border-top: 2px solid rgb(255, 204, 51);
  padding: 10px 0;
}

  div.utility ul {
    float: left;
    margin-top: 0;
    width: 50%;
  }

  div.utility li {
    border-right: none;
    float: none;
    line-height: 1.15;
    padding: 0;
  }

    div.utility li a {
      color: #EBEBEB;
      border: none;
      display: block;
      float: none;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 1px;
      padding: 10px;
      text-decoration: none;
      text-transform: uppercase;
    }





/* = form styles ------------
.form {
	width: 96%;
	margin: 0 auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border:none;
	padding:0;
	}

.vform { float: none; width: 96%;}
.vform label { display: block; text-align: left; font-weight: bold; padding: 2% 0;}
.register input { display: block; width: 100%; -webkit-appearance: none;}
input.login, p.remember input.ko { margin-left: 0; width: 150px; -webkit-appearance: none;}
.help div { float: none;}
.help input.button { display: block; float: none; -webkit-appearance: none; margin: 2% 0; width: 75%;}
.subscriptions label, #ctl00_pageContent_ctl00_cblSubscriptions label { width: 90%; display: inline-block;}
#ctl00_pageContent_ctl00_cblSubscription input { display: inline-block; }
.subscriptions span, span#ctl00_pageContent_ctl00_cblSubscriptions { padding: 8px 4px;}

a#password-change, a#password-change:visited { color: #fff; text-decoration: none; background: #888; float: none; clear: both; margin-left: 0; width: 130px; text-decoration: none; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;}
a#password-change:hover, a#password-change:active { background: #DF6700; color: #fff; }

*/

/* =sitemap */
	.sitemap {margin:0;}
	.sitemap li a { visibility: hidden;}
	.sitemap ul li a { visibility: visible; margin-bottom:1%}


	.sitemap ul li {width:auto; margin-right:2%;  padding-bottom: 5%; float:none; list-style-type:none; }
	.sitemap ul li  ul li a{font-size:1.2em; margin-bottom:0; font-weight:bold; display: block; border-bottom: 1px solid #ddd;}

	.sitemap ul ul ul{margin-left:5%;}
	.sitemap ul li li li{float:none; width:100%; list-style-type:none; line-height:normal; padding:2% 0;}
	.sitemap ul li li li a{font-weight:normal; font-size:1.1em; display: inline-block; border-bottom:none;}

	.sitemap ul ul ul ul{margin-left:4%;}
	.sitemap ul li li li li{list-style-type:square;}
	.sitemap ul li li li li a{ font-size:1em; }

	.siteMap ul li li li li ul{margin-left: 1%}
	.siteMap ul li li li li li{list-style-type:none;}
	.siteMap ul li li li li li a{color:#666;}

	.siteMap ul li li li li li li a{font-size:.9em;}


.lt-ie9 .nav-main .inner {
  display: block;
}

#mainContent,
.inside-wrap {
  max-width: 100%;
}

.errormsg, .successmsg, .infomsg, .noticemsg {
  display: block;
}

.masthead .inner {
  position: relative;
  height: 130px;
}

  .masthead .nav-main .inner {
    position: absolute;
    height: auto;
  }

.masthead a.logo {
  position: absolute;
  top: 0;
  left: 0;
}

.masthead div.top-right {
  position: absolute;
  bottom: 0;
  left: 0;
}


/* Headlines & Press Releases */
.ListSummary table td,
.side-column-left .news-list {
  width: auto;
}

.but_first, .but_first_disable,
.but_previous, .but_previous_disable,
.but_next, .but_next_disable,
.but_last, .but_last_disable {
  display: block;
  float: left;
  padding-top: 1em;
  width: 25%;
}

.but_next, .but_next_disable,
.but_last, .but_last_disable {
  text-align: right;
}


/* nav-footer */
.footer-left,
.footer-right {
  float: none;
  text-align: center;
  width:100%;
}

.footer .size2of4{
	padding:5px 0;
}

.footer .size2of4 .hlist li{
		display:block;
		border:none;
		float:none;
		line-height:15px;
}

.footer .size2of4 .hlist li a{float:none;}

.footer .vcard{text-align:left; float:left; padding-left:5px;}
.footer .social{float:left; display:block; padding:8px 0 4px;}
.utility{display:block; clear:both; padding:1% 0 2%; background:#000;}
.utility ul li a:link, .utility ul li a:visited { color: #fff; display:block; text-decoration: underline;}
.footer-utility ul a:hover, .footer-utility ul a:active { margin-right: 8px; color: #fff;}

footer .contact-numbers { text-align: center; }
footer .contact-numbers li { float: none; }
footer .contact-numbers li:after { content: none; padding: 0; }
footer .contact-numbers li a { display: block; width: 100%; padding: 0.75em 0; margin: 0; }
