/******************************************************************
Stylesheet: Main Stylesheet
******************************************************************/

/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/* Correct `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

/* Correct `inline-block` display not defined in IE 8/9. */
audio, canvas, video { display: inline-block; }

/* Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/* Address `[hidden]` styling not present in IE 8/9. * Hide the `template` element in IE, Safari, and Firefox < 22. */
[hidden], template { display: none; }


/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background: 0 0; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: 700; } dfn { font-style: italic; } h1 { font-size: 2em; margin: .67em 0; } mark { background: #ff0; color: #333; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -.5em; } sub { bottom: -.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace,monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } 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; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type=checkbox], input[type=radio] { box-sizing: border-box; padding: 0; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { height: auto; } input[type=search] { -webkit-appearance: textfield; box-sizing: content-box; } input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid silver; margin: 0 2px; padding: .35em .625em .75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: 700; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; }

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before,
.front-page-row:before {
  content: " ";
  display: table; }

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

/* ==========================================================================
   Links
   ========================================================================== */
/* Remove the gray background color from active links in IE 10. */
a {
  background: transparent; }

/* Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
  outline: thin dotted; }

/* Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/* Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari 5, and Chrome. */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted; }

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b,
strong,
.strong {
  font-weight: bold; }

/* Address styling not present in Safari 5 and Chrome. */
dfn,
em,
.em {
  font-style: italic; }

/* Address differences between Firefox and other browsers. */
hr {
  box-sizing: content-box;
  height: 0; }

/* * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens) */
p {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -ms-hyphens: none;
      hyphens: none; }

/* * Addresses margins set differently in IE6/7. */
pre {
  margin: 0; }

/* Correct font family set oddly in Safari 5 and Chrome. */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers. */
pre {
  white-space: pre-wrap; }

/* Set consistent quote types. */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/* Address inconsistent and variable font size in all browsers. */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/* * Addresses margins set differently in IE6/7. */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/* * Addresses paddings set differently in IE6/7. */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/* * Corrects list images handled incorrectly in IE7. */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/* Remove border when inside `a` element in IE 8/9. */
img {
  border: 0; }

/* Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/* Address margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/* Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clear {
    clear: both;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
}

/******************************************************************

Typography

******************************************************************/

/* font stacks - this theme has fonts from typekit */
/******************************************************************

Stylesheet: Mixins Stylesheet

******************************************************************/

/*********************
BOX SIZING
*********************/
/* Extend */
.blockletters {
  text-transform: uppercase;
  font-family: "ff-tisa-web-pro", serif;
  letter-spacing: .05em; }

/******************************************************************

Sass Functions

******************************************************************/

/******************************************************************

Stylesheet: Base Mobile Stylesheet

Start with smallest screens - unless overwritten at breakpoint,
these styles apply across all device sizes.

******************************************************************/
/* # Defaults
/*---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */ }

body {
  background-color: #fff;
  font-family: ff-tisa-web-pro, serif;
  font-style: normal;
  font-weight: 400;
  font-size:18px;
  font-size:1.8rem;
  color:#808285;
  line-height: 1.575;
  margin: 0; }

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

::-moz-selection {
  background-color: #2b3990;
  color: #fff; }

::selection {
  background-color: #2b3990;
  color: #fff; }

a {
  color: #364fac;
  text-decoration: none; }
  a:focus, a:visited {
    outline: none; }

a:hover {
  color:#2b3990;
 }

p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.565;
  margin: 0 0 28px;
  padding: 0; }

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

li {
  list-style-type: none;
  margin-bottom: 8px; }

b,
strong {
  font-weight: 700;
  color: #6b6d6f; }

hr {
    border: 0;
    border-collapse: collapse;
    border-bottom: 2px solid #e6e7e8;
    clear: left;
    margin: 30px 0 50px;
    padding-top: 25px;
    background:none; }

blockquote,
cite,
em,
i {
  font-style: italic; }

.cta {
  text-transform:uppercase;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  letter-spacing:.1em;
 }

 .byline {
     font-style: italic;
     font-weight: 700;
 }

 .sf-intro p {
    font-size: 22px;
    line-height: 36px;
}

 blockquote{
  margin:20px;
  color:#a0a0a9;
  font-style:normal;
  border-bottom:2px solid #e6e7e8;
  border-top:2px solid #e6e7e8;
  padding-top:25px;
  font-style: italic;
 }

 blockquote p{
  font-size:24px;
  font-size: 2.4rem;
  line-height:1.55;
 }

blockquote p:first-of-type::before {
  content: "\201C";
  display: inline-block;
  margin-right: 6px; }

 blockquote p:first-of-type::after {
    content: "\201D";
    display: inline-block;
    margin-left: 6px; }

 .blue {
     color: #2b3990;
 }

 .orange {
     color: #ed6f2f;
 }

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: canada-type-gibson, sans-serif;
	font-weight: 600;
	color:#ed6f2f;
	letter-spacing:.025em;
	text-transform:none;
    line-height: 1.2;
    margin: 0 0 12px;
    margin: 0 0 1.2rem;
}

.entry-title{
	font-size:32px;
    font-size:3.2rem;
	color:#005592;
}

h1{
    color:#808285;
    font-size:40px;
    font-size:4rem;
}

h2{
	font-size:32px;
    font-size:3.2rem;
}

h3{
	font-size:26px;
    font-size:2.6rem;
}

h4{
	font-size:18px;
    font-size:1.8rem;
	letter-spacing:.035em;
}

h5{
	font-size:16px;
    font-size:1.6rem;
}

h6{
	font-size:14px;
    font-size:1.4rem;
	text-transform:uppercase;
	letter-spacing:.075em;
}

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

img {
  height: auto; }

.featured-content img,
.gallery img {
  width: auto; }

/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6666%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery img {
  border: 1px solid #2b3990;
  height: auto;
  padding: 4px; }

.gallery img:hover {
  border: 1px solid #2b3990; }

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #2b3990;
  color: #737c91;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
  padding: 20px;
  width: 100%;
  margin-bottom:24px;
 }


input:focus,
textarea:focus {
  border: none;
  outline: none; }

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

::-moz-placeholder {
  color: #737c91;
  font-weight: 400;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #737c91;
  font-weight: 400; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.tzedek .gform_wrapper .gform_footer input.button,
.tzedek .gform_wrapper .gform_footer input[type=submit] {
  background-color: #2b3990;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  padding: 20px 36px;
  text-align: center;
  width: auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: canada-type-gibson,sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
 }

 .button a {
     color: #fff;
 }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  opacity: .9;
  color: #fff;
}

.button {
  display: inline-block; }

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

label{
    font-size:14px;
    color:#828184;
  }

#radio-choice-1 , #radio-choice-2{
    margin-bottom:0px;
}

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

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

td,
th {
  text-align: left; }

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

th {
  font-weight: 400; }

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.wrap,
.front-page-row,
.footer-widgets .wrap,
.home .footer-widgets .wrap,
.home .site-footer .wrap {
  margin: 0 auto;
  padding: 0 5%; }

.site-inner {
  clear: both;
  padding-bottom: 40px;
}

.home .site-inner {
    padding-bottom: 0;
}

.home .wrap {
    max-width: 100%;
    padding: 0;
}

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Content */
.content,
.sidebar-primary,
.sidebar-secondary {
  width: 100%;
  display: block; }

/* ## Column Classes
--------------------------------------------- */
.five-sixths,
.four-sixths,
.four-fifths,
.three-sixths,
.three-fifths,
.three-fourths,
.two-sixths,
.two-fifths,
.two-fourths,
.two-thirds,
.one-sixth,
.one-fifth,
.one-fourth,
.one-third,
.one-half,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.widget-thirds .widget,
.widget-halves .widget {
  width: 100%;
  float: none;
  clear: both; }

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  float: left; }

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

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

.comment .avatar {
  margin: 0 16px 24px 0; }

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 20px; }

.archive-description,
.author-box {
  padding: 0 40px 20px; }

.tax-fellows-category .archive-description,
.post-type-archive-fellows .archive-description {
  margin-bottom: 0;
}

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

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0; }

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

.site-header .search-form {
  float: right;
  margin-top: 12px; }

.entry-content .search-form,
.site-header .search-form {
  width: 50%; }

.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; }

/* ## Titles
--------------------------------------------- */
.archive-title,
.entry-title {
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: .05em;
  text-align: center;
  line-height: 1.3;}

 .blog .entry-title,
 .archive .entry-title,
 .category .entry-title {
     text-align: left;
     font-size: 28px;
     font-size: 2.8rem;
 }

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

.entry-title a:hover {
  color: #f28a1d; }

.widget-title {
  font-size: 32px;
  margin-bottom: 20px;
  padding: 13px 20px;
  letter-spacing: .05em; }

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

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

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

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

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

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

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

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

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

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word; }

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

.widget li li {
  border: none;
  margin: 0 0 0 30px;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/* ## Featured Content
--------------------------------------------- */
/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget,
.enews-widget .widget-title {
  color: #fff; }

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.home .site-header {
  background: transparent; }

.custom-logo {
  max-width: 230px; }

/* ## Title Area
--------------------------------------------- */
.title-area {
  height: 0;
  text-indent: -9999; }
  .title-area p {
    padding-top: 7px; }

/* .header-full-width .title-area {
	width: 100%;
} */
.site-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2; }

.site-title a,
.site-title a:hover {
  color: #737c91; }

.header-image .site-title > a {
  margin: 0 auto;
  height: 37px;
  width: 280px; }

.site-description {
  display: none; }

.site-description,
.site-title {
  margin-bottom: 0; }

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

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
  width: 100%; }


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

  .genesis-nav-menu {
  	clear: both;
  	line-height: 1;
  	width: 100%;
  	text-align: center;
  	margin: 0 auto;
  }

  .stories-nav {
      max-width: 100%;
      padding: 20px 0;
  }

  .stories-nav .genesis-nav-menu {
      text-align: left;
  }

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

  .genesis-nav-menu a {
  	border-bottom-width: 0;
  	color: #2b3990;
  	display: block;
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 600;
  	font-size: 20px;
  	font-size: 2rem;
  	padding: 12px 15px;
    padding: 36px 20px;
  }

  .stories-nav .genesis-nav-menu a {
      padding: 0 13px 10px;
      font-size: 15px;
      font-size: 1.5rem;
  }

  .stories-nav .genesis-nav-menu .current-menu-item a {
      color: #f28a1d;
  }

  .stories-nav .genesis-nav-menu .current-menu-item a:after {
      content: "(current)";
      color: #f28a1d;
      margin-left: 5px;
  }

  .stories-nav .lhs h5 {
      text-transform: uppercase;
      color: #808285;
      font-size: 15px;
      font-size: 1.5rem;
      padding-top: 3px;
  }

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

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

  .genesis-nav-menu a:focus,
  .genesis-nav-menu a:hover,
  .genesis-nav-menu .current-menu-item > a {

  }

  .genesis-nav-menu .sub-menu {
  	background:#2b3990;
  	left: -9999px;
  	opacity: 0;
  	position: absolute;
  }

  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
  	width: 250px;
  }

  .genesis-nav-menu .sub-menu .sub-menu {
  	margin: -44px 0 0 249px;
  }

  .genesis-nav-menu .sub-menu a {
  	border-bottom: 1px solid #aab1d1;
  	color: #fff;
  	border-top: 0;
  	padding: 16px;
  	position: relative;
  	font-size:15px;
  	font-size:1.5rem;
    line-height: 1.2;
    font-family: ff-tisa-web-pro,serif;
  }

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

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

  /* Accessible Menu
  --------------------------------------------- */

  .menu .menu-item:focus {
  	position: static;
  }

  .menu .menu-item > a:focus + ul.sub-menu,
  .menu .menu-item.sfHover > ul.sub-menu {
  	left: auto;
  	opacity: 1;
  }

  /* Primary Navigation
  --------------------------------------------- */

  .nav-primary .sub-menu {
  	border-top: 1px solid #fff;
  	z-index: 9999;
  }

  .nav-primary .genesis-nav-menu li li {
  	margin: 0;
  }


  /* Responsive Navigation
  --------------------------------------------- */

  .sub-menu-toggle,
  .menu-toggle {
  	display: none;
  	visibility: hidden;
  }


/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  margin-bottom: 20px;
   }

 .page .featured-image,
 .single .featured-image {
     margin: 0 auto 50px;
     text-align: center;
 }

 .single-fellows .featured-image {
     margin: 0 auto;
     padding: 6px 0 0;
 }

.single-fellows .featured-image a{
    margin: 0;
    padding: 0;
    line-height: normal;
}

.single-fellows .social {
    width: 100%;
    margin: 0 0 20px;
    display: block;
    overflow: hidden;
    clear: both;
}

.single-fellows .one-third .social a {
    margin-right: 10px;
    font-size: 24px;
    font-size: 2.4rem;
}

.single-fellows .one-third .social .connect {
    font-family: "canada-type-gibson",sans-serif;
    font-weight: 600;
    margin-right: 10px;
}

.single-fellows .resume {
    margin: 0 0 30px;
}

.single-fellows .articles h5 {
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
}

.single-fellows .entry-title {
    text-align: left;
    font-size: 42px;
    font-size: 4.2rem;
    margin: 0 0 20px;
}

 .single-fellows h5.year {
     width: 100%;
     text-align: center;
     color: #fff;
     background: #f28a1d;
     line-height: 1;
     font-size: 20px;
     font-size: 2rem;
     padding: 10px;
 }

 .page .entry-header,
 .single .entry-header {
     max-width: 960px;
     margin: 0 auto;
 }

.content .entry {
  background-color: #fff; }

 .page .content .entry,
 .single .content .entry {
     padding-bottom: 50px;
 }

.entry-content ol,
.entry-content ul {
  margin-bottom: 50px;
  margin-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 {
  margin-bottom: 0; }

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

.entry-header .entry-image {
  width: 172px; }

  .blog .entry-image,
  .archive .entry-image {
      display: block;
      float: left;
      clear: left;
      width: 30%;
      padding: 5px 0 0;
  }

  .blog .entry-image img,
  .archive .entry-image img {
      margin: 0 auto 30px;
      width: 60%;
  }

  .blog .entry-body .entry-content p,
  .archive .entry-body .entry-content p {
      margin-bottom: 20px;
  }

  .blog .entry-body,
  .archive .entry-body,
  .blog .entry-image,
  .archive .entry-image {
      width: 100%;
      float: none;
      clear: both;
  }

  .blog .content .entry,
  .archive .content .entry {
    margin: 0 auto 40px;
    padding: 0 0 40px;
    border-bottom: 2px solid #eee;
  }

  .blog .content .entry .readmore,
  .archive .content .entry .readmore {
    margin: 0;
  }

.blog .site-inner .wrap,
.archive .site-inner .wrap {
  max-width: 90%;
  padding: 0;
}

.page .entry-header {
  max-width: 100%;
  padding: 0 0 40px;
}

.page .entry-header .entry-title,
.blog .archive-title,
.archive .archive-title {
  max-width: 100%;
  margin: 0 auto;
  color: #2b3990;
}

.blog .site-inner .wrap .content,
.archive .site-inner .wrap .content {
    margin: 0 auto;
    padding: 40px 0;
    border-top: 1px solid #eee; }

.stories-nav {
    margin: 0 auto;
    padding: 20px 0; }

.tax-fellows-category .site-inner .wrap .content,
.post-type-archive-fellows .site-inner .wrap .content {
    border: none;
    padding: 0;
}

.blog .archive-description,
.archive .archive-description {
    margin: 0 auto;
    text-align: center;
}

/* ## Staff Page - Trainers and Friends of the Program */

.entry-content ul.trainers--list {
  margin-left: 0;
}
.entry-content ul li.trainers--item {
  list-style-type: none;
}

.entry-content ul.friends--list {
  margin-left: 0;
}
.entry-content ul li.friends--item {
  list-style-type: none;
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 12px;
  margin-bottom: 0;
  text-transform:uppercase;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  letter-spacing:.1em; }

.single p.entry-meta {
    margin-bottom: 20px;
}

p.entry-meta .posted,
p.entry-meta .entry-author-name {
  font-weight: 600; }

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

.entry-footer .entry-meta {
  border-top: 2px solid #C1C2BD;
  border-bottom: 2px solid #C1C2BD;
  padding: 24px 0; }

.entry-categories,
.entry-tags {
  display: block; }

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px; }

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0;
text-align: center; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination li a {
  background-color: #2b3990;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  padding: 12px 16px;
  font-family: canada-type-gibson,sans-serif;
 }

.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #ed6f2f;
  color: #fff; }

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px; }

.comment-respond,
.entry-pings {
  padding: 40px 40px 16px; }

.entry-comments {
  padding: 40px; }

.comment-header {
  font-size: 16px; }

li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none; }

.comment-content {
  clear: both; }

.comment-list li {
  margin-top: 24px;
  padding: 32px; }

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

.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; }

.entry-comments .comment-author {
  margin-bottom: 0; }

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

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

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 17px; }

.sidebar li {
  margin-bottom: 10px;
  padding-bottom: 10px; }

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

.sidebar .widget {
  background-color: #fff;
  margin-bottom: 40px; }

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #2b3990;
  clear: both;
  padding: 50px 0 60px; }

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

.footer-widgets a,
.gform_description {
  color: #fff;
  font-size: 17px; }

.footer-widgets a.button,
.footer-widgets a:hover {
  color: #fff; }

.footer-widgets li {
  margin-bottom: 10px;
  padding-bottom: 10px; }

.footer-widgets .widget {
  margin-bottom: 40px; }

.footer-widgets p:last-child {
  margin-bottom: 0; }

.footer-widgets p {
    line-height: 1.565;
    font-size: 19px;
}

.footer-widgets-1 {
    margin: 0 0 62px;
    text-align: center;
}

.footer-widgets-1 p {
  color: #aab1d1;
  font-size: 24px;
  font-size: 2.4rem;}

.footer-widgets-2 {
    text-align: center;
    margin: 0 0 42px;
    padding: 0 0 50px;
    border-bottom: 2px solid #aab1d1;
}

.mc-form-wrap {
    max-width: 90%;
    margin: 0 auto;
    height: 60px;
    overflow: hidden;

}

.mc-form-wrap .mc-submit {
    width: 24%;
    display: block;
    overflow: hidden;
    float: left;
    background: #ed6f2f;
    padding: 0;
    font-size: 22px;
    line-height: 60px;
    height: 60px;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
}

.mc-form-wrap .mc-submit .button,
.mc-form-wrap .mc-submit input[type="submit"] {
    background: url('../images/mail.png') no-repeat center center;
    background-size: 32px 22px;
    width: 32px;
    height: 22px;
    margin: 0 auto;
    padding: 0;
}

.mc-form-wrap .mc-email {
    width: 76%;
    height: 62px;
    float: right;
    display: block;
    overflow: hidden;

}

.mc-form-wrap .mc-email input[type="email"] {
    border: none;
    margin: 0;
    font-size: 18px;
    padding: 0 20px;
    line-height: 60px;
    height: 60px;
    font-style: italic;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
}

.footer-widgets-3 {
    text-align: center;
    padding: 0 0 56px;
}

.footer-widgets-2 h4,
.footer-widgets-3 h4 {
    color: #fff;
    font-size: 26px;
    font-size: 2.6rem;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
  background-color: #ed6f2f;
  color: #fff; }

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #ed6f2f;
  color: #fff;
  font-size: 14px;
  line-height: 2.4;
  padding: 40px 0;
  text-align: center; }

 .site-footer,
 .site-footer .copyright {
    font-size: 15px;
    font-family: "canada-type-gibson", sans-serif;
    margin-bottom: 0; }

.site-footer .footer-links a {
    margin: 0 7px;
}

.site-footer a {
    color: #fff;
}

.site-footer .copyright .cityzip:before {
    content: "\a ";
    white-space: pre;
}


/* # Home Page
---------------------------------------------------------------------------------------------------- */
/* Home Page
--------------------------------------------- */
.front-page-row .wrap {
    width: 84.27%;
    max-width: 84.27%;
    padding: 0;
}

.front-page-1 {
    background: url('../images/tzedek-cohorts.jpg') no-repeat center top;
    background-size: contain;
    background-color: #ec6f2f;
}

.front-page-1 #hero {
    padding-top: 60%;
    padding-bottom: 38px;
    text-align: center;
}

.front-page-1 #hero p {
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
}

.front-page-1 #hero p:last-of-type {
    margin: 0;
}

.front-page-1 #hero .button {
    padding: 16px 24px;
    width: 170px;
    text-align: center;
}

.front-page-1 #hero .button:first-of-type {
    margin-bottom: 15px;
}

.front-page-1 #hero .button {
    color: #2b3990;
    background: #fff;
    border-bottom: 6px solid #2b3990;
}

.front-page-2 .front-page-row {
    padding: 50px 5%;
}

.front-page-2 h1 {
    font-size: 27px;
    font-size: 2.7rem;
}

.front-page-2 p {
    font-size: 20px;
    font-size: 2rem;
}

.front-page-3 .front-page-row,
.front-page-4 .front-page-row {
    margin: 0 auto 50px;
}

.front-page-3 .lhs {
    padding: 0 0 40px;
}

.front-page-3 img {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: top;
}

.front-page-3 #roygbiv {
    margin: 37px auto 12px;
    width: 100%;
}

.front-page-3 #roygbiv .color {
    display: inline-block;
    width: 14.285714285%;
    float: left;
    margin: 0;
    height: 12px;
}

.front-page-3 #roygbiv #red {
    background: #ed2024;
}

.front-page-3 #roygbiv #orange {
    background: #f26422;
}

.front-page-3 #roygbiv #yellow {
    background: #f6eb14;
}

.front-page-3 #roygbiv #green {
    background: #0b8140;
}

.front-page-3 #roygbiv #blue {
    background: #3953a4;
}

.front-page-3 #roygbiv #indigo {
    background: #4d2a7c;
}

.front-page-3 #roygbiv #violet {
    background: #8f56a3;
}

.front-page-3 h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

.front-page-3 p {
    line-height: 1.4;
}

.front-page-4 .one-third {
    vertical-align: middle;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    margin-bottom: 40px;
}

.front-page-2 p:last-child,
.front-page-3 p:last-child,
.front-page-4 .one-third:last-of-type {
    margin-bottom: 0;
}

.front-page-4 .overlay:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(43,57,144,0.3);
}

.front-page-4 .square {
  position: relative;
  width: 100%;
}

.front-page-4 .square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
  width: 100%;
}

.front-page-4 .square .squaretext {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
}

.front-page-4 h4 {
    font-size: 32px;
    font-size: 3.2rem;
    padding: 0 20px;
    color: #fff;
    opacity: 1;
    z-index: 1;
    margin: auto;
}

.front-page-4 h4 a {
    color: #fff;
}

.front-page-5 .front-page-row,
.front-page-5 .fellow-img {
    text-align: center;
}

.front-page-5 blockquote {
    border: none;
}

.front-page-5 blockquote p {
    font-size:28px;
    font-size: 2.8rem;
}

.front-page-5 .fellow-img {
    max-width: 170px;
    margin: 0 auto;
}

.front-page-5 .attribution {
    font-style: normal;
    font-family: "canada-type-gibson",sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
}

.front-page-5 .statement blockquote {
    margin: 20px;
}

.front-page-6 .front-page-row {
    border-top: 2px solid #9ca2b1;
    padding-top: 50px;
    margin: 25px auto;
    max-width: 90%;
    text-align: center;
}

.front-page-2 h1,
.front-page-3 h3,
.front-page-5 h3,
.front-page-6 h3 {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 0 0 32px;
}

.front-page-6 .host-logos .host-logo:nth-of-type(1) {
    padding: 0 20px 30px;
}

.front-page-6 .host-logos .host-logo:nth-of-type(2) {
    padding: 0 90px 30px;
}

.front-page-6 .host-logos .host-logo:nth-of-type(3) {
    padding: 0 18px 30px;
}

.front-page-6 .host-logos .host-logo:nth-of-type(4) {
    padding: 0 40px 30px;
}

.front-page-6 .host-logos .host-logo:nth-of-type(5) {
    padding: 0 30px 30px;
}

.front-page-6 .host-logos .host-logo:nth-of-type(6) {
    padding: 0 85px 30px;
}

.front-page-6 .host-logos .host-logo:nth-of-type(7) {
    padding: 0 25px 30px;
}

.front-page-6 .host-logos .host-logo:nth-of-type(8) {
    padding: 0 30px 30px;
}

/* Fellowship CTA
--------------------------------------------- */

.apps {
    background: #eff0f1;
    padding: 40px;
}

.apps .cta-title {
    text-align: center;
}

.apps .cta-title h3 {
    color: #2b3990;
}

.apps .cta-content {
    text-align: center;
}

.apps .cta-content h4 {
    font-weight: 400;
    margin: 0 0 12px;
    font-family: ff-tisa-web-pro, serif;
    font-size: 20px;
    font-size: 2rem;
}

/* Custom Post Type and Taxonomy Archives
--------------------------------------------- */
.tax-fellows-category .content .entry,
.post-type-archive-fellows .content .entry {
  border-bottom: none;
  padding: 20px;
  background: #eff0f1;
}

.tax-fellows-category .content .entry .entry-image,
.post-type-archive-fellows .content .entry .entry-image {
  float: none;
  clear: both;
  width: 100%;
  padding: 0;
}

.tax-fellows-category .content .entry .entry-body,
.post-type-archive-fellows .content .entry .entry-body {
  float: none;
  clear: both;
  width: 100%;
  padding: 0;
}

.tax-fellows-category .content .entry .entry-title,
.post-type-archive-fellows .content .entry .entry-title {
 font-size: 27px;
 font-size: 2.7rem;
 padding-top: 18px;
 margin: 0 0 8px;
}

.tax-fellows-category .content .entry-header h5,
.post-type-archive-fellows .content .entry-header h5 {
  color: #2b3990;
}

/* Custom Pages
--------------------------------------------- */
.page-id-37 .flex-row-1 {
    padding-top: 50px;
}

.page-id-37 blockquote:nth-of-type(2) {
 margin: 20px 20px 80px;
 border-top: none;
}

.col-1 p:last-of-type,
.col-2 p:last-of-type {
    margin: 0;
}

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

.tzedek .gform_wrapper ul li.gfield{
	margin-top:15px;
}

.tzedek .gform_wrapper .top_label .gfield_label {
	font-size:14px;
	letter-spacing:.075em;
}

.tzedek .gform_wrapper input[type=email],
.tzedek .gform_wrapper input[type=number],
.tzedek .gform_wrapper input[type=password],
.tzedek .gform_wrapper input[type=tel],
.tzedek .gform_wrapper input[type=text],
.tzedek .gform_wrapper input[type=url],
.tzedek .gform_wrapper textarea {
	padding: 10px 18px !important;
    border: 1px solid #e0e0de !important;
    font-size: 16px !important;
    font-size: 1.6rem !important;
    line-height: 1 !important;
    color: #747d93 !important;
}

.tzedek .content .gform_wrapper .top_label li.gfield.gf_left_half,
.tzedek .content .gform_wrapper .top_label li.gfield.gf_right_half {
	margin-top: 20px;
}

.tzedek .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container .name_first label,
.tzedek .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container .name_first label,
.tzedek .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container .name_last label,
.tzedek .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container .name_last label {
    display: none;
}

.tzedek .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] + label,
.tzedek .gform_wrapper ul.gfield_radio li input[type="radio"] + label,
.tzedek .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.tzedek .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
    font-weight: 400;
    line-height: 1;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-left: 5px;
    vertical-align: middle;
}

.tzedek .gform_wrapper .gfield_checkbox li input[type="checkbox"],
.tzedek .gform_wrapper .gfield_radio li input[type="radio"] {
    vertical-align: middle;
    margin-bottom: 0;
}

.tzedek .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
.tzedek .gform_wrapper ul li.field_description_below div.ginput_container_radio,
.tzedek .gform_wrapper ul li#field_1_5 {
    margin-top: 0;
}


.tzedek .gform_wrapper .top_label #field_2_1 .gfield_label {
    display: none;
}

.tzedek .gform_wrapper ul li.gfield#field_2_2 {
    margin-top: -40px;
}

.tzedek .cta-content .gform_wrapper ul li.gfield,
.tzedek .cta-content .gform_wrapper .top_label div.ginput_container {
	margin-top:0;
}

.tzedek .cta-content .gform_wrapper {
    margin: 0;
}

.tzedek .cta-content .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
    text-align: center;
}

.tzedek .cta-content .gform_wrapper .gform_body {
    text-align: center;
}

.tzedek .cta-content .gform_footer input.button,
.tzedek .cta-content .gform_wrapper .gform_footer input[type="submit"] {
    background: #ed6f2f;
    padding: 0 40px;
    margin: 0 auto;
    height: 48px;
    line-height: 48px;
}

.tzedek .open .cta-content {
    text-align: center;
    padding-top: 35px;
}

.tzedek .cta-content .apply {
    text-align: center;
    padding-top: 15px;
}

.tzedek .cta-content .apply .button {
    background: #ed6f2f;
    padding: 14px 25px;
}

.tzedek .cta-content .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

.tzedek .cta-content .gform_wrapper input#input_2_1 {
    padding: 0 15px !important;
    font-style: italic;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 0;
    height: 48px;
    line-height: 48px;
}


/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translateY(15px); }
    to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}



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

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

	.js .nav-primary {
		background-color: #2b3990;
		max-width: 80%;
		margin: 0 auto;
		text-align: center;
	}

	.js .nav-primary a {
		color: #ffffff;
		text-align: center;
	}

	.js .nav-primary .sub-menu a {
		border: none;
	}

	.js nav {
		display: none;
		position: relative;
	}

	.js nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background: none;
		border-radius: 0;
		border-width: 0;
		color: #ffffff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:hover,
	.menu-toggle:focus,
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menu-toggle {
		max-width: 80%;
		margin: 20px auto 0;
        font-size: 20px;
        font-size: 2rem;
		padding-top: 12px;
		padding-bottom: 12px;
        font-weight: 600;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
		background-color: #2b3990;
        vertical-align: middle;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		color: #ffffff;
		content: "\f0c9";
		display: inline-block;
		font: normal 24px/1 'FontAwesome';
		margin: 0 auto;
		text-rendering: auto;
        padding-right: 10px;
	}

	.menu-toggle.activated:before {

	}

	.sub-menu-toggle {
		float: right;
		padding: 20px 18px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		content: "\f078";
		display: inline-block;
		font-family: 'FontAwesome';
		color: #fff;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f077";
	}

	.js .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin-top: 1px;
		margin-bottom: 1px;
		position: relative;
		text-align: left;
        border-top: 1px solid #fff;
	}

    .js .stories-nav .genesis-nav-menu .menu-item {
		display: inline-block;
        border-top: none;
	}

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

	.js .genesis-nav-menu .menu-item a {
		border: none;
		padding: 20px;
		width: 100%;
		font-size: 18px;
		font-size: 1.8rem;
	}

    .js .stories-nav .genesis-nav-menu .menu-item a {
        padding: 0 8px 8px;
        width: auto;
    }

	.js .genesis-nav-menu .menu-item a:hover,
	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		position: static;
		width: 100%;
		background: #232f76;
        color: #fff;
	}

    .js .genesis-nav-menu .sub-menu .menu-item {
        border-top: none; }

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js .genesis-nav-menu .sub-menu a {
		border: none;
		font-size: 16px;
		font-size: 1.6rem;
		color: #ffffff;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		color: #fff;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		color: #fff;
	}

	.js .nav-primary .genesis-nav-menu li.last a {
		background: transparent;
	}

	.js .nav-primary .genesis-nav-menu {
		padding-bottom: 10px;
	}

}

@media only screen and (max-width: 479px) {
/*.slick-next, .slick-prev {
    display: none !important;
    margin: 0 !important;
}*/
}
/******************************************************************
Stylesheet: 481px and Up Stylesheet
******************************************************************/
@media only screen and (min-width: 481px) {

body{
font-size:20px;
font-size:2rem;
}

p{
font-size:20px;
font-size: 2rem;
line-height:1.7;
margin-bottom:40px;
}

button, #menu-item-31640 a, input[type="button"], input[type="reset"], input[type="submit"], .button{
font-size:17px;
font-size:1.7rem;
}

.entry-title{
    font-size:42px;
    letter-spacing:.05em;
}

h1, h2, h3,
h4, h5, h6 {
    margin-bottom:20px;
}


h1 {
    font-size:54px;
    font-size:5.4rem;
}

h2 {
    font-size:42px;
    font-size:4.2rem;
}

h3 {
    font-size:36px;
    font-size:3.6rem;
}

.page-id-5291 h3 {
    font-size:30px;
    font-size:3rem;
}

h4 {
    font-size:24px;
    font-size:2.4rem;
}

h5 {
    font-size:16px;
    ont-size:1.6rem;
}

	/* Home Page
--------------------------------------------- */
.front-page-1 #hero .button:first-of-type {
  margin-bottom: 0;
  margin-right: 15px;
}

.front-page-1 #hero {
  padding-top: 58%;
  text-align: left;
}

.front-page-1 #hero p {
  font-size: 24px;
  font-size: 2.4rem;
}

.front-page-1 #hero .button {
  padding: 18px 28px;
  width: auto;
}

.front-page-1 #hero .button:first-of-type {
  margin-right: 30px;
}

.front-page-3 #roygbiv .color {
  height: 17px;
}

.front-page-4 .front-page-row,
.front-page-6 .front-page-row {
  max-width: 72%;
}

.front-page-4 h4 {
    font-size: 42px;
    font-size: 4.2rem;
    padding: 0 25px;
}

.mc-form-wrap {
  max-width: 80%;
}

.tax-fellows-category .content .entry,
.post-type-archive-fellows .content .entry {
    padding: 28px;
    margin: 0 20px 30px;
}


/*********************
Entries
*********************/
.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }
.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }
.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

}

@media only screen and (min-width: 600px) {

.front-page-6 .host-logos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
    justify-content: space-around;
    align-items: center;
    height: 740px;
    font-weight: bold;
    text-align: center;
}

.front-page-6 .host-logos .host-logo:nth-of-type(1) {
    width: 50%;
    flex-basis: 50%;
    padding: 0 4px;
}

.front-page-6 .host-logos .host-logo:nth-of-type(2) {
    width: 50%;
    flex-basis: 50%;
    padding: 0 46px;
}

.front-page-6 .host-logos .host-logo:nth-of-type(3) {
    width: 50%;
    flex-basis: 50%;
    padding: 0 2px;
}

.front-page-6 .host-logos .host-logo:nth-of-type(4) {
    width: 50%;
    flex-basis: 50%;
    padding: 0 48px;
}

.front-page-6 .host-logos .host-logo:nth-of-type(5) {
    width: 50%;
    flex-basis: 50%;
    padding: 0 6px;
}

.front-page-6 .host-logos .host-logo:nth-of-type(6) {
    width: 50%;
    flex-basis: 50%;
    padding: 0 48px;
}

.front-page-6 .host-logos .host-logo:nth-of-type(7) {
    width: 50%;
    flex-basis: 50%;
    padding: 0 6px;
}

.front-page-6 .host-logos .host-logo:nth-of-type(8) {
    width: 50%;
    flex-basis: 50%;
    padding: 0 8px;
}

.front-page-4 .front-page-row {
    max-width: 64%;
}

.entry-content ul.trainers--list {
  columns: 3;
}

.entry-content ul.friends--list {
  columns: 2;
}

}


@media only screen and (min-width: 768px) {

  .sf-intro p {
      font-size: 28px;
      line-height: 42px;
  }

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

  .content-sidebar .content,
  .sidebar-content .content {
    width: 74.85%;
    float: left; }


  /* ### Content */
  .site-inner {
    padding-top: 40px; }

  .home .site-inner {
      padding-top: 0;
  }

  .blog .archive-description,
  .archive .archive-description {
      padding-top: 70px;
  }

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

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

  /* ### Primary Sidebar */
  .sidebar-primary,
  .content-sidebar .sidebar-primary,
  .sidebar-content .sidebar-primary {
    width: 23.25%;
    float: right;
    border-left: 1px solid #2b3990; }

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


  /* ### Galleries */
  .gallery-item {
    float: left; }

  .gallery-columns-2 .gallery-item {
    width: 50%; }

  .gallery-columns-3 .gallery-item {
    width: 33%; }

  .gallery-columns-4 .gallery-item {
    width: 25%; }

  .gallery-columns-5 .gallery-item {
    width: 20%; }

  .gallery-columns-6 .gallery-item {
    width: 16.6666%; }

  .gallery-columns-7 .gallery-item {
    width: 14.2857%; }

  .gallery-columns-8 .gallery-item {
    width: 12.5%; }

  .gallery-columns-9 .gallery-item {
    width: 11.1111%; }

  /* Column Classes
   *
   * Width: 1170px
   * Gutter: 30px
   * Link: http://www.billerickson.net/column-class-generator/
  --------------------------------------------- */
  /* line 67, sass/partials/_media-queries.scss */
  .five-sixths,
  .four-sixths,
  .four-fifths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-fifths,
  .three-sixths,
  .two-fourths,
  .two-fifths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 4.2735042735%;
    clear: none; }

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

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

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

  .one-fourth {
  	width: 21.7948717949%;
  }

  .three-fourths {
  	width: 73.9316239316%;
  }

  .one-fifth {
  	width: 16.5811965812%;
  }

  .two-fifths {
  	width: 37.4358974359%;
  }

  .three-fifths {
  	width: 58.2905982906%;
  }

  .four-fifths {
  	width: 79.1452991453%;
  }

  .one-sixth {
  	width: 13.1054131054%;
  }

  .five-sixths {
  	width: 82.6210826211%;
  }

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

.stories-nav .lhs {
  width: 17%;
  float: left;
}

.stories-nav .rhs {
  width: 81%;
  float: right;
}

  /* Header Area
  --------------------------------------------- */
  .site-header {
     padding: 24px 0;
     border-bottom: 1px solid #eff0f1;
  }

  .header-image .site-title > a {
    float: left;
    height: 58px;
    margin-top: 2rem;
    width: 440px; }

/* ## Title Area
--------------------------------------------- */
.title-area {
    width: 250px; }

/* Blog and Category Index
------------------------ */

.blog .entry-title,
.archive .entry-title,
.category .entry-title {
    font-size: 32px;
    font-size: 3.2rem;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.nav-primary {
    margin: 0;
}

.nav-primary .wrap {
    padding: 0;
}

.genesis-nav-menu a {
    padding: 30px 6px;
}

.genesis-nav-menu .social-link a {
    padding: 30px 8px;
}

.genesis-nav-menu .social-link:first-of-type a {
    padding: 30px 8px 30px 8px;
}

/* Home Page
--------------------------------------------- */

.front-page-1 {
    background: url('../images/tzedek-cohorts.jpg') no-repeat 40% 5%;
    background-size: cover;
}

.front-page-1 #hero {
    max-width: 740px;
    padding: 200px 0 160px;
    float: left;
}

.front-page-1 #hero p {
    font-size: 32px;
    font-size: 3.2rem;
    color: #fff;
    line-height: 1.4;
}

.front-page-1 #hero .button {
    padding: 22px 26px 20px;
}

.front-page-1 #hero .button:first-of-type {
    color: #2b3990;
    background: #fff;
    border-bottom: 6px solid #2b3990;
    margin-right: 30px;
}

.front-page-1 #hero .button:last-of-type {
    color: #ed6f2f;
    background: #fff;
    border-bottom: 6px solid #ed6f2f;
}

.front-page-2 .front-page-row {
    padding: 120px 5%;
}

.front-page-4 .front-page-row {
    max-width: 62%;
    padding: 0 5% 80px;
}

.front-page-6 .front-page-row {
    max-width: 100%;
    padding: 60px 5% 0;
}

.front-page-3 #roygbiv {
    margin: 60px auto 20px;
}

.front-page-2 h1,
.front-page-3 h3,
.front-page-5 h3,
.front-page-6 h3 {
    font-size: 34px;
    font-size: 3.4rem;
}

.front-page-2 #welcome .orange:after {
    content: "\A";
    white-space: pre;
}

.front-page-3 #roygbiv .color {
    height: 20px;
}

.front-page-4 .one-third {
    width: 100%;
    float: none;
    margin-left: 0;
}

.front-page-5 .front-page-row {
    text-align: left;
}

.front-page-5 .fellow-img {
    float: left;
    max-width: 30%;
    width: 30%;
    display: block;
}

.front-page-5 .statement {
    float: right;
    width: 67%;
    display: block;
    text-align: left;
}

.front-page-5 .statement blockquote {
    margin: 0;
    padding: 0;
}

.front-page-6 .host-logos {
    height: 560px;
}

.front-page-6 .host-logos .host-logo:nth-of-type(1) {
    width: 34%;
    flex-basis: 34%;
    padding: 0;
}

.front-page-6 .host-logos .host-logo:nth-of-type(2) {
    width: 25%;
    flex-basis: 25%;
    padding: 0 40px;
}

.front-page-6 .host-logos .host-logo:nth-of-type(3) {
    width: 34%;
    flex-basis: 34%;
    padding: 0;
}

.front-page-6 .host-logos .host-logo:nth-of-type(4) {
    width: 24%;
    flex-basis: 24%;
    padding: 0;
}

.front-page-6 .host-logos .host-logo:nth-of-type(5) {
    width: 29%;
    flex-basis: 29%;
    padding: 0;
}

.front-page-6 .host-logos .host-logo:nth-of-type(6) {
    width: 15%;
    flex-basis: 15%;
    padding: 0;
}

.front-page-6 .host-logos .host-logo:nth-of-type(7) {
    width: 50%;
    flex-basis: 50%;
    padding: 0 50px;
}

.front-page-6 .host-logos .host-logo:nth-of-type(8) {
    width: 50%;
    flex-basis: 50%;
    padding: 0 50px;
}

/* Apply CTA
---------------------------------------------*/
.apps .cta-title {
    padding: 18px 0;
    border-right: 2px solid #667088;
}

.apps .cta-content {
    padding: 20px 10px;
    text-align: left;
}

.tzedek .cta-content .gform_wrapper .gform_body {
    text-align: left;
}

.apps .cta-title .breaker:before,
.apps .cta-title .breaker:after {
    content: "\a ";
    white-space: pre;
}

/* Blog Index
---------------------------------------------*/
.blog .site-inner .wrap .content,
.archive .site-inner .wrap .content {
  border-top: 1px solid #eee;
  padding-top: 40px; }

.tax-fellows-category .site-inner .wrap .content,
.post-type-archive-fellows .site-inner .wrap .content {
  border: none;
  padding: 0;
}

.blog .content .entry,
.archive .content .entry {
    margin: 0 auto 40px;
    padding: 0 0 40px;
    border-bottom: 2px solid #eee;
}

.blog .entry-title,
.archive .entry-title,
.category .entry-title {
    font-size: 30px;
    font-size: 3rem;
}

.blog .entry-image,
.archive .entry-image {
    display: block;
    float: left;
    clear: left;
    width: 30%;
    padding: 5px 0 0;
}

.blog .entry-image img,
.archive .entry-image img {
    margin: 0;
    width: 100%;
}

.blog .entry-body .entry-content p,
.archive .entry-body .entry-content p {
    margin-bottom: 20px;
}

.blog .entry-body,
.archive .entry-body {
    width: 65%;
    float: right;
    clear: right;
}


/* Custom Post and Taxonomy Archives
---------------------------------------------*/
.tax-fellows-category .content .entry,
.post-type-archive-fellows .content .entry {
    width: 47.5%;
    float: left;
    min-height: 784px;
    border-bottom: none;
    padding: 30px;
    margin: 0 0 40px;
    position: relative;
}

.tax-fellows-category .content .entry .readmore,
.post-type-archive-fellows .content .entry .readmore {
    position: absolute;
    bottom: 20px;
    margin: 0;
}

.tax-fellows-category .content .entry:nth-of-type(2n+0),
.post-type-archive-fellows .content .entry:nth-of-type(2n+0) {
   float: right;
}


/* Footer Widgets
---------------------------------------------*/
.footer-widgets-2,
.footer-widgets-3 {
    padding-left: 80px;
    padding-right: 80px;
}

/* Footer
---------------------------------------------*/
.site-footer .copyright .cityzip:before {
  content:"•";
  white-space: normal;
   padding-right: 4px;
}

.site-footer .footer-links {
  float: left;
  text-align: right;
  width: 40%;
  padding-right: 20px;
}

.site-footer .copyright {
  float: right;
  text-align: left;
  width: 60%;
}

.site-footer .footer-links a:first-of-type {
  margin: 0 7px 0 0;
}

}

/***********************************************************
                    Larger Tablet - 800px
***********************************************************/
@media only screen and (min-width: 800px) {

.front-page-4 .front-page-row {
    max-width: 52%;
}

}

/***********************************************************
                     DESKTOP 1024
***********************************************************/
@media only screen and (min-width: 1024px) {

.wrap {
    margin: 0 auto;
    max-width: 84%;
    padding: 0;
}

.archive .site-inner .wrap {
    max-width: 94%;
}

.page .site-inner .wrap,
.blog .site-inner .wrap {
    max-width: 90%;
}

.home .site-inner .wrap {
    max-width: 100%;
}

.site-inner {
  padding-top: 60px; }

 .blog .site-inner,
 .archive .site-inner {
     padding-top: 20px;
 }

.blog .site-inner .wrap .content,
.archive .site-inner .wrap .content,
.stories-nav {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 80px; }

.stories-nav {
    padding: 20px 5px;
}

 .tax-fellows-category .site-inner .wrap .content,
 .post-type-archive-fellows .site-inner .wrap .content {
      padding-top: 0;
      border-top: none;
  }

.archive-description {
    max-width: 1080px;
    margin: 0 auto;
    padding: 80px 0 20px;
}

.archive-description .archive-title {
    max-width: 100%;
    margin: 0 auto 15px;
}

.archive-description p {
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5;
}

.archive-description .archive-title {
    letter-spacing: .05em;
    font-size: 54px;
    font-size: 5.4rem;
}

.page .entry,
.single .entry {
    margin: 0 auto;
    max-width: 960px;
    padding: 0;
}

.site-header .wrap {
    max-width: 96%;
}

.site-header .nav-primary .wrap {
    max-width: 100%;
}

.footer-widgets {
    padding: 74px 0 100px;
}

.footer-widgets-2 {
    float: left;
    clear: none;
    width: 50%;
    border-right: 2px solid #aab1d1;
    border-bottom: none;
    padding: 0 35px;
    margin: 0; }

.footer-widgets-3 {
    float: right;
    clear: none;
    width: 49.7%;
    padding: 0 20px;
    margin: 0; }


.entry-title{
	font-size:54px;
    font-size: 5.4rem;
    margin: 0 0 36px;
}

/* Header
--------------------------------------------- */
 .site-header {
    padding: 24px 0;
    border-bottom: 1px solid #eff0f1;
 }

.site-header .custom-logo-link {
    float: left;
    width: 19%;
 }

.site-header .title-area {
    width: 440px;
    height: 0px;
 }

.site-description {
    margin: 0;
 }

/* Nav Menu */
.site-header .nav-primary {
    float: right;
    width: 78.5%;
    margin: 0;
}

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

/* Home Page
--------------------------------------------- */

.front-page-1 {
  background: url('../images/tzedek-cohorts.jpg') no-repeat 25% 60%;
  background-size: cover;
  background-color: #fff;
}

.front-page-1 #hero {
  max-width: 740px;
  height: 800px;
  padding: 250px 0;
  float: left;
}

.front-page-1 #hero p {
  font-size: 36px;
  font-size: 3.6rem;
  color: #fff;
  line-height: 1.4;
}

.front-page-1 #hero .button:last-of-type {
  color: #ed6f2f;
  border-bottom: 6px solid #ed6f2f;
}

.front-page-2 .narrow .wrap {
  padding: 70px 0;
  margin: 0 auto;
  border: none;
}

.front-page-2 p {
  font-size: 22px;
  font-size: 2.2rem;
}

.front-page-3 .front-page-row {
  border-top: 1px solid #ccc;
  max-width: 90%;
  padding: 0;
}

.front-page-3 .lhs {
  width: 40%;
  float: left;
  padding: 52px 0;
}

.front-page-3 .rhs {
  width: 57%;
  float: right;
  padding: 50px 0;
}

.front-page-2 h1,
.front-page-3 h3,
.front-page-5 h3,
.front-page-6 h3 {
  font-size: 42px;
  font-size: 4.2rem;
}

.front-page-3 #roygbiv {
  display: block;
  line-height: normal;
  padding: 0;
  margin: 0;
}

.front-page-4 .front-page-row {
  max-width: 100%;
  padding: 0 5%;
  margin: 0 auto;
}

.front-page-4 .front-page-row .one-third {
float: left;
margin-left: 2.5641025641026%;
clear: none; }

.front-page-4 .front-page-row .one-third {
width: 31.623931623932%; }

.front-page-4 .front-page-row .one-third.first {
  margin-bottom: 0;
  margin-left: 0;
}

.front-page-5 .front-page-row {
  padding: 0 8% 45px;
}

.front-page-6 .front-page-row {
  max-width: 90%;
  padding: 70px 0 20px;
}

/*.front-page-6 .host-logos {

  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
	  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;

  -webkit-justify-content: space-between;
	  -moz-justify-content: space-between;
	  -ms-justify-content: space-between;
  justify-content: space-between;

  align-items: center;

  height: 240px;
}

.front-page-6 .host-logos .host-logo:nth-of-type(1) {
  width: 20%;
  flex-basis: 20%;
}

.front-page-6 .host-logos .host-logo:nth-of-type(2) {
  width: 7%;
  flex-basis: 7%;
  padding: 0;
}

.front-page-6 .host-logos .host-logo:nth-of-type(3) {
  width: 15%;
  flex-basis: 15%;
}

.front-page-6 .host-logos .host-logo:nth-of-type(4) {
  width: 11%;
  flex-basis: 11%;
}

.front-page-6 .host-logos .host-logo:nth-of-type(5) {
  width: 18%;
  flex-basis: 18%;
}

.front-page-6 .host-logos .host-logo:nth-of-type(6) {
  width: 7%;
  flex-basis: 7%;
} */

.front-page-6 .host-logos {
    height: 450px;
}

.front-page-6 .host-logos .host-logo:nth-of-type(1) {
    width: 28%;
    flex-basis: 28%;
    padding: 0;
}

.front-page-6 .host-logos .host-logo:nth-of-type(2) {
    width: 15%;
    flex-basis: 15%;
    padding: 0 30px;
}

.front-page-6 .host-logos .host-logo:nth-of-type(3) {
    width: 28%;
    flex-basis: 28%;
    padding: 0;
}

.front-page-6 .host-logos .host-logo:nth-of-type(4) {
    width: 15%;
    flex-basis: 15%;
    padding: 0 30px;
}

.front-page-6 .host-logos .host-logo:nth-of-type(5) {
    width: 25%;
    flex-basis: 25%;
    padding: 0 8px;
}

.front-page-6 .host-logos .host-logo:nth-of-type(6) {
    width: 15%;
    flex-basis: 15%;
    padding: 0 25px;
}

.front-page-6 .host-logos .host-logo:nth-of-type(7) {
    width: 25%;
    flex-basis: 25%;
    padding: 0 8px;
}

.front-page-6 .host-logos .host-logo:nth-of-type(8) {
    width: 25%;
    flex-basis: 25%;
    padding: 0 10px;
}


/* Blog Index
---------------------------------------------*/
.blog .content .entry,
.archive .content .entry {
  max-width: 960px;
  margin: 0 auto 60px;
  padding: 0 0 60px;
}

.tax-fellows-category .content .entry,
.post-type-archive-fellows .content .entry {
    padding: 30px;
}

.page .entry-header .entry-title,
.blog .archive-title,
.archive .archive-title {
    max-width: 60%;
}

.page .entry-header .entry-title {
    max-width: 900px;
}

.blog .entry-title,
.archive .entry-title,
.category .entry-title {
  font-size: 36px;
  font-size: 3.6rem;
  margin: 0 0 8px;
}

.blog .entry-image,
.archive .entry-image {
  width: 28%;
}

.blog .entry-body,
.archive .entry-body {
  width: 68%;
}

/* Fellows
---------------------------------------------*/
.single-fellows .entry-content .two-thirds {
    padding-left: 20px;
}


/* Apply CTA
---------------------------------------------*/
.tzedek .cta-content .gform_wrapper .gform_footer {
  width: 18%;
}

.tzedek .cta-content .gform_wrapper .gform_body {
  width: 80%;
}

.apps .cta-content {
  padding: 20px;
  text-align: left;
}

.apps .cta-title {
  padding: 18px 0;
  border-right: 2px solid #667088;
}

.apps .cta-content h4 {
  font-size: 24px;
  font-size: 2.4rem;
}

.tzedek .cta-content .gform_wrapper .gform_footer {
  width: 25%;
  float: right;
  clear: none;
  margin: 0;
  padding: 0;
}

.tzedek .cta-content .gform_wrapper .gform_body {
  width: 73%;
  float: left;
  text-align: left;
}

.tzedek .cta-content .gform_footer input.button,
.tzedek .cta-content .gform_wrapper .gform_footer input[type="submit"] {
  width: 100%;
}

.single .featured-image img {
    max-height: 600px;
    width: auto;
}


/* Footer
--------------------------------------------- */
.footer-widgets-1 {
    text-align: left;
}

.site-footer .wrap {
  height: auto; }

.site-footer .footer-left {
  width: 70%;
  float: left;
}

.site-footer .footer-right {
    width: 30%;
    float: right;
    text-align: right;
    height: 31px;
    line-height: 31px;
    vertical-align: middle;
}

.site-footer .footer-right img,
.site-footer .footer-right span {
    vertical-align: middle;
}

.site-footer .footer-links {
    float: left;
    text-align: left;
    padding-right: 0;
    width: 170px;
}

.site-footer .copyright {
    float: left;
    text-align: left;
    width: 330px;
    margin-left: 0;
}

}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1200px) {
  /******************************************************************

  Stylesheet: Large Monitor Stylesheet

  ******************************************************************/


  .blog .site-inner .wrap,
  .archive .site-inner .wrap {
      max-width: 94%;
  }

    /* Nav Menu */
    .genesis-nav-menu a {
        padding: 30px 10px;
    }

    .genesis-nav-menu .social-link a {
        padding: 30px 10px;
    }

    .genesis-nav-menu .social-link.last a {
        padding: 30px 0 30px 10px;
    }

    .genesis-nav-menu .social-link:first-of-type a {
        padding: 30px 10px;
    }

    .page .entry-header {
        padding: 0 0 80px;
    }

    /* Home Page
    --------------------------------------------- */

    .front-page-row.narrow .wrap {
        width: 60%;
    }

    .front-page-2 .narrow .wrap {
        padding: 130px 0 160px;
    }

    .front-page-3 .lhs {
        width: 46.35%;
    }

    .front-page-3 .rhs {
        width: 49.25%;
    }

    .front-page-4 h4 {
        font-size: 42px;
        font-size: 4.2rem;
        padding: 0 30px;
    }

}

@media only screen and (min-width: 1280px) {

      /* Home Page
      --------------------------------------------- */
      .footer-widgets .wrap,
      .home .footer-widgets .wrap,
      .site-footer .wrap,
      .home .site-footer .wrap,
      .front-page-1 .front-page-row,
      .front-page-2 .front-page-row,
      .front-page-5 .front-page-row,
      .front-page-6 .front-page-row {
          max-width: 1200px;
          padding-left: 15px;
          padding-right: 15px;
      }

      .front-page-2 .front-page-row {
          padding: 120px 15px 150px;
      }

      .front-page-4 .front-page-row {
          padding: 120px 15px 110px;
      }

      .front-page-5 .front-page-row {
          padding: 0 15px 100px;
      }

      .front-page-6 .front-page-row {
          padding: 130px 15px 70px;
      }

      .front-page-3 .front-page-row,
      .front-page-4 .front-page-row,
      .site-header .wrap {
          max-width: 84.27%;
      }

      .site-header .nav-primary .wrap {
          max-width: 100%;
      }

      .front-page-5 h3 {
          margin: 0 0 60px;
      }

      .front-page-2 #welcome .orange:after {
          content: " ";
          white-space: normal;
      }

      .footer-widgets-1 {
          padding: 0 0 20px;
      }

      .footer-widgets-2,
      .footer-widgets-3 {
          padding: 0 60px;
      }

      .footer-widgets {
          padding: 80px 15px 100px;
      }

 }

@media only screen and (min-width: 1600px) {

  .front-page-3 .lhs {
      padding: 0;
  }

  .front-page-3 .rhs {
      padding: 100px 0 0;
  }

  /* Nav Menu */
  .genesis-nav-menu a {
      padding: 30px 20px;
  }

  .genesis-nav-menu .social-link a,
   .genesis-nav-menu .social-link:first-of-type a {
      padding: 30px 12px;
  }

  .genesis-nav-menu .social-link.last a {
      padding: 30px 0 30px 20px;
  }


}


/*********************
PRINT STYLESHEET
*********************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
