/*
Theme Name: Squared Away Blog
Theme URI: http://wordpress.org/
Description: Based on old FSP website theme
Author: Gnaritas, Inc.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: custom, white, blue, one sidebar, one menu, webfonts*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */



body {
	font-family: 'UbuntuRegular', Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

.column {
	float: left;
	display: block;
	margin-bottom: 20px;
}
.left-rules {
	width: 62px;
	height: 354px;
	margin: -11px 19px 0 0;
	background-image: url(images/bg_rules.png);
	background-repeat: no-repeat;
}
.one-third {
	width: 282px;
	margin-right: 39px;
}
.two-thirds {
	width: 605px;
	margin-right: 37px;
}
.half {
	width: 442px;
	margin-right: 40px;
}
.half.border-right {
	width: 401px;
	padding-right: 40px;
	border-right: 1px solid #e7e7e7;
}
.full {
	width: 924px;
}
.no-top-mar {
	margin-top: 0;
}
.no-bot-mar {
	margin-bottom: 0;
}
.no-right-mar {
	margin-right: 0;
}
.no-left-mar {
	margin-left: 0;
}
.left-mar {
	margin-left: 39px;
}
.right-mar {
	margin-right: 39px;
}
.left, .alignleft {
	float: left;
}
.right, .alignright  {
	float: right;
}
.one-third.shadow {
	width: 254px;
	padding: 0 12px 20px 12px;
	border-right: 2px solid #f5f5f5;
	border-left: 2px solid #f5f5f5;
}
.bottom-shadow {
	height: 8px;
	width: 100%;
	background-image: url(images/border_bottom.png);
	background-repeat: repeat-x;
}
.dotted-border {
	height: 3px;
	width: 100%;
	background-image: url(images/border_dotted.png);
	background-repeat: repeat-x;
}
.head {
	margin-bottom: 30px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Text elements */
h1 {
	font-family: 'UbuntuBold';
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #ff7b00;
}
h1 .sub-title {
	margin-left: 10px;
	font-family: 'UbuntuRegular';
	text-transform: none;
}
h2, h1 .sub-title {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 10px;
	color: #949494;
}

.post h2.post-title {
	font-family: 'UbuntuBold';
	font-size: 28px;
	color: #26A5D9;
	margin-bottom: 15px;
}

.entry-content h2,
.post-title.single {
	font-family: 'UbuntuBold';
	font-size: 28px;
	line-height: normal;
	margin: 30px 0 15px 0;
	color: #8f1a1d;
}
.entry-content h2.no-top-mar {
	margin-top: 0;
}
h3 {
	font-family: 'UbuntuBold';
	font-size: 14px;
	line-height: 19px;
	color: #8f1a1d;
	margin-bottom: 15px;
}
h6 {
	font-size: 11px;
	line-height: normal;
}
p, label, body {
	font-family: 'UbuntuRegular';
	font-size: 13px;
	line-height: 20px;
	color: #444;
	font-weight: normal;
	margin-bottom: 18px;
}
p:last-child {
	margin-bottom: 0;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}
a {
	color: #26a5d9;
	text-decoration: none;
}
a:active,
a:hover {
	color: #ff7b00;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
.bio-thumb img {
	margin: 5px 10px 0 0;
}
ul li {
	font-family: 'UbuntuRegular';
	font-size: 13px;
	line-height: 20px;
	color: #444;
	font-weight: normal;
	margin-bottom: 10px;
}
ul.children li {
	margin-bottom: 5px;
}
strong {
	font-family: 'UbuntuBold';
	font-weight: normal;
}
ul.people {
	margin-top: 10px;
}
ul.people li {
	height: 14px;
	margin-bottom: 10px;
	display: block;
}
ul.people li a {
	color: #444;
	float: left;
}
ul.people li a:hover,
ul.people li.active a {
	color: #26A5D9
}
.border-right {
	border-right: 1px solid #ccc;
}


/* =Header
-------------------------------------------------------------- */


.wrapper.header {
	background-image: url(images/bg_header.png);
	background-position: center center;
	background-repeat: no-repeat;
	/*height: 90px;*/
	padding: 15px 0;
	z-index: 100;
	position: relative;
}
.header .inner {
	width: 1010px;
	margin: 0 auto;
}
.navigation {
	width: 850px;
}
.navigation .search-share {
	height: 30px;
	margin-bottom: 18px;
	padding-top: 3px;
	background-image: url(images/bg_search-share.png);
}
.contact {
	font-family: 'UbuntuRegular';
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 5px;
	margin-left: 100px;
	color: #949494;
}
.contact span a {
	color: #949494;
	text-decoration: none;
}
.contact span a:hover {
	color: #26a5d9;
	text-decoration: none;
}
.divider {
	margin: 0 10px;
}
.connect {
	margin-top: 2px;
	font-family: 'UbuntuBold';
	font-size: 11px;
	text-transform: uppercase;
}
.navigation .connect span {
	margin: 4px 15px 0 0;
}
.navigation .connect .arrow-right {
	margin: 5px 10px 0 0;
}
.connect .social-icon {
	margin-left: 5px;
}
.connect .social-icon {
	height: 22px;
	width: 22px;
	float: left;
	background-image: url(images/icons_social_new.png);
	background-repeat: no-repeat;
}
.connect .social-icon.facebook {
	background-position: 0 0;
}
.connect .social-icon.twitter {
	background-position: -22px 0;
}
.connect .social-icon.you-tube {
	background-position: -44px 0;
}
.connect .social-icon.rss {
	background-position: -66px 0;
}
.connect .social-icon.e-mail {
	background-position: -88px 0;
}

/* DS: More social media options */

#sharing-more {
	position: relative;
}

#sharing-more:hover #bookmarks {
	display: block;
}

#bookmarks {
	display: none;
	position: absolute;
	left: 30px;
	top: 22px;
	background-color: white;
	z-index: 1;
	width: 150px;
	height: auto;
	padding: 5px;
	border: 1px solid black;
	line-height: 30px;
}

#bookmarks a {
	display: inline;
	margin: 5px;
}

.connect  .social-icon.more {
	background-position: -132px 0;
}

.connect .social-icon.linkedin {
	background-position: -109px 0;
	width: 23px;
	height: 23px;
}


.connect .social-icon.more:hover,
a:hover .more {
	background-position: -132px -22px;
}

.connect .social-icon.linkedin:hover,
a:hover .linkedin {
	background-position: -109px -22px;
}


/* end more social media options */

.connect .social-icon.facebook:hover,
a:hover .facebook {
	background-position: 0 -22px;
}
.connect .social-icon.twitter:hover,
a:hover .twitter {
	background-position: -22px -22px;
}





.connect .social-icon.you-tube:hover,
a:hover .you-tube {
	background-position: -44px -22px;
}
.connect .social-icon.rss:hover,
a:hover .rss {
	background-position: -66px -22px;
}
.connect .social-icon.e-mail:hover,
a:hover .e-mail {
	background-position: -88px -22px;
}
.connect .social-icon a {
	display: block;
}
.connect li {
	width: 100%;
	height: 22px;
}
.connect li a {
	display: block;
}

a span.fb_share_size_Small {
	height: 22px;
	width: 22px;
	border: none;
	margin-bottom: 7px;
	display: block;
}
span.fb_share_size_Small {
	height: 22px;
	width: 100%;
	border: none;
	margin-bottom: 7px;
}
span.fb_share_size_Small .FBConnectButton_Small {
	background: none;
	background-image: none;
	height: 22px;
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
}
span.fb_share_size_Small .FBConnectButton_Small .FBConnectButton_Text {
	background: none;
	background-image: none;
	height: 22px;
	width: 254px;
	border: none;
	margin: 0;
	padding: 0;
}

.connect .fb_share_count {
	display: none;
}
.connect .fb_share_count_nub_right {
	display: none;
}
.connect .fb_share_count_right {
	display: none;
}
.connect .fb_share_count_inner {
	display: none;
}
.connect .FBConnectButton_Text {
	width: 254px;
}
.connect .FBConnectButton_Text span.left {
	width: 180px;
}
html body span.fb {
	display: none;
}

/* =Join Us Form
-------------------------------------------------------------- */
.form-left {
	float:left;
	width:344px;
	text-align:left;
	font-family: 'UbuntuRegular', Helvetica, Arial, sans-serif;
}
.form-left input[type="text"] {
	width: 344px;
	height: 18px;
	padding: 5px;
	background: #f9f9f9;
	border: 1px solid #ccc;
}
.form-left input[type="submit"] {
	width: 145px;
	height: 30px;
	padding: 5px 10px;
	border: none;
	cursor: pointer;
	color: #fff;
	background-color: #26A5D9; 
}
.form-left input[type="submit"]:hover {
	background-color:#FF7B00; 
}
.form-right {
	margin-left:380px;
	text-align:left;
	padding: 60px 0 0 0;
	font-family: 'UbuntuRegular', Helvetica, Arial, sans-serif;
}
span.checkbox {
	padding: 0 50px 0 0;
}

/* =Menu
-------------------------------------------------------------- */

.navbar {
	float: left;
	width: 100%;
	display: block;
}
.navbar .menu-header,
div.menu {
	width: 100%;
}
.navbar .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
.navbar .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
.navbar ul li {
	margin-right: 98px;
	height: 38px;
}
.navbar ul li.blog {
	margin-right: 0;
}
#lastLi {
	margin-right: 0;
}
.navbar ul li a {
	font-family: GeoSlb712EMdBT;
	font-size: 18px;
	word-spacing: normal;
	line-height: normal;
	text-transform: uppercase;
	color: #26a5d9;
	display: block;
	text-decoration: none;
}
.navbar ul li:hover a {
	color: #ff7b00;
}
.navbar ul li .arrow {
	height: 15px;
	width: 12px;
	margin: 3px 10px 0 0;
	overflow: hidden;
	float: left;
	background-image: url(images/btn_header_arrows.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.navbar ul li:hover .arrow {
	background-position: top right;
}
.navbar ul ul {
	box-shadow: 0px 6px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 6px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 6px 6px rgba(0,0,0,0.4);
	position: absolute;
	display: none;
	top: 38px;
	left: 0;
	float: left;
	width: 170px;
	padding: 0 20px;
	z-index: 99999;
	background-color: white;
}
.navbar ul ul li {
	width: 170px;
	border-bottom: 1px dotted #aaa;
}
.navbar ul ul li:last-child {
	border-bottom: none;
}
.navbar ul ul li a {
	background: #fff;
	height: auto;
	padding: 10px 0;
	font-family: GeoSlb712ELtBT;
	font-size: 13px;
	word-spacing: normal;
	line-height: normal;
	text-transform: uppercase;
}
.navbar ul ul li a .arrow {
	display: none;
}
.navbar li:hover > a,
.navbar ul ul :hover > a {
	background: #fff;
	color: #333;
}
.navbar ul li:hover > ul {
	display: block;
}
.navbar ul li.current_page_item > a,
.navbar ul li.current-menu-ancestor > a,
.navbar ul li.current-menu-item > a,
.navbar ul li.current-menu-parent > a {
	color: #ff7b00;
}
.navbar ul li.current_page_item > a .arrow,
.navbar ul li.current-menu-ancestor > a .arrow,
.navbar ul li.current-menu-item > a .arrow,
.navbar ul li.current-menu-parent > a .arrow {
	background-position: top right;
}
.header .navbar .home {
	display: none;
}

/* =Search
-------------------------------------------------------------- */
#searchform .s {
	height: 18px;
	width: 180px;
	padding: 5px;
	border: 1px solid #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#searchform .s:focus {
	outline: none;
	border: 1px solid #aaa;
	background-color: white;
}
#searchform #searchsubmit {
	height: 30px;
	width: 30px;
	padding: 0;
	background-color: transparent;
	background-image: url(images/btn_search.png);
	background-position: top left;
	border: none;
	cursor: pointer;
}
#searchform #searchsubmit:hover {
	background-position: top right;
}
.sidebar-section #searchform .s {
	width: 212px;
}

/* =Content
-------------------------------------------------------------- */
#content {
	width: 1010px;
	margin: 0 auto 40px auto;
}


/* =List of posts
-------------------------------------------------------------- */

.two-thirds .post h2.post-title {
	font-family: 'UbuntuBold';
	font-size: 28px;
	color: #26A5D9;
	margin-bottom: 15px;
}

.post h3.date {
	font-family: 'GeoSlb712ELtBT', serif;
	font-size: 14px;
	line-height: normal;
	color: #3f3f3f;
	margin-bottom: 5px;
}
.post a h2.post-title {
	font-family: 'UbuntuBold';
	font-size: 28px;
	line-height: normal;
	color: #26a5d9;
	margin-bottom: 15px;
}
.post a h2.post-title:hover {
	color: #ff7b00;
}
.post .dotted-border {
	margin-bottom: 15px;
}
.post .continue {
	margin: 15px 0 0 0;
	display: block;
	height: 20px;
}
p.author {
	color: #9a9a9a;
}

/* =Single Post
-------------------------------------------------------------- */
h2.post-title.single {
	margin: 0 0 15px 0;
}
.thumb {
	margin: 0 20px 15px 0;
}
.post ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 20px 17px;
}

/* =Feature Section
-------------------------------------------------------------- */

.feature-section {
	height: 357px;
	width: 935px;
	margin: -9px 0 40px -6px;
	background-image: url(images/bg_feature.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.feature-crop {
	width: 929px;
	margin-left: 6px;
	overflow-x: hidden;
}
.feature-item {
	width: 929px;
}
.feature-item .product-image {
	margin: -9px 5px 0 0;
}
.feature-item .product-info {
	margin: 40px 0 0 30px;
}
.feature-item .product-info .desc {
	margin-top: 20px;
}
.feature-item .product-info .more {
	width: 282px;
	position: absolute;
	top: 235px;
	padding-top: 15px;
	border-top: 2px dashed #d15054;
}
.more a {
	font-family: 'GeoSlb712EMdBT', serif;
	font-size: 19px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #ff7b00;
	display: block;
}
.more a .start {
	padding-top: 6px;
}
.more:hover a {
	color: #df6b1a;
}
.more .arrow {
	height: 35px;
	width: 35px;
	background-image: url(images/icon_arrow_circle.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin: 0 0 0 20px;
}
.more.add-bot-mar {
	margin-bottom: 20px;
}
#nav {
	height: 35px;
	width: 490px;
	margin: -43px 0 0 6px;
	padding: 5px 0 0 30px;
	background-image: url(images/bg_feature_nav.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 100;
}
#nav a {
	font-family: 'UbuntuRegular', Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #9f9f9f;
	text-decoration: none;
}
#nav a:hover {
	color: #000;
}
#nav div {
	height: 28px;
	margin-right: 22px;
	display: inline;
}
#nav div.activeSlide {
	background-image: url(images/icon_triangle.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 10px auto;
}
#nav div.activeSlide a {
	color: #000;
}
#nav .sep:last-child {
	display: none;
}

/* =Home Page Features
-------------------------------------------------------------- */
.home-box .continue {
	margin-top: 20px;
}
.continue {
	display: block;
}
.continue .read-more {
	font-family: 'UbuntuBold', Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
.continue .arrow-right {
	margin-top: 2px;
}
.arrow-right {
	height: 13px;
	width: 16px;
	margin: -2px 0 0 8px;
	background-image: url(images/icon_arrows.png);
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 20px;
}
a:hover .arrow-right {
	background-position: top -16px;
}
.arrow-right.orange {
	background-position: top -32px;
}
.arrow-left {
	height: 13px;
	width: 16px;
	margin: -2px 0 0 0;
	background-image: url(images/icon_arrows.png);
	background-position: top right;
	background-repeat: no-repeat;
	line-height: 20px;
}
ul.people .arrow-right.orange {
	margin-top: 1px;
}
.product-links {
	margin-top: 30px;
}
.product-links .download {
	margin: 0 30px 0 0;
	display: inline-block;
}
.download-link, .launch-link {
	text-transform: uppercase;
	font-family: 'UbuntuBold';
	font-size: 12px;
	color: #444;
	margin-right: 10px;
}
.launch-link {
	color: #FF7B00;
	margin-right: 0;
}
.arrow-down {
	background-image: url(images/icon_arrows.png);
	background-position: -18px bottom;
	height: 16px;
	width: 13px;
	margin-top: -1px;
}
.download:hover .arrow-down {
	background-position: -34px bottom;
}
.product-links .arrow-right {
	margin-top: 2px;
}

/* =About Us
-------------------------------------------------------------- */
.header-image {
	width: 924px;
	margin: -9px 0 20px 0;
}

/* =Squared Away Blog
-------------------------------------------------------------- */
.header-image.blog {
	height: 144px;
}
.blog-logo {
	margin: -120px 0 0 120px;
}
.blog-logo h1 {
	font-family: 'GeoSlb712EMdBT-Bold', serif;
	font-size: 64px;
	text-transform: none;
	color: #fff;
	margin-bottom: 18px;
}
.blog-logo h2 {
	font-family: 'GeoSlb712ELtBT', serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #535353;
}
.blog-nav .dotted-border {
	margin-top: -2px;
}
.blog-nav ul li {
	float: left;
	width: 154px;
	margin-bottom: 0;
	text-align: center;
}
.blog-nav ul li a {
	font-family: 'GeoSlb712ELtBT', serif;
	line-height: normal;
	font-size: 14px;
	text-transform: uppercase;
	padding: 12px 0 14px 0;
	color: #8f8f8f;
	display: block;
	height: 18px;
}
.blog-nav ul li:hover a {
	color: #000;
}
.blog-nav ul li.active a {
	background-color: #e2e2e2;
	color: #000;
}
.blog-nav ul li.active a {
	font-family: 'GeoSlb712ELtBT';
}
.blog-nav ul li#all a {
	border-top: 8px solid #535353;
}
.blog-nav ul li#all.active a,
.blog-nav ul li#all:hover a {
	background-color: rgba(83, 83, 83, .1);
}
.blog-nav ul li#all:active a {
	background-color: rgba(83, 83, 83, .2);
}
.blog-nav ul li#research a {
	border-top: 8px solid #19a0d7;
}
.blog-nav ul li#research.active a,
.blog-nav ul li#research:hover a {
	background-color: rgba(25, 160, 215, .1);
}
.blog-nav ul li#research:active a {
	background-color: rgba(25, 160, 215, .2);
}
.blog-nav ul li#field-work a {
	border-top: 8px solid #006594;
}
.blog-nav ul li#field-work.active a,
.blog-nav ul li#field-work:hover a {
	background-color: rgba(0, 101, 148, .1);
}
.blog-nav ul li#field-work:active a {
	background-color: rgba(0, 101, 148, .2);
}
.blog-nav ul li#behaviors a {
	border-top: 8px solid #8dc54d;
}
.blog-nav ul li#behaviors.active a,
.blog-nav ul li#behaviors:hover a {
	background-color: rgba(141, 197, 77, .1);
}
.blog-nav ul li#behaviors:active a {
	background-color: rgba(141, 197, 77, .2);
}
.blog-nav ul li#money-culture a {
	border-top: 8px solid #d4cf03;
}
.blog-nav ul li#money-culture.active a,
.blog-nav ul li#money-culture:hover a {
	background-color: rgba(212, 207, 3, .1);
}
.blog-nav ul li#money-culture:active a {
	background-color: rgba(212, 207, 3, .2);
}
.blog-nav ul li#on-the-web a {
	border-top: 8px solid #f37a27;
}
.blog-nav ul li#on-the-web.active a,
.blog-nav ul li#on-the-web:hover a {
	background-color: rgba(243, 122, 39, .1);
}
.blog-nav ul li#on-the-web:active a {
	background-color: rgba(243, 122, 39, .2);
}
.post-image-link.thumb {
	height: 168px;
	display: block;
	margin-bottom: 30px;
	overflow: hidden;
	cursor: pointer;
	width: 100%;
}
.post-image-link.temp {
	height: 25px;
	display: block;
	margin-bottom: 30px;
	overflow: hidden;
	cursor: pointer;
	background-color: #ccc;
}
.categories {
	position: relative;
}
.thumb .cat-label {
	height: 39px;
	width: 100%;
}
.temp .cat-label {
	position: relative;
}
.cat-label .cat-color {
	width: 25px;
	height: 25px;
	border-top: 7px solid #fff;
	border-right: 7px solid #fff;
	border-bottom: 7px solid #fff;
	position: relative;
	z-index: 10;
	background-repeat: no-repeat;
}
.post-image-link.temp .cat-label .cat-color {
	border-top: none;
	border-bottom: none;
}
.cat-label.behaviors .cat-color {
	background-color: #7bbd35;
}
.cat-label.research .cat-color {
	background-color: #038cd0;
}
.cat-label.field-work .cat-color {
	background-color: #005083;
}
.cat-label.money-culture .cat-color {
	background-color: #cbc900;
}
.cat-label.on-the-web .cat-color {
	background-color: #f16412;
}
.cat-label .cat-title {
	height: 23px;
	padding: 10px 10px 6px 5px;
	background-color: #fff;
	position: relative;
	right: 140px;
	bottom: 39px;
	font-family: 'GeoSlb712ELtBT', serif;
	font-size: 15px;
	text-transform: uppercase;
	line-height: normal;
	color: #8f8f8f;
}
.post-image-link.temp .cat-label .cat-title {
	height: 15px;
	padding: 3px 10px 7px 5px;
	margin-right: 15px;
	bottom: 25px;
	left: -140px;
	display: none;
}
.kim {
	margin: 4px 7px 0 0;
}

/* =Products
-------------------------------------------------------------- */
.single-post .product-image {
	margin: -5px 0 20px -5px;
}

/* =Sidebar
-------------------------------------------------------------- */
.sidebar-section .connect p {
	text-transform: none;
	color: #444;
	margin-left: 10px;
}
.sidebar-section .connect a:hover p {
	color: #26A5D9;
}
.sidebar-section:first-child {
	margin-top: 0;
}
.sidebar-section {
	margin-top: 30px;
}
.sidebar-section .dotted-border {
	margin-top: 20px;
}
.sidebar-section h4 {
	font-family: "UbuntuRegular";
	font-size: 14px;
	color: #444;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.sidebar-section .post:first-child {
	margin-top: 0;
}
.sidebar-section .post {
	margin-top: 20px;
}
.sidebar-section .post h2.post-title {
	font-family: "UbuntuRegular";
	font-size: 14px;
	line-height: normal;
}
.tag-links li {
	width: 100%;
}
.tag-links li a{
	display: block;
	min-height: 20px;
}
.tag-links li .tag-title {
	width: 48%;
	margin-right: 2%;
}
.percent-of-posts {
	height: 10px;
	margin-top: 5px;
	background-color: #ccc;
}
.tag-links li a:hover .percent-of-posts {
	background-color: #26a5d9;
}

.post .tag-links {
	margin: 30px 0 20px 0;
	color: #ccc;
}
.post .tag-links span {
	color: #555;
	font-family: "UbuntuBold";
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}
.post .tag-links a[rel="tag"] {
	padding: 0 10px;
	color: #aaa;
}
.post .tag-links a[rel="tag"]:hover {
	color: #26a5d9;
}

/* =Subnav
-------------------------------------------------------------- */
ul.subnav {
	margin: -20px 0 20px 0;
}
ul.subnav li {
	margin-right: 20px;
	padding-left: 20px;
	border-left: 1px solid #ddd;
}
ul.subnav li:first-child {
	margin-right: 20px;
	padding-left: 0;
	border-left: none;
}
ul.subnav li a {
	font-family: 'GeoSlb712ELtBT', serif;
	line-height: normal;
	font-size: 14px;
	text-transform: uppercase;
	color: #8f8f8f;
	display: block;
}
ul.subnav li a:hover {
	color: #555;
}
ul.subnav li.active a {
	font-family: 'GeoSlb712EMdBT', serif;
	color: #000;
}

/* =Comments
-------------------------------------------------------------- */
.form-allowed-tags {
	display: none;
}
#commentform input {
	box-shadow: none;
}
input[type="text"]:focus,
textarea:focus {
	box-shadow: none;
	outline: none;
	border: 1px solid #aaa;
	background-color: white;
}
#commentform input[type="text"],
#si_contact_form1 input[type="text"] {
	height: 18px;
	padding: 5px;
	background: #f9f9f9;
	border: 1px solid #ccc;
}
div[style="text-align:left; padding-top:5px;"]:first-child {
	margin-top: 0;
}
div[style="text-align:left; padding-top:5px;"] {
	margin-top: 10px;
}
#si_contact_name1, #si_contact_email1, #si_contact_ex_field1_1 {
	width: 344px;
	margin-bottom: 30px;
}
#commentform .comment-form-author, #commentform .comment-form-email, #commentform .comment-form-url {
	width: 220px;
}

.comment-form-comment {
	width: 349px;
    margin: 0;
   /*
   position: relative;
    left: 250px;
    bottom: 205px;
    */

}
.comment-form-comment #comment,
#si_contact_ex_field1_2 {
    min-height: 161px;
    max-height: 161px;
    width: 349px;
    max-width: 349px;
}
#commentform label,
#commentform input {
    width: 100%;
}

#commentform input[type='checkbox'] {
	width: auto;
}


#recaptcha_widget_div {
	position: relative;
	bottom: 211px;
}
#recaptcha-submit-btn-area #submit {
	width: 145px;
	height: 30px;
	padding: 5px 10px;
	/*
	position: relative;
	bottom: 323px;
	left: 460px;
	*/
	border: none;
	cursor: pointer;
	color: #fff;
	background-color: #26A5D9; 
}

div.g-recaptcha {
	margin-bottom: 1em;
}

#si_contact_form1 input[type="submit"] {
	width: 145px;
	height: 30px;
	padding: 5px 10px;
	border: none;
	cursor: pointer;
	color: #fff;
	background-color: #26A5D9; 
}
#recaptcha-submit-btn-area #submit:hover, #si_contact_form1 input[type="submit"]:hover {
	background-color: #FF7B00; 
}
.recaptcha-error {
	position: relative;
	bottom: 200px;
	font-size: 14px;
}
#respond {
	/* height: 415px; */
	width: 605px;
	margin-top: 1em;
}
.prev-next {
	margin-bottom: 20px;
}
.prev-next, .prev-next .links {
	width: 100%;
	margin-top: -5px;
}
.prev-next .links {
	margin-bottom: 10px;
}
.prev-next .links a {
	display: inline-block;
	height: 100%;
}
.prev-next .links a[rel="prev"] {
	float: left;
}
.prev-next .links a[rel="prev"]:hover .nav-previous {
	background-position: left bottom;
}
.prev-next .links a:hover .nav-previous {
	background-position: left bottom;
}
.prev-next .links a[rel="prev"] span {
	margin: 3px 0 0 12px;
}
.prev-next .links a[rel="next"] {
	float: right;
}
.prev-next .links a[rel="next"]:hover .nav-next {
	background-position: right top;
}
.prev-next .links a[rel="next"] span {
	margin: 3px 12px 0 0;
}
.prev-next .links .arrow-left:hover {
	background-position: -64px top;
}
.prev-next .links .arrow-right:hover {
	background-position: -16px top;
}
.return {
	padding: 2px 0 0 7px;
	display: inline-block;
}

/* =Footer
-------------------------------------------------------------- */

* {
	margin:0;
	padding:0;
} 
html, body {
	/*height: 100%;  CTW */
}
#wrap {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	margin-bottom: -154px; 
}

body.single #wrap {
	margin-bottom: 0;	
}

.push {
	height: 154px;
}

body.single .push {
	height: 0;
}

.wrapper.footer {
	height: 154px;
}
#footer {
	width: 1010px;
	height: 153px;
	padding-top: 5px;
	margin: 0 auto;
	max-width:100%;
} 
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
#footer .logo {
	width: 62px;
	padding: 0 20px;
	margin-left: -20px;
	background-color: #fff;
	margin-bottom: 10px;
	margin-top: -3px;
	position: relative;
	bottom: 2px;
}
#footer .logo a {
	width: 62px;
	display: block;
}
#footer .logo a img {
	display: block;
	margin-bottom: 15px;
}
#footer .logo .left-rules {
	height: 100px;
	margin: 0;
}
.footer-content {
	padding: 20px 0;
}
.map-section:first-child {
	border-left: none;
	padding: 0 30px 0 0;
}
.map-section {
	padding: 0 30px;
	border-left: 1px solid #bbb;
	height: 72px;
}
.map-section .parent {
	font-family: 'GeoSlb712EMdBT', serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
	margin-bottom: 6px;
	display: block;
}
.map-section a:hover {
	color: #26a5d9;
}
.map-section ul {
	list-style: none;	
}

/* DS: new footer category links */

.map-section ul.map-section {
	border: 0;
	padding: 0 80px 0 0;
}

.map-section ul li {
	line-height: normal;
}
.map-section ul li a {
	font-family: 'UbuntuRegular', Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #949494;
	text-transform: none;
}
#footer .footer-content .social .contact {
	width: 250px;
}
#footer .footer-content .social {
	width: 180px;
	margin: 4px 0 0 80px;
}
#footer .footer-content .social .contact {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
}
#footer .footer-content .social .connect {
	width: 100%;
	margin: 25px 0 0 0;
	padding: 0;
}
#footer .arrow-right{
	margin: 0 18px 0 0;
}
#footer .arrow-right,
#footer .arrow-left {
	margin-top: 4px;
}
#footer .copyright {
	height: 20px;
	width: 905px;
	padding: 10px 10px 0 10px;
	margin-top: 7px;
	background-color: #d9d3cd;
	color: #574f44;
}
#footer .copyright a {
	color: #574F44;
}
#footer .copyright a:hover {
	color: #26a5d9;
}

/* =Page Navi
-------------------------------------------------------------- */
.wp-pagenavi {
	font-family: 'GeoSlb712EMdBT', serif;
	width: 100%;
	height: 22px;
	padding-top: 15px;
	font-size: 16px;
	clear: both;
	text-align: center;
}
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .last,
.wp-pagenavi .first {
	min-width: 8px;
	margin: 3px 10px 0 10px;
	color: #ccc;
	border-bottom: 3px solid #FF7B00;
	display: inline-block;
}
.wp-pagenavi .current {
	color: #555;
}
.wp-pagenavi .page:hover,
.wp-pagenavi .last:hover,
.wp-pagenavi .first:hover  {
	color: #999;
}
.wp-pagenavi .page:active,
.wp-pagenavi .last:active,
.wp-pagenavi .first:active  {
	color: #333;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.nav-previous,
.nav-next {
	padding: 0;
	border: none;
	background-image: url(images/btn_pagenavi.png);
	color: transparent;
	height: 23px;
	width: 23px;
}
.wp-pagenavi .nextpostslink,
.nav-next {
	background-position: left top;
	float: right;
}
.wp-pagenavi .nextpostslink:hover,
.nav-next:hover {
	background-position: right top;
}
.wp-pagenavi .previouspostslink,
.nav-previous {
	background-position: right bottom;
	float: left;
}
.wp-pagenavi .previouspostslink:hover,
.nav-previous:hover {
	background-position: left bottom;
}


.wp-caption-text {
	font-size: 12px;
	line-height: 14px;
	color: #aaa;
	margin: 5px 0;
}
.wp-caption.alignleft {
	margin-right: 10px;
}
.wp-caption.alignright{
	margin-left: 10px;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#special-vid {
	height: 100px;
	min-height: 100px;
	max-height: 100px;
	overflow: hidden;
	margin-bottom: 10px;
}
#special-vid iframe {
	margin-top: -80px;
}


/* GN Adjustments */

/* List display in post content */

.post ol, .post ul {
	margin: auto;
	/* DS: Adding padding to allow for indentation of nested lists. */
	padding-left: 40px;

}

.post ol {
	list-style: decimal inside;
}
/* DS: removing per Sarah, 10/3/2013
.post ul {
	list-style: disc inside;
}
*/

/* comment reply indentation */

li.comment ul.children {
	margin-left: 40px;
}

.disclaimer {font-size: x-small; line-height:12px; font-style: italic;}

/*
.footer-content {    
	width: 100%;
    	box-sizing: border-box;
    	padding: 10px;
    	}
    	*/
    
#footer .copyright {
	height: 40px;
	width: 100%;
    box-sizing: border-box;
    }
    
    
#access ul li.toggle {
	display:none;
}
    
    
   /* Responsive nav (has to go after other styles) */
   
   @media screen and (max-width:640px) {

	#footer {
		width: 100% !important;
	}

	.wrapper.header {
		height: 98px
	}

	div { 
		max-width:100%;
		overflow:hidden;
	}

	#access {
		overflow:visible;
	}
    	.top-color {
    		margin-bottom: 5px;
    	}
    	
    	.header-right {
    		margin-right: 40px;
    	}
   	#access .nav-indicator, #access .nav-indicator.clearfix {
   		display: none;
   	} 
   
    	#navigation-wrapper {
    		padding: 0;
    		background: transparent;
    		height: 0;
    	}
    	
    	#access ul {	  		  	
   	  	z-index: 1100;	  	
   	  	box-sizing: border-box;
   	  	position: absolute;
   	  	top: 10px;
   	  	right: 10px;
    	}
    	
    	#access ul.open {
    		width: 190px;
    	}
    	
    	#access ul li {
   		float: none;
   	  	margin: 0;
   	  	background-color: #70c1df;
   	  	color: white;
   	  	box-sizing: border-box;	
    	}
   	 
   	 #access ul li a {
   		text-transform: capitalize;
   		font-family: Arial, Helvetica, sans-serif;
   		font-weight: bold;
   		color: white;
   		display: block;
   	  	text-align: left;
   	  	height: 100%;
   	  	padding: 10px;
   	  	padding-left: 1.5em;
   	 }
   	 
   	 #access ul li a:hover {
   	 	color: red;
   	 }
   
   	 #access ul li:not(:first-child) {
   		display: none;
   		border-bottom: 1px solid white;			
   	 }
   	 #access ul li.toggle {
   	    display: inline-block; 
   	    cursor: pointer;
   	    font-size: 20px;
   	    float: right; 
   	    border-radius: 8px;
   	    width: 30px;
	    height: 30px;
    	padding-top: 5px;
   	  }	  
   	  
   	  #access ul.open li {
   	  	display: block;
   	  }	
   	
   	.blog-nav ul.open li a {
   		border-top: none !important;
	   }
	   

   }
   
/* end responsive nav menu */

#mobile-search {display:none}

/* Gn added */

body.home #content {padding-bottom:10px !important}

/* GDPR */

#cookie-law-info-bar a {
	display:inline;
}
#cookie-law-info-bar span {
	line-height: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	text-align:justify;
}
#cookie-law-info-bar {
		padding-right:10% !important;
		padding-left:10%  !important;
	    font-size:12px  !important;
		text-align:justify !important;
}

#cookie-law-info-bar center a.cli_action_button {
	background-color: #000 !important;
}
/*
.two-thirds .post h2.post-title {
	font-family: 'UbuntuBold';
	font-size: 28px;
	color: #26A5D9;
	margin-bottom: 15px;
}
*/
