@font-face {
    font-family: "PGIcons";
    font-style: normal;
    font-weight: normal;
    src: url("/assets/fonts/pgicons-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/pgicons-webfont.svg") format("svg"), url("/assets/fonts/pgicons-webfont.woff") format("woff");
}


body {
	margin:0;
	padding:0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	background-color:#f6f5f2;
}

html, body {
    height: 100%;
}

header, nav, article, footer, address {
    display: block;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

ul {
    list-style: disc outside none;
}

ul, ol {
    margin: 0 0 0.75em 25px;
    padding: 0;
}

a {
    text-decoration: none;
}

a:active, a:focus {
	outline: 0;
}

object, embed {
	outline: 0;
}

img {
    border: 0 none;
    max-width: 100%;
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    margin: 0;
    text-rendering: optimizelegibility;
}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



html #wrapper, 
body #wrapper {
    min-height: 100%;
}

#wrapper {
    position: relative;
    z-index: 2;
}

#sticky {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
}

#site-header {
	z-index:1;
	position:relative;
}

#site-header .navbar,
#site-footer .menus {
    z-index: 10000;
    border-bottom: 1px solid #2693BA;
    /*box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3);*/
    padding-left: 0;
    background-color: #50B7DC;
    margin: 0 auto;
    color: #999999;
    overflow: visible;
}

#site-header .navbar .navbar-inner,
#site-footer .menus .inside {
    background-color: #2AA4CF;
    color: #FFFFFF;
    font-size: 1.1rem;
    line-height: 44px;
    margin: auto;
    width: 1285px;
    padding: 0;
    min-height: 44px;
}

#site-header .navbar,
#site-header .navbar .navbar-inner,
#site-footer .menus,
#site-footer .menus .inside {
	height:46px;
}


#site-header .menu,
#site-footer .menu {
    list-style-type: none;
    margin: 0;
}

#site-header .menu > li,
#site-footer .menu > li {
    line-height: 46px;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
}

#site-header .menu > li.logo,
#site-footer .menu > li.logo {
    font-size: 0;
    padding: 0 30px 0 0;
}

#site-header .menu > li.submenu .submenu-content {
    display: none;
    overflow-x: auto;
}

#site-header .menu > li.submenu > a,
#site-footer .menu > li.submenu > a {
    transition: background-color 0.1s ease 0s;
    padding: 0 10px;
    color: #FFFFFF;
    margin: 0;
    padding: 0 4px;
    text-transform: uppercase;
    display: block;
    font-family: 'Ubuntu Condensed', arial;
    font-size:14px;
}

#site-header .menu > li.submenu,
#site-footer .menu > li.submenu {
	margin: 0 10px 0 0;
}

#site-header .menu > li.submenu.collapsable {
	margin:0;
}

#site-header .menu > li.submenu.collapsable > a:after {
    font-family: 'PGIcons';
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: 17px;
    margin-left: 3px;
    margin-top: 0;
    vertical-align: text-top;
    content: "\e044";
}

#site-header .menu > li.submenu.active, 
#site-header .menu > li.submenu.locked,
#site-footer .menu > li.submenu.active,
#site-footer .menu > li.submenu.locked {
	background: none repeat scroll 0 0 #DDF0F9;
}

#site-header .menu > li.submenu.collapsable.active, 
#site-header .menu > li.submenu.collapsable.locked {
    border-bottom: 4px solid #DDF0F9;
}

#site-header .menu > li.submenu.active > a, 
#site-header .menu > li.submenu.locked > a,
#site-footer .menu > li.submenu.active > a,
#site-footer .menu > li.submenu.locked > a {
    color: #00A4E2;
}

#site-header .menu > li.submenu.active .submenu-content, 
#site-header .menu > li.submenu.locked .submenu-content,
#site-header .menu > li.submenu:focus .submenu-content {
    background: none repeat scroll 0 0 #DDF0F9;
    border-bottom: 5px solid #2EA0CB;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: -1;
    display: block;
    top: 45px;
}

#site-header .menu .submenu-content .page-container {
    height: 199px;
    overflow: hidden;
    padding: 20px 0;
    margin: auto;
    max-width: 1285px;
    position: relative;
}

#site-header .menu .submenu-content .page-container .title {
   	font-size: 0;
    left: 40px;
    position: absolute;
    top: 20px;
}

#site-header .menu .submenu-content .channels {
    background: none repeat scroll 0 0 #C7E6F5;
    display: inline-block;
    font-weight: bold;
    height: 245px;
    list-style: none outside none;
    margin: -20px 0;
    padding: 18px 0 0;
    text-align: right;
    vertical-align: top;
    width: 280px;
}

#site-header .menu .submenu-content .subnav-posts {
    display: inline-block;
    left: 100px;
    list-style: none outside none;
    margin: 0;
    overflow-x: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 20px;
    vertical-align: top;
}

#site-header .menu .submenu-content .subnav-posts li.subnav-post {
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
    white-space: normal;
    width: 200px;
}

#site-header .menu .submenu-content .subnav-posts li.subnav-post a {
    color: #333333;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}

#site-header .menu .submenu-content .subnav-posts li.subnav-post img {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    display: block;
    height: 115px;
    margin-bottom: 0px;
    width: 200px;
    object-fit: cover;
}

#scrollable {
    padding-bottom: 0px;
    padding-top: 68px;
    z-index: 5;
}

#scrollable .page-container {
    margin: auto;
    max-width: 1285px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

#scrollable header .inside {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll left top #F0EEE9;
    border-color: #E3E3E3;
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
    padding: 15px 0;
}

#article-share {
	z-index:0;
	position:relative;
}

#article-share .body,
#article-share .body .inside {
	height:30px;
}

#article-share .body {
    background-color: #50B7DC;
    border-bottom: 1px solid #2693BA;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3);
    color: #999999;
    margin: 0 auto;
    overflow: visible;
    padding-left: 0;
    z-index: 10000;
}

#article-share .body .inside {
    background-color: #2AA4CF;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    margin: auto;
    min-height: 20px;
    padding: 0;
    width: 1285px;
}

#article-share .body .inside span {
    float: left;
    font-weight: bold;
    line-height: 30px;
    margin: 0 60px 0 20px;
}

#article-share .body .inside div.social {
    float: left;
    margin: 0 30px 0 0;
    position: relative;
    top: 4px;
}

#site-info .body, 
#site-info .body .inside,
#site-footer .links,
#site-footer .links .inside {
	height:20px;
}

#site-info {
	z-index:0;
	position:relative;
}

#site-info .body,
#site-footer .links {
    background-color: #9ee3fe;
    border-bottom: 1px solid #2693BA;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3);
    color: #999999;
    margin: 0 auto;
    overflow: visible;
    padding-left: 0;
    z-index: 10000;
}

#site-info .body .inside,
#site-footer .links .inside {
    background-color: #6DD0F7;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    margin: auto;
    min-height: 20px;
    padding: 0;
    width: 1285px;
}

#site-info .body .inside .date {
    display: block;
    float: left;
    font-size: 13px;
    margin: 0 0 0 300px;
}

#site-info .body .inside .moto {
    display: block;
    float: left;
    font-size: 13px;
    margin: 0 0 0 100px;
}

#weather-box {
    display: block;
    float: left;
    margin: 0 0 0 200px;
}

#weather-box .label {
    display: inline-block;
    float: left;
    font-size: 13px;
    line-height: 20px;
}

#weather-box div {
	display:inline;
}

#weather-box .scroller {
    float: left;
    margin: 0 0 0 5px;
    width: 300px;
}

#weather-box .scroller ul {
    list-style-type: none;
    margin: 0;
    position: relative;
}

#weather-box .scroller ul li {
	position:absolute;
	left:0;
}

#weather-box .scroller ul li .image {
	font-size:0;
	float:left;
}

#weather-box .scroller ul li p {
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    margin: 0;
}

#weather-box .scroller ul li p span {
	font-weight:bold;
}





#body-container {
    width: 100%;
}

#main {
    min-width: 320px;
}

#body {
    border: 1px solid #E3E3E3;
}

#body, .white-well {
    background-color: #FFFFFF;
    margin: 0 auto;
}

.fixable-wrapper {
    height: 40px;
    position: relative;
    z-index: 1;
}

html.touch .column-headers, 
html.no-touch .column-headers {
    width: 100%;
}

html.no-touch .column-headers {
    width: 100%;
}

html.no-touch .column-headers {
    position: relative;
    z-index: -1;
}

.column-headers {
    position: relative;
    z-index: -1;
    margin: auto;
    max-width: 1440px;
}

html.no-touch .column-headers .headers {
    background: none repeat scroll 0 0 #FFFFFF;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.column-headers .headers,
.column.box-cell .header {
    background: none repeat scroll 0 0 #FFFFFF;
    display: table;
    table-layout: fixed;
    width: 100%;
}


html.no-touch .column-headers .header {
    width: 50%;
}

html.no-touch .column-headers .header {
    display: table-cell;
    width: 33.3%;
}

.column-headers .header,
.column.box-cell .header {
    display: table-cell;
    width: 33.3%;
}

div.columns .column-content {
}

.column.box-cell .header {
	box-shadow:0 3px 8px -2px rgba(0, 0, 0, 0.3);
}

html.no-touch .column-headers .header.column2:after,
html.no-touch #column-2 .header:after {
    /*border-color: transparent transparent transparent #5A8E32;
    border-style: solid;
    border-width: 0 0 20px 30px;*/
    border:0 none;
    content: "";
    display: none;
    height: 0;
    margin-top: -1px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 0;
}

.column-headers .header.column2:after,
#column-2 .header:after {
    border-color: transparent transparent transparent #5A8E32;
    border-style: solid;
    border-width: 0 0 20px 30px;
    content: "";
    display: none;
    height: 0;
    margin-top: -1px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 0;
}

.column.box-cell .inside {
}

#column-2 .header {
}

/*
html.no-touch .column-headers .header.column2, 
html.touch .column-headers .header.column2,
html.no-touch #column-2 .header,
html.touch #column-2 .header {
    width: 406px !important;
}
*/

html.touch .column-headers .header.column2, 
html.no-touch .column-headers .header.column2,
html.touch #column-2 .header,
html.no-touch #column-2 .header {
    display: table-cell;
    width: 50%;
}



/*html.no-touch .column-headers .header.column2, 
html.no-touch .column-headers .header.column3,
html.no-touch #column-2 .header,
html.no-touch #column-3 .header {
    display: none;
}*/

html.no-touch .column-headers .header.column2,
html.no-touch #column-2 .header {
    background-color: #7FC04C;
    position: relative;
}

.column-headers .header.column2,
html.no-touch #column-2 .header {
    background-color: #7FC04C;
    position: relative;
}

html.touch .column-headers .header.column2:after, 
html.no-touch .column-headers .header.column2:after,
html.no-touch #column-2 .header:after {
    display: block !important;
}

html.no-touch .column-headers .header.column2,
html.no-touch #column-2 .header {
    display: table-cell;
}

html.no-touch .column-headers .header.column3 {
    display: none;
}

html.touch .column-headers .header.column3, 
html.no-touch .column-headers .header.column3,
#column-3 .header {
    display: table-cell;
    width: 50%;
}

html.no-touch .column-headers .header.column3, 
html.touch .column-headers .header.column3,
#column-3 .header {
    width: auto;
}

#column-3 .header {
	display:block;
}

.column.box-cell .header.fixed {
    position: fixed !important;
    top: 68px;
    z-index: 9;
}

.slide-window {
    overflow: hidden;
    width: 100%;
}

.flex-box {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.flex-box.columns {
    width: 100%;
}

.box-cell {
    display: table-cell;
    position: relative;
    vertical-align: top;
}

.flex-box.columns .column {
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #AAAAAA;
}

.flex-box.columns .column:first-child {
    border: 0 none;
}

.flex-box.columns .column {
    width: 33.3%;
}

#column-1 {
    box-shadow: 0 6px 16px -9px rgba(0, 0, 0, 0.5) inset;
    background: none repeat scroll 0 0 #FFFFFF;
}

#column-hot, 
#column-, 
#column-1 {
    width: 33.3%;
}

#column-1,
#column-1 .header {
    width:270px !important; /*320px;*/
}

html.no-touch #column-1 {
    box-shadow: 0 6px 16px -9px rgba(0, 0, 0, 0.5) inset;
}

.column-headers .header a {
    color: #222222;
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 40px;
    padding: 0 30px;
}

html.no-touch .column-headers .header a,
html.no-touch .column.box-cell .header span {
    color: #222222;
    display: block;
    font-size: 1.0rem;
    font-weight: bold;
    line-height: 40px;
    padding: 0 30px;
}

.column-headers .header a em {
    font-style: normal;
}

html.no-touch .column-headers .header a em,
html.no-touch .column.box-cell .header span em {
    font-style: normal;
}

.semantic {
    display: none;
}

div.columns .column-content {
    padding-top: 30px;
}

.column .article-container {
    margin: 0 0 30px;
}

div.columns .column .article-container {
    padding-left: 30px;
    padding-right: 30px;
}

#column-1 .ad {
	margin:0 0 10px;
	text-align:center;
}

#column-3 .ad {
	margin:0 0 20px;
	text-align:center;
}

#column-1 .article-container {
    margin-bottom: 12px;
}

#column-1 .article-container {
    margin-bottom: 0;
    padding: 0 10px 15px;
}

#column-1 .article-container {
    padding: 0 20px 15px;
}

article.post.short {
    padding: 0;
    position: relative;
}

#column-1 article.post {
    position: relative;
}

article.post.short .article-img-container {
    min-height: 62px;
}

article.post.short .article-img-container img {
	width: 100%;
}

#column-1 .article-img-container {
    /*box-shadow: 1px 1px 2px 0 #D0D0D0;*/
}

html.no-touch #column-1 .article-img-container {
    /*box-shadow: 1px 1px 2px 0 #D0D0D0;*/
}

#column-1 article.post .article-img-container img {
	box-shadow: 1px 1px 2px rgba(0,0,0,.8);
}

#column-1 article.post .article-img-container {
    background: none repeat scroll 0 0 transparent;
    display: inline-block;
    margin-right: 4%;
    vertical-align: top;
    width: 27%;
    font-size:0;
}

#column-1 article.post .article-content-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 66%;
}

article.post .article-content {
    /*font-family: Helvetica,Arial,sans-serif;*/
    font-size: 1.5rem;
}

#column-1 article.post .article-content {
    margin-bottom: 5px;
    min-height: 58px;
}

#column-1 article.post .article-content {
    min-height: 42px;
}

article.post .article-category {
    font-weight: bold;
}

article.post.short .article-category {
    color: #8A8C8E;
    font-size: 1.1rem;
    font-weight: normal;
    text-transform: uppercase;
}

#column-1 article.post .article-category {
    display: none;
}

article.post .article-title {
    /*font-family: "MuseoSlabRegular",serif;*/
}

article.post.short .article-title {
    color: #555555;
    font-weight: normal;
}

#column-1 article.post .article-title {
    font-size: 0.7rem;
}

#column-1 article.post .article-title {
    margin-bottom:5px;
}

#column-1 article.post .article-title {
    margin: 0;
}

#column-2, 
#column-3 {
    box-shadow: 3px 3px 12px -7px rgba(0, 0, 0, 0.7) inset;
}

#column-2 {
    background: none repeat scroll 0 0 #FDFCFC;
}

#column-2, 
#column-3 {
    border-color: #CCCCCC;
    width: 50%;
}

#column-2,
#column-2 .header {
    width: 37%; /*406px !important;*/
}

html.no-touch #column-2, 
html.no-touch #column-3 {
    box-shadow: 3px 3px 12px -7px rgba(0, 0, 0, 0.7) inset;
}

#column-3 {
    width: auto;
}

#column-3 {
    background: none repeat scroll 0 0 #F3F3F3;
}

article.post .article-title a {
    display: block;
}

article.post .article-title a {
    color: #333333;
}

#column-1 article.post .article-title a {
    color: #303030;
}

#column-1 article.post .article-byline, 
#column-1 article.post .article-excerpt {
	display:none;
}

article.post.short footer {
    /*font-family: ProximaNovaRegular,Arial,sans-serif;*/
}

#column-1 article.post footer {
    position: relative;
    white-space: nowrap;
}

#column-1 article.post .article-shares-stub {
    display: inline-block;
    position: relative;
}

article.post.short footer .article-date {
    color: #999999;
    display: inline-block;
    font-size:12px;
}

#column-1 article.post .article-date {
    color: #AAAAAA;
    display: inline-block;
    font-size: 0.7rem;
    line-height: 17px;
    vertical-align: text-top;
}

article.post.short footer .website {
	float:right;
	padding:0 4px 0 0;
	position:relative;
	z-index:2;
}

#column-1 article.post.short footer .website {
	display:none;
}

/*#column-1 article.post .article-date:before {
    content: "/";
    padding: 0 4px;
}*/

article.post.short footer .article-shares-links {
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    display: none;
    height: 20px;
    left: 0;
    overflow: hidden;
    padding: 6px 0 6px 6px;
    position: absolute;
    right: 0;
    white-space: normal;
}

#column-1 article.post .article-shares-links {
    bottom: -1px;
    margin-left: -5px;
    padding-bottom: 1px;
    padding-left: 0;
}

#column-2 .article-container, 
#column-3 .article-container {
    padding: 0 30px;
}

#column-2 .article-container {
    position: relative;
}

#column-2 article.post, 
#column-3 article.post {
    box-shadow: 1px 1px 2px 0 #D0D0D0;
}

#column-2 article.post, 
#column-3 article.post {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E4E4E4 #BABABA #BABABA #E4E4E4;
    border-image: none;
    border-style: solid;
    border-width: 1px;
}

#column-2 .article-container article.post, 
#column-3 .article-container article.post {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #E4E4E4 #BEBEBD #BEBEBD #E4E4E4;
    border-image: none;
    border-style: solid;
    border-width: 1px;
}

html.no-touch #column-2 article.post, 
html.no-touch #column-3 article.post {
    box-shadow: 1px 1px 2px 0 #D0D0D0;
}

#column-2 .article-container article.post .article-img-container, 
#column-3 .article-container article.post .article-img-container {
    overflow: hidden;
}

#column-2 .article-container article.post .article-content, 
#column-3 .article-container article.post .article-content {
    padding: 12px 15px 20px;
}

#column-2 .article-container article.post .article-title, 
#column-3 .article-container article.post .article-title {
    font-size: 1.4rem;
}

#column-2 article.post .article-excerpt,
#column-3 article.post .article-excerpt {
    color: #777777;
    font-size: 1rem;
    margin: 0;
    overflow: hidden;
    padding-top: 8px;
}

#column-2 article.post footer,
#column-3 article.post footer {
	/*padding:0 15px 10px;*/
}

#column-3 .article-container article.post .article-content {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: -54px 20px 12px;
    padding: 12px 10px 10px 20px;
    position: relative;
}

#article {
    height: 100%;
    padding: 98px 0 0;
    position: relative;
}

#article iframe {
	width:100%;
	height:100%;
	border:0 none;
	margin:0;
	padding:0;
}

body.article #sticky {
}

body.article #wrapper {
	height:100%;
}

.article-container article.post .article-shares-stub {
    display: inline-block;
    margin-left: -4px;
    padding: 0 0 3px 4px;
    position: relative;
}

#column-1 .website {
    border-bottom: 1px solid #DDDDDD;
    margin: 0 10px 5px;
    padding: 0 10px 5px;
}

#column-1 .website a {
}

#column-1 .website img {
}


#column-1 .article-container article.post .article-shares-stub {
	display:none;
}

article.post.short footer .article-shares-stub a.num {
	color: #999999;
    display: inline-block;
    font-size: 1.1rem;
    line-height: 20px;
    padding-left: 33px;
    position: relative;
    text-transform: uppercase;
    vertical-align: text-top;
}

article.post.short footer .article-shares-stub a.num:before {
 	background: none repeat scroll 0 0 #D0D0D0;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    height: 26px;
    left: 0;
    line-height: 26px;
    margin-right: 4px;
    position: absolute;
    text-align: center;
    top: -3px;
    vertical-align: middle;
    width: 26px;
}

article.post.short footer .article-shares-stub a.num:before {
    content: "\e002";
    font-family:'PGIcons';
}

article.post.short footer .article-shares-stub a.num b {
    color: #555555;
    font-weight: bold;
}

article.post.short footer .article-shares-stub a.num {
    font-size: 1.0rem;
}

article.post.short footer .article-date:before {
    content: "/";
    padding: 0 4px;
}

#column-1 article.post.short footer .article-date:before {
	display:none;
}

article.post.short footer.share .article-shares-links {
	display:block;
}

.social-stub {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: linear-gradient(#FFFFFF, #E0E0E0) repeat scroll 0 0 transparent;
    border-color: #E0E0E0 #CCCCCC #CCCCCC #E0E0E0;
    border-image: none;
    border-radius: 3px 3px 3px 3px;
    border-right: 1px solid #CCCCCC;
    border-style: solid;
    border-width: 1px;
    box-shadow: -1px -1px 0 0 #F0F0F0 inset;
    color: #555555;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 1.1rem;
    height: 19px;
    line-height: 19px;
    margin: 0 35px 13px 0;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-indent: 19px;
    text-rendering: optimizelegibility;
    transition: all 0.1s ease-in-out 0s;
    vertical-align: top;
    width: 44px;
}

article.post.short footer .article-shares-links .social-stub, 
article.post.short footer .article-shares-links iframe {
    margin-left: 2px;
    padding-bottom: 0;
}

article.post.short footer .article-shares-links .social-stub:first-child, 
article.post.short footer .article-shares-links iframe:first-child {
    margin-left: 0;
}

.social-stub:before {
    background: url("/images/v2/bubble.png") no-repeat scroll center center #FFFFFF;
    color: #333333;
    content: attr(data-shares);
    display: block;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 16px;
    line-height: 15px;
    padding: 2px 0 2px 3px;
    position: absolute;
    right: -34px;
    text-align: center;
    text-indent: 0;
    top: -1px;
    white-space: nowrap;
    width: 30px;
}

.social-stub:hover {
	border-color:#999;
	text-decoration:none;
}

.social-stub:after {
    font-size: 13px;
    height: 100%;
    left: 1px;
    position: absolute;
    text-indent: 0;
    top: 1px;
}

.social-stub:before {
    font-family: 'PGIcons';
    font-style: normal;
    font-weight: normal;
}

.social-stub.facebook:after {
    font-size: 13px;
    left: 3px;
    top: 0;
}

.social-stub.facebook {
    background: none repeat scroll 0 0 #ECEEF5;
    border-color: #CAD4E7;
    color: #46579A;
    font-size: 10px;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-indent: 20px;
    width: 52px;
}

.social-stub.facebook:hover {
	border-color:#9dacce;
}

a.network-badge.network-badge-facebook:before, 
.social-stub.facebook:after, 
#site-footer .social li a.facebook:before {
    content: "\e009";
    font-family: 'PGIcons';
    font-style: normal;
    font-weight: normal;
}

.social-stub.twitter:after {
    color: #42ABF1;
    left: 3px;
    text-shadow: 1px 1px #FFFFFF;
}

.social-stub.twitter:after, 
.main-menu > li.follow span.tw:after {
    content: "\e021";
    font-family: 'PGIcons';
    font-style: normal;
    font-weight: normal;
}

.social-stub.twitter {
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    width: 56px;
}

.social-stub.google_plus {
    color: #da573b;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    width: 56px;
}

.social-stub.google_plus:after {
    color: #da573b;
    left: 3px;
    text-shadow: 1px 1px #FFFFFF;
}

.social-stub.google_plus:after {
    content: "\e020";
    font-family: 'PGIcons';
    font-style: normal;
    font-weight: normal;
}

#site-footer {
    border-top: 1px solid #2693BA;
    box-shadow: 0 -2px 2px -1px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 3;
}

#site-footer .menus {
}

#site-footer .menus .inside {
}

#site-footer .links {
}

#site-footer .links .inside {
	text-align:center;
}

#site-footer .links .inside a {
    color: #FFFFFF;
    font-size: 13px;
}

#site-footer .links .inside span{
    color: #FFFFFF;
    font-size: 13px;
}

#site-footer .sites {
	background-color: #FFFFFF;
}

#site-footer .sites .inside {
 	margin: auto;
    padding: 0;
    width: 1285px;
}

#site-footer .sites .inside p {
    font-size: 13px;
    margin: 0;
    padding: 10px 0;
}

#site-footer .sites .inside .list {
	text-align:center;
}

#site-footer .sites .inside .list a {
    display: inline-block;
    font-size: 0;
    margin: 3px 8px;
}

div.columns .column .load-more {
    background-color: #F1F1F1;
    border: 1px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    margin: 10px;
    padding: 10px;
    text-align: center;
}

div.columns .column .load-more a {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
}

div.columns .column .load-more span {
    color: #999999;
    display: none;
    font-size: 16px;
}

div.columns .column .load-more.working span {
	display:inline;
}

div.columns .column .load-more.working a {
	display:none;
}

#scrollable .page-container #body .pad {
	padding:20px;
}

#scrollable .page-container #body .pad .text {
}

#scrollable .page-container #body .pad .text ul,
#scrollable .page-container #body .pad .text ol {
	list-style-position:inside;
}