/*
	Theme Name: Worklab
	Theme URI: http://www.museintermedia.com/
	Description: Organizational consultation and applied research. 
	Author: Muse Intermedia
	Author URI: http://www.museintermedia.com/
	Version: 3.1.2

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
	- Content Area
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #ffffff;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #343434;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.050em;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}

a {
	color: #1f234d;
	text-decoration: none;
}

a.readmore {
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 0.050em;
	color: #1f234d;
	text-decoration: none;
}

a.download-cv {
	float: right;
	margin: -36px 0px 0px 0px;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.050em;
	color: #1f234d;
	text-transform: uppercase;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

blockquote::before {

}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #343434;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.15em;
	letter-spacing: 0.050em;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 21px;
	letter-spacing: 0em;
}

h4 {
	font-size: 18px;
	letter-spacing: 0em;
}

h5 {
	font-size: 12px;
	letter-spacing: 0em;
}

h6 {
	font-size: 10px;
	letter-spacing: 0em;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 3px #eee inset;
	color: #222;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #64c9ea;
	border: none;
	border-radius: 5px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 20px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #6bd5f1;
	border: none;
	text-decoration: none;
}

.button {
	border-radius: 5px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	margin: 0 auto;
	max-width: 100%;
}

.site-inner {
	background-color: #fff;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content  */

.content {
	float: right;
	width: 735px;
	padding: 40px 60px 10px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	background-color: #f8f8f8;
	float: right;
	width: 265px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 46.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border: 1px solid #fff;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form input[type="search"] {
	background: #fff url(images/icon-search.png) no-repeat right;
	background-size: 36px 16px;
	color: #888;
	font-size: 10px;
	margin-bottom: 10px;
	padding: 16px;
	text-transform: uppercase;
	width: 100%;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 15px 10px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f5f5f5;
	color: #777;
	font-size: 12px;
	margin: -40px -60px 30px;
	padding: 20px;
}

.archive-description,
.author-box {
	margin-bottom: 30px;
	padding: 30px;
}

.archive-description {
	padding: 16px 20px;
}

.author-box {
	background-color: #f5f5f5;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	font-size: 14px;
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
}


/* Titles
--------------------------------------------- */

.entry-title {
	display: none;
	font-size: 42px;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.footer-widgets .entry-title a:hover {
	color: #64c9ea;
	text-decoration: none;
}

.archive-title,
.widget-title {
	display: none;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer-widgets .entry-title,
.sidebar .entry-title {
	font-size: 16px;
}

.footer-widgets .entry-title a,
.footer-widgets .widget-title {
	color: #fff;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	width: 100%;
	background: #FFFFFF;
	padding: 20px 0px 20px 0px;
}

.site-header .wrap {
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	overflow: hidden;
}

/* Slider Section
--------------------------------------------- */

.slider-section {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.slider-section .widget_sp_image img {
	width: 100%;
	height: auto;	
	margin: 0px auto 0px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-weight: 700;
	float: left;
	overflow: hidden;
	width: 367px;
}

.site-title {
	font-size: 36px;
	line-height: 1.25;
	margin: 0 0 5px;
}

.site-title a,
.site-title a:hover {
	color: #222;
	display: block;
	padding: 28px 0 0;
	text-decoration: none;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
	float: left;
	margin: 0;
	max-width: 367px;
	min-height: 65px;
	padding: 0;
	width: 100%;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-primary {
display: block;
float: left;	
width: 633px;
height: auto;
}

.genesis-nav-menu {
	clear: both;
	color: #5E5E5E;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.050em;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #5E5E5E;
	display: block;
	padding: 15px 0px 15px 0px;
	position: relative;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu a:hover {
	background-color: #fff;
	color: #1f234d;
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .current-page-ancestor > a {
	background-color: #fff;
	color: #1f234d;
	font-weight: 600;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 148px;
	z-index: 999;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #f5f5f5;
	border-top: none;
	color: #666;
	font-size: 12px;
	padding: 10px 18px;
	position: relative;
	width: 148px;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #f5f5f5;
	color: #222;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -40px 0 0 147px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 16px 20px;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	background: url(images/icon-rss.png) no-repeat left;
	background-size: 12px 12px;
	margin-left: 12px;
	padding-left: 16px;
}

.genesis-nav-menu > .twitter > a {
	background: url(images/icon-twitter-nav.png) no-repeat left;
	background-size: 16px 16px;
	padding-left: 20px;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .widget_nav_menu {
	padding: 0;
}

.site-header .genesis-nav-menu {
	float: right;
	width: auto;
}

.site-header .genesis-nav-menu a {
	padding: 50px 10px 0px;
}

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .genesis-nav-menu .sub-menu a {
	padding: 10px 18px;
}

.site-header .sub-menu .sub-menu {
	margin-top: -40px;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 0px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 20px;
	padding-left: 20px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.content .entry-header {
	display: none;	
}

.content .entry-header .entry-meta {
	background-color: #f8f8f8;
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 5;
	margin: 0 0 24px -60px;
	max-width: 600px;
	overflow: hidden;
	padding-left: 60px;
	text-transform: uppercase;
}

.content .entry-header .entry-meta a {
	color: #777;
	font-weight: 700;
}

.content .entry-header .entry-meta {
	margin-bottom: 24px;
}

.content .entry-header .entry-meta .entry-comments-link {
	background-color: #64c9ea;
	color: #fff;
	float: right;
	font-size: 12px;
	padding: 0 20px;
	text-transform: uppercase;
}

.content .entry-header .entry-meta .entry-comments-link a {
	background: url(images/icon-comments.png) no-repeat left;
	background-size: 16px 16px;
	color: #fff;
	padding-left: 32px;
}

.content .entry-footer {
	display: none;	
}

.entry-footer .entry-meta {
	border-top: 1px dotted #ddd;
	font-size: 14px;
	margin: 0;
	padding-top: 10px;
}

.entry-footer .entry-tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin-left: 4px;
	padding-left: 10px;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-size: 14px;
	padding: 30px 0;
}

.entry .archive-pagination a {

}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #64c9ea;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 4px;
	padding: 8px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #6bd5f1;
	text-decoration: none;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 14px;
	margin-bottom: 40px;
	overflow: hidden;
}

.entry-comments .comment-author {
	font-weight: 700;
	margin: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 30px;
	overflow: hidden;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 30px 0;
}

.comment-list li li {
	margin-right: -1px;
}

.comment {
	border-right: none;
}

.comment-header,
.ping-list .comment-meta {
	background-color: #222;
	color: #fff;
	float: left;
	font-weight: 700;
	padding: 30px;
	width: 100%;
}

.comment-list cite,
.ping-list cite,
.says {
	display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
	font-size: 12px;
	font-weight: 300;
	color: #bbb;
}

.comment-content {
	clear: both;
	padding: 48px;
}

.comment-content p,
.comment-header p.comment-meta {
	margin: 0;
}

.comment .avatar {
	margin-right: 10px;
}

.alt,
.even {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

.comment-reply {
	font-size: 14px;
	padding: 0 48px 48px;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-top: 6px;
	text-align: left;
}

.widget ol > li {
	background-image: none;
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul > li {
	text-indent: 0;
}

.widget ul > li {
	list-style-position: outside;
	padding: 0 0 0 16px;
}

.widget ol > li:last-child,
.widget ul > li:last-child {
	margin-bottom: 0;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	font-size: 14px;
	padding-bottom: 30px;
}

.sidebar p {
	margin-bottom: 16px;
}

.sidebar p:last-child,
.sidebar ul {
	margin-bottom: 0;
}

.sidebar li,
.sidebar .more-from-category a {
	background: url(images/icon-li.png) no-repeat 0 7px;
	background-size: 8px 8px;
	margin-bottom: 6px;
	padding: 0 0 6px 16px;
}

.sidebar .more-from-category {
	padding-top: 6px;
}

.sidebar .widget {
	margin-bottom: 0;
	padding: 30px 40px;
	word-wrap: break-word;
}

.sidebar .search-form {
	width: 100%;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	color: #fff;
	background: #343434;
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 0.050em;
}

.footer-widgets .wrap {
	width: 1000px;
	margin: 0px auto;
	overflow: hidden;
	padding: 40px 0px 100px 0px;
}

.footer-widgets-1 {
	width: 100%;
	text-align: left;
}

.footer-widgets-1 .textwidget a {
	color: #5E5E5E;
}

.footer-widgets .widget {
	margin-bottom: 30px;
	word-wrap: break-word;
}

.footer-widgets li {
	background: url(images/icon-li-footer.png) no-repeat 0 7px;
	background-size: 8px 8px;
}

.footer-widgets .search-form {
	width: 100%;
}

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

.site-footer {
	padding: 40px 0;
	text-align: left;
}

.site-footer a {
	color: #5E5E5E;
}

.site-footer p {
	margin: 0;
}

/*
Page Additions
---------------------------------------------------------------------------------------------------- */

/* Top Content */

.top-content {
	display: block;
	width: 100%;
	height:auto;
	overflow: hidden;
	background: #1f234d;
}

.top-content .content {
	width: 1000px;
	margin: 0px auto;
	overflow: hidden;	
	padding: 50px 0px 50px 0px;	
	clear: both;
	float: none;
	position: relative;
}

.top-content .content h1 {
	color: #FFFFFF;	
	margin: 0px 0px 0px 0px;
}

.top-content .content p {
	color: #FFFFFF;	
	margin: 20px 0px 0px 0px;
}


/* Publications Menu */

.menu-publications-container {
	display: block;
	width: 100%;
	height:auto;
	overflow: hidden;
	background: #ffffff;
}

.menu-publications-container ul {
	width: 1000px;
	margin: 0px auto;
	overflow: hidden;	
	padding: 20px 0px 20px 0px;	
	clear: both;
	float: none;
}

.menu-publications-container ul li { 
	display: inline-block;
	float: left;
}

.menu-publications-container ul li a { 
	padding: 0px 20px 0px 0px;
	color: #5E5E5E;
}

.menu-publications-container .current-menu-item > a {
	color: #1f234d;
}

/* Repeating Content */

section.repeating {
	display: block;
	width: 100%;
	height:auto;
	overflow: hidden;
	background: transparent;
}

section.repeating .content {
	width: 1000px;
	margin: 0px auto;
	overflow: hidden;	
	padding: 40px 0px 30px 0px;	
	clear: both;
	float: none;
}

section.repeating:nth-child(even) {
	background: #f3f5fa;
}

/* Repeating Content - Buckets */

section.repeating .bucket {
	display: inline-block;
	float: left;
	width: 32%;
	height: auto;
	overflow: hidden;
	margin-right: 2%;
}

section.repeating .bucket:nth-of-type(3) {
	display: inline-block;
	float: left;
	width: 32%;
	height: auto;
	overflow: hidden;
	margin-right: 0%;
}

/* Repeating Content - Content Styles */

section .content ol,
section .content p,
section .content ul {
	margin-bottom: 20px;
}

section .content ol li,
section .content ul li {
	margin-left: 20px;
	padding-left: 20px;
}

section .content ol > li {
	list-style-type: decimal;
}

section .content ul > li {
	list-style-type: disc;
}

section .content ol ol,
section .content ul ul {
	margin-bottom: 0;
}

/* Mobile Menu & Icons */

.mobile-menu {
	display: none;
}

.mobile-menu ul li { 
	display: block;
	float: none;
}

.mobile-menu ul li a { 
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #FFFFFF;
	border-bottom: 1px solid #f3f5fa;
	color: #5E5E5E;
	font-size: 18px;
	line-height: 50px;
	letter-spacing: 0.050em;
	text-align: center;
}

.mobile-menu ul li:last-of-type a {
	border-bottom: none;
}

.mobile-menu .current-menu-item > a {
	color: #1f234d;
}

.mobile-menu-home {
	display: none;
}

.mobile-menu-home ul li { 
	display: block;
	float: none;
}

.mobile-menu-home ul li a { 
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #FFFFFF;
	border-bottom: 1px solid #f3f5fa;
	color: #5E5E5E;
	font-size: 18px;
	line-height: 50px;
	letter-spacing: 0.050em;
	text-align: center;
}

.mobile-menu-home ul li:last-of-type a {
	border-bottom: none;
}

.mobile-menu-home .current-menu-item > a {
	color: #1f234d;
}

.mobile-menu-icon {
	display: none;
	width: 28px;
	height: 17px;
	background: url(images/mobile-menu-icon.png) no-repeat;
	position: absolute;
	top: 58.5px;
	right: 45px;
}

.mobile-phone-icon {
	display: none;
	width: 19px;
	height: 22px;
	background: url(images/mobile-phone-icon.png) no-repeat;
	position: absolute;
	top: 56px;
	right: 0px;	
}

.icon-location {
	display: block;
	width: 37px;
	height: 63px;
	background: url(images/location.png) no-repeat;
	margin-bottom: 20px;
}

.icon-phone {
	display: block;
	width: 54px;
	height: 63px;
	background: url(images/phone.png) no-repeat;
	margin-bottom: 20px;
}

.icon-email {
	display: block;
	width: 64px;
	height: 60px;
	background: url(images/email.png) no-repeat;
	margin-bottom: 20px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

.mobile-menu-icon {
	width: 28px;
	height: 17px;
	background: url(images/mobile-menu-icon-2x.png) no-repeat;
	background-size: 100% 100%;
}

.mobile-phone-icon {
	width: 19px;
	height: 22px;
	background: url(images/mobile-phone-icon-2x.png) no-repeat;
	background-size: 100% 100%;
}

.icon-location {
	width: 37px;
	height: 63px;
	background: url(images/location-2x.png) no-repeat;
	background-size: 100% 100%;
}

.icon-phone {
	width: 54px;
	height: 63px;
	background: url(images/phone-2x.png) no-repeat;
	background-size: 100% 100%;
}

.icon-email {
	width: 64px;
	height: 60px;
	background: url(images/email-2x.png) no-repeat;
	background-size: 100% 100%;
}

}

@media only screen and (max-width: 1023px) {

/* Regular Styles */

}

@media only screen and (max-width: 800px) {
	
/* Content */

.content {
	width: 600px;
}

.sidebar-primary {
	width: 200px;
}

/* Header */

.site-header .wrap {
	max-width: 800px;	
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;     /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */	
	-webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	max-width: 100%;
   -ms-flex-order: 2;
    -webkit-order: 2;
	   -moz-order: 2;
	        order: 2;
}

.header-image .site-title {
	padding: 0px 0px 0px 20px;	
}

.nav-primary {
	width: 100%;
   -ms-flex-order: 1;
    -webkit-order: 1;
	   -moz-order: 1;
	        order: 1;
}

.site-header .genesis-nav-menu {
	float: left;
}

.genesis-nav-menu {
	font-size: 18px;
}

.site-header .genesis-nav-menu a {
	padding: 0px 32px 50px 32px;
}

/* Footer */

.footer-widgets .wrap {
	width: 740px;
}

/* Top Content */

.top-content .content {
	width: 740px;
}

/* Repeating Content and Boxes */

section.repeating .content {
	width: 740px;
}

/* Homepage */

.home #section-2, .home #section-3 {
	display: none;
}

/* Publications Menu */

.menu-publications-container ul {
	width: 740px;
}

}

@media only screen and (max-width: 385px) {

/* Content */

.site-container {
	max-width: 385px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 345px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 345px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 345px;
}

.sidebar-primary {
	display: block;
  	background-color: #ffffff;
  	float: none;
  	width: 345px;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	float: none;
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
}

a.download-cv {
	float: none;
	margin: 0px 0px 0px 0px;
}

/* Header */

.site-header .wrap {
	max-width: 345px;	
}

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	float: none;
	margin: 0 auto;
	max-width: 345px;
	min-height: 61px;
	padding: 0;
	width: 100%;
	background-size: 100% 100% !important;
}

.header-image .site-title {
	padding: 0px 0px 0px 10px;	
}

.nav-primary {
	display: none;
}

/* Footer */

.footer-widgets .wrap {
	width: 345px;
}

.footer-widgets-1 {
	text-align: center;
}

/* Top Content */

.top-content .content {
	width: 345px;
	padding: 20px 0px 20px 0px;
}

/* Repeating Content and Boxes */

section.repeating .content {
	width: 345px;
	padding: 15px 0px 15px 0px;
}

section.repeating .bucket, section.repeating .bucket:nth-of-type(3) {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-right: 0%;
	text-align: center;
}

/* Homepage */

.home #section-2, .home #section-3 {
	display: none;
}

/* Publications Menu */

.menu-publications-container ul {
	width: 345px;
	padding: 0px 0px 0px 0px;
}

.menu-publications-container ul li { 
	display: block;
	float: none;
}

.menu-publications-container ul li a { 
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #FFFFFF;
	border-bottom: 1px solid #f3f5fa;
	color: #5E5E5E;
	font-size: 18px;
	line-height: 50px;
	letter-spacing: 0.050em;
	text-align: center;
}

.menu-publications-container ul li:last-of-type a {
	border-bottom: none;
}

/* Mobile Menus and Icons */

.home .mobile-menu-home {
	display: block;
}

.page .mobile-menu {
	display: block;
}

.home .mobile-menu {
	display: none;
}

.mobile-menu-icon {
	display: block;
	width: 28px;
	height: 17px;
	background: url(images/mobile-menu-icon.png) no-repeat;
	position: absolute;
	top: 28.5px;
	right: 45px;
}

.mobile-phone-icon {
	display: block;
	width: 19px;
	height: 22px;
	background: url(images/mobile-phone-icon.png) no-repeat;
	position: absolute;
	top: 26px;
	right: 0px;	
}

.icon-location, .icon-phone, .icon-email {
	margin: 0px auto 20px auto;
}

}

@media only screen and (max-width: 360px) {

/* Content */

.site-container {
	max-width: 360px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 320px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 320px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 320px;
}

.sidebar-primary {
	display: block;
  	background-color: #ffffff;
  	float: none;
  	width: 320px;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	float: none;
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
}

a.download-cv {
	float: none;
	margin: 0px 0px 0px 0px;
}

/* Header */

.site-header .wrap {
	max-width: 320px;	
}

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	float: none;
	margin: 0 auto;
	max-width: 320px;
	min-height: 57px;
	padding: 0;
	width: 100%;
	background-size: 100% 100% !important;
}

.header-image .site-title {
	padding: 0px 0px 0px 10px;	
}

.nav-primary {
	display: none;
}

/* Footer */

.footer-widgets .wrap {
	width: 320px;
}

.footer-widgets-1 {
	text-align: center;
}

/* Top Content */

.top-content .content {
	width: 320px;
	padding: 20px 0px 20px 0px;
}

/* Repeating Content and Boxes */

section.repeating .content {
	width: 320px;
	padding: 15px 0px 15px 0px;
}

section.repeating .bucket, section.repeating .bucket:nth-of-type(3) {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-right: 0%;
	text-align: center;
}

/* Homepage */

.home #section-2, .home #section-3 {
	display: none;
}

/* Publications Menu */

.menu-publications-container ul {
	width: 320px;
	padding: 0px 0px 0px 0px;
}

.menu-publications-container ul li { 
	display: block;
	float: none;
}

.menu-publications-container ul li a { 
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #FFFFFF;
	border-bottom: 1px solid #f3f5fa;
	color: #5E5E5E;
	font-size: 18px;
	line-height: 50px;
	letter-spacing: 0.050em;
	text-align: center;
}

.menu-publications-container ul li:last-of-type a {
	border-bottom: none;
}

/* Mobile Menus and Icons */

.home .mobile-menu-home {
	display: block;
}

.page .mobile-menu {
	display: block;
}

.home .mobile-menu {
	display: none;
}

.mobile-menu-icon {
	display: block;
	width: 28px;
	height: 17px;
	background: url(images/mobile-menu-icon.png) no-repeat;
	position: absolute;
	top: 28.5px;
	right: 45px;
}

.mobile-phone-icon {
	display: block;
	width: 19px;
	height: 22px;
	background: url(images/mobile-phone-icon.png) no-repeat;
	position: absolute;
	top: 26px;
	right: 0px;	
}

.icon-location, .icon-phone, .icon-email {
	margin: 0px auto 20px auto;
}

}

@media only screen and (max-width: 320px) {

/* Content */

.site-container {
	max-width: 320px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 280px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 280px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 280px;
}

.sidebar-primary {
	display: block;
  	background-color: #ffffff;
  	float: none;
  	width: 280px;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	float: none;
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
}

a.download-cv {
	float: none;
	margin: 0px 0px 0px 0px;
}

/* Header */

.site-header .wrap {
	max-width: 280px;	
}

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	float: none;
	margin: 0 auto;
	max-width: 280px;
	min-height: 50px;
	padding: 0;
	width: 100%;
	background-size: 100% 100% !important;
}

.header-image .site-title {
	padding: 0px 0px 0px 10px;	
}

.nav-primary {
	display: none;
}

/* Footer */

.footer-widgets .wrap {
	width: 280px;
}

.footer-widgets-1 {
	text-align: center;
}

/* Top Content */

.top-content .content {
	width: 280px;
	padding: 20px 0px 20px 0px;
}

/* Repeating Content and Boxes */

section.repeating .content {
	width: 280px;
	padding: 15px 0px 15px 0px;
}

section.repeating .bucket, section.repeating .bucket:nth-of-type(3) {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-right: 0%;
	text-align: center;
}

/* Homepage */

.home #section-2, .home #section-3 {
	display: none;
}

/* Publications Menu */

.menu-publications-container ul {
	width: 280px;
	padding: 0px 0px 0px 0px;
}

.menu-publications-container ul li { 
	display: block;
	float: none;
}

.menu-publications-container ul li a { 
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #FFFFFF;
	border-bottom: 1px solid #f3f5fa;
	color: #5E5E5E;
	font-size: 18px;
	line-height: 50px;
	letter-spacing: 0.050em;
	text-align: center;
}

.menu-publications-container ul li:last-of-type a {
	border-bottom: none;
}

/* Mobile Menus and Icons */

.home .mobile-menu-home {
	display: block;
}

.page .mobile-menu {
	display: block;
}

.home .mobile-menu {
	display: none;
}

.mobile-menu-icon {
	display: block;
	width: 28px;
	height: 17px;
	background: url(images/mobile-menu-icon.png) no-repeat;
	position: absolute;
	top: 28.5px;
	right: 45px;
}

.mobile-phone-icon {
	display: block;
	width: 19px;
	height: 22px;
	background: url(images/mobile-phone-icon.png) no-repeat;
	position: absolute;
	top: 26px;
	right: 0px;	
}

.icon-location, .icon-phone, .icon-email {
	margin: 0px auto 20px auto;
}

}

/*///// Phone Styles /////*/

/* iPhone 6 Plus in portrait */

@media only screen 
and (min-device-width : 540px) 
and (max-device-width : 960px) 
and (orientation : portrait) {
	
/* Content */

.site-container {
	max-width: 540px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 500px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 500px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 500px;
}

.sidebar-primary {
	display: block;
  	background-color: #ffffff;
  	float: none;
  	width: 500px;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	float: none;
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
}

a.download-cv {
	float: none;
	margin: 0px 0px 0px 0px;
}

/* Header */

.site-header .wrap {
	max-width: 500px;	
}

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	float: none;
	margin: 0 auto;
	max-width: 500px;
	min-height: 89px;
	padding: 0;
	width: 100%;
	background-size: 100% 100% !important;
}

.header-image .site-title {
	padding: 0px 0px 0px 10px;	
}

.nav-primary {
	display: none;
}

/* Footer */

.footer-widgets .wrap {
	width: 500px;
}

.footer-widgets-1 {
	text-align: center;
}

/* Top Content */

.top-content .content {
	width: 500px;
	padding: 20px 0px 20px 0px;
}

/* Repeating Content and Boxes */

section.repeating .content {
	width: 500px;
	padding: 15px 0px 15px 0px;
}

section.repeating .bucket, section.repeating .bucket:nth-of-type(3) {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-right: 0%;
	text-align: center;
}

/* Homepage */

.home #section-2, .home #section-3 {
	display: none;
}

/* Publications Menu */

.menu-publications-container ul {
	width: 500px;
	padding: 0px 0px 0px 0px;
}

.menu-publications-container ul li { 
	display: block;
	float: none;
}

.menu-publications-container ul li a { 
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #FFFFFF;
	border-bottom: 1px solid #f3f5fa;
	color: #5E5E5E;
	font-size: 18px;
	line-height: 50px;
	letter-spacing: 0.050em;
	text-align: center;
}

.menu-publications-container ul li:last-of-type a {
	border-bottom: none;
}

/* Mobile Menus and Icons */

.home .mobile-menu-home {
	display: block;
}

.page .mobile-menu {
	display: block;
}

.home .mobile-menu {
	display: none;
}

.mobile-menu-icon {
	display: block;
	width: 28px;
	height: 17px;
	background: url(images/mobile-menu-icon.png) no-repeat;
	position: absolute;
	top: 28.5px;
	right: 45px;
}

.mobile-phone-icon {
	display: block;
	width: 19px;
	height: 22px;
	background: url(images/mobile-phone-icon.png) no-repeat;
	position: absolute;
	top: 26px;
	right: 0px;	
}

.icon-location, .icon-phone, .icon-email {
	margin: 0px auto 20px auto;
}

}

/* iPhone 6 Plus in landscape */

@media only screen 
and (min-device-width : 540px) 
and (max-device-width : 960px) 
and (orientation : landscape) {
	
/* Content */

.content {
	width: 700px;
}

.sidebar-primary {
	width: 260px;
}

/* Header */

.site-header .wrap {
	max-width: 960px;	
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;     /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */	
	-webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	max-width: 100%;
   -ms-flex-order: 2;
    -webkit-order: 2;
	   -moz-order: 2;
	        order: 2;
}

.header-image .site-title {
	padding: 0px 0px 0px 20px;	
}

.nav-primary {
	width: 100%;
   -ms-flex-order: 1;
    -webkit-order: 1;
	   -moz-order: 1;
	        order: 1;
}

.site-header .genesis-nav-menu {
	float: left;
}

.genesis-nav-menu {
	font-size: 18px;
}

.site-header .genesis-nav-menu a {
	padding: 0px 32px 50px 32px;
}

/* Footer */

.footer-widgets .wrap {
	width: 900px;
}

/* Top Content */

.top-content .content {
	width: 900px;
}

/* Repeating Content and Boxes */

section.repeating .content {
	width: 900px;
}

/* Homepage */

.home #section-2, .home #section-3 {
	display: none;
}

/* Publications Menu */

.menu-publications-container ul {
	width: 900px;
}

}

/* iPhone 6 in portrait */

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) {

/* Content */

.site-container {
	max-width: 375px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 335px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 335px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 335px;
}

.sidebar-primary {
	display: block;
  	background-color: #ffffff;
  	float: none;
  	width: 335px;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	float: none;
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
}

a.download-cv {
	float: none;
	margin: 0px 0px 0px 0px;
}

/* Header */

.site-header .wrap {
	max-width: 335px;	
}

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	float: none;
	margin: 0 auto;
	max-width: 335px;
	min-height: 59px;
	padding: 0;
	width: 100%;
	background-size: 100% 100% !important;
}

.header-image .site-title {
	padding: 0px 0px 0px 10px;	
}

.nav-primary {
	display: none;
}

/* Footer */

.footer-widgets .wrap {
	width: 335px;
}

.footer-widgets-1 {
	text-align: center;
}

/* Top Content */

.top-content .content {
	width: 335px;
	padding: 20px 0px 20px 0px;
}

/* Repeating Content and Boxes */

section.repeating .content {
	width: 335px;
	padding: 15px 0px 15px 0px;
}

section.repeating .bucket, section.repeating .bucket:nth-of-type(3) {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-right: 0%;
	text-align: center;
}

/* Homepage */

.home #section-2, .home #section-3 {
	display: none;
}

/* Publications Menu */

.menu-publications-container ul {
	width: 335px;
	padding: 0px 0px 0px 0px;
}

.menu-publications-container ul li { 
	display: block;
	float: none;
}

.menu-publications-container ul li a { 
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #FFFFFF;
	border-bottom: 1px solid #f3f5fa;
	color: #5E5E5E;
	font-size: 18px;
	line-height: 50px;
	letter-spacing: 0.050em;
	text-align: center;
}

.menu-publications-container ul li:last-of-type a {
	border-bottom: none;
}

/* Mobile Menus and Icons */

.home .mobile-menu-home {
	display: block;
}

.page .mobile-menu {
	display: block;
}

.home .mobile-menu {
	display: none;
}

.mobile-menu-icon {
	display: block;
	width: 28px;
	height: 17px;
	background: url(images/mobile-menu-icon.png) no-repeat;
	position: absolute;
	top: 28.5px;
	right: 45px;
}

.mobile-phone-icon {
	display: block;
	width: 19px;
	height: 22px;
	background: url(images/mobile-phone-icon.png) no-repeat;
	position: absolute;
	top: 26px;
	right: 0px;	
}

.icon-location, .icon-phone, .icon-email {
	margin: 0px auto 20px auto;
}

}

/* iPhone 6 in landscape */

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) {

/* Content */

.content {
	width: 420px;
}

.sidebar-primary {
	width: 147px;
}

/* Header */

.site-header .wrap {
	max-width: 667px;	
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;     /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */	
	-webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	max-width: 100%;
   -ms-flex-order: 2;
    -webkit-order: 2;
	   -moz-order: 2;
	        order: 2;
}

.header-image .site-title {
	padding: 0px 0px 0px 20px;	
}

.nav-primary {
	width: 100%;
   -ms-flex-order: 1;
    -webkit-order: 1;
	   -moz-order: 1;
	        order: 1;
}

.site-header .genesis-nav-menu {
	float: left;
}

.genesis-nav-menu {
	font-size: 18px;
}

.site-header .genesis-nav-menu a {
	padding: 0px 32px 50px 32px;
}

/* Footer */

.footer-widgets .wrap {
	width: 607px;
}

/* Top Content */

.top-content .content {
	width: 607px;
}

/* Repeating Content and Boxes */

section.repeating .content {
	width: 607px;
}

/* Homepage */

.home #section-2, .home #section-3 {
	display: none;
}

/* Publications Menu */

.menu-publications-container ul {
	width: 607px;
}

}

/* iPhone 5 and 5S in portrait */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {

/* Content */

.site-container {
	max-width: 320px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 280px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 280px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 280px;
}

.sidebar-primary {
	display: block;
  	background-color: #ffffff;
  	float: none;
  	width: 280px;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	float: none;
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
}

a.download-cv {
	float: none;
	margin: 0px 0px 0px 0px;
}

/* Header */

.site-header .wrap {
	max-width: 280px;	
}

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	float: none;
	margin: 0 auto;
	max-width: 280px;
	min-height: 50px;
	padding: 0;
	width: 100%;
	background-size: 100% 100% !important;
}

.header-image .site-title {
	padding: 0px 0px 0px 10px;	
}

.nav-primary {
	display: none;
}

/* Footer */

.footer-widgets .wrap {
	width: 280px;
}

.footer-widgets-1 {
	text-align: center;
}

/* Top Content */

.top-content .content {
	width: 280px;
	padding: 20px 0px 20px 0px;
}

/* Repeating Content and Boxes */

section.repeating .content {
	width: 280px;
	padding: 15px 0px 15px 0px;
}

section.repeating .bucket, section.repeating .bucket:nth-of-type(3) {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-right: 0%;
	text-align: center;
}

/* Homepage */

.home #section-2, .home #section-3 {
	display: none;
}

/* Publications Menu */

.menu-publications-container ul {
	width: 280px;
	padding: 0px 0px 0px 0px;
}

.menu-publications-container ul li { 
	display: block;
	float: none;
}

.menu-publications-container ul li a { 
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #FFFFFF;
	border-bottom: 1px solid #f3f5fa;
	color: #5E5E5E;
	font-size: 18px;
	line-height: 50px;
	letter-spacing: 0.050em;
	text-align: center;
}

.menu-publications-container ul li:last-of-type a {
	border-bottom: none;
}

/* Mobile Menus and Icons */

.home .mobile-menu-home {
	display: block;
}

.page .mobile-menu {
	display: block;
}

.home .mobile-menu {
	display: none;
}

.mobile-menu-icon {
	display: block;
	width: 28px;
	height: 17px;
	background: url(images/mobile-menu-icon.png) no-repeat;
	position: absolute;
	top: 28.5px;
	right: 45px;
}

.mobile-phone-icon {
	display: block;
	width: 19px;
	height: 22px;
	background: url(images/mobile-phone-icon.png) no-repeat;
	position: absolute;
	top: 26px;
	right: 0px;	
}

.icon-location, .icon-phone, .icon-email {
	margin: 0px auto 20px auto;
}

}

/* iPhone 5 and 5S in landscape */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) {

/* Content */

.site-container {
	max-width: 568px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 528px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 528px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 528px;
}

.sidebar-primary {
	display: block;
  	background-color: #ffffff;
  	float: none;
  	width: 528px;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	float: none;
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
}

a.download-cv {
	float: none;
	margin: 0px 0px 0px 0px;
}

/* Header */

.site-header .wrap {
	max-width: 528px;	
}

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	float: none;
	margin: 0 auto;
	max-width: 528px;
	min-height: 94px;
	padding: 0;
	width: 100%;
	background-size: 100% 100% !important;
}

.header-image .site-title {
	padding: 0px 0px 0px 10px;	
}

.nav-primary {
	display: none;
}

/* Footer */

.footer-widgets .wrap {
	width: 528px;
}

.footer-widgets-1 {
	text-align: center;
}

/* Top Content */

.top-content .content {
	width: 528px;
	padding: 20px 0px 20px 0px;
}

/* Repeating Content and Boxes */

section.repeating .content {
	width: 528px;
	padding: 15px 0px 15px 0px;
}

section.repeating .bucket, section.repeating .bucket:nth-of-type(3) {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-right: 0%;
	text-align: center;
}

/* Homepage */

.home #section-2, .home #section-3 {
	display: none;
}

/* Publications Menu */

.menu-publications-container ul {
	width: 528px;
	padding: 0px 0px 0px 0px;
}

.menu-publications-container ul li { 
	display: block;
	float: none;
}

.menu-publications-container ul li a { 
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #FFFFFF;
	border-bottom: 1px solid #f3f5fa;
	color: #5E5E5E;
	font-size: 18px;
	line-height: 50px;
	letter-spacing: 0.050em;
	text-align: center;
}

.menu-publications-container ul li:last-of-type a {
	border-bottom: none;
}

/* Mobile Menus and Icons */

.home .mobile-menu-home {
	display: block;
}

.page .mobile-menu {
	display: block;
}

.home .mobile-menu {
	display: none;
}

.mobile-menu-icon {
	display: block;
	width: 28px;
	height: 17px;
	background: url(images/mobile-menu-icon.png) no-repeat;
	position: absolute;
	top: 28.5px;
	right: 45px;
}

.mobile-phone-icon {
	display: block;
	width: 19px;
	height: 22px;
	background: url(images/mobile-phone-icon.png) no-repeat;
	position: absolute;
	top: 26px;
	right: 0px;	
}

.icon-location, .icon-phone, .icon-email {
	margin: 0px auto 20px auto;
}

}

/* iPhone 2G-4S in portrait */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : portrait) { 

/* Content */

.site-container {
	max-width: 320px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 280px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 280px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 280px;
}

.sidebar-primary {
	display: block;
  	background-color: #ffffff;
  	float: none;
  	width: 280px;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	float: none;
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
}

a.download-cv {
	float: none;
	margin: 0px 0px 0px 0px;
}

/* Header */

.site-header .wrap {
	max-width: 280px;	
}

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	float: none;
	margin: 0 auto;
	max-width: 280px;
	min-height: 50px;
	padding: 0;
	width: 100%;
	background-size: 100% 100% !important;
}

.header-image .site-title {
	padding: 0px 0px 0px 10px;	
}

.nav-primary {
	display: none;
}

/* Footer */

.footer-widgets .wrap {
	width: 280px;
}

.footer-widgets-1 {
	text-align: center;
}

/* Top Content */

.top-content .content {
	width: 280px;
	padding: 20px 0px 20px 0px;
}

/* Repeating Content and Boxes */

section.repeating .content {
	width: 280px;
	padding: 15px 0px 15px 0px;
}

section.repeating .bucket, section.repeating .bucket:nth-of-type(3) {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-right: 0%;
	text-align: center;
}

/* Homepage */

.home #section-2, .home #section-3 {
	display: none;
}

/* Publications Menu */

.menu-publications-container ul {
	width: 280px;
	padding: 0px 0px 0px 0px;
}

.menu-publications-container ul li { 
	display: block;
	float: none;
}

.menu-publications-container ul li a { 
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #FFFFFF;
	border-bottom: 1px solid #f3f5fa;
	color: #5E5E5E;
	font-size: 18px;
	line-height: 50px;
	letter-spacing: 0.050em;
	text-align: center;
}

.menu-publications-container ul li:last-of-type a {
	border-bottom: none;
}

/* Mobile Menus and Icons */

.home .mobile-menu-home {
	display: block;
}

.page .mobile-menu {
	display: block;
}

.home .mobile-menu {
	display: none;
}

.mobile-menu-icon {
	display: block;
	width: 28px;
	height: 17px;
	background: url(images/mobile-menu-icon.png) no-repeat;
	position: absolute;
	top: 28.5px;
	right: 45px;
}

.mobile-phone-icon {
	display: block;
	width: 19px;
	height: 22px;
	background: url(images/mobile-phone-icon.png) no-repeat;
	position: absolute;
	top: 26px;
	right: 0px;	
}

.icon-location, .icon-phone, .icon-email {
	margin: 0px auto 20px auto;
}

}

/* iPhone 2G-4S in landscape */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape) {

/* Content */

.site-container {
	max-width: 480px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 440px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 440px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 440px;
}

.sidebar-primary {
	display: block;
  	background-color: #ffffff;
  	float: none;
  	width: 440px;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	float: none;
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
}

a.download-cv {
	float: none;
	margin: 0px 0px 0px 0px;
}

/* Header */

.site-header .wrap {
	max-width: 440px;	
}

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	float: none;
	margin: 0 auto;
	max-width: 440px;
	min-height: 78px;
	padding: 0;
	width: 100%;
	background-size: 100% 100% !important;
}

.header-image .site-title {
	padding: 0px 0px 0px 10px;	
}

.nav-primary {
	display: none;
}

/* Footer */

.footer-widgets .wrap {
	width: 440px;
}

.footer-widgets-1 {
	text-align: center;
}

/* Top Content */

.top-content .content {
	width: 440px;
	padding: 20px 0px 20px 0px;
}

/* Repeating Content and Boxes */

section.repeating .content {
	width: 440px;
	padding: 15px 0px 15px 0px;
}

section.repeating .bucket, section.repeating .bucket:nth-of-type(3) {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-right: 0%;
	text-align: center;
}

/* Homepage */

.home #section-2, .home #section-3 {
	display: none;
}

/* Publications Menu */

.menu-publications-container ul {
	width: 440px;
	padding: 0px 0px 0px 0px;
}

.menu-publications-container ul li { 
	display: block;
	float: none;
}

.menu-publications-container ul li a { 
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #FFFFFF;
	border-bottom: 1px solid #f3f5fa;
	color: #5E5E5E;
	font-size: 18px;
	line-height: 50px;
	letter-spacing: 0.050em;
	text-align: center;
}

.menu-publications-container ul li:last-of-type a {
	border-bottom: none;
}

/* Mobile Menus and Icons */

.home .mobile-menu-home {
	display: block;
}

.page .mobile-menu {
	display: block;
}

.home .mobile-menu {
	display: none;
}

.mobile-menu-icon {
	display: block;
	width: 28px;
	height: 17px;
	background: url(images/mobile-menu-icon.png) no-repeat;
	position: absolute;
	top: 28.5px;
	right: 45px;
}

.mobile-phone-icon {
	display: block;
	width: 19px;
	height: 22px;
	background: url(images/mobile-phone-icon.png) no-repeat;
	position: absolute;
	top: 26px;
	right: 0px;	
}

.icon-location, .icon-phone, .icon-email {
	margin: 0px auto 20px auto;
}
	
}

/* Samsung Galaxy S5 and S6 in portrait  */

@media only screen 
and (min-device-width: 360px) 
and (max-device-height: 640px) 
and (orientation : portrait) 
and (-webkit-device-pixel-ratio: 3) {

/* Content */

.site-container {
	max-width: 360px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 320px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 320px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 320px;
}

.sidebar-primary {
	display: block;
  	background-color: #ffffff;
  	float: none;
  	width: 320px;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	float: none;
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
}

a.download-cv {
	float: none;
	margin: 0px 0px 0px 0px;
}

/* Header */

.site-header .wrap {
	max-width: 320px;	
}

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	float: none;
	margin: 0 auto;
	max-width: 320px;
	min-height: 57px;
	padding: 0;
	width: 100%;
	background-size: 100% 100% !important;
}

.header-image .site-title {
	padding: 0px 0px 0px 10px;	
}

.nav-primary {
	display: none;
}

/* Footer */

.footer-widgets .wrap {
	width: 320px;
}

.footer-widgets-1 {
	text-align: center;
}

/* Top Content */

.top-content .content {
	width: 320px;
	padding: 20px 0px 20px 0px;
}

/* Repeating Content and Boxes */

section.repeating .content {
	width: 320px;
	padding: 15px 0px 15px 0px;
}

section.repeating .bucket, section.repeating .bucket:nth-of-type(3) {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-right: 0%;
	text-align: center;
}

/* Homepage */

.home #section-2, .home #section-3 {
	display: none;
}

/* Publications Menu */

.menu-publications-container ul {
	width: 320px;
	padding: 0px 0px 0px 0px;
}

.menu-publications-container ul li { 
	display: block;
	float: none;
}

.menu-publications-container ul li a { 
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #FFFFFF;
	border-bottom: 1px solid #f3f5fa;
	color: #5E5E5E;
	font-size: 18px;
	line-height: 50px;
	letter-spacing: 0.050em;
	text-align: center;
}

.menu-publications-container ul li:last-of-type a {
	border-bottom: none;
}

/* Mobile Menus and Icons */

.home .mobile-menu-home {
	display: block;
}

.page .mobile-menu {
	display: block;
}

.home .mobile-menu {
	display: none;
}

.mobile-menu-icon {
	display: block;
	width: 28px;
	height: 17px;
	background: url(images/mobile-menu-icon.png) no-repeat;
	position: absolute;
	top: 28.5px;
	right: 45px;
}

.mobile-phone-icon {
	display: block;
	width: 19px;
	height: 22px;
	background: url(images/mobile-phone-icon.png) no-repeat;
	position: absolute;
	top: 26px;
	right: 0px;	
}

.icon-location, .icon-phone, .icon-email {
	margin: 0px auto 20px auto;
}

}

/* Samsung Galaxy S5 and S6 in landscape  */

@media only screen 
and (min-device-width: 360px) 
and (max-device-height: 640px) 
and (orientation : landscape) 
and (-webkit-device-pixel-ratio: 3) {

/* Content */

.content {
	width: 500px;
}

.sidebar-primary {
	width: 140px;
}

/* Header */

.site-header .wrap {
	max-width: 640px;	
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;     /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */	
	-webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	max-width: 100%;
   -ms-flex-order: 2;
    -webkit-order: 2;
	   -moz-order: 2;
	        order: 2;
}

.header-image .site-title {
	padding: 0px 0px 0px 20px;	
}

.nav-primary {
	width: 100%;
   -ms-flex-order: 1;
    -webkit-order: 1;
	   -moz-order: 1;
	        order: 1;
}

.site-header .genesis-nav-menu {
	float: left;
}

.genesis-nav-menu {
	font-size: 18px;
}

.site-header .genesis-nav-menu a {
	padding: 0px 32px 50px 32px;
}

/* Footer */

.footer-widgets .wrap {
	width: 580px;
}

/* Top Content */

.top-content .content {
	width: 580px;
}

/* Repeating Content and Boxes */

section.repeating .content {
	width: 580px;
}

/* Homepage */

.home #section-2, .home #section-3 {
	display: none;
}

/* Publications Menu */

.menu-publications-container ul {
	width: 580px;
}

}

/*///// Tablet Styles /////*/

/* iPad in portrait */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) 
and (-webkit-min-device-pixel-ratio: 1) {
	
/* Content */

.site-container {
    max-width: 768px;
}

.content {
	width: 500px;
}

.sidebar-primary {
	width: 268px;
}

/* Header */

.site-header .wrap {
	max-width: 768px;	
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;     /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */	
	-webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	max-width: 100%;
   -ms-flex-order: 2;
    -webkit-order: 2;
	   -moz-order: 2;
	        order: 2;
}

.header-image .site-title {
	padding: 0px 0px 0px 20px;	
}

.nav-primary {
	width: 100%;
   -ms-flex-order: 1;
    -webkit-order: 1;
	   -moz-order: 1;
	        order: 1;
}

.site-header .genesis-nav-menu {
	float: left;
}

.genesis-nav-menu {
	font-size: 18px;
}

.site-header .genesis-nav-menu a {
	padding: 0px 32px 50px 32px;
}

/* Footer */

.footer-widgets .wrap {
	width: 708px;
}

/* Top Content */

.top-content .content {
	width: 708px;
}

/* Repeating Content and Boxes */

section.repeating .content {
	width: 708px;
}

/* Homepage */

.home #section-2, .home #section-3 {
	display: none;
}

/* Publications Menu */

.menu-publications-container ul {
	width: 708px;
}

}

/* iPad in landscape */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1) {
	
/* Regular Styles */	
	
}

/* iPad in portrait */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) 
and (-webkit-min-device-pixel-ratio: 2) {
	
/* Content */

.site-container {
    max-width: 768px;
}

.content {
	width: 500px;
}

.sidebar-primary {
	width: 268px;
}

/* Header */

.site-header .wrap {
	max-width: 768px;	
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;     /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */	
	-webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
   -ms-flex-order: 2;
    -webkit-order: 2;
	   -moz-order: 2;
	        order: 2;
	max-width: 500px;
    min-height: 89px;
}

.header-image .site-title {
	padding: 0px 0px 0px 20px;	
}

.nav-primary {
	width: 100%;
   -ms-flex-order: 1;
    -webkit-order: 1;
	   -moz-order: 1;
	        order: 1;
}

.site-header .genesis-nav-menu {
	float: left;
}

.genesis-nav-menu {
	font-size: 18px;
}

.site-header .genesis-nav-menu a {
	padding: 0px 32px 50px 32px;
}

/* Footer */

.footer-widgets .wrap {
	width: 708px;
}

/* Top Content */

.top-content .content {
	width: 708px;
}

/* Repeating Content and Boxes */

section.repeating .content {
	width: 708px;
}

/* Homepage */

.home #section-2, .home #section-3 {
	display: none;
}

/* Publications Menu */

.menu-publications-container ul {
	width: 708px;
}

}

/* iPad in landscape */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
	
/* Regular Styles */	
	
}