/********************************************************
1.   Universal styles (typography, etc.)
2.   Header
3.   Main navigation
4.   Main body
5.   Right column
6.   Footer
7.   Bio styles
8.   Search and 404
9.   Alert Bar
10. Live Blog



********************************************************
1. Universal styles
********************************************************/
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,900|Raleway:300,400,600|Merriweather:400,400italic,700);


body {
  background: #f7f7f7;
  font-family: 'Merriweather', Georgia, serif;
  font-weight: 400;
  text-rendering: optimizelegibility;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 400;
}

.fin_headlines_title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 900;
}

a, 
a:active,
a:visited,
#fin_modules_right #fin_most_popular_with_thumbnails .fin_headlines_image img {
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #999;
}

#fin_modules_right #fin_most_popular_with_thumbnails .fin_headlines_title,
#searef_writer_bio_with_recent #fin_bio_headlines_by_author .fin_headlines_title {
  font-family: 'Merriweather', Georgia, serif;
  font-weight: 700;
  font-size:.75em;
  color:#000;
  padding: 0;
  line-height: 1.25em;
}

::-moz-selection {
  background: #aaa
  color: #fff;
}

::selection {
  background: #aaa;
  color: #fff;
}


/**********************************************
2. Header styles
**********************************************/
#fin_page_header {
  background: #f7f7f7;
}

#banner {
  padding: 0;
  position: relative;
  background: transparent;
  height: 130px;
}

.fin_type_homepage #banner,
.fin_subsection_error #banner,
.fin_subsection_search #banner {
   height: 70px;
}

#fin_site_logo {
  width: 225px;
  top: 65px;
  z-index: 2000002;
  position: absolute;
}

.fin_type_homepage #fin_site_logo,
.fin_subsection_error #fin_site_logo,
.fin_subsection_search #fin_site_logo {
  top: 5px;
}

#fin_site_logo a {
  width: 225px;
  height: 150px;
  background-image: url('http://cf.fisherinteractive.com/seattlerefined/main/seattlerefined_logo225x150.png');
  background-image: url('http://cf.fisherinteractive.com/seattlerefined/main/seattlerefined_logo225x150.svg'), none;
  outline: none;
  transition: none;
}

#fin_page_container #fin_modules_top_above_header {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

#fin_modules_top_above_header #fin_ad_728x90_top {
  background-image:none;
  background-position:initial initial;
  background-repeat:initial initial;
  position:absolute;
  right: 0;
  top: 30px;
  width:738px;
}

#fin_modules_top_above_header .callout {
  width:738px;
}

#fin_modules_top_above_header .callout #FIN_728x90_top_ad {
  background: url(http://cf.komonews.com/ad_label_vert_light.png) no-repeat scroll 1px 16px transparent;
  padding-left: 10px;
}

#fin_ad_728x90_bottom .callout {
  background: url(http://cf.komonews.com/ad_label_vert_light.png) no-repeat scroll 1px 16px transparent;
}

#fin_networkbar {
  float: right;
  padding-top: 10px;
}

#fin_networkbar ul li {
  margin-left: 15px;
  font-size: .688em;
  color: #bbb;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400;
  font-style: italic;
}

#fin_networkbar ul a {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding-left:  5px;
  display: inline;
  color: #bbb;
}

#fin_networkbar ul a:hover {
  color: #343434;
}


/**********************************************
3. Main navigation styles
**********************************************/
.navbar {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  background: #fff;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.navbar_inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#primarynav {
  height: 61px;
  background: none;
  border-top: none;
  border-bottom: none;
  font-size: .875em;
  line-height: 61px;
}

#primarynav ul {
  width: 520px;
  height: 61px;
  padding: 0 0 0 245px;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400;
  margin: 0;
}

#primarynav li {
  border-left: none;
  height: 100%;
}

#primarynav a {
  color: #000;
  outline: none;
  padding: 0 9px;
}

#primarynav a:hover,
#primarynav ul li:hover a {
  background: #000;
  color: #fff;
}

#primarynav li.fin_nav_current a {
  background: none;
  color: #000;
}

#primarynav li.fin_nav_current a:after {
  content: '';
  border-bottom: dotted 1px #000;
  position: absolute;
  bottom: 18px;
  left: 10px;
  right: 10px;
}


/******* Search bar styles ************/
  .fin_header_tools {
  width: 200px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2000002;
}

#sr_social {
  margin: 15px 0 0;
  padding: 0;
  list-style-type: none;
  float: left;
  overflow: hidden;
}

#sr_social li {
  float: left;
  margin-right: 5px;
}

#sr_social li a {
  font-size: .75em;
  color: #000;
}

#sr_social .searef_social_fb a:hover,
.fin_page_sharing_fb a:hover {
  color: #3b5a9b;
}

#sr_social .searef_social_tw a:hover,
.fin_page_sharing_tw a:hover {
  color: #55acee;
}

#sr_social .searef_social_in a:hover,
.fin_page_sharing_in a:hover {
  color: #a16854;
}

.fin_page_sharing_pi a:hover,
#sr_social .searef_social_pi a:hover {
  color: #cb212a;
}

.fin_page_sharing_em a:hover {
  color: #7e7e7e;
}

#fin_header_site_search_searef {
  width: auto;
  height: 30px;
  position: absolute;
  top: 15px;
  overflow: visible;
  cursor: pointer;
  border-radius: 0;
  border: none;
  right: 0;
  margin: 0;
}

#fin_header_site_search_searef #cse-search-form input[type="text"] {
  height: 23px;
  color: #222222;
  border: #e8e8e8 solid 1px;
  background-color: #f1f1f1;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  padding: 2px 5px;
  font-size: .750em;
  margin: 0;
  outline: none;
  line-height:23px;
  float: left;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  transition-delay: 2s;
  width: 0;
  margin-top:1px;
  margin-right: -5px;
}

input[type="text"]:focus {
  outline: none;
}

#fin_header_site_search_searef #cse-search-form input[type="text"]:focus {
  width: 173px;
  margin-right: 0;
}

#fin_header_site_search_searef .gsc-search-btn {
  background: none;
  width: 30px;
  padding: 0;
  position: static;
  margin-top: 0;
  margin-left: -15px;
  height: 30px;
  border: 0;
  text-indent: 0;
  font-size: 12px;
  float: left;
  color: #000;
}

.gsc-search-btn:focus {
  outline: none;
}

#fin_header_site_search_searef:hover #cse-search-form input[type="text"] {
  width: 173px;
  margin-right: 0;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  -ms-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
}

.fin_subsection_search #searef_empty_space {
  height: 45px;
}

/*******Sticky Nav************/

.stickit {
  height: 220px;
}

.fin_type_homepage .stickit,
.fin_subsection_error .stickit,
.fin_subsection_search .stickit {
  height: 165px;
}

.stickit  .navbar {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  border: 0;
  background: #000;
  border-bottom: 2px solid #9E9E9E;
  margin: 0;
}

.stickit .navbar_inner:after {
  content: '';
  width: 100%;
  border-bottom: 5px solid #f7f7f7;
  position: absolute;
  bottom: -7px;
  width:1020px;
  left: -10px;
}

.stickit  #primarynav {
  height: 40px;
  background: #000;
  border-top: none;
  border-bottom: none;
  line-height: 40px;
}

.stickit  #primarynav ul {
  height: 40px;
  padding: 0;
  margin: 0 0 0 200px;
}

.stickit #primarynav a {
  color: #FFF;
}

.stickit #primarynav a:hover {
  background: #333;
}

.stickit #fin_site_logo {
  width: 150px;
  top: 5px;
  position: fixed;
}

.stickit #fin_site_logo a {
  width: 150px;
  height: 30px;
  background-image: url('http://cf.fisherinteractive.com/seattlerefined/main/SeattleRefined_logoWeb_Footer_w150x30.png');
  background-image: url('http://cf.fisherinteractive.com/seattlerefined/main/SeattleRefined_logoWeb_Footer_w150x30.svg'), none;
  outline: none;
}

.stickit #sr_social {
  margin-top: 5px
}

.stickit #fin_header_site_search_searef {
  top: 5px;
}

.stickit #fin_header_site_search_searef #cse-search-form input[type="text"] {
  height: 15px;
  line-height: 15px;
  padding: 2px 5px;
  margin-top: 5px;
  transition-delay: 0;
  transition: 0;
}

.stickit #primarynav li.fin_nav_current a {
  color: #fff;
}

.stickit #primarynav li.fin_nav_current a:after {
  border-bottom: dotted 1px #fff;
  bottom: 8px;
}


/**********************************************
4. Main body styles
**********************************************/
#fin_billboard {
  width: 1000px;
}

#banner, 
#fin_page_footer, 
#fin_content, 
#fin_modules_top, 
#fin_modules_bottom {
  width: 1000px;
  background: #f7f7f7;
}

#fin_content_inner {
  border-right: none;
  border-left: none;
  background: #f7f7f7;
}

#fin_main {
  border-right: none;
  width: 640px;
  margin-right: 20px;
}

#fin_main .fin_module_wide {
  width: 640px;
}

.fin_type_homepage #fin_main section.fin_section_headlines {
  display:none;
}

#fin_main .fin_module {
  width: 100%;
  margin: 15px 0;
  padding: 0;
}

.fin_type_homepage #fin_main .fin_module_heading a, 
.fin_type_homepage #fin_main .fin_module_heading span {
  border: none;
}

#fin_main .fin_headlines_list.fin_headlines_section_headlinestyle {
  margin-bottom: -2px;
}

#fin_main #fin_bio_headlines_by_author:after,
.fin_type_story #fin_main .hnews:after,
.fin_type_homepage #fin_main .fin_headlines_section_featured_top:after,
#fin_main .fin_headlines_section_topheadlinestyle:after,
#searef_error_wrapper:after  {
  content: "";
  display: block;
  background: url("http://cf.fisherinteractive.com/seattlerefined/main/sr_shadow1_640x30.png");
  height: 30px;
  width: 640px;
}

#fin_main .fin_headlines_section_topheadlinestyle:after {
  position:absolute;  
  bottom: -43px;
}

.fin_type_story #fin_main .hnews:after {
  position: absolute;
}

#fin_main section > header {
  padding: 0 0 15px 0;
  text-align: center;
  width: 1000px;
}

#fin_main section > header h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 900;
  font-size: 2em;
  color: #000;
} 

#fin_main section.fin_section_headlines {
  margin: 0;
}

#fin_modules_bottom #fin_ad_728x90_bottom {
  width: 875px;
  padding: 20px 0 0 125px;
  margin: 20px 0;
  border-top: 2px dotted #ccc;
  background: none;
}

/******* Top Story - home page ************/

.fin_type_homepage #fin_main .fin_headlines_section_featured_top {
  margin: 0;
  overflow: visible;
}
.fin_type_homepage #fin_main .fin_headlines_section_featured_top article header a {
  height: 430px;
  position: relative;
  display: block;
}

.fin_type_homepage #fin_main .fin_headlines_section_featured_top .fin_module_heading {
  display: none;
}

.fin_type_homepage #fin_main .fin_headlines_section_featured_top article {
  padding: 0;
  border: none;
}

.fin_type_homepage #fin_main .fin_headlines_section_featured_top article .fin_headlines_image {
  width: 638px;
  border: none;
  height: 430px;
  max-height: 440px;
  margin: 0;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
}

.fin_type_homepage #fin_main .fin_headlines_section_featured_top article .fin_headlines_image img {
  max-width: 660px;
  max-height: 720px;
  margin-left: -1px;
  margin-top: -1px;
}

.fin_type_homepage #fin_main .fin_headlines_section_featured_top article .fin_headlines_title {
  position: absolute;
  display: block;
  background: url("http://cf.fisherinteractive.com/seattlerefined/main/sr_bg85.png");
  background: rgba(10, 10, 10, 0.85);
  bottom: 30px;
  padding: 25px 20px 25px 30px;
  margin-left: -10px;
  border: 1px solid #777;
  color: #fff;
  max-width: 580px;
  text-transform: capitalize;
}

.fin_type_homepage #fin_main .fin_headlines_section_featured_top article .fin_headlines_summary {
  width: 558px;
  padding: 20px 40px 30px;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  font-size: .938em;
  line-height: 1.6;
}


/*******Main categories home page module styles ************/

.fin_type_homepage #fin_main .fin_headlines_section_eat_drink,
.fin_type_homepage #fin_main .fin_headlines_section_culture, 
.fin_type_homepage #fin_main .fin_headlines_section_the_home, 
.fin_type_homepage #fin_main .fin_headlines_section_fashion,
.fin_type_homepage #fin_main .fin_headlines_section_travel {
  position:  relative;
  overflow: visible;
  border-bottom: 2px dotted #ccc;
  padding: 0 0 10px;
}
.fin_type_homepage #fin_main .fin_headlines_section_travel {
  border: none;
  margin-bottom: 0;
}

.fin_type_homepage .fin_headlines_section_eat_drink .fin_more,
.fin_type_homepage .fin_headlines_section_culture .fin_more, 
.fin_type_homepage .fin_headlines_section_the_home .fin_more, 
.fin_type_homepage .fin_headlines_section_fashion .fin_more,
.fin_type_homepage .fin_headlines_section_travel .fin_more {
  display: none;
}

.fin_type_homepage .fin_headlines_section_travel {
  border-bottom: none;
}

.fin_type_homepage .fin_headlines_section_eat_drink .fin_headlines_image,
.fin_type_homepage .fin_headlines_section_culture .fin_headlines_image, 
.fin_type_homepage .fin_headlines_section_the_home .fin_headlines_image, 
.fin_type_homepage .fin_headlines_section_fashion .fin_headlines_image,
.fin_type_homepage .fin_headlines_section_travel .fin_headlines_image {
  width: 315px;
  height: 190px;
  border: 1px solid #000;
  margin-bottom: 10px;
}

.fin_type_homepage .fin_headlines_section_eat_drink .fin_headlines_image img,
.fin_type_homepage .fin_headlines_section_culture .fin_headlines_image img,
.fin_type_homepage .fin_headlines_section_the_home .fin_headlines_image img,
.fin_type_homepage .fin_headlines_section_fashion .fin_headlines_image img,
.fin_type_homepage .fin_headlines_section_travel .fin_headlines_image img {
  max-width: 325px;
  max-height: 260px;
  margin-left: -1px;
  margin-top: -1px;
}

.fin_type_homepage .fin_headlines_section_eat_drink .fin_headlines_feature_items,
.fin_type_homepage .fin_headlines_section_culture .fin_headlines_feature_items,
.fin_type_homepage .fin_headlines_section_the_home .fin_headlines_feature_items,
.fin_type_homepage .fin_headlines_section_fashion .fin_headlines_feature_items,
.fin_type_homepage .fin_headlines_section_travel .fin_headlines_feature_items {
  width: 318px;
  float: left;
  margin-right: 20px;
  line-height: 22px;
}

.fin_type_homepage .fin_headlines_section_eat_drink .fin_headlines_textonly_items,
.fin_type_homepage .fin_headlines_section_culture .fin_headlines_textonly_items,
.fin_type_homepage .fin_headlines_section_the_home .fin_headlines_textonly_items,
.fin_type_homepage .fin_headlines_section_fashion .fin_headlines_textonly_items,
.fin_type_homepage .fin_headlines_section_travel .fin_headlines_textonly_items {
  width: 302px;
  float: left;
}


.fin_type_homepage .fin_headlines_section_eat_drink .fin_headlines_item,
.fin_type_homepage .fin_headlines_section_culture .fin_headlines_item,
.fin_type_homepage .fin_headlines_section_the_home .fin_headlines_item,
.fin_type_homepage .fin_headlines_section_fashion .fin_headlines_item,
.fin_type_homepage .fin_headlines_section_travel .fin_headlines_item {
  padding: 0;
  border: none;
}

.fin_type_homepage .fin_headlines_section_eat_drink .fin_headlines_textonly_items .fin_headlines_item,
.fin_type_homepage .fin_headlines_section_culture .fin_headlines_textonly_items .fin_headlines_item,
.fin_type_homepage .fin_headlines_section_the_home .fin_headlines_textonly_items .fin_headlines_item,
.fin_type_homepage .fin_headlines_section_fashion .fin_headlines_textonly_items .fin_headlines_item,
.fin_type_homepage .fin_headlines_section_travel .fin_headlines_textonly_items .fin_headlines_item {
  padding-bottom: 0;
  margin-bottom: 18px;
  border: none;
}

.fin_type_homepage .fin_headlines_section_eat_drink .fin_headlines_feature_items .fin_headlines_title,
.fin_type_homepage .fin_headlines_section_culture .fin_headlines_feature_items .fin_headlines_title,
.fin_type_homepage .fin_headlines_section_the_home .fin_headlines_feature_items .fin_headlines_title,
.fin_type_homepage .fin_headlines_section_fashion .fin_headlines_feature_items .fin_headlines_title,
.fin_type_homepage .fin_headlines_section_travel .fin_headlines_feature_items .fin_headlines_title {
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 300;
  font-size:1.75em;
  color: #000;
}

.fin_type_homepage .fin_headlines_section_eat_drink .fin_headlines_textonly_items .fin_headlines_title,
.fin_type_homepage .fin_headlines_section_culture .fin_headlines_textonly_items .fin_headlines_title,
.fin_type_homepage .fin_headlines_section_the_home .fin_headlines_textonly_items .fin_headlines_title,
.fin_type_homepage .fin_headlines_section_fashion .fin_headlines_textonly_items .fin_headlines_title,
.fin_type_homepage .fin_headlines_section_travel .fin_headlines_textonly_items .fin_headlines_title {
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 700;
  font-size: 1em;
  color: #000;
  line-height: 1em;
  margin-bottom: 0;
}

.fin_type_homepage #fin_main .fin_headlines_section_eat_drink .fin_module_heading,
.fin_type_homepage #fin_main .fin_headlines_section_culture .fin_module_heading,
.fin_type_homepage #fin_main .fin_headlines_section_the_home .fin_module_heading,
.fin_type_homepage #fin_main .fin_headlines_section_fashion .fin_module_heading,
.fin_type_homepage #fin_main .fin_headlines_section_travel .fin_module_heading {
  display: block;
  background: #000;
  width: 150px;
  height: 30px;
  position: absolute;
  top: -13px;
  left: 150px;
  z-index: 1;
}

.fin_type_homepage #fin_main .fin_headlines_section_eat_drink .fin_module_heading a,
.fin_type_homepage #fin_main .fin_headlines_section_culture .fin_module_heading a,
.fin_type_homepage #fin_main .fin_headlines_section_the_home .fin_module_heading a,
.fin_type_homepage #fin_main .fin_headlines_section_fashion .fin_module_heading a,
.fin_type_homepage #fin_main .fin_headlines_section_travel .fin_module_heading a {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400;
  border: none;
  font-size: 1em;
  padding: 0;
  text-transform: none;
  text-align: center;
  color: #fff;
  line-height: 30px;
}



/******* Top three articles - home page ************/

#fin_main .fin_headlines_section_featured_more {
  margin: 0;
}

.fin_type_homepage .fin_headlines_section_featured_more article.fin_headlines_item {
  width: 200px;
  float: left;
  margin-right: 20px;
  padding: 0;
  border: none;
}

.fin_type_homepage .fin_headlines_section_featured_more article a {
  display: block;
  background: #fff;
  border: 1px solid #e8e8e8;
  min-height: 220px;
}

.fin_type_homepage .fin_headlines_section_featured_more article a:hover img {
  opacity:0.8;
  filter:alpha(opacity=80); 
}


.fin_type_homepage .fin_headlines_section_featured_more .fin_headlines_item .fin_headlines_title {
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 600;
  font-size: .875em;
  color: #000;
  padding: 0 10px;
  display: table-cell;
  line-height: 14px;
  text-align: center;
  width: 178px;
  vertical-align: middle;
  height: 58px;
  text-transform: capitalize;
}

.fin_type_homepage .fin_headlines_section_featured_more article.fin_headlines_item3 {
  margin-right: 0;
}

.fin_type_homepage .fin_headlines_section_featured_more .fin_headlines_image {
  margin: 0;
  width: 198px;
  height: 160px;
  border: none;
}

.fin_type_homepage .fin_headlines_section_featured_more .fin_headlines_image img {
  min-width: 225px;
  max-height: 255px;
  min-height: 155px;
  max-width: 250px;
  margin-left: -25px;
  margin-top: -2px;
}

.fin_type_homepage .fin_headlines_section_featured_more .fin_module_heading {
  display: none;
}

/*******Home Page Galleries module************/

#fin_main #fin_photogallery_section_index {
  width: 640px;
  overflow:hidden;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  margin-bottom: 20px;
}

#fin_main #fin_photogallery_section_index .fin_module_heading {
  margin: 0;
}

#fin_main #fin_photogallery_section_index .fin_module_heading a {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 900;
  color: #000;
  text-transform: capitalize;
  font-size: 1.5em;
  padding: 0;
  margin-bottom: 2px;
  border-bottom: 1px solid #000;
}

#fin_main #fin_photogallery_section_index .fin_headlines_feature_items {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 650px;
  overflow: hidden;
  height: 335px;
}

#fin_photogallery_section_index .fin_headlines_item {
  width: 210px;
  height: 165px;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 0 5px 5px 0;
}

#fin_photogallery_section_index .fin_headlines_feature_items .fin_headlines_image {
  width: 210px;
  height: 165px;
}

#fin_photogallery_section_index .fin_headlines_feature_items .fin_headlines_image img {
  max-width: 300px;
  max-height: 167px;
  margin: -1px 0 0 -5px;
}

#fin_photogallery_section_index .fin_headlines_feature_items a {
  display: block;
}

#fin_photogallery_section_index .fin_headlines_feature_items a:hover  .fin_headlines_title {
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  bottom: 0;
}

#fin_photogallery_section_index .fin_headlines_feature_items a:hover img.photogallery_index_thumb,
.fin_photogallery_thumb_list li a:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

#fin_photogallery_section_index .fin_headlines_title {
  display: block;
  position: absolute;
  background: url("http://cf.fisherinteractive.com/seattlerefined/main/sr_bg75.png");
  background: rgba(10, 10, 10, 0.75);
  color: #f7f7f7;
  font-size: .75em;
  text-align: center;
  padding: 10px;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 300;
  width: 190px;
  bottom: -65px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#fin_photogallery_section_index .fin_headlines_title .searefSponsored {
  display: none;
}

/*******Sections************/


#fin_main .fin_headlines_section_topheadlinestyle {
  overflow: visible;
  margin-top: 0;
}

#fin_main .fin_headlines_section_topheadlinestyle article {
  padding: 0;
  border: none;
  margin-bottom: -95px;
}

#fin_main .fin_headlines_section_topheadlinestyle .fin_module_heading {
  display: none;
}

#fin_main .searef_top_image_wrapper {
  width: 1000px;
  height: 520px;
  max-height: 520px;
  overflow: hidden;
}

#fin_main .searef_top_image_wrapper img {
  max-width: 1000px;
  width: 100%;
  max-height: 860px;
  margin-top: -60px;
}

.fin_headlines_section_topheadlinestyle header {
  position: relative;
}

#fin_main .fin_headlines_section_topheadlinestyle .fin_headlines_title {
  position: absolute;
  display: block;
  background: url("http://cf.fisherinteractive.com/seattlerefined/main/sr_bg75.png");
  background: rgba(10, 10, 10, 0.85);
  bottom: 30px;
  padding: 25px 20px 25px 50px;
  margin-left: -10px;
  border: 1px solid #777;
  width: 578px;
  text-transform: capitalize;
}

#fin_main .fin_headlines_section_topheadlinestyle .fin_headlines_title a, 
#fin_main .fin_headlines_section_topheadlinestyle .fin_headlines_title a:visited {
  color: #fff;
}

#fin_main .fin_headlines_section_topheadlinestyle .topstory_subtext {
  background: url("http://cf.fisherinteractive.com/seattlerefined/main/sr_bg_gr15.png");
  background: rgba(150, 150, 150, 0.15);
  overflow: hidden;
  width: 640px;
  position: relative;
  top: -40px;
}

#fin_main .fin_headlines_section_topheadlinestyle .topstory_subtext .fin_headlines_summary {
  background: #fff;
  margin-left: 40px;
  width: 478px;
  margin-bottom: 40px;
  padding: 20px 40px;
  border-bottom: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  font-size: .933em;
}

.fin_headlines_by_section .fin_headlines_image,
.fin_section_headlines .fin_headlines_item .fin_headlines_image {
  width: 298px;
  height: 195px;
  border: 1px solid #000;
  margin: 0 20px 0 0;
  background: #e0e0e0;
}

.fin_headlines_by_section .fin_headlines_image img,
.fin_section_headlines .fin_headlines_item .fin_headlines_image img {
  max-width: 400px;
  max-height: 450px;
  min-height: 195px;
}

.fin_top_headline_by_section .fin_headlines_item, 
.fin_headlines_by_section .fin_headlines_item,
.fin_type_section .fin_section_headlines .fin_headlines_item {
  border-bottom: 2px dotted #ccc;
  padding: 20px 0;
  margin-bottom: 0;
  position: relative;
  font-size: .875em;
}

.fin_headlines_item_hasimage .fin_headlines_summary,
.fin_type_section .fin_section_headlines .fin_headlines_item_hasimage .fin_headlines_summary {
  width: 310px;
  float: left;
}

.fin_headlines_by_section .fin_headlines_item_noimage {
  padding-left: 10px;
  padding-right: 10px;
}

.fin_headlines_list .fin_headlines_item .fin_headlines_title,
.fin_type_section .fin_section_headlines .fin_headlines_small_items .fin_headlines_item .fin_headlines_title {
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1em;
  display: block;
  padding-right: 10px;
  color: #000;
}

.fin_headlines_list .fin_headlines_item .fin_headlines_summary {
  font-size: .85em;
  line-height: 1.5em;
  padding-right:10px;
}

.fin_headlines_section_headlinestyle .fin_module_heading {
  display: none;
}

.fin_headlines_section_headlinestyle .fin_headlines_item .fin_more,
.fin_headlines_section_headlinestyle .fin_headlines_item .fin_more a,
.fin_type_section .fin_section_headlines .fin_headlines_small_items .fin_headlines_item .fin_more, 
.fin_type_section .fin_section_headlines .fin_headlines_small_items .fin_headlines_item .fin_more a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  text-indent: -9999em;
  outline: none;
  background: none
}

.fin_headlines_section_headlinestyle .fin_headlines_item:hover,
.fin_section_headlines .fin_headlines_item:hover {
  background: #fff;
}

.fin_headlines_section_headlinestyle .fin_headlines_item,
.fin_section_headlines .fin_headlines_item {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.fin_headlines_section_topheadlinestyle .fin_more {
  display: block;
  position: relative;
  background: none;
  top: -99px;
  left: 438px;
}

.fin_headlines_section_topheadlinestyle .fin_more a {
  display: block;
  width: 120px;
  background: #a1a1a1;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
  border: 1px solid #9E9E9E;
}

.fin_headlines_section_topheadlinestyle .fin_more a:hover {
  background: #888888;
}

#fin_morestories h3 {
  text-align: center;
  border-bottom: 2px solid #000;
}

#fin_main #fin_morestories .fin_module_heading a, 
#fin_main #fin_morestories .fin_module_heading span {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 900;
  text-transform: none;
  font-size: 1.25em;
  border-bottom: 1px solid #000;
  margin-bottom: 1px;
  color: #000;
}

#fin_morestories {
  overflow: hidden;
}

#fin_morestories_headlines_container {
  width: 660px;
  margin-bottom: 20px;
  overflow: hidden;
}

#fin_morestories_headlines_container .fin_headlines_title {
  position: relative;
}

#fin_morestories article {
  width: 145px;
  float: left;
  margin-right: 20px;
}

#fin_morestories .fin_headlines_feature_items .fin_headlines_image {
  width: 145px;
  height: 95px;
  margin: 0 0 10px;
}

#fin_morestories .fin_headlines_feature_items .fin_headlines_image img {
  width: 145px;
}

#fin_morestories .fin_headlines_item .fin_headlines_title {
  font-size: .813em;
  font-weight: 600;
  padding: 0;
  text-align: center;
  line-height: 1.125em;
}



/******* Gallery Section ************/

.fin_subsection_photos .fin_section_headlines,
.fin_subsection_search .fin_section_headlines,
.fin_subsection_events .fin_section_headlines
.fin_subsection_people.fin_type_section #fin_main section > header,
.fin_subsection_firstnewsat4  #fin_main section > header {
  width: 640px;
}

.fin_subsection_photos #fin_photogallery_section_index .fin_module_heading,
.fin_subsection_events .fin_headlines_section_current .fin_module_heading {
  display: none;
}

.fin_subsection_photos #fin_main #fin_photogallery_section_index {
  margin-top: 0;
  border: none;
}

.fin_subsection_photos #fin_main #fin_photogallery_section_index .fin_headlines_feature_items {
  border: none;
  height: auto;
}

.fin_subsection_photos #fin_photogallery_section_index .fin_headlines_title {
  background: #f7f7f7;
  color: #000;
  font-weight: 600;
  position: static;
  width: 201px;
  padding: 10px 0;
}

.fin_subsection_photos #fin_photogallery_section_index .fin_headlines_item {
  height: 210px;
  margin-bottom: 15px;
  width: 201px;
  margin-right: 15px;
}

.fin_subsection_photos #fin_photogallery_section_index .fin_headlines_feature_items .fin_headlines_image {
  width: 201px;
  height: 145px;
}

.fin_subsection_photos #fin_photogallery_section_index .fin_headlines_feature_items .fin_headlines_image img {
  max-height: 180px;
  max-width: 220px;
}


/******* Story Page Styles ************/

.fin_type_story article.hentry header {
  padding: 0;
  text-transform: capitalize;
  border-bottom: 1px dotted #ccc;
  width: 559px;
  margin: 30px 0 10px 40px;
  float: left;
}

.fin_type_story #fin_main article .fin_byline {
  padding-right: 40px;
  text-align: right;
}

.fin_type_story #fin_main article .fin_byline .fin_byline_author,
.fin_type_story #fin_main article .fin_byline .fin_publish_dates_label {
  font-style: italic;
  color: #A7A7A7;
  font-weight: 300;
}

.fin_type_story #fin_main article .fin_byline .author a,
.fin_type_story #fin_main article .fin_byline .author .fn {
  font-style: normal;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 600;
  color: #555;
}

.fin_type_story #fin_main article .fin_byline .published.dtstamp {
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 300;
  color: #555;
}

.fin_type_story #fin_main article .fin_byline .author a:hover {
  color: #000;
}

.fin_story_image {
  margin: 0;
}

.fin_story_image img {
  width: 638px;
}

.fin_type_story #fin_main .hnews {
  background: #fff;
  border: 1px solid #e8e8e8;
}

.fin_story_body {
  margin: 0;
  padding: 20px 40px 80px 100px;
  line-height: 1.65;
  min-height: 320px;
  font-size: .813em;
}

.fin_story_body p {
  margin-bottom: 1.5em;
  word-spacing: 1px;
}

.fin_story_body a {
  border-bottom: 1px dotted #000;
}

.fin_story_body a:hover {
  border-bottom: 1px dotted #000;
}

.fin_story_image .caption {
  background: #e0e0e0;
  font-size: 0.688em;
  padding: 10px 15px;
  margin-top: 0px;
  font-weight: 300;
  font-family: 'Raleway', Arial, sans-serif;
  color: #707070;
  line-height: 1.3;
  border-bottom: 1px solid #D3D3D3;
}

.fin_story_image .caption a {
  color: #707070;
  text-decoration: none;
  border-bottom: 1px dotted #707070;
}

.fin_space_above_story_related_content {
  height: 200px;
}

.fin_photogallery_thumbs {
  margin: 20px 10px 20px 100px;
  position: relative;
  z-index: 2;
}

.fin_photogallery_thumb_list:before {
  content: 'VIEW GALLERY:';
  position: absolute;
  top: -8px;
  right: 10px;
  display: inline-block;
  height: 11px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #aaa;
  font-family: 'Raleway', Arial, sans-serif;
  border-bottom: 1px dotted #ccc;
  width: 280px;
  text-align: left;
}

.fin_photogallery_thumbs h4 {
  display: none;
}

.fin_photogallery_thumb_list li {
  margin: 10px 10px 0 0;
  width: 135px;
}

#fin_space_above_related_stories {
  height: 240px;
}

#related {
margin: 5px 15px 10px 80px;
border-right: 1px dotted #ccc;
}

#related ul {
  font-weight: 600;
}

#related h3 {
font-size: .625em;
font-weight: 600;
letter-spacing: 2px;
color: #aaa;
}

#related li {
  margin: 5px 0 15px 0;
}

a,
a:visited,
.fin_story_body a:visited, 
.fin_story_summary a:visited {
  color: #000;
}

.fin_story_body ul li {
  margin-bottom: 15px;
}

.fin_subsection_contact .fin_story_body,
.fin_subsection_advertising .fin_story_body  {
  padding: 40px;
}

.fin_subsection_contact.fin_type_story article.hentry header,
.fin_subsection_advertising.fin_type_story article.hentry header {
  text-align: center;
}

.fin_subsection_contact.fin_type_story article.hentry header  h1,
.fin_subsection_advertising.fin_type_story article.hentry header  h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 900;
  margin-bottom: 30px;
}

#searef_contact_address p {
  display: block;
  float: left;
  border-bottom: 1px dotted #ccc;
  position: relative;
  margin: 0;
  height: 70px;
  text-align: center;
  width: 560px;
  padding-top: 60px;
}

.fin_story_body #searef_contact_address a {
  border: 0;
}

#searef_contact_address p:before {
  content: '\f0f7';
  font-family: FontAwesome;
  position: absolute;
  left: 265px;
  color: #e7e7e7;
  font-size: 32px;
  top: 13px;
}

#searef_contact_address,
#searef_advert_intro {
  float: left;
  background: #f7f7f7;
  margin-top: -10px;
  margin-bottom: 20px;
}

#searef_advert_intro {
  padding: 30px 40px;
  border-bottom: 1px dotted #ccc;
}

#searef_contact_people ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  clear: both;
  width: 560px;
}

#searef_contact_people li {
  margin: 0 auto 30px;
  text-align: center;
}

#searef_contact_people li h4 {
  font-size: 1.7em;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1em;
}

.searef_title {
  font-family: 'Raleway', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #888;
}

.searef_email {
  font-size: 12px;
}

.fin_story_body img[align=right] {
  margin: 15px 0 15px 15px;
  border: 10px solid #f7f7f7;
}


/******* Story Page Social Sharing************/
.fin_page_sharing {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100px;
  position: absolute;
  top: 20px;
  left: 0;
}

.fin_page_sharing li {
  position: static;
  width: 40px;
  margin: 0 auto;
  height: 50px;
  min-width: 40px;
  font-size: 12px;
}

.fin_page_sharing li a {
color: #000;
}

#fin_sharing_box {
  position: relative;
}


/******* Bio Story Page Styles ************/

.fin_subsection_people.fin_type_story #fin_main .fin_bio_content,
.fin_subsection_staff.fin_type_story #fin_main .fin_bio_content  {
  background: #ECECEC;
  padding: 25px 40px;
  border: 1px solid #e8e8e8;
}

.fin_subsection_people.fin_type_story #fin_main .fin_bio_content > header,
.fin_subsection_staff.fin_type_story #fin_main .fin_bio_content > header {
  padding: 0;
  width: 558px;
  text-align: left;
}

.fin_subsection_people.fin_type_story #fin_main header .fin_bio_fullname,
.fin_subsection_staff.fin_type_story #fin_main header .fin_bio_fullname {
  color: #000;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 900;
  font-size: 1.5em;
}

.fin_bio_title.title {
  color: #f7f7f7;
  display: block;
  background: #000;
  margin-left: -20px;
  padding-left: 20px;
  height: 17px;
  line-height: 17px;
  font-size: .625em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.fin_subsection_people.fin_type_story #fin_main .fin_bio_content .fin_bio_body,
.fin_subsection_staff.fin_type_story #fin_main .fin_bio_content .fin_bio_body {
  margin: 0;
  padding: 20px 0;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 400;
  
}

.fin_subsection_people.fin_type_story #fin_main .fin_bio_content .fin_bio_image,
.fin_subsection_staff.fin_type_story #fin_main .fin_bio_content .fin_bio_image {
  margin: -50px 0 70px 15px;
  width: 170px;
  border: solid 1px #D5D5D5;
  background: #fff;
  padding: 5px;
  position: relative;
}

.fin_subsection_people.fin_type_story #fin_main .fin_bio_content .fin_bio_image .photo,
.fin_subsection_staff.fin_type_story #fin_main .fin_bio_content .fin_bio_image .photo {
  width: 170px;
}

.fin_subsection_people.fin_type_story #fin_main .fin_bio_content .fin_bio_links,
.fin_subsection_staff.fin_type_story #fin_main .fin_bio_content .fin_bio_links {
  top: 258px;
  right: 40px;
  font-size: .875em;
  background: #fff;
  width: 180px;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  text-align: center;
}

.fin_bio_links li {
  font-size: 12px;
}

.fin_bio_links li a {
  color: #000;
}

.fin_subsection_people.fin_type_story #fin_main .fin_bio_content .fin_bio_image .fin_bio_image_caption,
.fin_subsection_staff.fin_type_story #fin_main .fin_bio_content .fin_bio_image .fin_bio_image_caption {
  position: absolute;
  top: 206px;
  left: -5px;
  background: #636363;
  width: 190px;
  height: 20px;
}

.fin_subsection_people.fin_type_story #fin_main .fin_bio_content .fin_bio_image_caption .fin_bio_image_caption_title,
.fin_subsection_staff.fin_type_story #fin_main .fin_bio_content .fin_bio_image_caption .fin_bio_image_caption_title {
  display: none;
}

.fin_subsection_people.fin_type_story #fin_main .fin_bio_content .fin_bio_image_caption_fullname,
.fin_subsection_staff.fin_type_story #fin_main .fin_bio_content .fin_bio_image_caption_fullname {
  color: #fff;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 300;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
  font-size: .75em;
}

.fin_subsection_people.fin_type_story #fin_main .fin_bio_content .fin_bio_image_caption_fullname:before,
.fin_subsection_staff.fin_type_story #fin_main .fin_bio_content .fin_bio_image_caption_fullname:before {
  content: "Connect With";
  padding-right: 4px;
}

.fin_subsection_people.fin_type_story #fin_main .fin_bio_content .fin_horizontal_list li,
.fin_subsection_staff.fin_type_story #fin_main .fin_bio_content .fin_horizontal_list li {
  float: none;
  display: inline-block;
  padding: 10px 0;
}

#fin_main #fin_bio_headlines_by_author {
  border: 0;
  margin: 0;
}

#fin_main #fin_bio_headlines_by_author .fin_headlines_small_items {
  border-left: 1px solid #E8E8E8;  
  border-right: 1px solid #E8E8E8;  
  border-bottom: 1px solid #E8E8E8;
  background: #fff;
}

#fin_main #fin_bio_headlines_by_author .fin_module_heading {
  margin: 0;
}

#fin_main #fin_bio_headlines_by_author .fin_module_heading span {
  background: #000;
  color: #f7f7f7;
  text-align: center;
  font-size: .75em;
  height: 20px;
  line-height: 22px;
  padding: 0;
}

#fin_main #fin_bio_headlines_by_author .fin_module_heading span:after {
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 10px;
}

#fin_bio_headlines_by_author .fin_headlines_item {
  border-bottom: 2px dotted #ccc;
  padding: 20px 15px 20px 0;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#fin_bio_headlines_by_author .fin_headlines_item:hover {
  background: #f7f7f7;
}

#fin_modules_right #fin_bio_headlines_by_author .fin_headlines_item:hover {
  background: none;
}

#fin_bio_headlines_by_author .fin_headlines_item.last {
  border: none;
}

#fin_bio_headlines_by_author .fin_headlines_item_noimage {
  padding: 20px 15px;
}

#fin_bio_headlines_by_author .fin_headlines_item_noimage .fin_headlines_summary {
  width: 100%;
  clear: left;
}

#fin_bio_headlines_by_author .fin_headlines_item .fin_more, 
#fin_bio_headlines_by_author .fin_headlines_item .fin_more a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: none;
  text-indent: -9999em;
}

.fin_headlines_small_items .fin_headlines_image {
  width: 218px;
  height: 133px;
  border: 1px solid #000;
  margin-right: 20px;
}

.fin_headlines_small_items .fin_headlines_image img {
  max-width: 220px;
}

#fin_bio_headlines_by_author .fin_headlines_small_items .fin_headlines_item .fin_headlines_title {
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  margin-bottom: 10px;
  padding: 0;
}

#fin_bio_headlines_by_author .fin_headlines_item .fin_headlines_summary {
  font-size: .75em;
  line-height: 1.5em;
}

#fin_bio_headlines_by_author .fin_headlines_item_hasimage .fin_headlines_summary {
  width: 383px;
  padding: 0;
}

.fin_type_section .fin_section_headlines .fin_headlines_small_items .fin_more, 
.fin_type_blogsection .fin_section_headlines .fin_headlines_abridged_story_items .fin_more {
  display: none;
}

#fin_main #fin_bio_headlines_by_author article .fin_byline {
  float: left;
  padding: 0;
  margin-bottom: 10px;
}

/*******Pagination************/

#pagination, 
.fin_type_section #pagination {
  margin: 0;
  height: 80px;
  padding: 0;
}

#pagination ul, 
.fin_type_section #pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 20px 0 0 0;
  font-size: 1em;
}

#pagination li, 
.fin_type_section #pagination li {
  border: 1px solid #c8c8c8;
  display: block;
  position: absolute;
}

#pagination li p {
  margin: 0;
}

#previous-page a:before {
  content: "<";
  display: inline-block;
  margin-right: 5px;
}

#next-page a:after {
  content: ">";
  display: inline-block;
  margin-left: 5px;
}

#pagination a span {
  padding: 0px 2px;
}

#pagination a {
  display: inline-block;
  background: #e7e7e7;
  line-height: 35px;
  padding: 0 10px;
  font-size: .875em;
}

.fin_type_section #pagination #previous-page {
  left: 0;
}

.fin_type_section #pagination #next-page {
  right: 0;
}

#pagination a:hover {
  background: #5a5a5a;
  color: #fff;
}


/**********************************************
5. Right column styles
**********************************************/
#fin_modules_right {
  margin-left: 0;
  border-left: none;
  padding: 0;
  width: 340px;
}

#fin_modules_right .fin_module_wide {
  margin: 0 0 15px;
  width: 100%;
}

#fin_modules_right .callout {
  margin-bottom: 20px;
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 19px;
  position: relative;
}

#fin_modules_right .callout:before {
  content: "ADVERTISEMENT";
  position: absolute;
  font-size: 7px;
  color: #aaa;
  top: 9px;
  letter-spacing: 1px;
  font-family: 'Raleway', Arial, sans-serif;
}

/******* Most popular module styles ************/

#fin_most_popular_with_thumbnails .mpsponsor {
  display: none;
}

#fin_modules_right .fin_module_heading a, 
#fin_modules_right .fin_module_heading span, 
#fin_modules_right #mostpopular h3 {
  color: #f7f7f7;
  background: #000;
  font-size: 1em;
  font-weight: 300;
  padding: 0;
  text-transform: none;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: relative;
}

#fin_modules_right .fin_module_heading span:before,
#fin_modules_right .fin_module_heading span:after {
  content: "";
  display: block;
  height: 1px;
  background: #b1b1b1;
  position: absolute;
  width: 100%;
}

#fin_modules_right .fin_module_heading span:before {
  top: 2px;
  z-index: 1;
}

#fin_modules_right .fin_module_heading span:after {
  bottom: 2px;
}

#fin_modules_right #fin_most_popular_with_thumbnails .fin_headlines_item {
  border-bottom: 1px dotted #bbbbbb;
  padding: 0;
}

#fin_modules_right #fin_most_popular_with_thumbnails .fin_headlines_item a {
  display: block;
  overflow: hidden;
  padding: 10px 0;
}

#fin_modules_right #fin_most_popular_with_thumbnails .fin_headlines_item a:hover {
  background: #fff;
}

#fin_modules_right #fin_most_popular_with_thumbnails .fin_headlines_item a:hover img,
#fin_photogallery_section_index .fin_headlines_feature_items .fin_headlines_image img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#fin_modules_right #fin_most_popular_with_thumbnails .fin_headlines_image {
  width: 100px;
  height: 60px;
}

#fin_modules_right #fin_most_popular_with_thumbnails .fin_headlines_image img,
.fin_photogallery_thumb_list li a,
#fin_photogallery_section_index .fin_headlines_feature_items .fin_headlines_image img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); 
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition-delay: .2s;
  -webkit-backface-visibility: hidden; 
}

.fin_photogallery_thumb_list li a {
  height: 93px;
  background-color: #fff;
}

#fin_modules_right #fin_most_popular_with_thumbnails .fin_headlines_image img {
  max-width: 105px;
  max-height: 100px;
}

#fin_modules_right #fin_most_popular_with_thumbnails .fin_headlines_title {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  line-height: 16px;
  padding-right: 10px;
}

#fin_modules_right #fin_most_popular_with_thumbnails .fin_headlines_item_noimage .fin_headlines_title {
  padding-left: 10px;
}

.fin_icon {
  display: none;
}

#searef_empty_space {
  height: 585px;
}

.fin_type_story #searef_empty_space,
.fin_type_homepage #searef_empty_space {
  height: 0;
  margin: 0;
}

.fin_subsection_photos #searef_empty_space {
  height: 45px;
}

.ref_pagination_style #refined_empty_space,
.fin_subsection_events #searef_empty_space {
  height: 60px;
}

/******* Writers Module styles ************/

#fin_modules_right #searef_writers ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #fff;
  padding-top: 10px;
}

#fin_modules_right #searef_writers ul li {
  position: relative;
  min-height: 97px;
  border-bottom: 1px dotted #bbbbbb;
  margin-bottom: 10px;
  overflow: hidden;
}

#fin_modules_right #searef_writers.searef_staff ul li {
  margin-bottom: 0;
}

.searef_writers_link {
  display: block;
  border-bottom: 1px dotted #bbbbbb;
  background: #e2e2e2;
  font-size: 12px;
  padding-left: 105px;
  height: 22px;
  line-height: 22px;
}

#fin_modules_right #searef_writers .fin_bio_promo_image,
#fin_modules_right #searef_writer_bio .fin_bio_promo_image {
  width: 65px;
  height: 75px;
  background: #e0e0e0;
  padding: 5px;
  border: 1px solid #ccc;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 2;
}

#fin_modules_right #searef_writers .fin_bio_promo_image img, 
#fin_modules_right #searef_writer_bio .fin_bio_promo_image img {
  width: 90px;
  margin-left: -10px;
  margin-top: -5px;
}

#fin_modules_right #searef_writers .fin_bio_promo_image a,
#fin_modules_right #searef_writer_bio .fin_bio_promo_image a {
  display: block;
  width: 65px;
  height: 75px;
  overflow: hidden;
}

#fin_modules_right .fin_bio_promo_fullname {
  display: block;
  background: #e0e0e0;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding-left: 90px;
  height: 25px;
  width: 240px;
}

#fin_modules_right .searef_staff .fin_bio_promo_fullname {
  top: 6px;
}

#fin_modules_right .fin_bio_promo_fullname a {
  color: #000;
  line-height: 25px;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 300;
  font-size: 1.25em;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.8);
}

#searef_writers li .fin_headlines_textonly_items {
  padding: 40px 10px 10px 100px;
}

#searef_writers li .fin_headlines_textonly_items .fin_headlines_title {
  color: #000;
  font-size: .875em;
  font-family: 'Merriweather', Georgia, serif;
  font-weight: 700;
  padding: 0;
  line-height: 1.25em;
}

#searef_writers li .fin_headlines_textonly_items .fin_byline {
  display: block; 
}

#searef_writers li .fin_headlines_textonly_items .fin_byline_author,
#searef_writers li .fin_headlines_textonly_items .fin_publish_dates_time,
.fin_type_story #fin_main article .fin_byline .fin_publish_dates_time,
.fin_publish_dates_updated,
#fin_main #fin_morestories .fin_byline,
.fin_type_section #fin_main .fin_section_headlines .fin_headlines_item .fin_byline {
  display: none;
}

#searef_writers li .fin_headlines_textonly_items .fin_byline .fin_publish_dates_published {
  display: block;
  width: 240px;
  float: right;
  padding: 5px 0 0;
  font-size: .75em;
  text-align: right;
  color: #969696;
  font-family: 'Raleway', Arial, sans-serif;
  border-left: 0;
}

#fin_modules_right #searef_writers .fin_module_heading {
  margin-bottom: 0;
}

#searef_writer_bio ul {
  margin: 0;
  padding: 0;
  position: relative;
  background: #e0e0e0;
}

#fin_modules_right #searef_writer_bio .fin_bio_promo_image {
  background: #fff;
  top: 15px;
  left: 15px;
}

.fin_bio_blurb {
  padding: 35px 15px 15px 105px;
  font-size: .875em;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 400;
  background: #ececec;
  min-height: 65px;
  display: inline-block;
}

.searef_staff .fin_bio_blurb {
  padding-top: 52px;
}

.fin_bio_blurb a {
  color: #000;
  line-height: 1.25em;
}

#fin_modules_right .fin_bio_jobtitle {
  display: none;
}

#fin_modules_right .searef_staff .fin_bio_jobtitle {
  padding: 0 0 0 16px;
  font-size: 8px;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 300;
  background: #000000;
  color: #fff;
  position: absolute;
  top: 30px;
  left: 90px;
  width: 235px;
  height: 15px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
}

.fin_bio_jobtitle a {
  color: #000;
  line-height: 1.25em;
}

#fin_modules_right #searef_writer_bio_with_recent .fin_module_heading span,
.fin_type_section #searef_writers section .fin_module_heading span {
  height: 15px;
  line-height: 16px;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#fin_modules_right #searef_writer_bio_with_recent .fin_module_heading span:before,
.fin_type_section #searef_writers section .fin_module_heading span:before {
  display: none;
}

#fin_modules_right #searef_writer_bio_with_recent .fin_module_heading span:after,
.fin_type_section #searef_writers section .fin_module_heading span:after  {
  content: "";
  display: block;
  background: url("http://cf.fisherinteractive.com/seattlerefined/main/sr_arrow_dwn.png");
  height: 11px;
  width: 22px;
  bottom: -5px;
  right: 35px;
}

#fin_bio_headlines_by_author {
  border: none;
}

#searef_writer_bio_with_recent .fin_headlines_image {
  display: none;
}

#searef_writer_bio_with_recent #fin_bio_headlines_by_author .fin_headlines_item {
  border: none;
  padding: 0;
  min-height: 0;
}

#searef_writer_bio_with_recent #fin_bio_headlines_by_author .fin_headlines_small_items {
  background: #fff;
  padding: 20px 15px 5px;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

#searef_writer_bio_with_recent #fin_bio_headlines_by_author .fin_module_heading {
  margin: 0;
}

#searef_writer_bio_with_recent #fin_bio_headlines_by_author .fin_more,
#searef_writer_bio_with_recent #fin_bio_headlines_by_author .fin_byline {
  display: none;
}

#fin_modules_right .searef_twitter .fin_module_heading {
  margin-bottom: -3px;
}

#fin_modules_right #searef_writer_bio,
#fin_modules_right #searef_writer_bio_with_recent {
  margin-bottom: 0;
}

.fin_type_section #searef_writers .fin_module_heading,
.fin_type_story #searef_writers .fin_module_heading {
  display: none;
}

.fin_type_section #searef_writers section .fin_module_heading {
  display: block;
}


.fin_type_section #fin_modules_right #searef_writers ul,
.fin_type_story #fin_modules_right #searef_writers ul {
  padding: 0;
  background: none;
}

.fin_type_section #fin_modules_right .fin_bio_promo_fullname,
.fin_type_story #fin_modules_right .fin_bio_promo_fullname {
  left: 0;
  width: 235px;
  background: #000;
  top: 0;
  padding-left: 105px;
}

.fin_type_section #fin_modules_right .fin_bio_promo_fullname a,
.fin_type_story #fin_modules_right .fin_bio_promo_fullname a {
  color: #fff;
  text-shadow: none;
  font-size: 1em;
}

.fin_type_section #fin_modules_right #searef_writers .fin_bio_promo_image,
.fin_type_story #fin_modules_right #searef_writers .fin_bio_promo_image {
  top: 10px;
  left: 15px;
  background: #fff;
}

.fin_type_section #searef_writers li .fin_headlines_textonly_items,
.fin_type_story #searef_writers li .fin_headlines_textonly_items,
#fin_modules_right #searef_writer_bio_with_recent .fin_headlines_textonly_items {
  padding: 15px 15px 5px;
}

.fin_type_section #searef_writers li .fin_byline,
.fin_type_story #searef_writers li .fin_byline {
  display: none;
}

#fin_modules_right #fin_bio_headlines_by_author .fin_headlines_item {
  border-bottom: 0;
  padding: 0;
  min-height: 0;
  margin-bottom: 5px;
}

.fin_type_section #searef_writers li  .fin_headlines_textonly_items,
.fin_type_story #searef_writers li  .fin_headlines_textonly_items,
#fin_modules_right #searef_writer_bio_with_recent .fin_headlines_textonly_items {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-top: 0;
}

.fin_type_section #fin_modules_right #searef_writers ul li,
.fin_type_story #fin_modules_right #searef_writers ul li {
  border: 0;
  margin-bottom: 5px;
}

.fin_type_section #searef_writers li article.fin_headlines_item3 {
  margin-bottom: 5px;
}

.fin_type_story #searef_writers li article.fin_headlines_item5 {
  margin-bottom: 5px;
}

#fin_modules_right #searef_writers.searef_staff ul {
  padding-top: 0;
}

#fin_modules_right #searef_writers.searef_staff .fin_bio_promo_image {
  top: 12px;
  left: 15px;
  background: #fff;
}

#fin_modules_right .searef_staff .fin_bio_promo_fullname {
  padding-left: 94px;
  background: none;
}

#fin_modules_right .searef_staff .fin_bio_promo_fullname a {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 900;
  font-size: 1em;
}

.fin_type_section #fin_modules_right #searef_writers {
  margin-bottom: 0;
}


/********************************************************
6. Footer
********************************************************/

#fin_searef_footer {
  background: #000;
  position: relative;
  margin-bottom: -20px;
  z-index: 2;
}

#fin_searef_footer #primarynav ul {
  width: 1000px;
  padding: 0;
}

#fin_searef_footer .navbar {
  border-bottom: 2px solid #aaa;
  margin-bottom: 0;
}

#fin_searef_footer #banner {
  height: 0;
}

#fin_searef_footer #fin_site_logo {
  right: 0;
  top: -46px;
  height: 30px;
  width: 150px;
}

#fin_searef_footer #fin_site_logo a {
  width: 150px;
  height: 30px;
  background-image: url('http://cf.fisherinteractive.com/seattlerefined/main/SeattleRefined_logoWeb_Footer_150x30.png');
  background-image: url('http://cf.fisherinteractive.com/seattlerefined/main/SeattleRefined_logoWeb_Footer_150x30.svg'), none;
}

#fin_searef_footer .fin_header_tools {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  height: 0;
  overflow: visible;
  float: none;
}

#fin_searef_footer #sr_social {
  position: absolute;
  right: 170px;
  top: -62px;
}

.fin_searef_business_links {
  width: 1000px;
  margin: 0 auto;
}

.fin_searef_business_links ul {
  margin: 0 0 0 10px;
  padding: 35px 0;
  list-style-type: none;
  overflow: hidden;
}

.fin_searef_business_links ul li {
  display: inline-block;
  height: 25px;
  margin-right: 30px;
}

.fin_searef_business_links li a {
  font-family: 'Raleway', Arial, sans-serif;
  font-size: .75em;
  color: #636363;
  line-height: 25px;
}

.fin_searef_business_links li a:hover {
  color: #f7f7f7;
}

.fin_searef_copyright {
  border-top: 1px solid #333;
  background: #2A2A2A;
}

.fin_searef_copyright p {
  text-align: center;
  margin: 0;
  padding: 20px 0;
  color: #5A5A5A;
  font-size: .75em;
}


/**********************************************
8. Search and 404
**********************************************/

/******* 404 ************/
.fin_subsection_error header h1,
.fin_subsection_error .fin_section_headlines {
  display: none;
}

#searef_error_wrapper {
  background: #fff url('http://cf.fisherinteractive.com/seattlerefined/main/404_4_img.jpg') no-repeat 55px 50px;
  overflow: visible;
  border: 1px solid #e8e8e8;
  height: 609px;
  position: relative;
}

#searef_error_wrapper:after {
  position: absolute;
  bottom: -30px;
  z-index: 2;
}

.error_title {
  display: block;
  background: url('http://cf.fisherinteractive.com/seattlerefined/main/404_2_h1.gif') no-repeat;
  text-indent: -9999em;
  height: 63px;
  margin: 35px 0 0 185px;
} 

.error_message {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400;
  margin: 15px 0 20px 215px;
  width: 365px;
}

.fin_subsection_error #fin_modules_right #searef_empty_space {
  margin: 0;
  height: 0;
}


/******* Livefyre ************/
#comments .fyre .fyre-stream-stats {
  margin: 0 !important;
}

#fin_main #comments {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/******* Search ************/
#searef_main_site_search {
  margin: 0 0 30px;
}

#searef_main_site_search input[type="text"] {
  width: 557px;
  height: 34px;
  line-height: 34px;
  float: left;
  border: 1px solid #ccc;
  border-right: 0;
  padding: 0 10px;
}

#searef_main_site_search .gsc-search-btn {
  background: #000;
  color: #000;
  font-size: 12px;
  height: 36px;
  margin: 0;
  border: 0;
  width: 60px;
}

.fin_subsection_search .gsc-control-cse .gs-spelling,
.fin_subsection_search .gsc-control-cse .gs-result .gs-title,
.fin_subsection_search .gsc-control-cse .gs-result .gs-title * {
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 24px;
  padding: 0;
  height: auto;
  overflow: visible;
}

.fin_subsection_search .gs-webResult.gs-result a.gs-title:link, 
.fin_subsection_search .gs-webResult.gs-result a.gs-title:link b, 
.fin_subsection_search .gs-imageResult a.gs-title:link, 
.fin_subsection_search .gs-imageResult a.gs-title:link b {
  color: #000;
}

.fin_subsection_search .gs-webResult .gs-snippet, 
.fin_subsection_search .gs-imageResult .gs-snippet, 
.fin_subsection_search .gs-fileFormatType {
  font-size: 12px;
  line-height: 18px;
  font-family: 'Merriweather', Georgia, serif;
  font-weight: 400;
}

.fin_subsection_search #fin_main .gsc-control-cse {
  border: 1px solid #E8E8E8;
  background-color: #FFFFFF;
  padding: 0;
}

.fin_subsection_search .gsc-above-wrapper-area {
  border-bottom: 1px solid #E8E8E8;
  padding: 15px 15px 10px 10px;
}

.fin_subsection_search .gsc-adBlock {
  padding: 10px;
  margin: 0;
}

.fin_subsection_search .gsc-results {
  padding: 0;
  width: 100%;
}

.fin_subsection_search #fin_main .gsc-webResult.gsc-result,
.fin_subsection_search #fin_main .gsc-webResult.gsc-result:hover {
  border: 0;
  border-bottom: 2px dotted #ccc;
  margin: 0;
  padding: 15px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.fin_subsection_search #fin_main .gsc-webResult.gsc-result:hover {
  background: #f7f7f7;
}

.fin_subsection_search .gs-web-image-box, 
.fin_subsection_search .gs-promotion-image-box {
  width: 180px;
  padding: 0;
  margin: 0 15px 0 0;
  height: auto;
  overflow: hidden;
  border: 1px solid #000;
}

.fin_subsection_search .gs-web-image-box img.gs-image, 
.fin_subsection_search .gs-promotion-image-box img.gs-promotion-image {
  max-width: 185px;
  width: 185px;
  max-height: 400px;
  margin-top: -1px;
  margin-left: -1px;
}

.fin_subsection_search .gs-result img.gs-image, 
.fin_subsection_search .gs-result img.gs-promotion-image {
  border: 0;
}

.fin_subsection_search .gsc-results .gsc-cursor-box {
  margin: 5px 0 0 0;
  padding: 15px;
  border: 0;
  font-family: 'Merriweather', Georgia, serif;
}

.gcsc-branding {
  padding: 0 15px 10px;
}

.fin_subsection_search #fin_main .gsc-results .gsc-cursor-box .gsc-cursor-page {
  border: 0;
  color: #000;
  padding: 5px 8px;
  text-decoration: none;
}

.fin_subsection_search #fin_main .gsc-results .gsc-cursor-box .gsc-cursor-current-page,
.fin_subsection_search #fin_main .gsc-results .gsc-cursor-box .gsc-cursor-current-page:hover {
  border: 0;
  background-color: #000;
  color: #fff;
  padding: 5px 8px;
}

.searefSponsored {
  background: #000;
  color:#888;
  position: absolute;
  font-size: 7px;
  padding: 3px 25px;
  border: 1px solid #444;
  border-right: 0;
  top: 10px;
  right: 1px;
  letter-spacing: 2px;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 600;
  z-index: 2;
}

#fin_photogallery_section_index article .searefSponsored,
.fin_headlines_section_featured_more .searefSponsored {
  display: block;
}

article .searefSponsored,
#fin_photogallery_section_index article .fin_sponsored_icon,
.fin_headlines_section_featured_more .fin_sponsored_icon,
#fin_modules_right #fin_bio_headlines_by_author .fin_sponsored_icon,
#fin_modules_right article .fin_sponsored_icon {
  display: none;
}

#fin_most_popular_headlines_container article .searefSponsored {
  display: block;
  color: #aaa;
  position: static;
  background: none;
  border: none;
  padding: 0;
}

article .fin_sponsored_icon {
  display: block;
  color: #888;
  position: absolute;
  font-size: 7px;
  top: -8px;
  left:1px;
  letter-spacing: 2px;
  font-family: 'Raleway';
  font-weight: 600;
  padding: 0;
  line-height: normal;
  text-transform: uppercase;
  text-indent: 0;
  margin: 0;
}

.sponsoredcontenthdr {
  position: absolute;
  top: 1px;
  z-index: 2;
  background: #e0e0e0;
  color: #989898;
  text-align: center;
  width: 638px;
  font-size: 8px;
  font-family: 'Raleway';
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 5px 0;
  font-weight: 600;
  left: 1px;
}

#fin_main .fin_headlines_section_featured_top .fin_sponsored_icon,
#fin_main .fin_headlines_section_topheadlinestyle .fin_sponsored_icon {
  top: 10px;
  left: 30px;
}

#fin_main .fin_headlines_section_topheadlinestyle .fin_sponsored_icon {
  left: 50px;
}

.fin_type_homepage .fin_headlines_feature_items .fin_sponsored_icon {
  top:194px;
}

.fin_type_section .fin_headlines_feature_items .fin_sponsored_icon {
  top: 8px;
  left: 321px;
}

.fin_type_section .fin_headlines_by_section .fin_headlines_item_noimage .fin_sponsored_icon {
  left: 11px
}

#fin_bio_headlines_by_author .fin_sponsored_icon {
  top: 8px;
  left: 241px
}

#fin_bio_headlines_by_author .fin_headlines_item_noimage .fin_sponsored_icon {
  left: 16px;
}

#fin_morestories_headlines_container .fin_headlines_title .fin_sponsored_icon {
  background: #000;
  display: block;
  top: 82px;
  padding: 2px 5px;
  color: #f7f7f7;
}

/******* Event calendar***********/

.searef_events_calendar .fin_module_heading {
  margin-bottom: 0;
}

.searef_events_calendar .fin_headlines_showsummaries article {
  position: relative;
  padding: 0;
}

.searef_events_calendar .fin_headlines_showsummaries article {
  position: relative;
  padding: 0;
  border-bottom: 1px dotted #ccc;
  min-height: 77px;
}

.searef_events_calendar .searefEventDay,
.fin_subsection_events.fin_type_section .searefEventDay {
  position: absolute;
  background: #000;
  color: #f7f7f7;
  width: 60px;
  height: 40px;
  line-height:40px;
  text-align: center;
  font-size: 34px;
  font-family: Times New Roman, serif;
  left: 0;
  top: 10px;
}

.searef_events_calendar .searefEventMonth,
.fin_subsection_events.fin_type_section .searefEventMonth {
  position: absolute;
  background: #ccc;
  color: #000;
  width: 58px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  font-size: 8px;
  font-family: 'Raleway', Arial;
  left: 0;
  top: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  border: 1px solid #A8A8A8;
  border-top: 2px dotted #000000;
}

.searef_events_calendar .fin_headlines_image,
.searef_events_calendar .fin_headlines_summary,
.searef_events_calendar .fin_more {
  display: none;
}

.searef_events_calendar .fin_headlines_item .fin_headlines_title {
  padding: 25px 15px 0 75px;
  margin-bottom: 0;
}

.searef_events_calendar .searefEventTime {
  position: absolute;
  left: 75px;
  top: 25px;
  font-family: 'Raleway', Arial;
  font-size: 12px;
  font-weight: 400;
}

.searef_events_calendar .searefEventPlace {
  position: absolute;
  left: 75px;
  top: 10px;
  font-family: 'Raleway', Arial;
  font-size: 12px;
  font-weight: 400;
}

.searef_events_calendar .searefEventPlace:before {
  content: "\f041";
  font-family: FontAwesome;
  color: #888;
  margin-right: 7px;
}

.searef_events_calendar .searefEventTime:before {
  content: "\f017";
  font-family: FontAwesome;
  color: #888;
  margin-right: 5px;
}

.fin_headlines_list.searef_events_calendar .fin_headlines_item .fin_headlines_title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 900;
  font-size: 16px;
  position: relative;
  z-index: 2;
}

.searef_events_calendar .fin_headlines_showsummaries article:hover {
  background: #fff;
}

.fin_subsection_events.fin_type_story #fin_main .hnews  header {
  display: none;
}

.fin_subsection_events.fin_type_story #fin_main .fin_page_sharing {
  left: -100px;
  top: 0;
}

.fin_subsection_events.fin_type_story #fin_main .fin_page_sharing li a {
  border-bottom: 0;
}

.fin_subsection_events.fin_type_story .eventbody h1 {
  margin: 30px 40px 0 40px;
  display: block;
  float: left;
  width: 558px;
  padding-bottom: 20px;
  font-size: 1.875em;
}

.fin_subsection_events.fin_type_story .fin_story_body ul li {
  margin-bottom: 0;
}

.back_calendar_link {
  display: inline-block;
  margin: 35px 0 0;
  font-family: 'Raleway';
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 10px;
}

.back_calendar_link:before {
  content: "\f073";
  font-family: FontAwesome;
  font-style: normal;
  font-size: 16px;
  margin-right: 5px;
}

.searefEventData {
  clear: both;
  overflow: visible;
  margin: 0 20px;
  border: 1px dotted #ccc;
  padding: 20px 0;
  position: relative;
  min-height: 78px;
  background: #f7f7f7;
}

.fin_type_story .searefEventDay {
  position: absolute;
  background: #000;
  color: #f7f7f7;
  width: 80px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 40px;
  font-family: Times New Roman, serif;
  left: -41px;
  top: 20px;
}

.fin_type_story .searefEventMonth {
  position: absolute;
  background: #ddd;
  color: #000;
  width: 78px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 11px;
  font-family: 'Raleway', Arial;
  left: -41px;
  top: 70px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  border: 1px solid #c8c8c8;
  border-top: 2px dotted #000000;
}

.fin_type_story .searefEventTime,
.fin_type_story #searefEventLocation,
.fin_type_story #searefEventPhone,
.fin_type_story #searefEventEmail,
.fin_type_story #searefEventLink,
.fin_type_story .eventOccurence {
  display: block;
  padding-left: 45px;
  font-family: 'Raleway', Arial;
  font-weight: 400;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
}

.fin_type_story .searefEventTime,
.fin_type_story #searefEventLocation {
  font-weight: 600;
}

.fin_type_story .searefEventTime:before,
.fin_type_story #searefEventLocation:before,
.fin_type_story #searefEventPhone:before,
.fin_type_story #searefEventEmail:before,
.fin_type_story #searefEventLink:before,
.fin_type_story .eventOccurence:before,
.fin_subsection_events.fin_type_section .searefEventTime:before,
.fin_subsection_events.fin_type_section .searefEventPlace:before {
  width: 40px;
  display: inline-block;
  text-align: center;
  font-family: FontAwesome;
  color: #bbb;
  font-weight: normal;
}

.fin_subsection_events.fin_type_section .searefEventTime:before,
.fin_subsection_events.fin_type_section .searefEventPlace:before {
  width: 25px;
}

.fin_type_story .searefEventTime:before,
.fin_subsection_events.fin_type_section .searefEventTime:before {
  content: "\f017";
}

.fin_type_story #searefEventLocation:before,
.fin_subsection_events.fin_type_section .searefEventPlace:before {
  content: "\f041";
}

.fin_type_story #searefEventPhone:before {
  content: "\f10b";
}

.fin_type_story #searefEventEmail:before {
  content: "\f003";
  font-size: 10px;
}

.fin_type_story #searefEventLink:before {
  content: "\f0c1";
}

.fin_type_story .eventOccurence:before {
  content: "\f0ce";
}

a.searef_backto_calendar {
  border-bottom: 0;
}

.fin_subsection_events #fin_main .fin_headlines_section_current {
  margin-top: 0;
}

.fin_subsection_events.fin_type_section .searefEventDay {
  left: 320px;
  top: 20px;
}

.fin_subsection_events.fin_type_section .searefEventMonth {
  left: 320px;
  top: 60px;
}

.fin_subsection_events.fin_type_section .searefEventTime,
.fin_subsection_events.fin_type_section .searefEventPlace {
  font-family: 'Raleway', Arial;
  font-size: 12px;
  font-weight: 400;
}


.fin_subsection_events.fin_type_section .searefEventPlace {
  position: absolute;
  left: 390px;
  top: 30px;

}

.fin_subsection_events.fin_type_section .searefEventTime {
  position: absolute;
  left: 390px;
  top: 50px;
}

.fin_subsection_events .fin_headlines_list .fin_headlines_item .fin_headlines_title {
  padding-top: 70px;
}

.fin_subsection_events .fin_headlines_list .fin_more {
  display: none;
}


/********************************************************
People Section
********************************************************/

.fin_subsection_people .fin_section_format_bios3rows ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 640px;
}

.fin_subsection_people .fin_section_format_bios3rows li {
  width: 640px;
  float: left;
  margin-bottom: 20px;
  position: relative;
}

.fin_subsection_people .fin_section_format_bios3rows .fin_bio_promo_item {
  margin: 0;
  width: auto;
  text-align: left;
}

.fin_subsection_people .fin_section_format_bios3rows #fin_bio_headlines_by_author {
  display: none;
}

.fin_subsection_people .fin_section_format_bios3rows .fin_bio_promo_item .fin_bio_promo_image {
  position: absolute;
  margin: 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 2;
}

.fin_subsection_people .fin_section_format_bios3rows .fin_bio_promo_fullname {
  position: absolute;
  left: 190px;
  top: 15px;
  color: #000;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 900;
  font-size: 1.5em;
}

.fin_subsection_people .fin_section_format_bios3rows .fin_bio_blurb {
  padding: 75px 20px 20px 190px;
  height: 100px;
  font-size: 1em;
  border: 1px solid #dfdfdf;
}

.fin_subsection_people .fin_section_format_bios3rows .fin_bio_jobtitle {
  position: absolute;
  background: #000;
  width: 450px;
  top: 47px;
  left: 0;
  color: #f7f7f7;
  padding-left: 190px;
  display: block;
  height: 17px;
  line-height: 17px;
  font-size: .625em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: 'Raleway', Arial, sans-serif;
}

/********************************************************
Newsletter
********************************************************/

.fin_subsection_thankyou .fin_story_body,
.fin_subsection_confirmation .fin_story_body ,
.fin_subsection_unsubscribe .fin_story_body  {
  clear: both;
  padding: 20px 40px;
}

#mc_embed_signup form {
  display: block; 
  position: relative; 
  text-align: left; 
  padding: 10px 0 10px 240px;
}

#mc_unsubscribe form {
  display: block; 
  position: relative; 
  text-align: left; 
  padding: 0;
}

#mc_unsubscribe input,
#mc_embed_signup input {
  border:1px solid #999; 
  -webkit-appearance:none;
}

#mc_unsubscribe input:focus,
#mc_embed_signup input:focus {
  border-color: #666;
  outline: none;
}

#mc_unsubscribe .button,
#mc_embed_signup .button {
  background-color: #aaa; 
  border: 0 none; 
  color: #FFFFFF; 
  cursor: pointer; 
  display: inline-block; 
  height: 32px; 
  line-height: 32px; 
  padding:0; 
  text-align: center; 
  text-decoration: none; 
  vertical-align: top; 
  white-space: nowrap; 
  width: auto;
}

#mc_unsubscribe .button:hover,
#mc_embed_signup .button:hover {
  background-color:#777;
}

#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc_embed_signup .fin_module_heading {
  background: #000;
  color: #f7f7f7;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

#mc_embed_signup {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  height: 210px;
}

#mc_unsubscribe p,
#mc_embed_signup p {
  padding: 0 0 0 210px;
  font-size: 12px;
  line-height: 20px;
  position: relative;
}

#mc_embed_signup p {
  padding: 10px 20px 10px 240px;
}

#mc_unsubscribe p:before,
#mc_embed_signup p:before {
  content: '';
  display: block;
  width: 196px;
  height: 147px;
  background: url('http://cf.fisherinteractive.com/seattlerefined/main/sr_envelope_nl.jpg');
  position: absolute;
  left: 22px;
  top: 7px;
}

#mc_unsubscribe p:before {
  left: -9px;
  top: -10px;
}

#mc_unsubscribe #email-address,
#mc_embed_signup input.email {
  display: block;
  padding: 8px 0;
  margin: 0;
  text-indent: 5px;
  width: 200px;
  min-width: 130px;
  float: left;
  position: absolute;
  top: 0;
  left: 240px;
  height: 14px;
  font-weight: 300;
  font-style: italic;
  font-family: 'Merriweather', Georgia, serif;
  font-size: 13px;
}

#mc_unsubscribe #email-address {
  left: 210px;
}

#mc_unsubscribe input.button,
#mc_embed_signup input.button {
  display: block;
  width: 115px;
  min-width: 90px;
  position: absolute;
  top: 0;
  left: 442px;
  border-radius: 0;
  font-family: 'Raleway';
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1px;
  background-color: #9C9C9C;
}

#mc_unsubscribe input.button {
  left: 412px;
}

#fin_main .searef_newsletter {
  margin-top: 30px;
  margin-bottom: 0;
}

/********************************************************
9. Alert Bar
********************************************************/

#fin_alert_bar, 
#fin_alert_bar.live {
width: 996px;
  margin: 0 auto 15px;
  background: #fff;
  min-height: 35px;
  box-shadow: none;
  background-image: none;
  border: 1px solid #ff6f4d;
  padding: 0;
}

#fin_alert_bar.live #fin_alert_bar_inner {
  background: none;
  box-shadow: none;
  border: 0;
}

#fin_alert_bar_content {
  width: 976px;
  margin: 0;
  padding: 5px 10px;
}

#fin_alert_bar_livelink {
  font-weight: 600;
  font-size: 11px;
  text-align: center;
  line-height: 0;
  background: #E15050;
  border: 1px solid #BE3E3E;
  text-transform: uppercase;
  min-height: 0;
  width: auto;
  padding: 0;
  border-left: 0;
  position: absolute;
  top: 6px;
  bottom: 6px;
  right: 6px;
}

#fin_alert_bar_livetext {
  display: table;
  height: 100%;
}

#fin_alert_bar_livelink a i {
  margin-left: 5px;
}

#fin_alert_bar_livelink  a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}

#fin_alert_bar_sponsor,
#fin_alert_bar_related {
  display: none;
}

#fin_alert_bar.live h1 {
  font-size: 14px;
  text-transform: none;
  color: #343434;
  line-height: 14px;
  font-family: 'Raleway', Arial, sans-serif;
  max-width: 600px;
}

#fin_alert_bar.live p {
  font-size: 11px;
  color: #959595;
  margin: 0;
  max-width: 600px;
  line-height: 14px;
}

#fin_alert_bar_image {
  margin: 4px 10px 4px 0;
  border: 3px solid #fff;
  box-shadow: 0 0 4px #b8b8b8;
}

#fin_alert_bar.live #fin_alert_bar_hashtag {
  color: #E15050;
  font-size: 13px;
}

#fin_alert_bar_hashtag {
  margin: 5px 180px 0 0;
}

#fin_alert_bar.live a:hover {
  color: #FFFFFF;
  background: #CB3434;
}

/********************************************************
10. Live Blog
********************************************************/
.fin_type_liveblog #fin_main #comments {
  margin-top: 0;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-top: 0;
}

.fin_type_liveblog #fin_main .hnews {
  border-bottom: 0;
}

.fin_type_liveblog #fin_main .hnews:after {
  display: none;
}

.fin_type_liveblog .fin_byline {
  margin-bottom: 0;
}

.fin_type_liveblog .fin_page_sharing {
  width: auto;
  top: 20px;
  right: 35px;
  left: inherit;
  z-index: 9;
}

.fin_type_liveblog .fin_page_sharing li {
  position: static;
  width: auto;
  margin: 0 0 0 5px;
  height: auto;
  min-width: 0;
  font-size: 10px;
  float: left;
}

.fin_type_liveblog #comments #livefyre .fyre-liveblog .fyre-stream-stats {
  background: url(http://cf.fisherinteractive.com/seattlerefined/main/sr_liveblog_header.gif) 35px 20px no-repeat;
  border-top: 0;
  border-bottom: 2px dotted #ccc;
  padding: 15px 0px;
}

.fin_type_liveblog .fyre-liveblog .fyre-auth {
  margin: 5px 35px 0;
}

.fin_type_liveblog .fyre-stream-sort {
  background: #eee;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
}

.fin_type_liveblog .fyre-stream-sort-options {
  padding: 0 10px;
}

.fin_type_liveblog .fyre .fyre-stream-sort {
  background: #E9E9E9;
  border: 1px solid #DFDFDF;
  margin: 10px 35px;
  width: 570px;
  color: #333!important;
  height: 25px;
}

.fin_type_liveblog .fyre .fyre-stream-sort a {
  color: #333 !important;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .6px;
  padding: 0 5px;
  line-height: 25px;
}

.fin_type_liveblog .fyre-liveblog .fyre-comment-wrapper {
  padding: 5px 35px 10px;
}

.fin_type_liveblog .fyre-liveblog .fyre-comment-body {
  font-size: 14px;
  font-family: 'Merriweather', Georgia, serif;
}

.fin_type_liveblog #comments #commentingrules {
  padding: 20px 35px;
}

.fin_type_liveblog #livefyre_footer {
  padding: 15px 35px 0;
}

.fin_type_liveblog .fyre .fyre-comment-divider>div.fyre-comment-divider {
  background: #E4E4E4;
}

.fin_type_liveblog .fyre .fyre-stream-livecount {
  font-size: 14px;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 600;
}
