@import url("reset.css");
@import url("fonts.css");


/**
 * 	Grid System --------------------------------------------------
 */
.row,
.blog-row {
	margin-left: -30px;
	*zoom: 1;
	overflow: hidden;
}

.row [class^="span"],
.blog-row [class^="span"] {
	float: left;
	min-height: 1px;
	margin-left: 30px;
}

#forecast-discussion .span6	{
	margin-left: 20px;
}

.span1 { width: 145px; }
.span2 { width: 320px; }
.span3 { width: 495px; }
.span4 { width: 670px; }
.span5 { width: 845px; }
.span6 { width: 1020px; }
.span7 { width: 485px; }
.span8 { width: 590px; }

.row .span51 { width: 875px; margin-left: 0; }

.blog-row .span1 { width: 233px; }
.blog-row .span2 { width: 496px; }
.blog-row .span3 { width: 760px; }

.width760 { width: 760px; }



/**
 * 	Main Styles
 */
html, body {
	font-family: 'ProximaNovaRegular', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
}

a {
  color: #00519A;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

strong, b, h1, h2, h3, h4, h5, h6 {
	font-family: 'ProximaNovaBold';
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

h1 {
	font-size: 36px;
	line-height: 32px;
	margin-bottom: 20px;
}

h4 {
	font-size: 18px;
}

.fx-text-area p {
	margin-bottom: 18px;
}

.page-title { margin-bottom: 30px; }

.gray { color: #999; }
.hidden { display: none; }
.handle { cursor: pointer; }

.text-right { text-align: right!important; }
.text-left { text-align: left!important; }
.text-center { text-align: center!important; }

.pull-left { float: left; }
.pull-right { float: right; }

iframe {
	border: none;
}

.container {
	width: 1020px;
	margin: 0 auto;
	position: relative;
}

.caption {
	padding-bottom: 17px;
	margin-bottom: 28px;
	border-bottom: 1px solid #000;
	font-family: 'ProximaNovaBold';
	font-size: 18px;
	text-align: left;
}

.no-border {
	border: 0;
}

.small-padding {
	padding-bottom: 6px;
	margin-bottom: 0px;
}

.small-padding {
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.caption.spacer {
	/*padding-bottom: 38px;*/
	padding-bottom: 17px;
	margin-bottom: 28px;
	border-bottom: 1px solid #000;
	font-family: 'ProximaNovaBold';
	font-size: 18px;
	width: 210px;
	text-align: left;
}

.caption .extra,
.caption .by,
.caption-controls .controls {
	font-family: 'ProximaNovaRegular';
	font-size: 14px;
}

.caption .extra {
	float: right;
}

.caption .by {
	line-height: 1px;
	margin-left: 5px;
	color: #999;
}

.date {
	color: #999;
}

.caption .by-block {
	display: block;
	margin-left: 0;
	line-height: 18px;
	padding: 5px 0;
}

.caption .bc-zone-date {
	display: block;
	font-size: 18px;
}

.caption-controls .controls {
	display: block;
	margin-top: 5px;
	line-height: 16px;
}

.caption-controls .controls .slash {
	padding: 0 8px;
}

.caption36 {
	font-size: 36px;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.wysiwyg p {
	margin-bottom: 10px;
}

.delimiter6 { height: 6px; }
.delimiter10 { height: 10px; }
.delimiter16 { height: 16px; }
.delimiter20 { height: 20px; }
.delimiter30 { height: 30px; }
.delimiter50 { height: 50px; }
.delimiter60 { height: 60px; }
.delimiter35-border { height: 35px; border-bottom: 1px solid #999; }
.delimiter16-border { height: 16px; border-bottom: 1px solid #999; }
.delimiter6-border { height: 6px; border-bottom: 1px solid #999; }
.delimiter1-border { height: 1px; border-bottom: 1px solid #999; }
.clear { clear: both; }

input[type="radio"],
input[type="checkbox"] {
	float: left;
	margin: 1px 5px 0;
	margin-left: -20px;
	line-height: normal;
}

.checkbox {
	min-height: 20px;
	padding-left: 20px;
	width: auto;
}

.dl-line {
	line-height: 24px;
}

.dl-line dt {
	float: left;
	color: #999;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;	
}

.dl-line dd {
	text-align: left;
}

.dl105 dt { width: 105px; }
.dl105 dd { margin-left: 105px; }

.dl135 dt { width: 135px; }
.dl135 dd { margin-left: 135px; }

.dl175 dt { width: 175px; }
.dl175 dd { margin-left: 175px; }


.dl-list {
	padding-left: 10px;
}

.dl-list dt {
	color: #999;
	line-height: 24px;
	padding-bottom: 10px;
}

.dl-list dd {
	text-align: left;
	padding-bottom: 20px;
}




/**
 * 	Tables --------------------------------------------------
 */
table {
	max-width: 100%;
	background-color: transparent;	
}

.table {
	width: 100%;
}

.table th, .table td {
	text-align: left;
}

.table-striped th,
.table-striped td {
	border-bottom: 1px solid #999;
}

.table-striped-body tbody td {
}

.table-head-gray thead td {
	color: #999;
}

.table30 {
	border-collapse: separate;
	border-spacing: 30px 0;
	margin-left: -30px;
	width: 1020px;
	max-width: 1020px;
}

.table30 tbody td {
	width: 232px;
}

.table30 caption {
	margin: 0 30px 13px;
}

html.page-id-399 {
    vertical-align: top;
}

.table30a {
	border-collapse: separate;
	border-spacing: 30px 0;
	margin-left: -30px;
	width: 800px;
	max-width: 800px;
}

#bc_avo_fx .table30a tr, #bc_avo_fx .table30a td {
	vertical-align: top;
}

.table30a tbody td {
	width: 100px;
}

#bc_avo_fx .table30a tbody td {
	width: 180px;
	display: inline-block;
}

#bc_avo_fx .table30a #problem_graphics td	{
	height: 220px;
}

#bc_avo_fx .table30a #label td {
	text-align: center;
}

.table30a caption {
	margin: 0 30px 13px;
}

/* 10px cellspacing */
.table10 {
	border-collapse: separate;
	border-spacing: 10px 0;
	margin-left: -10px;
	width: 760px;
	max-width: 760px;
}

.table10 caption {
	margin: 0 10px 30px 10px;
}


.table16 {
	border-collapse: separate;
	border-spacing: 16px 0;
	margin: 30px 0 0 -16px;
	width: 572px;
	max-width: 572px;
}

.table16 tbody td {
	width: 123px;
}

.table16 caption {
	margin-left: 16px;
	margin-right: 16px;
}

/* 20px cellspacing */
.table20 {
	border-collapse: separate;
	border-spacing: 20px 0;
	margin-left: -20px;
	width: 1060px;
	max-width: 1060px;
}

.table20 {
	width: 1020px;
	max-width: 1020px;
}

.table20 caption {
	margin: 0 0 30px 10px;
}


.table-padding th, 
.table-padding td {
	padding: 17px 0;
}

.table-side-padding-right th, 
.table-side-padding-right td {
	padding-right: 20px;
}

#blog-content .table10 {
	width: 780px;
	max-width: 780px;
}

#blog-content .table20 {
	width: 800px;
	max-width: 800px;
}



/**
 * 	Arrows --------------------------------------------------
 */
[class^="arrow-"] {
	display: inline-block;
	width: 10px;
	height: 5px;
	vertical-align: middle;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
}

.arrow-left, .arrow-right { 
	width: 5px;
	height: 10px;
}

.arrow-up { background-image: url('../images/arrows/up.gif'); }
.arrow-down { background-image: url('../images/arrows/down.gif'); }
.arrow-left { background-image: url('../images/arrows/left.gif'); }
.arrow-right { background-image: url('../images/arrows/right.gif'); }

.arrow-up-gray { background-image: url('../images/arrows/up-gray.gif'); }
.arrow-down-gray { background-image: url('../images/arrows/down-gray.gif'); }
.arrow-left-gray { background-image: url('../images/arrows/left-gray.gif'); }
.arrow-right-gray { background-image: url('../images/arrows/right-gray.gif'); }

.table [class^="arrow-"] {
	margin-left: 7px;
}

.table-wx-forecast thead td,
.table-wx-forecast tbody tr td:first-child {
	color: #999;
}

/**
 * 	Banners --------------------------------------------------
 */
#banner-wrapper {
	background-color: #f2f2f2;
	padding: 25px 0;
}

.banner-thank {
	color: #999;
}

.banner720x90 {
	width: 720px;
	height: 90px;
	overflow: hidden;
	float: left;
}

.banner-support {
	height: 95px;	
	padding-left: 27px;
	display: table-cell;
	vertical-align: bottom;
}




/**
 * 	Buttons --------------------------------------------------
 */
.btn {
	color: #fff;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	display: inline-block;
	background-color: #00519A;
	background-image: url('../images/btns.png');
	background-position: 0 -120px;
	background-repeat: repeat-x;
	border-radius: 3px;
	text-align: center;
	margin: 0;
	border: none;
	cursor: pointer;
	font-family: 'ProximaNovaRegular';
	font-size: 14px;
}

.btn:hover {
	text-decoration: none;
}

.btn-large {
	height: 57px;
	line-height: 57px;
	background-position: 0 0;
}

.btn-gray {
	background-color: #999;
	background-position: 0 -180px;
}

.btn-large-gray {
	background-color: #999;
	background-position: 0 -60px;
}

.btn96  { width: 96px; padding: 0; }
.btn104 { width: 104px; padding: 0; }
.btn120 { width: 120px; padding: 0; }
.btn137 { width: 137px; padding: 0; }
.btn175 { width: 175px; padding: 0; }
.btn320 { width: 320px; padding: 0; }




/**
 * 	Header --------------------------------------------------
 */
#header {
	padding: 30px 0;
	border-bottom: 1px solid #999;
}

#header .logo,
#header .header-links {
	height: 57px;
	display: table-cell;
	vertical-align: middle;
}

#header .header-buttons {
	margin-left: -8px;
}

#header .header-buttons li {
	float: left;
	margin-left: 8px;
}

#header .header-links a {
	font-size: 16px;
}




/**
 * 	Top Menu --------------------------------------------------
 */
#nav {
	height: 90px;
	padding-bottom: 25px;
}

#nav .nav-links {
	position: absolute;
	z-index: 20;
}

#nav .nav-links li {
	float: left;
	margin-left: 30px;
	line-height: 85px;
}

#nav .nav-links li:first-child {
	margin-left: 0;
}

#nav .nav-links li.active,
#nav .nav-links li a {
	font-size: 16px;
	text-decoration: none;
}

#nav .nav-links li.active {
	color: #000;
}

#nav .nav-links ul {
	display: none;
	position: absolute;
	left: 0;
	width: 1020px;
	background: #fff;
	border-top: 1px solid #f2f2f2;
}

#nav .nav-links ul li {
	float: left;
	margin-left: 18px;
}

#nav .nav-links ul li:first-child {
	margin-left: 0;
}

#nav .nav-links ul li a {
	color: #999;
}

#nav .nav-links ul li.hover > a {
	color: #000;
}

#nav .nav-links li.hover .line,
#nav .nav-links ul li.hover .line { 
	position: absolute;
	height: 1px;
	background: #000;
}

#nav .nav-search {
	margin-left: -5px;
	margin-top: 27px;
}

#nav .nav-search li {
	float: left;
	margin-left: 5px;
}

#nav .search-wrapper {
	width: 215px;
	height: 30px;
	background-color: #f2f2f2;
}

#nav #search {
	width: 185px;
	border: none;
	margin: 0;
	padding: 7px 0;
	color: #999;
	background-color: transparent;
}




/**
 * 	Content --------------------------------------------------
 */
#content {
	min-height: 400px;
}

#blog-content {
	overflow: auto;
	background: url('../images/sidebar-bg.png') right top repeat-y;
}

#blog-content #content {
	float: left;
	width: 770px;
	padding-left: 10px;
}

#blog-content #sidebar {
	float: right;
	width: 205px;
	color: #999;
}

#blog-content #sidebar a {
	color: #999;
}

#blog-content #sidebar h6 {
	font-size: 14px;
	margin-bottom: 13px;
}

#blog-content #sidebar .right-menu {
	
}

#blog-content #sidebar .right-menu .active {
	color: #000;
}

#blog-content #sidebar .right-menu ul .active {
	background: url('../images/dot/black.png') 0 6px no-repeat;
}

#blog-content #sidebar .right-menu > li {
	padding: 8px 0;
}

#blog-content #sidebar .right-menu ul > li {
	padding-left: 20px;
	margin-top: 7px;
	background: url('../images/dot/gray.png') 0 6px no-repeat;
}

#blog-content #sidebar .right-menu ul > li:first-child {
	margin-top: 16px;
}

#avalanche-forecast, #forecast-discussion, #weather-data	{
	padding: 0 0 0 10px;
}

#forecast-discussion .caption	{
	padding: 0 10px 0 0;
}


/**
 * 	Footer --------------------------------------------------
 */
#footer {
	margin-top: 80px;
	border-top: 1px solid #999;
	padding: 30px 0 20px;
}

#footer .footer-links {
	overflow: hidden;
	margin-bottom: 30px;
}

#footer .footer-links li {
	float: left;
	margin-right: 30px;
}

#footer .copy { color: #999; margin-bottom: 5px;}
#footer .poweredby { color: #999; }
#footer .poweredby a { display: inline-block; vertical-align: text-top; }

#footer .footer-banners li {
	float: left;
	margin-right: 15px;
}




/**
 * Icons
 */
[class^="icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	vertical-align: text-top;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

[class^="icon30-"] {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

[class^="icon30-social-"] {
	background-image: url('../images/social.png');
}

.icon30-social-google { background-position: 0 0; }
.icon30-social-facebook { background-position: -30px 0; }
.icon30-social-twitter { background-position: -60px 0; }

.icon-embed { background-image: url('../images/marker.png'); width: 10px; margin-right: 5px; }
.icon-info { background-image: url('../images/info.png'); margin-top: -5px; }
.icon-info-gray { background-image: url('../images/info-gray.png'); margin-top: -3px; }
.icon30-search { background-image: url('../images/search.png'); }




/**
 * 	Accordion --------------------------------------------------
 */
.accordion {
	margin-bottom: 30px;
}

.accordion-header {
	color: #999;
	background-image: url('../images/arrows/left-gray.gif');
	background-position: right 8px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #999;
	cursor: pointer;
	margin-bottom: 17px;
}

.accordion-header.active {
	color: #000;
	background-image: url('../images/arrows/down.gif');
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}

.accordion-header.active .icon-info-gray { background-image: url('../images/info.png'); margin-top: -3px; }

.accordion-content {
	margin-bottom: 30px;
}




/**
 * 	Forecast Regions Section --------------------------------------------------
 */
.forecast-regions-map {
	position: relative;
	width: 495px;
	height: 565px;
	overflow: hidden;
	margin-bottom: 10px;
}

.forecast-regions-map .danger-popup {
	position: absolute;
	top: 30px; left: 30px;
	display: none;
}




/**
 * 	Danger Sacle --------------------------------------------------
 */
.danger-scale {
	overflow: hidden;
	margin-bottom: 30px;
}

.danger-scale li {
	border-top: 10px solid #ccc;
	float: left;
	color: #999;
	font-size: 12px;
	height: 50px;
	width: 82.5px;
	padding-top: 7px;
	line-height: 14px;
}

.danger-scale li.scale1 { width: 77px; }
.danger-scale li.scale2 { border-color: #4DB848; }
.danger-scale li.scale3 { border-color: #FFF200; }
.danger-scale li.scale4 { border-color: #F7931D; }
.danger-scale li.scale5 { border-color: #ED1C23; }
.danger-scale li.scale6 { border-color: #000000; }

/* small */
.danger-scale-small li {
	width: 71px;
	height: 26px;
	padding-top: 3px;
	text-indent: 10px;
}

.danger-scale-small li.active {
	color: #000;
	position: relative;
}

.danger-scale-small li.active:before {
    content: " ";
    display: block;
    position: absolute;
    left: 31px;
    top: -10px; 
    background: url('../images/arrows/down-white.gif') top center no-repeat;
    width: 10px;
    height: 5px;
}

/* large */
.danger-scale-large {
	float: right;
	margin-top: 7px;
	margin-bottom: 0;
}

.danger-scale-large li {
	width: 93px;
	padding-top: 10px;
	font-size: 14px;
	text-align: left;
}

.danger-scale-large li.scale2 {
	margin-left: 4px;
}

.danger-popup.danger6 .type, .danger-popup.danger7 .type {
    width: 355px;
    height: 30px;
    line-height: 22px;
    vertical-align: middle;
    text-align: center;
    padding: 15px 0 0 0;
    color: #fff;
    background-color: #ED1C23;
    font-size: 22px;
    font-weight:bold;
}

.danger-popup.danger8 .type {
    width: 355px;
    height: 30px;
    line-height: 22px;
    vertical-align: middle;
    text-align: center;
    padding: 15px 0 0 0;
    color: #fff;
    background-color: #0000FF;
    font-size: 22px;
    font-weight:bold;
}

.danger-popup.danger0 .info {
	background-color: #CCCCCC;
	background-image: url('../images/danger/0.png');
}
.danger-popup.danger1 .info {
	background-color: #4DB848;
	background-image: url('../images/danger/1.png');
}
.danger-popup.danger2 .info {
	background-color: #FFF200;
	background-image: url('../images/danger/2.png');
}
.danger-popup.danger3 .info {
	background-color: #F7931D;
	background-image: url('../images/danger/3.png');
}
.danger-popup.danger4 .info {
	background-color: #ED1C23;
	background-image: url('../images/danger/4.png');
}
.danger-popup.danger5 .info {
	color: #fff;
	background-color: #000;
	background-image: url('../images/danger/4.png');
}
.danger-popup.danger6 .info, .danger-popup.danger7 .info {
	color: #fff;
	background-color: #ED1C23;
	background-image: url('../images/warning.png');
	height: 90px;
}

.danger-popup.danger8 .info{
  color: #fff;
  background-color: #0000FF;
  background-image: url('../images/warning-blue.png');
  height: 90px;
}



/**
 * 	Slider --------------------------------------------------
 */
.slider-wrapper {
	width: 495px;
	height: 220px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.slider-wrapper .slider {
	width: 20000px;
	height: 220px;
}

.slider-wrapper .slider li {
	float: left;
	margin-right: 5px;
	position: relative;
	height: 220px;
	overflow: hidden;
}

.slider-wrapper .slider li > img {
	height: 220px;
}

.slider-controls,
.slider-controls-large,
.slider-controls-popup {
	position: relative;
	z-index: 10;
}

.slider-controls .slider-nav-left,
.slider-controls .slider-nav-right,
.slider-controls-large .slider-nav-left,
.slider-controls-large .slider-nav-right {
	position: absolute;
	top: 97px;
	height: 26px;
	width: 26px;
	background-image: url('../images/slider.png');
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 10;
}

.slider-controls .slider-nav-left,
.slider-controls-large .slider-nav-left {
	left: 10px;
	background-position: 0 center;
}

.slider-controls .slider-nav-right,
.slider-controls-large .slider-nav-right {
	right: 10px;
	background-position: -26px center;
}

.slider-zoom, .slider-zoom-iframe {
	display: block;
	position: absolute;
	width: 26px; height: 26px;
	/*right: 10px;*/
	left: 10px;
	background: url('../images/slider.png') -52px center no-repeat;
	cursor: pointer;
	z-index: 10;
}

.slider-wrapper .slider-zoom,
.slider-wrapper-large .slider-zoom,
.slider-wrapper .slider-zoom-iframe,
.slider-wrapper-large .slider-zoom-iframe {
	top: 184px;
}

#forecast-discussion .slider-wrapper-large .slider-zoom, #forecast-discussion .slider-wrapper-large .slider-zoom-iframe {
	top: 400px;
}


/* large slider */
.slider-wrapper-large {
	width: 1020px;
	overflow: hidden;
	position: relative;
}

.slider-wrapper-large .slider {
	width: 20000px;
}

.slider-wrapper-large .slider li {
	float: left;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
	width: 670px;
}

.slider-wrapper-large .slider li > img {
	height: 447px;
}

.slider-wrapper-large .slider li .description {
	padding: 7px 7px 0 10px;
	color: #999;
}

.slider-controls-large .slider-nav-left,
.slider-controls-large .slider-nav-right { 
	top: 210px;
}

.slider-wrapper-large .slider-zoom .slider-zoom-iframe {
	top: 411px;
}

/* popup slider */
.slider-wrapper-popup {
	width: 970px;
	overflow: hidden;
	position: relative;
}

.slider-wrapper-popup .slider {
	width: 20000px;
	padding-left: 110px;
}

.slider-wrapper-popup .slider li {
	float: left;
	margin-right: 15px;
	position: relative;
	overflow: hidden;
	width: 750px;
}

.slider-wrapper-popup .slider li > img {
	height: 500px;
}

.slider-wrapper-popup .slider li .description {
	padding: 10px 0 0 0;
	color: #000;
}

.slider-controls-popup {
	position: relative;
}

.slider-controls-popup .slider-nav-left,
.slider-controls-popup .slider-nav-right { 
	top: 0;
	width: 92px;
	height: 500px;
	position: absolute;
	cursor: pointer;
}

.slider-controls-popup .slider-nav-left { 
	left: 0;
	background: url('../images/slider-prev.png') center no-repeat;
}

.slider-controls-popup .slider-nav-right { 
	right: 0;
	background: url('../images/slider-next.png') center no-repeat;
}

/**
 *  News Section --------------------------------------------------
 */
.news-section {
	height: 310px;
	overflow: auto;
}

.news-section .news { margin-top: 30px; }
.news-section .news:first-child { margin-top: 0; }

.news-section .news-title a {
	font-size: 18px;
	font-family: 'ProximaNovaBold';
}

.news-section .news-date {
	margin-top: 2px;
	color: #999;
}

.news-section .news-content {
	margin-top: 8px;
}

.news-section .news-content p {
	padding: 5px 0;
}




/**
 * 	Snowfall Section --------------------------------------------------
 */
.snowfall-section .table .snow {
	width: 90px;
}




/**
 * 	Custom Selects --------------------------------------------------
 */
select {
	display: inline-block;
	width:170px;
	margin: 0;	
	padding: 0;
	height: 36px;
	line-height: 40px; /* safari */
	border: none;
	background: #f2f2f2;
	-webkit-appearance: menulist-button;
}

.hasCustomSelect {
    border:none;
}
.hasCustomSelect option{
    background: #f2f2f2;
    color:#000;
    font-size: 14px;
    padding-left:15px;
    padding-top:10px;
    padding-bottom:10px;
    position:relative;
    left:-1px;
}
.customSelect {
  background: #f2f2f2;
  height: 40px;
}
.customSelectInner:after {
    width: 40px;
    height: 40px;
    float: right;
    display: inline-block;
    content:"";
    background-color: #f2f2f2;    
	  border-left: 1px solid #999999;
    background-image:url(../images/arrows/down-gray.gif);
    background-position:center center;
    background-repeat: no-repeat;
}
.customSelect.customSelectHover .customSelectInner:after {
    background-color: #f2f2f2; 
}
.customSelectInner {
     color: #000;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
    padding-left:15px;
}

.custom-select {
	position: relative;
	background-color: #f2f2f2;
	height: 44px;
	cursor: pointer;
	overflow: hidden;
}

.custom-select select {
	display: block;
	position: absolute;
	top: 0; left: 0;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	z-index: 5;
	cursor: pointer;
}

.custom-select-border {
	border: 1px solid #999;
	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
}

.custom-select-border select {
	top: -2px; left: -1px;
}

.custom-select .custom-select-title {
	position: absolute;
	top: 0; left: 0;
	color: #000;
	text-indent: 15px;
	line-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.custom-select .custom-select-arrow {
	position: absolute;
	top: 0; right: 0;
	width: 42px;
	height: 44px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	border-left: 1px solid #999;
	background-image: url('../images/arrows/down-gray.gif');
}
/*
.custom-select-border .custom-select-arrow,
.custom-select-border .custom-select-arrow-both {
	height: 42px;
}*/

.custom-select-both .custom-select-arrow {
	border-left: none;
	background-image: url('../images/arrows/both-gray.gif');
}

/* disabled */
.custom-select-disabled select {
	cursor: default;
}

.custom-select-disabled .custom-select-title {
	color: #ccc;
}




/**
 * 	Danger Scale Popups --------------------------------------------------
 */
#map_canvas .danger-popup {
	width: 355px;
	background: #fff;
	margin: 0 auto;
}
#map_canvas .danger-popup > li {
	width: 355px;
}
#map_canvas .danger-popup .title {
	height: 60px;
	font-size: 22px;
	line-height: 60px;
	font-family: 'ProximaNovaBold';
}
#map_canvas .danger-popup .info {
	width: 215px;
	height: 90px;
	line-height: 22px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px 0 110px;
	background-repeat: no-repeat;
	background-position: 30px center;
}
#map_canvas .danger-popup.danger6 .info, #map_canvas .danger-popup.danger7 .info {
	color: #fff;
	background-color: #ED1C23;
	height: 60px;
	padding: 0 20px 0 20px;
	width: 315px;
}

#map_canvas .danger-popup.danger8 .info {
	color: #fff;
	background-color: #0000FF;
	height: 60px;
	padding: 0 20px 0 20px;
	width: 315px;
}

#map_canvas .danger-popup.danger6 .type, #map_canvas .danger-popup.danger7 .type {
	width: 255px;
	height: 30px;
	line-height: 22px;
	vertical-align: middle;
	padding: 20px 0 0 100px;
	text-align:left;
	color: #fff;
	background-color: #ED1C23;
	font-size: 18px;
	font-weight:bold;
	background-image: url(../images/danger/warning.png);
	height: 50px;
	background-repeat: no-repeat;
	background-position: 15px 20px;
}
#map_canvas .danger-popup.danger8 .type  {
	width: 255px;
	height: 30px;
	line-height: 22px;
	vertical-align: middle;
	border-left: 1px black;
	padding: 20px 0 0 100px;
	text-align:left;
	color: #fff;
	background-color: #0000FF;
	font-size: 18px;
	font-weight:bold;
	background-image: url(../images/warning-blue.png);
	height: 50px;
	background-repeat: no-repeat;
	background-position: 15px 20px;
}

#map_canvas .danger-popup .info strong {
	font-size: 18px;
}
#map_canvas .danger-popup .scale {
	margin-top: 3px;
	height: 26px;
}
#map_canvas .danger-popup .description {
	width: 295px;
	padding: 20px 10px;
	display: table-cell;
	vertical-align: middle;
}

#map_canvas .danger-popup.danger0 .info {
	background-color: #CCCCCC;
	background-image: url('../images/danger/0.png');
}
#map_canvas .danger-popup.danger1 .info {
	background-color: #4DB848;
	background-image: url('../images/danger/1.png');
}
#map_canvas .danger-popup.danger2 .info {
	background-color: #FFF200;
	background-image: url('../images/danger/2.png');
}
#map_canvas .danger-popup.danger3 .info {
	background-color: #F7931D;
	background-image: url('../images/danger/3.png');
}
#map_canvas .danger-popup.danger4 .info {
	background-color: #ED1C23;
	background-image: url('../images/danger/4.png');
}
#map_canvas .danger-popup.danger5 .info {
	color: #fff;
	background-color: #000;
	background-image: url('../images/danger/4.png');
}
#map_canvas .danger-popup.danger6 .info, #map_canvas .danger-popup.danger7 .info, #map_canvas .danger-popup.danger8 .info {
	background-image: none;
}




/**
 * 	Tabs --------------------------------------------------
 */
.tabs {}

.tabs .tabs-nav {
	border-bottom: 1px solid #000;
	height: 51px;
	margin-bottom: 60px;
	padding-top: 30px;
}

.tabs .tabs-nav > li {
	float: left;
	height: 50px;
	padding: 0 20px;
	line-height: 50px;
	margin-right: 5px;
	border: 1px solid #999;
	border-bottom-width: 0;
	color: #999;
	font-size: 18px;
	font-family: 'ProximaNovaBold';
	cursor: pointer;
	background: #fff;
}

.tabs .tabs-nav > li.active {
	margin-bottom: -1px;
	border-color: #000;
	color: #000;
	cursor: default;
	height: 51px;
}

.tabs .tabs-nav > li.extra {
	float: right;
	margin-right: 0;
	padding: 0;
	border: none;
	cursor: default;
	font-size: 14px;
	font-family: 'ProximaNovaRegular';
}

.tabs .tabs-nav > li.archive {
	padding: 0;
	border: none;
	cursor: default;
	font-size: 14px;
	font-family: 'ProximaNovaRegular';
}

.tabs .tabs-nav > li.extra ul {
	margin-left: -20px;
}

.tabs .tabs-nav > li.extra li {
	float: left;
	margin-left: 20px;
}

.tabs .tabs-nav-statewide-avalanche {
	margin-bottom: 30px;
}




/**
 * 	Treeline Table --------------------------------------------------
 */
.table-treeline tbody td { 
	padding: 0 0 0;
	vertical-align: top;
}

.table-treeline tfoot td { 
	padding: 30px 0 0;
	vertical-align: top;
}

.table-treeline .wrapper {
	position: relative;
	height: 90px;
}

.table-treeline .above-treeline-image,
.table-treeline .near-treeline-image,
.table-treeline .below-treeline-image {
	/*height: 91px;*/
	height: 94px;
	background-color: #fff;
	background-image: url('../images/treeline.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 0; left: 0;
	z-index: -1;
}

.table-treeline .above-treeline-image {
	width: 232px;
}

.table-treeline .near-treeline-image {
	width: 286px;
	background-position: 0px -90px;
}

.table-treeline .below-treeline-image {
	width: 337px;
	background-position: 0px -180px;
}


/**
 * 	HTML Quickform errors --------------------------------------------------
 */

.error {
	color:red;
	font-weight:bold;
	padding:2px;
}

.error_msg {
	color:red;
	padding:1px 0 1px 30px;
}


/**
 * 	Avalanche Forecast Tab --------------------------------------------------
 */

/* treeline table */
#avalanche-forecast .table-treeline thead td { 
	padding-bottom: 10px;
}

#avalanche-forecast .table-treeline .image {
	/*width: 350px;*/
	width: 330px;
	padding: 0;
}

#avalanche-forecast .table-treeline .info {
	width: 175px;
}

#avalanche-forecast .table-treeline .today-icon {
	width: 94px;
	text-align: center;
	padding-top: 15px;
	z-index: 3;
}

#avalanche-forecast .table-treeline .today-text { 
height: 70px;
padding-top: 15px;
padding-bottom: 0px;
padding-right: 5px;
padding-left: 5px;
line-height: 17px;
font-size: 12px;
position: relative;
display: block;
width: 245px;
}

td.today-text:before {
content: '';
display: block;
position: absolute;
z-index: -1;
top: 0;
}
td.today-text:after {
content: '';
position: absolute;
z-index: 3;
top: 17px;
/*left: -60px;
width: 49px;*/
left: -70px;
width: 64px;
height: 49px;
}

/* Above Section */
.above_danger_norating { 
width: 300px;
background: #cccccc;
right: 30px;
}
.above_danger_norating:before {
width: 200px;
left: -215px;
border-top: 85px solid #cccccc;
border-left: 47px solid transparent;
}
.above_danger_norating:after {
background: url(../images/danger/0.png) no-repeat;
}

.above_danger_low { 
width: 300px;
background: #4db848;
right: 30px;
}
.above_danger_low:before {
width: 200px;
left: -215px;
border-top: 85px solid #4db848;
border-left: 47px solid transparent;
}
.above_danger_low:after {
background: url(../images/danger/1.png) no-repeat;
}

.above_danger_moderate { 
width: 300px;
background: #fff200;
right: 30px;
}
.above_danger_moderate:before {
width: 200px;
left: -215px;
border-top: 85px solid #fff200;
border-left: 47px solid transparent;
}
.above_danger_moderate:after {
background: url(../images/danger/2.png) no-repeat;
}

.above_danger_considerable { 
width: 300px;
background: #f7931d;
right: 30px;
}
.above_danger_considerable:before {
width: 200px;
left: -215px;
border-top: 85px solid #f7931d;
border-left: 47px solid transparent;
}
.above_danger_considerable:after {
background: url(../images/danger/3.png) no-repeat;
}

.above_danger_high { 
width: 300px;
background: #ed1c23;
right: 30px;
}
.above_danger_high:before {
width: 200px;
left: -215px;
border-top: 85px solid #ed1c23;
border-left: 47px solid transparent;
}
.above_danger_high:after {
background: url(../images/danger/4.png) no-repeat;
}

.above_danger_extreme { 
width: 300px;
color: #fff;
background: #000000;
right: 30px;
}
.above_danger_extreme:before {
width: 200px;
left: -215px;
border-top: 85px solid #000000;
border-left: 47px solid transparent;
}
.above_danger_extreme:after {
background: url(../images/danger/5.png) no-repeat;
}
/* End of Above Section */

/* Near Section */
.near_danger_norating { 
width: 300px;
background: #cccccc;
right: 30px;
}
.near_danger_norating:before {
width: 200px;
left: -162px;
border-top: 85px solid #cccccc;
border-left: 45px solid transparent;
}
.near_danger_norating:after {
background: url(../images/danger/0.png) no-repeat;
}

.near_danger_low { 
width: 300px;
background: #4db848;
right: 30px;
}
.near_danger_low:before {
width: 200px;
left: -166px;
border-top: 85px solid #4db848;
border-left: 45px solid transparent;
}
.near_danger_low:after {
background: url(../images/danger/1.png) no-repeat;
}

.near_danger_moderate { 
width: 300px;
background: #fff200;
right: 30px;
}
.near_danger_moderate:before {
width: 200px;
left: -162px;
border-top: 85px solid #fff200;
border-left: 45px solid transparent;
}
.near_danger_moderate:after {
background: url(../images/danger/2.png) no-repeat;
}

.near_danger_considerable { 
width: 300px;
background: #f7931d;
right: 30px;
}
.near_danger_considerable:before {
width: 200px;
left: -162px;
border-top: 85px solid #f7931d;
border-left: 45px solid transparent;
}
.near_danger_considerable:after {
background: url(../images/danger/3.png) no-repeat;
}

.near_danger_high { 
width: 300px;
background: #ed1c23;
right: 30px;
}
.near_danger_high:before {
width: 200px;
left: -162px;
border-top: 85px solid #ed1c23;
border-left: 45px solid transparent;
}
.near_danger_high:after {
background: url(../images/danger/4.png) no-repeat;
}

.near_danger_extreme { 
width: 300px;
color: #fff;
background: #000000;
right: 30px;
}
.near_danger_extreme:before {
width: 200px;
left: -162px;
border-top: 85px solid #000000;
border-left: 45px solid transparent;
}
.near_danger_extreme:after {
background: url(../images/danger/5.png) no-repeat;
}
/* End of Near Section */

/* Below Section */
.below_danger_norating { 
width: 300px;
background: #cccccc;
right: 30px;
}
.below_danger_norating:before {
width: 200px;
left: -110px;
border-top: 85px solid #cccccc;
border-left: 47px solid transparent;
}
.below_danger_norating:after {
background: url(../images/danger/0.png) no-repeat;
}

.below_danger_low { 
width: 300px;
background: #4db848;
right: 30px;
}
.below_danger_low:before {
width: 200px;
left: -119px;
border-top: 85px solid #4db848;
border-left: 47px solid transparent;
}
.below_danger_low:after {
background: url(../images/danger/1.png) no-repeat;
}

.below_danger_moderate { 
width: 300px;
background: #fff200;
right: 30px;
}
.below_danger_moderate:before {
width: 200px;
left: -110px;
border-top: 85px solid #fff200;
border-left: 47px solid transparent;
}
.below_danger_moderate:after {
background: url(../images/danger/2.png) no-repeat;
}

.below_danger_considerable { 
width: 300px;
background: #f7931d;
right: 30px;
}
.below_danger_considerable:before {
width: 200px;
left: -110px;
border-top: 85px solid #f7931d;
border-left: 47px solid transparent;
}
.below_danger_considerable:after {
background: url(../images/danger/3.png) no-repeat;
}

.below_danger_high { 
width: 300px;
background: #ed1c23;
right: 30px;
}
.below_danger_high:before {
width: 200px;
left: -110px;
border-top: 85px solid #ed1c23;
border-left: 47px solid transparent;
}
.below_danger_high:after {
background: url(../images/danger/4.png) no-repeat;
}

.below_danger_extreme { 
width: 300px;
color: #fff;
background: #000000;
right: 30px;
}
.below_danger_extreme:before {
width: 200px;
left: -110px;
border-top: 85px solid #000000;
border-left: 47px solid transparent;
}
.below_danger_extreme:after {
background: url(../images/danger/5.png) no-repeat;
}
/* End of Below Section */

/* Tomorrow Section */
.tomorrow_danger_norating { 
background: #cccccc;
left: 80px;
}
.tomorrow_danger_norating:after {
background: url(../images/danger/0.png) no-repeat;
}
.tomorrow_danger_norating:before{
width: 80px;
left: -80px;
border-top: 85px solid #cccccc;
border-top: 85px solid #cccccc;
}

.tomorrow_danger_low { 
background: #4db848;
left: 80px;
}
.tomorrow_danger_low:after {
background: url(../images/danger/1.png) no-repeat;
}
.tomorrow_danger_low:before{
width: 80px;
left: -80px;
border-top: 85px solid #4db848;
border-top: 85px solid #4db848;
}

.tomorrow_danger_moderate { 
background: #fff200;
left: 80px;
}
.tomorrow_danger_moderate:after {
background: url(../images/danger/2.png) no-repeat;
}
.tomorrow_danger_moderate:before{
width: 80px;
left: -80px;
border-top: 85px solid #fff200;
border-top: 85px solid #fff200;
}

.tomorrow_danger_considerable { 
background: #f7931d;
left: 80px;
}
.tomorrow_danger_considerable:after {
background: url(../images/danger/3.png) no-repeat;
}
.tomorrow_danger_considerable:before{
width: 80px;
left: -80px;
border-top: 85px solid #F7931D;
border-top: 85px solid #F7931D;
}

.tomorrow_danger_high { 
background: #ed1c23;
left: 80px;
}
.tomorrow_danger_high:after {
background: url(../images/danger/4.png) no-repeat;
}
.tomorrow_danger_high:before{
width: 80px;
left: -80px;
border-top: 85px solid #ED1C23;
border-top: 85px solid #ED1C23;
}

.tomorrow_danger_extreme { 
color: #fff;
background: #000000;
left: 80px;
}
.tomorrow_danger_extreme:after {
background: url(../images/danger/5.png) no-repeat;
}
.tomorrow_danger_extreme:before{
width: 80px;
left: -80px;
border-top: 85px solid #000000;
border-top: 85px solid #000000;
}
/* End of Tomorrow Section */

#avalanche-forecast .table-treeline .today-text strong { 
	padding-bottom: 0px;
}

#avalanche-forecast .table-treeline .today-text strong {
	display: block;
	font-size: 18px;
}

#avalanche-forecast .table-treeline .empty {
	border: none;
}

#avalanche-forecast .table-treeline .tomorrow-icon {
	width: 145px;
	text-align: center;
}

/* tweets table */
#avalanche-forecast .table-tweets td {
	padding-bottom: 25px;
}

#avalanche-forecast .table-tweets td.date {
	width: 115px;
	padding-left: 25px;
	color: #999;
}

/* persistent slab table */
#avalanche-forecast .table-persistent-slab thead td {
	padding-bottom: 25px;
	padding-left: 175px;
}

#avalanche-forecast .table-persistent-slab tbody td {
	border-bottom: 1px solid #999;
	vertical-align: top;
}

#avalanche-forecast .table-persistent-slab tfoot td {
	font-size: 16px;
	padding-top: 20px;
}

#avalanche-forecast .table-persistent-slab caption {
	padding-top: 30px;
	text-align: left;
	margin-bottom: 30px;
}

#avalanche-forecast .table-persistent-slab h4 {
	width: 195px;
	float: left;
}

#avalanche-forecast .table-persistent-slab .description {
	margin-left: 195px;
	width: 590px;
}

#avalanche-forecast .table-persistent-slab td.cross {
	line-height: 230px;
}


/* weather forecast table */
#avalanche-forecast .table-weather-forecast thead td,
#avalanche-forecast .table-weather-forecast tbody tr td:first-child {
	color: #999;
}

/**
 * 	Avalanche Warning Block --------------------------------------------------
 */
.avalanche-warning {
	background-color: #ED1C23;
	padding: 25px 30px;
	overflow: hidden;
	color: #fff;
}

.avalanche-special {
	background-color: #0000FF !important; /* override the red above */
}

.avalanche-warning .title {
	border-right: 1px solid #BF0000;
	float: left;
	width: 385px;
}

.avalanche-special .title {
	border-right: 1px solid black !important; /* override the red border-right */
}

.avalanche-warning .title strong {
	display: block;
	font-size: 18px;
	margin-bottom: 25px;
	padding-left: 35px;
	line-height: 20px;
	background: url('../images/warning.png') left center no-repeat;
}

.avalanche-warning .title span {
	display: inline-block;
	width: 70px;
}

.avalanche-warning .content {
	float: right;
	width: 545px;
}




/**
 * 	Forecast Discussion Tab --------------------------------------------------
 */
#forecast-discussion .slider-description {
	width: 670px;
	padding-bottom: 30px;
}

#forecast-discussion .table-treeline {
	border-spacing: 10px 0;
	margin-left: -10px;
	width: 1040px;
	max-width: 1040px;	
}

#forecast-discussion .table-treeline {
	border-spacing: 10px 0;
	margin-left: -10px;
	width: 1020px;
	max-width: 1020px;	
}

#forecast-discussion .table-treeline tr td {
	width: 111px;
	text-align: center;
	vertical-align: top;
}

#forecast-discussion .table-treeline tbody td {
	padding: 15px 0 0;
}

#forecast-discussion .table-treeline thead td {
	text-align: left;
	padding-bottom: 10px;
}

#forecast-discussion .table-treeline tr td:first-child {
	width: 415px;
	padding: 0;
}

#forecast-discussion .table-treeline .info {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 115px;
	text-align: left;
	z-index: 5;
}

#forecast-discussion .table-treeline tfoot .info {
	top: 30px;
}

#forecast-discussion .table-treeline .day1 {
	color: #ccc;
	border-bottom-color: #ccc;
}

#forecast-discussion .table-treeline .day2 {
	color: #b3b3b3;
	border-bottom-color: #b3b3b3;
}

#forecast-discussion .table-treeline .day3 {
	color: #808080;
	border-bottom-color: #808080;
}

#forecast-discussion .table-treeline .today {
	border-bottom-color: #000;
}

#forecast-discussion .width760 p,
#forecast-discussion .width760 h5 { margin-top: 25px; }
#forecast-discussion .width760 p:first-child { margin-top: 0; }




/**
 * 	Archived Forecasts Navigation --------------------------------------------------
 */
.archived-forecast-nav {
	overflow: hidden;
	margin-top: 5px;
}
.archived-forecast-nav li {
	float: left;
	margin-right: 20px;
}



/**
 *  Observations/Weather Data
 */
#weather-data .table {
	margin-bottom: 30px;
}

#weather-data .table td {
	width: 16%;
}

#weather-data .table-avalanche-observations td {
	width: 10%;
}

#weather-data .table-weather-observations td {
	width: 10%;
}



/**
 * 	Model Point Forecasts Page
 */
.model-point-forecasts .accordion {
	margin-top: 60px;
}

.model-point-forecasts .table tr td {
	width: 94px;
}

.model-point-forecasts .table tr td:first-child {
	width: 145px!important;
}

.model-point-forecasts .table thead td {
	padding: 0 0 4px;
}




/**
 * 	Observation Forms
 */
.observation-form {
	position: relative;
}

.observation-form h1 {
	margin-bottom: 30px;
}

.observation-form h1 .icon-info {
	margin: 1px 0 0 -5px;
}

.observation-form label {
	display: block;
	padding-bottom: 7px;
}

.observation-form label.inline {
	padding-bottom: 0;
}

.observation-form label span {
	color: #f00;
}

.observation-form fieldset {
	padding-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.observation-form fieldset.button-set {
	padding: 10px 0 0;
	border-bottom: none;
}

.observation-form input[type="text"] {
	display: block;
	border: 1px solid #999;
	background-color: #f2f2f2;
	margin: 0;
	padding: 13px 10px 13px 15px;
}

.observation-form textarea {
	display: block;
	border: 1px solid #999;
	background-color: #f2f2f2;
	margin: 0;
	padding: 13px 10px 13px 15px;
	font-family: 'ProximaNovaRegular';
	font-size: 14px;
	width: 554px;
	height: 104px;
	min-height: 104px;
	resize: vertical;
}

.observation-form #images,
.observation-form #pits {
	width: 454px;
	height: 74px;
	min-height: 74px;
}

.observation-form #videos {
	width: 280px;
	height: 74px;
	min-height: 74px;
}

.observation-form #new_video_url {
	width: 400px;
}

.observation-form #video_urls {
	width: 245px;
}

.observation-form .area-description {
	width: 145px;
	color: #999;
	padding-left: 22px;
	line-height: 22px;
}

.observation-form .area-description label {
	line-height: 16px;
}

.observation-form #firstname,
.observation-form #lastname,
.observation-form #obs_datepicker {
	width: 153px;
}

.observation-form #email {
	width: 205px;
}

.observation-form #phone {
	width: 120px;
}

.observation-form #datepicker {
	background-image: url('../images/calendar.png'); 
	background-position: 144px 9px;
	background-repeat: no-repeat; 
}

.observation-form #datepicker::-ms-clear {
    display: none;
 }

.observation-form #operation {
	width: 566px!important;
}

.observation-form #operation-cselect {
	width: 566px!important;
}

.observation-form .goto {
	margin-top: 20px;
}

.observation-form .goto2 {
	width: 566px;
	text-align: right;
	padding-top: 50px;
}

.observation-form #img_upload,
.observation-form #img_snowpits,
.observation-form #img_video {
	width: 500px;
}

.observation-form fieldset > ul {
	margin-left: -12px;
	overflow: hidden;
}

.observation-form fieldset > ul > li {
	margin-left: 12px;
	float: left;
}

.observation-form .tab {
	padding: 0 12px;
}

.observation-form .required {
	position: absolute;
	top: 6px; right: 0;
	color: #f00;
}

.observation-form .observer li:first-child {
	width: 70px;
}

.observation-form .qq li:first-child {
	width: 250px;
}

.observation-form .qq li.yes {
	width: 150px;
}

.observation-form .qq label {
	display: inline;
}

.observation-form input[type="radio"],
.observation-form input[type="checkbox"] {
	float: none;
	margin: 1px 10px 0;
	margin-left: 15px;
	line-height: normal;
}

.observation-form .title {
	font-size: 18px;
	color: #999;
	padding-bottom: 20px;
}

.observation-form .desc textarea {
	width: 347px;
}

.observation-form #bc_zone_id-cselect,
.observation-form #bc_landmark-cselect {
	width: 371px;
}

.observation-form .coordinates {
	margin-left: -28px;
}

.observation-form .coordinates li {
	margin-left: 28px;
}

.observation-form .coordinates label {
	display: inline;
}

.saved {
font-weight:bold;
color:green;
}


#map_box {
-moz-border-radius: 6px;
background: #eef2f7;
-webkit-border-radius: 6px;
border: 1px solid #536376;
-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
-moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;
padding: 14px 14px;
width: 750px;
height: 500px;
position: relative;
display: none;
}

#media_box {
-moz-border-radius: 6px;
background: #eef2f7;
-webkit-border-radius: 6px;
border: 1px solid #536376;
-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
-moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;
padding: 14px 22px;
width: 790px;
height: 520px;
position: relative;
display: none;
}

#close_x {
display:inline-block;
overflow:hidden;
position: absolute; top:5px; right:5px;
}


/**
 * 	View Media Page
 */
.view-media .accordion {
	margin-top: 60px;
}

.view-media label {
	display: block;
	margin-bottom: 7px;
}

.view-media dt {
	float: left;
	width: 85px;
}

.view-media dd {
	float: left;	
}

.view-media dd label {
	color: #000;
}

.view-media .media-search-wrapper {
	background: #f2f2f2;
}

.view-media #media-search {
	width: 180px;
	margin: 0;
	padding: 13px 10px 13px 0;
	color: #999;
	border: none;
	background: #f2f2f2;
}

.view-media .per-page {
	color: #999;
	margin-top: 40px;
}

.view-media .per-page ul {
	float: right;
}

.view-media .per-page li {
	float: left;
	margin-left: 12px;
	color: #000;
}

.view-media .per-page li a {
	color: #000;
}

.view-media .media-content {
	margin-top: 60px;
}

.view-media .media-content .media-wrapper {
	position: relative;
}

.view-media .media-content .media-description {
	padding: 20px 0;
	border-bottom: 1px solid #999;
}

.view-media .media-content .media-info {
	padding: 20px 0 60px;
	color: #999;
	line-height: 20px;
}

.view-media .media-content .slider-zoom .slider-zoom-iframe {
	bottom: 14px;
}




/**
 * 	Login Form
 */
#login-form {
	height: 543px;
	background: url('../images/login-bg.jpg') center no-repeat;
}

#login-form fieldset {
	padding-top: 115px;
	margin: 0 auto;
	width: 320px;
	color: #fff;
}

#login-form fieldset > div {
	margin-bottom: 10px;
}

#login-form label {
	display: block;
	float: left;
	width: 90px;
	margin-left: -90px;
	line-height: 44px; 
}

#login-form input[type="text"],
#login-form input[type="password"] {
	padding: 14px 13px;
	width: 294px;
	margin: 0;
	border: none;
}

#login-form a {
	display: block;
	line-height: 50px;
	color: #999; 
	background: url('../images/dot/login.gif') bottom left repeat-x;
}

#login-form a:hover {
	color: #fff;
	text-decoration: none;
}




/**
 * 	Form Search Blog
 */
#form-search-blog {
	background-color: #f2f2f2;
	overflow: hidden;
	margin-bottom: 30px;
}

#form-search-blog input[type="text"] {
	border: none;
	margin: 0;
	background: #f2f2f2;
	padding: 7px 0;
	width: 175px;
	color: #999;
}




/**
 * 	Blog List --------------------------------------------------
 */
.post {
	/*padding-left: 10px;*/
}

.post-short {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #000;
}

.post h2 {
	font-size: 36px;
	line-height: 38px;
	margin-bottom: 20px;
}
.post h2 a {
	color: #000;
	text-decoration:none;
}

.post .date {
	color: #999;
	margin-bottom: 30px;
}

.post .info {
	overflow: hidden;
	margin-left: -20px;
}

.post .info li {
	color: #999;
	float: left;
	margin-left: 20px;
}

.blog-navigation {
	overflow: hidden;
}

.blog-navigation li {
	float: left;
	margin-right: 10px;
}

.post .entry {
	overflow: hidden;
	margin-bottom: 40px;
}

.post .entry p {
	margin-top: 16px;
}

.post .entry p:first-child {
	margin-top: 0;
}

.post .entry img {
	max-width: 760px;
}

.post .entry img:first-child {
	margin-top: 0;
}

.post .entry table {
	max-width: 760px;
}

.post .entry .pull-left {
	margin-right: 30px;
}

.post .entry .pull-right {
	margin-left: 30px;
}




/**
 * 	BC Zone Observation Report Page --------------------------------------------------
 */
.snowpack-obsvervation-list {
	overflow: hidden;
	margin-top: 50px;
}

.snowpack-obsvervation-list .ProblemRose {
	margin: 0 0 0 30px;
}

.snowpack-obsvervation-list li {
	float: left;
	width: 670px;
}

.snowpack-obsvervation-list li:first-child {
	width: 350px;
}

.snowpack-obsvervation-list li h5 {
	font-size: 18px;
	margin-bottom: 10px;
}

.snowpack-obsvervation-list li p {
	padding-bottom: 15px;
}

.snowpack-obsvervation-list .dl-line {
	line-height: 16px;
}

.snowpack-obsvervation-list .dl-line dt,
.snowpack-obsvervation-list .dl-line dd {
	padding: 16px 0;
	background: url('../images/dot/login.gif') top left repeat-x;
}

.snowpack-obsvervation-list .dl-line dt:first-child,
.snowpack-obsvervation-list .dl-line dt:first-child + dd {	
	background: none;
}


/* avalanches table*/
.table-avalanches-report {
	margin-left: 0;
	/*width: 1050px;*/
	max-width: 1050px;
	padding-left: 10px;
}

.table-avalanches-report td {
	width: 62px!important;
}

.table-avalanches-report td.date {
	width: 84px!important;
}

/*.table-avalanches-report tbody td.date:before {
	content: " ";
	position: absolute;
	background: url('../images/arrows/right-gray.gif');
	width: 5px;
	height: 10px;
	left: 0;
	margin-top: 3px;
}*/

.table-avalanches-report tbody td.date .wrapper {
	position: relative;
}

.table-avalanches-report tbody td.date .wrapper .arrow {
	position: absolute;
	background: url('../images/arrows/right-gray.gif') center left no-repeat;
	width: 30px;
	height: 50px;
	left: -30px;
	top: -17px;
	cursor: pointer;
}

.table-avalanches-report tbody tr.active .arrow {
	background: url('../images/arrows/down-gray.gif') center left no-repeat !important;
}

.table-avalanches-report tbody tr.active td {
	border-bottom: none;
}

.table-avalanches-report tbody .info-row {
	display: none;
}

.table-avalanches-report tbody .info-row td {
	padding-top: 0;
}


.table-avalanches-report tbody .info-row p {
	padding-bottom: 10px;
}

.table-avalanches-report td.location {
	width: 233px!important;
}

.table-avalanches-report td.text-green {
	color: #7AC943;
}





/**
 * 	Field Observations Row Colors --------------------------------------------------
 */
.see_avi {
    background-color: red;
}

.trigger_avi {
    background-color: orange;
}

.caught_avi {
    background-color: #60AFFE;
}





/**
 * 	Danger Ratings Page --------------------------------------------------
 */
#danger-ratings-list {
	overflow: hidden;
	margin-top: 60px;
}

#danger-ratings-list li {
	float: left;
	position: relative;
	width: 510px;
	min-height: 400px;
}




/**
 * 	Problem Rose --------------------------------------------------
 */
 
.ProblemRoseMap {
	margin: 0 auto;
	position: relative;
	width: 132px;
	height: 132px;
	top: 20px; left: 20px;
	z-index: 10;
}

.ProblemRose {
	margin: 0 auto;
	position: relative;
	width: 170px;
	height: 220px;
}

.ProblemRose > div {
	position: absolute;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
}

.ProblemRose .sep {
	width: 132px;
	height: 132px;
	top: 20px; left: 20px;
	background-image: url('../images/rose/sep.png');
	z-index: 5;
}

.ProblemRose .lines {
	width: 31px;
	height: 116px;
	top: 97px; left: 45px;
	background-image: url('../images/rose/lines.png');
	z-index: 7;
}

/* NBtl, NTln, NAlp, SBtl, STln, SAlp sectors */
.ProblemRose .NBtl, .ProblemRose .NTln, .ProblemRose .NAlp,
.ProblemRose .SAlp, .ProblemRose .STln, .ProblemRose .SBtl
	{ width: 54px; height: 20px; left: 59px; }

/* NBtl section */
.ProblemRose .NBtl		{ top: 21px; }
.ProblemRose .NBtl.on	{ background-image: url('../images/rose/nbtl.png'); }
.ProblemRose .NBtl.off	{ background-image: none; }

/* NTln section */
.ProblemRose .NTln		{ top: 41px; }
.ProblemRose .NTln.on	{ background-image: url('../images/rose/ntln.png'); }
.ProblemRose .NTln.off	{ background-image: none; }

/* NAlp section */
.ProblemRose .NAlp		{ top: 61px; height: 25px; }
.ProblemRose .NAlp.on	{ background-image: url('../images/rose/nalp.png'); }
.ProblemRose .NAlp.off	{ background-image: none; }

/* SAlp section */
.ProblemRose .SAlp		{ top: 86px; height: 25px; }
.ProblemRose .SAlp.on	{ background-image: url('../images/rose/salp.png'); }
.ProblemRose .SAlp.off	{ background-image: none; }

/* STln section */
.ProblemRose .STln		{ top: 111px; }
.ProblemRose .STln.on	{ background-image: url('../images/rose/stln.png'); }
.ProblemRose .STln.off	{ background-image: none; }

/* SBtl section */
.ProblemRose .SBtl		{ top: 131px; }
.ProblemRose .SBtl.on	{ background-image: url('../images/rose/sbtl.png'); }
.ProblemRose .SBtl.off	{ background-image: none; }



/* WBtl, WTln, WAlp, EBtl, ETln, EAlp sectors */
.ProblemRose .WBtl, .ProblemRose .WTln, .ProblemRose .WAlp,
.ProblemRose .EAlp, .ProblemRose .ETln, .ProblemRose .EBtl
	{ width: 20px; height: 54px; top: 60px; }

/* WBtl section */
.ProblemRose .WBtl		{ left: 21px; }
.ProblemRose .WBtl.on	{ background-image: url('../images/rose/wbtl.png'); }
.ProblemRose .WBtl.off	{ background-image: none; }

/* WTln section */
.ProblemRose .WTln		{ left: 41px; }
.ProblemRose .WTln.on	{ background-image: url('../images/rose/wtln.png'); }
.ProblemRose .WTln.off	{ background-image: none; }

/* WAlp section */
.ProblemRose .WAlp		{ left: 61px; width: 25px; }
.ProblemRose .WAlp.on	{ background-image: url('../images/rose/walp.png'); }
.ProblemRose .WAlp.off	{ background-image: none; }

/* EAlp section */
.ProblemRose .EAlp		{ left: 86px; width: 25px; }
.ProblemRose .EAlp.on	{ background-image: url('../images/rose/ealp.png'); }
.ProblemRose .EAlp.off	{ background-image: none; }

/* ETln section */
.ProblemRose .ETln		{ left: 111px; }
.ProblemRose .ETln.on	{ background-image: url('../images/rose/etln.png'); }
.ProblemRose .ETln.off	{ background-image: none; }

/* EBtl section */
.ProblemRose .EBtl		{ left: 131px; }
.ProblemRose .EBtl.on	{ background-image: url('../images/rose/ebtl.png'); }
.ProblemRose .EBtl.off	{ background-image: none; }



/* NWBtl, NWTln, NWAlp, SEBtl, SETln, SEAlp sectors */
.ProblemRose .NWBtl, .ProblemRose .NWTln, .ProblemRose .NWAlp,
.ProblemRose .SEAlp, .ProblemRose .SETln, .ProblemRose .SEBtl
	{ width: 47px; height: 47px; }

/* NWBtl section */
.ProblemRose .NWBtl		{ top: 22px; left: 21px; }
.ProblemRose .NWBtl.on	{ background-image: url('../images/rose/nwbtl.png'); }
.ProblemRose .NWBtl.off	{ background-image: none; }

/* NWTln section */
.ProblemRose .NWTln		{ top: 35px; left: 35px; }
.ProblemRose .NWTln.on	{ background-image: url('../images/rose/nwtln.png'); }
.ProblemRose .NWTln.off	{ background-image: none; }

/* NWAlp section */
.ProblemRose .NWAlp		{ top: 51px; left: 50px; }
.ProblemRose .NWAlp.on	{ background-image: url('../images/rose/nwalp.png'); }
.ProblemRose .NWAlp.off	{ background-image: none; }

/* SEAlp section */
.ProblemRose .SEAlp		{ top: 76px; left: 75px; }
.ProblemRose .SEAlp.on	{ background-image: url('../images/rose/sealp.png'); }
.ProblemRose .SEAlp.off	{ background-image: none; }

/* SETln section */
.ProblemRose .SETln		{ top: 91px; left: 91px; }
.ProblemRose .SETln.on	{ background-image: url('../images/rose/setln.png'); }
.ProblemRose .SETln.off	{ background-image: none; }

/* SEBtl section */
.ProblemRose .SEBtl		{ top: 105px; left: 104px; }
.ProblemRose .SEBtl.on	{ background-image: url('../images/rose/sebtl.png'); }
.ProblemRose .SEBtl.off	{ background-image: none; }



/* NEBtl, NETln, NEAlp, SWBtl, SWTln, SWAlp sectors */
.ProblemRose .NEBtl, .ProblemRose .NETln, .ProblemRose .NEAlp,
.ProblemRose .SWAlp, .ProblemRose .SWTln, .ProblemRose .SWBtl
	{ width: 47px; height: 47px; }

/* NEBtl section */
.ProblemRose .NEBtl		{ top: 22px; left: 104px; }
.ProblemRose .NEBtl.on	{ background-image: url('../images/rose/nebtl.png'); }
.ProblemRose .NEBtl.off	{ background-image: none; }

/* NETln section */
.ProblemRose .NETln		{ top: 35px; left: 90px; }
.ProblemRose .NETln.on	{ background-image: url('../images/rose/netln.png'); }
.ProblemRose .NETln.off	{ background-image: none; }

/* NEAlp section */
.ProblemRose .NEAlp		{ top: 51px; left: 75px; }
.ProblemRose .NEAlp.on	{ background-image: url('../images/rose/nealp.png'); }
.ProblemRose .NEAlp.off	{ background-image: none; }

/* SWAlp section */
.ProblemRose .SWAlp		{ top: 76px; left: 50px; }
.ProblemRose .SWAlp.on	{ background-image: url('../images/rose/swalp.png'); }
.ProblemRose .SWAlp.off	{ background-image: none; }

/* SWTln section */
.ProblemRose .SWTln		{ top: 91px; left: 35px; }
.ProblemRose .SWTln.on	{ background-image: url('../images/rose/swtln.png'); }
.ProblemRose .SWTln.off	{ background-image: none; }

/* SWBtl section */
.ProblemRose .SWBtl		{ top: 105px; left: 21px; }
.ProblemRose .SWBtl.on	{ background-image: url('../images/rose/swbtl.png'); }
.ProblemRose .SWBtl.off	{ background-image: none; }


/* text labels */
.ProblemRose .text {
	line-height: 16px;
	text-align: center;
	font-size: 12px;
	font-family: 'ProximaNovaBold';
}

.ProblemRose .n {
	top: 0; left: 58px;
	width: 55px; height: 20px;
}

.ProblemRose .s {
	top: 152px; left: 58px;
	width: 55px; height: 20px;
	line-height: 26px;
}

.ProblemRose .w {
	top: 59px; left: 0;
	width: 20px; height: 55px;
	line-height: 55px;
	text-align: left;
}

.ProblemRose .e {
	top: 59px; right: 0;
	width: 20px; height: 55px;
	line-height: 55px;
	text-align: right;
}

.ProblemRose .nw {
	top: 0; left: 0;
	width: 58px; height: 59px;
	line-height: 60px;
	text-align: left;
	text-indent: 11px;
}

.ProblemRose .ne {
	top: 0; right: 0;
	width: 58px; height: 59px;
	line-height: 60px;
	text-align: left;
	text-indent: 27px;
}

.ProblemRose .sw {
	top: 114px; left: 0;
	width: 58px; height: 59px;
	line-height: 60px;
	text-align: left;
	text-indent: 11px;
}

.ProblemRose .se {
	top: 114px; right: 0;
	width: 58px; height: 59px;
	line-height: 60px;
	text-align: left;
	text-indent: 27px;
}

.ProblemRose .above,
.ProblemRose .near,
.ProblemRose .below {
	line-height: 16px;
	text-align: left;
	font-size: 12px;
	font-family: 'ProximaNovaRegular';
}

.ProblemRose .above { top: 172px; right: 5px; }
.ProblemRose .near { top: 187px; right: 26px; }
.ProblemRose .below { top: 201px; right: 32px; }



/**
 * 	Avalanche Problem Graphic --------------------------------------------------
 */
 
#problem_img_0, #problem_img_0, #problem_img_0	{
	padding-top: 20px;
	padding-left: 10px;
}

#definition_0, #definition_1, #definition_2	{
	width: 530px;
	/*float: right;*/
	display: block;
}
 

/**
 * 	Likelihood Graphic --------------------------------------------------
 */
.likelihood-graphic {
	width: 105px;
	border-left: 1px solid #000;
	margin: 40px 0 0 82px;
}

#bc_avo_fx .likelihood-graphic {
	margin: 20px 0 0 52px;
}

.likelihood-graphic > div {
	height: 1px;
	line-height: 1px;
	color: #999;
	margin-bottom: 30px;
	margin-left: -11px;
}

.likelihood-graphic > div.on {	
	height: 5px;
	line-height: 5px;
	font-family: 'ProximaNovaBold';
	color: #000;
}

.likelihood-graphic > div span {
	display: block;
	width: 20px;
	height: 1px;
	background: #999;
	margin-right: 15px;
	float: left;
}

.likelihood-graphic > div.on span {
	height: 5px;
	border: 1px solid #000;
	background: #999;
}




/**
 * 	Size Graphic --------------------------------------------------
 */
.size-graphic {
	position: relative;
	width: 130px;
	border-left: 1px solid #000;
	margin: 40px auto 0;
}

#bc_avo_fx .size-graphic {
	margin: 20px auto 0;
}

.size-graphic > div {
	height: 1px;
	line-height: 1px;
	color: #999;
	margin: 0 0 42px 15px;
}

.size-graphic > div span {
	display: block;
	width: 20px;
	height: 1px;
	background: #000;
	margin-right: 15px;
	float: left;
}

.size-graphic .handler {
	position: absolute;
	width: 21px;
	background: #999;
   border: 1px solid #000;
	margin: 0;
	left: -11px;
	height: 0;
	top: 0;
}

.size-graphic.historic .h, .size-graphic.vlarge .v,
.size-graphic.large .l, .size-graphic.small .s,
.size-graphic.vlarge-historic .v, .size-graphic.vlarge-historic .h,
.size-graphic.large-vlarge .l, .size-graphic.large-vlarge .v,
.size-graphic.small-large .s, .size-graphic.small-large .l
	{ color: #000; font-family: 'ProximaNovaBold'; }

.size-graphic.historic .h span, .size-graphic.vlarge .v span,
.size-graphic.large .l span, .size-graphic.small .s span,
.size-graphic.vlarge-historic .v span, .size-graphic.vlarge-historic .h span,
.size-graphic.large-vlarge .l span, .size-graphic.large-vlarge .v span,
.size-graphic.small-large .s span, .size-graphic.small-large .l span
	{ background: #000; }

/* single */
.size-graphic.historic .handler { height: 5px; top: -2px; }
.size-graphic.vlarge .handler { height: 5px; top: 41px; }
.size-graphic.large .handler { height: 5px; top: 84px; }
.size-graphic.small .handler { height: 5px; top: 127px; }

/* range */
.size-graphic.vlarge-historic .handler { height: 44px; top: 0; }
.size-graphic.large-vlarge .handler { height: 44px; top: 43px; }
.size-graphic.small-large .handler { height: 44px; top: 86px; }




/**
 * 	Custom Scrollbar --------------------------------------------------
 */
.news-section { width: 495px; overflow: hidden; }
.news-section .viewport { width: 490px; height: 310px; overflow: hidden; position: relative; }
.news-section .overview { list-style: none; position: absolute; left: 0; top: 0; }
.news-section .thumb .end,
.news-section .thumb { background-color: #666; }
.news-section .scrollbar { position: relative; float: right; width: 3px; }
.news-section .track { background-color: #999; height: 100%; width:3px; position: relative; padding: 0; }
.news-section .thumb { height: 20px; width: 3px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
.news-section .thumb .end { overflow: hidden; height: 5px; width: 3px; }
.news-section .disable { display: none; }




/**
 * 	Popup Info --------------------------------------------------
 */
.popup-title {
	color: #00529B;
	font-size: 18px;
	line-height: 18px;
	padding: 0 0 20px 45px;
	border-bottom: 1px solid #999;
	margin-bottom: 25px;
	background: url('../images/info.png') top left no-repeat;
}


/**
 * 	Search Submit
 */
.search-submit {
	border: none;
	padding: 0;
	margin: 0;
	background: transparent url('../images/search.png') center no-repeat;
	width: 30px;
	height: 30px;
	cursor: pointer;
	float: left;
}

.media-search-submit {
	width: 42px;
	height: 42px;
}

.info-popup-iframe {
	z-index: 2;
	background: #ffffff;
	position: relative;
}

.treeline{
	position: relative;
	top: 35px;
	left: 15px;
	background: #ffffff;
width: 150px;
font-size: 17px;
font-weight: 900;
}
.treeline-below{
	position: absolute;
	top: 35px;
	left: 15px;
	background: #ffffff;
/*width: 139px;*/
width: 150px;
font-size: 17px;
font-weight: 900;
}


.fx-mtn-date, .fx-mtn-date h2	{
	width: 410px;
}

.fx-mtn-today 	{
	position:relative;
	width: 240px;
}

.fx-mtn-today h2.caption.spacer	{
	position:absolute;
	left: -20px;
	top: 18px;
	width: 240px;
}

.fx-mtn-tomorrow 	{
	position:relative;
}

.fx-mtn-tomorrow h2.caption.spacer	{
	position:absolute;
	left: 0px;
	top: 18px;
	width: 245px;
}

.tomorrowheader{
padding-left: 80px;
}
